@charset "utf-8";
/*
Theme Name: res
Version: 1.3.2
Author: T8,Inc.
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap');
:root {
	--break: 1920;
	--guideline-color: #bd8a15;
	font-size: calc(16 / var(--break) * 100vw);
	--color01: #F4F0EA;
	--color02: #A89D86;
	--color03: #ECECEC;
	--color04: #CBEEF6;
	--color05: #AB757C;
	--color06: #FFFFFF;
	--color07: #777267;
	--color08: #CF8332;
	--color09: #BD8A15;
	--color10: #FCFAF2;
	--color11: #E1CC7C;
	--color12: #bd8a15;

    --size5px:  calc(5 / var(--break) * 100vw);
    --size10px:  calc(10 / var(--break) * 100vw);
    --size15px:  calc(15 / var(--break) * 100vw);
    --size20px:  calc(20 / var(--break) * 100vw); 
    --size25px:  calc(25 / var(--break) * 100vw);
    --size30px:  calc(30 / var(--break) * 100vw);
    --size35px:  calc(35 / var(--break) * 100vw);
    --size40px:  calc(40 / var(--break) * 100vw);
    --size45px:  calc(45 / var(--break) * 100vw);
    --size50px:  calc(50 / var(--break) * 100vw);
    --size55px:  calc(55 / var(--break) * 100vw);
    --size60px:  calc(60/ var(--break) * 100vw);
    --size65px:  calc(65 / var(--break) * 100vw);
    --size70px:  calc(70 / var(--break) * 100vw);
    --size75px:  calc(75 / var(--break) * 100vw);
    --size80px:  calc(80 / var(--break) * 100vw);
    --size85px:  calc(85 / var(--break) * 100vw);
    --size90px:  calc(90 / var(--break) * 100vw);
    --size95px:  calc(95 / var(--break) * 100vw);
    --size100px:  calc(100 / var(--break) * 100vw);
    --size105px:  calc(105 / var(--break) * 100vw);
    --size110px:  calc(110 / var(--break) * 100vw);
    --size115px:  calc(115 / var(--break) * 100vw);
    --size120px:  calc(120 / var(--break) * 100vw);
    --size125px:  calc(125 / var(--break) * 100vw);
    --size130px:  calc(130 / var(--break) * 100vw);
    --size135px:  calc(135 / var(--break) * 100vw);
    --size140px:  calc(140 / var(--break) * 100vw);
    --size145px:  calc(145 / var(--break) * 100vw);
    --size150px:  calc(150 / var(--break) * 100vw);
    --size160px:  calc(160 / var(--break) * 100vw);
    --size170px:  calc(170 / var(--break) * 100vw);
    --size180px:  calc(180 / var(--break) * 100vw);
    --size190px:  calc(190 / var(--break) * 100vw);
    --size200px:  calc(200 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width: 1599px) {
    :root {
		--break: 1599;
    }
}
@media(min-width: 768px) and (max-width: 1299px) {
    :root {
		--break: 1299;
    }
}
@media(max-width:767px) {
        :root {
		--break: 750;
    }
}

/*サイト別フォント・カラー設定*/
.txt_link {
	color: #333333;
	text-decoration: underline;
}

/*ここまで*/
html, body {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2;
	color: #333333;
	letter-spacing: .1em;
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fwn {
	font-weight: normal;
}
.fwb {
	font-weight: bold;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
video {
	max-width: 100%;
}
* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
}
#wrap {
	overflow-x: hidden;
}
.oh {
	overflow: hidden;
}
a:hover {
	opacity: .85;
	transition: .3s;
}
a.zoom{
	pointer-events: none;
}
.inner,.inner1000,.inner1140,.inner1200,.inner1340,.inner1500
{
	max-width: 1240px;
	width: 90%;
	margin: 0 auto;
}
.inner1000 {
	max-width: 1000px;
}
.inner1140 {
	max-width: 1140px;
}
.inner1200 {
	max-width: 1200px;
}
.inner1340 {
	max-width: 1340px;
}
.inner1500 {
	max-width: 1500px;
}
.w100 {
	width: 100%!important;
}
table{
	table-layout: fixed;
}
td input{
	max-width: 100%;
}
a[href^="tel:"] {
	cursor: default;
}
a[href^="tel:"]:hover {
	opacity: 1;
}
.slick-slide {
	outline: none;
}
.adjust {
	display: none;
}
.tb_only {
	display: none;
}
.sp_only {
	display: none;
}
.tb_pc {
	display: inherit;
}
.sp_tb {
	display: none;
}
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.flex.start     { -webkit-justify-content: flex-start; justify-content: flex-start; }
.flex.end       { -webkit-justify-content: flex-end; justify-content: flex-end; }
.flex.center    { -webkit-justify-content: center; justify-content: center; }
.flex.around    { -webkit-justify-content: space-around; justify-content: space-around; }
.flex.between   { -webkit-justify-content: space-between; justify-content: space-between; }
.flex.stretch   { -webkit-align-items: stretch; align-items: stretch; }
.flex.ai_center { -webkit-align-items: center; align-items: center; }
.flex.ai_start  { -webkit-align-items: flex-start; align-items: flex-start; }
.flex.ai_end    { -webkit-align-items: flex-end; align-items: flex-end; }
.flex.nowrap    { -webkit-flex-wrap: nowrap; flex-wrap: nowrap; }
.flex.column    { -ms-flex-direction:column; -webkit-flex-direction:column; flex-direction:column; }
.flex.row       { -ms-flex-direction:row; -webkit-flex-direction:row; flex-direction:row; }
.flex.c_reverse { -ms-flex-direction:column-reverse; -webkit-flex-direction:column-reverse; flex-direction:column-reverse; }
.flex.r_reverse { -ms-flex-direction:row-reverse; -webkit-flex-direction:row-reverse; flex-direction:row-reverse; }
.flex.cc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; }
.flex.ccc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center;}
.flex.cccc { -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center; -webkit-flex-direction:column; flex-direction:column;}
.noshrink       { flex: 0 0 auto; }
.grow           { flex: 1 1 auto; }

.ccl { border-radius: 100%; }
.bdrd5 {border-radius: var(--size5px);}
.bdrd10 {border-radius: var(--size10px);}
.bdrd15 {border-radius: var(--size15px);}
.bdrd20 {border-radius: var(--size20px);}
.bdrd25 {border-radius: var(--size25px);}
.bdrd30 {border-radius: var(--size30px);}
.bdrd35 {border-radius: var(--size35px);}
.bdrd40 {border-radius: var(--size40px);}
.bdrd45 {border-radius: var(--size45px);}
.bdrd50 {border-radius: var(--size50px);}

.txt_center { text-align: center; }
.txt_right { text-align: right; }
.txt_rl {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.mgn_a {
	margin-left: auto;
	margin-right: auto;
}
.mgn_l { margin-left: auto; }
.mgn_r { margin-right: auto; }
.no_mgn { margin-bottom: 0!important;}
.mb5    { margin-bottom: var(--size5px); }
.mb10   { margin-bottom: var(--size10px); }
.mb15   { margin-bottom: var(--size15px); }
.mb20   { margin-bottom: var(--size20px); }
.mb25   { margin-bottom: var(--size25px); }
.mb30   { margin-bottom: var(--size30px); }
.mb35   { margin-bottom: var(--size35px); }
.mb40   { margin-bottom: var(--size40px); }
.mb45   { margin-bottom: var(--size45px); }
.mb50   { margin-bottom: var(--size50px); }
.mb55   { margin-bottom: var(--size55px); }
.mb60   { margin-bottom: var(--size60px); }
.mb65   { margin-bottom: var(--size65px); }
.mb70   { margin-bottom: var(--size70px); }
.mb75   { margin-bottom: var(--size75px); }
.mb80   { margin-bottom: var(--size80px); }
.mb85   { margin-bottom: var(--size85px); }
.mb90   { margin-bottom: var(--size90px); }
.mb95   { margin-bottom: var(--size95px); }
.mb100  { margin-bottom: var(--size100px); }
.mb105  { margin-bottom: var(--size105px); }
.mb110  { margin-bottom: var(--size110px); }
.mb115  { margin-bottom: var(--size115px); }
.mb120  { margin-bottom: var(--size120px); }
.mb125  { margin-bottom: var(--size125px); }
.mb130  { margin-bottom: var(--size130px); }
.mb135  { margin-bottom: var(--size135px); }
.mb140  { margin-bottom: var(--size140px); }
.mb145  { margin-bottom: var(--size145px); }
.mb150  { margin-bottom: var(--size150px); }
.mb05em { margin-bottom:0.5em; }
.mb10em { margin-bottom:1.0em; }
.mb15em { margin-bottom:1.5em; }
.mb20em { margin-bottom:2.0em; }
.mb25em { margin-bottom:2.5em; }
.mb30em { margin-bottom:3.0em; }

.mt5    { margin-top: var(--size5px); }
.mt10   { margin-top: var(--size10px); }
.mt15   { margin-top: var(--size15px); }
.mt20   { margin-top: var(--size20px); }
.mt25   { margin-top: var(--size25px); }
.mt30   { margin-top: var(--size30px); }
.mt35   { margin-top: var(--size35px); }
.mt40   { margin-top: var(--size40px); }
.mt45   { margin-top: var(--size45px); }
.mt50   { margin-top: var(--size50px); }
.mt55   { margin-top: var(--size55px); }
.mt60   { margin-top: var(--size60px); }
.mt65   { margin-top: var(--size65px); }
.mt70   { margin-top: var(--size70px); }
.mt75   { margin-top: var(--size75px); }
.mt80   { margin-top: var(--size80px); }
.mt85   { margin-top: var(--size85px); }
.mt90   { margin-top: var(--size90px); }
.mt95   { margin-top: var(--size95px); }
.mt100  { margin-top: var(--size100px); }
.mt105  { margin-top: var(--size105px); }
.mt110  { margin-top: var(--size110px); }
.mt115  { margin-top: var(--size115px); }
.mt120  { margin-top: var(--size120px); }
.mt125  { margin-top: var(--size125px); }
.mt130  { margin-top: var(--size130px); }
.mt135  { margin-top: var(--size135px); }
.mt140  { margin-top: var(--size140px); }
.mt145  { margin-top: var(--size145px); }
.mt150  { margin-top: var(--size150px); }
.mt05em { margin-top:0.5em; }
.mt10em { margin-top:1.0em; }
.mt15em { margin-top:1.5em; }
.mt20em { margin-top:2.0em; }
.mt25em { margin-top:2.5em; }
.mt30em { margin-top:3.0em; }

.mr5 {margin-right: var(--size5px); }
.mr10 {margin-right: var(--size10px); }
.mr15 {margin-right: var(--size15px); }
.mr20 {margin-right: var(--size20px); }
.mr25 {margin-right: var(--size25px); }
.mr30 {margin-right: var(--size30px); }
.mr35 {margin-right: var(--size35px); }
.mr40 {margin-right: var(--size40px); }
.mr45 {margin-right: var(--size45px); }
.mr50 {margin-right: var(--size50px); }

.ml5 {margin-left: var(--size5px); }
.ml10 {margin-left: var(--size10px); }
.ml15 {margin-left: var(--size15px); }
.ml20 {margin-left: var(--size20px); }
.ml25 {margin-left: var(--size25px); }
.ml30 {margin-left: var(--size30px); }
.ml35 {margin-left: var(--size35px); }
.ml40 {margin-left: var(--size40px); }
.ml45 {margin-left: var(--size45px); }
.ml50 {margin-left: var(--size50px); }

.db { display: block; }
.dib { display: inline-block; }
.por { position: relative; z-index: 1; }
.poa { position: absolute; }
.zi0 { z-index: 0; }
.zi1 { z-index: 1; }
.zi2 { z-index: 2; }

.turn_up {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.lh1 { line-height: 1; }
.lh11 { line-height: 1.1; }
.lh12 { line-height: 1.2; }
.lh13 { line-height: 1.3; }
.lh14 { line-height: 1.4; }
.lh15 { line-height: 1.5; }
.lh16 { line-height: 1.6; }
.lh17 { line-height: 1.7; }
.lh18 { line-height: 1.8; }
.lh19 { line-height: 1.9; }
.lh2 { line-height: 2; }
.lh22 { line-height: 2.2; }
.lh25 { line-height: 2.5; }

.pt0 { padding-top: 0; }
.pt5 { padding-top: var(--size5px); }
.pt10 { padding-top: var(--size10px); }
.pt15 { padding-top: var(--size15px); }
.pt20 { padding-top: var(--size20px); }
.pt25 { padding-top: var(--size25px); }
.pt30 { padding-top: var(--size30px); }
.pt35 { padding-top: var(--size35px); }
.pt40 { padding-top: var(--size40px); }
.pt45 { padding-top: var(--size45px); }
.pt50 { padding-top: var(--size50px); }
.pt55 { padding-top: var(--size55px); }
.pt60 { padding-top: var(--size60px); }
.pt65 { padding-top: var(--size65px); }
.pt70 { padding-top: var(--size70px); }
.pt75 { padding-top: var(--size75px); }
.pt80 { padding-top: var(--size80px); }
.pt85 { padding-top: var(--size85px); }
.pt90 { padding-top: var(--size90px); }
.pt95 { padding-top: var(--size95px); }
.pt100 { padding-top: var(--size100px); }
.pt105 { padding-top: var(--size105px); }
.pt110 { padding-top: var(--size110px); }
.pt115 { padding-top: var(--size115px); }
.pt120 { padding-top: var(--size120px); }
.pt125 { padding-top: var(--size125px); }
.pt130 { padding-top: var(--size130px); }
.pt135 { padding-top: var(--size135px); }
.pt140 { padding-top: var(--size140px); }
.pt145 { padding-top: var(--size145px); }
.pt150 { padding-top: var(--size150px); }
.pt160 { padding-top: var(--size160px); }
.pt170 { padding-top: var(--size170px); }
.pt180 { padding-top: var(--size180px); }
.pt190 { padding-top: var(--size190px); }
.pt200 { padding-top: var(--size200px); }

.pb0 { padding-bottom: 0; }
.pb5 { padding-bottom: var(--size5px); }
.pb10 { padding-bottom: var(--size10px); }
.pb15 { padding-bottom: var(--size15px); }
.pb20 { padding-bottom: var(--size20px); }
.pb25 { padding-bottom: var(--size25px); }
.pb30 { padding-bottom: var(--size30px); }
.pb35 { padding-bottom: var(--size35px); }
.pb40 { padding-bottom: var(--size40px); }
.pb45 { padding-bottom: var(--size45px); }
.pb50 { padding-bottom: var(--size50px); }
.pb55 { padding-bottom: var(--size55px); }
.pb60 { padding-bottom: var(--size60px); }
.pb65 { padding-bottom: var(--size65px); }
.pb70 { padding-bottom: var(--size70px); }
.pb75 { padding-bottom: var(--size75px); }
.pb80 { padding-bottom: var(--size80px); }
.pb85 { padding-bottom: var(--size85px); }
.pb90 { padding-bottom: var(--size90px); }
.pb95 { padding-bottom: var(--size95px); }
.pb100 { padding-bottom: var(--size100px); }
.pb105 { padding-bottom: var(--size105px); }
.pb110 { padding-bottom: var(--size110px); }
.pb115 { padding-bottom: var(--size115px); }
.pb120 { padding-bottom: var(--size120px); }
.pb125 { padding-bottom: var(--size125px); }
.pb130 { padding-bottom: var(--size130px); }
.pb135 { padding-bottom: var(--size135px); }
.pb140 { padding-bottom: var(--size140px); }
.pb145 { padding-bottom: var(--size145px); }
.pb150 { padding-bottom: var(--size150px); }
.pb160 { padding-bottom: var(--size160px); }
.pb170 { padding-bottom: var(--size170px); }
.pb180 { padding-bottom: var(--size180px); }
.pb190 { padding-bottom: var(--size190px); }
.pb200 { padding-bottom: var(--size200px); }

.pr5 {padding-right: var(--size5px); }
.pr10 {padding-right: var(--size10px); }
.pr15 {padding-right: var(--size15px); }
.pr20 {padding-right: var(--size20px); }
.pr25 {padding-right: var(--size25px); }
.pr30 {padding-right: var(--size30px); }
.pr35 {padding-right: var(--size35px); }
.pr40 {padding-right: var(--size40px); }
.pr45 {padding-right: var(--size45px); }
.pr50 {padding-right: var(--size50px); }
.pr55 {padding-right: var(--size55px); }
.pr60 {padding-right: var(--size60px); }
.pr65 {padding-right: var(--size65px); }
.pr70 {padding-right: var(--size70px); }
.pr75 {padding-right: var(--size75px); }
.pr80 {padding-right: var(--size80px); }
.pr85 {padding-right: var(--size85px); }
.pr90 {padding-right: var(--size90px); }
.pr95 {padding-right: var(--size95px); }
.pr100 { padding-right: var(--size100px); }

.pl5 {padding-left: var(--size5px); }
.pl10 {padding-left: var(--size10px); }
.pl15 {padding-left: var(--size15px); }
.pl20 {padding-left: var(--size20px); }
.pl25 {padding-left: var(--size25px); }
.pl30 {padding-left: var(--size30px); }
.pl35 {padding-left: var(--size35px); }
.pl40 {padding-left: var(--size40px); }
.pl45 {padding-left: var(--size45px); }
.pl50 {padding-left: var(--size50px); }
.pl55 {padding-left: var(--size55px); }
.pl60 {padding-left: var(--size60px); }
.pl65 {padding-left: var(--size65px); }
.pl70 {padding-left: var(--size70px); }
.pl75 {padding-left: var(--size75px); }
.pl80 {padding-left: var(--size80px); }
.pl85 {padding-left: var(--size85px); }
.pl90 {padding-left: var(--size90px); }
.pl95 {padding-left: var(--size95px); }
.pl100 { padding-left: var(--size100px); }

.prl5 { padding-right: var(--size5px); padding-left: var(--size5px); }
.prl10 { padding-right: var(--size10px); padding-left: var(--size10px); }
.prl15 { padding-right: var(--size15px); padding-left: var(--size15px); }
.prl20 { padding-right: var(--size20px); padding-left: var(--size20px); }
.prl25 { padding-right: var(--size25px); padding-left: var(--size25px); }
.prl30 { padding-right: var(--size30px); padding-left: var(--size30px); }
.prl35 { padding-right: var(--size35px); padding-left: var(--size35px); }
.prl40 { padding-right: var(--size40px); padding-left: var(--size40px); }
.prl45 { padding-right: var(--size45px); padding-left: var(--size45px); }
.prl50 { padding-right: var(--size50px); padding-left: var(--size50px); }
.prl55 { padding-right: var(--size55px); padding-left: var(--size55px); }
.prl60 { padding-right: var(--size60px); padding-left: var(--size60px); }
.prl65 { padding-right: var(--size65px); padding-left: var(--size65px); }
.prl70 { padding-right: var(--size70px); padding-left: var(--size70px); }
.prl75 { padding-right: var(--size75px); padding-left: var(--size75px); }
.prl80 { padding-right: var(--size80px); padding-left: var(--size80px); }
.prl85 { padding-right: var(--size85px); padding-left: var(--size85px); }
.prl90 { padding-right: var(--size90px); padding-left: var(--size90px); }
.prl95 { padding-right: var(--size95px); padding-left: var(--size95px); }
.prl100 { padding-right: var(--size100px); padding-left: var(--size100px); }

.fz10{font-size: .625rem; letter-spacing: .1em;}
.fz12{font-size: .75rem; letter-spacing: .1em;}
.fz13{font-size: .8125rem; letter-spacing: .1em;}
.fz14{font-size: .875rem; letter-spacing: .1em;}
.fz15{font-size: .9375rem; letter-spacing: .1em;}
.fz16{font-size: 1rem; letter-spacing: .1em;}
.fz18{font-size: 1.125rem; letter-spacing: .1em;}
.fz20{font-size: 1.25rem; letter-spacing: .1em;}
.fz22{font-size: 1.375rem; letter-spacing: .1em;}
.fz24{font-size: 1.5rem; letter-spacing: .1em;}
.fz25{font-size: 1.5625rem; letter-spacing: .1em;}
.fz26{font-size: 1.625rem; letter-spacing: .1em;}
.fz28{font-size: 1.75rem; letter-spacing: .1em;}
.fz30{font-size: 1.875rem; letter-spacing: .1em;}
.fz32{font-size: 2rem; letter-spacing: .1em;}
.fz34{font-size: 2.125rem; letter-spacing: .1em;}
.fz36{font-size: 2.25rem; letter-spacing: .1em;}
.fz38{font-size: 2.375rem; letter-spacing: .1em;}
.fz40{font-size: 2.5rem; letter-spacing: .1em;}
.fz42{font-size: 2.625rem; letter-spacing: .1em;}
.fz44{font-size: 2.75rem; letter-spacing: .1em;}
.fz46{font-size: 2.875rem; letter-spacing: .1em;}
.fz48{font-size: 3rem; letter-spacing: .1em;}
.fz50{font-size: 3.125rem; letter-spacing: .1em;}
.fz52{font-size: 3.25rem; letter-spacing: .1em;}
.fz54{font-size: 3.375rem; letter-spacing: .1em;}
.fz56{font-size: 3.5rem; letter-spacing: .1em;}
.fz58{font-size: 3.625rem; letter-spacing: .1em;}
.fz60{font-size: 3.75rem; letter-spacing: .1em;}
.fz62{font-size: 3.875rem; letter-spacing: .1em;}
.fz64{font-size: 4rem; letter-spacing: .1em;}
.fz66{font-size: 4.125rem; letter-spacing: .1em;}
.fz68{font-size: 4.25rem; letter-spacing: .1em;}
.fz70{font-size: 4.375rem; letter-spacing: .1em;}
.fz80{font-size: 5rem; letter-spacing: .1em;}
.fz84{font-size: 5.25rem; letter-spacing: .1em;}
.fz90{font-size: 5.625rem; letter-spacing: .1em;}
.fz96{font-size: 6rem; letter-spacing: .1em;}
.fz100{font-size: 6.25rem; letter-spacing: .1em;}
.fz110{font-size: 6.875rem; letter-spacing: .1em;}
.fz120{font-size: 7.5rem; letter-spacing: .1em;}
.fz130{font-size: 8.125rem; letter-spacing: .1em;}
.fz140{font-size: 8.75rem; letter-spacing: .1em;}
.fz150{font-size: 9.375rem; letter-spacing: .1em;}

.ls0 { letter-spacing: 0; }
.ls05 { letter-spacing: .05em; }
.ls1 { letter-spacing: .1em; }
.ls15 { letter-spacing: .15em; }
.ls2 { letter-spacing: .2em; }

.txt_white { color: #fff!important; }
.bg_white { background-color: #fff!important; }
.shadow_w {
	text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
}
em { font-style: normal; }


.txt_col01{color: var(--color01) !important;}
.txt_col02{color: var(--color02) !important;}
.txt_col03{color: var(--color03) !important;}
.txt_col04{color: var(--color04) !important;}
.txt_col05{color: var(--color05) !important;}
.txt_col06{color: var(--color06) !important;}
.txt_col07{color: var(--color07) !important;}
.txt_col08{color: var(--color08) !important;}
.txt_col09{color: var(--color09) !important;}
.txt_col10{color: var(--color10) !important;}
.txt_col11{color: var(--color11) !important;}
.txt_col12{color: var(--color12) !important;}
.txt_col13{color: var(--color13) !important;}
.txt_col14{color: var(--color14) !important;}
.txt_col15{color: var(--color15) !important;}
.txt_col16{color: var(--color16) !important;}
.txt_col17{color: var(--color17) !important;}
.txt_col18{color: var(--color18) !important;}
.txt_col19{color: var(--color19) !important;}
.txt_col20{color: var(--color20) !important;}

.txt_col_fl01::first-letter{color: var(--color01) !important;}
.txt_col_fl02::first-letter{color: var(--color02) !important;}
.txt_col_fl03::first-letter{color: var(--color03) !important;}
.txt_col_fl04::first-letter{color: var(--color04) !important;}
.txt_col_fl05::first-letter{color: var(--color05) !important;}
.txt_col_fl06::first-letter{color: var(--color06) !important;}
.txt_col_fl07::first-letter{color: var(--color07) !important;}
.txt_col_fl08::first-letter{color: var(--color08) !important;}
.txt_col_fl09::first-letter{color: var(--color09) !important;}
.txt_col_fl10::first-letter{color: var(--color10) !important;}
.txt_col_fl11::first-letter{color: var(--color11) !important;}
.txt_col_fl12::first-letter{color: var(--color12) !important;}
.txt_col_fl13::first-letter{color: var(--color13) !important;}
.txt_col_fl14::first-letter{color: var(--color14) !important;}
.txt_col_fl15::first-letter{color: var(--color15) !important;}
.txt_col_fl16::first-letter{color: var(--color16) !important;}
.txt_col_fl17::first-letter{color: var(--color17) !important;}
.txt_col_fl18::first-letter{color: var(--color18) !important;}
.txt_col_fl19::first-letter{color: var(--color19) !important;}
.txt_col_fl20::first-letter{color: var(--color20) !important;}

.bg_col01{background-color: var(--color01) !important;}
.bg_col02{background-color: var(--color02) !important;}
.bg_col03{background-color: var(--color03) !important;}
.bg_col04{background-color: var(--color04) !important;}
.bg_col05{background-color: var(--color05) !important;}
.bg_col06{background-color: var(--color06) !important;}
.bg_col07{background-color: var(--color07) !important;}
.bg_col08{background-color: var(--color08) !important;}
.bg_col09{background-color: var(--color09) !important;}
.bg_col10{background-color: var(--color10) !important;}
.bg_col11{background-color: var(--color11) !important;}
.bg_col12{background-color: var(--color12) !important;}
.bg_col13{background-color: var(--color13) !important;}
.bg_col14{background-color: var(--color14) !important;}
.bg_col15{background-color: var(--color15) !important;}
.bg_col16{background-color: var(--color16) !important;}
.bg_col17{background-color: var(--color17) !important;}
.bg_col18{background-color: var(--color18) !important;}
.bg_col19{background-color: var(--color19) !important;}
.bg_col20{background-color: var(--color20) !important;}

.bdr_col01{border-color: var(--color01) !important;}
.bdr_col02{border-color: var(--color02) !important;}
.bdr_col03{border-color: var(--color03) !important;}
.bdr_col04{border-color: var(--color04) !important;}
.bdr_col05{border-color: var(--color05) !important;}
.bdr_col06{border-color: var(--color06) !important;}
.bdr_col07{border-color: var(--color07) !important;}
.bdr_col08{border-color: var(--color08) !important;}
.bdr_col09{border-color: var(--color09) !important;}
.bdr_col10{border-color: var(--color10) !important;}
.bdr_col11{border-color: var(--color11) !important;}
.bdr_col12{border-color: var(--color12) !important;}
.bdr_col13{border-color: var(--color13) !important;}
.bdr_col14{border-color: var(--color14) !important;}
.bdr_col15{border-color: var(--color15) !important;}
.bdr_col16{border-color: var(--color16) !important;}
.bdr_col17{border-color: var(--color17) !important;}
.bdr_col18{border-color: var(--color18) !important;}
.bdr_col19{border-color: var(--color19) !important;}
.bdr_col20{border-color: var(--color20) !important;}

.bbw {
	border-bottom: 1px solid #fff;
}

.parallax { 
	width: 100%; 
	background-attachment: fixed!important; 
} 
.parallax.is_ios, .tab.parallax { 
	background-attachment: inherit!important; 
} 
.ready {
	position: relative;
}
.ready a {
	pointer-events: none;
}
.ready a:hover {
	opacity: 1;
	cursor: default;
}
.ready:before {
	content: "準備中";
    color: #fff;
    text-align: center;
    width: calc(100 / var(--break) * 100vw);
    height: calc(40 / var(--break) * 100vw);
    line-height: calc(40 / var(--break) * 100vw);
    background: rgba(51,51,51,.7);
    font-size: 1.125rem;
    letter-spacing: .1em;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    position: absolute;
}
@media(max-width: 767px){ 
.parallax, .parallax.is_ios, .tab.parallax {  
		width: 100%;  
		background-attachment: inherit!important;  
	}
}
@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	.slick-slide img,
	#sb_instagram .sbi_photo_wrap
	{
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
}
@media(min-width: 768px) and (max-width:1299px) {
	.pc_only {
		display: none;
	}
	.tb_only {
		display: inherit;
	}
	.sp_only {
		display: none;
	}
	.tb_pc {
		display: inherit;
	}
	.sp_tb {
		display: inherit;
	}
}
@media(max-width: 767px) {
	:root {
		font-size: 4.27vw;
	}
	html, body {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.lum-lightbox {
		background-color: rgba(255,255,255,.9);
	}
	.lum-close-button:after, .lum-close-button:before {
		background-color: rgb(000,000,000);
	}
	.lum-gallery-button {
		display: none !important;
	}
	a.zoom{
		position: relative;
		display: block;
		pointer-events: auto;
	}
	a.zoom:before {
		content: "タップで拡大します";
		position: absolute;
		width: 100%;
		height: 4.27vw;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		letter-spacing: .1em;
		line-height: 4.27vw;
		text-shadow: 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff;
		text-align: center;
	}
	a.zoom:after{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 1.5em;
		height: 1.5em;
		background-color: rgba(0,0,0,0.5);
		background-image: url("images/page/icn_zoom.svg");
		background-size: 1em 1em;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.lum-lightbox.lum-open {
		z-index: 10;
	}
	.lum-lightbox-image-wrapper {
		overflow-x: scroll;
	}
	.lum-lightbox-inner img {
		max-width: calc(1000 / var(--break) * 100vw);
	}
	.inner,.inner1000,.inner1140,.inner1200,.inner1340,.inner1500 {
		width: 100%;
		max-width: calc(702 / var(--break) * 100vw);
	}
	.pc_only {
		display: none;
	}
	.tb_only {
		display: none;
	}
	.sp_only {
		display: inherit;
	}
	.tb_pc {
		display: none;
	}
	.sp_tb {
		display: inherit;
	}

	.pt_1vw { padding-top: 1vw;}
	.pt_2vw { padding-top: 2vw;}
	.pt_3vw { padding-top: 3vw;}
	.pt_4vw { padding-top: 3vw;}
	.pt_5vw { padding-top: 5vw;}
	.pt_6vw { padding-top: 6vw;}
	.pt_7vw { padding-top: 7vw;}
	.pt_8vw { padding-top: 8vw;}
	.pt_9vw { padding-top: 9vw;}
	.pt_10vw { padding-top: 10vw;}
	.pt_11vw { padding-top: 11vw;}
	.pt_12vw { padding-top: 12vw;}
	.pt_13vw { padding-top: 13vw;}
	.pt_14vw { padding-top: 14vw;}
	.pt_15vw { padding-top: 15vw;}

	.pb_1vw { padding-bottom: 1vw; }
	.pb_2vw { padding-bottom: 2vw; }
	.pb_3vw { padding-bottom: 4vw; }
	.pb_5vw { padding-bottom: 5vw; }
	.pb_6vw { padding-bottom: 6vw; }
	.pb_7vw { padding-bottom: 7vw; }
	.pb_8vw { padding-bottom: 8vw; }
	.pb_9vw { padding-bottom: 9vw; }
	.pb_10vw { padding-bottom: 10vw; }
	.pb_11vw { padding-bottom: 11vw; }
	.pb_12vw { padding-bottom: 12vw; }
	.pb_13vw { padding-bottom: 13vw; }
	.pb_14vw { padding-bottom: 14vw; }
	.pb_15vw { padding-bottom: 15vw; }
	
	.ls0_sp { letter-spacing: 0!important; }
	.ls05_sp { letter-spacing: .05em!important; }
	.ls15_sp { letter-spacing: .15em!important; }
	.ls2_sp { letter-spacing: .2em!important; }

	.txt_width {
		max-width: calc(646 / var(--break) * 100vw)!important;
		margin-left: auto;
		margin-right: auto;
	}
	.sp_left {
		text-align: left!important;
	}
	.shadow_w {
		text-shadow: 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(5 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(10 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff, 0 0 calc(15 / var(--break) * 100vw) #fff;
	}
	.txt_tb {
		writing-mode: horizontal-tb;
	}
	.ready:before {
		font-size: .75rem;
	}
}


/* ヘッダー header
------------------------------------------------------------------*/
header {
	width: 100%;
	padding: calc(20 / 1920 * 100vw);
	padding-left: calc(30 / 1920 * 100vw);
	position: absolute;
	z-index: 10;
}
header .hdg1 {
	width: calc(562 / 1920 * 100vw);
}
header .row_contact01{
	position: relative;
	z-index: 1;
}
header .row_contact01 .address{
	width: calc(280 / var(--break04));
	font-size: calc(16 / var(--break04));
	text-align: center;
	line-height: 1.6;
	position: absolute;
	inset: 0 auto;
	right: 101%;
}
@media(min-width: 768px) and (max-width:1299px) {
	header .row_contact01 .address{
		width: 100%;
		text-align: right;
		font-size: calc(16 / var(--break03));
		top: 105%;
		right: 0;
	}
	header .row_contact01 .address br{display: none;}
}
@media(max-width: 767px) {
	header {
		padding: 4vw;
	}
	header .hdg1 {
		width: calc(460 / 750 * 100vw);
	}
	header .row_contact01{
		position: static;
		z-index: 1;
	}
	header .instagram{
		width: calc(86 / 750 * 100vw);
		position: absolute;
		top: 4vw;
		right: calc(146 / 750 * 100vw);;
	}
	header .row_contact01 > .btn_tel{
		display: none;
	}
	header .row_contact01 > .btn{
		display: none;
	}
	header .row_contact01 .address{
		display: none;
	}
}


/* メインイメージ main_img
------------------------------------------------------------------*/
.main_img {
	position: relative;
}
.main_img .slide_main {
	opacity: 0;
	transition: opacity .3s linear;
	pointer-events: none;
}
.main_img .slide_main.slick-initialized {
	opacity: 1;
}
.main_img .slide_main li {
	min-height: 600px;
	height: 100vh;
}
.main_img.tab .slide_main li {
	height: auto;
}
.main01 {
	background: url(images/index/main01.jpg)no-repeat center / cover;
}
.main02 {
	background: url(images/index/main02.jpg)no-repeat center / cover;
}


.cover_main_img {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;	
	inset: 0;
}
.box_main_img{
	width: calc(850 / var(--break04));
	height: calc(320 / var(--break04));
	margin: auto;
	color: #fff;
	position: absolute;
	inset: 0;
	z-index: 1;
}
.box_main_img::before,
.box_main_img::after
{
	content: "";
	width: calc(130 / var(--break02));
	height: calc(130 / var(--break02));
	margin: auto;
	border: 1px solid #fff;
	position: absolute;
	inset: calc(10 / var(--break02));
}
.box_main_img::before{
	border-bottom: 0 !important;
	border-left: 0 !important;
	bottom: auto !important;
	left: auto !important;
}
.box_main_img::after{
	border-top: 0 !important;
	border-right: 0 !important;
	top: auto !important;
	right: auto !important;
}
.box_main_img .bg{
	width: 100%;
	height: 100%;
	margin: auto;
	background-image: linear-gradient(to bottom, #1b1b1b, #535353);
	opacity: 0.9;
	position: absolute;
	inset: 0;
	z-index: -1;
}
.box_main_img .textImg{
	width: calc(342 / var(--break04));
	margin: auto;
	position: absolute;
	bottom: calc(-20 / var(--break04));
	right: calc(-20 / var(--break04));
}
.copy_main_img{
	width: calc(432 / var(--break04));
	margin: 0 auto calc(10 / var(--break04));
	letter-spacing: .2em;
	font-size: calc(24 / var(--break04));
	background: #c4962d;
	position: relative;
	z-index: 1;
}
.copy_main_img::before{
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	inset: 0;
}
.copy_main_img::after{
	content: "";
	width: 100%;
	height: 50%;
	margin: auto;
	background: #bd8a15;
	position: absolute;
	inset: auto 0 0;
	z-index: -1;
}
.copy_main_img02{
	line-height: 1.4;
	letter-spacing: .1em;
	font-size: calc(40 / var(--break04));
}
.copy_main_img02 .s{
	letter-spacing: .1em;
	font-size: calc(50 / var(--break04));
}

.cover_ballon_main_img{
	width: calc(320 / var(--break04));
	height: calc(275 / var(--break04));
	margin: auto;
	position: absolute;
	top: calc(190 / 1920 * 100vw);
	right: calc(180 / var(--break05));
	z-index: 2;
}
.ballon_main_img{
	width: calc(170 / var(--break04));
	height: calc(170 / var(--break04));
	margin: auto;
	letter-spacing: 0;
	line-height: 1.5;
	font-size: calc(24 / var(--break04));
	color: #ab757c;
	background: url(images/index/ballon_main_img.png)no-repeat center / cover;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.ballon_main_img02{
	width: calc(204 / var(--break04));
	height: calc(204 / var(--break04));
	margin: auto;
	letter-spacing: 0;
	line-height: 1.3;
	font-size: calc(24 / var(--break04));
	color: #fff;
	background: url(images/index/ballon_main_img02.png)no-repeat center / cover;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.ballon_main_img02 .s{
	font-size: calc(36.5 / var(--break04));
}
.ballon_main_img03{
	width: calc(211 / var(--break04));
	height: calc(211 / var(--break04));
	margin: auto;
	letter-spacing: 0;
	line-height: 1.5;
	font-size: calc(20 / var(--break04));
	color: #fff;
	background: url(images/index/ballon_main_img03.png)no-repeat center / cover;
	position: absolute;
	bottom: calc(180 / 1920 * 100vw);
	left: calc(180 / var(--break05));
}
.ballon_main_img03 .s{
	font-size: calc(33 / var(--break04));
}
@media(min-width: 768px) and (max-width:1899px) {
	.main_img .slide_main li {
		min-height: calc(888 / var(--break04));
		height: calc(888 / var(--break04));
	}
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media only screen and (max-width: 767px) {
	.main_img .slide_main li {
		min-height: auto;
		height: calc(100svh - calc(120 / var(--break) * 100vw));
	}
	.main01 {
		background: url(images/index/main01_sp.jpg)no-repeat center / cover;
	}
	.main02 {
		background: url(images/index/main02_sp.jpg)no-repeat center / cover;
	} 


		
	.box_main_img{
		width: calc(642 / 750 * 100vw);
		height: calc(380 / 750 * 100vw);
		top: 10vw;
	}
	.box_main_img::before,
	.box_main_img::after
	{inset: calc(20 / 750 * 100vw);}
	.box_main_img .textImg{
		bottom: calc(-20 / 750 * 100vw);
		right: calc(-20 / 750 * 100vw);
	}

	.cover_ballon_main_img{
		width: calc(320 / var(--break04));
		height: calc(275 / var(--break04));
		top: 20vw;
		right: 3vw;
	}
	.ballon_main_img03{
		width: calc(213 / 750 * 100vw);
		height: calc(213 /750 * 100vw);
		line-height: 1.5;
		letter-spacing: 0;
		font-size: calc(28/750 * 100vw);
		bottom: calc(20 / 750 * 100vw);
		left: calc(20 / 750 * 100vw);
	}
	.ballon_main_img03 .s{
		font-size: calc(38.5 / 750 * 100vw);
	}
	.ballon_main_img03 .s2{
		font-size: calc(30.5 / 750 * 100vw);
	}
}

/* グローバルナビゲーション gnav
------------------------------------------------------------------*/
.cover_gnav{
	position: relative;
	z-index: 99999;
}
.cover_gnav .gnav{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.gnav {
	width: 100%;
	transition: .3s;
	background: rgba(51, 51, 51, .5);
}
/* .gnav.is_fixed {
	position: fixed;
	left: 0;
	z-index: 10;
	transition: .3s;
} */
 
.fix_nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	transition: .5s;
	width: 100%;
	transform: translateY(-100%);
	opacity: 0;
	background: rgba(255,255,255,.9);
}
.fix_nav.is_fixed  {
	transition: .5s;
	transform: translateY(0);
	opacity: 1;
	z-index: 10;
}
.gnav > ul {
	max-width: 1420px;
}
.gnav > ul > li {
	position: relative;
	-ms-flex-grow: 1;
	flex-grow: 1;
}
.gnav > ul > li > a {
	display:flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	color: #fff;
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
	font-size: calc(18 / var(--break03));
	height: calc(110 / var(--break) * 100vw);
	position: relative;
}
.gnav>ul>li>a::before {
	content: "";
	width: 1px;
	height: calc(25 / var(--break03));
	background: #ffffff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}
.gnav>ul>li>a.last:before {
	content: none
}
.gnav>ul>li>a:after {
	content: "";
    width: 2px;
    height: calc(20 / var(--break03));
    margin: auto;
    background: #ffffff;
    position: absolute;
    bottom: -.5px;
    left: 0;
    right: 0;
	opacity: 0;
    transition: all .5s;
}
.gnav > ul > li > a:hover:after, .gnav > ul > li > a.active:after, .gnav > ul > li > a.open:after {
	opacity: 1;
	transition: .3s;
}
.gnav .nav_sub {
    display: none;
    max-width: 1100px;
    margin: auto;
    width: calc(1100 / var(--break02));
    padding: calc(34 / var(--break03)) calc(48 / var(--break03)) calc(42 / var(--break03));
    background: #f5f5f5;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}
.gnav .nav_sub li {
	width: 32.3%;
	margin-right: 1%;
}
.gnav .nav_sub li:nth-of-type(3n),
.gnav .nav_sub li:last-child
{margin-right: 0;}
.gnav .nav_sub li a {
	display: block;
	width: 100%;
	letter-spacing: .1em;
	line-height: 1.5;
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
	font-size: calc(16 / var(--break03));
	padding: calc(7.8 / var(--break02)) 0;
	padding-left: calc(25 / var(--break03));
	position: relative;
	z-index: 1;
}
.gnav .nav_sub  li a:after {
	content: "";
	width: calc(var(--size10px) - 1px);
	height: calc(var(--size10px) - 1px);
    border: 1px solid;
    border-color: transparent transparent #333 #333;
    margin: auto;
    position: absolute;
    top: .15em;
    bottom: 0;
    left: 0;
    transform: rotate(-135deg);
    transition: .3s;
}


.fix_nav .gnav{
	background: #333333;
	z-index: 1000;
}
.fix_nav .gnav {
	width: calc(99.999% - 900 / 1920 * 100vw);
	padding: 0 calc(10 / 1920 * 100vw);
}
.fix_nav .gnav > ul > li > a {
	height: calc(90 / 1920 * 100vw);
	font-size: calc(16 / 1920 * 100vw);
}
.fix_nav .gnav .nav_sub{
	left: 100%;
}
.gnav .row_contact{
	display: none;
}
.fix_nav .row_contact{
	display: flex;
}
@media(min-width: 768px) and (max-width:1599px) {
	.fix_nav .gnav .nav_sub {
		left: 250%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.fix_nav .gnav {
		width: calc(99.999% - 870 / 1920 * 100vw);
	}
	.fix_nav .gnav .nav_sub {
		left: 350%;
	}
}
@media only screen and (max-width: 767px) {
	.gnav, .fix_nav {
		display: none;
	}
	.btn_gnav_sp {
		position: fixed;
		top: 3vw;
		right: 3.2vw;
		height: calc(100 / var(--break) * 100vw);
		width: calc(100 / var(--break) * 100vw);
		background: rgba(51, 51, 51, .5);
		z-index: 10000;
		outline: none;
	}
	.btn_gnav_sp .txt_gnav {
		position: absolute;
		width: calc(50 / var(--break) * 100vw);
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	.btn_gnav_sp .icn_gnav {
		width: calc(50 / var(--break) * 100vw);
		height: 2px;
		position: absolute;
		top: -3.5vw;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before, .btn_gnav_sp .icn_gnav:after {
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		background: #fff;
		transition: transform .3s ease-in-out;
	}
	.btn_gnav_sp .icn_gnav:before {
		top: -1.6vw;
	}
	.btn_gnav_sp .icn_gnav:after {
		bottom: -1.6vw;
	}
	.open .btn_gnav_sp{
		background: #f5f5f5;
	}
	.open .btn_gnav_sp .icn_gnav {
		background: none;
	}
	.open .btn_gnav_sp .icn_gnav:before, .open .btn_gnav_sp .icn_gnav:after {
		background: #333333;
		transition: transform .3s ease-in-out;
	}
	.open .btn_gnav_sp .icn_gnav:before {
		transform: rotate(45deg);
		top: 0;
	}
	.open .btn_gnav_sp .icn_gnav:after {
		transform: rotate(-45deg);
		bottom: 0;
	}
	.open .txt_gnav{
		filter: brightness(0);
	}
	.open .txt_gnav img{
		filter: brightness(0) invert(1);
	}
	.gnav_sp {
		padding: 19vw 0 0;
		overflow-y: auto;
		overflow-x: hidden;
		background: rgba(51, 51, 51, .9);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		height: 100%;
		visibility: hidden;
		opacity: 0;
		width: 80%;
		transition: opacity .6s ease, visibility .6s ease;
		line-height: 1.45;
	}
	.bg_gnav {
		visibility: hidden;
		transition: .3s;
		opacity: 0;
	}
	.open .bg_gnav {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 9998;
		background: rgba(0,0,0,0);
		visibility: visible;
		opacity: 1;
		transition: .3s;
		left: 0;
		top: 0;
	}
	.gnav_sp .nav_main {
		padding-bottom: 20vw;
	}
	.gnav_sp .nav_main > ul {
		display: block;
		max-width: calc(610 / var(--break02));
		margin: auto;
		padding: 0 3vw;
	}
	.gnav_sp .nav_main > ul > li {
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_main > ul > li:first-child {
		border-top: 1px dotted #707070;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer {
		padding-bottom: 2.5vw;
		border-bottom: 1px dotted #707070;
	}
	.gnav_sp .nav_main > ul > li > a {
		padding: 3.5vw 4vw 3.5vw 0;
		border-bottom: 1px dotted #707070;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
		justify-content:space-between;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
		position: relative;
		letter-spacing: 0;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a {
		border-bottom: none;
	}
	.gnav_sp .nav_main > ul > li > a:after {
		content: "";
        width: calc(20 / 750 * 100vw);
        height: calc(20 / 750 * 100vw);
        margin: auto;
        border: .8px solid;
        border-color: #fff #fff transparent transparent;
        transform: rotate(45deg);
        position: absolute;
		top: 1.5vw;
		bottom: 0;
        right: 0;
        z-index: 1;
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a:after {
		transform: rotate(135deg);
	}
	.gnav_sp .nav_main > ul > li.nav_drawer > a.open:after {
		transform: rotate(-90deg);
	}
	.gnav_sp .nav_main > ul > li > a .ja {
		font-family: "a-otf-ryumin-pr6n", serif;
		font-weight: 300;
		font-style: normal;
		color: #fff;
	}
	.gnav_sp .nav_sub {
		background: #f5f5f5;
		padding: 5.5vw 8vw 7.5vw;
		/*display: none;*/ /* クリックで開閉させる場合はコメント解除 */
	}
	.gnav_sp .nav_sub li {
		width: 100%;
		opacity: 0;
		transform: translateX(50%);
		transition: transform .6s ease, opacity .2s ease;
	}
	.gnav_sp .nav_sub li:not(:last-child) {
		margin-bottom: 2.5vw;
	}
	.gnav_sp .nav_sub li{order: 0}
	.gnav_sp .nav_sub li:nth-of-type(3n - 1) {order: 1}
	.gnav_sp .nav_sub li:nth-of-type(3n) {order: 2}
	.gnav_sp .nav_sub a {
		padding: 1vw 0 1vw 6vw;
		display: block;
		position: relative;
	}
	.gnav_sp .nav_sub a:after {
        content: "";
        width: calc(20 / 750 * 100vw);
        height: calc(20 / 750 * 100vw);
        margin: auto;
        border: .8px solid;
        border-color: #333333 #333333 transparent transparent;
        transform: rotate(45deg);
        position: absolute;
        top: .5em;
        left: -1vw;
        z-index: 1;
    }
	.open .gnav_sp {
		visibility: visible;
		opacity: 1;
	}
	.open .gnav_sp .nav_main > ul > li, .open .gnav_sp .nav_sub li {
		opacity: 1;
		transform: translateX(0);
		transition: transform 1s ease, opacity .9s ease;
	}
}

/* title_common
------------------------------------------------------------------*/
.title_common{
	text-align: center;
	position: relative;
	z-index: 1;
}
.title_common::before,
.title_common::after
{
	content: "";
	width: calc(460 / 1920 * 100vw);
	height: 1px;
	margin: auto;
	background: #333;
	position: absolute;
	inset: 0;
	z-index: -1;
}
.title_common::before{left: auto;}
.title_common::after{right: auto;}
.title_common .en{
	line-height: 1;
	letter-spacing: .1em;
	font-size: calc(150 / var(--break04));
	color: #ececec;
}
.title_common .jp{
	line-height: 1;
	letter-spacing: .1em;
	font-size: calc(50 / var(--break04));
	position: absolute;
	inset: 0;
	z-index: 1;
}
.title_common.v2::before,
.title_common.v2::after
{content: none}
.title_common.v2 .en{color: rgba(245, 245, 245, .1);}
.title_common.v2 .jp{color: #fff;}
@media(min-width: 768px) and (max-width:1299px) {
	.title_common::before,
	.title_common::after
	{width: calc(400 / 1920 * 100vw);}
}
@media(max-width: 767px) {
	.title_common::before,
	.title_common::after
	{width: calc(120 / 750 * 100vw);}
	.title_common .en{
		padding: .5px 2.5px;
		font-size: calc(140 / 750 * 100vw);
		background: #fff;
	}
	.title_common .jp{
		letter-spacing: 0;
	}

	.title_common.v2 .en{background: none}
}

@media(min-width: 768px) {
	.index_access_sp{
		display: none;
	}
}
@media(max-width: 767px) {
	.index_access_sp{
		padding: 4vw 0;
		display: block;
	}
}

/* 
------------------------------------------------------------------*/
.index_information03{
	padding: calc(90 / var(--break02)) 0 calc(140 / var(--break02));
	position: relative;
	z-index: 1;
}
.index_information03::before{
	content: "";
	width: calc(550 / var(--break02));
	height: calc(430 / var(--break02));
	background: url(images/index/deco_information03_top.png)no-repeat center / cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.index_information03::after{
	content: "";
	width: calc(715 / var(--break02));
	height: calc(430 / var(--break02));
	background: url(images/index/deco_information03_bottom.png)no-repeat center / cover;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -2;
}
.row_index_information03 > .banner{
	width: 32.3%;
}
.box_information03{
	position: relative;
	z-index: 2;
}
.box_information03 .areaTitle{
	padding: calc(20 /var(--break02));
	color: #fff;
	background: #cf8332;
	border-radius: calc(30 /var(--break02))  calc(30 /var(--break02)) 0 0;
	position: relative;
	z-index: 1;
}
.box_information03 .areaTitle .textImg{
	width: calc(276.909/var(--break02));
	margin: auto;
	position: absolute;
	top: calc(-30/var(--break02));
	left: -35%;
	right: 0;
}
.box_information03 .tag_box_information03{
	width: calc(175 /var(--break02));
	height: calc(58 /var(--break02));
	letter-spacing: 0;
	border-radius: calc(29 /var(--break02));
	margin-right: calc(20/var(--break02));
	color: #cf8332;
	background: #fff;
}
.box_information03 .areaBox{
	padding: calc(40/var(--break02)) 4% calc(60/var(--break02));
	border: solid 1px #cf8332;
	border-top: 0;
	background: #fff;
	position: relative;
	z-index: 1;
}
.row_tab_information03{
	max-width: 1100px;
	width:100%;
	margin: 0 auto calc(35 / var(--break02));
}
.row_tab_information03 .col{
	width: 24%;
	border-radius: calc(25 / var(--break02));
	height: calc(50 / var(--break02));
	background: #ececec;
}
.row_tab_information03 .col.active {
	color: #fff;
	background: #cf8332;
}
.content_information03 {display: none;}
.content_information03.active {display: block;}
.btn_webX02{
	width: calc(330 / var(--break02));
	height: calc(150 / var(--break02));
	padding: calc(10 / var(--break02));
	border-radius: calc(75 / var(--break02));
	line-height: 1.6;
	letter-spacing: .1em;
	font-size: calc(24 / var(--break02));
	color: #fff;
	background-color: #333;
	box-shadow: 0 0  calc(20 / var(--break02)) 0 rgba(78, 78, 78, 0.35);
	position: relative;
	z-index: 1;
}
.btn_webX02::before{
	content: "";
	width: calc(100% - 20 / var(--break02));
	height: calc(100% - 20 / var(--break02));
	margin: auto;
	border: 1px solid #fff;
	border-radius: calc(65 / var(--break02));
	position: absolute;
	inset: 0;
}
.btn_webX02::after{
	content: "";
	width: calc(30 / var(--break02));
	height: calc(30 / var(--break02));
	margin: auto;
	background: url(images/page/arw02.svg)no-repeat center / contain;
	position: absolute;
	inset: 0 calc(30 / var(--break02)) 0 auto;
}
.btn_webX02 .s1{
	font-size: calc(30 / var(--break02));
}
.box_information03 .btn_webX02{
	position: absolute;
	bottom: calc(-40/ var(--break02));
	right: calc(-40/ var(--break02));
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.index_information03{
		padding: calc(120 / 750 * 100vw) 0 calc(200 / 750 * 100vw);
	}
	.row_index_information03 > .banner{
		width: calc(646 / 750 * 100vw);
		margin: 0 auto calc(38 / 750 * 100vw);
	}
	.row_index_information03 > .banner:last-child{
		margin-bottom: 0;
	}
	.box_information03 .areaTitle{
		padding: calc(18/750 * 100vw);
		padding-left: 7vw;
		border-radius: calc(30/750 * 100vw)  calc(30 /750 * 100vw) 0 0;
	}
	.box_information03 .tag_box_information03{
        line-height: 1;
		margin-right: 3vw;
		font-size: calc(34/750 * 100vw);
	}
	.box_information03  .copy_box_information03{
		letter-spacing: 0;
		font-size: calc(45.5/750 * 100vw);
	}
	.box_information03 .areaTitle .textImg{
		width: calc(276.909/var(--break02));
		top: calc(-30/var(--break02));
		left: 0;
		right: auto;
	}
	.box_information03 .areaBox{
		padding: calc(80/750 * 100vw) 3.5% calc(150 / 750 * 100vw);
	}
	.row_tab_information03{
		margin: 0 auto calc(60 / 750 * 100vw);
	}
	.row_tab_information03 .col{
		width: calc(600 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		margin: 0 auto calc(30 / 750 * 100vw);
		border-radius: calc(50 / 750 * 100vw);
	}
	.row_tab_information03 .col:last-child{margin-bottom: 0;}
	.btn_webX02{
		width: calc(600 / 750 * 100vw);
		letter-spacing: .1em;
		font-size: calc(34 / 750 * 100vw);
	}
	.btn_webX02::after{
		inset: 0 calc(30 / var(--break02)) 0 auto;
	}
	.btn_webX02 .s1{
		font-size: calc(40 / 750 * 100vw);
	}
	.box_information03 .btn_webX02{
		margin: auto;
		bottom: calc(-60/750 * 100vw);
		right: 0;
		left: 0;
	}
}
/*
------------------------------------------------------------------*/

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

}
@media(max-width: 767px) {

}

/* 新着情報 index_news
------------------------------------------------------------------*/
.index_news{
	padding: calc(70 / var(--break03)) 0 calc(80 / var(--break03));
	position: relative;
	z-index: 1;
}
.index_news::before{
	content: "";
	width: 100%;
	height: calc(140 / var(--break04));
	margin: auto;
	background: #e1cc7c;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.copy_news{
	text-align: center;
}
.copy_news .en{
	letter-spacing: .2em;
	padding-right: calc(10 / var(--break04));
}
.copy_news .jp{
	position: relative;
	top: calc(-4/ var(--break04));
}
.box_news{
	padding: calc(65 / var(--break03)) calc(40 / var(--break03));
	background: #fff;
	position: relative;
	z-index: 1;
}
/* ※パーフェクトスクロールバー用基本css ここからデザインに合わせて適宜変更してください */
.index_news ul {
	max-width: 1200px;
	max-height: 234px;
	height: auto; 
	margin: auto;
	overflow: hidden;
	position: relative;
	padding-right: calc(20 / var(--break) * 100vw);
	touch-action: auto !important;
	line-height: 1.75;
}
.index_news li:not(:last-of-type) {
	margin-bottom: calc(30 / var(--break02));
}
.index_news li dt {
	width: calc(110 / var(--break02));
}
.index_news li dd {
	width: calc(100% - 110 / var(--break02));
}
.index_news li dd a {
	color: #bd8a15; /* コーダーさんへに記載されている★標準テキスト：リンク色に変更*/
	text-decoration: underline;
}
/* パーフェクトスクロールバー */
.ps__thumb-y {
	background: #bd8a15 !important;
	right: 0px !important;
	width: 4px !important;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
	background: none !important;
	right: 0px !important;
	width: 4px !important;
	opacity: 1!important;
}
.ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover {
	opacity: 1!important;
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.index_news{
		padding: calc(85 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
	}
	.index_news::before{
		height: calc(370 / 750 * 100vw);
	}
	.copy_news .en{
		letter-spacing: .1em;
		padding-right: 2vw;
		font-size: calc(60 / 750 * 100vw);
	}
	.copy_news .jp{
		letter-spacing: 0;
		font-size: calc(46 / 750 * 100vw);
		top: calc(-4/ 750 * 100vw);
	}
	.box_news{
		padding: calc(50 / 750 * 100vw) calc(32 / 750 * 100vw);
	}
	.index_news ul {
		padding-right: 5vw;
		max-height: calc(750 / var(--break) * 100vw);
	}
	.index_news li:not(:last-of-type) {
		margin-bottom: 4vw;
	}
	.index_news li dt {
		width: calc(200 / 750 * 100vw);
		letter-spacing: .1em;
	}
	.index_news li dd {
		width: calc(100% - 200 / 750 * 100vw);
		line-height: 1.5625;
	}
	.ps__thumb-y, .ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
		width: 4px!important;
	}
}

/* index_information02
------------------------------------------------------------------*/
.col_access{
	width: 50%;
	padding: calc(65 / var(--break03)) 4% calc(80 / var(--break04));
	background: #bd8a15;
}
.col_information{
	width: 50%;
	padding: calc(65 / var(--break03)) 4% calc(110 / var(--break04));
	background: #ececec;
	position: relative;
	z-index: 1;
}
.copy_information02{
	padding-bottom: calc(20 / var(--break03));
	line-height: 1;
	letter-spacing: .2em;
	color: #bd8a15;
	text-align: center;
	background: url(images/index/copy_information02_d.png)no-repeat center bottom / calc(100/ var(--break02));
	position: relative;
	z-index: 1;
}
.index_information02 .wrap_map{
	max-width: 860px;
	margin: auto;
	border: calc(30 / var(--break04)) solid #fff;
}
.index_information02 .map{
	height: calc(600/ var(--break03));
}
.col_information > .wrap{
	max-width: 100%;
	width: calc(580 / var(--break02));
	margin: auto;
}
.col_information .tbl_time02 {
	margin: 0 auto calc(30 / var(--break03));
}
.col_information .tbl_caption {
	text-align: center;
}
.col_information .tbl_time .box {
	border: 0;   
}
.row_address_common{
	text-align: center;
	position: relative;
	z-index: 1;
}
.row_address_common::before{
	content: "";
	width: 1px;
	height: calc(70 / var(--break04));
	margin: auto;
	background: #333;
	position: absolute;
	inset: 0 32% 0 0;
	z-index: -1;
}
.row_address_common .col{
	max-width: 151px;
	width: 27%;
}
.row_address_common .col02{
	max-width: 325px;
	width: 57%;
}
.row_address_common .icon{
	display: block;
	width: calc(70 / var(--break03));
	margin: 0 auto calc(15 / var(--break03));
}
.row_address_common .text{
	line-height: 1.6;
	font-size: calc(20 / var(--break03));
}
@media(min-width: 768px) and (max-width:1599px) {
	.index_information02 {
		font-size: 98%;
	}
}
@media(min-width: 768px) and (max-width:1599px) {
	.index_information02 {
		font-size: 96%;
	}
}
@media(max-width: 767px) {
	.copy_information02{
		padding-bottom: calc(20 / var(--break03));
		letter-spacing: .1em;
		font-size: calc(50 / 750 * 100vw);
	}
	.col_access{
		width: 100%;
		padding: calc(120 / 750 * 100vw) 3.2vw calc(120 / 750 * 100vw);
	}
	.index_information02  .btn_map {
        margin: 0 auto calc(30 / var(--break) * 100vw);
	}
	.index_information02 .wrap_map{
		background: #fff;
	}
	.index_information02 .map{
		margin: 0;
		height: calc(480 / var(--break) * 100vw);
	}
	.col_information{
		width: 100%;
		padding: calc(120 / 750 * 100vw) 3.2vw calc(120 / 750 * 100vw);
	}
	.col_information > .wrap {
		max-width: calc(702 / 750 * 100vw);
		width: 100%;
	}
	.col_information .tbl_time02 {
		margin: 0 auto 14vw;
	}
	.row_address_common{
		max-width: calc(680 / 750 * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row_address_common::before{
		height: calc(70 / 750 * 100vw);
		inset: 0 32% 0 0;
	}
	.row_address_common .col{
		width: 36%;
	}
	.row_address_common .col02{
		width: 61%;
	}
	.row_address_common .icon{
		width: calc(98 /750 * 100vw);
		margin: 0 auto 2vw;
	}
	.row_address_common .text{
		line-height: 1.5;
		font-size: 100%;
	}
}

/* index_concept
------------------------------------------------------------------*/
.index_concept{
	padding: calc(70 / var(--break02)) 0 calc(98 / var(--break02));
	background: #fcfaf2;
	position: relative;
	z-index: 1;
}
.index_concept::before{
	content: "";
	width: 100%;
	height: 1px;
	margin: auto;
	background: #bd8a15;
	position: absolute;
	top: calc(20 / var(--break02));
	left: 0;
	right: 0;
	z-index: 1;
}
.bg_concept{
	margin-bottom: calc(40 / var(--break03));
	padding: calc(110 / var(--break03)) 0;
	background: url(images/index/img_concept.png)no-repeat center / cover;
	position: relative;
	z-index: 1;
}
.box_concept{
	width: calc(200 / var(--break02));
	height: calc(560 / var(--break02));
	color: #fff;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: auto;
	position: relative;
}
.box_concept .bg{
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	background-image: linear-gradient(to bottom, #1b1b1b, #535353);
	opacity: .9;
	position: absolute;
	inset: 0;
	z-index: -1;
}
.box_concept::before,
.box_concept::after
{
	content: "";
	width: calc(130 / var(--break02));
	height: calc(130 / var(--break02));
	margin: auto;
	border: 1px solid #fff;
	position: absolute;
	inset: calc(10 / var(--break02));
}
.box_concept::before{
	border-bottom: 0;
	border-left: 0;
	bottom: auto;
	left: auto;
}
.box_concept::after{
	border-top: 0;
	border-right: 0;
	top: auto;
	right: auto;
}
.bg_concept .textImg{
	width: calc(471 / var(--break02));
	margin: auto;
	position: absolute;
	bottom: calc(30 / var(--break03));
    left: 9%;
	right: 0;
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.index_concept{
		padding: calc(120 / 750 * 100vw) 0 calc(98 / var(--break02));
	}
	.index_concept::before{
		top: calc(40 / 750 * 100vw);
	}
	.copy_concept_en{font-size: calc(49.5 / 750 * 100vw);}
	.copy_concept_jp{
		letter-spacing: 0;
		font-size: calc(50 / 750 * 100vw);
	}
	.copy_concept_jp02{
		font-size: calc(40 / 750 * 100vw);
	}
	.bg_concept{
		margin-bottom: calc(40 / 750 * 100vw);
		padding: calc(100 / 750 * 100vw) 0 calc(125 / 750 * 100vw);
		background: url(images/index/img_concept_sp.png)no-repeat center / cover;
	}
	.bg_concept .textImg{
		bottom: 7vw;
        left: 23%;
        right: 0;
	}
}
/* index_life_stage
------------------------------------------------------------------*/
.index_life_stage{
	padding: calc(110 / var(--break02)) 0 calc(120 / var(--break02));
	background: url(images/index/deco_life_stage.png)no-repeat center top / 100% ;
	position: relative;
	z-index: 1;
}
.copy_life_stage_jp02{
	max-width: 680px;
	width: calc(680 / var(--break02));
	margin: 0 auto calc(30 / var(--break02));
	padding: calc(7.5 / var(--break02));
	letter-spacing: .2em;
	text-align: center;
	color: #fff;
	background: #cf8332;
	clip-path: polygon(calc(20 / var(--break02)) 0, calc(100% - 20 / var(--break02)) 0, 100% 50%, calc(100% - 20 / var(--break02)) 100%, calc(20 / var(--break02)) 100%, 0% 50%);
}
.row_life_stage > .col{
	width: 20%;
	background: #fff;
	transition: .5s;
	position: relative;
	z-index: 1;
}
.row_life_stage > .col.active{
	padding-bottom: calc(50 / var(--break04));
	background: #f4f0ea;
	transition: .5s;
}
.row_life_stage > .col.active:nth-child(2n){
	background: #fcfaf2;
	transition: .5s;
}
.row_life_stage > .col::before{
	content: "";
	width: 100%;
	height: calc(190 / 1920 * 100vw);
	margin: auto;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.row_life_stage .img{
	position: relative;
	z-index: 1;
}
.copy_row_life_stage{
	width: 100%;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: calc(28 / 1920 * 100vw);
}
.copy_row_life_stage > .s{
	position: relative;
	z-index: 1;
}
.copy_row_life_stage .toggle{
	width: calc(15  / var(--break03));
	height: calc(15 / var(--break03));
	margin: auto;
	position: absolute;
	inset: 1.5px calc(-25 / var(--break03)) 0 auto;
	transition: .5s;
}
.copy_row_life_stage .toggle::before,
.copy_row_life_stage .toggle::after
{
	content: "";
	width: 100%;
	height: 2px;
	margin: auto;
	background: #fff;
	position: absolute;
	inset: 0;
	transition: .5s;
}
.copy_row_life_stage .toggle::after{
	width: 2px;
	height: 100%;
	transition: .5s;
}
.active .copy_row_life_stage .toggle::after{
	opacity: 0;
	transition: .5s;
}
.row_life_stage .wrap{
	max-width: 300px;
	width: 92%;
	height: 0;
	margin: auto;
	opacity: 0;
	transition: .5s;
}
.row_life_stage .active .wrap{
	height: auto;
	padding-top: calc(20 / var(--break04));
	opacity: 1;
	transition: .5s;
}
.row_life_stage .btn_common02{
	margin-bottom: calc(10 / var(--break04));
	font-size: calc(16 / var(--break03));
}
.row_life_stage .btn_common02:last-child{
	margin-bottom: 0;
}
@media(min-width: 768px) and (max-width:1299px) {
	.copy_row_life_stage{
		bottom: calc(22 / 1920 * 100vw);
	}
}
@media(max-width: 767px) {
	.index_life_stage{
		padding: calc(120 / 750 * 100vw) 0 calc(120 / var(--break02));
		background: url(images/index/deco_life_stage.png)no-repeat center top / 100% ;
	}
	.copy_life_stage_en{
		font-size: calc(90 / 750 * 100vw);
	}
	.copy_life_stage_jp{
		letter-spacing: 0;
		font-size: calc(50 / 750 * 100vw);
	}
	.copy_life_stage_jp02{
		width: calc(620 / 750 * 100vw);
		margin: 0 auto calc(80 / 750 * 100vw);
		padding: 1.5vw;
		line-height: 1.5;
		letter-spacing: 0;
		font-size: 100%;
		clip-path: polygon(calc(30 / 750 * 100vw) 0, calc(100% - 30 / 750 * 100vw) 0, 100% 50%, calc(100% - 30 / 750 * 100vw) 100%, calc(30 / 750 * 100vw) 100%, 0% 50%);
	}
	.row_life_stage > .col{
		width: calc(648 / 750 * 100vw);
		margin: 0 auto;
	}
	.row_life_stage > .col.active{
		padding-bottom: calc(70 / 750 * 100vw);
	}
	.row_life_stage > .col::before{
		height: calc(250 / 750 * 100vw);
	}
	.row_life_stage > .col:nth-of-type(2){margin-bottom: 13vw;}
	.row_life_stage > .col:nth-of-type(3){margin-bottom: 15vw;}
	.row_life_stage > .col:nth-of-type(4){margin-bottom: 15vw;}
	.copy_row_life_stage{
		letter-spacing: 0;
		font-size: calc(34 /750 * 100vw);
		bottom: 8vw;
	}
	.copy_row_life_stage .toggle{
		width: calc(24 /750 * 100vw);
		height: calc(24 /750 * 100vw);
		inset: 1px -7vw 0 auto;
	}
	.copy_row_life_stage .toggle::before,
	.copy_row_life_stage .toggle::after
	{height: 1px;}
	.copy_row_life_stage .toggle::after{width: 1px;}

	.row_life_stage .wrap{
		width: 100%;
	}
	.row_life_stage .active .wrap{
		height: auto;
		padding-top: calc(40 /750 * 100vw);
	}
	.row_life_stage .btn_common02{
		margin-bottom: calc(30 /750 * 100vw);
		font-size: calc(34 /750 * 100vw);
	}
	.row_life_stage .btn_common02:last-child{
		margin-bottom: 0;
	}
}
/* index_feature
------------------------------------------------------------------*/
.index_feature{
	padding: var(--size130px) 0 var(--size170px);
	position: relative;
	z-index: 1;
}
.index_feature::before{
	content: "";
	width: calc(1920 / 1920 * 100vw);
	height: calc(431 / 1920 * 100vw);
	margin: auto;
	background: url(images/index/frame_feature01.png)no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.copy_feature_jp02{
	padding: calc(10 / var(--break02));
	line-height: 1.4;
	text-align: center;
	color: #fff;
	background: #cf8332;
}
.num_feature_common{
	line-height: .9;
	letter-spacing: .1em;
	text-align: center;
	font-size: calc(119.5 / var(--break04));
}
.copy_feature_common.copy_common01{
	margin-bottom: calc(30 / var(--break03));
	padding-bottom: calc(25 / var(--break03));
	font-size: calc(40 / var(--break04));
	line-height: 1.6;
	text-align: center;
}
.copy_feature_common.copy_common01.fz38{
	font-size: calc(38 / var(--break04));
}

.row_index_feature01{
	max-width: 1840px;
	margin-left: auto;
}
.row_index_feature01 .col_txt{
	width: 44%;
	padding-top: calc(150 /var(--break05));
	position: relative;
}
.row_index_feature01 .col_img{
	max-width: 1070px;
	width: 58.2%;
	margin-left: -5%;
	position: relative;
	z-index: 2;
}
.row_index_feature01 .in_box{
	padding: calc(100 / var(--break04)) 7.5%;
	background: #fff;
	box-shadow: 0 0 27px 3px rgba(88, 88, 88, 0.35);
	position: relative;
	z-index: 1;
}
.row_index_feature01 .in_box > .wrap{
	max-width: 650px;
	margin: auto;
}


.row_index_feature02{
	max-width: 1800px;
	width: 96%;
	margin-left: auto;
}
.row_index_feature02 .col_txt{
	max-width: 655px;
	width: 36.5%;
	padding-top: calc(150 / 1920 * 100vw);
	position: relative;
}
.row_index_feature02 .col_img{
	max-width: 1070px;
	width: 59.5%;
	position: relative;
	z-index: 2;
}
@media(min-width: 768px) and (max-width:1299px) {
	.copy_feature_common.copy_common01{
		letter-spacing: .04em;
		font-size: calc(40 / 1700 * 100vw);
	}
	.copy_feature_common.copy_common01.fz38{
		font-size: calc(38 / 1700 * 100vw);
	}
}
@media(max-width: 767px) {
	.index_feature{
		padding: calc(220 / var(--break02)) 0 calc(200 / var(--break02)) ;
	}
	.index_feature::before{
		width: calc(750 / 750 * 100vw);
		height: calc(432 / 750 * 100vw);
		background: url(images/index/frame_feature01_sp.png)no-repeat center / contain;
	}
	.copy_feature_en{
		margin-bottom: 3vw;
		font-size: calc(119.5 / 750 * 100vw);
	}
	.copy_feature_jp{
		letter-spacing: 0;
		font-size: calc(45 / 750 * 100vw);
	}
	.copy_feature_jp02{
		margin-bottom: calc(120 / 750 * 100vw);
		padding: 1vw 0;
		letter-spacing: 0;
		font-size: calc(40 / 750 * 100vw);
	}
	.copy_feature_jp02 .fz30{
		font-size: calc(30 / 750 * 100vw);
	}
	.num_feature_common{
		letter-spacing: .1em;
		font-size: calc(149.5 / 750 * 100vw);
	}
	.copy_feature_common.copy_common01{
		margin-bottom: 3vw;
		padding-bottom: 3vw;
		letter-spacing: 0;
		line-height: 1.5;
		font-size: calc(50 / 750 * 100vw);
	}

	.row_index_feature01{
		max-width: calc(703 / 750 * 100vw);
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.row_index_feature01 .col_txt{
		width: 100%;
		padding-top: calc(80 / 750 * 100vw);
	}
	.row_index_feature01 .col_img{
		width: 100%;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.row_index_feature01 .in_box{
		padding: calc(95 / 750 * 100vw) 4% calc(70 / 750 * 100vw) ;
	}


	.row_index_feature02{
		max-width: 100%;
		width: 100%;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.row_index_feature02 .col_txt{
		width: 100%;
		padding: calc(70 / 750 * 100vw) 7.3%  calc(70 / 750 * 100vw);
		background: #9e9480;
		position: relative;
		z-index: 2;
	}
	.row_index_feature02 .col_txt::before{
		content: "";
		width: 100%;
		height: 100%;
		margin: auto;
		background: #a89d86;
		clip-path: polygon(100% 0, 0 0, 100% 100%);
		position: absolute;
		inset: 0;
		z-index: -1;
	}
	.row_index_feature02 .col_txt::after{
		content: "";
		width: calc(100% - 38 / 750 * 100vw);
		height: calc(100% - 38 / 750 * 100vw);
		margin: auto;
		border: 1px solid #fff;
		position: absolute;
		inset: 0;
		z-index: -1;
	}
	.row_index_feature02 .col_img{
		width: 100%;
	}
}
/* index_feature01
------------------------------------------------------------------*/
.index_feature01{
	padding-bottom: calc(90 / var(--break02));
	position: relative;
	z-index: 1;
}
.index_feature01::before{
	content: "";
	width: 100%;
	height: calc(100% - 60 / var(--break02));
	margin: auto;
	background: url(images/index/bg_feature01.png)no-repeat center / cover;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.index_feature01::after{
	content: "";
	width: calc(760 / var(--break04));
	height: calc(564 / var(--break04));
	margin: auto;
	background: #e1cc7c;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.slider_feature .slid{
	display: flex;
	width: calc(340 / var(--break03));
	height: calc(100 / var(--break03));
	margin: 0 calc(10 / var(--break03));
	line-height: 1.4;
	letter-spacing: .1em;
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
	font-size: calc(20 / var(--break03));
	border: solid 1px #bd8a15;
	background: #fff;
	position: relative;
	z-index: 1;
}
.slider_feature .slid::before,
.slider_feature .slid::after
{
	content: "";
	width: calc(80 / var(--break03));
	height: calc(80 / var(--break03));
	margin: auto;
	position: absolute;
	border: 1px solid #bd8a15;
	inset: calc(6 / var(--break03));
	z-index: 1;
}
.slider_feature .slid::before{
	border-bottom: 0;
	border-left: 0;
	bottom: auto;
	left: auto;
}
.slider_feature .slid::after{
	border-top: 0;
	border-right: 0;
	top: auto;
	right: auto;
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.index_feature01{
		margin-bottom: calc(60 / 750 * 100vw);
	}
	.index_feature01::before{
		height: calc(100% - 100 / 750 * 100vw);
		background: url(images/index/bg_feature01_sp.png)no-repeat center bottom / cover;
	}
	.index_feature01::after{
		content: none;
	}

	.slider_feature .slid{
		width: calc(348 / 750 * 100vw);
		height: calc(120 / 750 * 100vw);
		letter-spacing: 0;
		font-size: 99%;
	}
}
/* index_feature02
------------------------------------------------------------------*/
.index_feature02{
	padding: calc(90 / var(--break03)) 0 calc(100 / var(--break03));
	background: url(images/index/img_feature02.jpg)no-repeat center / cover;
	position: relative;
	z-index: 1;
}
@media(max-width: 767px) {
	.index_feature02{
		margin-bottom: calc(120 / 750 * 100vw);
		padding: calc(90 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
		background: url(images/index/img_feature02_sp.jpg)no-repeat center / cover;
	}
}
/* index_feature01
------------------------------------------------------------------*/
.index_feature03{
	padding-bottom: calc(90 / var(--break02));
	position: relative;
	z-index: 1;
}
.index_feature03::before{
	content: "";
	width: 100%;
	height: calc(100% - 60 / var(--break02));
	margin: auto;
	background: url(images/index/img_feature03.jpg)no-repeat center / cover;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.index_feature03::after{
	content: "";
	width: calc(760 / var(--break04));
	height: calc(564 / var(--break04));
	margin: auto;
	background: #e1cc7c;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.index_feature03 .row_index_feature01{
	margin-left: 0;
	margin-right: auto;
}
.index_feature03 .row_index_feature01 .col_img{margin-left: 0;}
.index_feature03 .row_index_feature01 .col_txt{margin-left: -5%;}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.index_feature03{
		margin-bottom: calc(120 / 750 * 100vw);
		padding-bottom: calc(100 / 750 * 100vw);
	}
	.index_feature03::before{
		height: calc(1120 / 750 * 100vw);
		background: url(images/index/img_feature03_sp.jpg)no-repeat center bottom / cover;
	}
	.index_feature03::after{
		content: none;
	}
	.index_feature03 .row_index_feature01{
		max-width: 100%;
		width: 100%;
	}
	.index_feature03 .row_index_feature01 .col_img{margin-left: 0;}
	.index_feature03 .row_index_feature01 .col_txt{
		width: calc(703 / 750 *100vw);
		margin: auto;
		padding-top: calc(90 / 750 *100vw);
	}
}
/* index_feature04
------------------------------------------------------------------*/
.index_feature04{
	padding: calc(90 / var(--break03)) 0 calc(110 / var(--break03));
	background: #cf8332;
	position: relative;
	z-index: 1;
}
.index_feature04 > .pattern_stripe_orange02{
	width: 100%;
	height: calc(174 / var(--break04));
	margin: auto;
	position: absolute;
	inset: auto 0 0;
	z-index: -1;
}
/* @media(min-width: 768px) and (max-width:1299px) {} */
@media(max-width: 767px) {
	.index_feature04{
		padding: calc(100 / 750 * 100vw) 0 ;
	}
	.index_feature04 > .pattern_stripe_orange02{
		width: 100%;
		height: calc(174 / var(--break04));
		margin: auto;
		position: absolute;
		inset: auto 0 0;
		z-index: -1;
	}
}
/* index_feature05
------------------------------------------------------------------*/
.index_feature05{
	padding-bottom: calc(100 / var(--break02));
	position: relative;
	z-index: 1;
}
.index_feature05 > .bg{
	width: 100%;
	height: calc(100% - 60 / var(--break03));
	margin: auto;
	background: #9e9480;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.index_feature05 > .bg::before{
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	background: #a89d86;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	position: absolute;
	inset: 0;
	z-index: -1;
}
.index_feature05 > .bg::after{
	content: "";
	width: calc(100% - 38 / var(--break04));
	height: calc(100% - 38 / var(--break04));
	margin: auto;
	border: 3px solid #fff;
	position: absolute;
	inset: 0;
	z-index: -1;
}
.index_feature05 .num_feature_common{
	margin-bottom: calc(38 / 1920 * 100vw);
}
@media(max-width: 767px) {
	.index_feature05{
		padding-bottom: 0;
	}
	.index_feature05 > .bg{
		display: none;
	}
	.index_feature05 .num_feature_common{
		margin-bottom: calc(38 / 1920 * 100vw);
	}
}
/* 
------------------------------------------------------------------*/
@media(max-width: 767px) {}
/* index_for_kids
------------------------------------------------------------------*/
.index_for_kids{
	margin-bottom: var(--size80px);
	padding: calc(125 / var(--break02)) 0 ;
	background:url(images/index/bg_foe_kids.png)no-repeat center / cover;
	position: relative;
	z-index: 1;
}
.index_for_kids::after{
	content: "";
	width: calc(1689 / var(--break03));
	height: calc(582 / var(--break03));
	margin: auto;
	background:url(images/index/img_foe_kids.png)no-repeat center / contain;
	position: absolute;
	inset: calc(20 / 1920 * 100vw) 0 0 calc(-60 / 1920 * 100vw);
	z-index: 1;
}
.box_for_kids{
	padding: calc(36 / var(--break02)) 4% calc(70 / var(--break02));
	background: #fff;
	position: relative;
	z-index: 1;
}
.box_for_kids .text{
	width: calc(1000 / var(--break04));
	margin: auto;
}
.title_for_kids{
	width: calc(307/ var(--break02));
	margin: 0 auto;
}
.title_for_kids02{
	margin: 0 auto calc(15 / var(--break02));
	padding: calc(15/ var(--break02)) 0;
	background:url(images/index/title_foe_kids02.png)no-repeat center / calc(1003 / var(--break02));
}
.copy_for_kids02 {
	letter-spacing: .05em;
	line-height: 1.6;
	font-size: calc(36 / var(--break02));
	text-align: center;
}
.copy_for_kids02 .fz45{
	letter-spacing: 0;
	font-size: calc(45 / var(--break02));
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_for_kids::after{
		width: calc(1689 / var(--break04));
		height: calc(582 / var(--break04));
	}
}
@media(max-width: 767px) {
	.index_for_kids{
		padding: calc(165 / 750 * 100vw) 0 calc(240 / 750 * 100vw);
		background:url(images/index/bg_foe_kids_sp.png)no-repeat center / cover;
	}
	.index_for_kids::after{
		width: calc(717 /750 * 100vw);
		height: calc(1394 /750 * 100vw);
		background:url(images/index/img_foe_kids_sp.png)no-repeat center / contain;
		inset: -1vw 0 0 4vw;
	}
	.box_for_kids{
		padding: calc(140 / 750 * 100vw) 3% calc(154 / 750 * 100vw);
	}
	.box_for_kids .text{
		width: calc(642 / 750 * 100vw);
	}
	.title_for_kids{width: calc(430 / 750 * 100vw);}
	.title_for_kids02{
		margin: 0;
		padding: 6vw 0 5vw;
		background:url(images/index/title_foe_kids02_sp.png)no-repeat center top 2vw / calc(628 /750 * 100vw);
	}
	.copy_for_kids02 {
		line-height: 1.5;
		letter-spacing: 0;
		font-size: calc(39.5 / 750 * 100vw);
	}
	.copy_for_kids02 .fz45{
		letter-spacing: 0;
		font-size: calc(50 /750 * 100vw);
	}
}
/* index_hygiene
------------------------------------------------------------------*/
.index_hygiene{
	padding-bottom: calc(130 / var(--break02));
}
.box_hygiene{
	padding: calc(100 / var(--break02)) 0 calc(90 / var(--break02));
	background:url(images/index/bg_hygiene.png)no-repeat top right / cover #cbeef6;
	position: relative;
	z-index: 1;
}
.box_hygiene::before,
.box_hygiene::after
{
	content: "";
	width: calc(250 / var(--break04));
	height: calc(250 / var(--break04));
	margin: auto;
	background: url(images/index/deco_hygiene.png)no-repeat center / contain;
	position: absolute;
	top: calc(20 / var(--break04));
	left: calc(20 / var(--break04));
}
.box_hygiene::after{
	top: auto;
	left: auto;
	bottom: calc(20 / var(--break04));
	right: calc(20 / var(--break04));
	transform: scale(-1, -1);
}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.index_hygiene{padding-bottom: 19vw;}
	.box_hygiene{
		padding: 20vw 0;
		background:url(images/index/bg_hygiene_sp.png)no-repeat top right / cover #cbeef6;
	}
	.box_hygiene::before,
	.box_hygiene::after
	{
		width: calc(200 / 750 * 100vw);
		height: calc(200 / 750 * 100vw);
		top: calc(36 / 750 * 100vw);
		left: calc(36 / 750 * 100vw);
	}
	.box_hygiene::after{
		top: auto;
		left: auto;
		bottom: calc(36 / 750 * 100vw);
		right: calc(36 / 750 * 100vw);
		transform: scale(-1, -1);
	}

	.copy_hygiene{
		margin-bottom: 1vw;
		line-height: 1.3;
		font-size: calc(50 / 750 * 100vw);
	}
	.copy_hygiene02{
		letter-spacing: 0;
		font-size: calc(50 / 750 * 100vw);
	}
}

/* slider_flow01
------------------------------------------------------------------*/
.index_flow{
	padding: 0 0 var(--size160px);
}
.slider_flow01 .thumbnail-item {
	max-width: 300px;
	width: 24.2%;
	height: var(--size60px);
	line-height: 1.6;
	background: #f5f5f5;
	cursor: pointer;
	position: relative;
	z-index: 8;
}
.slider_flow01 .thumbnail-current {
	color: #fff;
	background: #bd8a15;
}
@media(min-width: 768px) {
	.slider_flow01 .thumbnail-item {
		margin-right: 1.059%;
	}
	.slider_flow01 .thumbnail-item:nth-of-type(4n),
	.slider_flow01 .thumbnail-item:last-child
	{margin-right: 0;}

	.slider_flow01 .thumbnail-item:nth-of-type(n + 5) {margin-top: 1.5%}
}
@media(max-width: 767px) {
	.slider_flow01 .inner{
		width: calc(650/ 750 * 100vw);
		margin: 0 auto calc(60/ 750 * 100vw);
	}
	.slider_flow01 .row_thumbnail-item.flex {
		justify-content: space-between;
	}
	.slider_flow01 .thumbnail-item {
		max-width: calc(300 / 750 * 100vw);
		width: 48.5%;
		line-height: 1.3;
		letter-spacing: 0;
		height: calc(100 / 750 * 100vw);
		font-size: calc(32 / 750 * 100vw);
	}
	.slider_flow01 .thumbnail-item:nth-of-type(n + 3){
		margin-top: calc(30 / 750 * 100vw);
	}
}

/* slider_flow01
------------------------------------------------------------------*/
.slider_flow01 .slid {
	width:  calc(1240 / var(--break03));
	position: relative;
	z-index: 1;
}
.slider_flow01 .slid .areaText{
	opacity: 0;
	visibility: hidden;
	width: 100%;
	min-height: calc(220  / var(--break03));
	margin: auto;
	padding: var(--size20px) 4% var(--size25px);
	color: #fff;
	background: rgba(51, 51, 51, .8);
	position: absolute;
	bottom: 0;
}
.slider_flow01 .slick-center .areaText{
	opacity: 1;
	visibility: visible;
}
.slider_flow01 .copy {
	line-height: 1.6;
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
	font-size: calc(30  / var(--break03));
	text-align: center;
}
.slider_flow01 .copy .num{
	font-family: "the-seasons", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.slider_flow01 .slid .txt01 {
	line-height: 1.6;
}
.slider_flow01 .slick-prev,
.slider_flow01 .slick-next,
.slider_flow01 .slick-prev:before,
.slider_flow01 .slick-next:before
{
	width: var(--size35px);
	height: var(--size70px);
}
.slider_flow01 .slick-prev,
.slider_flow01 .slick-next {
	top: calc(230 / var(--break02));
	transform: translate(0);
	z-index: 8;
}
.slider_flow01 .slick-prev:before,
.slider_flow01 .slick-next:before {
	content: "";
	display: block;
	background: url(images/index/arrow.svg)no-repeat center / contain;
}
.slider_flow01 .slick-prev {
	left: 16vw;
}
.slider_flow01 .slick-next {
	right: 16vw;
	transform: translate(0) scaleX(-1);
}

.slider_flow01.slick-dotted.slick-slider{
	margin-bottom: 0 !important;
}
.slider_flow01 .slick-dots{
	margin-top: var(--size5px);
	position: relative;
	bottom: auto;
}
.slider_flow01 li button:before {
	width: calc(12 / var(--break02));
	height: calc(12 / var(--break02));
	opacity: 1;
	background: #ececec;
	font-size: 0;
	border-radius: 100%;
}
.slider_flow01 .slick-dots li.slick-active button:before {
	opacity: 1;
	background: #bd8a15
}
@media(min-width: 768px) and (max-width:1599px) {
	.slider_flow01 .slick-prev {
		left: 23vw;
	}
	.slider_flow01 .slick-next {
		right: 23vw;
	}
}

@media(min-width: 768px) and (max-width:1299px) {
	.slider_flow01 .slick-prev {
		left: 18vw;
	}
	.slider_flow01 .slick-next {
		right: 18vw;
	}
}
@media(max-width: 767px) {
	.slider_flow01 .slid {
		width: calc(750 / 750 * 100vw);
	}
	.slider_flow01 .slid .areaText{
		width: calc(750 / 750 * 100vw);
		min-height: calc(400 / 750 * 100vw);
		padding: 6vw;
		background: #777267;
		position: relative;
		inset: auto;
	}
	.slider_flow01 .copy {
		font-size: calc(34  / 750 * 100vw);
		margin-bottom: 3vw;
	}
	.slider_flow01 .text {
		line-height: 1.6;
	}
	.slider_flow01 .slick-prev,
	.slider_flow01 .slick-next
	{top: calc(312 / 750 * 100vw);}
	
	.slider_flow01 .slick-prev {left: 4vw;}
	.slider_flow01 .slick-next {right: 4vw;}

	.slider_flow01 li button:before {
		width: calc(22 / 750 * 100vw);
		height: calc(22 / 750 * 100vw);
	}
}

/* コンテンツ名 class
------------------------------------------------------------------*/
.tag_name{
	width: calc(430 / var(--break03));
	height: calc(180 / var(--break03));
	margin: auto;
	line-height: 1.5;
	color: #fff;
	background: #333;
	position: relative;
	z-index: 1;
}
.tag_name::before{
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	opacity: .1;
	position: absolute;
	bottom: 0;
	right: 0;
}
.tag_name .tag{
	letter-spacing: .1em;
	font-size: calc(28.5 / var(--break03));
	position: relative;
	bottom: 5px;
}
.tag_name .name{
	letter-spacing: .1em;
	font-size: calc(46.5 / var(--break03));
}
.tag_name .en{
	display: block;
	letter-spacing: .08em;
	font-size: calc(28.5 / var(--break03));
}
@media(max-width: 767px) {
	.tag_name{
		width: calc(380 / 750 * 100vw);
		height: calc(175 / 750 * 100vw);
		line-height: 1.4;
	}
	.tag_name .tag{
		letter-spacing: .1em;
		font-size: calc(32 / 750 * 100vw);
		bottom: 1px;
        right: -5px;
    }
	.tag_name .name{
		letter-spacing: .1em;
		font-size: calc(45 / 750 * 100vw);
	}
	.tag_name .en{
		letter-spacing: 0;
		font-size: calc(32 / 750 * 100vw);
	}
}
/* bg_greeting
------------------------------------------------------------------*/
.bg_greeting{
	padding-bottom: calc(65 / var(--break02));
	position: relative;
	z-index: 1;
}
.bg_greeting::before{
	content: "";
	max-width: 1920px;
	max-height: 1043px;
	width: calc(1920 / 1800 * 100vw);
	height: calc(1043 / 1800 * 100vw);
	margin: auto;
	background: url(images/index/bg_greeting.png)no-repeat center / cover;
	position: absolute;
	top: calc(80 / 1920 * 100vw);
	right: 0;
	z-index: -1;
}
.row_greeting > .col_img{
	max-width: 1010px;
	width: 53.5%;
	padding-bottom: calc(200 / var(--break03));
	position: relative;
	z-index: 1;
}
.row_greeting .col_img .ballon{
	width: calc(945 / 1920 * 100vw);
	position: absolute;
	bottom: 0;
    right: -5%;
	z-index: 2;
}
.row_greeting .col_img .img{
	position: relative;
	z-index: 1;
}
.row_greeting .img .tag_name{
	position: absolute;
	bottom: calc(170 / var(--break04));
	left: 0;
	z-index: 1;
}
.row_greeting > .col_txt{
	width: 46.5%;
	padding-top: calc(200 / 1920 * 100vw);
}
.row_greeting .col_txt > .wrap{
	max-width: 690px;
	width: 88.8%;
	margin: auto;
}
.row_greeting .text{
	margin-bottom: calc(65 / var(--break04));
}
.copy_greeting{
	margin-bottom: calc(50 / var(--break04));
	line-height: .9;
	text-align: center;
	font-size: calc(100 / var(--break04));
	position: relative;
	z-index: 1;
}
.copy_greeting .textImg{
	width:  calc(290.5 / var(--break04));
	position: absolute;
	top: -55%;
    left: -1%;
}
.copy_greeting02{
	margin: 0 auto calc(30 / var(--break04));
	padding: calc(15 / var(--break04)) 0;
	line-height: 1.5;
	text-align: center;
	font-size: calc(40 / var(--break04));
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
@media(min-width: 768px)  {
	.bg_greeting::after{
		content: "";
		width: calc(609 / 1920 * 100vw);
		height: calc(501 / 1920 * 100vw);
		margin: auto;
		background: url(images/index/img_greeting03.png)no-repeat bottom right / contain;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: -1;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_greeting > .col_txt{
		padding-top: calc(150 / 1920 * 100vw);
	}
	.row_greeting .col_img .ballon{
		right: -2.5%;
	}
}
@media(max-width: 767px) {
	.bg_greeting{
		padding-bottom: calc(220 / 750 * 100vw);
	}
	.bg_greeting::before{
		width: calc(750 / 750 * 100vw);
		height: calc(1521 / 750 * 100vw);
		background: url(images/index/bg_greeting_sp.png)no-repeat center / contain;
		top: auto;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: -1;
	}
	.bg_greeting::after{
		content: none;
	}
	.row_greeting > .col_img{
		width: 100%;
		padding-bottom: 0;
	}
	.row_greeting .col_img .ballon{
		display: none;
	}
	.row_greeting .img .tag_name{
		bottom: calc(359/ 750*100vw);
	}
	.row_greeting > .col_txt{
		width: calc(650 / 750 * 100vw);
		margin: 0 auto;
		padding-top: 12.5vw;
	}
	.row_greeting .col_txt > .wrap{
		width: 100%;
		margin: auto;
	}
	.row_greeting .text{
		margin-bottom: 6vw;
	}
	.copy_greeting .textImg{
		top: -55%;
        left: -12%;
	}
	.copy_greeting02{
		margin: 0 auto 3vw;
		letter-spacing: .05em;
		padding: 1vw 0;
		font-size: calc(50 / 750 * 100vw);
	}
}
/* index_medical
------------------------------------------------------------------*/
.bg_medical{
	padding: var(--size130px) 0 var(--size120px);
}
.row_medical > .btn{
	max-width: 730px;
	width: 48.7%;
	min-height: calc(300 / var(--break04));
	background: #fff;
	position: relative;
	z-index: 1;
}
.row_medical > .btn::before{
    content: "";
    width: calc(40 / var(--break04));
    height: calc(40 / var(--break04));
    margin: auto;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    position: absolute;
    right: calc(10 / var(--break03));
    bottom: calc(10 / var(--break03));
	z-index: 2;
}
.row_medical .bg{
	width: 39.3%;
	height: 100%;
	margin: auto;
	position: absolute;
	inset: 0 0 0 auto;
	overflow: hidden;
}
.row_medical .bg img{
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	position: absolute;
	inset: 0;
	z-index: 1;
}
.row_medical .areaText{
	width: 60.7%;
	padding: calc(30 / var(--break03)) calc(20 / var(--break03)) calc(30 / var(--break03)) calc(35 / var(--break03));
	position: relative;
	z-index: 1;
}
.row_medical .tag{
	width: calc(440 / var(--break03));
	height: calc(40 / var(--break03));
	margin: auto;
	letter-spacing: .05em;
	font-size: calc(18 / var(--break03));
	color: #fff;
	background: url(images/index/tag_row_medical.png)no-repeat center left / contain;
	position: relative;
	left: calc(-54 / var(--break03));
	z-index: 1;
}
.row_medical .copy_row_medical{
	padding: calc(10 / var(--break04)) 0 calc(14 / var(--break04));
	font-size: calc(34 / var(--break04));
	position: relative;
	z-index: 1;
}
.copy_row_medical .txtImg{
	position: absolute;
	inset: 0;
	left: calc(-34 / var(--break03));
	z-index: -1;
}
.copy_row_medical .txtImg.implant{width: calc(306.719 / var(--break03));}
.copy_row_medical .txtImg.ceramic{width: calc(265.94 / var(--break03));}
.copy_row_medical .txtImg.multiple{width: calc(272.408 / var(--break03));}
.copy_row_medical .txtImg.pediatric{width: calc(297.563 / var(--break03));}
.copy_row_medical .txtImg.adult{width: calc(212.28 / var(--break03));}
.copy_row_medical .txtImg.mouthpiece{width: calc(350.968 / var(--break03));}

.row_medical.v2 > .btn{
	color: #fff;
	background: #bd8a15;
}
.row_medical.v2 .areaText{
	padding-bottom: calc(55 / var(--break03));
}

.bg_medical02{
	padding: var(--size140px) 0;
	background: url(images/index/bg_medical02.png)no-repeat center / cover;
}
.row_medical02 > .btn{
	width: 15.4%;
	padding: calc(42 / var(--break03)) 0 calc(44 / var(--break03));
	background: #fff;
	position: relative;
	z-index: 1;
}
.row_medical02 > .btn::before{
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	background: #ececec;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	position: absolute;
	inset: 0;
	z-index: -1;
}
.row_medical02 > .btn::after{
	content: "";
	width: calc(26 / var(--break03));
	height: calc(23 / var(--break03));
	margin: auto;
	background: url(images/page/arw.png)no-repeat center / cover;
	position: absolute;
	bottom: calc(10 / var(--break03));
	right: calc(10 / var(--break03));
	z-index: 1;
}
.row_medical02 .icon{
	display: block;
	width: calc(99 / var(--break03));
	margin: 0 auto calc(8 / var(--break03));
}
.row_medical02 .text{
	display: block;
	text-align: center;
	font-size: calc(18 / var(--break03));
}
@media(min-width: 768px)  {
	.row_medical > .btn{margin-right: 2.59%;}
	.row_medical > .btn:nth-of-type(2n),
	.row_medical > .btn:last-child
	{margin-right: 0;}
	.row_medical > .btn:nth-of-type(n + 3){margin-top: calc(40 / var(--break02));}

	.row_medical02 > .btn{margin-right: 1.51%;}
	.row_medical02 > .btn:nth-of-type(6n),
	.row_medical02 > .btn:last-child
	{margin-right: 0;}
	.row_medical02 > .btn:nth-of-type(n + 7){margin-top: 1.6%;;}
}
@media(min-width: 768px) and (max-width:1299px) {
	.row_medical .areaText{
		padding: calc(30 / var(--break03)) calc(20 / var(--break03)) calc(30 / var(--break03)) calc(35 / var(--break03));
	}
	.row_medical .tag{
		width: calc(440 / 1500 * 100vw);
		height: calc(40 / 1500 * 100vw);
		font-size: calc(18 / 1500 * 100vw);
		left: calc(-54 / 1500 * 100vw);
	}
	.row_medical .copy_row_medical{
		padding: calc(10 / 1500 * 100vw) 0 calc(14 / 1500 * 100vw);
		letter-spacing: 0;
		font-size: calc(33 / 1500 * 100vw);
	}
	.copy_row_medical .txtImg{
		left: calc(-34 / 1500 * 100vw);
	}
	.copy_row_medical .txtImg.implant{width: calc(306.719 / 1500 * 100vw);}
	.copy_row_medical .txtImg.ceramic{width: calc(265.94 / 1500 * 100vw);}
	.copy_row_medical .txtImg.multiple{width: calc(272.408 /1500 * 100vw);}
}
@media(max-width: 767px) {
	.index_medical .title_common .en{font-size: calc(130 / 750 * 100vw);}
	.index_medical  .title_common .jp {font-size: calc(60 / 750 * 100vw);}
	.bg_medical{padding: 15vw 0 13vw;}
	.row_medical > .btn{
		width: calc(600 / 750 * 100vw);
		margin: 0 auto calc(80 / 750 * 100vw);
		padding-top: calc(600 / 750 * 100vw);
	}
	.row_medical > .btn::before{
		width: calc(58 / 750 * 100vw);
		height: calc(58 / 750 * 100vw);
		bottom: auto;
		top: calc(524 / 750 * 100vw);
		z-index: 2;
	}
	.row_medical > .btn:last-child{
		margin-bottom: 0;
	}
	.row_medical .bg{
		width: 100%;
		height: calc(600 / 750 * 100vw);
		inset: 0 0 auto;
	}
	.row_medical .areaText{
		width: 100%;
		padding: calc(20 /750 * 100vw) calc(30 /750 * 100vw) 5vw;
	}
	.row_medical .tag{
		width: calc(640 /750 * 100vw);
		height: calc(80 /750 * 100vw);
		padding-bottom: 2.5px;
		letter-spacing: .05em;
		font-size: calc(27.5 /750 * 100vw);
		background: url(images/index/tag_row_medical_sp.png)no-repeat center left / contain;
		left: calc(-80 /750 * 100vw);
		z-index: 2;
	}
	.row_medical .copy_row_medical{
		padding: 1vw 0 2vw;
		font-size: calc(50 /750 * 100vw);
	}
	.row_medical .list_default li{
		letter-spacing: .05em;
		font-size: calc(33 /750 * 100vw);
	}
	.row_medical .list_default li:not(:first-child) {
        margin-top: 2vw;
    }
	.copy_row_medical .txtImg{
		top: -2vw;
		left: calc(-30 /750 * 100vw);
	}

	.copy_row_medical .txtImg.implant{width: calc(439 /750 * 100vw);}
	.copy_row_medical .txtImg.ceramic{width: calc(381/750 * 100vw);}
	.copy_row_medical .txtImg.multiple{width: calc(391/750 * 100vw);}
	.copy_row_medical .txtImg.pediatric{width: calc(426/750 * 100vw);}
	.copy_row_medical .txtImg.adult{width: calc(304 /750 * 100vw);}
	.copy_row_medical .txtImg.mouthpiece{width: calc(438 /750 * 100vw);}

	.row_medical.v2 .areaText{
		padding-top: 8vw;
		padding-bottom: 9vw;
	}

	.bg_medical02{
		padding: var(--size120px) 0;
		background: url(images/index/bg_medical02_sp.png)no-repeat center / cover;
	}
	.row_medical02{
		justify-content: space-between !important;
		width: calc(646 / 750 * 100vw);
		margin-left: auto;
		margin-right: auto;
	}
	.row_medical02 > .btn{
		width: 47%;
		min-height: calc(290 / 750 * 100vw);
		padding: 5vw 4vw;
	}
	.row_medical02 > .btn::after{
		width: calc(34 / 750 * 100vw);
		height: calc(30 / 750 * 100vw);
		bottom: 3vw;
        right: 2vw;
	}
	.row_medical02 > .btn:nth-of-type(n + 3){
		margin-top: calc(40 / 750 * 100vw);
	}
	.row_medical02 .icon{
		width: calc(134 / 750 * 100vw);
		margin: 0 auto;
	}
	.row_medical02 .text{
		line-height: 1.5;
		font-size: calc(34.5 / 750 * 100vw);
	}
}
/* index_contact
------------------------------------------------------------------*/
.index_contact{
	padding: calc(135 / var(--break02)) 0 ;
	position: relative;
	z-index: 1;
}
.index_contact span.wpcf7-list-item{
	display: block;
	width: 100%;
    margin: 0 0 .5em;
}
.index_contact .form_select{
	max-width: 650px;
}
.index_contact .form_select div {
    width: 49%;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(max-width: 767px) {
	.index_contact{
		padding: calc(94 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
	}
	.index_contact .form_select div {
		width: 47.25%;
	}
	@supports (-webkit-touch-callout: none) {
    .index_contact .form_select select {
      width: 96%;
      margin-left: auto;
      margin-top: 1.05vw;
      border-radius: 0 !important;
    }
  }
}

/* index_information
------------------------------------------------------------------*/
.index_information{
	padding: var(--size120px) 0 var(--size140px);
	background: #fcfaf2;
}
@media(max-width: 767px) {
	.index_information{
		padding: 0 0 calc(120 / 750 * 100vw);
	}

	.inner_information{
		max-width: 100% !important;
	}
}
/* .index_recruit
------------------------------------------------------------------*/
.index_recruit{
	max-width: 645px;
	width: 48.5%;
	background: url(images/index/deco_recruit.png)no-repeat center bottom / 100% , #bd8a15;
	position: relative;
	z-index: 1;
}
.index_recruit .img{
	position: relative;
	z-index: 1;
}
.index_recruit .imgTitle {
	width: calc(410 / var(--break03));
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.index_recruit .areaText {
	padding: var(--size20px) calc(30 / var(--break03)) var(--size45px);
}
.copy_recruit{
	padding: var(--size5px) 0;
	letter-spacing: .1em;
	line-height: 1.5;
	margin: 0 auto var(--size10px);
	text-align: center;
	color: #fff;
}
.index_recruit .text{
	font-size: calc(20 / var(--break03));
}
@media(min-width: 768px) and (max-width:1299px) {
	.index_recruit .text{
		letter-spacing: .06em;
	}
}
@media(max-width: 767px) {
	.index_recruit{
		width: 100%;;
		background: url(images/index/deco_recruit_sp.png)no-repeat center bottom / 100% , #bd8a15;
	}
	.index_recruit:hover{
		opacity: .8;
	}
	.index_recruit .imgTitle {
		width: calc(543 / 750 * 100vw);
	}
	.index_recruit .areaText {
		padding: 1.5vw 6.5vw calc(70 / 750 * 100vw);
	}
	.copy_recruit{
		letter-spacing: 0;
		margin: 0;
	}
	.index_recruit .text{
		letter-spacing: 0;
		font-size: 100%;
	}
}

/* .index_topics
------------------------------------------------------------------*/
.index_blog{
	max-width: 710px;
	width: 48.5%;
	position: relative;
	z-index: 1;
}
.index_blog .list li {
	width: 100%;
	margin: 0 auto var(--size20px);
	padding: calc(18 / var(--break04)) calc(20 / var(--break04));
	line-height: 1.6;
	font-size: 99%;
	background: #fff;
}
.index_blog .list li:last-child {
	margin-bottom: 0;
}
.index_blog .thmb {
	width: var(--size140px);
}
.index_blog .thmb img {
	height: var(--size140px);
}
.index_blog .list li dl {
	width: calc(100% - var(--size170px));
}
.index_blog .list li .title  {
	width: 99%;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index_blog .list li .date {
	color: #85724a;
}
.index_blog .list li dd a {
	text-decoration: underline;
	color: #bd8a15;
}
.index_blog .btn_blog {
	width: var(--size90px);
	height: var(--size30px);
	padding-bottom: calc(2 / var(--break03));
	line-height: 1;
	margin: auto;
	color: #fff;
	background: #cf8332;
	position: absolute;
	top: 0;
	bottom: var(--size5px);
	right: 0;
	z-index: 1;
}

.index_blog .areaTitle{
	position: relative;
	z-index: 1;
}

.index_blog .areaTitle .en{
	position: relative;
    top: -3px;
}
@media(min-width: 768px) {
	.btn_blog_sp{display: none;}
}
@media(max-width: 767px) {
	.index_blog {
		width: calc(646 / 750 * 100vw);
		margin: 10vw auto 0;
	}
	.index_blog .copy_topics .jp{
		padding-right: 3vw;
		font-size: calc(60 / 750 * 100vw);
	}
	.index_blog .copy_topics .en{
		letter-spacing: .1em;
		font-size: calc(32/ 750 * 100vw);
	}

	.index_blog .list li {
		width: 100%;
		line-height: 1.6;
		margin-bottom: var(--size25px);
	}
	.index_blog .list li dl {
		width: calc(100% - 210 / 750 * 100vw);
		font-size: 99%;
	}
	.index_blog .list li dd {
		line-height: 1.4;
	}
	.index_blog .thmb {
		width: var(--size180px);
	}
	.index_blog .thmb img {
		height: var(--size180px);
	}
	.index_blog .date{
		font-size: calc(26 / 750 * 100vw);
	}

	.index_blog .btn_blog {
		width: calc(126 / 750 * 100vw);
		height: var(--size45px);
	}
	.index_blog .btn_blog::after {
		width: var(--size20px);
		height: var(--size20px);
		bottom: var(--size5px);
		right: var(--size5px);
		transition: .3s;
	}
	
}

/* index_instagram
------------------------------------------------------------------*/
.index_instagram{
	padding: calc(100 / var(--break03)) 0;
	background: #a89d86;
}
.index_instagram #sb_instagram {
	padding: 0 !important;
}
.index_instagram #sb_instagram #sbi_images {
	padding: 0 !important;
}
.index_instagram .area #sb_instagram #sbi_images .sbi_item {
	padding: 0 !important;
}
.wrap_instagram {
	position: relative;
}
.wrap_instagram .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--size100px);
	height: var(--size100px);
	margin: auto;
	position: absolute;
	inset: 0;
	z-index: 2;
}
@media(min-width: 768px) and (max-width:1599px) {

}
@media(min-width: 768px) and (max-width:1299px) {

}
@media(max-width: 767px) {
	.index_instagram{
		padding: calc(148 / 750 * 100vw) 0;
	}
	.index_instagram #sb_instagram.sbi_mob_col_3 #sbi_images{
		gap: 5px !important;
	}
}

/* .tbl_time table
------------------------------------------------------------------*/
.tbl_time .box {
	background: #fff;
	border: 1px solid #333333;
}
.tbl_time table {
	color: #333333
}
.tbl_time thead th {
	border-bottom-color: #333333
}
.tbl_time02 thead tr:first-child th,
.tbl_time02 tbody tr:first-child td 
{padding-top: var(--size5px)!important}
.tbl_time td span {color: #cf8332;}
.tbl_time .tbl_caption{
	margin-top: var(--size10px);
}
@media(min-width: 768px) and (max-width:1299px) {
	.cover_tbl .tbl_time {
		font-size: calc(14.5 / 1700 * 100vw);
	}
	.cover_tbl .tbl_time .box {
		padding: calc(10 / 1700 * 100vw) calc(24 / 1700 * 100vw);
	}
}
@media(max-width: 767px) {
	.tbl_time .tbl_caption{
		margin-top: 2vw;
	}
}

/* フッター footer
------------------------------------------------------------------*/
.row_foot01 > .col_l {
	width: 60%;
}
.row_foot01 > .col_r {
	width: 37.5%;
	max-width: 530px;
}

.copyright {
	height: calc(80 / var(--break) * 100vw);
	color: #ffffff;
	background: #777267;
}
@media(min-width: 768px) {
	.inner_footer{
		max-width: 1440px;
	}
	.address_foot{
		max-width: 100%;
		width: calc(624 / var(--break03));
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.hdg_footer{
		font-size: calc(24 / var(--break04));
	}
}
@media(max-width: 767px) {
	.hdg_footer{
		padding: 0 3.21vw;
	}
	.row_foot01 {
		display: block;
	}
	.row_foot01 > .col_l {
		width: 100%;
		max-width: 100%;
		margin-bottom: 6vw;
		text-align: center;
	}
	.row_foot01 > .col_r {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.copyright {
		font-size: 75%;
		letter-spacing: 0;
		padding: 4vw 0 20vw;
		height: auto;
	}
}

/* 
------------------------------------------------------------------*/
.pagetop {
	position: fixed;
	right: calc(30 / var(--break) * 100vw);
	bottom: calc(30 / var(--break) * 100vw);
	z-index: 1000;
	width: calc(80 / var(--break) * 100vw);
}
@media(min-width: 768px) and (max-width:1299px) {
}
@media(max-width: 767px) {
	.pagetop {
		display: none!important;
	}
	.fix {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 9;
	}
	.fix_tel {
		width: calc(120 / var(--break) * 100vw);
	}
	.fix_web {
		width: calc(160 / var(--break) * 100vw);
	}
	.fix_line {
		width: calc(160 / var(--break) * 100vw);
	}
	.pagetop_sp {
		width: calc(150 / var(--break) * 100vw);
	}
	.fix a {
		display: block;
	}
}
/* main_foot02
------------------------------------------------------------------*/
.main_foot02{
	padding: calc(90 / var(--break03)) 0 calc(80 / var(--break03));
	color: #fff;
	background: #777267;
	position: relative;
	z-index: 1;
}
.row_footer_sitemap>.col01 {
	max-width: 320px;
	width: 24%;
}
.row_footer_sitemap>.col02 {
	max-width: 980px;
	width: 73%;
}
.row_banner_common .banner{
	width: 32.1%;
}

@media(min-width: 768px) {
	.inner_row_banner_common{
		max-width: 1560px;
	}
	.row_banner_common .banner{
		margin-right: 1.849%;
	}
	.row_banner_common .banner:nth-of-type(3n),
	.row_banner_common .banner:last-child
	{margin-right: 0;}

	.row_banner_common .banner:nth-of-type(n + 4){
		margin-top: calc(30 / var(--break03));
	}
	.row_footer_sitemap>.col03 {
		width: 100%;
		margin-top: calc(70 / var(--break03));
	}
	.list_sitemap li {
        font-size: 85%;
    }
}
@media(max-width: 767px) {
	.main_foot02{
		padding: 14vw 0 1vw;
	}
	.row_footer_sitemap {
		max-width: calc(648 / 750 * 100vw);
		margin: 0 auto 10vw;
	}
	.row_footer_sitemap>.col01 ,
	.row_footer_sitemap>.col02 ,
	.row_footer_sitemap>.col03 
	{
		width: 100%;
		margin: 0 auto 6vw;
	}
	.row_footer_sitemap>.col03 {
		margin-bottom: 0;
	}

	.row_footer_sitemap .col02 li{
		order: 0;
	}
	.row_footer_sitemap .col02 li:nth-of-type(3n - 1){
		order: 1;
	}
	.row_footer_sitemap .col02 li:nth-of-type(3n){
		order: 2;
	}
	.copy_sitemap {
		padding-bottom: 1vw !important;
	}

	.row_banner_common .banner{
		max-width: calc(647 / 750 * 100vw);
		width: 100%;
		margin: 0 auto calc(27 / 750 * 100vw);
	}

	.list_sitemap.list_default li:not(:first-child){margin-top: 2.5vw;}
}


/* row_MapAccess
------------------------------------------------------------------*/
.row_MapAccess>.col_access {
	width: 35.2%;
	background: #bd8a15;
	padding: calc(70 / 1920*100vw) calc(58 / 1920*100vw) calc(60 / 1920*100vw);
	position: relative;
	z-index: 1;
}
.row_MapAccess>.col_access::before,
.row_MapAccess>.col_access::after
 {
	content: "";
	max-height: 100%;
	width: 100%;
	height: calc(425 / var(--break04));
	margin: auto;
	background: rgba(255, 255, 255, .1);
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
 }
.row_MapAccess>.col_access::after{
	clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.row_MapAccess .areaImg{
	max-width: calc(550 / var(--break04));
	margin: 0 auto calc(30 / var(--break04));
}
.row_MapAccess .deco_access_common{
	max-width: calc(440 / var(--break04));
	color: #fff;
	margin: auto;
}
.row_MapAccess .deco_access_common.mb{
	margin: 0 auto calc(20 / var(--break04));
}
.row_MapAccess>.wrap_map {
	width: 64.8%;
}
@media(min-width: 768px) {
	.row_MapAccess .deco_access_common .text{
		font-size: calc(22 / var(--break04));
	}
}
@media(max-width: 767px) {
	.row_MapAccess>.col_access {
		order: 1;
		width: 100%;
		padding: calc(120 / 750 * 100vw) calc(62 / 750 * 100vw) calc(110 / 750 * 100vw);
	}
	.row_MapAccess>.wrap_map {
		order: 0;
		width: 100%;
	}
	.row_MapAccess .areaImg {
		max-width: 100%;
		width: calc(615 /750 * 100vw);
		margin: 0 auto calc(44 /750 * 100vw);
	}
	.row_MapAccess .deco_access_common{
		max-width: 100%;
	}
	.row_MapAccess .deco_access_common.mb{
		margin: 0 auto 4vw;
	}
}


/* グーグルマップ
------------------------------------------------------------------*/
.map {
	width: 100%;
    height: 100%;
	position: relative;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: calc(-150 / var(--break) * 100vw);
	height: calc(100% + calc(150 / var(--break) * 100vw));
}
.btn_map {
	width: calc(300 / var(--break) * 100vw);
	font-size: 1.25rem;
	letter-spacing: .1em;
	left: calc(30 / var(--break) * 100vw);
	top: calc(30 / var(--break) * 100vw);
	z-index: 1;
}
.btn_map a {
	height: calc(60 / var(--break) * 100vw);
	color: #fff;
	background: url("images/page/icn_access.svg")no-repeat left calc(30 / var(--break) * 100vw) center / calc(16 / var(--break) * 100vw) auto,#cf8332;
	border-radius: calc(30 / var(--break) * 100vw);
}
.btn_map a::after {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-left: calc(8 / var(--break) * 100vw) solid  #fff;
	border-top: calc(5 / var(--break) * 100vw) solid transparent;
	border-bottom: calc(5 / var(--break) * 100vw) solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(30 / var(--break) * 100vw)
}
@media(max-width: 767px) {
	.map {
		width: calc(645 / 750 * 100vw);
		height: calc(480 / 750 * 100vw);
		margin: 0 auto calc(120 / 750 * 100vw);
	}
	/* .map::before,
	.map::after {
		content: "";
		width: 100%;
		height: 1px;
		margin: auto;
		background: #000;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 2; 
	} 
	.map::after {
		width: 1px;
		height: 100%;
	} */
	.map iframe {
		margin-top: calc(-200 / var(--break) * 100vw);
		height: calc(100% + calc(200 / var(--break) * 100vw));
	}
	.btn_map {
		width: calc(600 / var(--break) * 100vw);
		margin: 0 auto calc(60 / var(--break) * 100vw);
		letter-spacing: 0;
		font-size: calc(34 / var(--break) * 100vw);
		position: relative;
		left: auto;
		top: auto;
	}
	.btn_map a {
		height: calc(100 / var(--break) * 100vw);
		padding-left: 2.5vw;
		background-position: left 3vw center;
		background-size: calc(30 / var(--break) * 100vw) auto;
		background: url("images/page/icn_access.svg")no-repeat left calc(40 / var(--break) * 100vw) center / calc(26 / var(--break) * 100vw) auto,#cf8332;
		border-radius: calc(50 / var(--break) * 100vw);
	}
	.btn_map a::after {
		border-left: calc(16 / var(--break) * 100vw) solid  #fff;
		border-top: calc(9 / var(--break) * 100vw) solid transparent;
		border-bottom: calc(9 / var(--break) * 100vw) solid transparent;
		right: calc(25 / var(--break) * 100vw)
	}
}
