@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;
overflow: hidden;
color: #000;
font-family: noto-serif, serif;
font-style: normal;
font-weight: 500;
font-size: 3.2vw;
line-height: 100%;
letter-spacing: 0.05em;
background: #fff;
animation-delay: 0.75s;
}
.modal {
min-height: auto;
}
.allwrapper *,
.modal * {
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;
}
@media (min-width:415px){
	.allwrapper,
	.modal {
	font-size: 13.278px;
	}
}

/* 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:899px){.pc_none{display: block;}}
.pc_only{ display: none; }
@media (min-width:900px){.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_yugo {
font-family: yu-gothic-pr6n, sans-serif;
font-weight: 400;
font-feature-settings: "palt";
}
.pc-menu {
position: relative;
z-index: 2;
}

.allwrapper {
background: #e7e1ce;
}
.maincontents {
background: #fff;
width: 100%;
max-width: 415px;
}
@media (min-width:768px){
	.maincontents {
	margin-left: calc(95vw - 415px);
	animation-delay: 1.8s;
	}
}

@media (min-width:900px){
	.maincontents {
	margin-left: calc(90vw - 415px);
	}
}

@media (min-width:1200px){
	.maincontents {
	margin-left: calc(90vw - 450px);
	}
}

.pc_mv01_mono,
.pc_mv01_color,
.pc_mv02,
.pc_mv03 {
top: 0;
left: 0;
width: 100%;
height: 100vh;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all  0.5s ease;
}
.pc_mv01_mono {
background: url("../images/pc-bg01_mono.jpg") -12vw top / cover;
}
.pc_mv01_color {
background: url("../images/pc-bg01_color.jpg") -12vw top / cover;
opacity: 0;
}
.pc_mv02 {
background: url("../images/pc-bg02.jpg") -57vw top / cover;
opacity: 0;
}
.pc_mv03 {
background: url("../images/pc-bg03.jpg") -61vw top / cover;
opacity: 0;
}
.pc_mv01_color.appear,
.pc_mv02.appear,
.pc_mv03.appear {
opacity: 1;
}
@media (min-width:900px){
	.pc_mv01_mono {
	background: url("../images/pc-bg01_mono.jpg") 0 top / cover;
	}
	.pc_mv01_color {
	background: url("../images/pc-bg01_color.jpg") 0 top / cover;
	}
	.pc_mv02 {
	background: url("../images/pc-bg02.jpg") -20vw top / cover;
	}
	.pc_mv03 {
	background: url("../images/pc-bg03.jpg") -20vw top / cover;
	}
}
@media (min-width:1400px){
	.pc_mv02 {
	background: url("../images/pc-bg02.jpg") 0 top / cover;
	}
	.pc_mv03 {
	background: url("../images/pc-bg03.jpg") 0 top / cover;
	}
}

.mv_title {
top: 0;
left: 0;
animation-delay: 1.8s;
}
@media (min-width:415px){
	.mv_title {
	animation-delay: 2.7s;
	}
}

button.creditopen {
display: block;
top: 10px;
right: 10px;
width: 27px;
height: 27px;
border-radius: 50%;
background: #fff;
z-index: 3;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
button.creditopen:hover {
opacity: 0.6;
}
button.creditopen::before,
button.creditopen::after {
content: "";
position: absolute;
display: block;
background: #473833;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
transition: all  0.5s ease-in;
}
button.creditopen::before {
top: 6px;
left: 13px;
width: 1px;
height: 15px;
}
button.creditopen::after {
top: 13px;
left: 6px;
width: 15px;
height: 1px;
}
button.creditopen.open::before,
button.creditopen.open::after {
transform: rotate(-45deg);
}
.credit_wrapper {
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(46, 46, 46, 0.6);
z-index: 2;
}
.credit_inner {
align-items: center;
height: 100%;
width: 54.6666666666vw;
}
.credit_inner * {
color: #fff;
}
.credit_inner ul {
width: 100%;
}
.credit_inner li + li {
margin-top: 3.2vw;
}
.credit_itemname {
width: 24vw;
}
.credit_price {
width: 14.6666666666vw;
text-align: right;
}
img.credit_buy {
width: 8vw;
}
img.credit_buy.hidden {
opacity: 0;
}
@media (min-width:415px){
	button.creditopen {
	top: 12px;
	right: 11px;
	width: 29px;
	height: 29px;
	}
	button.creditopen::before {
	top: 7px;
	left: 14px;
	width: 1px;
	height: 15px;
	}
	button.creditopen::after {
	top: 14px;
	left: 7px;
	width: 15px;
	height: 1px;
	}
	.credit_inner {
	width: 227px;
	}
	.credit_inner li + li {
	margin-top: 13px;
	}
	.credit_itemname {
	width: 105px;
	}
	.credit_price {
	width: 50px;
	}
	img.credit_buy {
	width: 33px;
	}
}

.look01-02 { margin-top: 13.33vw; }
.look01-img01 { width: 88%; margin: 8vw auto 0 0; }
.look02-img01 { width: 88%; margin: 5.33vw 0 0 auto; }
.look03-img01 { width: 100%; margin: 13.6vw auto 0; }
.look03-img02 { width: 45.8666666666%; height: 122.6666666666vw; margin: 9.6vw auto 0; background: #938f80; }
.look04_wrapper { margin-top: 9.86vw; padding-bottom: 83.4666666666vw; background: url("../images/look04-bg.jpg") center bottom / 100% auto no-repeat; }
.look04-img01 { width: 92.8%; height: 124vw; background: #c4b091; overflow: hidden; }
.look04-img02-01 { width: 42.1333333333%; margin: 8.8vw auto 0 7.4666666666%; }
.look04-img02-02 { width: 42.1333333333%; margin: -56.2666666666vw auto 0 50.9333333333%; animation-delay: 0.3s; }
.look04-img03-01 { width: 42.1333333333%; margin: 1.33vw auto 0 7.4666666666%; }
.look04-img03-02 { width: 42.1333333333%; margin: -56.2666666666vw auto 0 50.9333333333%; animation-delay: 0.3s; }
.look05-img01 { width: 92.8%; margin: -74.66666666vw 0 0 auto; }
video.movie01 { width: 66.6666666666%; margin: 13.8666666666vw auto 0; }
.look06-img01 { width: 100%; height: 131.2vw; margin: 13.8666666666vw auto 0; background: #584c39; }
.look06-img02 { width: 45.8666666666%; height: 122.66666666vw; margin: 9.6vw auto 0; background: #3d3226; }
.look07-img01 { width: 88%; margin: 9.6vw auto 0 0; }
.look08-img01 { width: 88%; height: 116vw; margin: 9.6vw 0 0 auto; background: #9c9d9b; }
.look09-img01 { width: 100%; height: 131.2vw; margin: 9.6vw auto 0; background: #d2cab9; }
.look09-img02 { width: 71.2%; height: 95.2vw; margin: 9.6vw auto 0; background: #b5ae9d; }
.look10_wrapper { margin-top: 9.86vw; padding-bottom: 9.6vw; background: url("../images/look10-bg.jpg") center bottom / 100% auto no-repeat; }
.look10-img01 { width: 92.8%; margin: 0 auto; }
.look10-img02-01 { width: 42.1333333333%; margin: 8.8vw auto 0 7.4666666666%; }
.look10-img02-02 { width: 42.1333333333%; margin: -56.2666666666vw auto 0 50.9333333333%; animation-delay: 0.3s; }
.look10-img03-01 { width: 42.1333333333%; margin: 1.33vw auto 0 7.4666666666%; }
.look10-img03-02 { width: 42.1333333333%; margin: -56.2666666666vw auto 0 50.9333333333%; animation-delay: 0.3s; }
.look11-img01 { width: 88%; margin: 0 auto 0 0; }
.loopslide03 { width: 100%; margin-top: 9.6vw; }
.look12-img01 { width: 88%; margin: 9.6vw 0 0 auto; }
.look13 { margin-top: 12vw; }

@media (min-width:415px){
	.look01-02 { margin-top: 50px; }
	.look01-img01 { margin-top: 33px; }
	.look02-img01 { margin-top: 22px; }
	.look03-img01 { margin-top: 55px; }
	.look03-img02 { margin-top: 40px; height: 510.81px; }
	.look04-img01 { height: 514.599999969px; }
	.look04_wrapper { margin-top: 40px; padding-bottom: 345px; }
	.look04-img02-01 { margin-top: 40px; }
	.look04-img02-02 { margin-top: -233.48px; }
	.look04-img03-01 { margin-top: 5.5px; }
	.look04-img03-02 { margin-top: -233.48px; }
	.look05-img01 { margin-top: -306px; }
	video.movie01 { margin-top: 55px; }
	.look06-img01 { height: 544.47px; margin-top: 55px; }
	.look06-img02 { height: 510.81px; margin-top: 40px; }
	.look07-img01 { margin-top: 40px; }
	.look08-img01 { height: 482.45px; margin-top: 40px; }
	.look09-img01 { height: 544.47px; margin-top: 40px; }
	.look09-img02 { height: 395.77px; margin-top: 40px; }
	.look10_wrapper { margin-top: 40px; padding-bottom: 40px; }
	.look10-img02-01 { margin-top: 40px; }
	.look10-img02-02 { margin-top: -233.48px; }
	.look10-img03-01 { margin-top: 5.5px; }
	.look10-img03-02 { margin-top: -233.48px; }
	.look12-img01 { margin-top: 40px }
	.look13 { margin-top: 52px; }
}

.loopslide {
width: 100%;
height: 65.8666666666vw;
}
.loopslide01 {
margin-top: 5.33vw;
background: url("../images/loopslide01.jpg") repeat-x;
background-size: auto 100%;
animation: bgiLoop01 20s linear infinite;
}
@keyframes bgiLoop01 {
	0% { background-position: 0 0; }
	100% { background-position: -202.6666666666vw 0; }
}
.loopslide02 {
margin-top: 9.6vw;
background: url("../images/loopslide02.jpg") repeat-x;
background-size: auto 100%;
animation: bgiLoop02 20s linear infinite;
}
.loopslide03 {
margin-top: 9.6vw;
background: url("../images/loopslide03.jpg") repeat-x;
background-size: auto 100%;
animation: bgiLoop02 26s linear infinite;
}
@keyframes bgiLoop02 {
	0% { background-position: 0 0; }
	100% { background-position: -304vw 0; }
}
@media (min-width:415px){
	.loopslide {
	height: 273.34666665px;
	}
	.loopslide01 {
	margin-top: 22px;
	animation: bgiLoop01_pc 20s linear infinite;
	}
	.loopslide02,
	.loopslide03 {
	margin-top: 40px;
	animation: bgiLoop02_pc 26s linear infinite;
	}
}
@keyframes bgiLoop01_pc {
	0% { background-position: 0 0; }
	100% { background-position: -841.066666616px 0; }
}
@keyframes bgiLoop02_pc {
	0% { background-position: 0 0; }
	100% { background-position: -1261.599999924px 0; }
}

.staffcredit {
margin-top: 16vw;
font-family: yu-gothic-pr6n, sans-serif;
font-size: 3.33vw;
}
.brandlogo {
padding-bottom: 10vw;
margin-top: 14vw;
font-family: yu-gothic-pr6n, sans-serif;
}
.brandlogo img {
width: 50px;
margin-bottom: 10px;
}
@media (min-width:415px){
	.staffcredit {
	margin-top: 60px;
	font-size: 13.8px;
	}
	.brandlogo {
	padding-bottom: 42px;
	margin-top: 60px;
	font-size: 11px;
	}
	.brandlogo img {
	width: 55px;
	margin-bottom: 11px;
	}
}

.btn_allitems {
display: none;
}
.btn_allitems_sp {
display: block;
width: 80%;
margin-top: 40px;
}
@media (min-width:1200px){
	.btn_allitems {
	bottom: 10vh;
	left: calc(30vw - 190px);
	display: block;
	width: 380px;
	background: #fff;
	}
	.btn_allitems_sp {
	display: none;
	}
}
