@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
-----------------------------------------------*/
/* ========== base style ========== */
.allwrapper {
min-height: 100vh;
overflow: hidden;
color: #000;
line-height: 100%;
font-family: gill-sans-nova, yu-gothic-pr6n, sans-serif;
font-size: 3.2vw;
font-style: normal;
font-weight: 400;
font-feature-settings: "palt";
letter-spacing: 0.1em;
background: #c9b4a1;
}
.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,
.allwrapper .acordion_btn {
cursor: pointer;
}
@media (min-width:768px){
	.allwrapper {
	width: 100vw;
	font-size: 15px;
	}
}

/* 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; }

/* 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:999px){.pc_none{display: block;}}
.pc_only{ display: none; }
@media (min-width:1000px){.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_yumin {
font-family: yu-mincho-pr6n, sans-serif;
}

body {
overflow: hidden !important;
}
body.move {
overflow: auto !important;
}

.toparea {
padding: 8vw 0 6vw;
}
.toparea h1 {
width: 49.3vw;
}
@media (min-width:768px){
	.toparea {
	padding: 2.6vw 0 2.3vw;
	}
	.toparea h1 {
	width: 31.25vw;
	}
}
@media (min-width:1100px){
	.toparea {
	padding: 25px 0 23px;
	}
	.toparea h1 {
	width: 310px;
	}
}

.intro {
padding: 10.6vw 0;
}
.intro_nav ul {
display: flex;
width: 88vw;
margin-top: 9.3vw;
}
.intro_nav li {
width: 18.13vw;
}
.intro_nav li:nth-child(2) {
animation-delay: 0.25s;
}
.intro_nav li:nth-child(3) {
animation-delay: 0.5s;
}
.intro_nav li:nth-child(4) {
animation-delay: 0.75s;
}
@media (min-width:768px){
	.intro {
	padding: 35px 0 100px;
	}
	.intro p {
	line-height: 183%;
	}
	.intro_nav ul {
	width: 508px;
	margin-top: 45px;
	}
	.intro_nav li {
	width: 100px;
	}
}
@media (min-width:1100px){
	.intro_nav ul {
	width: 660px;
	margin-top: 55px;
	}
	.intro_nav li {
	width: 131px;
	}
}

.lookbox {
padding-bottom: 13.3vw;
}
.photo_small {
width: 82.6vw;
}
.price_text {
margin: 5.3vw 0 8.6vw;
}
.pricebox_wrapper {
width: 82.6vw;
margin-top: 5.3vw;
}
.price_discription {
margin-bottom: 3.33vw;
}
.price_discription::after {
content: "";
position: absolute;
right: 0;
bottom: 0;
width: 70vw;
height: 1px;
background: #000;
}
.pricebox {
margin-bottom: 2vw;
}
.itemname {
width: 37vw;
}
.price {
width: 21.3vw;
text-align: right;
}
.buy {
width: 18.13vw;
}
.sanko {
margin-top: 5.3vw;
}
.slick-dotted.slick-slider {
margin-bottom: 0;
z-index: 3;
}
.slick-dots {
top: 126vw;
left: 0;
height: 40px;
}
.slick-dots li {
width: auto;
height: auto;
margin: 0 7px;
}
.slick-dots li button {
width: 8px;
height: 8px;
padding: 0;
border-radius: 50%;
background: #fff;
}
.slick-dots li.slick-active button {
background: #415477;
}
.slick-dots li button:before {
content: none;
}
.slideimg img.slick-arrow {
position: absolute;
top: 60vw;
width: 4vw;
z-index: 2;
cursor: pointer;
}
.slideimg .slick-arrow.prev {
left: 2.6vw;
}
.slideimg .slick-arrow.next {
right: 2.6vw;
}
@media (min-width:768px){
	.lookbox {
	width: 500px;
	padding-bottom: 120px;
	}
	.photo_small {
	width: 410px;
	}
	.price_text {
	margin: 30px 0 0;
	}
	.pricebox_wrapper {
	width: 370px;
	margin-top: 40px;
	}
	.price_discription {
	margin-bottom: 15px;
	}
	.price_discription::after {
	width: 310px;
	}
	.pricebox {
	margin-bottom: 10px;
	}
	.itemname {
	width: 160px;
	}
	.itemname .fs9 {
	font-size: 12px;
	letter-spacing: 0.05em;
	}
	.price {
	width: 108px;
	}
	.price .fs9 {
	font-size: 10px;
	}
	.buy {
	width: 80px;
	}
	.sanko {
	margin-top: 20px;
	font-size: 12px;
	}
	.slick-dots {
	top: 630px;
	}
	.slick-dots li button:before {
	content: none;
	}
	.slideimg img.slick-arrow {
	top: 325px;
	width: 20px;
	}
	.slideimg .slick-arrow.prev {
	left: 15px;
	}
	.slideimg .slick-arrow.next {
	right: 15px;
	}
}
@media (min-width:1100px){
	.lookbox {
	width: 550px;
	}
	.photo_small {
	width: 460px;
	}
	.slick-dots {
	top: 695px;
	}
	.slideimg img.slick-arrow {
	top: 350px;
	}
}

.collection {
padding: 11vw 0 0;
background: #21346c;
}
.collection h3 {
color: #fff;
font-size: 6.6666vw;
}
.collection p {
margin-top: 6vw;
color: #fff;
}
.collectionbox_wrapper {
margin-top: 12.66vw;
}
.collectionbox {
width: 49.95%;
margin-bottom: 1px;
}
.collection_price {
width: 100%;
bottom: 2vw;
left: 0;
}
.slideimg02 img.slick-arrow {
position: absolute;
top: 30.6vw;
width: 1.73vw;
z-index: 2;
cursor: pointer;
}
.slideimg02 .slick-arrow.prev {
left: 2.6vw;
}
.slideimg02 .slick-arrow.next {
right: 2.6vw;
}
@media (min-width:768px){
	.collection {
	padding: 100px 0 110px;
	}
	.collection h3 {
	font-size: 40px;
	}
	.collection p {
	margin-top: 50px;
	line-height: 183%;
	}
	.collectionbox_wrapper {
	width: 747px;
	margin-top: 50px;
	}
	.collectionbox {
	width: 186px;
	margin-bottom: 1px;
	}
	.collection_price {
	bottom: 10px;
	font-size: 13px;
	letter-spacing: 0.05em;
	}
	.collection_price .fs8 {
	font-size: 9px;
	letter-spacing: 0;
	}
	.slideimg02 img.slick-arrow {
	top: 120px;
	width: 8px;
	}
	.slideimg02 .slick-arrow.prev {
	left: 10px;
	}
	.slideimg02 .slick-arrow.next {
	right: 10px;
	}
}
@media (min-width:1100px){
	.collectionbox_wrapper {
	width: 902px;
	}
	.collectionbox {
	width: 224px;
	margin-bottom: 2px;
	}
	.slideimg02 .slick-arrow.prev,
	.slideimg02 .slick-arrow.next {
	top: 140px;
	}
}

.movie {
background: #8e1d22;
padding: 10vw 8.6vw 17.3vw;
}
.movie h2 {
font-size: 6.6666vw;
color: #b99143;
}
.movietext {
margin-top: 8vw;
}
.movie h3 {
margin-bottom: 6vw;
font-size: 6vw;
color: #b99143;
}
.movie p {
color: #fff;
}
.movie_intro {
margin: 3.3vw 0 -6vw;
}
.moviebox {
margin-top: 18.6vw;
}
.movie_credit {
margin-top: 6vw;
}
@media (min-width:768px){
	.movie {
	padding: 100px 0 95px;
	}
	.movie h2 {
	font-size: 30px;
	}
	.movie h3 {
	margin-bottom: 20px;
	font-size: 19px;
	}
	.movie_intro {
	margin: 37px 0 0;
	}
	.moviebox {
	display: flex;
	justify-content: space-between;
	width: 580px;
	margin: 90px auto 0;
	}
	.moviebox figure {
	width: 268px;
	}
	.movietext {
	width: 268px;
	margin: 0;
	}
	.movietext p {
	font-size: 10px;
	}
	p.movie_credit {
	margin-top: 20px;
	font-size: 8px;
	}
}
@media (min-width:1100px){
	.moviebox_wrapper {
	display: flex;
	justify-content: space-between;
	width: 900px;
	}
	.moviebox {
	display: block;
	}
	.movietext {
	margin-top: 20px;
	}
	.moviebox02 {
	animation-delay: 0.25s;
	}
	.moviebox03 {
	animation-delay: 0.5s;
	}	
	.moviebox03	.movietext {
	margin-top: 50px;
	}
}

.campaign {
padding: 13.33vw 0 18vw;
background: #d1b463;
}
.campaign h3 {
font-size: 6.6666vw;
}
.campaign p {
margin-top: 4.6vw;
}
.campaign img {
margin-top: 13.3vw;
}
@media (min-width:768px){
	.campaign {
	padding: 100px 0 75px;
	}
	.campaign h3 {
	font-size: 40px;
	}
	.campaign p {
	margin-top: 40px;
	line-height: 183%;
	}
	.campaign .attention {
	margin-top: 5px;
	font-size: 10px;
	line-height: 170%;
	}
	.campaign img {
	width: 444px;
	margin-top: 45px;
	}
}

.outro {
padding: 13.3vw 0 11.3vw;
background: #8e1d22;
}
.outro * {
color: #fff;
}
.outro_movie {
width: 85vw;
height: 0;
padding-top: 151.1093333333333vw;
}
.outro_movie iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.outro_credit {
margin-top: 19.3vw;
}
.outro_notice {
margin-top: 5.3vw;
}
.outro_logo {
width: 33.3333vw;
margin-top: 11.2vw;
max-width: 125px;
}
@media (min-width:768px){
	.outro {
	padding: 100px 0 30px;
	}
	.outro_movie {
	width: 375px;
	margin: 0 auto !important;
	padding-top: 666.6666px;
	}
	.outro_credit {
	margin-top: 95px;
	font-size: 12.5px;
	}
	.outro_notice {
	margin-top: 40px;
	font-size: 11px;
	}
	.outro_logo {
	margin-top: 40px;
	}
}
