@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: 13vw;
overflow: hidden;
color: #000;
font-family: yu-gothic-pr6n, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 3.2vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.02em;
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;
	padding-bottom: 50px;
	font-size: 13px;
	}
}



/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* align */
.al_left { text-align: left; }
.al_center { text-align: center; }
.al_right { text-align: right; }

/* size */
.fs9 { font-size: 2.4vw; }
.fs10 { font-size: 2.66666vw; }
.fs11 { font-size: 2.93333vw; }
.fs12 { font-size: 3.2vw; }
.fs13 { font-size: 3.46666vw; }
.fs14 { font-size: 3.73333vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.2666vw; }
.fs17 { font-size: 4.53333vw; }
.fs18 { font-size: 4.8vw; }
@media (min-width:768px){
	.fs9 { font-size: 9px; }
	.fs10 { font-size: 10px; }
	.fs11 { font-size: 11px; }
	.fs12 { font-size: 12px; }
	.fs13 { font-size: 13px; }
	.fs14 { font-size: 14px; }
	.fs15 { font-size: 15px; }
	.fs16 { font-size: 16px; }
	.fs17 { font-size: 17px; }
	.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; }
.fw800 { font-weight: 800 !important; }
.fw900 { font-weight: 900 !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%; }
.lh225 { line-height: 225%; }

/* 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:999px){.pc_none{display: block;}}
.pc_only{ display: none; }
@media (min-width:1000px){.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;
}



/* page style
-----------------------------------------------*/
.allwrapper { /* Xscroll bar hidden */
width: 100%;
animation-delay: 0.75s;
overflow: hidden;
}

.ff_zenoldmin {
font-family: zen-old-mincho, sans-serif;
}
.ff_aktivgrotesk {
font-family: aktiv-grotesk, sans-serif;
}

.mv {
width: 100%;
height: 173.8666vw;
background: url("../images/mv-bg_sp.jpg") center center / cover;
}
.mv_title {
top: 0;
left: 0;
animation-delay: 1.5s;
}
.mvfade {
top: 61.3vw;
left: 16.93vw;
width: 65.3vw;
animation-delay: 0.75s;
}
.mv_shoulder {
top: 48.6vw;
right: 8vw;
width: 5.3333vw;
animation-delay: 1.5s;
}
@media (min-width:768px){
	.mv {
	width: 100%;
	height: 53.36vw;
	background: url("../images/mv-bg_pc.jpg") center center / cover;
	}
	.mv_title {
	top: 15.68vw;
	left: 16.88vw;
	width: 34.56vw;
	}
	.mvfade {
	top: 8.48vw;
	left: auto;
	right: 20.48vw;
	width: 23.6vw;
	}
	.mv_shoulder {
	top: 4.8vw;
	right: 16.56vw;
	width: 1.84vw;
	}
}

.intro {
padding: 12vw 0 0;
}
.intro p {
font-size: 3.6vw;
}
.lnav {
width: 82.6vw;
margin-top: 16vw;
}
.lnav li {
width: 40vw;
margin-bottom: 4vw;
font-family: zen-old-mincho, sans-serif;
text-align: center;
line-height: 150%;
font-size: 4vw;
letter-spacing: 0;
}
.lnav li:nth-child(2n) {
animation-delay: 0.2s;
}
.lnav li img {
margin-bottom: 2vw;
}
.lnav li span {
letter-spacing: -0.1em;
}
@media (min-width:768px){
	.intro {
	padding-top: 85px;
	}
	.intro p {
	font-size: 15px;
	}
	.intro p:first-child {
	margin-bottom: 1.9em;
	}
	.lnav {
	width: 690px;
	margin-top: 90px;
	}
	.lnav li {
	width: 165px;
	margin-bottom: 0;
	font-size: 16px;
	}
	.lnav li:nth-child(3) {
	animation-delay: 0.4s;
	}
	.lnav li:nth-child(4) {
	animation-delay: 0.6s;
	}
	.lnav li img {
	margin-bottom: 10px;
	}
}

.secbox {
margin-top: 16vw;
padding-top: 32vw;
}
.sectitle {
top: 10vw;
width: 27.73vw;
z-index: 2;
}
.style01 .sectitle {
right: 4.8vw;
}
.style02 .sectitle {
left: 2vw;
}
.sec_mainimg {
width: 88.53vw;
}
.style02 .sec_mainimg {
margin: 0 0 0 auto;
}
.sec_maintext {
margin-top: 6.66vw;
}
.sec_maintext p {
width: 90.13vw;
line-height: 216%;
}
.btn_more {
width: 57.6vw;
margin-top: 10.66vw;
}
.sec01_img01 { width: 45.86vw; margin: 14.13vw auto 0 6.66vw; z-index: 1; }
.sec01_img02 { width: 69.33vw; margin: -40vw 0 0 auto; }
.sec02_img01 { width: 48.53vw; margin: 13vw 0 0 auto; z-index: 1 }
.sec02_img02 { width: 76vw; margin: -35.73vw auto 0 4.8vw; }
.sec03_img01 { width: 45.33vw; margin: 13.3vw auto 0 5.33vw; z-index: 1; }
.sec03_img02 { width: 75.2vw; margin: -33.33vw 0 0 auto; }
.sec04_img01 { width: 51.2vw; margin: 14vw 0 0 auto; z-index: 1; }
.sec04_img02 { width: 64vw; margin: -34.4vw auto 0 4.8vw; }
.textbox {
margin-top: 6.5vw;
width: 90.13vw;
line-height: 216%;
}
.textbox p {
margin-top: 2vw;
line-height: 216%;
}
.items {
width: 94.66vw;
margin-top: 10vw;
}
.items_title {
width: 89.33vw;
background: url("../images/itemstitle-bg.png") 0 0 / 100% auto no-repeat;
line-height: 6vw;
}
.items_box {
width: 47%;
}
.items dd {
margin-top: 5vw;
}
.items dd li {
margin-top: 2vw;
}
.items_box figure {
width: 14vw;
}
.items_box .disp_flex {
align-items: center;
}
.items_text {
width: 30vw;
}
.items_text .price {
margin-top: 3vw;
}
@media (min-width:768px){
	.secbox {
	margin-top: 50px;
	padding-top: 185px;
	}
	.sectitle {
	top: 57px;
	width: 115px;
	}
	.style01 .sectitle {
	right: auto;
	left: calc(50% + 115px);
	}
	.style02 .sectitle {
	right: auto;
	left: calc(50% - 230px);
	}
	.sec_mainimg {
	width: 365px;
	margin: 0 auto !important;
	}
	.sec_maintext {
	width: 500px;
	margin: 50px auto 0;
	}
	.sec_maintext p {
	width: 100%;
	}
	.btn_more {
	width: 238px;
	margin-top: 50px;
	}
	.sec01_img01 { width: 189px; margin: 82px auto 0 calc(50% + 66px); }
	.sec01_img02 { width: 314px; margin: -247px auto 0 calc(50% - 347px); }
	.sec02_img01 { width: 200px; margin: 82px auto 0 calc(50% - 288px); }
	.sec02_img02 { width: 313px; margin: -247px auto 0 calc(50% + 30px); }
	.sec03_img01 { width: 187px; margin: 82px auto 0 calc(50% + 66px); }
	.sec03_img02 { width: 310px; margin: -247px auto 0 calc(50% - 347px); }
	.sec04_img01 { width: 182px; margin: 82px auto 0 calc(50% + 66px); }
	.sec04_img02 { width: 293px; margin: -247px auto 0 calc(50% - 347px); }
	.textbox {
	width: 350px;
	}
	.style01 .textbox,
	.sec04.style02 .textbox {
	margin: -170px auto 0 calc(50% + 0px);
	}
	.style02 .textbox {
	margin: -170px auto 0 calc(50% - 350px);
	}
	.sec02.style02 .textbox { margin-top: -160px; }
	.sec03.style01 .textbox { margin-top: -145px; }
	.sec04.style02 .textbox { margin-top: -160px; }
	.textbox h3 {
	font-size: 17.5px;
	}
	.textbox p {
	margin-top: 10px;
	}
	.items {
	width: 640px;
	margin-top: 80px;
	}
	.items_title {
	width: 369px;
	line-height: 24px;
	font-size: 15px;
	}
	.items dd {
	margin-top: 10px;
	}
	.items dd ul {
	justify-content: flex-start;
	}
	.items dd li {
	margin: 15px 12px 0 0;
	}
	.items dd li:nth-child(3n) {
	margin-right: 0;
	}
	.items_box {
	width: 205px;
	}
	.items_box figure {
	width: 65px;
	}
	.items_text {
	width: 135px;
	font-size: 12px;
	}
	.items_text .price {
	margin-top: 10px;
	}
}
@media (min-width:1000px){
	.style01 .sectitle { left: calc(50% + 297px); }
	.style02 .sectitle { left: calc(50% - 415px); }
	.style01 .sec_mainimg { margin-left: 50% !important; }
	.style02 .sec_mainimg { margin-left: calc(50% - 365px) !important; }
	.sec_maintext {
	width: 372px;
	margin-top: -135px;
	}
	.style01 .sec_maintext {
	margin-left: calc(50% - 400px);
	}
	.style01.sec01 .sec_maintext {
	margin-top: -248px;
	}
	.style02 .sec_maintext {
	margin-left: calc(50% + 30px);
	}
	.sec01_img01 { margin-left: calc(50% + 106px); }
	.sec01_img02 { margin-left: calc(50% - 388px); }
	.sec02_img01 { margin-left: calc(50% - 288px); }
	.sec02_img02 { margin-left: calc(50% + 57px); }
	.sec03_img01 { margin-left: calc(50% + 90px); }
	.sec03_img02 { margin-left: calc(50% - 367px); }
	.sec04_img01 { margin-left: calc(50% + 106px); }
	.sec04_img02 { margin-left: calc(50% - 340px); }
	.style01 .textbox, .sec04.style02 .textbox { margin-left: calc(50% + 15px); }
	.style02 .textbox { margin-left: calc(50% - 375px); }
}

.stretchseries {
margin-top: 18.66vw;
padding: 13vw 0;
background: #dcdce7;
}
.stretchseries h3 {
margin-top: 2vw;
}
.stretchseries h3 span {
letter-spacing: -0.05em;
}
.stretchseries p {
width: 89.3vw;
margin-top: 5vw;
line-height: 236%;
}
.lineup {
margin-top: 14vw;
}
.lineup ul {
width: 90.66vw;
}
.lineup li {
width: 27.4vw;
margin-top: 5.33vw;
}
.lineup li figure {
margin-bottom: 2vw;
}
.lineup li .price {
margin-top: 1vw;
}
@media (min-width:768px){
	.stretchseries {
	max-width: 1100px;
	margin-top: 105px;
	padding: 90px 0;
	}
	.stretchseries .shoulder {
	font-size: 12px;
	}
	.stretchseries h3 {
	font-size: 17.5px;
	}
	.stretchseries p {
	width: 500px;
	margin-top: 20px;
	font-size: 12px;
	font-family: zen-old-mincho, sans-serif;
	}
	.lineup {
	margin-top: 55px;
	}
	.lineup dt {
	font-size: 17.5px;
	}
	.lineup ul {
	width: 605px;
	}
	.lineup li {
	width: 112px;
	margin-top: 27px;
	font-size: 12px;
	}
	.lineup li figure {
	margin-bottom: 10px;
	}
	.lineup li .price {
	margin-top: 5px;
	font-size: 11px;
	}
}
@media (min-width:1000px){
	.stretchseries p {
	width: 740px;
	}
}

.btn_all {
width: 191px;
margin-top: 10.3vw;
}
.profile {
width: 75.3vw;
margin-top: 13vw;
}
.profile dd {
margin-top: 5vw;
}
@media (min-width:768px){
	.btn_all {
	width: 211px;
	margin-top: 85px;
	}
	.profile {
	width: 600px;
	margin-top: 90px;
	}
	.profile dt {
	font-size: 18px;
	}
	.profile dd {
	margin-top: 20px;
	font-size: 12px;
	}
}

.credit {
margin-top: 11.5vw;
}
.footer {
margin-top: 18vw;
padding-bottom: 8.6vw;
}
.footerlogo {
width: 17.88vw;
}
.copyright {
margin-top: 3.73vw;
}
@media (min-width:768px){
	.credit {
	margin-top: 55px;
	font-size: 12px;
	}
	.footer {
	margin-top: 100px;
	padding-bottom: 75px;
	}
	.footerlogo {
	width: 90px;
	}
	.copyright {
	margin-top: 25px;
	}
}
