@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: dnp-shuei-gothic-gin-std, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 3.2vw;
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: #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: 12px;
	}
}
@media (min-width:1000px){
	.allwrapper {
	font-size: 15px;
	}
}

/* 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
-----------------------------------------------*/
.mv {
width: 100%;
min-height: 140vw;
overflow: hidden;
}
.mv_title {
top: 29.33333333vw;
left: 5.06666666%;
width: 89.6%;
animation-delay: 1.5s;
}
.intro {
padding-top: 8.53vw;
font-size: 3.06666666vw;
line-height: 205%;
}
@media (min-width:768px){
	.mv {
	min-height: 46vw;
	}
	.mv_img {
	width: 110%;
	margin-left: -5%;
	}
	.mv_title {
	top: 40vw;
	left: 2%;
	width: 34%;
	}
	.intro {
	padding-top: 40px;
	font-size: 13px;
	line-height: 175%;
	}
}
@media (min-width:1000px){
	.mv_img {
	width: 100%;
	margin-left: 0;
	}
	.mv_title {
	top: 36.95vw;
	left: 5.2%;
	width: 29.8%;
	}
	.intro {
	padding-top: 50px;
	font-size: 17px;
	}
}

.lnav {
margin-top: 20vw;
margin-bottom: 40px;
}
.lnav_title {
width: 42.66666666%;
margin-left: 6.4%;
}
.lnav ul {
justify-content: center;
margin-top: -68vw;
}
.lnav li {
width: 42.66666666%;
}
.lnav li + li {
margin-top: 6.66vw;
}
.lnav li:first-child {
margin-left: 43.99999999%;
}
.lnav li:nth-child(3) {
margin-left: 1.33333333%;
}
.btn_allitems {
width: 255px;
}
@media (min-width:768px){
	.lnav {
	width: 480px;
	margin-top: 100px;
	margin-bottom: 50px;
	}
	.lnav_title {
	width: 230px;
	margin-left: auto;
	margin-right: auto;
	}
	.lnav ul {
	justify-content: space-between;
	margin-top: 28px;
	}
	.lnav li {
	width: 150px;
	}
	.lnav li + li {
	margin-top: 0;
	}
	.lnav li:first-child {
	margin-left: 0;
	}
	.lnav li:nth-child(3) {
	margin-left: 0;
	}
	.btn_allitems {
	width: 235px;
	}
}
@media (min-width:1000px){
	.lnav {
	width: 609px;
	margin-top: 130px;
	margin-bottom: 70px;
	}
	.lnav_title {
	width: 298px;
	}
	.lnav ul {
	margin-top: 35px;
	}
	.lnav li {
	width: 191px;
	}
	.btn_allitems {
	width: 306px;
	}
}

.secbox {
margin-top: 10vw;
padding-top: 10vw;
}
img.secnum {
width: 18.66666666vw;
margin: 0;
animation-delay: 0.5s;
}
.sec_textbox {
width: 88%;
}
.sec_titlebox {
with: 85.33333333%;
}
.sec_title img {
width: auto;
height: 13.06666666vw;
margin: 0;
}
.sec_maintext {
margin-top: 4.53vw;
line-height: 230%;
}
.sec_imgcredit::before {
content: "";
position: absolute;
top: 5px;
height: 1px;
background: #000;
}
.imgcredit_itemname {
font-family: neuzeit-grotesk, sans-serif;
font-size: 16.5px;
}
.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 6px;
}
.slick-dots li button {
width: 7px;
height: 7px;
padding: 0;
background: #c6cacd;
border-radius: 50%;
}
.slick-dots li button:before {
content: none;
}
.slick-dots li.slick-active button {
background: #92323e;
}
img.slick-arrow {
position: absolute;
width: 10px;
top: 23vw;
cursor: pointer;
}
img.slick-arrow.prev {
left: -15px;
}
img.slick-arrow.next {
right: -15px;
}
.items_wrapper {
margin-top: 12vw;
}
.items_title {
width: 48.26666666%;
}
.slideitems {
width: 98.66666666%;
margin-top: 3.46vw;
}
.slideitems .slick-slide {
padding: 0 3.33333333vw;
}
.items_itemname {
height: calc(4.2em + 7px);
margin-top: 7px;
}
.items_pricewrapper {
align-items: center;
padding: 12px 5px;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
img.items_buy,
.items_buy {
width: 42px;
}
.sec_imgcredit img.items_buy,
.imgcredit_price {
margin-top: 5px;
}
@media (min-width:768px){
	.secbox {
	padding-top: 60px;
	}
	img.secnum {
	width: 66px;
	}
	.sec_textbox {
	width: 320px;
	}
	.sec_titlebox {
	with: auto;
	}
	.sec_title img {
	height: 47px;
	}
	.sec_maintext {
	margin-top: 15px;
	line-height: 220%;
	}
	.items_wrapper {
	margin-top: 50px;
	}
	.items_title {
	width: 165px;
	margin-top: 20px;
	}
	.slideitems {
	width: 480px;
	}
	.slideitems .slick-slide {
	padding: 0 10px;
	}
	.items_pricewrapper {
	padding: 12px 7px;
	}
	.imgcredit_price span,
	.items_price span {
	font-size: 9px;
	}
}
@media (min-width:1000px){
	.secbox {
	padding-top: 85px;
	}
	img.secnum {
	width: 85px;
	}
	.sec_textbox {
	width: 405px;
	}
	.sec_title img {
	height: 59px;
	}
	.sec_maintext {
	margin-top: 20px;
	}
	.sec_imgcredit::before {
	top: 7px;
	}
	.imgcredit_itemname {
	font-size: 19.5px;
	}
	.imgcredit_price {
	font-size: 13px;
	}
	.imgcredit_price span {
	font-size: 11px;
	}
	.items_wrapper {
	margin-top: 65px;
	}
	.items_title {
	width: 212px;
	margin-top: 50px;
	}
	.slideitems {
	width: 582px;
	}
	.slideitems .slick-slide {
	padding: 0 13px;
	}
	.items_itemname,
	.items_price {
	font-size: 13px;
	}
	.items_price span {
	font-size: 11px;
	}
	img.items_buy,
	.items_buy {
	width: 50px;
	}
}

.sec01 { background: url("../images/sec01-bg_sp.png") left 173vw / 100% auto no-repeat; }
.sec01 .secnum { top: 12.8vw; right: -12.8vw; }
.sec01_img01 { width: 80.8%; margin: 3.2vw auto 0 3.2vw; }
.sec01_imgcredit01 { top: 53.33vw; left: 8.26vw; }
.sec01_imgcredit01::before { right: -6.2vw; width: 9vw; }
.sec01_imgcredit02 { top: 81vw; left: 58vw; }
.sec01_imgcredit02::before { left: -5.2vw; width: 4vw; }
.sec01_flowimg { margin-top: 4vw; }
.sec01_img04 { width: 91.73333333%; margin: 5.333333vw auto 0; }
.sec02 { background: url("../images/sec02-bg_sp.png") left 360.5vw / 100% auto no-repeat; }
.sec02_img01 { width: 100%; }
.sec02 .sec_textbox { margin-top: 10vw; padding-top: 10vw; }
.sec02_img02 { width: 91.73333333%; margin: 5.33vw auto 0; }
.sec02_img03 { width: 57.86666666%; margin: 4vw auto 0 0; z-index: 2; }
.sec02_img04 { width: 65.06666666%; margin: -10.13333333vw auto 0 32vw; }
.sec02 .secnum { top: 68.53vw; left: -16.26vw; }
.sec02_imgcredit01 { top: 42.13vw; left: 4.8vw; }
.sec02_imgcredit01::before { right: -6.6vw; width: 5.86666666vw; }
.sec03 { margin-bottom: 20vw; background: url("../images/sec03-bg_sp.png") left 182.13vw / 100% auto no-repeat; }
.sec03_img01 { width: 91.73333333%; margin: 5.33vw auto 0; }
.sec03_imgcredit01 { top: 61.33vw; left: 7.2vw; }
.sec03_imgcredit01::before { right: -3vw; width: 5.6vw; }
.sec03_imgcredit02 { top: 78.13vw; left: 61.73333333vw; }
.sec03_imgcredit02::before { left: -5.8vw; width: 5vw; }
.sec03_flexwrapper { width: 81.6%; margin: 4vw auto 0 0; }
.sec03_flexwrapper picture { width: 50%; }
.sec03_flexwrapper picture:last-child { animation-delay: 0.2s; }
.sec03 .secnum { top: 10.66vw; right: -15.26vw; }
.sec03_img04 { width: 96%; margin: 4vw 0 0 auto; }
@media (min-width:768px){
	.sec01 { margin-top: 95px; background: url("../images/sec01-bg_pc.png") center 95px / 1000px auto no-repeat; }
	.sec01 .secnum { top: 77px; right: -46px; }
	.sec01 .sec_textbox { margin-left: calc(50% - 330px); }
	.sec01_img01 { width: 280px; margin: -193px auto 0 50%; }
	.sec01_imgcredit01 { top: 180px; left: 30px; }
	.sec01_imgcredit01::before { right: -20px; width: 32px; }
	.sec01_imgcredit02 { top: 278px; left: 197px; }
	.sec01_imgcredit02::before { left: -18px; width: 15px; }
	.sec01_flowimg { width: 360px; margin: 20px auto 0 calc(50% - 10px); }
	.sec01_img04 { width: 318px; margin: -430px auto 0 calc(50% - 350px); }
	.sec02 { margin-top: 0; background: url("../images/sec02-bg_pc.png") calc(50% - 40px) 920px / 600px auto no-repeat; }
	.sec02_img01 { width: 554px; }
	.sec02 .sec_textbox { margin: 0 auto 0 calc(50% - 340px); padding-top: 70px; }
	.sec02_img02 { width: 317px; margin: -167px auto 0 calc(50% + 33px); }
	.sec02_img03 { width: 202px; margin: -273px auto 0 calc(50% - 340px); }
	.sec02_img04 { width: 224px; margin: -35px auto 0 calc(50% - 228px); }
	.sec02 .secnum { top: 235px; left: -58px; }
	.sec02_imgcredit01 { top: 145px; left: 18px; }
	.sec02_imgcredit01::before { right: -21px; width: 17px; }
	.sec03 { margin-top: 0; margin-bottom: 60px; background: url("../images/sec03-bg_pc.png") calc(50% + 310px) 290px / 130px auto no-repeat; }
	.sec03 .sec_textbox { margin-left: calc(50% + 55px); padding-top: 125px; }
	.sec03_img01 { width: 317px; margin: -318px auto 0 calc(50% - 340px); }
	.sec03_imgcredit01 { top: 212px; left: 23px; }
	.sec03_imgcredit01::before { right: -10px; width: 19px; }
	.sec03_imgcredit02 { top: 270px; left: 210px; }
	.sec03_imgcredit02::before { left: -20px; width: 14px; }
	.sec03_flexwrapper { width: 284px; margin: -106px auto 0 50%; }
	.sec03 .secnum { top: 44px; right: -52px; }
	.sec03_img04 { width: 333px; margin: -79px auto 0 calc(50% - 374px); }
}
@media (min-width:1000px){
	.sec01 { margin-top: 115px; background: url("../images/sec01-bg_pc.png") center 135px / 1250px auto no-repeat; }
	.sec01 .secnum { top: 100px; right: -60px; }
	.sec01 .sec_textbox { margin-left: calc(50% - 428px); }
	.sec01_img01 { width: 363px; margin-top: -244px; }
	.sec01_imgcredit01 { top: 236px; left: 40px; }
	.sec01_imgcredit01::before { right: -28px; width: 42px; }
	.sec01_imgcredit02 { top: 362px; left: 260px; }
	.sec01_imgcredit02::before { left: -24px; width: 19px; }
	.sec01_flowimg { width: 468px; margin: 27px auto 0 calc(50% - 12px); }
	.sec01_img04 { width: 413px; margin: -562px auto 0 calc(50% - 455px); }
	.sec02 { background: url("../images/sec02-bg_pc.png") calc(50% - 60px) 1170px / 778px auto no-repeat; }
	.sec02_img01 { width: 720px; }
	.sec02 .sec_textbox { margin-left: calc(50% - 443px); padding-top: 90px; }
	.sec02_img02 { width: 413px; margin: -211px auto 0 calc(50% + 43px); }
	.sec02_img03 { width: 263px; margin: -355px auto 0 calc(50% - 443px); }
	.sec02_img04 { width: 293px; margin: -45px auto 0 calc(50% - 295px); }
	.sec02 .secnum { top: 270px; left: -75px; }
	.sec02_imgcredit01 { top: 190px; left: 25px; }
	.sec02_imgcredit01::before { right: -34px; width: 28px; }
	.sec03 { margin-bottom: 85px; background: url("../images/sec03-bg_pc.png") calc(50% + 400px) 375px / 170px auto no-repeat; }
	.sec03 .sec_textbox { margin-left: calc(50% + 72px); padding-top: 162px; }
	.sec03_img01 { width: 413px; margin: -406px auto 0 calc(50% - 443px); }
	.sec03_imgcredit01 { top: 275px; left: 30px; }
	.sec03_imgcredit01::before { right: -11px; width: 23px; }
	.sec03_imgcredit02 { top: 352px; left: 277px; }
	.sec03_imgcredit02::before { left: -26px; width: 20px; }
	.sec03_flexwrapper { width: 370px; margin-top: -138px; }
	.sec03 .secnum { top: 57px; right: -66px; }
	.sec03_img04 { width: 435px; margin: -103px auto 0 calc(50% - 478px); }
}

.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){
	.staffcredit {
	margin-top: 80px;
	font-size: 11px;
	}
	.brandlogo {
	margin-top: 40px;
	padding-bottom: 40px;
	font-size: 10px;
	}
	.brandlogo img {
	width: 65px;
	margin-bottom: 12px;
	}
}
@media (min-width:1100px){
	.staffcredit {
	margin-top: 115px;
	font-size: 12px;
	}
	.brandlogo {
	padding-bottom: 60px;
	}
	.brandlogo img {
	margin-top: 65px;
	}
}

