@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: #333;
font-family: acumin-pro-condensed, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 3.46666666vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.025em;
background: #fff;
animation-delay: 0.75s;
}
.allwrapper * {
box-sizing: border-box;
}
.allwrapper a:link,
.allwrapper a:visited,
.allwrapper .acordion_btn {
color: #333;
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:375px){
	.allwrapper {
	font-size: 13px;
	}
}
@media (min-width:768px){
	.allwrapper {
	width: 100vw;
	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; }
.fs12 { font-size: 3.2vw; }
.fs13 { font-size: 3.466666vw; }
.fs14 { font-size: 3.733333vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.266666vw; }
.fs17 { font-size: 4.533333vw; }
.fs18 { font-size: 4.8vw; }
.fs20 { font-size: 5.3333333vw; }
@media (min-width:375px){
	.fs8 { font-size: 8px; }
	.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; }
	.fs20 { font-size: 20px; }
}

/* 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 */
.lh100 { line-height: 100%; }
.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: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
-----------------------------------------------*/
body.static .wrapper {
margin-top: 0;
}
.footer {
position: relative;
background: #fff;
z-index: 2;
}
.help-area,
.sns-area,
.group-area {
background: #fff;
border-top: 1px solid #ddd;
}
#ch-plugin {
display: none !important;
}
@media (min-width:768px){
	.footer-inner {
	background: #fff;
	border-top: 1px solid #C9C9C9;
	}
	.footer-group {
	border-bottom: 1px solid #C9C9C9;
	background: #fff;
	}
	.help-area,
	.sns-area {
	border: none;
	}
}

.bg_beige { background: #e5ded3; }
.bg_brown { background: #d2c2aa; }
.ff_shuei-go-kin { font-family: dnp-shuei-gothic-kin-std, sans-serif; font-weight: 500; }

.allwrapper img.mv_logo { top: 2.3vw; left: 36.53vw; width: 26.93333333%; animation-delay: 1.5s; }
.mv_title { top: 122.4vw; right: 0; animation-delay: 2s; }
.intro { padding: 13.33vw 8.66666666vw 20vw; }
.allwrapper img.intro_belongto { width: 31.2vw; margin: 10vw auto 0 0; }
.intro_text { margin-top: 7.73vw; }
.intro_text p { line-height: 213%; }
.intro_text p + p { margin-top: 2.13em; }
@media (min-width:768px){
	.allwrapper img.mv_logo { top: 32.25vw; left: 7.41666666%; width: 12.5%; }
	.mv_title { top: 44.66vw; width: 63.25%; }
	.intro { width: 49.33333333%; padding: 6.66vw 0 5vw; }
	.allwrapper img.intro_belongto { width: 10.41666666vw; margin-top: 4vw; }
	.intro_text { max-width: 620px; margin-top: 3.33333333vw; margin-right: -1.6vw; }
	.intro_text p { line-height: 225%; }
	.intro_text p + p { margin-top: 2.25em; }
}
@media (min-width:1100px){
	.intro_text p { font-size: 12px; }
}

.secbox { padding: 10.66vw 0; }
.allwrapper img.look_num { top: 8vw; width: 13.6%; z-index: 2; animation-delay: 0.5s; }
.allwrapper .sec_imgleft img.look_num { right: 7.2%; }
.allwrapper .sec_imgright img.look_num { left: 7.2%; }
.sec_mainimg { width: 80%; }
.sec_detail { width: 74.66666666%; margin-top: 8vw; }
.sec_price { margin-top: 8.53vw; }
.allwrapper img.btn_buy { width: 35px; margin-right: 10px; vertical-align: middle; }
.sec_price a { text-decoration: underline !important; }
.sec_price li + li { margin-top: 9px; }
.sec_subimg { width: 100vw; margin: 10.66vw -12.66666667vw 0; }
.allwrapper img.sec_side_belongto { top: 58.4vw; left: 3.33333333%; width: 3.46666666%; }
.allwrapper img.sec_side_knitcollection { top: 57.06666666vw; right: 4%; width: 2.13333333%; }
@media (min-width:768px){
	.secbox { padding: 90px 0; }
	.allwrapper img.look_num { top: 77px; width: 77px; }
	.allwrapper .sec_imgleft img.look_num { right: calc(50% - 240px); }
	.allwrapper .sec_imgright img.look_num { left: calc(50% - 240px); }
	.sec_mainimg { width: 450px; }
	.sec_detail { width: 360px; margin-top: 45px; }
	.sec_detail p.fs11 { font-size: 12px; line-height: 204%; }
	.sec_price { margin-top: 40px; }
	.allwrapper img.btn_buy { width: 40px; }
	.sec_price li + li { margin-top: 10px; }
	.sec_subimg { width: 405px; margin: 45px -22.5px 0; }
	.allwrapper img.sec_side_belongto { top: 334px; left: calc(50% - 295px); width: 15px; }
	.allwrapper img.sec_side_knitcollection { top: 328px; right: calc(50% - 290px); width: 10px; }
}
@media (min-width:1100px){
	.secbox { padding: 50px 0; }
	.allwrapper img.look_num { top: 37px; }
	.allwrapper .sec_imgleft img.look_num { right: calc(50% + 16px); }
	.allwrapper .sec_imgright img.look_num { left: calc(50% + 16px); }
	.sec_inner { display: flex; justify-content: space-between; align-items: flex-end; width: 960px; }
	.sec_imgright .sec_inner{ flex-direction: row-reverse; }
	.sec_mainimg { margin: 0; }
	.sec_detail { padding-bottom: 50px; }
	.sec_detail_sub { display: flex; flex-wrap: wrap; flex-direction: column-reverse; }
	.sec_subimg { margin-top: 0; margin-bottom: 65px; }
	.allwrapper img.sec_side_belongto { left: calc(50% - 550px); }
	.allwrapper img.sec_side_knitcollection { right: calc(50% - 545px); }

	.look01 { background: url("../images/look01-bg_pc.png") calc(50% + 270px) 93px / 659px auto no-repeat #d2c2aa; }
	.look02 { background: url("../images/look02-bg_pc.png") calc(50% - 230px) 155px / 729px auto no-repeat #e5ded3; }
	.look05 { background: url("../images/look05-bg_pc.png") calc(50% + 225px) 86px / 281px auto no-repeat #d2c2aa; }
	.look06 { background: url("../images/look06-bg_pc.png") calc(50% - 230px) 120px / 735px auto no-repeat #e5ded3; }
	.look07 { background: url("../images/look07-bg_pc.png") calc(50% + 270px) 0 / auto 100% no-repeat #d2c2aa; }
}

.itemlink { width: 100%; }
.itemlink_pic { width: 50%; }
@media (min-width:768px){
	.itemlink_pic { width: 50%; }
	.itemlink_pic:first-child { background: #333333; }
	.itemlink_pic:last-child { background: #dc973b; }
	.itemlink_pic a { max-width: 600px; }
	.itemlink_pic:first-child a { margin: 0 0 0 auto; }
}

.footer {
padding: 25.33vw 0 0;
background: #fff;
}
.footer *,
.footer a {
font-family: museo-sans, sans-serif;
font-style: normal;
font-weight: 300;
color: #000;
letter-spacing: 0.05em;
}
.footer_sanrio {
width: 64%;
}
.bottomlink div + div {
margin-top: 25px;
}
.sns {
width: 140px;
margin-top: 95px;
}
.sns li {
width: 35px;
}
.footerlogo {
width: 120px;
margin-top: 35px;
}
.copyright {
margin-top: 40px;
}
@media (min-width:768px){
	.footer {
	padding: 60px 0 0;
	}
}
@media (min-width:1100px){
	.footer {
	padding: 120px 0 0;
	}
}
