@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 {
color: #000;
font-family: hiragino-mincho-pron, sans-serif;
font-style: normal;
font-weight: 300;
line-height: 100%;
}
.allwrapper * {
box-sizing: border-box;
}
.allwrapper {
width: 100%;
min-height: 100vh;
padding-bottom: 0;
font-size: 3.2vw;
background: #fff;
letter-spacing: 0.05em;
animation-delay: 0.75s;
}
@media (min-width:375px){
	.allwrapper {
		font-size: 12px;
	}
}
.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 button:hover {
opacity: 0.65;
filter: alpha(opacity=65);
}
.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.1333333333vw; }
.fs9 { font-size: 2.4vw; }
.fs10 { font-size: 2.6666666666vw; }
.fs11 { font-size: 2.9333333333vw; }
.fs12 { font-size: 3.2vw; }
.fs13 { font-size: 3.4666666666vw; }
.fs14 { font-size: 3.7333333333vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.2666666666vw; }
.fs17 { font-size: 4.5333333333vw; }
.fs18 { font-size: 4.8vw; }
@media (min-width:768px){
	.fs10 { font-size: 10px; }
	.fs11 { font-size: 11px; }
	.fs13 { font-size: 13px; }
	.fs15 { font-size: 15px; }
}

/* 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; }

/* decotarion */
.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: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;
}



/* other style
-----------------------------------------------*/
body { overflow-x: visible !important; overflow-y: visible !important; }
.allwrapper { width: 100vw; background: #fff; overflow: hidden; animation-delay: 0.75s; }
@media (max-width:767px){
	.allwrapper { padding-top: 0 !important; padding-bottom: 110px; }
}
@media (min-width:768px){
	body.static .wrapper { margin-top: 0; }
	.sp-menu { display: none; }
}
@media (min-width:1200px){
	.allwrapper { width: 100%; padding-bottom: 140px; }
}
.sp-menu,
.pc-menu {
position: relative;
background: #fff;
z-index: 100;
}

.mv_title {
top: 48%;
left: 20.2666666666%;
width: 59.4666666666%;
z-index: 2;
animation-delay: 1.5s;
}
img.mv_logo_sq {
top: 4%;
left: 42%;
width: 16%;
animation-delay: 2.75s;
}
img.mv_logo_ltr {
top: 94%;
left: 36.6666666667%;
width: 26.6666666666%;
animation-delay: 2.1s;
}
img.mv_shoulder {
top: 40%;
left: 4.8%;
width: 3.46666666666%;
animation-delay: 1.8s;
}
.intro_lead {
margin-top: 9.33vw;
}
.intro p {
margin-top: 1.9em;
}
@media (min-width:768px){
	.mv_img.sp_none {
	display: flex;
	}
	.mv_img picture {
	width: 50%;
	}
	.mv_title {
	top: 48.5%;
	left: 61.1111111111%;
	width: 27.7777777777%;
	}
	img.mv_logo_sq {
	top: 3%;
	left: 47%;
	width: 6%;
	}
	img.mv_logo_ltr {
	top: 90%;
	left: 44.72222222225%;
	width: 10.5555555555%;
	}
	img.mv_shoulder {
	top: 42.7%;
	left: 2.5%;
	width: 1.4285714285%;
	}
	.intro_lead {
	margin-top: 70px;
	font-size: 22px;
	}
	.intro p {
	margin-top: 2.42em;
	font-size: 14px;
	line-height: 2.42;
	}
}
@media (min-width:1000px){
	.intro_lead {
	margin-top: 80px;
	line-height: 1;	
	}
}

.price {
margin-top: 3.46666666vw;
}
.price li {
line-height: 2.16;
text-align: right;
}
.price li span {
text-decoration: underline;
}
@media (min-width:768px){
	.price {
	margin-top: 10px;
	}
}
.look01_img01_wrapper {
width: 78.6666666666%;
margin-top: 20vw;
}
.look01_img01 {
top: 6.7873303167%;
left: 6.7796610169%;
width: 86.4406779661%;
}
.look01 {
width: 94.9333333333%;
margin-top: 16vw;
}
.look01 picture {
width: 50%;
}
.look01 picture:nth-child(2),
.look01 picture:nth-child(3),
.look03 picture:nth-child(2),
.look03 picture:nth-child(3),
.look06 picture:nth-child(2),
.look06 picture:nth-child(3) {
animation-delay: 0.2s;
}
.look01_price {
margin-right: 2.6666666666%;
}
@media (min-width:768px){
	.look01_img01_wrapper {
	width: 520px;
	margin-top: 75px;
	}
	.look01 {
	width: 630px;
	margin-top: 105px;
	}
	.look01_price {
	margin-right: calc(50% - 315px);
	}
}
@media (min-width:1000px){
	.look01_img01_wrapper {
	width: 590px;
	margin-top: 85px;
	}
	.look01 {
	width: 712px;
	margin-top: 120px;
	}
	.look01_price {
	margin-right: calc(50% - 356px);
	}
}
.look02_img01 {
width: 78.6666666666%;
margin-top: 21.3333333333vw;
}
.look02_img02 {
width: 49.0666666666%;
margin: 16vw 0 0 auto;
}
.look02_img03 {
width: 49.0666666666%;
margin: -61.8666666666vw auto 0 0;
}
.look02_img04 {
width: 65.0666666666%;
margin: 8vw auto 0 29.3333333333%;
}
.look02_price {
margin-right: 5.6%;
}
@media (min-width:768px){
	.look02_img01 {
	width: 524px;
	margin-top: 160px;
	}
	.look02_img02 {
	width: 325px;
	margin: 105px auto 0 calc(50% + 9px);
	}
	.look02_img03 {
	width: 325px;
	margin: -411px auto 0 calc(50% - 328px);
	}
	.look02_img04 {
	width: 434px;
	margin: 55px auto 0 calc(50% - 133px);
	}
	.look02_price {
	margin-right: calc(50% - 300px);
	}
}
@media (min-width:1000px){
	.look02_img01 {
	width: 590px;
	margin-top: 180px;
	}
	.look02_img02 {
	width: 368px;
	margin: 120px auto 0 calc(50% + 8px);
	}
	.look02_img03 {
	width: 368px;
	margin: -465px auto 0 calc(50% - 373px);
	}
	.look02_img04 {
	width: 488px;
	margin: 60px auto 0 calc(50% - 153px);
	}
	.look02_price {
	margin-right: calc(50% - 335px);
	}
}
.sky {
width: 43.7333333333%;
margin-top: -24.1919999933vw;
}
.look03_img01 {
width: 61.8666666666%;
margin: -21.3333333333vw 0 0 auto;
}
.look03 {
width: 94.4%;
margin-top: 16vw;
}
.look03 picture {
width: 50%;
}
.look03_price {
margin-right: 2.4%;
}
@media (min-width:768px){
	.sky {
	width: 290px;
	margin: -87.72px auto 0 calc(50% - 330px);
	}
	.look03_img01 {
	width: 410px;
	margin: -203px auto 0  calc(50% - 85px);
	}
	.look03 {
	width: 626px;
	margin-top: 105px;
	}
	.look03_price {
	margin-right: calc(50% - 313px);
	}
}
@media (min-width:1000px){
	.sky {
	width: 328px;
	margin: -87.72px auto 0 calc(50% - 375px);
	}
	.look03_img01 {
	width: 464px;
	margin: -230px auto 0  calc(50% - 100px);
	}
	.look03 {
	width: 708px;
	margin-top: 120px;
	}
	.look03_price {
	margin-right: calc(50% - 354px);
	}
}
.look04_img01 {
width: 56.5333333333%;
margin: 21.3333333333vw auto 0 0;
}
.look04_img02 {
width: 34.6666666666%;
margin: -37.3333333333vw auto 0 60%;
}
.look04_img03 {
width: 45.3333333333%;
margin: -9.6vw auto 0 5.6%;
}
.look04_img04 {
width: 23.4666666666%;
margin: -41.0666666666vw auto 0 65.3333333333%;
}
.look04_img05 {
width: 75.2%;
margin: 11.2vw auto 0 19.2%;
}
.look04_price {
margin-right: 5.6%;
}
@media (min-width:768px){
	.look04_img01 {
	width: 375px;
	margin: 145px auto 0 calc(50% - 310px);
	}
	.look04_img02 {
	width: 230px;
	margin: -250px auto 0 calc(50% + 87px);
	}
	.look04_img03 {
	width: 302px;
	margin: -64px auto 0 calc(50% - 273px);
	}
	.look04_img04 {
	width: 155px;
	margin: -263px auto 0 calc(50% + 124px);
	}
	.look04_img05 {
	width: 500px;
	margin: 75px auto 0 calc(50% - 183px);
	}
	.look04_price {
	margin-right: calc(50% - 317px);
	}
}
@media (min-width:1000px){
	.look04_img01 {
	width: 424px;
	margin: 175px auto 0 calc(50% - 354px);
	}
	.look04_img02 {
	width: 260px;
	margin: -280px auto 0 calc(50% + 95px);
	}
	.look04_img03 {
	width: 340px;
	margin: -72px auto 0 calc(50% - 310px);
	}
	.look04_img04 {
	width: 176px;
	margin: -308px auto 0 calc(50% + 137px);
	}
	.look04_img05 {
	width: 564px;
	margin: 85px auto 0 calc(50% - 210px);
	}
	.look04_price {
	margin-right: calc(50% - 356px);
	}
}
.look05_img01 {
width: 78.6666666666%;
margin-top: 21.3333333333vw;
}
.look05_img02 {
width: 56.5333333333%;
margin: 16vw auto 0 37.8666666666%;
}
.look05_img03 {
width: 45.3333333333%;
margin: 2.6666666666vw auto 0 0;
}
.look05_img04 {
width: 52%;
margin: -33.8666666666vw 0 0 auto;
}
.look05_price {
margin-right: 4%;
}
@media (min-width:768px){
	.look05_img01 {
	width: 523px;
	margin-top: 150px;
	}
	.look05_img02 {
	width: 376px;
	margin: 106px auto 0 calc(50% - 77px);
	}
	.look05_img03 {
	width: 302px;
	margin: 20px auto 0 calc(50% - 330px);
	}
	.look05_img04 {
	width: 345px;
	margin: -225px auto 0 calc(50% - 10px);
	}
	.look05_price {
	margin-right: calc(50% - 336px);
	}
}
@media (min-width:1000px){
	.look05_img01 {
	width: 590px;
	margin-top: 175px;
	}
	.look05_img02 {
	width: 424px;
	margin: 120px auto 0 calc(50% - 90px);
	}
	.look05_img03 {
	width: 340px;
	margin: 20px auto 0 calc(50% - 375px);
	}
	.look05_img04 {
	width: 390px;
	margin: -255px auto 0 calc(50% - 15px);
	}
	.look05_price {
	margin-right: calc(50% - 375px);
	}
}
.look06_img01 {
width: 78.6666666666%;
margin-top: 21.3333333333vw;
}
.look06 {
width: 94.4%;
margin-top: 16vw;
}
.look06 picture {
width: 50%;
}
.look06_img06 {
width: 49.0666666666%;
margin: 13.3333333333vw auto 0 0;
}
.look06_img07 {
width: 49.0666666666%;
margin: -50.9333333333vw 0 0 auto;
}
.look06_price {
margin-right: 4%;
}
@media (min-width:768px){
	.look06_img01 {
	width: 522px;
	margin-top: 150px;
	}
	.look06 {
	width: 630px;
	margin-top: 105px;
	}
	.look06_img06 {
	width: 320px;
	margin: 90px auto 0 calc(50% - 330px);
	}
	.look06_img07 {
	width: 320px;
	margin: -340px auto 0 calc(50% + 5px);
	}
	.look06_price {
	margin-right: calc(50% - 336px);
	}
}
@media (min-width:1000px){
	.look06_img01 {
	width: 590px;
	margin-top: 180px;
	}
	.look06 {
	width: 708px;
	margin-top: 120px;
	}
	.look06_img06 {
	width: 368px;
	margin: 100px auto 0 calc(50% - 375px);
	}
	.look06_img07 {
	width: 368px;
	margin: -385px auto 0 calc(50% + 8px);
	}
	.look06_price {
	margin-right: calc(50% - 375px);
	}
}

.outro_img {
width: 60.2666666666%;
margin-top: 21.333333333vw;
}
img.outro_ltr {
width: 59.4666666666%;
margin: 6.666666666vw auto calc(6.666666666vw + 25px);
}
.outro_btn {
width: 145px;
margin-top: 25px;
}
.outro_staffcredit {
line-height: 3.27;
margin-top: 29.33vw;
}
@media (min-width:768px){
	.outro_img {
	width: 400px;
	margin-top: 160px;
	}
	img.outro_ltr {
	width: 395px;
	margin: 140px auto 100px;
	}
	.outro_staffcredit {
	font-size: 13px;
	line-height: 2.76;
	margin-top: 150px;
	}
}
@media (min-width:1000px){
	.outro_img {
	width: 450px;
	margin-top: 175px;
	}
	img.outro_ltr {
	width: 445px;
	margin: 155px auto 110px;
	}
}


