@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;
padding-top: 9.6vw;
padding-bottom: 20vw;
overflow: hidden;
color: #000;
font-family: noto-sans-display, sans-serif;
font-style: normal;
font-weight: 300;
font-size: 2.66666vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.05em;
background: #fff;
animation-delay: 0.75s;
}
.allwrapper * {
box-sizing: border-box;
}
.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 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;
}
.allwrapper button {
cursor: pointer;
color: #000;
font-family: noto-sans-display, sans-serif;
font-style: normal;
font-weight: 300;
font-size: 2.66666vw;
line-height: 100%;
font-feature-settings: "palt";
letter-spacing: 0.05em;
}
@media (min-width:768px){
	.allwrapper {
	width: 100vw;
	padding-top: 57px;
	padding-bottom: 100px;
	font-size: 12px;
	}
}

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* align */
.al_left { text-align: left; }
.al_center { text-align: center; }
.al_right { text-align: right; }

/* size */
.fs8 { font-size: 2.13vw; }
.fs9 { font-size: 2.4vw; }
.fs10 { font-size: 2.67vw; }
.fs11 { font-size: 2.93vw; }
.fs12 { font-size: 3.2vw; }
.fs13 { font-size: 3.47vw; }
.fs14 { font-size: 3.73vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.27vw; }
.fs17 { font-size: 4.53vw; }
.fs18 { font-size: 4.8vw; }
@media (min-width:768px){
	.fs10 { font-size: 10px; }
	.fs18 { font-size: 18px; }
}

/* 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; }


/* ========== 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
-----------------------------------------------*/
.ff_yugo {
font-family: yu-gothic-pr6n, sans-serif;
}

.thumb_wrapper {
width: 95.2vw;
margin-top: 8.8vw;
justify-content: flex-start;
}
.thumb_box {
width: 46.4vw;
margin: 2.4vw 0 0 2.4vw;
border: 1px solid #000;
}
.thumb_box:nth-child(odd) {
margin-left: 0;
}
.thumb_price {
bottom: 1.5vw;
left: 2.5vw;
}
.thumb_price li {
line-height: 150%;
}
.slick-dotted.slick-slider {
margin: 0;
}
.slick-dots {
bottom: auto;
top: 50%;
right: 7px;
width: 6px;
}
.slick-dots li {
display: block;
width: auto;
height: auto;
margin: 5px 0;
}
.slick-dots li button {
width: 6px;
height: 6px;
padding: 0;
background: #ccc;
border-radius: 50%;
}
.slick-dots li.slick-active button {
background: #000;
}
@media (min-width:768px){
	.pagetitile {
	width: 276px;
	}
	.thumb_wrapper {
	width: 619px;
	margin-top: 45px;
	}
	.thumb_box {
	width: 302px;
	margin: 15px 0 0 15px;
	}
	.thumb_price {
	bottom: 10px;
	left: 10px;
	}
	.thumb_price li {
	font-size: 12px;
	}
}
@media (min-width:1000px){
	.thumb_wrapper {
	width: 936px;
	}
	.thumb_box:nth-child(3n - 2) {
	margin-left: 0;
	}
	.thumb_box:nth-child(3n - 1),
	.thumb_box:nth-child(3n) {
	margin-left: 15px;
	}
}

.staffcredit {
margin-top: 16vw;
}
.staffcredit dd {
margin-top: 4vw;
}
.abouttax {
margin-top: 7vw;
}
@media (min-width:768px){
	.staffcredit {
	margin-top: 75px;
	}
	.staffcredit dt {
	font-size: 12px;
	}
	.staffcredit dd {
	margin-top: 10px;
	font-size: 10px;
	}
	.abouttax {
	margin-top: 25px;
	font-size: 10px;
	}
}

/* ========== modal ========== */
.modal_lock.is-locked {
position: fixed;
width: 100%;
}
.modal {
visibility: hidden;
overflow-y: scroll;
opacity: 0;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: opacity 0.3s, visibility 0s 0.3s;
background: rgba(255, 255, 255, 0.7);
}
.modal.is-active {
visibility: visible;
opacity: 1;
transition: opacity 0.3s, visibility 0s 0s;
z-index: 100000;
}
.modal_container {
display: flex;
min-height: 100%;
justify-content: center;
align-items: center;
}
@media all and (-ms-high-contrast: none){
	.modal_container {
		display: block;
		padding-top: 11vh
	}
}
.modal_inner {
position:  relative;
box-sizing: border-box;
width: 93.3333vw;
margin: auto;
background: #fff;
border: 1px solid #000;
}
.modal_inner img {
display: block;
}
.modal_closebtn {
display: block;
width: 30px;
height: 30px;
position: absolute;
top: 4vw;
right: 4vw;
cursor: pointer;
z-index: 1000;
}
.modal_content {
width: 100%;
max-height: 90vh;
padding: 6.6666vw;
overflow-y: auto;
margin: auto;
box-sizing: border-box;
}
.modal_content.is-active {
display: block;
}
.modal_credit {
}
.modal_pricebox {
margin-top: 13px;
}
.modal_pricebox ul {
margin-top: 6vw;
}
.modal_pricebox li {
margin-top: 3.3vw;
}
.modal_pricebox .disp_flex {
justify-content: flex-start;
align-items: center;
}
.modal_pricetext {
width: 37.3vw;
}
.modal_check {
width: 13.333vw;
background: #464646;
text-align: center;
color: #fff;
}
@media (min-width:768px){
	.modal_inner {
	width: 650px;
	}
	.modal_closebtn {
	top: 25px;
	right: 20px;
	}
	.modal_content {
	padding: 35px;
	}
	.modal_credit {
	display: flex;
	justify-content: space-between;
	}
	.modal_credit figure {
	width: 300px;
	}
	.modal_pricebox {
	width: 250px;
	margin: 0;
	}
	.modal_pricebox ul {
	margin-top: 0;
	}
	.modal_pricebox li {
	margin-top: 20px;
	}
	.modal_pricebox li :first-child {
	margin-top: 0;
	}
	.modal_pricebox .disp_flex {
	display: block;
	}
	.modal_pricetext {
	width: 100%;
	font-size: 12px;
	}
	.modal_check {
	width: 50px;
	margin-top: 8px;
	font-size: 10px;
	}
}
