@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: #fff;
font-family: brandon-grotesque, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 3.46666666vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.05em;
background: #14181a;
animation-delay: 0.75s;
}
.allwrapper * {
box-sizing: border-box;
}
.allwrapper a:link,
.allwrapper a:visited,
.allwrapper .acordion_btn {
color: #fff;
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;
}
@media (min-width:768px){
	.allwrapper {
	width: 100vw;
	}
	.allwrapper {
	font-size: 16px;
	}
}

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* align */
.al_left { text-align: left; }
.al_center { text-align: center; }
.al_right { text-align: right; }

/* size */
.fs8 { font-size: 2.133333vw; }
.fs9 { font-size: 2.4vw; }
.fs10 { font-size: 2.666666vw; }
.fs11 { font-size: 2.933333vw; }
.fs11_5 { font-size: 3.066666vw; }
.fs12 { font-size: 3.2vw; }
.fs12_5 { font-size: 3.33333333vw; }
.fs13 { font-size: 3.466666vw; }
.fs13_5 { font-size: 3.6vw; }
.fs14 { font-size: 3.733333vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.266666vw; }
.fs17 { font-size: 4.533333vw; }
.fs18 { font-size: 4.8vw; }
.fs19 { font-size: 5.066666vw; }
.fs20 { font-size: 5.333333vw; }
@media (min-width:768px){
	.fs11 { font-size: 11px; }
	.fs14 { font-size: 14px; }
}

/* 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 */
.lh100 { line-height: 100%; }
.lh110 { line-height: 110%; }
.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
-----------------------------------------------*/
body.static .wrapper {
margin-top: 0;
}
.footer {
position: relative;
background: #fff;
z-index: 2;
}
.ff_cezanne {
font-family: fot-cezanne-pron, sans-serif;
font-weight: 500;
}
.btn_allitem {
position: relative;
width: 106px;
background: #b96052;
border-radius: 12px;
line-height: 36px;
font-size: 16px;
z-index: 3;
}

.mv {
min-height: 160vw;
}
.mv_title {
top: 9.6vw;
left: 0;
width: 31.46666666%;
animation-delay: 1.5s;
}
.intro {
padding: 9.33vw 0 18.66vw;
}
.intro .btn_allitem {
margin-top: 9.33vw;
}
@media (min-width:768px){
	.mv {
	min-height: 68vw;
	}
	.mv_title {
	top: 49.7vw;
	width: 15.4%;
	}
	img.mv_subimg01 {
	top: 4vw;
	left: 47%;
	width: 18.5%;
	animation-delay: 2s;
	}
	img.mv_subimg02 {
	top: 14.2vw;
	left: 77.5%;
	width: 16.5%;
	animation-delay: 2.3s;
	}
	img.mv_subimg03 {
	top: 36.3vw;
	left: 64.5%;
	width: 21.2%;
	animation-delay: 2.6s;
	}
	img.mv_decotext01 {
	top: 31.3vw;
	left: 49%;
	width: 24.2%;
	}
	img.mv_decotext02 {
	top: 2.2vw;
	left: 63.5%;
	width: 27.25%;
	}
	img.mv_decotext03 {
	top: 41.7vw;
	right: 0;
	width: 38.3%;
	}
	.intro {
	padding: 100px 0 90px;
	}
	.intro p {
	font-size: 14px;
	line-height: 170%;
	}
	.intro .btn_allitem {
	margin-top: 30px;
	}
}

.price_wrapper {
position: relative;
width: 60%;
margin-left: auto;
z-index: 3;
}
.price_wrapper li {
margin-top: 13px;
}
.price_buy {
width: 60px;
margin-left: 15px;
background: #b96052;
border-radius: 10px;
line-height: 20px;
font-size: 14px;
}
@media (min-width:768px){
	.price_wrapper {
	width: 300px;
	}
	.price_wrapper li {
	margin-top: 17px;
	}
	.price_buy {
	width: 76px;
	margin-left: 18px;
	border-radius: 12px;
	line-height: 24px;
	font-size: 16px;
	}
}

.look01 { padding: 10.4vw 0; }
img.look01_num { width: 21px; margin: 0 2.93% 0 auto; }
.look01_box { width: 100%; margin-top: 2.13vw; }
.look01_box picture { width: 50%; }
.look01_box picture:last-child { animation-delay: 0.3s; }
.look01 .price_wrapper { margin-right: 8.53333333%; }
img.look01_heart { top: 0; left: 13.6%; width: 22px; }
@media (min-width:768px){
	.look01 { padding: 25px 0 45px; }
	img.look01_num { width: 29px; margin: 0 auto 0 calc(50% + 243px); }
	.look01_box { width: 600px; margin: 10px auto 0 calc(50% - 327px); }
	.look01 .price_wrapper { margin-right: calc(50% - 272px); }
	img.look01_heart { top: 0; left: calc(50% - 288px); }
}

.look02 { padding: 14.66vw 0 29.33vw; }
img.look02_num { top: 16vw; left: 48.5%; width: 25px; z-index: 2; }
.look02_img01 { width: 80%; margin: 0 8.53333333% 0 auto; }
.look02 .price_wrapper { margin-right: 8.53333333%; }
.look02_img02 { width: 57.86666666%; margin: 17.86vw auto 0 17.33333333%; }
.look02_img02::before { content: ""; position: absolute; top: -4.8vw; left: -9.86666666vw; display: block; width: 62.13333333vw; height: 88vw; background: #3a5388; }
img.look02_inzm { top: 44vw; left: 5.8%; width: 40px; }
img.look02_b { bottom: 83vw; left: 85.33333333%; width: 22px; }
@media (min-width:768px){
	.look02 { padding: 50px 0 65px; }
	img.look02_num { position: static !important; width: 33px; margin-left: calc(50% - 25px); }
	.look02_img01 { width: 363px; margin: 10px auto 0 calc(50% - 28px); }
	.look02 .price_wrapper { margin-left: calc(50% - 28px); margin-right: auto; text-align: left; }
	.look02_img02 { width: 294px; margin: -285px auto 0 calc(50% - 368px); }
	.look02_img02::before { top: 55px; left: -10px; width: 315px; height: 382px; }
	img.look02_inzm { top: 245px; left: calc(50% - 160px); }
	img.look02_b { bottom: 42px; left: calc(50% - 10px); width: 29px; }
}

.look03 { padding: 4.53vw 0 24vw; z-index: 2; }
img.look03_num { top: 6.66vw; left: 1.6%; width: 25px; z-index: 2; }
.look03_box { width: 100%; }
.look03_box picture { width: 33.33333333%; }
.look03_box picture:nth-child(2) { animation-delay: 0.2s; }
.look03_box picture:nth-child(3) { animation-delay: 0.4s; }
.look03_img04 { width: 75.2%; margin: 16vw auto 0 10.66666666%; }
.look03 .price_wrapper { margin-right: 13.86666666%; }
img.look03_heart { top: 0; left: 89%; width: 11px; }
picture.look03_decotext { bottom: -14.2vw; right: 0; width: 75.46666666%; }
@media (min-width:768px){
	.look03 { padding: 100px 0 35px; }
	img.look03_num { top: 115px; left: calc(50% - 350px); width: 34px; }
	.look03_box { width: 95%; }
	.look03_img04 { width: 410px; margin: 110px auto 0 calc(50% - 330px); }
	.look03 .price_wrapper { margin: -164px calc(50% - 310px) 0 auto; }
	img.look03_heart { left: calc(50% + 287px); width: 25px; }
	picture.look03_decotext { bottom: -195px; left: calc(50% - 368px); right: auto; width: 421px; }
}
@media (min-width:1000px){
	.look03_box { width: 960px; }
	.look03_box picture { width: 320px; }
	.look03_img04 { margin-left: calc(50% - 395px); }
	img.look03_num { left: calc(50% - 465px); }
}

img.look04_num { width: 25px; margin-left: 89.33333333%; z-index: 2; }
.look04_img01 { width: 86.66666666%; margin: 2.13vw 0 0 auto; }
.look04 .price_wrapper { margin-right: 4%; }
.look04_box { width: 64%; margin: 13.6vw auto 0 0; }
.look04_img04 { width: 61.33333333%; margin: 15.46vw auto 0 28.8%; }
img.look04_decotext { width: 52.53333333%; margin: 9.33vw auto 0 7.2%; }
@media (min-width:768px){
	.look04 { padding: 70px 0 0; }
	img.look04_num { width: 34px; margin-left: calc(50% + 310px); }
	.look04_img01 { width: 390px; margin: 15px calc(50% - 345px) 0 auto; }
	.look04 .price_wrapper { margin-right: calc(50% - 345px); }
	.look04_box { width: 274px; margin: -225px auto 0 calc(50% - 350px); }
	.look04_img04 { width: 310px; margin: -127px auto 0 calc(50% - 35px); }
	img.look04_decotext { width: 267px; margin: 30px auto 0 calc(50% - 315px); }
}
@media (min-width:1000px){
	.look04_img01 { width: 442px; }
	.look04_box { margin-left: calc(50% - 403px); }
}

.look05 { padding: 24vw 0 10.13vw; }
img.look05_num { width: 25px; margin-left: 8.53333333%; z-index: 2; }
.look05_img01 { width: 59.46666666%; margin: 2.13vw auto 0 7.733333333%; }
img.look05_heart { top: 3vw; right: 5%; width: 6.5%; }
.look05_img02 { width: 73.33333333%; margin: 16vw 0 0 auto; }
.look05 .price_wrapper { margin-right: 4.53333333%; }
.look05_img03 { width: 59.46666666%; margin: 25.33vw auto 0 4vw; }
img.look05_title { width: 71.2%; margin: 4.8vw auto 0 4%; }
.look05_img04 { width: 53.33333333%; margin: 18.13333333vw auto 0 31.46666666%; }
img.look05_star { bottom: 174vw; left: 68.53333333%; width: 26px; }
img.look05_logo { bottom: 41.86666666vw; left: 4.26666666%; width: 23.2%; }
img.look05_inzm { bottom: 0; left: 81.6%; width: 40px; }
@media (min-width:768px){
	.look05 { margin-top: -66px; padding: 0 0 25px; }
	img.look05_num { width: 34px; margin-left: calc(50% + 86px); }
	.look05_img01 { width: 300px; margin: 8px auto 0 calc(50% + 55px); }
	img.look05_heart { top: 15px;  }
	.look05_img02 { width: 373px; margin: -130px auto 0 calc(50% - 360px); }
	.look05 .price_wrapper { text-align: left; margin: -163px auto 0 calc(50% + 50px); }
	.look05_img03 { width: 302px; margin: 130px auto 0 calc(50% - 290px); }
	img.look05_title { width: 362px; margin: 25px auto 0 calc(50% - 290px); }
	.look05_img04 { width: 270px; margin: 110px auto 0 calc(50% + 67px); }
	img.look05_star { bottom: 830px; left: calc(50% + 188px); width: 35px; }
	img.look05_logo { bottom: 220px; left: calc(50% - 265px); width: 117px; }
	img.look05_inzm { left: calc(50% - 116px); width: 53px; }
}
@media (min-width:1000px){
	.look05_img01 { margin-left: calc(50% + 85px); }
	.look05_img02 { margin-left: calc(50% - 480px); }
	.look05 .price_wrapper { margin-left: calc(50% - 80px); }
}

.look06 { padding: 37.86vw 0 33.33vw; }
img.look06_num { top: 40vw; left: calc(50% - 12px); width: 25px; z-index: 2; }
.look06_box { width: 100%; }
.look06_box picture { width: 50%; }
.look06_box picture:nth-child(2) { animation-delay: 0.2s; }
.look06 .price_wrapper { margin-right: 28%; }
@media (min-width:768px){
	.look06 { padding: 90px 0 80px; }
	img.look06_num { top: 105px; left: calc(50% + 322px); width: 34px; }
	.look06_box { width: 740px; }
	.look06 .price_wrapper { margin-right: calc(50% - 370px); }
}

.look07 { padding: 18.93vw 0 40.8vw; }
img.look07_num { top: 21.33vw; left: 69.8666666666%; width: 25px; z-index: 2; }
.look07_img01 { width: 72.8%; margin: 0 auto 0 5.33333333%; }
.look07 .price_wrapper { margin-right: 21.6%; }
img.look07_wave { top: 0; left: 32.53333333%; width: 20px; }
@media (min-width:768px){
	.look07 { padding: 130px 0 95px; }
	img.look07_num { top: 140px; left: calc(50% + 50px); width: 34px; }
	.look07_img01 { width: 370px; margin-left: calc(50% - 280px); }
	.look07 .price_wrapper { text-align: left; margin-left: calc(50% - 280px); margin-right: auto; }
	img.look07_wave { left: calc(50% - 142px); width: 25px; }
}

.look08 { padding: 5.06666666vw 0 0; }
img.look08_num { top: 7.46vw; left: 91.2%; width: 25px; z-index: 2; }
.look08_img01 { width: 64%; margin: 0 0 0 auto; }
.look08_img02 { width: 100%; margin: 29.86vw auto 0; }
.look08 .price_wrapper { margin-right: 4%; }
img.look08_decotext { top: 0; left: 1.33333333%; width: 74.66666666%; }
img.look08_inzm { top: 114vw; left: 35.2%; width: 60px; }
@media (min-width:768px){
	.look08 { padding: 30px 0 45px; }
	img.look08_num { top: 38px; left: calc(50% + 345px); width: 34px; }
	.look08_img01 { width: 304px; margin: 0 auto 0 calc(50% + 55px); }
	.look08_img02 { width: 380px; margin: -95px auto 0 calc(50% - 365px); }
	.look08 .price_wrapper { text-align: left; margin: -75px auto 0 calc(50% + 50px); }
	img.look08_decotext { left: calc(50% - 128px); width: 306px; }
	img.look08_inzm { top: 280px; left: 50%; }
}
@media (min-width:1000px){
	.look08_img01 { margin-left: calc(50% + 85px); }
	.look08_img02 { margin-left: calc(50% - 425px); }
	.look08 .price_wrapper { margin-left: calc(50% + 5px); }
}


.outro {
margin-top: 38.66vw;
}
img.outro_title { 
width: 80%;
margin: 0 auto 0 8.8vw;
}
.outro picture {
width: 89.33333333%;
margin: 3.46vw auto 0;
}
.outro .btn_allitem {
margin-top: 40vw;
}
picture.outro_decotext {
bottom: -18.933vw;
right: 0;
width: 91.2%;
margin: 0;
}
@media (min-width:768px){
	.outro {
	margin-top: 200px;
	}
	img.outro_title { 
	width: 403px;
	margin: 0 auto;
	}
	.outro picture {
	width: 453px;
	margin-top: 17px;
	}
	.outro .btn_allitem {
	margin-top: 115px;
	}
	picture.outro_decotext {
	bottom: -223px;
	left: calc(50% - 55px);
	right: auto;
	width: 490px;
	}
}

.agnesb {
margin-top: 50.66vw;
}
img.agnesb_logo {
width: 22.93333333%;
margin: 0 auto;
}
.agnesb p {
margin-top: 8vw;
}
.agnesb_sns {
margin-top: 1.9em;
}
@media (min-width:768px){
	.agnesb {
	margin-top: 185px;
	}
	img.agnesb_logo {
	width: 117px;
	}
	.agnesb p {
	margin-top: 40px;
	font-size: 13px;
	line-height: 223%;
	}
	.agnesb_sns {
	margin-top: 2.23em;
	font-size: 13px;
	line-height: 223%;
	}
}

.staffcredit { 
margin-top: 24vw;
padding-bottom: 24vw;
}
.staffcredit div + div {
margin-top: 1.9em;
}
@media (min-width:768px){
	.staffcredit { 
	margin-top: 115px;
	padding-bottom: 115px;
	}
	.staffcredit div {
	font-size: 13px;
	}
}

.bottomarea {
padding: 20px 0 40px;
background: #fff;
}
.bottomarea_buttons {
width: 68%;
max-width: 255px;
}
.bottomarea_buttons li + li {
margin-top: 10px;
}
.bottomarea_nergy {
width: 119px;
margin-top: 60px;
}
@media (min-width:768px){
	.bottomarea {
	padding: 10px 0 50px;
	}
	.bottomarea_buttons {
	display: flex;
	justify-content: space-between;
	width: 400px;
	max-width: 400px;
	}
	.bottomarea_buttons li {
	width: 192px;
	}
	.bottomarea_buttons li + li {
	margin-top: 0;
	}
}
