@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;
padding-bottom: 29vw;
overflow: hidden;
color: #333333;
font-family: aktiv-grotesk-condensed, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 3.2vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.025em;
background: #ebebeb;
animation-delay: 0.75s;
}
.allwrapper * {
box-sizing: border-box;
}
.allwrapper a:link,
.allwrapper a:visited,
.allwrapper .acordion_btn {
color: #333333;
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 {
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;
	padding-bottom: 135px;
	font-size: 12px;
	}
}

/* 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; }
@media (min-width:768px){
	.fs10 { font-size: 10px; }
	.fs18 { font-size: 18px; }
}

/* 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:1199px){.pc_none{display: block;}}
.pc_only{ display: none; }
@media (min-width:1200px){.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_han-sans {
font-family: source-han-sans-japanese, sans-serif;
font-weight: 500;
}
.ff_bebas-kai {
font-family: bebas-kai, sans-serif;
}

.mv {
min-height: 133vw;
}
.mv_title {
top: 108.26vw;
left: 10.26vw;
width: 43.73vw;
animation-delay: 1.5s;
}
@media (min-width:768px){
	.mv {
	min-height: 78%;
	}
	.mv_title {
	top: 62.44vw;
	left: 15.7%;
	width: 31.111%;
	}
}
@media (min-width:1000px){
	.mv {
	width: 900px;
	padding-top: 50px;
	min-height: 770px;
	}
	.mv_title {
	top: 613px;
	left: 141px;
	width: 280px;
	}
}

.intro {
width: 86.66vw;
margin-top: 9vw;
}
@media (min-width:768px){
	.intro {
	width: 640px;
	margin-top: 35px;
	font-size: 14px;
	}
}

.slideimg {
margin-top: 17.33vw;
}
.slideimg .slick-slide {
padding: 0 2vw;
}
img.slick-arrow {
top: 100vw;
width: 5.33vw;
cursor: pointer;
z-index: 2;
}
img.slick-arrow.prev {
left: 2.6vw;
}
img.slick-arrow.next {
right: 2.6vw;
}
.price {
margin-top: 4vw;
}
.price a {
text-decoration: underline !important;
}
.btn_check {
width: 42.6vw;
margin-top: 5.3vw;
}
@media (min-width:768px){
	.slideimg {
	margin-top: 95px;
	}
	.slideimg .slick-slide {
	padding: 0 6vw;
	}
	img.slick-arrow {
	top: 40vw;
	width: 4vw;
	}
	img.slick-arrow.prev {
	left: 8vw;
	}
	img.slick-arrow.next {
	right: 8vw;
	}
	.price {
	margin-top: 15px;
	font-size: 12px;
	}
	.btn_check {
	width: 160px;
	margin-top: 20px;
	}
}
@media (min-width:1000px){
	img.slick-arrow {
	top: 24vw;
	width: 4vw;
	}
	img.slick-arrow.prev {
	left: 18.5vw;
	}
	img.slick-arrow.next {
	right: 18.5vw;
	}
}
@media (min-width:1280px){
	.slideimg {
	width: 1280px;
	}
	.slideimg .slick-slide {
	padding: 0 85px;
	}
	img.slick-arrow {
	top: 300px;
	width: 43px;
	}
	img.slick-arrow.prev {
	left: 250px;
	}
	img.slick-arrow.next {
	right: 250px;
	}
}

.launched {
width: 86.6vw;
margin-top: 29vw;
}
@media (min-width:768px){
	.launched {
	width: 489px;
	margin-top: 140px;
	}
}

.lineup {
width: 86.6vw;
margin-top: 12vw;
}
.lineup li.lineup_box + li {
margin-top: 5.3vw;
}
.lineup li.lineup_box .disp_flex {
align-items: flex-end;
}
.lineup_img {
width: calc(40vw + 2px);
border: 1px solid #000;
}
.lineup_detail {
width: 40.86vw;
}
.lineup_itemname {
font-size: 6.4vw;
color: #0e050b;
line-height: 100%;
}
.lineup_itemspec {
margin-top: 2vw;
}
img.lineup_check {
width: 21.33vw;
margin: 3vw auto 0 0;
}
@media (min-width:768px){
	.lineup {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 700px;
	margin-top: 135px;
	}
	.lineup li.lineup_box {
	width: 340px
	}
	.lineup li.lineup_box + li {
	margin-top: 80px;
	}
	.lineup li.lineup_box:nth-child(2) {
	margin-top: 0;
	}
	.lineup li.lineup_box:nth-child(even) {
	animation-delay: 0.2s;
	}
	.lineup_img {
	width: calc(200px + 2px);
	}
	.lineup_detail {
	width: 120px;
	}
	.lineup_itemname {
	font-size: 24px;
	}
	.lineup_itemspec {
	margin-top: 12px;
	}
	img.lineup_check {
	width: 80px;
	margin-top: 15px;
	}
}
@media (min-width:1200px){
	.lineup {
	width: 1135px;
	}
	.lineup li.lineup_box + li {
	margin-top: 120px;
	}
	.lineup li.lineup_box:nth-child(3) {
	margin-top: 0;
	}
	.lineup li.lineup_box:nth-child(3n - 2) {
	animation-delay: 0s;
	}
	.lineup li.lineup_box:nth-child(3n - 1) {
	animation-delay: 0.2s;
	}
	.lineup li.lineup_box:nth-child(3n) {
	animation-delay: 0.4s;
	}

}

.brand_box {
width: 86.66vw;
}
.brand_box.umbro {
margin-top: 38vw;
}
.brand_box.belper {
margin-top: 22vw;
}
.umbro .brand_logo {
width: 40vw;
}
.belper .brand_logo {
width: 42.93vw;
}
.brand_box dl {
margin-top: 13vw;
}
.brand_box dd {
margin-top: 2vw;
}
@media (min-width:768px){
	.brand_box {
	width: 420px;
	}
	.brand_box.umbro {
	margin-top: 210px;
	}
	.brand_box.belper {
	margin-top: 95px;
	}
	.umbro .brand_logo {
	width: 148px;
	}
	.belper .brand_logo {
	width: 161px;
	}
	.brand_box dl {
	margin-top: 55px;
	}
	.brand_box dt {
	font-size: 13px;
	}
	.brand_box dd {
	margin-top: 12px;
	letter-spacing: 0.1em;
	}
}
