@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,
.modal {
width: 100%;
min-height: 100vh;
color: #bfaa37;
font-family: "Noto Serif JP", serif;
font-optical-sizing: auto;
font-style: normal;
font-weight: 500;
font-size: 3.2vw;
line-height: 100%;
letter-spacing: 0.1em;
background: #faf8e8;
animation-delay: 0.75s;
}
.modal {
min-height: auto;
}
.allwrapper *,
.modal * {
box-sizing: border-box;
}
.allwrapper a:link,
.allwrapper a:visited,
.allwrapper .acordion_btn {
color: #bfaa37;
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,
	.modal {
	font-size: 13px;
	}
}
@media (min-width:1200px){
	.allwrapper,
	.modal {
	font-size: 14px;
	}
}

/* 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; }

/* line */
.deco_line { text-decoration: underline; }


/* ========== 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;
}
body {
overflow: visible;
}
.footer {
position: relative;
background: #fff;
z-index: 2;
}
.ff_notosans {
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
}
.pc-menu {
position: relative;
z-index: 2;
}

.mv {
width: 100%;
min-height: 148vw;
}
.mv_img {
animation-delay: 1.5s;
}
.mv_title {
top: 0;
left: 0;
animation-delay: 2.25s;
z-index: 2;
}
@media (min-width:768px){
	.allwrapper {
	width: 100vw;
	}
	.mv {
	min-height: 45vw;
	overflow: hidden;
	}
	.mv_img,
	.mv_title {
	width: 120%;
	margin-left: -10%;
	}
}
@media (min-width:1200px){
	.allwrapper {
	width: 100%;
	}
	.mv {
	min-height: 48.5vw;	
	}
	.mv_img,
	.mv_title {
	width: 100%;
	margin: 0;
	}
}

.intro {
padding: 32vw 0 26.66vw;
background: #fff;
}
.intro_text {
color: #191919;
line-height: 210%;
}
video.intro_movie {
width: 66.6666666666%;
margin-top: 30.66vw;
}
.intro_btn {
width: 75.7333333333%;
max-width: 313px;
margin-top: 13.86vw;
}
@media (min-width:768px){
	.intro {
	padding: 70px 0 100px;
	}
	.intro_text {
	line-height: 220%;
	font-size: 13px;
	}
	video.intro_movie {
	width: 250px;
	margin-top: 70px;
	}
	.intro_btn {
	margin-top: 70px;
	}
}
@media (min-width:1200px){
	.intro {
	padding: 235px 0 100px;
	}
	.intro_text {
	width: 405px;
	margin-left: calc(50% - 410px);
	font-size: 15px;
	}
	video.intro_movie {
	margin: -290px auto 0 calc(50% + 100px);
	}
	.intro_btn {
	margin-top: 45px;
	}
}

.look_title {
top: 2.4vw;
left: 2.6666666666vw;
z-index: 2;
}
img.look_title_img {
width: auto;
height: 9.3333333333vw;
}
.credit_wrapper {
width: 66vw;
}
.credit_wrapper .disp_flex {
align-items: center;
}
.credit_wrapper li + li {
margin-top: 3.2vw;
}
.credit_itemname {
width: 39.15vw;
}
.credit_itemname.indent {
margin-left: -0.5em;
margin-right: 0.5em;
}
.credit_price {
width: 14vw;
text-align: right;
}
img.credit_buy {
width: 8.2666666666vw;
margin: 0;
}
@media (min-width:768px){
	.look_title {
	top: 8px;
	left: 8px;
	}
	img.look_title_img {
	height: 30px;
	}
	.credit_wrapper {
	width: 270px;
	}
	.credit_wrapper li + li {
	margin-top: 12px;
	}
	.credit_itemname {
	width: 162px;
	}
	.credit_price {
	width: 55px;
	text-align: left;
	}
	img.credit_buy {
	width: 35px;
	}
}
@media (min-width:1200px){
	.look_title {
	top: 11px;
	left: 11px;
	}
	img.look_title_img {
	height: 43px;
	}
	.credit_wrapper {
	width: 290px;
	}
	.credit_wrapper li + li {
	margin-top: 15px;
	}
	.credit_itemname {
	width: 172px;
	}
	.credit_price {
	width: 60px;
	}
	img.credit_buy {
	width: 37px;
	}
}

.slick-dotted.slick-slider {
margin-bottom: 0;
}
.crossfade .slick-dots {
bottom: 10px;
left: 10px;
width: calc(100% - 5px);
text-align: left;
}
.crossfade .slick-dots li {
width: auto;
height: auto;
margin: 0 8px 0 0;
}
.crossfade .slick-dots li button {
width: 6px;
height: 6px;
border-radius: 50%;
background: #fff;
opacity: 0.4;
}
.crossfade .slick-dots li.slick-active button {
opacity: 1;
}
.look07 .crossfade .slick-dots {
display: none !important;
}


.look01_02 {
margin-top: 6.66vw;
}
.look01_03 {
margin-top: 61.33vw;
padding: 60vw 0 26.66vw;
background: #fff;
}
.look01_03_img {
top: -54.66vw;
}
@media (min-width:768px){
	.look01 {
	padding-top: 25px;
	}
	.look01_01 {
	width: 315px;
	margin: 0 auto 0 calc(50% - 345px);
	}
	.look01_02 {
	width: 315px;
	margin: -325px auto 0 calc(50% + 30px);
	}
	.look01_03 {
	margin-top: 320px;
	padding: 195px 0 70px;
	}
	.look01_03_img {
	width: 280px;
	top: -170px;
	left: calc(50% - 140px);
	}
}
@media (min-width:1200px){
	.look01 {
	padding-top: 35px;
	}
	.look01_01 {
	width: 450px;
	margin: 0 auto 0 calc(50% - 490px);
	}
	.look01_02 {
	width: 450px;
	margin: -465px auto 0 calc(50% + 40px);
	}
	.look01_03 {
	margin-top: 458px;
	padding: 275px 0 100px;
	}
	.look01_03_img {
	width: 400px;
	top: -255px;
	left: calc(50% - 200px);
	}
}

.look02 {
padding-bottom: 26.66vw;
background: #fff;
}
.look02_01 {
padding: 8vw 0;
background: #faf8e8;
}
.look02_01_inner {
width: 84.5333333333%;
}
.look02_title {
left: auto;
right: 2.1333333333vw;
}
.look02_credit {
margin-top: 5.6vw;
}
@media (min-width:768px){
	.look02 {
	padding-bottom: 260px;
	}
	.look02_01 {
	width: 316px;
	margin: 0 auto 0 calc(50% + 10px);
	padding: 24px 0;
	}
	.look02_01_inner {
	width: 266px;
	}
	.look02_title {
	right: 7px;
	}
	.look02_credit {
	margin: -260px auto 0 calc(50% - 300px);
	}
}
@media (min-width:1200px){
	.look02 {
	padding-bottom: 370px;
	}
	.look02_01 {
	width: 450px;
	margin: 0 auto 0 calc(50% - 70px);
	padding: 35px 0;
	}
	.look02_01_inner {
	width: 380px;
	}
	.look02_title {
	right: 12px;
	}
	.look02_credit {
	margin: -345px auto 0 calc(50% - 395px);
	}
}

.look03 {
padding-bottom: 26.66vw;
background: #fff;
}
.look03_01 {
width: 81.6%;
}
.look03_02 {
width: 81.6%;
margin: 2.66vw 0 0 auto;
}
.look03_credit {
margin: 5.33vw auto 0 18vw;
}
@media (min-width:768px){
	.look03 {
	padding-bottom: 70px;
	}
	.look03_01 {
	width: 256px;
	margin: 0 auto 0 calc(50% - 301px);
	}
	.look03_02 {
	width: 256px;
	margin: -220px auto 0 calc(50% - 35px);
	}
	.look03_credit {
	margin: 25px auto 0 calc(50% - 35px);
	}
}
@media (min-width:1200px){
	.look03 {
	padding-bottom: 100px;
	}
	.look03_01 {
	width: 368px;
	margin: 0 auto 0 calc(50% - 532px);
	}
	.look03_02 {
	width: 368px;
	margin: -315px auto 0 calc(50% - 150px);
	}
	.look03_credit {
	margin: -105px auto 0 calc(50% + 245px);
	}
}

.look04 {
padding-bottom: 26.66vw;
background: #fff;
}
.look04_stickybox {
height: 490vw;
}
.look04_01 {
position: sticky;
top: 0;
}
.look04_02 {
position: sticky;
top: 0;
margin-top: 100vw;
}
.look04_03 {
width: 80.5333333333%;
margin: 6.66vw auto 0;
}
.look04_credit {
margin-top: 5.33vw;
}
@media (min-width:768px){
	.look04 {
	padding-bottom: 70px;
	}
	.look04_stickybox {
	height: 1500px;
	}
	.look04_01 {
	width: 315px;
	margin-left: calc(50% - 22px);
	}
	.look04_02 {
	width: 315px;
	margin-top: 170px;
	margin-left: calc(50% - 22px);
	}
	.look04_03 {
	width: 252px;
	margin: -350px auto 0 calc(50% - 300px);
	}
	.look04_credit {
	margin: 120px auto 0;
	}
}
@media (min-width:1200px){
	.look04 {
	padding-bottom: 100px;
	}
	.look04_stickybox {
	height: 2200px;
	}
	.look04_01 {
	width: 450px;
	margin-left: calc(50% - 30px);
	}
	.look04_02 {
	width: 450px;
	margin-top: 220px;
	margin-left: calc(50% - 30px);
	}
	.look04_03 {
	width: 362px;
	margin: -500px auto 0 calc(50% - 430px);
	}
	.look04_credit {
	margin: 170px auto 0;
	}
}

.look05 {
padding: 8vw 0;
}
.look05_title {
left: auto;
right: 2.1333333333vw;
}
.look05_credit {
margin-top: 5.33vw;
}
@media (min-width:768px){
	.look05 {
	padding: 25px 0;
	}
	.look05_title {
	right: 7px;
	}
	.look05_01 {
	width: 315px;
	margin: 0 auto;
	}
	.look05_credit {
	margin-top: 20px;
	}
}
@media (min-width:1200px){
	.look05 {
	padding: 30px 0;
	}
	.look05_title {
	right: 11px;
	}
	.look05_01 {
	width: 450px;
	}
	.look05_credit {
	margin-top: 30px;
	}
}

.look06 {
padding: 26.66vw 0 33.33vw;
background: #fff;
}
.look06_title {
top: 98.66vw;
left: 51.2vw;
}
.look06_credit {
margin-top: 5.33vw;
}
@media (min-width:768px){
	.look06 {
	padding: 70px 0 90px;
	}
	.look06_title {
	top: 310px;
	left: calc(50% + 44px);
	}
	.look06_01 {
	width: 232px;
	margin: 0 auto 0 calc(50% - 116px);
	}
	.look06_02 {
	width: 232px;
	margin: -346.95px auto 0 calc(50% + 125px);
	animation-delay: 0.4s;
	}
	.look06_credit {
	width: 220px;
	margin: -66.56px auto 0 calc(50% - 355px);
	}
	.look06_credit .credit_itemname {
	width: 110px;
	}
}
@media (min-width:1200px){
	.look06 {
	padding: 100px 0;
	}
	.look06_title {
	top: 445px;
	left: calc(50% + 63px);
	}
	.look06_01 {
	width: 333px;
	margin: 0 auto 0 calc(50% - 166px);
	}
	.look06_02 {
	width: 333px;
	margin: -498px auto 0 calc(50% + 180px);
	}
	.look06_credit {
	width: 290px;
	margin: -75px auto 0 calc(50% - 495px);
	}
	.look06_credit .credit_itemname {
	width: 172px;
	}
}

.look07 {
padding: 0 0 26.66vw;
background: #fff;
}
.look07_01_01 {
width: 65.0666666666%;
margin: 0 auto 0 0;
}
.look07_01_02 {
width: 32.8%;
margin: -92.2666666666vw 0 0 auto;
animation-delay: 0.4s;
}
.look07_01_03 {
width: 32.8%;
margin: 15.73vw auto 0 0;
animation-delay: 0.4s;
}
.look07_01_04 {
width: 65.0666666666%;
margin: -92.2666666666vw 0 0 auto;
}
.look07_title {
top: 73.6vw;
left: 44.53vw;
}
.look07_credit {
margin-top: 12vw;
}
@media (min-width:768px){
	.look07 {
	padding: 0 0 90px;
	}
	.look07_01 {
	width: 204px;
	margin: 0 auto 0 calc(50% - 216px);
	}
	.look07_02 {
	width: 204px;
	margin: -290px auto 0 calc(50% - 5px);
	animation-delay: 0.5s;
	}
	.look07_03 {
	width: 204px;
	margin: 28px auto 0 calc(50% - 106px);
	}
	.look07_title {
	top: 231px;
	left: 140px;
	}
	.look07_04 {
	width: 204px;
	margin: -248px auto 0 calc(50% - 317px);
	animation-delay: 0.5s;
	}
	.look07_credit {
	width: 220px;
	margin: -89px auto 0 calc(50% + 120px);
	}
	.look07_credit .credit_itemname {
	width: 110px;
	}
}
@media (min-width:1200px){
	.look07 {
	padding: 0 0 130px;
	}
	.look07_01 {
	width: 292px;
	margin: 0 auto 0 calc(50% - 310px);
	}
	.look07_02 {
	width: 292px;
	margin: -415px auto 0 calc(50% - 7px);
	}
	.look07_03 {
	width: 292px;
	margin: 40px auto 0 calc(50% - 152px);
	}
	.look07_title {
	top: 330px;
	left: 196px;
	}
	.look07_04 {
	width: 292px;
	margin: -355px auto 0 calc(50% - 455px);
	}
	.look07_credit {
	width: 290px;
	margin: -105px auto 0 calc(50% + 170px);
	}
	.look07_credit .credit_itemname {
	width: 172px;
	}
}

.look08 {
padding-bottom: 67.46666666vw;
background: #fff;
}
.look08_01 {
padding: 12vw 0 80vw;
background: #faf8e8;
}
.look08_title {
left: auto;
right: 2.1333333333vw;
}
.look08_02 {
width: 89.33333333vw;
margin-top: -72vw;
}
.look08_credit {
margin-top: 5.33vw;
}
.btn_all {
width: 75.7333333333%;
max-width: 313px;
margin-top: 16vw;
}
@media (min-width:768px){
	.look08 {
	padding-bottom: 240px;
	}
	.look08_01 {
	padding: 25px 0 270px;
	}
	.look08_01 .crossfade {
	width: 315px;
	margin: 0 auto 0 calc(50% - 47px);
	}
	.look08_title {
	right: calc(50% - 260px);
	}
	.look08_02 {
	width: 280px;
	margin-top: -225px;
	}
	.look08_credit {
	position: absolute !important;
	top: 165px;
	left: calc(50% - 320px);
	width: 220px;
	margin: 0;
	}
	.look08_credit .credit_itemname {
	width: 110px;
	}
	.btn_all {
	margin-top: 33px;
	}
}
@media (min-width:1200px){
	.look08 {
	padding-bottom: 340px;
	}
	.look08_01 {
	padding: 35px 0 380px;
	}
	.look08_01 .crossfade {
	width: 450px;
	margin: 0 auto 0 calc(50% - 70px);
	}
	.look08_title {
	right: calc(50% - 372px);
	}
	.look08_02 {
	width: 402px;
	margin-top: -325px;
	}
	.look08_credit {
	position: absolute !important;
	top: 250px;
	left: calc(50% - 390px);
	width: 290px;
	}
	.look08_credit .credit_itemname {
	width: 172px;
	}
	.btn_all {
	margin-top: 47px;
	}
}

.profile {
padding-top: 100vw;
}
.profile_title {
top: -40vw;
left: 34.53333333335vw;
width: 30.9333333333vw;
}
.profile_img_wrapper {
top: -30.66666666666vw;
left: 0;
width: 100%;
animation-delay: 0.4s;
}
.profile_img {
width: 51.7333333333vw;
animation-delay: 0.5s;
}
.profile_text {
margin-top: 5px;
color: #191919;
}
@media (min-width:768px){
	.profile {
	padding-top: 410px;
	}
	.profile_title {
	top: -127px;
	left: calc(50% - 49px);
	width: 98px;
	}
	.profile_img_wrapper {
	top: -95px;
	}
	.profile_img {
	width: 162px;
	}
	.profile_text {
	margin-top: 10px;
	font-size: 12px;
	}
}
@media (min-width:1200px){
	.profile {
	padding-top: 500px;
	}
	.profile_title {
	top: -180px;
	left: calc(50% - 69px);
	width: 138px;
	}
	.profile_img_wrapper {
	top: -140px;
	}
	.profile_img {
	width: 232px;
	}
	.profile_text {
	margin-top: 15px;
	font-size: 13.5px;
	}
}

.staffcredit {
width: 100%;
}
.bnr {
width: 88%;
margin-top: 19.2vw;
}
.brandlogo {
padding-bottom: 10vw;
margin-top: 14vw;
}
a.brandlogo_a {
color: #191919 !important;
}
.brandlogo img {
width: 50px;
margin-bottom: 10px;
}
@media (min-width:768px){
	.staffcredit {
	width: 380px;
	}
	.bnr {
	width: 280px;
	margin-top: 70px;
	}
	.brandlogo {
	padding-bottom: 42px;
	margin-top: 60px;
	font-size: 11px;
	}
	.brandlogo img {
	width: 55px;
	margin-bottom: 11px;
	}
}
@media (min-width:768px){
	.staffcredit {
	width: 426px;
	}
	.bnr {
	width: 318px;
	margin-top: 90px;
	}
	.brandlogo {
	padding-bottom: 42px;
	margin-top: 60px;
	font-size: 11px;
	}
	.brandlogo img {
	width: 55px;
	margin-bottom: 11px;
	}
}
