
@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900);
@import url(//fonts.googleapis.com/css?family=Fjalla+One);

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: local('Material Icons'),
	     local('MaterialIcons-Regular'),
	     url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
	     url(../fonts/MaterialIcons-Regular.woff) format('woff'),
	     url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

/* initialize */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,br,blockquote,th,td {margin:0;padding:0;}th,td {}fieldset,table,img {border:0;}address,caption,cite,code,dfn,em,th,var {font-style: normal;font-weight: normal;}ol,ul {list-style: none;}caption,th {text-align: left;}h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal;}q:before,q:after {content: '';}abbr,acronym {border: 0;}hr {display:none;}object {outline: none;}

/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin:0;padding:0;border:0;outline:0;}body {line-height:1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}nav ul {list-style:none;}blockquote, q {quotes:none;}blockquote:before, blockquote:after, q:before, q:after {content:'';content:none;}a {margin:0;padding:0;vertical-align:baseline;background:transparent;}ins {background-color:#ff9;color:#000;text-decoration:none;}mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del {text-decoration: line-through;}abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}table {border-collapse:collapse;border-spacing:0;}hr {display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}input, select {vertical-align:middle;}


/* ============================================================================================== */
/* Global                                                                                         */
/* ============================================================================================== */

html {
	font-size: 62.5%;
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size:1.35rem;
	line-height: 1;
	font-feature-settings: normal;
	color: rgba(91,40,68,1);
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5,h6 {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

p,
td,
th,
blockquote {
	font-family: inherit;
}

rtc, rt {
	font-size: 0.8rem;
	transform: scale(0.7);
}

b, strong, .bold {
	color: inherit;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 600;
}

em {
	color: inherit;
	font-style: italic;
}

a {
	color: rgba(91,40,68,1);
	transition: all 0.25s ease;
	text-decoration: underline;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	        tap-highlight-color: rgba(0,0,0,0);
}

a:hover {
	text-decoration: none;
}

::-moz-selection{
	background-color: rgba(50,50,50,0.9);
	color: #fff;
}

::selection{
	background-color: rgba(50,50,50,0.9);
	color: #fff;
}

hr {
	border-top: 1px solid rgba(0,0,0,0.1);
	margin: 0;
	height: 0;
}

label {
	cursor: inherit;
}

abbr[title], acronym[title] {
	text-decoration: none;
	border-bottom: none;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.ofi {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.divider {
	position: relative;
}

.divider:before {
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(91,40,68,.2);
	position: absolute;
	left: 0;
	top: 0;
}

.uk-scroll__wrapper {
	margin-top: -105px;
	padding-top: 105px;
}

.fadein {
	opacity: .1;
	transform : translate(0, 50px);
	transition-property: opacity,transform;
	transition-duration: .5s,1s;
	transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fadein.scrollin {
	opacity: 1;
	transform : translate(0, 0);
}

.lightcase-hide-list {
	display: none;
}

#lightcase-overlay {
	background: rgba(91,40,68,1) !important;
}

#lightcase-info #lightcase-title {
	color: rgba(255,255,255,1) !important;
	background: rgba(91,40,68,0) !important;
}

#lightcase-info #lightcase-sequenceInfo {
	color: rgba(255,255,255,1) !important;
}

#lightcase-info #lightcase-title {
	font-size: 1.3rem !important;
}


/* ============================================================================================== */
/* Letter, glyph                                                                                  */
/* ============================================================================================== */

.font--noto {
	font-family: 'Noto Sans JP', sans-serif;
}

.font--noto.thin  { font-weight: 100; }
.font--noto.light { font-weight: 300; }
.font--noto.reg   { font-weight: 400; }
.font--noto.med   { font-weight: 500; }
.font--noto.bold  { font-weight: 700; }
.font--noto.black { font-weight: 900; }

.font--fjalla {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	letter-spacing: .05em;
}

.color--important {
}

.uppercase {
	text-transform: uppercase;
}

.text--left { text-align: left; }
.text--center { text-align: center; }
.text--right { text-align: right; }

.spcenter { text-align: center; }
.tbcenter { text-align: left; }
.pccenter { text-align: left; }

.spbr { display: inline-block; }
.tbbr { display: none; }
.pcbr { display: none; }

.ib {
	display: inline-block;
}

.overflow-ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	overflow: hidden;
	overflow-y: visible;
	width: 100%;
}

.list-style--reg {
	margin-left: 25px;
}

.list-style--reg li {
	margin-bottom: .5em;
	position: relative;
}

.list-style--reg li:before {
	content: '';
	width: 8px;
	height: 1px;
	background: rgba(91,40,68,.5);
	position: absolute;
	top: .8em;
	left: -20px;
}

.list-style--reg li:last-child {
	margin-bottom: 0;
}

.list-style--decimal {
	list-style-type: decimal;
	margin-left: 2.5rem;
}

.list-style--decimal li {
	margin-bottom: .5em;
}

.list-style--decimal li:last-child {
	margin-bottom: 0;
}

.list-style--alpha {
	list-style-type: lower-alpha;
	margin-left: 2.5rem;
}

.list-style--alpha li {
	margin-bottom: .5em;
}

.list-style--alpha li:last-child {
	margin-bottom: 0;
}

.dl-style--reg {
	padding-left: 20px;
}

.dl-style--reg dt {
	position: relative;
}

.dl-style--reg dt:before {
	content: '';
	width: 10px;
	height: 1px;
	background: rgba(91,40,68,.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	margin: auto;
}

.dl-style--reg dd {
	margin-bottom: .75em;
}

.dl-style--reg dd:last-child {
	margin-bottom: 0;
}


/* ============================================================================================== */
/* Icon / SVG                                                                                     */
/* ============================================================================================== */

svg.defaults {
	display: none;
}

svg {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	line-height: 0;
	transition: all 0.25s ease;
}

.inline-svg__line-round {
	stroke-linecap: round;
	/*stroke-linejoin: round;*/
	stroke-miterlimit: 10;
	fill: none;
	fill-rule:evenodd;
	clip-rule:evenodd;
}

.icon-outer {
	display: inline-flex;
	align-items: center;
}


/* ============================================================================================== */
/* global-header                                                                                  */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* g-header */

.g-header {
	font-size: 1.35rem;
}

.g-header--inner {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 1440px;
	z-index: 10;
	transition: .2s ease;
	transform: translate3d(0, 0, 0);
	background: rgba(255,255,255,1);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	/*-webkit-backdrop-filter: blur(2px);
	        backdrop-filter: blur(2px);*/
}

.-show .g-header--inner {
	box-shadow: 0 0 15px rgba(0,0,0,.0);
}

.g-static--outer {
	height: 60px;
	width: calc(100% - 60px);
	padding: 0 5px 0 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}


/* ----------------------------------------------------------------------- */
/* g-logo */

.g-logo__mark {
	width: 104px;
	height: 30px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url("../img/common/logo.png");
	background-position: center;
}

.g-logo__link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.g-logo__link-text {
	position: absolute;
	overflow: hidden;
	height: 1px;
	width: 1px;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	        clip-path: inset(0px 0px 99.9% 99.9%);
}


/* ----------------------------------------------------------------------- */
/* g-link-list */

.g-link-list {
	display: flex;
}

.g-link-list__anchor {
	width: 60px;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.g-link-list__anchor:hover {
	filter: brightness(120%);
}

.g-link-list__anchor .icon {
	width: 25px;
	height: 25px;
	stroke: rgba(91,40,68,1);
	stroke-width: 5px;
	margin-bottom: 3px;
}

.g-link-list__anchor .label {
	font-size: 1rem;
}


/* ----------------------------------------------------------------------- */
/* g-line */

.g-line__anchor {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	line-height: 1;
	height: 45px;
	width: 100%;
	background: rgba(255,255,255,1);
}

.g-line__anchor:hover {
	background: rgba(0,184,0,1);
}

.g-line__anchor .icon {
	display: none;
}

.g-line__anchor .label {
	display: flex;
	align-items: center;
	justify-content: center;
}

.g-line__anchor .label .sub {
	font-size: .9em;
	color: rgba(255,255,255,1);
	display: inline-block;
	background: rgba(0,184,0,1);
	padding: 5px 10px;
	margin-right: 5px;
	border-radius: 20px;
}

.g-line__anchor:hover .label .sub {
	color: rgba(0,184,0,1);
	background: rgba(255,255,255,1);
}

.g-line__anchor .label .main {
	color: rgba(0,184,0,1);
}

.g-line__anchor:hover .label .main {
	color: rgba(255,255,255,1);
}


/* ----------------------------------------------------------------------- */
/* menu-button */

.menu-button {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 30;
	width: 60px;
	height: 60px;
	background: rgba(91,40,68,1);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.menu-button p {
	position: relative;
	height: 30px;
	width: 25px;
	display: block;
	overflow: hidden;
	transition: all 0.5s ease;
}

.menu-button p span,
.menu-button p span:before,
.menu-button p span:after {
	position: absolute;
	display: block;
	height: 2px;
	width: 25px;
	border-radius: 1px;
	background: rgba(255,255,255,1);
	text-indent: -200px;
	transition: all 0.25s ease;
}

.menu-button p span {
	top: 12px;
	left: 0px;
	transform-origin: center 15px;
	background: rgba(255,255,255,0);
}

.menu-button p span:before {
	top: -6px;
	content: "";
	transform-origin: center;
}

.menu-button p span:after {
	top: 6px;
	content: "";
	transform-origin: center;
}

.-show .menu-button p span {
	width: 0;
	/*left: -10px;
	transform: translateX(10px);*/
	transition: all 0.2s ease;
}

.-show .menu-button p span:before {
	background: rgba(255,255,255,1) !important;
	transform: rotate(45deg) translate(5.5px, 5.5px);
}

.-show .menu-button p span:after {
	background: rgba(255,255,255,1) !important;
	transform: rotate(-45deg) translate(3px, -3px);
}

.menu-button .label {
	color: rgba(255,255,255,1);
	font-size: .9rem;
}


/* ----------------------------------------------------------------------- */
/* global-navigation */

.-show #main {
	pointer-events: none;
}

.-show .g-navigation {
	pointer-events: auto;
}

.g-navigation {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	background: rgba(91,40,68,1);
	/*transform: translateX(100%);*/
	transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
	z-index: 20;
}

.-show .g-navigation {
	opacity: 1;
	visibility: visible;
	/*transform: translateX(0%);*/
}

.g-navigation--inner {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: 800px;
	padding: 0 20px 120px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	        overflow-scrolling: touch;
}

.g-navigation .anm {
	opacity: 0;
	transform: translateY(-20px);
	transition: all 0.3s cubic-bezier(0.17, 0.84, 0.44, 1);
}

.-show .g-navigation .anm {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.3s cubic-bezier(0.17, 0.84, 0.44, 1);
}


/* ----------------------------------------------------------------------- */
/* overlay */

.overlay {
	position: fixed;
	height: 100vh;
	width: 100%;
	top: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
	background: rgba(91,40,68,1);
	z-index: 5;
}

.-show .overlay {
	opacity: 1;
	visibility: visible;
}


/* ----------------------------------------------------------------------- */
/* nav-logo */

.nav-logo {
	text-align: center;
	margin: 60px 0 40px;
}

.nav-logo__mark {
	width: 150px;
	height: 43px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url("../img/common/logo.png");
	background-position: center;
	margin: 0 auto;
}

.nav-logo__link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.nav-logo__link-text {
	position: absolute;
	overflow: hidden;
	height: 1px;
	width: 1px;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	        clip-path: inset(0px 0px 99.9% 99.9%);
}


/* ----------------------------------------------------------------------- */
/* g-nav */

.g-nav .g-nav__list {
	border-top: solid 1px rgba(255,255,255,.1);
}

.g-nav .g-nav__link {
	color: rgba(255,255,255,.8);
	text-decoration: none;
	display: block;
	padding: 20px 10px;
	border-bottom: solid 1px rgba(255,255,255,.1);
}

.g-nav .g-nav__link:hover {
	color: rgba(255,255,255,1);
}

.g-nav .g-nav__li:last-child .g-nav__link {
	margin-bottom: 0;
}

.g-nav .child-nav__link {
	font-size: .9em;
	color: rgba(255,255,255,.8);
	text-decoration: none;
	display: block;
	position: relative;
	padding: 15px 35px;
	border-bottom: solid 1px rgba(255,255,255,.05);
}

.g-nav .child-nav__link:hover {
	color: rgba(255,255,255,1);
}

.g-nav .child-nav__link:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
	width: 10px;
	height: 1px;
	background: rgba(255,255,255,.8);
}


/* ----------------------------------------------------------------------- */
/* g-nav__sub-list */

/*.g-nav__sub-list {
	margin-bottom: 120px;
}*/

.g-nav__sub-link {
	font-size: 1.2rem;
	color: rgba(255,255,255,.8);
	text-decoration: none;
	display: inline-block;
	margin-bottom: 10px;
}

.g-nav__sub-link:hover {
	color: rgba(255,255,255,1);
}

.g-nav__sub-li:last-child .g-nav__sub-link {
	margin-bottom: 0;
}

.g-nav__sub-link .icon {
	width: 15px;
	height: 15px;
	stroke: rgba(255,255,255,.8);
	stroke-width: 5px;
	margin-left: 5px;
}

.g-nav__sub-link:hover .icon {
	stroke: rgba(255,255,255,1);
}


/* ----------------------------------------------------------------------- */
/* g-nav__btn */

.g-navigation .inquiry .btn-list {
	margin-bottom: 40px;
}

.g-navigation .inquiry .btn .main {
	font-size: 1.1em;
}

.g-navigation .inquiry .btn:hover {
	background-color: rgba(255,255,255,.1);
}

.g-navigation .inquiry .btn.line:hover {
	background-color: rgba(255,255,255,1);
}


/* ----------------------------------------------------------------------- */
/* g-tel */

.g-tel {
	color: rgba(255,255,255,.8);
	margin-bottom: 40px;
}

.g-tel .ttl {
	font-size: 1.3rem;
	margin-bottom: 10px;
}

.g-tel .num {
	margin-bottom: 10px;
}

.g-tel .num a {
	color: rgba(255,255,255,.8);
	font-size: 2.5rem;
	text-decoration: none;
}

.g-tel .time {
	font-size: 1.2rem;
}


/* ============================================================================================== */
/* UI / Button                                                                                    */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* default */

.btn {
	display: inline-flex;
	align-items: center;
	width: 100%;
	height: 65px;
	padding: 0 20px;
	border: 0;
	border-radius: 5px;
	box-sizing: border-box;
	background: rgba(255,255,255,1);
	font-size: inherit;
	text-decoration: none;
	color: rgba(91,40,68,1);
	white-space: nowrap;
	line-height: 1;
	-webkit-appearance: none;
	        appearance: none;
	transition: 0.2s ease;
}

.btn:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(91,40,68,1);
}

.btn .icon {
	width: 30px;
	height: 30px;
	stroke: rgba(91,40,68,1);
	stroke-width: 5px;
}

.btn:hover .icon {
	stroke: rgba(255,255,255,1);
}

.btn .main {
	display: block;
	font-size: 1.1em;
	margin-bottom: .4em;
}

.btn .sub {
	font-size: .75em;
	display: block;
	margin-top: .5em;
	opacity: .5;
}


/* ----------------------------------------------------------------------- */
/* center */

.btn.btn--center {
	justify-content: center;
}

.btn.btn--center .lbl {
	margin-right: 5px;
	margin-left: 15px;
}


/* ----------------------------------------------------------------------- */
/* both */

.btn.btn--both {
	position: relative;
}

.btn.btn--both .icon {
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}


/* ----------------------------------------------------------------------- */
/* inquiry */

.inquiry .btn-list {
	margin-bottom: 30px;
}

.inquiry .btn-list__item {
	margin-bottom: 10px;
}

.inquiry .btn-list__item:last-child {
	margin-bottom: 0;
}

.inquiry .img.badge-free {
	width: 45px;
	height: 45px;
	position: absolute;
	right: 8px;
	bottom: 0;
	top: 0;
	margin: auto;
}

.inquiry .img.line-illust {
	width: 65px;
	height: 65px;
	position: absolute;
	right: 10px;
	bottom: 5px;
}

.inquiry .img img {
	width: 100%;
	vertical-align: bottom;
}


/* ----------------------------------------------------------------------- */
/* line */

.btn.line {
	color: rgba(255,255,255,1);
	background-color: rgba(0,184,0,1);
}

.btn.line:hover {
	color: rgba(0,184,0,1);
	background-color: rgba(255,255,255,1);
}

.btn.line .sub {
	font-size: .8em;
	opacity: 1;
}


/* ----------------------------------------------------------------------- */
/* disabled */

.btn.btn[disabled] {
	opacity: 0.3;
	pointer-events: none;
}


/* ----------------------------------------------------------------------- */
/* more-link */

.more-link {
	display: inline-flex;
	align-items: center;
	color: rgba(91,40,68,1);
	text-decoration: none;
	transition: all 0.25s ease;
}

.more-link:hover {
	filter: brightness(120%);
}

.more-link .lbl {
	font-size: 1.3rem;
	margin-right: 3px;
}

.more-link .icon {
	width: 20px;
	height: 20px;
	stroke: rgba(91,40,68,1);
	stroke-width: 6px;
}


/* ============================================================================================== */
/* UI / Grid                                                                                      */
/* ============================================================================================== */

/* grid layout --------------------------------------------- */

.l-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.l-block.grid1-2 > * {
	width: 100%;
}

.l-block.grid1-2 > *:first-child {
	margin-bottom: 60px;
}

.l-block.grid1-3 > * {
	width: 100%;
}

.l-block.grid1-3 > * {
	margin-bottom: 40px;
}

.l-block.grid3-4 > * {
	width: calc(33.3% - 7px);
	margin-bottom: 10px;
}

.l-block.grid3-4::after{
	content:"";
	display: block;
	width: calc(33.3% - 7px);
}


@media screen and (min-width: 768px) {

	.l-block.grid1-3 > * {
		width: calc(50% - 20px);
	}

}


@media screen and (min-width: 1024px) {

	.l-block.grid1-2 > * {
		width: calc(50% - 40px);
	}

	.l-block.grid1-2 > *:first-child {
		margin-bottom: 0;
	}

	.l-block.grid1-3 > * {
		width: calc(33.3% - 20px);
	}

	.l-block.grid1-3::after{
		content:"";
		display: block;
		width: calc(33.3% - 20px);
	}

	.l-block.grid3-4 > * {
		width: calc(25% - 15px);
		margin-bottom: 20px;
	}

	.l-block.grid3-4::before{
		content:"";
		display: block;
		width: calc(25% - 15px);
		order:1;
	}

	.l-block.grid3-4::after{
		content:"";
		display: block;
		width: calc(25% - 15px);
	}

}


@media screen and (min-width: 1280px) {

	.l-block.grid1-3 > * {
		width: calc(33.3% - 40px);
		margin-bottom: 60px;
	}

	.l-block.grid1-3::after{
		width: calc(33.3% - 40px);
	}

}


@media screen and (min-width: 1440px) {

}


/* ============================================================================================== */
/* footnote                                                                                       */
/* ============================================================================================== */

.footnote {
	display: inline-block;
	font-size: .9em;
	line-height: 1.6;
}

.footnote li {
	position: relative;
	margin-bottom: .25em;
	padding-left: 1.2em;
}

.footnote li:last-child {
	margin-bottom: 0;
}

.footnote li:before {
	position: absolute;
	left: 0;
	content: "※";
}


/* ============================================================================================== */
/* Layout                                                                                         */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* basic layout */

#main {
	font-size: 1.35rem;
	line-height: 1.8;
	position: relative;
	z-index: 1;
}

.w-state--reg {
	width: calc(100% - 50px);
	max-width: 1080px;
	position: static;
	margin-right: auto;
	margin-left: auto;
}

.w-state--narrow {
	width: calc(100% - 50px);
	max-width: 800px;
	position: static;
	margin-right: auto;
	margin-left: auto;
}

.w-state--large {
	width: calc(100% - 50px);
	max-width: 1280px;
	position: static;
	margin-right: auto;
	margin-left: auto;
}


/* ----------------------------------------------------------------------- */
/* basic-layout */

.basic-layout {
	margin-top: 105px;
	background: rgba(91,40,68,1);
	padding: 10px 10px 0 0;
}

.basic-layout--inner {
	background: rgba(255,255,255,1);
	border-radius: 0 30px 30px 0;
	position: relative;
}

.basic-layout--inner:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100px;
	height: 39px;
	background: url(../svg/curve_common-header.svg) no-repeat left top;
	background-size: 100%;
	z-index: 10;
}


/* ----------------------------------------------------------------------- */
/* page-header */

.page-header {
	height: 100px;
	background: url(../img/common/pattern_logo.png) repeat;
	background-size: 140px;
	background-color: rgba(143,63,107,.1);
	border-radius: 0 30px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.page-header a {
	text-decoration: none;
}

.page-header__ttl {
	line-height: 1.3;
	text-align: center;
}

.page-header__ttl .en {
	font-size: 1.6em;
	display: block;
}

.page-header__ttl .jp {
	font-size: .9em;
}

.page-header.child {
	background: none;
	margin-bottom: 0;
}


/* ----------------------------------------------------------------------- */
/* child-page-nav */

.child-page-nav {
	margin-bottom: 30px;
}

.section__footer-nav .child-page-nav {
	margin-bottom: 0;
}

.child-page-nav .child-page-nav__list {
	border-top: solid 1px rgba(91,40,68,.1);
	display: flex;
	flex-wrap: wrap;
}

.child-page-nav .child-page-nav__li {
	width: 50%;
	border-bottom: solid 1px rgba(91,40,68,.1);
	position: relative;
}

.child-page-nav .child-page-nav__li:nth-child(odd):after {
	content: '';
	width: 1px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: rgba(91,40,68,.1);
}

.child-page-nav .child-page-nav__link {
	font-size: .9em;
	text-decoration: none;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.child-page-nav .child-page-nav__link.current:before {
	content: '';
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: rgba(91,40,68,1);
}

.child-page-nav .child-page-nav__link:after {
	content: '';
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: rgba(143,63,107,0);
	transition: all 0.25s ease;
}

.child-page-nav .child-page-nav__link:hover:after {
	background: rgba(143,63,107,.3);
}


/* ----------------------------------------------------------------------- */
/* section-ttl */

.section-ttl--l {
	line-height: 1.3;
	text-align: center;
	position: relative;
	padding: 50px 0 30px;
	margin-bottom: 30px;
}

.section-ttl--l .main {
	font-size: 1.8em;
}

.section-ttl--m {
	line-height: 1.5;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.section-ttl--m.contents-img {
	margin-bottom: 30px;
}

.section-ttl--m .main {
	font-size: 1.3em;
}

.section-ttl--l:after,
.section-ttl--m:after {
	content: '';
	width: 150px;
	height: 1px;
	background-color: rgba(91,40,68,.1);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

.section-ttl--s {
	font-size: 1.1em;
	line-height: 1.5;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.section-ttl--s:after {
	content: '';
	width: 150px;
	height: 1px;
	background-color: rgba(91,40,68,.1);
	position: absolute;
	left: 0;
	bottom: 0;
}

.section-ttl--s.contents-img {
	margin-bottom: 30px;
}


/* ----------------------------------------------------------------------- */
/* relation-movie */

.relation-movie__anchor {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	line-height: 1.5;
	padding: 15px;
	border-radius: 10px;
	background: rgba(143,63,107,.1);
	box-sizing: border-box;
}

.relation-movie .relation-movie__img {
	width: 100px;
	position: relative;
}

.relation-movie .relation-movie__img:after {
	content: '';
	width: 30px;
	height: 30px;
	background: url(../img/home/gallery-movie__btn.png) no-repeat left top;
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
	opacity: .8;
	transition: all 0.25s ease;
}

.relation-movie .relation-movie__anchor:hover .relation-movie__img:after {
	opacity: 1;
}

.relation-movie .relation-movie__img img {
	width: 100%;
	vertical-align: bottom;
	border-radius: 5px;
	transition: all .25s ease;
}

.relation-movie .relation-movie__anchor:hover .relation-movie__img img {
	filter: brightness(105%);
}

.relation-movie .relation-movie__txt {
	font-size: .9em;
	width: calc(100% - 120px);
}

.relation-movie .relation-movie__txt .ttl {
	margin-bottom: .25em;
}

.relation-movie .relation-movie__txt p {
	text-align: left;
	text-decoration: underline;
}


/* ----------------------------------------------------------------------- */
/* gallery-list */

.gallery-list .gallery-list__anchor {
	display: block;
	text-decoration: none;
}

.gallery-list .gallery-list__anchor .photo {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
}

.gallery-list .gallery-list__anchor .photo:before {
	content:"";
	display: block;
	padding-top: 100%;
}

.gallery-list .gallery-list__anchor .photo img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
	transition: all .25s ease;
}

.gallery-list .gallery-list__anchor:hover .photo img {
	filter: brightness(110%);
}

.gallery-list .gallery-list__anchor .caption {
	text-align: center;
	font-size: .7em;
	line-height: 1.6;
}


/* ============================================================================================== */
/* global-footer                                                                                  */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* global-footer */

.g-footer {
	font-size: 1.2rem;
	color: rgba(255,255,255,.8);
	background: rgba(91,40,68,1);
	padding-top: 80px;
	position: relative;
}

.g-footer:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100px;
	height: 39px;
	background: url(../svg/curve_common-footer.svg) no-repeat left top;
	background-size: 100%;
}


/* ----------------------------------------------------------------------- */
/* footer__l-block */
.g-footer .footer__l-block {
	margin-bottom: 60px;
}


/* ----------------------------------------------------------------------- */
/* school-guide */

.g-footer .school-guide {
	margin-bottom: 60px;
	color: rgba(255,255,255,.8);
}

.g-footer .school-guide__ttl {
	line-height: 1.5;
	margin-bottom: 30px;
}

.g-footer .school-guide__ttl .en {
	font-size: 2.5rem;
	display: block;
}

.g-footer .school-guide__item {
	line-height: 1.5;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.g-footer .school-guide__item:last-child {
	margin-bottom: 0;
}

.g-footer .school-guide__img {
	width: 80px;
}

.g-footer .school-guide__img img {
	width:100%;
	vertical-align: bottom;
	border-radius: 5px;
}

.g-footer .school-guide__txt {
	width: calc(100% - 100px);
}

.g-footer .school-guide__txt a {
	color: rgba(255,255,255,.8);
	text-decoration: none;
}

.g-footer .school-guide__txt .name {
	margin-bottom: .5em;
}


/* ----------------------------------------------------------------------- */
/* sns-inquiry */

.g-footer #pageplugin {
	display: none;
}

.g-footer .inquiry .btn {
	font-size: 1.35rem;
}

.g-footer .inquiry .btn:hover {
	background-color: rgba(255,255,255,.1);
}

.g-footer .inquiry .btn.line:hover {
	background-color: rgba(255,255,255,1);
}

.g-footer .g-tel {
	margin-bottom: 0;
}


/* ----------------------------------------------------------------------- */
/* footer__info */

.g-footer .footer__info {
	padding: 30px 0 40px;
}

.g-footer .footer__info a {
	text-decoration: none;
	color: rgba(255,255,255,.8);
}

.g-footer .footer__info a:hover {
	color: rgba(255,255,255,1);
}

.g-footer .footer__info.divider:before {
	background: rgba(255,255,255,.1);
}


/* ----------------------------------------------------------------------- */
/* related-school__list */

.g-footer .related-school__list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.g-footer .related-school__item {
	width: 50%;
	margin-bottom: 20px;
}

.g-footer .related-school__item:last-child {
	margin-bottom: 0;
}

.g-footer .related-school__anchor {
	text-align: center;
	display: block;
}

.g-footer .related-school__img {
	width: 120px;
	margin: 0 auto 5px;
	transition: all 0.25s ease;
}

.g-footer .related-school__img img {
	width: 100%;
	vertical-align: bottom;
}

.g-footer .related-school__anchor:hover .related-school__img {
	filter: brightness(110%);
}

.g-footer .related-school__name {
	font-size: .8rem;
	line-height: 1.5;
}


/* ----------------------------------------------------------------------- */
/* f-nav__list */

.g-footer .f-nav__list {
	text-align: center;
	margin-bottom: 20px;
}

.g-footer .f-nav__li {
	margin-bottom: 10px;
}

.g-footer .f-nav__li:last-child {
	margin-bottom: 0;
}

.g-footer .f-nav__link {
	font-size: 1.2rem;
}

.g-footer .f-nav__link .icon {
	width: 15px;
	height: 15px;
	stroke: rgba(255,255,255,.8);
	stroke-width: 5px;
	margin-left: 3px;
}

.g-footer .f-nav__link:hover .icon {
	stroke: rgba(255,255,255,1);
}


/* ----------------------------------------------------------------------- */
/* copyright */

.g-footer .copyright {
	text-align: center;
	font-size: 1rem;
	opacity: .5;
	color: rgba(255,255,255,.8);
}


/* ============================================================================================== */
/* table                                                                                          */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* table */

.table-style--reg {
	line-height: 1.6;
	position: relative;
}

.table-style--reg:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: solid 1px rgba(91,40,68,.1);
	border-radius: 5px;
	box-sizing: border-box;
}

.table-style--reg * {
	box-sizing: border-box;
}

.table-style--reg .table-reg__item:first-child dt {
	border-radius: 5px 5px 0 0;
}

.table-style--reg .table-reg__item dt {
	background: rgba(143,63,107,.1);
	padding: 10px 15px;
}

.table-style--reg .table-reg__item dd {
	padding: 15px;
	font-size: .95em;
}

.table-style--reg .table-reg__item .dd--inner:first-child {
	margin-bottom: .1em;
}


/* ============================================================================================== */
/* Media query                                                                                    */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* SmartPhone */

@media screen and (min-width: 375px) {

	/* related-school__list */
	.g-footer .related-school__img {
		width: 140px;
	}

	/* f-nav__list */
	.g-footer .f-nav__list {
		display: flex;
		justify-content: center;
		margin-bottom: 10px;
	}

	.g-footer .f-nav__li {
		margin: 0 15px 0 0;
	}

	.g-footer .f-nav__li:last-child {
		margin: 0;
	}

}

@media screen and (min-width: 414px) {

}


@media screen and (orientation:landscape) {

}

/* over iphone 6 plus landscape */
@media screen and (orientation:landscape) and (min-width: 736px) {

}

/* ----------------------------------------------------------------------- */
/* Tablet */

@media screen and (min-width: 768px) {

	/* basic layout */
	.spcenter { text-align: left; }
	.tbcenter { text-align: center; }
	.pccenter { text-align: left; }

	.spbr { display: none; }
	.tbbr { display: inline-block; }
	.pcbr { display: none; }


	.w-state--reg {
		width: calc(100% - 80px);
	}

	.w-state--narrow {
		width: calc(100% - 80px);
	}

	.w-state--large {
		width: calc(100% - 80px);
	}

	/* more-link */
	.more-link .icon {
		width: 25px;
		height: 25px;
	}

	/* footer__l-block */
	.g-footer .footer__l-block {
		display: flex;
		justify-content: space-between;
	}

	/* school-guide */
	.g-footer .school-guide {
		width: calc(100% - 340px);
		margin-bottom: 0;
	}

	/* sns-inquiry */
	.g-footer .sns-inquiry {
		width: 300px;
	}

	/* related-school__list */
	.g-footer .related-school__list {
		max-width: 600px;
		margin: 0 auto 60px;
	}

	.g-footer .related-school__item {
		width: 33.3%;
		margin-bottom: 0;
	}

}

/* ----------------------------------------------------------------------- */
/* over ipad landscape */

@media screen and (orientation:landscape) and (min-width: 1024px) {

	/* basic layout */
	.spbr { display: none; }
	.tbbr { display: inline-block; }
	.pcbr { display: inline-block; }

	.spcenter { text-align: left; }
	.tbcenter { text-align: center; }
	.pccenter { text-align: center; }

	/* g-header */
	.g-header {
		font-size: 1.45rem;
	}

	.g-header--inner {
		top: 30px;
		width: calc(100% - 60px);
		height: 100px;
		border-radius: 5px 7px 7px 5px;
	}

	.g-static--outer {
		height: 100%;
		width: calc(100% - 200px);
		padding: 0 0 0 30px;
	}

	/* g-logo */
	.g-logo__mark {
		width: 173px;
		height: 50px;
	}

	/* g-link-list */
	.g-link-list__anchor {
		width: 100px;
		height: 100px;
		position: relative;
	}

	.g-link-list__anchor:first-child:after {
		content: '';
		width: 1px;
		height: 60px;
		background: rgba(91,40,68,.1);
		position: absolute;
		right: 0;
		top: 20px;
	}

	.g-link-list__anchor .icon {
		width: 45px;
		height: 45px;
		margin-bottom: 5px;
	}

	.g-link-list__anchor .label {
		font-size: 1.1rem;
	}

	/* g-line */
	.g-line {
		position: absolute;
		top: 0;
		right: 100px;
		height: 100px;
		width: 100px;
	}

	.g-line.divider:before {
		content: none;
	}

	.g-line__anchor {
		flex-direction: column;
		height: 100%;
		background: rgba(0,184,0,1);
	}

	.g-line__anchor:before {
		content: none;
		width: 60px;
		height: 60px;
		position: absolute;
		left: -30px;
		top: -20px;
		background: url(../img/common/badge_off.png) no-repeat left top;
		background-size: 100%;
	}

	.-show .g-line__anchor:before {
		content: none;
	}

	.g-line__anchor:hover {
		filter: brightness(105%);
	}

	.g-line__anchor .icon {
		display: block;
		width: 55px;
		height: 55px;
		fill: rgba(255,255,255,1);
		margin-bottom: 3px;
	}

	.g-line__anchor .label .sub {
		font-size: 1.2rem;
		color: rgba(255,255,255,1);
		background: transparent;
		padding: 0;
		margin: 0;
	}

	.g-line__anchor:hover .label .sub {
		color: rgba(255,255,255,1);
		background: transparent;
	}

	.g-line__anchor .label .main {
		display: none;
	}

	/* menu-button */
	.menu-button {
		width: 100px;
		height: 100px;
		border-radius: 0 5px 5px 0;
	}

	.menu-button p {
		height: 50px;
		width: 40px;
	}

	.menu-button p span,
	.menu-button p span:before,
	.menu-button p span:after {
		height: 3px;
		width: 40px;
		border-radius: 2px;
	}

	.menu-button p span {
		top: 23px;
	}

	.menu-button p span:before {
		top: -8px;
	}

	.menu-button p span:after {
		top: 8px;
	}

	.-show .menu-button p span:before {
		transform: rotate(45deg) translate(5px, 5px);
	}

	.-show .menu-button p span:after {
		transform: rotate(-45deg) translate(6px, -6px);
	}

	.menu-button .label {
		color: rgba(255,255,255,1);
		font-size: .9rem;
	}

	/* nav-logo */
	.nav-logo {
		margin: 30px 0 60px;
	}

	.nav-logo__mark {
		width: 173px;
		height: 50px;
	}

	/* g-nav__btn */
	.g-navigation .inquiry .btn .main {
		font-size: 1.6rem;
	}

	/* g-nav__sub-list */
	/*.g-nav__sub-list {
		margin-bottom: 0;
	}*/

	/* g-tel */
	.g-tel .num a {
		font-size: 3rem;
	}

	/* Button */
	.btn {
		height: 75px;
	}

	.btn .main {
		font-size: 1.6rem;
	}

	/* basic layout */
	#main {
		font-size: 1.45rem;
	}

	.w-state--reg {
		width: calc(100% - 120px);
	}

	.w-state--narrow {
		width: calc(100% - 120px);
	}

	.w-state--large {
		width: calc(100% - 120px);
	}

	/* basic-layout */
	.basic-layout {
		margin-top: 0;
		padding: 160px 40px 0 0;
	}

	.basic-layout--inner {
		border-radius: 0 80px 80px 0;
	}

	.basic-layout--inner:before {
		width: 300px;
		height: 117px;
	}

	/* page-header */
	.page-header {
		height: 200px;
		background-size: 270px;
		border-radius: 0 80px 0 0;
		margin-bottom: 100px;
	}

	.page-header__ttl .en {
		font-size: 3em;
	}

	.page-header__ttl .jp {
		font-size: 1em;
	}

	/* child-page-nav */
	.child-page-nav {
		width: calc(100% - 120px);
		max-width: 1280px;
		position: static;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 80px;
		border-bottom: solid 1px rgba(91,40,68,.1);
	}

	.child-page-nav .child-page-nav__li {
		width: 25%;
		border-bottom: none;
	}

	.child-page-nav .child-page-nav__li:nth-child(odd):after {
		height: 40px;
	}

	.child-page-nav .child-page-nav__li:nth-child(even):after {
		content: '';
		width: 1px;
		height: 40px;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto 0;
		background: rgba(91,40,68,.1);
	}

	.child-page-nav .child-page-nav__li:last-child:after {
		content: none;
	}

	.child-page-nav .child-page-nav__link {
		font-size: 1.1em;
		height: 80px;
	}

	.child-page-nav .child-page-nav__link.current:before {
		height: 4px;
	}

	.child-page-nav .child-page-nav__link:after {
		height: 4px;
	}

	/* section-ttl */
	.section-ttl--l {
		padding: 100px 0 40px;
		margin-bottom: 40px;
	}

	.section-ttl--l .main {
		font-size: 4.5rem;
	}

	.section-ttl--m {
		padding-bottom: 25px;
		margin-bottom: 35px;
	}

	.section-ttl--m.contents-img {
		margin-bottom: 50px;
	}

	.section-ttl--m .main {
		font-size: 3rem;
	}

	.section-ttl--s {
		font-size: 2rem;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.section-ttl--s.contents-img {
		margin-bottom: 40px;
	}

	/* relation-movie */
	.relation-movie__anchor {
		padding: 20px;
	}

	.relation-movie .relation-movie__img {
		width: 180px;
	}

	.relation-movie .relation-movie__img:after {
		width: 40px;
		height: 40px;
	}

	.relation-movie .relation-movie__txt {
		width: calc(100% - 200px);
	}

	/* gallery-list */
	.gallery-list .gallery-list__anchor .photo {
		margin-bottom: 10px;
	}

	.gallery-list .gallery-list__anchor .caption {
		font-size: .8em;
	}

	/* global-footer */
	.g-footer {
		font-size: 1.3rem;
		padding-top: 120px;
	}

	.g-footer:before {
		width: 280px;
		height: 109px;
		left: -10px;
	}

	/* footer__l-block */
	.g-footer .footer__l-block {
		margin-bottom: 80px;
	}

	/* school-guide */
	.g-footer .school-guide {
		width: calc(100% - 440px);
	}

	.g-footer .school-guide__ttl {
		margin-bottom: 40px;
	}

	.g-footer .school-guide__ttl .en {
		font-size: 3rem;
	}

	.g-footer .school-guide__flex {
		display: flex;
    align-items: flex-end;
	}

	.g-footer .school-guide__flex .fl-r img{
		float: right;
	}

	/* sns-inquiry */
	.g-footer .sns-inquiry {
		width: 400px;
	}

	.g-footer .inquiry .btn {
		font-size: 1.45rem;
	}

	.inquiry .img.badge-free {
		width: 50px;
		height: 50px;
		right: 10px;
	}

	.inquiry .img.line-illust {
		width: 75px;
		height: 75px;
		right: 12px;
		bottom: 6px;
	}

	/* footer__info */
	.g-footer .footer__info {
		padding: 25px 0 40px;
	}

	/* table */
	.table-style--reg .table-reg__item {
		display: flex;
		position: relative;
	}

	.table-style--reg .table-reg__item:before {
		content: '';
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		background: rgba(91,40,68,.1);
	}

	.table-style--reg .table-reg__item:last-child:before {
		content: none;
	}

	.table-style--reg .table-reg__item:last-child dt {
		border-radius: 0 0 0 5px;
	}

	.table-style--reg .table-reg__item:first-child dt {
		border-radius: 5px 0 0 0;
	}

	.table-style--reg .table-reg__item dt {
		padding: 20px;
	}

	.table-style--reg .table-reg__item dd {
		font-size: 1em;
		padding: 0;
		display: flex;
	}

	.table-style--reg .table-reg__item .dd--inner:first-child {
		margin-bottom: 0;
		padding: 20px;
		position: relative;
	}

	.table-style--reg .table-reg__item .dd--inner:first-child:before {
		content: '';
		width: 1px;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		background: rgba(91,40,68,.1);
	}

	.table-style--reg .table-reg__item .dd--inner:last-child {
		padding: 20px;
	}

	.type-a.table-style--reg .table-reg__item dt {
		width: 200px;
	}

	.type-a.table-style--reg .table-reg__item dd {
		width: calc(100% - 200px);
	}

	.type-a.table-style--reg .table-reg__item .dd--inner:first-child {
		width: 200px;
	}

	.type-a.table-style--reg .table-reg__item .dd--inner:last-child {
		width: calc(100% - 200px);
	}

	.type-b.table-style--reg .table-reg__item dt {
		width: 150px;
	}

	.type-b.table-style--reg .table-reg__item dd {
		width: calc(100% - 150px);
	}

	.type-b.table-style--reg .table-reg__item .dd--inner:first-child {
		width: 250px;
	}

	.type-b.table-style--reg .table-reg__item .dd--inner:last-child {
		width: calc(100% - 250px);
	}

	.type-c.table-style--reg .table-reg__item dt {
		width: 200px;
	}

	.type-c.table-style--reg .table-reg__item dd {
		width: calc(100% - 200px);
	}

	.type-c.table-style--reg .table-reg__item .dd--inner:first-child {
		width: 250px;
	}

	.type-c.table-style--reg .table-reg__item .dd--inner:last-child {
		width: calc(100% - 250px);
	}

}


/* ----------------------------------------------------------------------- */
/* Desktop */

@media screen and (min-width: 1280px) {

}

@media screen and (min-width: 1440px) {

	/* g-header */
	.g-header {
		font-size: 1.6rem;
	}

	/* sns-inquiry */
	.g-footer .inquiry .btn {
		font-size: 1.6rem;
	}

	/* basic layout */
	#main {
		font-size: 1.6rem;
	}

}

