@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,
.modal {
width: 100%;
min-height: 100vh;
overflow: hidden;
color: #fff;
font-family: noto-serif, serif;
font-style: normal;
font-weight: 500;
font-size: 3.73333333vw;
line-height: 100%;
letter-spacing: 0;
background: #135514;
animation-delay: 0.75s;
}
.modal {
min-height: auto;
}
.allwrapper *,
.modal * {
box-sizing: border-box;
}
.allwrapper a:link,
.allwrapper a:visited,
.allwrapper .acordion_btn {
color: #fff;
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,
	.modal {
	font-size: 13px;
	}
}
@media (min-width:1000px){
	.allwrapper,
	.modal {
	font-size: 17px;
	}
}

/* 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; }

/* line */
.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.static .wrapper {
margin-top: 0;
}
.footer {
position: relative;
background: #fff;
z-index: 2;
}
.ff_yugo { font-family: yu-gothic-pr6n, sans-serif; font-weight: 400; font-feature-settings: "palt"; }

.mv { width: 100%; min-height: 140vw; }
.mv_title { width: 100%; top: 0; left: 0; animation-delay: 1.5s; }
@media (min-width:768px){
	.mv { min-height: 46.8vw; }
	.mv_title { width: 38.72%; top: 38vw; left: 30.64%; }
}

.intro { padding: 12.8vw 0 13.3vw; background: #af0808; }
.intro_img { width: 53.6%; }
.intro_text { margin-top: 8vw; }
@media (min-width:768px){
	.intro { padding: 65px 0 55px; }
	.intro_inner { display: flex; justify-content: space-between; align-items: center; width: 500px; }
	.intro_img { width: 185px; margin-left: 23px; }
	.intro_text { width: 275px; margin-top: 0; }
}
@media (min-width:1000px){
	.intro { padding: 85px 0 75px; }
	.intro_inner { width: 780px; }
	.intro_img { width: 241px; margin-left: 95px; }
	.intro_text { width: 327px; margin-right: 80px; }
}

.itembox { padding: 21vw 0 20vw; background: url("../images/sec-bg_sp.png") 0 0 / 100% auto no-repeat; }
.itemtitle { font-size: 3.2vw; }
.itemtitle img { margin: 0 auto 5.6vw; }
.itemimg { margin-top: 6.66vw; }
.price_wrapper { margin-top: 4.26vw; }
.price_wrapper li + li { margin-top: 1.6vw; } 
.price .disp_flex { align-items: center; }
.price_itemname { width: calc(100% - 20.26666666vw); font-style: italic; }
.price_buy { width: 20.26666666vw; }
@media (min-width:768px){
	.itembox { padding: 80px 0 75px; background: url("../images/sec-bg_pc.png") center 0 / 324px auto no-repeat; }
	.itemtitle { font-size: 12.2px; }
	.itemtitle img { width: 100% !important; margin-bottom: 18px; }
	.itemimg { width: 345px; margin: 25px auto 0; }
	.price_wrapper { margin-top: 15px; }
	.price_wrapper li + li { margin-top: 6px; }
	.price_itemname { width: calc(100% - 70px); }
	.price_buy { width: 70px; }
}
@media (min-width:1000px){
	.itembox { padding: 105px 0 100px; background: url("../images/sec-bg_pc.png") center 0 / 421px auto no-repeat; }
	.itemtitle { font-size: 16px; }
	.itemtitle img { margin-bottom: 25px; }
	.itemimg { width: 450px; margin-top: 30px; }
	.price_wrapper { margin-top: 20px; }
	.price_wrapper li + li { margin-top: 8px; }
	.price_itemname { width: calc(100% - 92px); }
	.price_buy { width: 92px; }
}

.item01 { background: url("../images/item01-bg_sp.jpg") 0 0 / 100% auto no-repeat; }
.item01 .itemtitle img { width: 77.06666666%; }
.item01 .price_wrapper { width: 79.46666666%; }
@media (min-width:768px){
	.item01 { padding: 113px 0 95px; background: url("../images/item01-bg_pc.jpg") 0 0 / 900px auto repeat-x; }
	.item01 .itemtitle { width: 236px; margin-left: calc(50% + 73px); }
	.item01 .itemimg { margin: -120px auto 0 calc(50% - 330px); }
	.item01 .price_wrapper { width: 275px; margin: -90px auto 0 calc(50% + 54px); }
}
@media (min-width:1000px){
	.item01 { padding: 150px 0 125px; background: url("../images/item01-bg_pc.jpg") 0 0 / 1250px auto repeat-x; }
	.item01 .itemtitle { width: 308px; margin-left: calc(50% + 95px); }
	.item01 .itemimg { margin: -153px auto 0 calc(50% - 430px); }
	.item01 .price_wrapper { width: 360px; margin: -117px auto 0 calc(50% + 70px); }
}

.item02 .itemtitle img { width: 74.13333333%; }
.item02 .price_wrapper { width: 56%; }
@media (min-width:768px){
	.item02 .itemtitle { width: 226px; }
	.item02 .price_wrapper { width: 195px; }
}
@media (min-width:1000px){
	.item02 .itemtitle { width: 295px; }
	.item02 .price_wrapper { width: 250px; }
}

.item03 .itemtitle img { width: 63.2%; }
.item03 .price_wrapper { width: 56%; }
.item03 video { width: 66.66666666%; margin-top: 13.33vw; }
@media (min-width:768px){
	.item03 .itemtitle { width: 195px; }
	.item03 .itemimg { margin: 90px auto 0 calc(50% - 40px); }
	.item03 .price_wrapper { width: 192px; margin-left: calc(50% + 38px); }
	.item03 video { width: 230px; margin: -367px auto 0 calc(50% - 308px); }
}
@media (min-width:1000px){
	.item03 .itemtitle { width: 260px; }
	.item03 .itemtitle img { width: 252px !important; }
	.item03 .itemimg { margin: 115px auto 0 calc(50% - 52px); }
	.item03 .price_wrapper { width: 250px; margin-left: calc(50% + 50px); }
	.item03 video { width: 300px; margin: -477px auto 0 calc(50% - 400px); }
}

.item04 .itemtitle img { width: 61.33333333%; }
.item04 .price_wrapper { width: 60.8%; }
@media (min-width:768px){
	.item04 .itemtitle img { width: 188px !important; }
	.item04 .price_wrapper { width: 208px; }
}
@media (min-width:1000px){
	.item04 .itemtitle img { width: 244px !important; }
	.item04 .price_wrapper { width: 270px; }
}

.item05 .itemtitle img { width: 55.46666666%; margin-bottom: 3.2vw; }
.item05 .price_wrapper { width: 60.8%; }
@media (min-width:768px){
	.item05 .itemtitle img { width: 170px !important; margin-bottom: 11px; }
	.item05 .price_wrapper { width: 208px; }
}
@media (min-width:1000px){
	.item05 .itemtitle img { width: 221px !important; margin-bottom: 15px; }
	.item05 .price_wrapper { width: 270px; }
}

.item06 .itemtitle img { width: 58.66666666%; margin-bottom: 3.2vw; }
.item06 .price_wrapper { width: 73.3333333%; }
@media (min-width:768px){
	.item06 { padding: 240px 0 192px; }
	.item06 .itemtitle { width: 180px; margin-left: calc(50% + 102px); }
	.item06 .itemtitle img { margin-bottom: 11px; }
	.item06 .itemimg { margin: -220px auto 0 calc(50% - 317px); }
	.item06 .price_wrapper { width: 250px; margin: -188px auto 0 calc(50% + 67px); }
}
@media (min-width:1000px){
	.item06 { padding: 315px 0 250px; }
	.item06 .itemtitle { width: 233px; margin-left: calc(50% + 133px); }
	.item06 .itemtitle img { margin-bottom: 15px; }
	.item06 .itemimg { margin: -285px auto 0 calc(50% - 415px); }
	.item06 .price_wrapper { width: 325px; margin: -188px auto 0 calc(50% + 88px); }
}

.item07 .itemtitle img { width: 74.13333333%; margin-bottom: 3.2vw; }
.item07 .price_wrapper { width: 79.46666666%; }
.item07 video { width: 66.66666666%; margin-top: 13.33vw; }
@media (min-width:768px){
	.item07 .itemtitle img { width: 226px !important; margin-bottom: 11px; }
	.item07 .itemimg { margin-left: calc(50% - 38px); }
	.item07 .price_wrapper { width: 273px; margin-left: calc(50% - 2px); }
	.item07 video { width: 230px; margin: -370px auto 0 calc(50% - 308px); }
}
@media (min-width:1000px){
	.item07 .itemtitle img { width: 296px !important; margin-bottom: 15px; }
	.item07 .itemimg { margin-left: calc(50% - 50px); }
	.item07 .price_wrapper { width: 355px; margin-left: calc(50% - 4px); }
	.item07 video { width: 300px; margin: -485px auto 0 calc(50% - 400px); }
}

.item08 .itemtitle img { width: 60.8%; margin-bottom: 3.2vw; }
.item08 .price_wrapper { width: 62.13333333%; }
@media (min-width:768px){
	.item08 .itemtitle img { width: 188px !important; margin-bottom: 11px; }
	.item08 .price_wrapper { width: 215px; }
}
@media (min-width:1000px){
	.item08 .itemtitle img { width: 242px !important; margin-bottom: 15px; }
	.item08 .price_wrapper { width: 280px; }
}

.item09 .itemtitle img { width: 56.53333333%; margin-bottom: 3.2vw; }
.item09 .price_wrapper { width: 63.46666666%; }
@media (min-width:768px){
	.item09 { padding: 240px 0 212px; }
	.item09 .itemtitle { width: 220px; margin-left: calc(50% - 300px); }
	.item09 .itemtitle img { width: 173px !important; margin-bottom: 11px; }
	.item09 .itemimg { margin: -250px auto 0 calc(50% - 43px); }
	.item09 .price_wrapper { width: 220px; margin: -155px auto 0 calc(50% - 300px); }
}
@media (min-width:1000px){
	.item09 { padding: 315px 0 278px; }
	.item09 .itemtitle { width: 285px; margin-left: calc(50% - 390px); }
	.item09 .itemtitle img { width: 226px !important; margin-bottom: 15px; }
	.item09 .itemimg { margin: -325px auto 0 calc(50% - 55px); }
	.item09 .price_wrapper { width: 285px; margin: -205px auto 0 calc(50% - 390px); }
}

.item10 .itemtitle img { width: 72.53333333%; }
.item10 .price_wrapper { width: 91.73333333%; }
@media (min-width:768px){
	.item10 .itemtitle { width: 223px; }
	.item10 .price_wrapper { width: 320px; }
}
@media (min-width:1000px){
	.item10 .itemtitle { width: 290px; }
	.item10 .price_wrapper { width: 415px; }
}

.item11 .itemtitle img { width: 91.2%; }
.item11 .price_wrapper { width: 73.86666666%; }
@media (min-width:768px){
	.item11 .itemtitle { width: 280px; }
	.item11 .price_wrapper { width: 254px; }
}
@media (min-width:1000px){
	.item11 .itemtitle { width: 364px; }
	.item11 .price_wrapper { width: 330px; }
}

.item12 { padding-bottom: 12vw; }
.item12 .itemtitle img { width: 84.53333333%; }
.item12 .crossfade { background: #e3e2e1; height: 133.33333333vw; }
.item12 .price_wrapper { width: 76%; }
@media (min-width:768px){
	.item12 { padding: 204px 0 160px; }
	.item12 .itemtitle { width: 260px; margin-left: calc(50% + 63px); }
	.item12 .itemimg { margin: -214px auto 0 calc(50% - 323px); }
	.item12 .crossfade { height: 461px; }
	.item12 .price_wrapper { width: 262px; margin: -192px auto 0 calc(50% + 60px); }
}
@media (min-width:1000px){
	.item12 { padding: 270px 0 210px; }
	.item12 .itemtitle { width: 337px; margin-left: calc(50% + 83px); }
	.item12 .itemimg { margin: -279px auto 0 calc(50% - 420px); }
	.item12 .crossfade { height: 600px; }
	.item12 .price_wrapper { width: 343px; margin: -250px auto 0 calc(50% + 80px); }
}

.charm { padding: 17.6vw 0 8.53vw; background: url("../images/charm-bg_sp.jpg") 0 0 / 100% auto no-repeat #af0808; }
.charm_inner { margin-top: 3.2vw; }
.charm_mainimg { width: 83.73333333%; }
.charm_copy { margin-top: 6vw; }
.charm p { margin-top: 4.53vw; }
.charm_charm { width: 80.53333333%; margin-top: 4vw; }
.charm_charm01 { width: 31.63538873%; }
.charm_charm02 { width: 33.51206434%; animation-delay: 0.2s; }
.charm_charm03 { width: 34.85254693%; animation-delay: 0.4s; }
.charm_bagsize { margin-top: 3.6vw; }
.charm_notice { margin-top: 3.2vw; }
@media (min-width:768px){
	.charm { padding: 82px 0 60px; background: url("../images/charm-bg_pc.jpg") 0 0 / 900px auto repeat-x #af0808; }
	.charm_title { width: 275px; }
	.charm_inner { display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse; width: 624px; margin-top: 35px; }
	.charm_mainimg { width: 290px; margin: 0; }
	.charm_detail { width: 290px; }
	.charm_copy { margin-top: 0; font-size: 19px; }
	.charm p { margin-top: 17px; }
	.charm_charm { width: 100%; margin-top: 30px; }
	.charm_bagsize { margin-top: 2px; font-size: 13px; }
	.charm_notice { margin-top: 10px; font-size: 10px; }
}
@media (min-width:1000px){
	.charm { padding: 105px 0 70px; background: url("../images/charm-bg_pc.jpg") 0 0 / 1250px auto repeat-x #af0808; }
	.charm_title { width: 357px; }
	.charm_inner { width: 840px; margin-top: 47px; }
	.charm_mainimg { width: 377px; }
	.charm_detail { width: 373px; }
	.charm_copy { font-size: 24px; }
	.charm p { margin-top: 20px; }
	.charm_charm { margin-top: 40px; }
	.charm_bagsize { margin-top: 8px; font-size: 16.5px; }
	.charm_notice { margin-top: 15px; font-size: 12.5px; }
}

.bottomarea { padding: 10.66vw 0 0; background: #fff; }
.bottomarea *,
.bottomarea a { color: #000 !important; }
.bottomarea_banner { width: 88%; }
.bottomarea_staffcredit { margin-top: 16vw; }
.brandlogo { padding-bottom: 10vw; margin-top: 20vw; }
.brandlogo img { width: 50px; margin-bottom: 10px; }
@media (min-width:768px){
	.bottomarea { padding-top: 62px; }
	.bottomarea_banner { width: 300px; }
	.bottomarea_staffcredit { margin-top: 70px; font-size: 13px; }
	.brandlogo { margin-top: 100px; padding-bottom: 100px; font-size: 13px; }
	.brandlogo img { width: 85px; margin-bottom: 12px; }
}
