@charset "utf-8";
/* CSS Document */

/* base
-----------------------------------------------*/
/* ========== base style ========== */

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* ========== border ========== */
/* ========== float ========== */
/* ========== display ========== */
/* ========== position ========== */
/* ========== overflow ========== */
/* ========== width ========== */
/* ========== margin ========== */
/* ========== background ========== */
/* ========== device displaying ========== */
/* ========== animation for ScrollTrigger.min.js  ========== */

/* other style
-----------------------------------------------*/



/* base
-----------------------------------------------*/
picture {
display: block;
}

/* ========== base style ========== */
.allwrapper {
width: 100%;
min-height: 100vh;
color: #000;
font-family: yu-gothic-pr6n, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 3.3333333vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.05em;
background: #e1d8cd;
animation-delay: 0.75s;
}
.allwrapper * {
box-sizing: border-box;
}
.allwrapper a:link,
.allwrapper a:visited,
.allwrapper .acordion_btn {
color: #000;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.allwrapper a:hover,
.allwrapper a:hover img,
.allwrapper button:hover img {
opacity: 0.80;
filter: alpha(opacity=80);
}
.allwrapper ol,
.allwrapper ul {
list-style:none;
}
.allwrapper img, 
.allwrapper video,
.allwrapper button {
width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.allwrapper button {
cursor: pointer;
color: #000;
font-family: yu-gothic-pr6n, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 3.73333vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.05em;
}
@media (min-width:768px){
	.allwrapper {
	width: 100vw;
	font-size: 13px;
	}
}
@media (min-width:1100px){
	.allwrapper {
	font-size: 17px;	
	}
}

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* align */
.al_left { text-align: left; }
.al_center { text-align: center; }
.al_right { text-align: right; }

/* size */
.fs8 { font-size: 2.13vw; }
.fs9 { font-size: 2.4vw; }
.fs10 { font-size: 2.67vw; }
.fs11 { font-size: 2.93vw; }
.fs12 { font-size: 3.2vw; }
.fs13 { font-size: 3.47vw; }
.fs14 { font-size: 3.73vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.27vw; }
.fs17 { font-size: 4.53vw; }
.fs18 { font-size: 4.8vw; }
@media (min-width:768px){
	.fs10 { font-size: 10px; }
	.fs11 { font-size: 11px; }
	.fs12 { font-size: 12px; }
	.fs18 { font-size: 18px; }
}

/* weight */
.fw200 { font-weight: 200 !important; }
.fw300 { font-weight: 300 !important; }
.fw400 { font-weight: 400 !important; }
.fw500 { font-weight: 500 !important; }
.fw600 { font-weight: 600 !important; }
.fw700 { font-weight: 700 !important; }

/* line height */
.lh120 { line-height: 120%; }
.lh130 { line-height: 130%; }
.lh140 { line-height: 140%; }
.lh150 { line-height: 150%; }
.lh160 { line-height: 160%; }
.lh170 { line-height: 170%; }
.lh180 { line-height: 180%; }
.lh190 { line-height: 190%; }
.lh200 { line-height: 200%; }
.lh210 { line-height: 210%; }

/* letter space */
.ltrspace0 { letter-spacing: 0; }
.ltrspace0025 { letter-spacing: 0.025em; }
.ltrspace005 { letter-spacing: 0.05em; }
.ltrspace0075 { letter-spacing: 0.075em; }
.ltrspace01 { letter-spacing: 0.1em; }
.ltrspace0125 { letter-spacing: 0.125em; }
.ltrspace015 { letter-spacing: 0.15em; }


/* ========== float ========== */
/* clearfix */
.clearfix:before,
.clearfix:after {
display: table;
content: " ";
}
.clearfix:after { clear: both; }

/* float */
.float_left { float: left; }
.float_right { float: right; }


/* ========== display ========== */
.disp_block { display: block !important; }
.disp_iblock { display: inline-block !important; }
.disp_inline { display: inline !important; }
.disp_none { display: none; }
.disp_flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }


/* ========== position ========== */
.posi_relative { position: relative !important; }
.posi_absolute { position: absolute !important; }
.posi_fixed { position: fixed !important; }


/* ========== overflow ========== */
.overflow_hidden { overflow: hidden !important; }


/* ========== margin ========== */
/* margin-auto */
.mx_auto { margin-left: auto; margin-right: auto; }


/* ========== device displaying ========== */
.sp_none{ display: none; }
img.sp_none{ display: none; }
.sp_only{ display: block; }
img.sp_only{ display: block; }
@media (min-width:768px){
	.sp_none{display: block;}
	img.sp_none{display: block;}
	.tab_none { display: none; }
	img.tab_none { display: none; }
	.sp_only{display: none;}
	img.sp_only{display: none;}
	.sp_only{display: none;}
	img.sp_only{display: none;}
}
.spc_none{ display: block; }
@media (min-width:1099px){.pc_none{display: block;}}
.pc_only{ display: none; }
@media (min-width:1100px){.pc_none{display: none;}
.pc_only{display: block;}
.tab_none{ display: block; }
}


/* ========== animation for ScrollTrigger.min.js  ========== */
.invisible {
transition: opacity 1s ease;
opacity: 0.0;
}
.visible {
transition: opacity 1s ease;
opacity: 1.0;
}



/* other style
-----------------------------------------------*/
.ff_aktivgrotesk {
font-family: aktiv-grotesk, sans-serif;
}
.bg_brown {
background: #bdb0a4;
}

.allwrapper {
padding-bottom: 17.33vw;
animation-delay: 0.75s;
}
@media (min-width:768px){
	.allwrapper {
	padding-bottom: 100px;
	}
}

.mv_title {
top: 68vw;
left: 0;
width: 100%;
animation-delay: 1.5s;
}
.mv_brand {
top: 136.8vw;
left: 0;
width: 96vw;
animation-delay: 2.25s;
}
.lead {
margin: 16vw 0;
}
.intro {
padding: 13.77vw 0 17.33vw;
background: #bdb0a4;
}
.intro_mainimg {
margin-top: -3.2vw;
}
.intro_text {
margin-top: 8.53vw;
font-size: 3.6vw;
line-height: 185%;
}
.intro_nav {
margin-top: 5.33vw;
}
.intro_nav li {
width: 33.3333333333vw;
}
@media (min-width:768px){
	.mv_title {
	top: 17.73vw;
	left: 62.46%;
	width: 34.9952%;
	}
	.mv_brand {
	top: 57vw;
	width: 63.28vw;
	}
	.lead {
	margin: 55px 0;
	font-size: 14px;
	}
	.intro {
	padding: 155px 0 60px;
	}
	.intro_title {
	width: 300px;
	margin-left: calc(50% + 35px);
	}
	.intro_mainimg {
	width: 315px;
	margin: -160px auto 0 calc(50% - 315px);
	}
	.intro_text {
	width: 295px;
	margin: 75px auto 0 calc(50% - 375px);
	font-size: 12px;
	}
	.intro_nav {
	width: 440px;
	margin: -225px auto 0 calc(50% - 70px);
	}
	.intro_nav li {
	width: 140px;
	}
}
@media (min-width:1100px){
	.mv {
	width: 1043px;
	}
	.mv_title {
	top: 185px;
	left: 650px;
	width: 365px;
	}
	.mv_brand {
	top: 600px;
	left: -6px;
	width: 657px;
	}
	.lead {
	margin: 80px 0;
	font-size: 17px;
	}
	.intro {
	padding: 215px 0 90px;
	}
	.intro_title {
	width: 404px;
	margin-left: calc(50% + 45px);
	}
	.intro_mainimg {
	width: 425px;
	margin: -215px auto 0 calc(50% - 425px);
	}
	.intro_text {
	width: 400px;
	margin: 95px auto 0 calc(50% - 530px);
	font-size: 17px;
	}
	.intro_nav {
	width: 605px;
	margin: -300px auto 0 calc(50% - 70px);
	}
	.intro_nav li {
	width: 185px;
	}
}

.styles_title {
width: 69.33vw;
margin-bottom: 5.53vw;
}
.secbox {
padding: 17.33vw 0;
}
.sectilte {
width: 66.66vw;
margin-top: -18.66vw;
}
.secintro {
margin-top: 6.66vw;
}
.textframe {
background: url("../images/text-frame01.svg") 0 0 / 10.66vw auto no-repeat;
}
.textframe div {
padding: 4vw 3.2vw;
background: url("../images/text-frame02.svg") 100% 100% / 10.66vw auto no-repeat;
}
.price_wrapper {
width: 90.6vw;
margin-bottom: -2.66vw;
}
.price_wrapper .left {
margin-bottom: 3vw;
}
.price_wrapper .right {
margin: 5vw 0 3vw;
}
.price_wrapper li {
width: 42vw;
margin-bottom: 2.66vw;
}
.price_wrapper li .disp_flex {
align-items: center;
}
.check {
width: 12vw;
background: #000;
color: #fff;
line-height: 4vw;
}
@media (min-width:768px){
	.styles_title {
	width: 335px;
	margin-bottom: 75px;
	}
	.secbox {
	padding: 75px 0;
	}
	.secmainimg {
	width: 520px;
	}
	.sectilte {
	width: 300px;
	margin-top: -60px;
	}
	.secintro {
	margin-top: 30px;
	}
	.textframe {
	background-size: 50px auto;
	}
	.textframe div {
	padding: 15px;
	background-size: 50px auto;
	font-size: 14.5px;
	}
	.price_wrapper {
	width: 350px;
	margin-bottom: -10px;
	}
	.price_wrapper .left {
	margin-bottom: 15px;
	}
	.price_wrapper .right {
	margin: 20px 0 15px;
	}
	.price_wrapper li {
	width: 165px;
	margin-bottom: 10px;
	}
	.check {
	width: 47px;
	line-height: 15px;
	}
}
@media (min-width:1100px){
	.styles_title {
	width: 450px;
	margin-bottom: 100px;
	}
	.secbox {
	padding: 100px 0;
	}
	.secmainimg {
	width: 700px;
	}
	.sectilte {
	width: 400px;
	margin-top: -80px;
	}
	.secintro {
	margin-top: 42px;
	}
	.textframe {
	background-size: 65px auto;
	}
	.textframe div {
	padding: 20px;
	background-size: 63px auto;
	font-size: 20px;
	}
	.price_wrapper {
	width: 405px;
	margin-bottom: -12px;
	}
	.price_wrapper li {
	width: 190px;
	margin-bottom: 12px;
	}
	.price_wrapper li div {
	font-size: 13px;	
	}
	.check {
	width: 62px;
	line-height: 19px;
	font-size: 12px;
	}
}

.sec01-style01-img01 { width: 68.8vw; margin: 10.66vw 0 0 auto; }
.sec01-style02-img01 { width: 100%; margin: 12.26vw auto 0; }
.sec01-style02-img02 { width: 35.46vw; margin: 6.66vw auto 0 0; }
.sec01_text01 { width: 54.93vw; margin: -12vw auto 7.2vw 1.33vw; }
.sec01_text02 { width: 59vw; margin: -42.66vw 2.13vw 20.8vw auto; }
@media (min-width:768px){
	.sec01 { padding-bottom: 145px; }
	.sec01-style01-img01 { width: 300px; margin: 57px auto 0 calc(50% - 325px); }
	.sec01-style02-img01 { width: 374px; margin: 182px auto 0 calc(50% - 307px); }
	.sec01-style02-img02 { width: 167px; margin: -295px auto 0 calc(50% + 100px); }
	.sec01_text01 { width: 245px; margin: -347px auto 40px calc(50% + 52px); }
	.sec01_text02 { width: 255px; margin: 75px auto -93px calc(50% + 68px); }
	.sec01_price01 { margin-left: calc(50% + 5px); }
	.sec01_price02 { margin-left: calc(50% - 320px); }
}
@media (min-width:1100px){
	.sec01 { padding-bottom: 200px; }
	.sec01-style01-img01 { width: 404px; margin: 42px auto 0 calc(50% - 440px); }
	.sec01-style02-img01 { width: 503px; margin: 247px auto 0 calc(50% - 415px); }
	.sec01-style02-img02 { width: 225px; margin: -400px auto 0 calc(50% + 135px); }
	.sec01_text01 { width: 330px; margin: -465px auto 56px calc(50% + 70px); }
	.sec01_text02 { width: 350px; margin: 100px auto -120px calc(50% + 92px); }
	.sec01_price01 { margin-left: calc(50% + 36px); }
	.sec01_price02 { margin-left: calc(50% - 373px); }
}

.sec02-style01-img01 { width: 68.8vw; margin: 10.66vw 0 0 auto; }
.sec02-style02-img01 { width: 100%; margin: 12.26vw auto 0; }
.sec02-style02-img02 { width: 38.4vw; margin: 6.66vw auto 0 0; }
.sec02_text01 { width: 54.93vw; margin: -12vw auto 7.2vw 1.33vw; }
.sec02_text02 { width: 59vw; margin: -42.66vw 1.3vw 20.8vw auto; }
@media (min-width:768px){
	.sec02 { padding-bottom: 160px; }
	.sec02-style01-img01 { width: 290px; margin: 45px auto 0 calc(50% + 55px); }
	.sec02-style02-img01 { width: 370px; margin: 135px auto 0 calc(50% - 45px); }
	.sec02-style02-img02 { width: 167px; margin: -302px auto 0 calc(50% - 280px); }
	.sec02_text01 { width: 360px; margin: -295px auto 110px calc(50% - 340px); }
	.sec02_text02 { width: 263px; margin: 42px auto -90px calc(50% - 325px); }
	.sec02_price01 { margin-left: calc(50% - 328px); }
	.sec02_price02 { margin-left: 50%; }
}
@media (min-width:1100px){
	.sec02 { padding-bottom: 215px; }
	.sec02-style01-img01 { width: 390px; margin: 60px auto 0 calc(50% + 76px); }
	.sec02-style02-img01 { width: 500px; margin: 180px auto 0 calc(50% - 60px); }
	.sec02-style02-img02 { width: 225px; margin: -413px auto 0 calc(50% - 377px); }
	.sec02_text01 { width: 500px; margin: -400px auto 145px calc(50% - 475px); }
	.sec02_text02 { width: 357px; margin: 57px auto -125px calc(50% - 440px); }
	.sec02_price01 { margin-left: calc(50% - 445px); }
	.sec02_price02 { margin-left: calc(50% + 10px); }
}

.sec03-style01-img01 { width: 69.33vw; margin: 10.66vw 0 0 auto; }
.sec03-style02-img01 { width: 64vw; margin: 10.66vw auto 0 0; }
.sec03_text01 { width: 54.93vw; margin: -36vw auto 7.2vw 1.33vw; }
.sec03_text02 { width: 51vw; margin: -11.73vw 1.3vw 8vw auto; }
@media (min-width:768px){
	.sec03 { padding-bottom: 235px; }
	.sec03-style01-img01 { width: 290px; margin: 60px auto 0 calc(50% - 325px); }
	.sec03-style02-img01 { width: 290px; margin: 120px auto 0 calc(50% + 40px); }
	.sec03_text01 { width: 332px; margin: -307px auto 37px calc(50% - 11px); }
	.sec03_text02 { width: 332px; margin: -327px auto 45px calc(50% - 315px); }
	.sec03_price01 { margin-left: calc(50% + 7px); }
	.sec03_price02 { margin-left: calc(50% - 335px); }
}
@media (min-width:1100px){
	.sec03 { padding-bottom: 325px; }
	.sec03-style01-img01 { width: 390px; margin: 80px auto 0 calc(50% - 438px); }
	.sec03-style02-img01 { width: 390px; margin: 160px auto 0 calc(50% + 55px); }
	.sec03_text01 { width: 455px; margin: -415px auto 50px calc(50% - 11px); }
	.sec03_text02 { width: 450px; margin: -440px auto 45px calc(50% - 430px); }
	.sec03_price01 { margin-left: calc(50% + 10px); }
	.sec03_price02 { margin-left: calc(50% - 405px); }
}

.profile {
width: 93.33vw;
padding: 3.33vw;
background: #fff;
}
img.profile_title {
width: 65.33vw;
margin: 0 auto 3.2vw 0;
}
.allitems {
width: 53.33vw;
margin-top: 17.33vw;
background: #fff;
border: 1px solid #000;
line-height: 9.33vw;
}
.staffcredit {
margin-top: 16.66vw;
}
.brandlogo {
margin-top: 22.66vw;
}
.brandlogo img {
width: 75px;
margin-bottom: 10px;
}
@media (min-width:768px){
	.profile {
	width: 535px;
	padding: 20px 12px 12px;
	}
	img.profile_title {
	width: 240px;
	margin-bottom: 12px;
	}
	.allitems {
	width: 260px;
	margin-top: 70px;
	line-height: 45px;
	font-size: 16px;
	}
	.staffcredit {
	margin-top: 90px;
	font-size: 12px;
	}
	.brandlogo {
	margin-top: 90px;
	}
	.brandlogo img {
	width: 85px;
	margin-bottom: 10px;
	}
}
@media (min-width:1100px){
	.profile {
	width: 735px;
	padding: 27px 16px 20px;
	}
	img.profile_title {
	width: 323px;
	margin-bottom: 16px;
	}
	.allitems {
	width: 355px;
	margin-top: 100px;
	line-height: 62px;
	font-size: 22px;
	}
	.staffcredit {
	margin-top: 100px;
	font-size: 14px;
	}
	.brandlogo {
	margin-top: 100px;
	font-size: 15px;
	}
	.brandlogo img {
	width: 110px;
	margin-bottom: 15px;
	}
}
