@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: #4f4f4f;
font-family: zen-kaku-gothic-new, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 2.8vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: -0.05em;
background: #fff;
animation-delay: 0.75s;
}
.allwrapper * {
box-sizing: border-box;
}
.allwrapper a:link,
.allwrapper a:visited,
.allwrapper .acordion_btn {
color: #4f4f4f;
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: 11px;
	}
}
@media (min-width:1100px){
	.allwrapper {
	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; }

/* 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-condensed, sans-serif;
}

.mv {
min-height: 140vw;
}
img.mv_img01 {
width: 93.33333333vw;
margin: 0 auto 0 0;
animation-delay: 1s;
}
img.mv_img02 {
width: 93.33333333vw;
margin: 25.86vw 0 0 auto;
animation-delay: 1s;
}
.mv_title {
top: 60.53vw;
left: 0;
width: 100%;
animation-delay: 1.75s;
}
img.mv_logo {
bottom: 1.6vw;
left: 9.33vw;
width: 44vw;
margin: 0;
animation-delay: 2.5s;
}
.intro {
margin-top: 8vw;
line-height: 196%;
}
@media (min-width:768px){
	.mv {
	min-height: 400px;
	}
	img.mv_img01 {
	position: absolute;
	top: 0;
	left: calc(50% - 350px);
	width: 234px;
	margin: 0;
	}
	img.mv_img02 {
	position: absolute;
	bottom: 0;
	left: calc(50% - 110px);
	width: 234px;
	margin: 0;
	}
	.mv_title {
	top: 140px;
	left: calc(50% + 135px);
	width: 202px;
	}
	img.mv_logo {
	bottom: 38px;
	left: calc(50% - 340px);
	width: 128px;
	}
	.intro {
	margin-top: 40px;
	line-height: 183%;
	font-size: 14px;
	animation-delay: 2.5s;
	}
}
@media (min-width:1100px){
	.mv {
	min-height: 572px;
	}
	img.mv_img01 {
	left: calc(50% - 500px);
	width: 333px;
	}
	img.mv_img02 {
	left: calc(50% - 157px);
	width: 333px;
	margin: 0;
	}
	.mv_title {
	top: 200px;
	left: calc(50% + 193px);
	width: 291px;
	}
	img.mv_logo {
	bottom: 57px;
	left: calc(50% - 490px);
	width: 182px;
	}
	.intro {
	margin-top: 45px;
	font-size: 15px;
	}
}

.which {
margin-top: 16vw;
}
.which_title {
letter-spacing: 0.11em;
}
.which_list_wrapper {
width: 86.66666666vw;
margin-top: 6.66vw;
}
.which_list_wrapper li:nth-child(2) {
animation-delay: 0.2s;
}
.which_list {
width: 42.4vw;
}
video.movie {
width: 69.33333333vw;
margin: 22.66vw auto 0;
}
@media (min-width:768px){
	.which {
	width: 370px;
	margin: 70px auto 0 calc(50% - 330px);
	}
	.which_title {
	font-size: 20px;
	text-align: left;
	letter-spacing: 0.075em;
	}
	.which_list_wrapper {
	width: 100%;
	margin-top: 15px;
	}
	.which_list {
	width: 182px;
	}
	video.movie {
	width: 220px;
	margin: -160px auto 0 calc(50% + 100px);
	}
}
@media (min-width:1100px){
	.which {
	width: 435px;
	margin: 95px auto 0 calc(50% - 417px);
	}
	.which_title {
	font-size: 27px;
	}
	.which_list_wrapper {
	margin-top: 20px;
	}
	.which_list {
	width: 212px;
	}
	video.movie {
	width: 260px;
	margin: -255px auto 0 calc(50% + 135px);
	}
}

.secbox {
padding-top: 20vw;
}
.secnum {
font-size: 13.33333333vw;
}
.sectitle {
margin-top: 3vw;
line-height: 230%;
}
.sectitle span {
display: inline-block;
border-bottom-width: 2px;
border-bottom-style: solid;
line-height: 150% !important;
}
.secintro {
margin-top: 6vw;
}
.sec_mainimg {
width: 100%;
margin-top: 8vw;
}
.sec_items {
margin-top: 18.66vw;
}
.sec_items_title {
width: 35.73vw;
}
.sec_items_wrapper {
width: 94vw;
margin-top: 2vw;
}
.sec_items_box {
align-items: stretch;
width: 45vw;
margin-top: 4vw;
}
.sec_items_img {
width: 14.5vw;
}
.sec_items_detail {
flex-flow: column;
justify-content: space-between;
width: 29.5vw;
}
.sec_items_pricebox {
align-items: center;
width: 100%;
}
.sec_items_price {
letter-spacing: 0.01em;
}
.sec_items_buy {
width: 7.2vw;
line-height: 4vw;
}
@media (min-width:768px){
	.secbox {
	padding-top: 100px;
	}
	.sec_titlebox * {
	text-align: left;
	}
	.secnum {
	font-size: 43px;
	}
	.sectitle {
	margin-top: 0;
	font-size: 15px;
	line-height: 230%;
	}
	.secintro {
	margin-top: 15px;
	font-size: 12px;
	}
	.sec_mainimg {
	width: 290px;
	}
	.sec_items {
	margin-top: 65px;
	}
	.sec_items_title {
	width: 150px;
	}
	.sec_items_wrapper {
	align-items: stretch;
	width: 420px;
	margin-top: 0;
	}
	.sec_items_box {
	width: 140px;
	margin-top: 35px;
	}
	.sec_items_img {
	width: 80px;
	margin: 0 auto;
	}
	.sec_items_detail {
	width: 100%;
	}
	.sec_items_name {
	width: 100%;
	text-align: center;
	height: 47px;
	margin-top: 5px;
	}
	.sec_items_pricebox {
	justify-content: center;	
	margin-top: 7px;
	}
	.sec_items_price {
	font-size: 13px;
	}
	.sec_items_price span {
	font-size: 11px;
	}
	.sec_items_buy {
	width: 28px;
	margin-left: 5px;
	line-height: 15px;
	}
}
@media (min-width:1100px){
	.secbox {
	padding-top: 135px;
	}
	.secnum {
	font-size: 70px;
	}
	.sectitle {
	margin-top: 0;
	font-size: 20px;
	}
	.secintro {
	margin-top: 15px;
	font-size: 15px;
	}
	.sec_mainimg {
	width: 415px;
	}
	.sec_items {
	margin-top: 90px;
	}
	.sec_items_title {
	width: 214px;
	}
	.sec_items_wrapper {
	width: 510px;
	}
	.sec_items_box {
	width: 170px;
	margin-top: 40px;
	}
	.sec_items_img {
	width: 90px;
	}
	.sec_items_name {
	height: 55px;
	margin-top: 5px;
	letter-spacing: 0;
	}
	.sec_items_pricebox {	
	margin-top: 10px;
	}
	.sec_items_price {
	font-size: 16px;
	}
	.sec_items_price span {
	font-size: 13px;
	}
	.sec_items_buy {
	width: 30px;
	margin-left: 10px;
	line-height: 18px;
	}
}

.sec01 { margin-top: 5.33vw; }
.sec01 .secnum { color: #ffbdbd; }
.sec01 .sectitle span { border-bottom-color: #ffbdbd; line-height: 50%; }
.sec01_img02 { width: 49.33333333vw; margin: 20.53vw auto 0 0; }
.sec01_img03 { width: 49.33333333vw; margin: -57.86vw 0 0 auto; animation-delay: 0.2s; }
.sec01 .sec_items_buy { background: #fae2e0; }
@media (min-width:768px){
	.sec01 { margin-top: 0; }
	.sec01 .sec_titlebox { margin-left: calc(50% - 25px); }
	.sec01 .sec_mainimg { margin: -220px auto 0 calc(50% - 350px); }
	.sec01_img02 { width: 183px; margin: -132px auto 0 calc(50% - 25px); }
	.sec01_img03 { width: 183px; margin: -244.45px auto 0 calc(50% + 166px); }
}
@media (min-width:1100px){
	.sec01 .sec_titlebox { margin-left: calc(50% - 37px); }
	.sec01 .sec_mainimg { margin: -285px auto 0 calc(50% - 500px); }
	.sec01_img02 { width: 262px; margin: -190px auto 0 calc(50% - 35px); }
	.sec01_img03 { width: 262px; margin: -350px auto 0 calc(50% + 238px); }
}

.sec02 .secnum { color: #8bfcc3; }
.sec02 .sectitle span { border-bottom-color: #8bfcc3; line-height: 50%; }
.sec02 .sec_mainimg { width: 93.3333333vw; }
.sec02_img02 { width: 57.86666666vw; margin: 20.53vw auto 0 0; }
.sec02_img03 { width: 38.66666666vw; margin: -37.86vw 0 0 auto; }
.sec02_img04 { width: 100%; margin: 20.8vw auto 0; }
.sec02 .sec_items_buy { background: #b8ffdb; }
@media (min-width:768px){
	.sec02 .sec_titlebox { margin-left: calc(50% - 350px); }
	.sec02 .sec_mainimg { width: 290px; margin: -230px auto 0 calc(50% + 55px); }
	.sec02_img02 { width: 250px; margin: -110px auto 0 calc(50% - 295px); }
	.sec02_img03 { width: 156px; margin: -155px auto 0 calc(50% - 30px); }
	.sec02_img04 { width: 270px; margin-top: 70px; }
}
@media (min-width:1000px){
	.sec02 .sec_titlebox { margin-left: calc(50% - 465px); }
	.sec02 .sec_mainimg { width: 415px; margin: -280px auto 0 calc(50% + 55px); }
	.sec02_img02 { width: 358px; margin: -160px auto 0 calc(50% - 420px); }
	.sec02_img03 { width: 223px; margin: -215px auto 0 calc(50% - 30px); }
	.sec02_img04 { width: 389px; margin-top: 100px; }
}

a.allitems {
width: 68%;
margin-top: 70px;
background: #ffbdbd;
color: #fff !important;
line-height: 45px;
}
.staffcredit {
margin-top: 16vw;
letter-spacing: 0.08em;
}
.brandlogo {
margin-top: 12vw;
padding-bottom: 15vw;
font-size: 9px;
}
.brandlogo a {
width: 80px;
}
.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;
	}
}
