@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,
.modal {
width: 100%;
min-height: 100vh;
color: #404040;
font-family: aktiv-grotesk, sans-serif;
font-optical-sizing: auto;
font-style: normal;
font-weight: 400;
font-size: 3.2vw;
line-height: 100%;
letter-spacing: 0.1em;
background: #f8f8f8;
animation-delay: 0.75s;
}
.modal {
min-height: auto;
}
.allwrapper *,
.modal * {
box-sizing: border-box;
}
.allwrapper a:link,
.allwrapper a:visited,
.allwrapper .acordion_btn {
color: #404040;
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,
	.modal {
	font-size: 13px;
	}
}
@media (min-width:1200px){
	.allwrapper,
	.modal {
	font-size: 14px;
	}
}

/* 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; }

/* line */
.deco_line { text-decoration: underline; }


/* ========== 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
-----------------------------------------------*/
body.static .wrapper {
margin-top: 0;
}
body {
overflow: visible;
}
.main {
width: 100vw;
}
@media (min-width:1200px){
	.main {
	width: 100%;
	}
}

.ff_notosans {
font-family: noto-sans-cjk-jp, sans-serif;
letter-spacing: -0.025em;
}

.zoomout_wrapper {
overflow: hidden;
}
.piczoom {
animation: piczoomout 1s ease-out;
}
@keyframes piczoomout {
	0% {
	transform:scale(1.1)
	}
	100% {
	transform:scale(1.0)
	}
}

.mv {
width: 100%;
border-bottom: 8px solid #fff889;
}
.mv_title {
bottom: 0;
left: 0;
width: 100%;
z-index: 2;
animation-delay: 1.75s;
}
.mv_img {
width: 100%;
height: 146.6666666666vw;
z-index: 0.75s;
}
@media (min-width:768px){
	.mv_title {
	bottom: 42%;
	left: auto;
	right: 9.6%;
	width: 27.6%;
	}
	.mv_img {
	height: 48vw;
	}
}

.maincontents {
background: #fff;
min-height: 100vh;
padding-top: 20vw;
}
@media (min-width:768px){
	.maincontents {
	width: 420px;
	padding-top: 50px;
	}
}
@media (min-width:1200px){
	.pc_contents {
	width: 1200px;
	}
	.pc_left,
	.pc_right {
	position: sticky;
	top: 0;
	width: 390px;
	height: 100vh;
	}
	.pc_left {
	padding-top: 170px;
	}
	.pc_right {
	margin: -100vh 0 0 auto;
	padding-top: 110px;
	}
	.maincontents {
	margin: -100vh auto 0 390px;
	}
}

video.movie {
width: 66.6666666666%;
}
.outdoor {
padding-top: 20vw;
}
img.outdoor_logo {
width: 151px;
}
.outdoor_text {
margin-top: 5.33vw;
}
@media (min-width:768px){
	video.movie {
	width: 275px;
	}
	.outdoor {
	padding-top: 100px;
	}
	.outdoor_text {
	margin-top: 25px;
	font-size: 14px;
	}
}

.lineup {
margin-top: 17.33vw;
}
.lineup_title {
font-size: 7.3333333333vw;
}
.lineup_items {
width: 88%;
margin-top: 6.66vw;
}
.lineup_item {
width: 42.6666666666vw;
}
.lineup_itemnum {
width: 17.6vw;
}
.lineup_item picture {
margin-top: 1.66vw;
}
.lineup_itemname {
height: 2.2em;
align-items: center;
margin-top: 1.6vw;
}
.lineup_itemname div {
width: 100%;
}
.lineup_price {
margin-top: 1.86vw;
vertical-align: middle;
}
.lineup_price img {
width: 32px;
margin-left: 8px;
}
.btn_lineup {
width: 286px;
margin-top: 12.8vw;
}
@media (min-width:768px){
	.lineup {
	margin-top: 120px;
	}
	.lineup_title {
	font-size: 27px;
	}
	.lineup_items {
	width: 330px;
	margin-top: 23px;
	}
	.lineup_item {
	width: 161px;
	}
	.lineup_itemnum {
	width: 66px;
	}
	.lineup_item picture {
	margin-top: 5px;
	}
	.lineup_itemname {
	margin-top: 7px;
	font-size: 16px;
	}
	.lineup_price {
	margin-top: 6px;
	font-size: 12px;
	}
	.btn_lineup {
	margin-top: 45px;
	}
}
@media (min-width:1200px){
	.maincontents .btn_lineup {
	display: none !important;
	}
}

.secbox {
margin-top: 22.66vw;
}
.sec_itemnum {
width: 17.6%;
}
.sec_itemtitle {
margin-top: 2.66vw;
font-size: 6.4vw;
}
.sec_itemtite_jp {
margin-top: 1.33vw;
}
.sec_mainimg {
width: 67.2%;
margin-top: 4vw;
}
.sec_maintext {
margin-top: 2.66vw;
}
img.sec_intro_arrow {
width: 9px;
margin: 8vw auto 0 calc(50% - 5px);
}
img.newcolor {
width: 26.6666666666%;
margin-bottom: 1.86vw;
}
img.item_color {
width: auto;
height: 3.4666666666vw;
margin-bottom: 2.66vw;
}
.credit {
width: 68.5333333333vw;
margin-top: 5.33vw;
}
.credit li + li {
margin-top: 3.2vw;
}
.credit_itemname {
width: 36vw;
}
.credit_price {
width: 18vw;
text-align: right;
}
img.credit_buy {
width: 8.2666666666vw;
margin: 0;
}
.pic_border {
border: 1px solid #404040;
}
@media (min-width:768px){
	.secbox {
	margin-top: 90px;
	}
	.sec_itemnum {
	width: 72px;
	}
	.sec_itemtitle {
	margin-top: 10px;
	font-size: 26.5px;
	}
	.sec_itemtite_jp {
	margin-top: 8px;
	font-size: 14px;
	}
	.sec_mainimg {
	width: 277px;
	margin-top: 17px;
	}
	.sec_maintext {
	margin-top: 10px;
	font-size: 14px;
	}
	img.sec_intro_arrow {
	margin-top: 43px;
	}
	img.newcolor {
	width: 110px;
	margin-bottom: 9px;
	}
	img.item_color {
	height: 14px;
	margin-bottom: 12px;
	}
	.credit {
	width: 280px;
	margin-top: 22px;
	}
	.credit li + li {
	margin-top: 13px;
	}
	.credit_itemname {
	width: 155px;
	}
	.credit_price {
	width: 65px;
	}
	img.credit_buy {
	width: 35px;
	}
}

.item01_color01 {
margin-top: 10.66vw;
}
.item01_color01_img01 {
width: 100%;
height: 128.6407766990vw;
animation-delay: 0.5s;
}
.item01_color01_img01_zoom {
animation-delay: 0.5s;
}
.item01_color01_bgarea {
background: url("../images/item01-color01-bgarea.jpg") 0 center / cover;
padding: 10.6666666666vw 18.6666666666vw;
}
.item01_color01_img02,
.item01_color01_img03 {
width: 100%;
height: 80.5333333333vw;
}
.item01_color02 {
margin-top: 19.4666666666vw;
}
.item01_color02_img01 {
width: 100%;
height: 128.6407766990vw;
animation-delay: 0.5s;
}
.item01_color02_img01_zoom {
animation-delay: 0.5s;
}
.item01_color02_img02 {
width: 62.1333333333%;
height: 80.2666666666vw;
margin: 6.66vw 0 0 auto;
}
.item01_color02_img03 {
width: 53.8666666666%;
height: 69.3333333333vw;
margin: -21.6vw auto 0 0;
}
.item01_color02_img04 {
width: 86.1333333333%;
height: 110.6666666666vw;
margin: 5.06vw auto 0;
}
.item01_color03 {
margin-top: 18.93vw
}
.item01_color03_img01 {
width: 93.6%;
height: 120.5333333333vw;
animation-delay: 0.5s;
}
.item01_color03_img01_zoom {
animation-delay: 0.5s;
}
.item01_color03_img02 {
width: 84.2666666666%;
height: 108.8vw;
margin: 5.06vw auto 0 0;
}
@media (min-width:768px){
	.item01_color01 {
	margin-top: 12px;
	}
	.item01_color01_img01 {
	height: 540px;
	}
	.item01_color01_bgarea {
	padding: 45px 81.5px;
	}
	.item01_color01_img02,
	.item01_color01_img03 {
	height: 330px;
	}
	.item01_color02 {
	margin-top: 180px;
	}
	.item01_color02_img01 {
	height: 540px;
	}
	.item01_color02_img02 {
	width: 255px;
	height: 330px;
	margin-top: 27px;
	}
	.item01_color02_img03 {
	width: 222px;
	height: 285px;
	margin-top: -90px;
	}
	.item01_color02_img04 {
	width: 354px;
	height: 457px;
	margin-top: 22px;
	}
	.item01_color03 {
	margin-top: 80px;
	}
	.item01_color03_img01 {
	width: 386px;
	height: 497px;
	}
	.item01_color03_img02 {
	width: 348px;
	height: 450px;
	margin-top: 20px;
	}
}

.item02_color01 {
margin-top: 10.66vw;
}
.item02_color01_img01 {
width: 93.0666666666%;
height: 120vw;
margin: 0 auto 0 0;
border-left: none;
animation-delay: 0.5s;
}
.item02_color01_img01_zoom {
animation-delay: 0.5s;
}
.item02_color01_img02 {
width: 100%;
height: 82.6666666666vw;
margin-top: 5.33vw;
background: url("../images/item02-color01-img02.jpg") repeat-x;
background-size: auto 100%;
animation: bgiLoop 12s linear infinite;
}
@keyframes bgiLoop {
	0% { background-position: 0 0; }
	100% { background-position: -193.3333333333vw 0; }
}
@keyframes bgiLoop_pc {
	0% { background-position: 0 0; }
	100% { background-position: -800px 0; }
}
.item02_color01_img03 {
width: 86.6666666666%;
height: 110.6666666666vw;
margin: 5.33vw auto 0;
}
.item02_color02 {
margin-top: 20vw;
}
.item02_color02_bgarea {
margin-top: 44vw;
padding: 84.26vw 0 16.8vw;
background: url("../images/item02-color02-bgarea.jpg") 0 center / cover;
}
.item02_color02_img01 {
top: -40.53vw;
right: 0;
width: 93.3333333333%;
height: 120vw;
border-right: none;
animation-delay: 0.5s;
}
.item02_color02_img01_zoom {
animation-delay: 0.5s;
}
.item02_color02_img02 {
width: 44.53333333333%;
height: 57.3333333333vw;
margin: 5.066vw auto 0 4%;
}
.item02_color02_img03 {
bottom: -18.4vw;
right: 4%;
width: 44.53333333333%;
height: 57.3333333333vw;
}
.item02_color02 .credit {
margin-top: 24.66vw;
}
@media (min-width:768px){
	.item02_color01 {
	margin-top: 46px;
	}
	.item02_color01_img01 {
	width: 385px;
	height: 495px;
	}
	.item02_color01_img02 {
	height: 342px;
	margin-top: 25px;
	animation: bgiLoop_pc 12s linear infinite;
	}
	.item02_color01_img03 {
	width: 354px;
	height: 457px;
	margin-top: 22px;
	}
	.item02_color02 {
	margin-top: 80px;
	}
	.item02_color02_bgarea {
	margin-top: 180px;
	padding: 350px 0 70px;
	}
	.item02_color02_img01 {
	top: -170px;
	width: 385px;
	height: 495px;
	}
	.item02_color02_img02 {
	width: 183px;
	height: 235px;
	margin: 0 auto 0 15px;
	}
	.item02_color02_img03 {
	bottom: -76px;
	right: 18px;
	width: 183px;
	height: 235px;
	}
	.item02_color02 .credit {
	margin-top: 100px;
	}
}


.btn_bottom {
width: 286px;
margin-top: 19.2vw;
}
.staffcredit {
margin-top: 18.66vw;
}
.brandlogo {
padding-bottom: 10vw;
margin-top: 14vw;
}
a.brandlogo_a {
color: #191919 !important;
}
.brandlogo img {
width: 50px;
margin-bottom: 10px;
}
@media (min-width:768px){
	.btn_bottom {
	margin-top: 80px;
	}
	.staffcredit {
	margin-top: 75px;
	}
	.brandlogo {
	padding-bottom: 42px;
	margin-top: 60px;
	font-size: 11px;
	}
	.brandlogo img {
	width: 55px;
	margin-bottom: 11px;
	}
}