@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 * {
box-sizing: border-box;
}
.allwrapper {
width: 100%;
min-height: 100vh;
padding-bottom: 0;
font-size: 2.9333333333vw;
color: #08365a;
font-family: yu-mincho-pr6n, sans-serif;
font-style: normal;
font-weight: 400;
line-height: 100%;
background: #e4e8eb;
letter-spacing: 0;
animation-delay: 0.75s;
}
@media (min-width:768px){
	.allwrapper { font-size: 11.5px; }
}
@media (min-width:1100px){
	.allwrapper { font-size: 14px; }
}
.allwrapper a:link, .allwrapper a:visited, .allwrapper .acordion_btn {
color: #08365a;
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; }

/* 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: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 { overflow-x: visible !important; overflow-y: visible !important; }
.allwrapper { width: 100vw; background: #e4e8eb; overflow: hidden; }
@media (max-width:767px){
	.allwrapper { padding-top: 0 !important; }
}
@media (min-width:768px){
	body.static .wrapper { margin-top: 0; }
	.sp-menu { display: none; }
}
@media (min-width:1100px){
	.allwrapper { width: 100%; }
}
.sp-menu,
.pc-menu {
position: relative;
background: #fff;
z-index: 100;
}

.mv_title { top: 46.1333333333vw; left: 5.3333333333%; width: 45.6%; animation-delay: 1.75s; }
img.mv_brandlogo { top: 6.9333333333vw; left: 5.3333333333%; width: 30.66666666%; animation-delay: 2.75s; }
.intro { padding: 8vw 0 12vw; }
@media (min-width:768px){
	.mv_title { top: 23.7vw; left: 13.5%; width: 28.6666666666%; }
	img.mv_brandlogo { top: 2.9vw; left: 2.8333333333%; width: 12.91666666%; }
	.intro { padding: 40px 0; }
	.intro p { font-size: 14px; line-height: 200%; }
}
@media (min-width:1100px){
	.intro { padding: 45px 0; }
	.intro p { font-size: 15px; }
}

.secbox { padding: 16vw 0 9.3333333333vw; }
.sectitle { width: 80%; font-family: span, serif; font-size: 9.3333333333vw; line-height: 1; }
.sectitle_num { color: #999; }
.sectitle_shoulder { margin-top: 2.4vw; padding-top: 2.6666666666vw; font-family: yu-mincho-pr6n, sans-serif; border-top: 1px solid #08365a; }
.secbox_mainimg { width: 85.3333333333%; height: 128vw; margin-top: 9.3333333333vw; }
.secbox_text { width: 85.3333333333%; text-align: justify; }
@media (min-width:768px){
	.secbox { padding: 70px 0 50px; }
	.sectitle { width: 330px; font-size: 38px; }
	.sectitle_shoulder { margin-top: 12px; padding-top: 12px; font-size: 13px; }
	.secbox_mainimg { width: 470px; height: 704px; margin-top: 55px; }
	.secbox_text { width: 290px; font-size: 11.5px; letter-spacing: -0.025em; }
}
@media (min-width:1100px){
	.secbox { padding: 100px 0 60px; }
	.sectitle { width: 450px; font-size: 52.2px; }
	.sectitle_shoulder { margin-top: 15px; padding-top: 15px; font-size: 18px; }
	.secbox_mainimg { width: 639px; height: 958px; margin-top: 75px; }
	.secbox_text { width: 400px; font-size: 15px; }
}

.price_wrapper { width: 40%; align-items: center; }
.price_wrapper .price + .price { margin-top: 2.9333333333vw; }
.price_itemname { width: 44%; line-height: 4vw; }
.price_price { width: 56%; line-height: 4vw; }
img.price_buy { width: 9.3333333333vw; margin-left: 2vw; vertical-align: middle; }
@media (min-width:768px){
	.price_wrapper { width: 160px; }
	.price_wrapper .price + .price { margin-top: 10px; }
	.price_itemname { width: 70px; line-height: 14.5px; }
	.price_price { width: 90px; line-height: 14.5px; }
	img.price_buy { width: 34px; margin-left: 9px; }
}
@media (min-width:1100px){
	.price_wrapper { width: 200px; }
	.price_wrapper .price + .price { margin-top: 13px; }
	.price_itemname { width: 90px; line-height: 19px; }
	.price_price { width: 110px; line-height: 19px; }
	img.price_buy { width: 45px; margin-left: 13px; }
}

.otherstyling_title { width: 48.8%; }
.otherstyling_flexbox { width: 94.6666666666%; margin-top: 19.7333333333vw; }
.otherstyling_box { width: 49.29577464789%; }
.otherstyling_title { top: -8.5333333333vw; z-index: 2; }
.otherstyling_box:first-child .otherstyling_title { left: 7.7333333333vw; width: 30.9333333333vw; }
.otherstyling_box:last-child .otherstyling_title { left: 6.1333333333vw; width: 34.1333333333vw; }
.otherstyling_box .price_wrapper { bottom: calc(23px + 4.8vw); left: 4.2666666666vw; width: 38.6666666666vw; }
@media (min-width:768px){
	.otherstyling_title { width: 202px; }
	.otherstyling_flexbox { width: 530px; margin-top: 80px; }
	.otherstyling_box { width: 256px; }
	.otherstyling_title { top: -35px;}
	.otherstyling_box:first-child .otherstyling_title { left: 65px; width: 128px; }
	.otherstyling_box:last-child .otherstyling_title { left: 58px; width: 142px; }
	.otherstyling_box .price_wrapper { bottom: 37px; left: 45px; width: 165px; }
}
@media (min-width:1100px){
	.otherstyling_title { width: 276px; }
	.otherstyling_flexbox { width: 720px; margin-top: 107px; }
	.otherstyling_box { width: 350px; }
	.otherstyling_title { top: -45px;}
	.otherstyling_box:first-child .otherstyling_title { left: 90px; width: 174px; }
	.otherstyling_box:last-child .otherstyling_title { left: 80px; width: 193px; }
	.otherstyling_box .price_wrapper { bottom: 50px; left: 77px; width: 200px; }
}

.acordion_btn {
right: 0; bottom: 0;
width: 23px; height: 23px;
background: url("../images/ico-plus.png") 0 0 / 100% auto;
z-index: 2;
cursor: pointer;
}
.acordion_btn.open { background: url("../images/ico-minus.png") 0 0 / 100% auto; }
.acordion_content {
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(255, 255, 255, 0.9);
}
.btn_check { width: 60%; max-width: 250px; margin-top: 8vw; }
@media (min-width:768px){
	.btn_check { margin-top: 45px; }
}
@media (min-width:1100px){
	.btn_check { max-width: 340px; margin-top: 60px; }
}

.sec01_subimg01 { width: 45.3333333333%; margin: 10.66vw auto 0 0; }
.sec01_price01 { margin: -49.8666666666vw auto 0 52.2666666666%; }
.sec01_text01 { margin-top: 26.6666666666vw; }
.sec01_subimg02 { width: 45.3333333333%; margin: 12.5333333333vw 0 0 auto; }
.sec01_price02 { margin: -46.6666666666vw auto 0 7.4666666666%; }
.sec01_otherstyling { margin-top: 37.3333333333vw; }
@media (min-width:768px){
	.sec01_subimg01 { width: 250px; margin: 35px auto 0 calc(50% - 350px); }
	.sec01_price01 { margin: -375px auto 0 calc(50% + 75px); }
	.sec01_text01 { margin: 30px auto 0 calc(50% - 60px); }
	.sec01_subimg02 { width: 250px; margin: 45px auto 0 calc(50% + 100px); }
	.sec01_price02 { margin: -205px auto 0 calc(50% - 100px); }
	.sec01_otherstyling { margin-top: 190px; }
}
@media (min-width:1100px){
	.sec01_subimg01 { width: 340px; margin: 50px auto 0 calc(50% - 475px); }
	.sec01_price01 { margin: -510px auto 0 calc(50% + 120px); }
	.sec01_text01 { margin: 50px auto 0 calc(50% - 80px); }
	.sec01_subimg02 { width: 340px; margin: 60px auto 0 calc(50% + 135px); }
	.sec01_price02 { margin: -280px auto 0 calc(50% - 122px); }
	.sec01_otherstyling { margin-top: 260px; }
}

.sec02_mainimg01 { width: 56%; margin: 9.6vw auto 0 0; }
.sec02_mainimg02 { width: 56%; margin: -29.0666666666vw 0 0 auto; }
.sec02_price01 { width: 37.8666666666%; margin: -41.4666666666vw auto 0 2.6666666666%; }
.sec02_text01 { margin-top: 12vw; }
.sec02_otherstyling { margin-top: 16vw; }
.sec02 .otherstyling_box .price_itemname { width: 43%; }
.sec02 .otherstyling_box .price_price { width: 57%; }
@media (min-width:768px){
	.sec02_mainimg01 { width: 385px; margin: 55px auto 0 calc(50% - 350px); }
	.sec02_mainimg02 { width: 385px; margin: -480px auto 0 calc(50% - 20px); }
	.sec02_price01 { width: 150px; margin: -20px auto 0 calc(50% - 270px); }
	.sec02_price01 .price_itemname { width: 60px; }
	.sec02_price01 .price_price { width: 90px; }
	.sec02_text01 { margin: -80px auto 0 calc(50% + 25px); }
	.sec02 .otherstyling_box .price_itemname { width: 43%; }
	.sec02 .otherstyling_box .price_price { width: 57%; }
	.sec02_otherstyling { margin-top: 75px; }
}
@media (min-width:1100px){
	.sec02_mainimg01 { width: 525px; margin: 75px auto 0 calc(50% - 475px); }
	.sec02_mainimg02 { width: 525px; margin: -660px auto 0 calc(50% - 25px); }
	.sec02_price01 { width: 190px; margin: -25px auto 0 calc(50% - 325px); }
	.sec02_price01 .price_itemname { width: 90px; }
	.sec02_price01 .price_price { width: 100px; }
	.sec02_text01 { margin: -105px auto 0 calc(50% + 35px); }
	.sec02 .otherstyling_box .price_itemname { width: 43%; }
	.sec02 .otherstyling_box .price_price { width: 57%; }
	.sec02_otherstyling { margin-top: 100px; }
}

.sec03_subimg01 { width: 45.3333333333%; height: 68vw; margin: 10.66vw auto 0 0; }
.sec03_price01 { margin: -58.6666666666vw auto 0 52.2666666666%; }
.sec03_text01 { margin-top: 21.3333333333vw; }
.sec03_subimg02 { width: 45.3333333333%; margin: 12.5333333333vw 0 0 auto; }
.sec03_price02 { margin: -46.6666666666vw auto 0 7.4666666666%; }
.sec03_otherstyling { margin-top: 37.3333333333vw; }
@media (min-width:768px){
	.sec03_subimg01 { width: 250px; height: 375px; margin: 35px auto 0 calc(50% - 350px); }
	.sec03_price01 { margin: -375px auto 0 calc(50% + 75px); }
	.sec03_text01 { margin: 40px auto 0 calc(50% - 60px); }
	.sec03_subimg02 { width: 250px; margin: 45px auto 0 calc(50% + 100px); }
	.sec03_price02 { margin: -220px auto 0 calc(50% - 100px); }
	.sec03_otherstyling { margin-top: 230px; }
}
@media (min-width:1100px){
	.sec03_subimg01 { width: 340px; height: 510px; margin: 50px auto 0 calc(50% - 475px); }
	.sec03_price01 { margin: -510px auto 0 calc(50% + 120px); }
	.sec03_text01 { margin: 50px auto 0 calc(50% - 80px); }
	.sec03_subimg02 { width: 340px; margin: 60px auto 0 calc(50% + 135px); }
	.sec03_price02 { margin: -280px auto 0 calc(50% - 122px); }
	.sec03_otherstyling { margin-top: 315px; }
}

.sec04_text01 { margin-top: 9.3333333333vw;}
.sec04_price01 { width: 85.3333333333%; margin-top: 5.3333333333vw; }
.sec04_price01 .price_wrapper { width: 40vw; }
@media (min-width:768px){
	.sec04 { padding-bottom: 80px; }
	.sec04 .secbox_mainimg { margin-left: calc(50% - 350px); }
	.sec04_price01 { display: block; width: 160px; margin: -355px auto 0 calc(50% + 190px); }
	.sec04_price01 .price_wrapper { width: 100%; }
	.sec04_price01 .price_wrapper:last-child { margin-top: 10px; }
	.sec04_text01 { width: 195px; margin: 30px auto 0 calc(50% + 155px); }
}
@media (min-width:1100px){
	.sec04 { padding-bottom: 90px; }
	.sec04 .secbox_mainimg { margin-left: calc(50% - 475px); }
	.sec04_price01 { width: 200px; margin: -470px auto 0 calc(50% + 290px); }
	.sec04_price01 .price_wrapper:last-child { margin-top: 13px; }
	.sec04_text01 { width: 260px; margin: 40px auto 0 calc(50% + 225px); }
}

.sec05 { padding-bottom: 31.2vw; }
.sec05_mainimg01 { width: 56%; margin: 9.6vw auto 0 0; }
.sec05_mainimg02 { width: 56%; margin: -29.0666666666vw 0 0 auto; }
.sec05_price01 { width: 37.8666666666%; margin: -42vw auto 0 2.6666666666%; }
.sec05_text01 { margin-top: 18.1333333333vw; }
.sec05_subimg01 { width: 45.3333333333%; margin: 12.5333333333vw auto 0 0; }
.sec05_price02 { margin: -50.6666666666vw auto 0 54.6666666666%; }
@media (min-width:768px){
	.sec05 { padding-bottom: 185px; }
	.sec05_mainimg01 { width: 365px; margin: 50px auto 0 calc(50% - 350px); }
	.sec05_mainimg02 { width: 365px; margin: -400px auto 0 calc(50% - 37px); }
	.sec05_price01 { width: 145px; margin: -117px auto 0 calc(50% - 220px); }
	.sec05_price01 .price_itemname { width: 65px; }
	.sec05_price01 .price_price { width: 80px; }
	.sec05_text01 { margin: 30px auto 0 calc(50% + 1px); }
	.sec05_subimg01 { width: 250px; margin: 35px auto 0 calc(50% - 325px); }
	.sec05_price02 { margin: -240px auto 0 calc(50% - 40px); }
}
@media (min-width:1100px){
	.sec05 { padding-bottom: 260px; }
	.sec05_mainimg01 { width: 525px; margin: 75px auto 0 calc(50% - 475px); }
	.sec05_mainimg02 { width: 525px; margin: -590px auto 0 calc(50% - 50px); }
	.sec05_price01 { width: 190px; margin: -153px auto 0 calc(50% - 290px); }
	.sec05_price01 .price_itemname { width: 90px; }
	.sec05_price01 .price_price { width: 100px; }
	.sec05_text01 { margin: 45px auto 0 calc(50% + 15px); }
	.sec05_subimg01 { width: 340px; margin: 50px auto 0 calc(50% - 445px); }
	.sec05_price02 { margin: -330px auto 0 calc(50% - 55px); }
}

.item { padding: 12vw 0 16vw; background: #fff; }
.item_title { width: 74.4%; }
.item_box_wrapper { padding: 13.8666666666vw 1.2vw 0; }
.item_box_title { font-family: span, serif; font-size: 8vw; line-height: 1; padding: 0 3.7333333333vw; background: #fff; z-index: 2; }
.item_box { margin-top: -3.2vw; border: 1px solid #999; padding: 13.3333333333vw 6.6666666666vw 7.2vw; }
.item_price img { width: 9.3333333333vw; margin-left: 2.1333333333vw; vertical-align: middle; }
.item_box p { margin-top: 5.3333333333vw; }
.item_slide .slick-dots { bottom: -25px; z-index: 2; }
.item_slide .slick-dots li { width: auto; height: auto; margin: 0 5px; }
.item_slide .slick-dots li button { width: 10px; height: 10px; padding: 0; border-radius: 50%; background: #ccc; }
.item_slide .slick-dots li.slick-active button { background: #8b8685; }
@media (min-width:768px){
	.item { padding: 70px 0; }
	.item_title { width: 270px; }
	.item_slide { width: 744px; }
	.item_slide .slick-list { padding: 0 !important; }
	.item_box_wrapper { padding: 65px 7px 0; }
	.item_box_title { padding: 0 10px; font-size: 28px; }
	.item_box { margin-top: -15px; padding: 40px 15px 20px; }
	.item_price { font-size: 11.5px; }
	.item_price img { width: 34px; margin-left: 10px; }
	.item_box p { margin-top: 17px; font-size: 12px; }
}
@media (min-width:1100px){
	.item { padding: 90px 0; }
	.item_title { width: 395px; }
	.item_slide { width: 1080px; }
	.item_box_wrapper { padding: 90px 10px 0; }
	.item_box_title { padding: 0 15px; font-size: 37.5px; }
	.item_box { margin-top: -20px; padding: 60px 25px 20px; }
	.item_price { font-size: 16px; }
	.item_price img { width: 44px; }
	.item_box p { margin-top: 25px; font-size: 15px; }
}

.hushtug { background: #fff; }
@media (min-width:768px){
	.hushtug { font-size: 13px; }
}
@media (min-width:1100px){
	.hushtug { font-size: 15px; }
}

.staffcredit { padding: 16vw 0; background: #fff; }
@media (min-width:768px){
	.staffcredit {  padding: 70px 0 80px; font-size: 13px; }
}
@media (min-width:1100px){
	.staffcredit { padding: 80px 0 100px; font-size: 15px; }
}



