@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: 100vw;
min-height: 100vh;
color: #333;
font-family: aktiv-grotesk-condensed, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 3.73333333vw;
line-height: 100%;
letter-spacing: 0.05em;
background: #fff;
animation-delay: 0.75s;
}
@media (min-width:375px){
	.allwrapper { font-size: 14px; }
}
.allwrapper * {
box-sizing: border-box;
}
.allwrapper a:link,
.allwrapper a:visited,
.allwrapper .acordion_btn {
color: #333;
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;
}

/* 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:375px){
	.fs12 { font-size: 12px; }
	.fs13 { font-size: 13px; }
}

/* 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: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
-----------------------------------------------*/
.allwrapper {
padding-bottom: 70px;
}
body.static .wrapper {
margin-top: 0;
}
.footer {
position: relative;
background: #fff;
z-index: 2;
}
.help-area,
.sns-area,
.group-area {
background: #fff;
border-top: 1px solid #ddd;
}
#ch-plugin {
display: none !important;
}
@media (min-width:768px){
	.allwrapper {
	padding-bottom: 10.4vw;
	}
	.footer-inner {
	background: #fff;
	border-top: 1px solid #C9C9C9;
	}
	.footer-group {
	border-bottom: 1px solid #C9C9C9;
	background: #fff;
	}
	.help-area,
	.sns-area {
	border: none;
	}
}

.ff_sourcehan { font-family: source-han-sans-japanese, sans-serif; font-weight: 500; }

.mv { width: 100%; min-height: 150vw; background: #a5a5a5; }
.mv_title { top: 0; left: 0; width: 100%; animation-delay: 1.5s; }
.intro { width: 86.666666%; line-height: 184%; margin-top: 8.8vw; }
@media (min-width:768px){
	.mv { min-height: 66vw; }
	.intro { width: 500px; margin-top: 40px; font-size: 13px; line-height: 207%; }
}
@media (min-width:1200px){
	.intro { width: 625px; margin-top: 3.5vw; font-size: 14px; }
}

.secbox { margin-top: 22.66vw; }
.secbox.look01 { margin-top: 36.53vw; }
.secbox_num {
width: 100%; top: -1.5vw; left: 0;
font-family: bebas-kai, sans-serif; font-size: 26.66666666vw; color: #4b4b4b;
z-index: 2;
}
.slideimg_wrapper { width: 228.26666666vw; margin-left: -64.13333333vw; }
.slideimg { width: 74.66666666vw; height: 112vw; }
.price_wrapper { align-items: center; width: 90.66666666%; max-width: 340px; margin-top: 15px; padding: 4px 0 4px 10px; border-top: 1px solid #000; border-bottom: 1px solid #000; }
.price_check { width: 41.1764705882%; }
@media (min-width:768px){
	.secbox { margin-top: 12.9vw; }
	.secbox.look01 { margin-top: 14.32vw; }
	.secbox_num { top: -0.5vw; left: 3.5vw; width: auto; font-size: 12vw; }
	.slideimg_wrapper { width: 123.69791666vw; margin-left: 6.13333333vw; }
	.slideimg { width: 31.789473684%; height: 58.984375vw; }
	.price_wrapper { margin: 30px auto 0 12.5vw; }
	.price_check { width: 140px; }
}

.lineup { width: 86.6vw; margin-top: 25.33vw; }
.lineup_first { margin-top: 18.66vw; }
.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 { margin-top: 2.93vw; font-family: bebas-kai, sans-serif; font-size: 6.4vw; color: #0e050b; line-height: 100%; }
.lineup_itemspec { margin-top: 2vw; letter-spacing: 0.025em; }
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: 630px; margin-top: 135px;
	}
	.lineup_first { margin-top: 10.41vw; }
	.lineup li.lineup_box { width: 290px }
	.lineup li.lineup_box + li { margin-top: 50px; }
	.lineup li.lineup_box:nth-child(2) { margin-top: 0; }
	.lineup_img { width: calc(150px + 2px); }
	.lineup_detail { width: 120px; }
	.lineup_collabo { font-size: 13px; }
	.lineup_itemname { margin-top: 14px; font-size: 24px; }
	.lineup_itemspec { margin-top: 12px; font-size: 12px; }
	img.lineup_check { width: 80px; margin-top: 15px; }
}
@media (min-width:1200px){
	.lineup { width: 1135px; }
	.lineup_first { margin-top: 140px; }
	.lineup li.lineup_box { width: 340px }
	.lineup li.lineup_box + li { margin-top: 0;	}
	.lineup_img { width: calc(200px + 2px); }
}

img.bottom_banner { width: 86.93333333vw; margin-top: 20vw; }
.bottom_brand { margin-top: 90px; }
img.bottom_logo_umbro { width: 148px; }
img.bottom_logo_belper { width: 161px; }
.bottom_text { width: 86.66666666%; margin-top: 50px; }
.bottom_text p { margin-top: 7px; }
@media (min-width:768px){
	img.bottom_banner { width: 360px; margin-top: 120px; }
	.bottom_text { width: 360px; }
}
@media (min-width:1200px){
	img.bottom_banner { width: 489px; margin-top: 150px; }
	.bottom_brand { margin-top: 150px; }
	.bottom_brand + .bottom_brand { margin-top: 90px; }
	.bottom_text { width: 420px; }
}

