@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: montserrat, zen-kaku-gothic-new, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 3.06666666vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0;
background: #fff;
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;
}
@media (min-width:768px){
	.allwrapper {
	width: 100vw;
	font-size: 13px;
	}
}

/* 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
-----------------------------------------------*/
.ff_futura {
font-family: futura-pt, sans-serif;
font-weight: 500;
}
.ff_montserrat {
font-family: montserrat, sans-serif;
font-weight: 600;
}
.ff_zenkakugo {
font-family: zen-kaku-gothic-new;;
}

.mv {
width: 100%;
}
.mv_title {
top: 0;
left: 0;
width: 100%;
animation-delay: 1.5s;
}
.intro {
padding-top: 40px;
}
@media (min-width:768px){
	.intro {
	padding-top: 40px;
	animation-delay: 2.25s;
	}
}
@media (min-width:1000px){
	.mv {
	width: 1000px;
	}
	.intro {
	margin: 20px auto 0;
	}
}

.lnav {
margin-top: 16vw;
}
.lnav ul {
justify-content: center;
width: 86.66666666%;
margin-top: 1vw;
}
.lnav li {
width: 42.66666666vw;
margin-top: 6.66vw;
}
.lnav li:nth-child(even) {
margin-left: 1.33333333vw;
}
video.moviebox {
position: relative;
width: 66.66666666%;
margin: 22.66vw auto 0;
z-index: 2;
}
@media (min-width:768px){
	.lnav {
	margin-top: 100px;
	}
	.lnav_title {
	font-size: 27px;
	}
	.lnav ul {
	justify-content: flex-start;
	width: 656px;
	margin-top: 15px;
	}
	.lnav li {
	width: 212px;
	margin-top: 20px;
	margin-left: 10px !important;
	}
	.lnav li:nth-child(3n - 2) {
	margin-left: 0 !important;
	}
	video.moviebox {
	width: 250px;
	margin: -250px auto 0 calc(50% + 160px);
	}
}


.secbox {
padding-bottom: 24vw;
}
.secbox.imgleft {
background: #f5ffda;
}
.sec01 {
margin-top: 31.46vw;
}
.sec_num {
top: 6.66vw;
left: 4.8vw;
z-index: 3;
}
.sec_num img {
width: auto;
height: 20vw;
}
.sec_mainimg_credit {
font-size: 4.66666666vw;
}
.sec02 .sec_mainimg_credit *,
.sec03 .sec_mainimg_credit * {
color: #fff !important;
}
.sec_mainimg_credit::before {
content: "";
position: absolute;
top: 2.2vw;
height: 1px;
background: #000;
}
.sec02 .sec_mainimg_credit::before,
.sec03 .sec_mainimg_credit::before {
background: #fff;
}
.slideitems.slick-dotted.slick-slider {
margin-bottom: 0;
padding-bottom: 40px;
}
.crossfade.slick-dotted.slick-slider {
margin-bottom: 0;
padding-bottom: 20px;
}
.slick-dots {
bottom: 0;
margin-left: -4px;
z-index: 2;
}
.crossfade .slick-dots {
text-align: left;
}
.sec_mainimg .crossfade.slick-dotted.slick-slider .slick-dots {
margin-left: 15px;
}
.slick-dots li {
width: auto;
height: auto;
margin: 0 4px;
}
.slick-dots li button {
width: 9px;
height: 9px;
padding: 0;
background: #fff;
border-radius: 50%;
border: 1px solid #000;
}
.slick-dots li button:before {
content: none;
}
.slick-dots li.slick-active button {
background: #000;
}
img.slick-arrow {
position: absolute;
width: 10px;
top: 23vw;
cursor: pointer;
}
img.slick-arrow.prev {
left: -15px;
}
img.slick-arrow.next {
right: -15px;
}
.sec_textbox {
width: 88%;
margin-top: 12vw;
}
.sec_title {
font-size: 6vw;
font-family: zen-kaku-gothic-new;
}
.sec_title span {
padding: 0 3vw;
border-bottom: 1px dotted #000;
}
.imgleft .sec_title span {
background: #fff;
}
.imgright .sec_title span {
background: #eeffc1;
}
.sec_maintext {
margin-top: 8vw;
line-height: 204%;
}
.items_wrapper {
margin-top: 17.3vw;
}
.items_title {
width: 86.666666%;
font-family: zen-kaku-gothic-new;
}
.items_title::before,
.items_title::after {
content: "";
position: absolute;
top: 3vw;
width: 20.53333333vw;
border-bottom: 1px dotted #000;
}
.items_title::before {
left: 0;
}
.items_title::after {
right: 0;
}
.items_title span {
border-bottom: 3px solid #eeffc1;
}
.slideitems {
width: calc(74.66666666% + 40px);
margin-top: 6.66vw;
}
.slideitems .slick-slide {
padding: 0 10px;
}
.items_itemname {
height: 13.4vw;
margin-top: 3.2vw;
}
.items_pricewrapper {
align-items: center;
margin-top: 2vw;
}
.items_price span {
font-family: zen-kaku-gothic-new;
}
.items_buy {
width: 32px;
line-height: 4vw;
background: #eeffc1;
}
.imgleft .items_buy {
background: #fff;
}
.sec02 .sec_mainimg_credit .items_buy,
.sec03 .sec_mainimg_credit .items_buy {
color: #000 !important;
}
.sec_mainimg_credit .items_buy {
background: #eeffc1;
}
.items_color {
margin-top: 2.66vw;
padding: 1.6vw 0;
border-top: 1px solid #bfbfbf;
border-bottom: 1px solid #bfbfbf;
}
.items_color img {
width: auto;
height: 3.46666666vw;
margin-top: 5px;
}
.items_size {
margin-top: 2.66vw;
margin-bottom: 1.6vw;
}
@media (min-width:768px){
	.secbox {
	width: 100%;
	position: relative;
	padding-top: 140px;
	padding-bottom: 120px;
	}
	.sec01.secbox {
	margin-top: -70px;
	}
	.secbox.imgleft {
	background: none;
	}
	.secbox.imgleft::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f5ffda;
    transform: skewY(-7deg);
	}
	.sec_mainimg {
	width: 367px;
	}
	.imgleft .sec_mainimg {
	margin-left: calc(50% - 370px);
	}
	.imgright .sec_mainimg {
	margin-left: calc(50% + 6px);
	}
	.sec_num {
	top: 20px;
	left: 20px;
	}
	.sec_num img {
	height: 80px;
	}
	.sec_mainimg_credit {
	font-size: 17.5px;
	}
	.sec_mainimg_credit::before {
	top: 9px;
	}
	.sec_mainimg_credit .items_buy {
	width: 32px;
	line-height: 15px;
	font-size: 12px;
	}
	.sec_textbox {
	width: 378px;
	margin-top: -520px;
	}
	.imgleft .sec_textbox {
	margin-left: calc(50% + 13px);
	}
	.imgright .sec_textbox {
	margin-left: calc(50% - 384px);
	}
	.sec_title {
	font-size: 22.5px;
	}
	.sec_title span {
	padding: 0 12px;
	}
	.sec_maintext {
	margin-top: 15px;
	font-size: 11.5px;
	}
	.items_wrapper {
	margin-top: 95px;
	}
	.items_title {
	width: 660px;
	font-size: 19px;
	}
	.items_title::before,
	.items_title::after {
	top: 15px;
	width: 210px;
	}
	.slideitems {
	width: 680px;
	margin-top: 40px;
	}
	.items_itemname {
	height: 51px;
	margin-top: 12px;
	font-size: 14px;
	}
	.items_pricewrapper {
	margin-top: 12px;
	}
	.items_price {
	font-size: 15px;
	}
	.items_price span {
	font-size: 10px;
	}
	.items_buy {
	width: 50px;
	line-height: 20px;
	font-size: 14px;
	}
	.items_color {
	margin-top: 12px;
	padding: 9px 0 7px;
	font-size: 17px;
	}
	.items_color img {
	height: 13px;
	margin-top: 8px;
	}
	.items_size {
	margin-top: 12px;
	margin-bottom: 9px;
	font-size: 17px;
	}
	img.slick-arrow {
	top: 90px;
	}
	img.slick-arrow.prev {
	left: -25px;
	}
	img.slick-arrow.next {
	right: -25px;
	}
}

.sec01_mainimg_credit01 { top: 62.66vw; left: 5.06vw; }
.sec01_mainimg_credit01::before { right: -3vw; width: 8.26vw; }
.sec01_mainimg_credit02 { top: 114.66vw; left: 74.13vw; }
.sec01_mainimg_credit02::before { left: -3.8vw; width: 4vw; }
.sec02_mainimg_credit01 { top: 65.33vw; left: 20vw; }
.sec02_mainimg_credit01::before { right: -3vw; width: 8.26vw; }
.sec02_mainimg_credit02 { top: 110.4vw; left: 73.06vw; }
.sec02_mainimg_credit02::before { left: -5.5vw; width: 6vw; }
.sec03_mainimg_credit01 { top: 36.53vw; left: 13.3vw; }
.sec03_mainimg_credit01::before { right: -9.5vw; width: 8.53vw; }
.sec04_mainimg_credit01 { top: 40vw; left: 5.33vw; }
.sec04_mainimg_credit01::before { right: -8vw; width: 10.66vw; }
.sec04_mainimg_credit02 { top: 109.33vw; left: 70.66vw; }
.sec04_mainimg_credit02::before { left: -10.5vw; width: 10.66vw; }
.sec05_mainimg_credit01 { top: 36vw; left: 16vw; }
.sec05_mainimg_credit01::before { right: -7vw; width: 12.4vw; }
.sec05_mainimg_credit02 { top: 77.33vw; left: 72.53vw; }
.sec05_mainimg_credit02::before { left: -10vw; width: 8.53vw; }
@media (min-width:768px){
	.sec01 .sec_title span:first-child { padding-right: 0; }
	.sec01 .sec_title span:last-child { padding-left: 0; }
	.sec01 .sec_subimg { width: 328px; margin: 40px auto 0 calc(50% + 32px); }
	.sec02 .sec_subimg { width: 269px; margin: 40px auto 0 calc(50% - 330px); }
	.sec03 .sec_subimg { width: 260px; margin: 50px auto 0 calc(50% + 62px); }
	.sec04 .items_wrapper { margin-top: 230px; }
	.sec04 .sec_textbox { margin-top: -420px; }
	.sec05 .sec_subimg { width: 260px; margin: 40px auto 0 calc(50% + 50px); }

	.sec01_mainimg_credit01 { top: 235px; left: 20px; }
	.sec01_mainimg_credit01::before { right: -12px; width: 30px; }
	.sec01_mainimg_credit02 { top: 426px; left: 271px; }
	.sec01_mainimg_credit02::before { left: -13px; width: 15px; }
	.sec02_mainimg_credit01 { top: 220px; left: 63px; }
	.sec02_mainimg_credit01::before { right: -14px; width: 32px; }
	.sec02_mainimg_credit02 { top: 403px; left: 261px; }
	.sec02_mainimg_credit02::before { left: -13px; width: 15px; }
	.sec03_mainimg_credit01 { top: 137px; left: 54px; }
	.sec03_mainimg_credit01::before { right: -35px; width: 32px; }
	.sec04_mainimg_credit01 { top: 140px; left: 23px; }
	.sec04_mainimg_credit01::before { right: -30px; width: 40px; }
	.sec04_mainimg_credit02 { top: 393px; left: 263px; }
	.sec04_mainimg_credit02::before { left: -38px; width: 40px; }
	.sec05_mainimg_credit01 { top: 137px; left: 50px; }
	.sec05_mainimg_credit01::before { right: -45px; width: 50px; }
	.sec05_mainimg_credit02 { top: 282px; left: 258px; }
	.sec05_mainimg_credit02::before { left: -35px; width: 30px; }
}

a.allitems {
width: 68%;
margin-top: 70px;
background: #eeffc1;
line-height: 45px;
border-radius: 3px;
font-size: 15px;
}
.staffcredit {
margin-top: 16vw;
letter-spacing: 0.08em;
}
.brandlogo {
margin-top: 12vw;
padding-bottom: 15vw;
font-size: 9px;
}
.brandlogo a {
width: 90px;
}
.brandlogo img {
width: 60px;
margin-bottom: 13px;
}
@media (min-width:768px){
	a.allitems {
	width: 257px;
	margin-top: 80px;
	font-size: 15px;
	}
	.staffcredit {
	margin-top: 80px;
	font-size: 12px;
	}
	.brandlogo {
	margin-top: 40px;
	padding-bottom: 40px;
	font-size: 10px;
	}
	.brandlogo img {
	width: 65px;
	margin-bottom: 12px;
	}
}
@media (min-width:1100px){
	a.allitems {
	margin-top: 120px;
	}
	.brandlogo {
	padding-bottom: 60px;
	}
	.brandlogo img {
	margin-top: 65px;
	}
}

