@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;500&display=swap');
#pi { width: 100%!important; max-width: 980px; }
/* #pi > img { display: none!important; } */
.bannerSwitch	{ width: 100%; max-width: 1200px; margin: 0 auto; }
.bannerSwitch img	{ width: 100%; vertical-align: bottom; line-height: 0; }
.product_list	{ background-color: #fff; }
.pi_description	{ padding: 0!important; background-color: #fff; }
.pi_lgzformat	{ display: block; width: 100%; padding: 0; margin: 0 0 100px; }
.pi_lgzformat	{ font-family: 'Roboto', 'Noto Sans JP', sans-serif; font-size:14px; font-weight:400; line-height:1.75; -webkit-text-size-adjust:100%;;color:#000000;-webkit-font-smoothing: antialiased; }
.pi_lgzformat ul:before,
.pi_lgzformat ol:before,
.pi_lgzformat dl:before, 
.pi_lgzformat ul:after, 
.pi_lgzformat ol:after, 
.pi_lgzformat dl:after	{ display: none!important; }
.pi_lgzformat img	{ width: 100%; vertical-align: bottom; line-height: 0; }
.pi_lgzformat a {transition: all .3s; color:#000000;}
.pi_lgzformat a:hover {opacity:0.7; color:#000000; text-decoration:none;}
.pi_lgzformat .small {font-size:80%;}
.pi_lgzformat .center-text	{ text-align: center; }
@media (orientation: portrait) and (max-width: 829px)	{ 
	.pi_lgzformat	{ margin: 0 0 60px; }
}

/* ------------ FADEIN ------------- */
.fadein	{ opacity : 0; transform : translate(0, 40px); transition: all .8s; }
.fadein.scrollin	{ opacity : 1; transform : translate(0, 0); }
.fadein2	{ opacity : 0; transform : translate(0, 40px); transition: all .8s; }
.fadein2.scrollin	{ opacity : 1; transform : translate(0, 0); }


/* ------------ INTRODUCTION ------------- */
.introduction	{ text-align: center; padding: 40px 0; margin: 0 auto; background-color: #fff; }
.introduction > h2	{ display: block; padding: 0; margin: 40px auto 30px; color:#000000; font-size: 42px; font-weight: 700; line-height: 1.4em; }
.introduction > h3	{ display: block; padding: 0; margin: 40px auto 30px; color:#000000; font-size: 30px; font-weight: 700; line-height: 1.4em; }
.introduction > p	{ display: inline-block; padding: 0; margin: 0 auto 20px; color:#000000; font-size: 16px; font-size: clamp(13px, 18px, 1.6vw); line-height: 2.2; font-weight: 400; text-align: center!important; }
.introduction > p > b	{ display: inline-block; padding: 20px 0 10px; font-size: 18px; font-size: clamp(16px, 22px, 2vw); font-weight: 700; text-align: center!important; }
@media screen and (max-width: 639px) {
	.introduction	{ padding: 40px 20px 0; margin: 0 0 20px; }
	.introduction > h2	{ padding: 0; font-size: 22px; margin: 20px auto; text-align: left; }
	.introduction > h3	{ padding: 0; font-size: 18px; margin: 0 auto 20px; text-align: left; }
	.introduction > h3.ttonly	{ margin: 0 auto 40px; }
	.introduction > p	{ font-size: 14px; line-height: 2; text-align: left!important; margin: 0 auto 10px; }
	.introduction > p > br	{ display: none; }
}

.ttleset	{ padding: 0 20px; }
.ttleset.btm	{ padding: 80px 20px 0; }
.ttleset h3 { font-size:20px; font-weight: 600; line-height:1.5; letter-spacing: .05em; margin-bottom: 60px; text-align: center; }
.ttleset h3 span { font-size:40px; line-height: 1; font-weight: 700;}
@media screen and (max-width: 639px) {
	.ttleset.btm	{ padding: 40px 20px 0; }
	.ttleset h3 { }
	.ttleset h3 { font-size:16px; margin-bottom: 30px; }
	.ttleset h3 span { font-size:30px; }
}

.itemset	{ width: 100%; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; margin: 0 auto 30px; }
.itemsetimg	{ width: calc(50% - 20px); position: relative; }
.itemset .itemsetimg p.number {font-size: 84px; line-height: 1; font-weight: 200; position: absolute; top: -40px; left: -32px; z-index: 10; color: #000; transition: all 0s; }
.itemset.reflect .itemsetimg p.number { font-size: 84px; line-height: 1; font-weight: 200; position: absolute; top: -40px; left: auto; right: -32px; z-index: 10;  color: #000; transition: all 0s; }
.itemsettxt	{ width: calc(50% - 20px); }
.reflect .itemsetimg	{ order: 2; }
.reflect .itemsettxt	{ order: 1; }
.itemsettxt h4	{ font-size: 28px; line-height: 1.4; margin: 0 0 10px; }
.itemsettxt p	{ font-size: 14px; line-height: 2; margin: 0 0 10px; }
.itemsettxt p.price	{ font-size: 17px; }
.itemsettxt p a	{ display: inline-block; position: relative; font-size: 18px; line-height: 1; text-decoration: none; padding: 0; margin: 0 0 10px; border-bottom: 1px solid #000; transition: all .3s; }
.itemsettxt p a	{ padding: 0 20px 0 0; }
.itemsettxt p a::before	{ content:""; display: inline-block; width: 7px; height: 7px; border-top: 1px solid #000; border-right: 1px solid #000; transform: rotate(45deg); position: absolute; right: 0; top: 25%; }
.itemsettxt p a::after	{ content:""; display: inline-block; width: 7px; height: 7px; border-top: 1px solid #000; border-right: 1px solid #000; transform: rotate(45deg); position: absolute; right: 6px; top: 25%; }
@media (min-width: 768px) {
	.itemsettxt p a:hover	{ border-bottom: 1px solid #fff; }
}
.itemsettxt strong	{ font-size: 18px; font-size: clamp(16px, 24px, 2vw); line-height: 1.8; font-weight: 700; display: block; text-align: left; padding: 30px 0 0; }
.itemsettxt strong span	{ font-size: 40px; font-size: clamp(40px, 50px, 4vw); font-weight: 700; }
.ateninfo	{ display: -webkit-flex; display: flex; flex-direction: column; }
.ateninfo li	{ padding: 0 0 3px; font-size: 12px; font-size: clamp(12px, 13px, 1.1vw); line-height: 1.8; font-weight: 400; }
@media (max-width: 767px) {
	.itemset	{ flex-wrap: wrap; margin: 0 auto 30px; }
	.itemsetimg	{ width: 100%; padding: 0; }
	.itemset .itemsetimg p.number { left:10px; }
	.itemset.reflect .itemsetimg p.number { right: 10px; }
	.itemsettxt	{ width: 100%; padding: 0 20px; }
	.reflect .itemsetimg	{ order: 1; }
	.reflect .itemsettxt	{ order: 2; }
	.itemsettxt h4	{ font-size: 26px; padding: 20px 0 0; margin: 0 0 10px; }
	.itemsettxt p	{ font-size: 13px; }
	.itemsettxt p.price	{ font-size: 15px; }
	.itemsettxt strong	{ font-size: 18px; padding: 10px 0 0; }
	.ateninfo	{ padding: 0 20px;  }
}

/* ------------ SLIDER OPTION ------------- */
.thumbnail	{ width: 100%; overflow: hidden; }
.thumbnail .slick-list	{ margin-right: -5px; }
.thumbnail .slick-track	{ display: -webkit-flex; display: flex; width: 100%!important; }
.thumbnail .slick-track::before	{ display: none!important; }
.thumbnail .slick-track::after	{ display: none!important; }
.thumbnail .slick-track > *	{ width: calc(25% - 5px)!important; margin: 5px 5px 0 0; cursor: pointer; }
.slick-prev, 
.slick-next	{ position: absolute; z-index: 3; top: 50%; cursor: pointer; outline: none; border-top: 2px solid #eee; border-right: 2px solid #eee; height: 15px; width: 15px; }
.slick-prev	{ left:10px; transform: rotate(-135deg); }
.slick-next	{ right:10px; transform: rotate(45deg); }
.thumbnail .slick-slide	{ opacity: .5; }
.thumbnail .slick-slide.slick-current	{ opacity: 1; }



/* ------------ BLOCK ------------- */
@media (max-width: 767px)	{ .pconly { display: none!important; } }
@media (min-width: 768px)	{ .pconly { display: inline-block; } }
@media (max-width: 767px)	{ .sponly { display: inline-block; } }
@media (min-width: 768px)	{ .sponly { display: none!important; } }


