@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');
.headlogoarea .headlogo.sp {
  width: 40px;
}
.montserrat{
  font-family: 'Montserrat';
}
main{
  padding: 0;
}
footer{
  margin-top: 0;
}
#fs_CustomPage header{
  border: none;
}
.wf-page{
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #53565a;
  font-size: 14px;
}
.wf-page .en{
  font-family: 'Montserrat';
}
.wf-more-link a{
  font-weight: bold;
  border-bottom: 2px solid #DBA997;
  padding-bottom: 2px;
  color: #53565a;
  font-size: 16px;
}
.imgauto{
	height: auto;
	width: 100%;
	box-sizing: unset;
	line-height: 1rem;
	display: block;
	vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .wf-page{
    font-size: 14px;
  }
  .wf-more-link a:hover{
    border-bottom: 2px solid #7c7c7c;
  }
  .wf-page a:hover img{
		opacity:0.75;
		filter:alpha(opacity=75);
		-ms-filter: “alpha( opacity=75 )”;
    transition: all  0.5s;
	}
	header .headlogoarea {
		margin: 0;
	}
}
@media screen and (max-width: 767px) {
  .wf-page{
    font-size: 13px;
  }
  .wf-more-link a{
    font-size: 14px;
  }
  .hamburger.fixed{
    top: 45px;
  }
  .hamburger.fixed.active{
    top: 12px;
  }
}
.wf-page-haed{
  background: #53565a;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  padding: 4px 0;
}
.wf-page-haed a{
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wf-page-haed a:after{
  content: '>';
  display: inline-block;
  margin-left: 3px;
  font-size: 1.4em;
}
.wf-page-haed a span{
  background-image: url(./images/logo.svg);
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: left center;
  padding-left: 1.2em;
}
.wf-page-haed.fixed{
  position: fixed;/*fixedを設定して固定*/
  z-index: 90;/*最前面へ*/
  top:0;/*位置指定*/
  left:0;/*位置指定*/
  width:100%;
}
@media screen and (max-width: 767px) {
  .wf-page-haed a{
    font-size: 13px;
  }
}
/* スライダー */
.wf-top-slider{
  line-height: 0;
}
.wf-page .slick-dots li button:before{
  color: #fff;
  opacity: 1;
}
.wf-page .slick-dots li.slick-active button:before{
  color: #53565a;
  opacity: 1;
}
.wf-page .slick-dotted.slick-slider{
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .wf-page .slick-dots{
    bottom: 25px;
  }
  .wf-page .slick-dots li{
    margin: 0 15px;
  }
  .wf-page .slick-dots li button:before{
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .wf-page .slick-dots{
    bottom: 10px;
  }
}
/* トップエリア */
.wf-top-area{
  /* background-color: #bce2e8; */
}
.wf-top-inner{
  max-width: 1250px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 20px 0;
}
.wf-top-bx{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.wf-top-bx h1{
  color: #fff;
  line-height: 1;
}
.wf-top-bx h1 .jp{
  font-size: 16px;
  display: inline-block;
}
.wf-top-bx h1 .en{
  font-size: 43px;
  display: inline-block;
  margin-top: 15px;
}
.wf-more-btn a{
  display: block;
  font-size: 14px;
  color: #fff;
  width: 130px;
  padding: 5px 0;
  text-align: center;
  background-color: #53565a;
  margin-top: 30px;
  border-radius: 50px;
  line-height: 1.7;
  border: 1px solid #53565a;
}
.wf-more-btn a .wf-logo{
  background-image: url(./images/logo.svg);
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center left;
  padding-left: 1.2em;
}
.wf-top-logo{
  max-width: 240px;
  margin-top: 20px;
}
.wf-top-img{
  margin-left: 27%;
}
.wf-top-img img{
  max-height: 667px;
}
@media screen and (max-width: 1023px) {
  .wf-top-bx h1 .jp{
    font-size: 14px;
  }
  .wf-top-bx h1 .en{
    font-size: 38px;
  }
  .wf-top-logo{
    max-width: 170px;
  }
  .wf-top-logo{
    max-width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .wf-more-btn a:hover{
    background-color: #fff;
    color: #7C7C7C;
  }
  .wf-more-btn a:hover .wf-logo{
    background-image: url(./images/logo-b.svg);
  }
  .wf-top-slider a:hover img{
		opacity:1;
	}
}
@media screen and (max-width: 767px) {
  .wf-top-inner{
    width: 100%;
  }
  .wf-top-img{
    margin: 0;
    padding-bottom: 45px;
  }
  .wf-top-bx h1 .jp{
    font-size: 16px;
    line-height: 1.2;
  }
  .wf-top-bx h1 .en{
    font-size: 22px;
  }
  .wf-top-bx{
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    justify-content: flex-end;
  }
  .wf-top-fx{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-top: 40px;
    padding-bottom: 30px;
  }
  .wf-more-btn a{
    font-size: 13px;
    width: 108px;
  }

}
.wf-intro{
  background-color: #DCDCDC;
  padding: 64px 0 80px;
}
.wf-intro h1{
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}
.wf-intro-txt{
  font-size: 18px;
  text-align: center;
}
.wf-intro-list{
  display: flex;
  justify-content: space-between;
  max-width: 1160px;
  width: 90%;
  margin: 40px auto 0;
}
.wf-intro-list li{
  background-color: #fff;
  color: #53565a;
  width: 24%;
  text-align: center;
  padding: 13px 0;
}
.wf-intro-list li a{
  border-bottom: 2px solid #DBA997;
  padding-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .wf-intro-list li a:hover{
    border-bottom: 2px solid #7c7c7c;
  }
}
@media screen and (max-width: 767px) {
  .wf-intro{
    padding: 60px 0 70px;
  }
  .wf-intro-logo{
    width: 45px;
    margin: 20px auto 0;
  }
  .wf-intro h3{
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
  }
  .wf-intro h3 span{
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
  }
  .h1{
    margin-top: 20px;
    font-size: 13px;
  }
  .wf-intro-list{
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .wf-intro-list li{
    width: 49%;
  }
  .wf-intro-list li:nth-of-type(n+3){
    margin-top: 5px;
  }
}
.wf-main-product{
  background-color: #bce2e8;
}
.wf-main-product li{
  display: flex;
  justify-content: space-between;
}
.wf-main-product li:nth-of-type(2){
  flex-direction: row-reverse;
}
.wf-product-bx{
  flex: 1;
}
.wf-product-name{
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.wf-product-price{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.wf-product-price span{
  font-size: 13px;
}
.wf-product .wf-more-btn a{
  margin: 10px auto 0;
}
.wf-sub-prodcut{
  background-color: #bce2e8;
  padding: 80px 0 93px;
}
.wf-sub-prodcut h2{
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
.wf-sub-prodcut ul{
  display: flex;
  max-width: 850px;
  width: 80%;
  margin: 30px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wf-sub-prodcut li{
  width: 21%;
}
.wf-sub-prodcut .wf-product-name{
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .wf-main-product{
    padding: 85px 0;
  }
  .wf-main-product ul{
    max-width: 850px;
    width: 80%;
    margin: 0 auto;
  }
  .wf-product-img{
    width: 52%;
    padding: 15px;
    background-color: #fff;
  }
  .wf-main-product li:nth-of-type(2){
    margin-top: 80px;
  }
  .wf-product-bx-img{
    width: 75%;
    margin: 0 auto;
  }
  .wf-product-bx-img img{
    border-radius: 45%;
  }
  .wf-sub-prodcut-img img{
    border-radius: 45%;
  }
  .wf-product-name{
    font-size: 30px;
  }
  .wf-main-product li{
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .wf-product-img{
    width: 60%;
  }
  .wf-product-name{
    font-size: 16px;
  }
  .wf-product-price{
    font-size: 12px;
  }
  .wf-sub-prodcut{
    padding: 60px 0 68px;
  }
  .wf-sub-prodcut ul{
    width: 80%;
    margin-top: 20px;
    max-width: 380px;
  }
  .wf-sub-prodcut li{
    width: 100%;
  }
  .wf-sub-prodcut li:nth-of-type(n+2){
    margin-top: 20px;
  }
  .wf-product-txt{
    font-size: 12px;
    text-align: center;
  }
  .wf-sub-prodcut-img img{
    border-radius: 45%;
  }
	
  .wf-sub-prodcut .wf-product-name{
    font-size: 16px;
  }
  .wf-product-price span{
    font-size: 11px;
  }
}
.wf-sustainable-fx{
  display: flex;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto;
  width: 90%;
}
.wf-sustainable-lf{
}
.wf-sec-ttl{
  line-height: 1;
  text-align: center;
  color: #53565a;
}
.wf-sec-ttl .jp{
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.wf-sec-ttl .en{
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
}
.count-box p{
  font-size: 60px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin: 30px 0;
}
.count-box span{
  font-size: 210px;
  font-family: 'Noto Sans JP', sans-serif;
}
.wf-sustainable-lf p{
  margin-top: 30px;
  text-align: center;
}
.wf-sustainable-rt{
  background-color: rgba(255, 255, 255, 0.8);
}
.wf-sustainable-rt ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wf-sustainable-rt li{
  width: 48%;
  text-align: center;
  max-width: 150px;
}
.wf-sustainable-rt li:nth-of-type(n+3){
  margin-top: 40px;
}
.wf-sustainable-img{
  width: 90%;
  margin: 0 auto;
}
.wf-sustainable-rt .en{
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 1023px) {
  .wf-sustainable-fx{
    flex-direction: column;
    align-items: center;
  }
  .wf-sustainable-rt{
    margin-top: 40px;
    width: 70%;
    max-width: 552px;
  }
}
@media screen and (min-width: 768px) {
  .wf-sustainable{
    padding: 100px 0;
    background-image: url(./images/sustainable-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .wf-sustainable-rt{
    width: 50%;
    padding: 8%;
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .wf-sustainable{
    padding: 55px 0;
    background-image: url(./images/sustainable-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 35% bottom 45%;
  }
  .wf-sustainable-fx{
    width: 95%;
  }
  .wf-sustainable-lf .wf-more-link{
    padding-bottom: 15px;
  }
  .wf-sec-ttl .jp{
    font-size: 14px;
    font-weight: 500;
  }
  .wf-sec-ttl .en{
    font-size: 17px;
    margin-top: 10px;
  }
  .count-box span{
    font-size: 100px;
  }
  .count-box p{
    font-size: 30px;
    margin: 20px 0;
  }
  .wf-sustainable-lf{
    display: contents;
  }
  .wf-sustainable-bx{
    order: 3;
  }
  .wf-sustainable-rt{
    margin: 0;
    width: 95%;
    padding: 20px 10px;
    max-width: 380px;
  }
}
.wf-order{
  background-color: #DCDCDC;
  padding: 100px 0;
}
.wf-order-img{
  width: 50%;
  padding: 15px;
  background-color: #fff;
}
.wf-order-rt p{
  text-align: center;
  margin-top: 20px;
}
.wf-order-rt p.big{
  font-size: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .wf-order-fx{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 980px;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .wf-order{
    padding: 50px 0;
    background-image: url(./images/order-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .wf-order::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .wf-order-fx{
    position: relative;
    z-index: 5;
  }
  .wf-oder-bx{
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 0;
    width: 80%;
    margin: 25px auto;
  }
  .wf-order-rt p.big{
    margin-top: 0;
    font-size: 17px;
  }
}
.wf-style{
  background-color: #bce2e8;
  padding: 80px 0;
}
.wf-style > p{
  margin-top: 30px;
  text-align: center;
}
.wf-style-list li{
  display: flex;
  justify-content: space-between;
}
.wf-style-img{
  width: 50%;
}
.wf-style-txt{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .wf-style-txt p{
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .wf-style-list{
    max-width: 620px;
    margin: 50px auto;
  }
}
@media screen and (max-width: 767px) {
  .wf-style{
    padding: 50px 0 0;
  }
  .wf-style > p{
    margin-top: 20px;
  }
  .wf-style-list{
    margin: 50px 0 0;
  }
  .wf-style-txt{
    background-color: #D0E3ED;
    text-align: center;
  }
}
.wf-poem{
  padding: 80px 0;
  text-align: center;
  background-image: url(./images/poem-bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.wf-poem-logo{
  width: 90px;
  margin: 0 auto;
}
.wf-poem-ttl{
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  margin-top: 10px;
  font-family: 'Montserrat';
}
.wf-poem-ttl span{
  font-size: 19px;
  display: inline-block;
  margin-top: 10px;
}
.wf-poem-txt{
  max-width: 600px;
  width: 90%;
  margin: 40px auto 0;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 50px 0;
}
.wf-poem-img{
  max-width: 370px;
  margin: 40px auto;
}
.wf-poem-more{
  cursor: pointer;
}
.wf-poem-bx{
  display: flex;
  justify-content: center;
  /* align-items: center; */
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
  clip-path: circle(0 at center);
  transition: .6s all .3s cubic-bezier(.34, .615, .4, .985);
  text-align: center;
  background: rgba(255, 255, 255, 0.45);
}
.wf-poem-wrapper{
  width: 100%;
  max-width: 400px;
  overflow-y: scroll;
	-ms-overflow-style: none;　/* IE, Edge 対応 */
	scrollbar-width: none;　 /* Firefox 対応 */
}
.wf-poem-wrapper::-webkit-scrollbar{　/* Chrome, Safari 対応 */
	display: none;
}
.wf-poem-bx.show {
  visibility: visible;
  clip-path: circle(100vw at center);
  pointer-events: auto;
}
.wf-poem-hd{
  background-color: #53565a;
  color: #fff;
  padding: 30px 0;
  position: relative;
  line-height: 1;
}
.wf-poem-subttl .en{
  font-size: 20px;
}
.wf-poem-subttl .jp{
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
}
.wf-poem-close {
  cursor: pointer;
  font-size: 25px;
  border: 1px solid #fff;
  line-height: 1;
  padding: 5px;
  display: inline-block;
}
.wf-poem-hd .wf-poem-close {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.wf-poem-bx-txt{
  background-image: url(./images/poem-bg02-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 16px;
  color: #5F5F5F;
  padding: 50px 0;
}
.wf-poem-bx-txt p:nth-of-type(n+2){
  margin-top: 50px;
}
.wf-poem-bx-txt p.wf-poem-ttl{
  color: #fff;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
  .wf-poem{
    background-image: url(./images/poem-bg01-sp.jpg);
    padding: 50px 0;
  }
  .wf-poem-logo{
    max-width: 60px;
  }
  .wf-poem-ttl{
    font-size: 16px;
  }
  .wf-poem-ttl span{
    font-size: 14px;
    line-height: 1.5;
  }
  .wf-poem-txt{
    max-width: 300px;
    margin-top: 20px;
    padding: 30px 0;
  }
  .wf-poem-img{
    max-width: 280px;
  }
  .wf-poem-subttl .en{
    font-size: 16px;
  }
  .wf-poem-subttl .jp{
    font-size: 14px;
  }
  .wf-poem-hd{
    padding: 20px 0;
  }
  .wf-poem-close{
    font-size: 16px;
  }
  .wf-poem-bx-txt{
    background-image: url(./images/poem-bg02-sp.jpg);
    font-size: 13px;
    color: #53565a;
    padding: 30px 0;
  }
  .wf-poem-bx.show {
    clip-path: circle(100vh at center);
  }
  .wf-poem-bx-txt p:nth-of-type(n+2){
    margin-top: 30px;
  }
}
.wf-poem-ft{
  background-color: #53565a;
  color: #fff;
  padding: 30px 0;
}
.wf-page a span.mail::before{
  content: '\f0e0';
  font-family: "Font Awesome 5 pro";
  font-weight: 400;
  font-size: 1.2em;
  margin-right: 5px;
  display: inline-block;
}
.wf-footer{
  background-color: #bce2e8;
  padding: 20px 0 60px;
  text-align: center;
}
.wf-footer h2{
  font-size: 20px;
  margin-top: 40px;
  font-family: 'Montserrat';
}
.wf-footer-sns{
  display: flex;
  justify-content: center;
  font-size: 38px;
  margin: 20px;
}
.wf-footer-sns li:nth-of-type(n+2){
  margin-left: 40px;
}
.wf-footer-press{
  max-width: 600px;
  width: 90%;
  margin: 20px auto 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wf-footer-press li{
  width: 18%;
  border: 1px solid #53565a;
}
.wf-footer-press li:nth-of-type(n+6){
  margin-top: 20px;
}
.wf-footer .wf-more-link{
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .wf-footer{
    padding: 20px 0 50px;
  }
  .wf-footer h2{
    margin-top: 30px;
    font-size: 17px;
  }
  .wf-footer-press{
    width: 80%;
    margin-bottom: 40px;
  }
  .wf-footer-press li{
    width: 46%;
  }
  .wf-footer-press li:nth-of-type(n+3){
    margin-top: 10px;
  }
  .wf-footer-press li:nth-of-type(n+7){
    display: none;
  }
  .wf-footer-sns{
    font-size: 34px;
  }
}
