@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: #585858;
font-family: "Sawarabi Gothic", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 3.06666666vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0;
background: #fff;
animation-delay: 0.75s;
}
.allwrapper * {
box-sizing: border-box;
}
.allwrapper a:link,
.allwrapper a:visited,
.allwrapper .acordion_btn {
color: #585858;
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: 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
-----------------------------------------------*/
@media (min-width:768px){
	.allwrapper {
	background: #e7e1ce;
	}
	.rightside {
	width: 530px;
	margin: 0 auto;
	background: #fff;
	}
}
@media (min-width:1100px){
	.rightside {
	margin-left: calc(50% - 25px)
	}
}

.mv {
width: 100%;
min-height: 121vw;
padding-top: 9.33vw;
overflow: hidden;
background: #e7e1ce;
}
.mv_title {
top: 101.33vw;
left: 0;
width: 100%;
animation-delay: 1.5s;
}
img.mv_logo {
top: 2.666vw;
left: 44.53%;
width: 10.66666666%;
margin: 0;
}
.intro_title {
width: 95.2%;
margin-top: 9.6vw;
}
.intro {
width: 94.666666%;
padding: 5.33vw 0 5.86vw;
line-height: 195%;
border-bottom: 1px solid #b9b9b9;
}
@media (min-width:768px){
	.mv {
	min-height: 530px;
	padding-top: 43px;
	}
	.mv_img {
	width: 498px;
	}
	.mv_title {
	top: auto;
	bottom: 25px;
	left: 36px;
	width: 459px;
	}
	img.mv_logo {
	top: 14px;
	left: 240px;
	width: 53px;
	}
	.intro_wrapper {
	width: 100%;
	animation-delay: 2.25s;
	}
	.intro_title {
	width: 461px;
	margin-top: 45px;
	}
	.intro {
	width: 460px;
	padding: 25px 0;
	}
}

.profile {
width: 94.66666666%;
margin-top: 9.33vw;
padding: 8vw 8.53333333vw 4.8vw;
background: #f3f0e6;
}
.profile_title {
top: -6.13vw;
left: 34.93vw;
width: 25.33333333%;
}
.profile_name {
margin-top: 8px;
padding: 3px 5px;
background: #fff;
}
.profile p {
margin-top: 15px;
line-height: 2.5em;
font-size: 10.5px;
background-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 50%,
      #f3f0e6 50%,
      #f3f0e6 50%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #999 97%,
      #999 100%
    );
background-size:
    4px 100%,
    100% 2.5em;
}
.profile_insta {
margin-top: 14px;
}
.profile_insta img {
width: 12px;
margin-right: 5px;
vertical-align: middle;
}
@media (min-width:768px){
	.profile {
	width: 465px;
	margin-top: 50px;
	padding: 40px 32px 23px;
	}
	.profile_title {
	top: -30px;
	left: 172px;
	width: 125px;
	}
	.profile_stylist,
	.profile_name span {
	font-size: 14px;
	}
	.profile_name {
	margin-top: 8px;
	padding: 3px 5px;
	font-size: 18px;
	}	
	.profile p {
	margin-top: 18px;
	font-size: 14px;
	}
	.profile_insta {
	margin-top: 18px;
	font-size: 13px;
	}
	.profile_insta img {
	width: 15px;
	margin-right: 10px;
	}
}

.lnav_scene {
margin: 6.66vw 0 7.2vw;
}
img.lnav_scene_title {
width: 28%;
}
.lnav_scene ul {
width: 100%;
}
.lnav_scene li + li {
margin-top: 4.53vw;
}
.btn_allitems {
width: 75.2%;
}
@media (min-width:768px){
	.lnav_scene {
	margin: 0;
	padding-top: 40px;
	}
	img.lnav_scene_title {
	width: 89px;
	}
	.lnav_scene ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 392px;
	margin-top: 5px;
	}
	.lnav_scene li {
	width: 191px;
	}
	.lnav_scene li,
	.lnav_scene li + li {
	margin-top: 10px;
	}
	.lnav_buy {
	width: 440px;
	margin-top: 60px;
	}
	.lnav_buy_title {
	text-decoration: underline;
	}
	.lnav_buy li {
	width: 77px;
	margin-top: 18px;
	}
	.btn_allitems {	
	width: 369px;
	margin-top: 54px;
	}
}
@media (min-width:1100px){
	.lnav_scene {
	position: fixed;
	top: 80px;
	left: calc(50% - 507px);
	margin: 0;
	}
	.lnav_buy {
	position: fixed;
	top: 425px;
	left: calc(50% - 535px);
	margin: 0;
	}
}

.stylebox {
margin-top: 17vw;
padding-top: 6vw;
}
.style_num {
width: 46.13333333%;
}
.style_mainimg {
width: 100%;
margin-top: 4.8vw;
}
.style_title {
z-index: 2;
top: 0;
width: 17.06666666vw;
}
.style_buy {
width: 12.8vw;
}
.style_buy::after {
content: "";
position: absolute;
display: block;
width: 10vw;
height: 1px;
background: #bfa446;
}
.style_maintext {
width: 92%;
margin-top: 3.46vw;
line-height: 220%;
text-decoration: underline;
}
@media (min-width:768px){
	.stylebox {
	margin-top: 70px;
	padding-top: 60px;
	}
	.style_num {
	width: 222px;
	}
	.style_mainimg {
	width: 493px;
	margin-top: 20px;
	}
	.style_title {
	width: 84px;
	}
	.style_buy {
	width: 63px;
	}
	.style_buy::after {
	width: 47px;
	}
	.style_maintext {
	width: auto;
	margin-top: 25px;
	margin-left: 40px;
	}
}

.style01_title { right: 6.13333333vw; }
.style01-itemcredit01 { top: 35.73vw; left: 58.93vw; }
.style01-itemcredit02 { top: 92vw; left: 10.4vw; }
.style02_title { right: 6.13333333vw; }
.style02-itemcredit01 { top: 108.53vw; left: 3.46vw; }
.style02-itemcredit02 { top: 128.53vw; left: 25.33vw; }
.style03_title { left: 6.4vw; }
.style03-itemcredit01 { top: 4.53vw; left: 83.2vw; }
.style03-itemcredit02 { top: 120.8vw; left: 81.6vw; }
.style04_title { left: 6.4vw; }
.style04-itemcredit01 { top: 93.33vw; left: 26.13vw; }
.style04-itemcredit02 { top: 123.2vw; left: 26.13vw; }
.style05_title { left: 6.4vw; }
.style05-itemcredit01 { top: 32.53vw; left: 86.4vw; }
.style05-itemcredit02 { top: 100.8vw; left: 34.13vw; }
.style01-itemcredit01::after,
.style03-itemcredit01::after,
.style05-itemcredit01::after { top: 15.46vw; left: -7.67vw; transform: rotate(-45deg); }
.style01-itemcredit02::after,
.style04-itemcredit02::after { top: 15.46vw; right: -7.67vw; transform: rotate(45deg); }
.style02-itemcredit01::after { top: -7vw; right: 10%; transform: rotate(90deg); }
.style02-itemcredit02::after,
.style04-itemcredit01::after,
.style05-itemcredit02::after { top: -2.6vw; right: -7.67vw; transform: rotate(-45deg); }
.style03-itemcredit02::after { top: -2.6vw; left: -7.67vw; transform: rotate(45deg); }
@media (min-width:768px){
	.style01_title { right: 30px; }
	.style01-itemcredit01 { top: 176px; left: 291px; }
	.style01-itemcredit02 { top: 453px; left: 52px; }
	.style02_title { right: 30px; }
	.style02-itemcredit01 { top: 535px; left: 18px; }
	.style02-itemcredit02 { top: 634px; left: 125px; }
	.style03_title { left: 30px; }
	.style03-itemcredit01 { top: 24px; left: 412px; }
	.style03-itemcredit02 { top: 596px; left: 400px; }
	.style04_title { left: 30px; }
	.style04-itemcredit01 { top: 458px; left: 128px; }
	.style04-itemcredit02 { top: 608px; left: 134px; }
	.style05_title { left: 30px; }
	.style05-itemcredit01 { top: 161px; left: 427px; }
	.style05-itemcredit02 { top: 497px; left: 170px; }
	.style01-itemcredit01::after,
	.style03-itemcredit01::after,
	.style05-itemcredit01::after { top: 75px; left: -35px; }
	.style01-itemcredit02::after,
	.style04-itemcredit02::after { top: 75px; right: -35px; }
	.style02-itemcredit01::after { top: -32px; }
	.style02-itemcredit02::after,
	.style04-itemcredit01::after,
	.style05-itemcredit02::after { top: -15px; right: -35px; }
	.style03-itemcredit02::after { top: -15px; left: -35px; }
}

.items_wrapper {
margin-top: 13.33vw;
}
.items_title {
width: 52%;
}
.items_title_bieasy {
width: 48.8%;
}
.slideitems {
width: 98.66666666%;
margin-top: 7.46vw;
}
.slideitems .slick-slide {
padding: 0 3.33333333vw;
}
.items_itemname {
align-items: center;
height: calc(2.8em + 17px);
}
.style_subimg .items_itemname {
height: calc(2.8em + 22px);
}
.items_itemname div {
width: 100%;
letter-spacing: -0.04em;
}
.style_subimg .items_itemname div {
letter-spacing: 0;
}
.items_pricewrapper {
align-items: center;
padding: 12px 5px;
border-top: 1px solid #b1b1b1;
border-bottom: 1px solid #b1b1b1;
}
img.items_buy,
.items_buy {
width: 42px;
}
.imgcredit_price {
margin-top: 5px;
letter-spacing: 0.05em;
}
.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: #c6c9cc;
border-radius: 50%;
}
.slick-dots li button:before {
content: none;
}
.slick-dots li.slick-active button {
background: #000;
}
@media (min-width:768px){
	.items_wrapper {
	margin-top: 65px;
	}
	.items_title {
	width: 257px;
	margin-top: 85px;
	}
	.items_title_bieasy {
	width: 237px;
	}
	.slideitems {
	width: 480px;
	margin-top: 35px;
	}
	.slideitems .slick-slide {
	padding: 0 16px;
	}
	.items_itemname,
	.items_itemname .fs11 {
	font-size: 14px;
	}
	.items_pricewrapper {
	padding: 12px 5px;
	}
	.items_price {
	font-size: 14px;
	}
	.items_price span {
	font-size: 11.5px;
	}
	.items_buy {
	width: 55px;
	}
}

.allitems_bottom {
margin-top: 22.66vw;
}
.staffcredit {
margin-top: 16vw;
font-family: bell-centennial-std-address, sans-serif;
}
.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){
	.allitems_bottom {
	margin-top: 110px;
	}
	.staffcredit {
	margin-top: 45px;
	font-size: 14px;
	}
	.brandlogo {
	margin-top: 40px;
	padding-bottom: 60px;
	font-size: 10px;
	}
	.brandlogo img {
	width: 65px;
	margin-top: 65px;
	}
}

.footer {
position: relative;
background: #fff;
z-index: 2;
}