@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
#contents { width: 100%!important; max-width: 100%!important; padding: 0; }
#pisss { width: 100%!important; max-width: 100%!important; }
#pi { width: 100%!important; max-width: 100%!important; margin: 0 0 40px; background-color: #fff!important; padding: 0; }
#pi > img { display: none!important; }
picture	{ width: 100%; vertical-align: bottom; line-height: 1;  }
@media (min-width: 768px)	{
	.bread	{ margin-bottom: 8px!important; max-width: 980px; margin: 0 auto; }
	.bread ul, .bread ol { margin: 0 auto; }
	.section_common {  margin-left: 0!important; width: 100%; }
}

.bannerSwitch	{ width: 100%; margin: 0 auto; padding: 10px; background-color: #F0EFE6; }
.bannerSwitch img	{ width: 100%; vertical-align: bottom; line-height: 0; }
.product_list	{ background-color: #fff; }
.pi_description	{ background-color: transparent!important; margin: 0 auto; min-width: 980px; max-width: 100%; padding: 0; }
.pi_lgzformat	{ color:#fff; display: block; width: 100%; padding: 0; margin: 0 0 100px; position: relative; font-feature-settings: "palt"; -webkit-text-size-adjust:100%; color:#000; -webkit-font-smoothing: antialiased; background-color: #F0EFE6; }
.pi_lgzformat	{ font-family: 'Zen Kaku Gothic New', sans-serif!important; font-size:14px; font-weight: 400; line-height:1.75; -webkit-text-size-adjust:100%; color:#000000; -webkit-font-smoothing: antialiased; letter-spacing:.04rem; }
.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 img { opacity: 1; transition: all .4s;  }
.pi_lgzformat .small { font-size:80%; }
.pi_lgzformat .center-text	{ text-align: center; }
@media (min-width: 768px) {
	.pi_lgzformat a:hover img { opacity: .6;  }
}
@media (max-width: 767.9px) {
	#pi { padding: 0 ; }
	.pi_description	{ padding: 0; min-width: auto; }
	.bannerSwitch	{ padding: 0; }
}
/* ------------ FADEIN ------------- */
.fadein	{ opacity : 0; transform : translate(0, 20px); transition: all 1s; }
.fadein.scrollin	{ opacity : 1; transform : translate(0, 0); }

/* ------------ INTRODUCTION ------------- */
.introduction	{ display: -webkit-flex; display: flex; justify-content: space-between; width: 100%; max-width: 900px; padding: 90px 20px 0; margin: 0 auto 86px; }
.intttle	{ width: calc(100% - 380px); display: -webkit-flex; display: flex; flex-direction: column; }
.intttle h2	{ font-size: 63px; line-height: 52px; font-weight: 900; margin: 0 0 20px; }
.intttle strong	{ font-size: 22px; line-height: 34px; font-weight: 700; }
.inttext	{ width: 380px; }
.inttext p	{ font-size: 14px; line-height: 28px; font-weight: 500; letter-spacing:0; }
.movwrapper	{ position: relative; padding: 0 10px; }
.movwrapper::after	{ content: ''; position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; }
.movbtm	{ padding: 56px 0 0; margin: 0 0 150px;  }
@media (max-width: 767.9px) {
	.introduction	{ flex-wrap: wrap; padding: 60px 25px 0; margin: 0 auto 50px; }
	.intttle h2	{ font-size: 49px; line-height: 40px; margin: 0 0 28px; }
	.intttle strong	{ font-size: 18px; line-height: 28px; margin: 0 0 40px; }
	.intttle, 
	.inttext	{ width: 100%; }
	.inttext p	{ font-size: 12px; line-height: 24px; }
	.movwrapper	{ padding: 0 5px; }
	.movwrapper::after	{ display: none; }
	.movbtm	{ padding: 20px 0 0; margin: 0 0 80px;  }
}

/* ------------ SLICK ------------- */
.colorbtn	{ list-style-type: none; width: 100%; display: -webkit-flex; display: flex; justify-content: center; padding: 10px 0 0; margin: 0 0 50px;  }
.colistt	{ width: 14px; height: 14px; border-radius: 50%; position: relative; background-color: #000; margin: 10px 6px; cursor: pointer; }
.colistt::after	{ content:""; width: 20px; height: 20px; border-radius: 50%; border: 1px solid #000; position: absolute; top: -3px; bottom: -3px; right: -3px; left: -3px; z-index: 2; opacity: 0; transition: all .4s; cursor: pointer; }
.color01	{ background-color: #FFE200; }
.color02	{ background-color: #fff; }
.color03	{ background-color: #000; }
.color04	{ background-color: #3B5035; }
.colistt.slick-current::after	{ opacity: 1; }
@media (max-width: 767.9px) {
	.colorbtn	{ margin: 0 0 30px;  }
}

/* ------------ BUTTON ------------- */
.btnwap	{ width: 100%; padding: 0; margin: 0; display: -webkit-flex; display: flex; align-items: center; justify-content: center; }
.btnwap a	{ width: 200px; height: 35px; display: -webkit-flex; display: flex; align-items: center; justify-content: center; border-radius: 50px; border: 1px solid #000; overflow: hidden; position: relative; background-color: transparent; transition: all .4s; }
.btnwap a span	{ color:#000; font-size: 16px; line-height: 1; font-weight: 400; text-decoration: none!important; transition: all .4s; position: relative; z-index: 2; }
.btnwap a:hover	{ text-decoration: none!important; }
@media (min-width: 768px) {
	.btnwap a:hover	{ text-decoration: none!important; background-color: #000; }
	.btnwap a:hover span	{ color:#fff; }
}
@media (max-width: 767.9px) {
	.btnwap a	{ width: 180px; height: 30px; }
	.btnwap a::after	{ display: none; }
	.btnwap a span	{ font-size: 14px; }
}

/* ------------ CONTENTS ------------- */
.contentssection	{ width: 100%; margin: 0 auto; max-width: 900px; padding: 0 20px;  }
.itemsetxt	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; }
.itemsetxt > h3	{ font-size: 22px; line-height: 1; font-weight: 500; margin: 0 0 10px; text-align: center; }
.itemsetxt > h4	{ font-size: 12px; line-height: 15px; font-weight: 400; letter-spacing:0; margin: 0 0 10px; text-align: center; }
.itemsetxt > b	{ font-size: 14px; line-height: 1; font-weight: 500; margin: 0 0 18px; text-align: center; }
.itemsetxt > strong	{ font-size: 12px; line-height: 1; font-weight: 400; margin: 0 0 26px; text-align: center; }
.itemsetxt > p	{ font-size: 14px; line-height: 28px; font-weight: 500; padding: 50px 0 0; margin: 0 0 60px; width: 100%; max-width: 640px; }
@media (max-width: 767.9px) {
	.contentssection	{ padding: 0 25px; }
}

.itemuplist	{ list-style-type: none; width: 100%; display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 0 180px; }
.itemuplist li	{ width: calc(100% / 3 - 2px); margin: 0; }
.itemuplist li:first-child	{ width: 100%; margin: 0 0 3px;  }
.itemuplist li p	{ width: 100%; padding: 15px 0 0; font-size: 12px; line-height: 22px; font-weight: 500; }
@media (max-width: 767.9px) {
	.itemuplist	{ margin: 0 0 90px; }
	.itemuplist li, 
	.itemuplist li:first-child	{ width: 100%; margin: 0 0 10px;  }
	.itemuplist li p	{ margin: 0 0 10px; }
}

.itemmdlin	{ width: 100%; display: -webkit-flex; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0 0 60px; }
.itemmdlin h3	{ font-size: 32px; line-height: 1; font-weight: 900; margin: 0 0 50px; }
.itemmdlin p	{ width: 100%; max-width: 640px; font-size: 14px; line-height: 28px; font-weight: 500; }
@media (max-width: 767.9px) {
	.itemmdlin	{ margin: 0 0 40px; }
	.itemmdlin h3	{ margin: 0 0 40px; }
}

.patlist	{ padding: 0 0 100px; }
.patlistwap	{ display: -webkit-flex; display: flex; justify-content: space-between; padding: 0; margin: 0; }
.msptitm	{ width: calc(100% / 3 - 2px); }
.patimg	{ margin: 0 0 34px; }
.colorbot	{ width: 100%; display: -webkit-flex; display: flex; justify-content: center; list-style-type: none; margin: 0 0 20px; }
.colorbot li	{ width: 12px; height: 12px; border-radius: 50%; padding: 0; margin: 0 3px; background-color: #fff; }
.colorbot li.col1	{ background-color: #FFE200; }
.colorbot li.col2	{ background-color: #fff; }
.colorbot li.col3	{ background-color: #000; }
.colorbot li.col4	{ background-color: #3B5035; }
@media (min-width: 768px) {
	.spptum	{ display: none; }
}
@media (max-width: 767.9px) {
	.patlist	{ padding: 0 0 80px; }
	.msptitm	{ width: 100%; margin: 0; padding: 0 2px; }
	.spptum	{ width: 100%; max-width: 220px; display: -webkit-flex; display: flex; justify-content: space-between; list-style-type: none; margin: 0 auto; padding: 0 0 24px; }
	.spptumitem	{ width: calc(100% / 3); }
	.spptum .slick-list	{ width: 100%; }
	.spptum .slick-track	{ width: 100%; display: -webkit-flex; display: flex; justify-content: space-between; }
	.spptum .slick-track:before, .spptum .slick-track:after	{ display: none; }
	.btuf01	{ display: -webkit-flex!important; display: flex!important; justify-content: flex-start; }
	.btuf02	{ display: -webkit-flex!important; display: flex!important; justify-content: center; }
	.btuf03	{ display: -webkit-flex!important; display: flex!important; justify-content: flex-end; }
	.btuf01 span,
	.btuf02 span,
	.btuf03 span	{ font-size: 16px; line-height: 1; font-weight: 500; padding: 0 0 2px; border-bottom: 1px solid #F0EFE6; transition: all .3s; }
	.btuf01.slick-current  span,
	.btuf02.slick-current  span,
	.btuf03.slick-current  span	{ border-bottom: 1px solid #000; }
}

.btmimgarea	{ padding: 0 10px 100px; }
@media (max-width: 767.9px) {
	.btmimgarea	{ padding: 0 0 40px; }
}



/* ------------ BLOCK ------------- */
@media (max-width: 767.9px)	{ .pconly { display: none!important; } }
@media (min-width: 768px)	{ .pconly { display: inline-block; } }
@media (max-width: 767.9px)	{ .sponly { display: inline-block; } }
@media (min-width: 768px)	{ .sponly { display: none!important; } }

