@charset 'UTF-8';
.fs-l-page{
  overflow: hidden;
}
#hanpukai-lp{
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color:#231815 ;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width:960px){
  #hanpukai-lp{
    font-size: 14px;
}}

main.section{
  width: 100%;
  margin: 0 ;
  padding: 0;
}

.container{
  width: 100%;
  margin: 0 ;
  padding: 0 20px;
}

.content{
  width:100% ;
  max-width:1200px ;
  margin: 0 auto;
  padding: 0;
}

.main-ttl{
  text-align: center;
  padding-top:10%;
}
@media screen and (max-width:960px){
  .main-ttl{
    padding-top: 20%;
}}

.main-ttl img{
  width: 100%;
}

.heading-top{
  line-height: 2;
  text-align: center;
  letter-spacing: 1%;
  padding-bottom: 5%;
}
@media screen and (max-width:960px){
  .heading-top{
    width: 90%;
    margin: 10px auto 20px;
}}

.center-img{
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width:960px){
  .center-img{
    width: 90%;
}}

.pc-img-center { display: block !important; }
.sp-img-center { display: none !important; }
@media only screen and (max-width: 560px) {
.pc-img-center { 
      display: none !important; }
.sp-img-center {
      display: block !important;
}}

.pc-br{
  display: block;
}
@media screen and (max-width:960px){
  .pc-br{
    display: none;
}}

.sp-br{
  display: none;
}@media screen and (max-width:460px){
  .sp-br{
    display: block;
}}

/* メインビジュアル------------------------------------------------------ */
.mv{
margin: 0;
}

.mv-wrap{
  width: 90%;
  max-width:1600px;
  margin: 10px  auto 0 auto;
}
@media screen and (max-width:960px ){
  .mv-wrap{
    width: 100%;
  }}
@media screen and (max-width:560px ){
  .mv-wrap{
    margin: 0;
}}

.home-mv{
  display: block;
  position: relative;
}
.mv-img img{
  width: 85%;
}
@media only screen and (max-width: 560px) {
  .mv-img img{
    width: 100%;
}}

.pc-img-mv {
   display: block !important;
   margin:0 0 0 auto ;
}
.sp-img-mv { 
  display: none !important; }
@media only screen and (max-width: 560px) {
  .pc-img-mv { 
    display: none !important; }
  .sp-img-mv {
      display: block !important;
}}
    
.mv-info{
  width: 30%;
  position: absolute;
  top: 40%;
  padding-left: 20px;
}
@media only screen and (max-width: 960px) {
  .mv-info{
    width: 55%;
    top: 30%;
    padding-left: 30px;
}}
@media only screen and (max-width: 560px) {
  .mv-info{
    width: 100%;
    padding: 0;
    display: block;
    position: relative;
  }}

@media only screen and (max-width: 960px) {
  .info-img{
    width: 80%;
    padding-bottom: 30px;
  }}
@media only screen and (max-width: 560px) {
  .info-img{
    width: 95%;
    padding:10px 20px 20px 20px;
    margin: 0 auto;
  }}

.pc-img-info {
  display: block !important;
  margin:0 0 0 auto ;
  }
.sp-img-info { display: none !important; }
@media only screen and (max-width: 560px) {
  .pc-img-info { 
    display: none !important; }
  .sp-img-info {
    display: block !important;
}}

.btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 2em;
  width: 100%;
  max-width: 240px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  background-color: #006833;
  border-radius: 50vh;
}

.btn-wrap a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left:5px;
}

.btn-wrap a:hover {
  text-decoration: none;
  background-color: #80a488;
}

.btn-a{
  margin: 50px auto 0 0;
}
@media screen and (max-width:960px ){
  .btn-a{
    margin: 0 auto 0 0;
}}
@media screen and (max-width:560px ){
  .btn-a{
    margin: 0 auto ;
}}

/* ABOUT------------------------- */
.ttl{
  max-width: 383px;
}
@media screen and (max-width:960px){
  .ttl{max-width: 264px;}}

.concept{
  text-align: center;
  line-height: 2;
  padding:5% 0 5%;
  margin: 0;
}
@media screen and (max-width:960px){
  .concept{
    width: 80%;
    margin: 0 auto;
}}
  
/* セット内容 -------------------*/
.ttl2{
  max-width: 164px;
}
@media screen and (max-width:960px){
  .ttl2{max-width: 112px;}}

/* セット内容詳細 -------------*/
.item-wrap{
  width: 80%;
  margin: 0 auto;
  padding-top: 10%;
}
@media screen and (max-width:960px){
  .item-wrap{
    width: 90%;
}}

.item-box{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width:960px){
  .item-box{
    margin-bottom: 50px;
}}
@media screen and (max-width:560px){
  .item-box{
    display: block;
    width: 100%;
}}
  
.s-nd{
  flex-direction: row-reverse;
}

.t-rd{
  margin-bottom: 0; 
}

.img-box{
  width: 50%;
  margin: 0;
}
@media screen and (max-width:960px){
  .img-box{
    margin: 0 auto;
    width:40%;
}}
@media screen and (max-width:560px){
  .img-box{
    margin: 0 auto;
    width:100%; 
}}

.info{
  width: 50%;
}
@media screen and (max-width:960px){
  .info{
    width: 60%;
    margin: 0 auto;
}}

.info-r{
  padding-left: 5%;
}
@media screen and (max-width:960px){
  .info-r{
    padding-left: 15px;
}}

.info-l{
  padding-right: 5%;
}
@media screen and (max-width:960px){
  .info-l{
    padding-right: 15px;
}}
@media screen and (max-width:560px){
    .info{
      margin: 0 auto;
      width:100%; 
      padding: 10px 0 0 0;
}}

.item-ttl{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.txt-ttl{
  font-size: 35px;
  margin: 0;
  background:repeating-linear-gradient(-45deg, transparent 0 2px, #f48369 3px 5px);
  background-size: 100% 10px;
  background-position: bottom center;
  background-repeat: no-repeat;
  white-space: nowrap;
}
@media screen and (max-width:960px){
  .txt-ttl{
    font-size:20px;
    background-size: 100% 6px;
}}

.txt{
  line-height: 2;
  margin: 15px 0 0 0;
  display: block;
  text-align: left;
}
@media screen and (max-width:560px){
  .txt{
    text-align: justify;
    text-justify: inter-ideograph;
}}

/* 月替わり --------------------*/
@media screen and (max-width:560px){
  .container-slide {
      padding: 0;
}}

.ttl3{
  max-width: 375px;
  padding-bottom: 50px;
}
@media screen and (max-width:960px){
  .ttl3{
    max-width: 257px;
    padding-bottom: 30px;
}}

.month-sliders{
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width:960px){
  .month-sliders{
    width: 100%;
}}

.month-slider{
    width:94%;
    margin:0 auto;
    opacity: 0;
}
@media screen and (max-width:560px){
.month-slider {
  width: 100%;
}}

.slick-initialized{
opacity: 1
}

.slider-img {
    width:100%;
    height:auto;
}

.month-slider,
.slick-slide {
    padding: 0 10px;
}
@media screen and (max-width:560px){
.month-slider, 
.slick-slide{
  padding: 0 5px;
}}

.prev-icon, 
.next-icon {
    position: absolute;
    top: 45%;
    cursor: pointer;
    outline: none;
    width: 100%;
    max-width: 25px;
}

.prev-icon {
  left: -3%;
}

.next-icon {
  right: -3%;
}

/*ドットナビゲーションの設定*/
.slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slick-dots li button::before {
  background-repeat: no-repeat;
  content: "";
  cursor: pointer;
  display: inline-block;
  position: absolute;
  background-size: contain;
  height: 20px;
  left: 0;
  margin: auto;
  right: 0;
  top: 24px;
  width: 20px;
}

/* 通常ボタン ----------------------------*/
.slick-dots li:nth-child(1) button,
.slick-dots li:nth-child(3) button,
.slick-dots li:nth-child(5) button{
  background-image: url(https://oenosato.itembox.design/item/dots_odd.png?t=20200709050030) ;
  background-repeat:no-repeat;
  background-size: 13px;
}

.slick-dots li:nth-child(2) button,
.slick-dots li:nth-child(4) button,
.slick-dots li:nth-child(6) button{
  background-image:url(https://oenosato.itembox.design/item/dots_even.png?t=20200709050030);
  background-repeat:no-repeat;
  background-size: 13px;
}

/* アクティブボタン -----------------------*/
.slick-dots li.slick-active:nth-child(1) button,
.slick-dots li.slick-active:nth-child(3) button,
.slick-dots li.slick-active:nth-child(5) button {
  background-image: url(https://oenosato.itembox.design/item/dots_odd_active.png?t=20211118151300) ;
  background-repeat:no-repeat;
  background-size: 13px;
}
.slick-dots li.slick-active:nth-child(2) button,
.slick-dots li.slick-active:nth-child(4) button,
.slick-dots li.slick-active:nth-child(6) button {
  background-image: url(https://oenosato.itembox.design/item/dots_even_active.png?t=20211118151300) ;
  background-repeat:no-repeat;
  background-size: 13px;
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}

.btn-wrap-center{
  padding: 80px 0;
}
@media screen and (max-width:960px){
  .btn-wrap-center{
    padding: 60px 0  30px 0;
}}
.btn-center{
  margin: 0 auto;
}

/* お申し込み方法 -------------*/
.ttl4{
  max-width: 265px;
}
@media screen and (max-width:960px){
  .ttl4{
    max-width: 182px;
}}

.flow-items{
  width: 80%;
  margin: 6% auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:960px){
  .flow-items{
    width: 90%;
    margin: 40px auto 0 auto;
}}
@media screen and (max-width:560px){
  .flow-items{
    display: block;
    width: 90%;
}}

@media screen and (max-width:560px){
  .flow-ttl-sp{
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
}}

.flow-item{
  width: 20%;
  text-align: center;
  position: relative;
}
@media screen and (max-width:560px){
  .flow-item{
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
}}
@media screen and (max-width:560px){
  .flow-item-end{
    margin-bottom: 20px;
}}

.flow-item::after{
  content: "";
  display: inline-block;
  width: 13%;
  height: 13%;
  background: url(https://oenosato.itembox.design/item/yajirusi-right.png?t=20211124095500) no-repeat;
  background-size:contain ;
  position: absolute;
  top: 40%;
  right: -20%;
}
@media screen and (max-width:560px){
  .flow-item::after{
    width: 16px;
    height: 16px;
    transform:rotate(90deg); 
    position: initial;
    margin-top: 10px;
}}
.flow-item-end::after{
    display: none;
}
        
.flow-step{
  margin: 0 auto;
  width: 30%;
  padding-bottom: 15px;
}
@media screen and (max-width:560px){
  .flow-step{
    width: 10%;
    padding: 0 ;
    margin: auto  10px 0 0;
}}

.flow-icon{
  width: 100%;
}
@media screen and (max-width:560px){
  .flow-icon{
    order: 1;
    width: 12%;
    margin: auto 0 0 10px;
}}

.flow-ttl{
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  margin: 15px auto 10px auto;
  background:repeating-linear-gradient(-45deg, transparent 0 2px, #f48369 3px 5px);
  background-size: 100% 7px;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (max-width:960px){
  .flow-ttl{
    font-size: 20px;
}}
@media screen and (max-width:560px){
  .flow-ttl{
   margin: auto 0 0 0;
}}

.flow-txt{
  line-height: 2;
  display: block;
  margin: 0;
}

/* よくあるご質問 -----------------*/
.ttl5{
  max-width: 250px;
}  
@media screen and (max-width:960px){
  .ttl5{max-width: 171px;}}

.list_wrap{
  width: 80%;
  padding-top: 20px;
  margin: 0 auto;
}
@media screen and (max-width:960px){
  .list_wrap{
    width: 90%;
}}
.accordion-area{
  list-style: none;
  width: 100%;
  max-width: 900px;
  margin:0 auto;
}

.accordion-area li{
  margin-top: 20px;
}
@media only screen and (max-width: 560px) {
  .accordion-area li {
     margin: 10px 0;
    }}

.accordion-area section {
border: 1px solid #231815;
border-radius: 25px;
}

.faq-ttl{
  position: relative;
  cursor: pointer;
  line-height: 2;
  padding: 3% 3% 3% 50px;
  transition:all .5s ease ;
  text-align: center;
  background:url(https://oenosato.itembox.design/item/Q.png?t=20211118151300) no-repeat;
  background-size:2em 2em ;
  background-position: 6%;
}
@media screen and (max-width:560px){
  .faq-ttl{
    background-size:20px 20px;
    padding-left:20px;
}}

.faq-ttl::before,
.faq-ttl::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #231815;
  margin: 0 10px;
}
.faq-ttl::before{
  top:48%;
  right: 30px;
  transform: rotate(0deg);
}
@media screen and (max-width:560px){
  .faq-ttl::before{
    right: 10px;
}}

.faq-ttl::after{    
  top:48%;
  right: 30px;
  transform: rotate(90deg);
}
@media screen and (max-width:560px){
  .faq-ttl::after{
    right: 10px;
}}
.faq-ttl.close::before{
transform: rotate(45deg);
}
.faq-ttl.close::after{
transform: rotate(-45deg);
}

.ans-box {
  display: none;
  background: #EEEEF0;
  border-radius: 25px;
  margin:0 3% 3% 3%;
  padding: 3%;
}

.faq-txt{
line-height: 2;
margin-top: 15px;
display: block;
text-align: left;
padding-left: 3em;
position: relative;
}
@media screen and (max-width:560px){
  .faq-txt{
    padding-left: 2em;
}}

.faq-txt::before{
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url(https://oenosato.itembox.design/item/A_t.png?t=20211118151300) no-repeat;
  background-size: contain;
}
@media screen and (max-width:560px){
  .faq-txt::before{
    width: 20px;
    height: 20px;
    margin-top: 5px;
}}

/* ついで買い-------------------- */
.ttl6{
  max-width: 396px;
}
@media screen and (max-width:960px){
  .ttl6{max-width: 272px;}}

.heading-bottom{
  text-align: center;
  padding-top: 20px;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width:960px){
  .heading-bottom{
    width: 90%;
    margin: 0 auto;
}}
@media only screen and (max-width: 560px) {
  .heading-bottom {
      display: none;
}}

/* 楽しい頒布会------------------ */
.ttl7{
  max-width: 238px;
}
@media screen and (max-width:960px){
  .ttl7{
    max-width: 163px;}}

.ex-items{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:960px){
  .ex-items{
    width: 90%;
}}
@media screen and (max-width:560px){
  .ex-items{
    display: block;
    width: 100%;
}}

.ex-item{
  width: 28%;
  text-align: center;
  padding: 0 ;
}
@media screen and (max-width:560px){
  .ex-item{
    padding: 0 20px;
}}

.ex-img{
  width: 100%; 
  padding-bottom: 15px;
}

.ex-txt{
  line-height: 2;
  display: block;
  text-align: center;
  margin: 0;
}

/* お申し込み ----------------*/
.ttl8{
  max-width: 184px;
}
@media screen and (max-width:960px){
  .ttl8{
    max-width: 126px;}}

/* 商品説明（大） -------------*/
.smn-ttl{
  width: 100%;
  max-width: 248px;
  margin: 0 auto;
  padding:50px 0 20px;
}
@media screen and (max-width:960px){
  .smn-ttl{max-width: 142px;}}

.kodawaris{
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
}
.kodawari-box{
  margin-bottom: 100px ;
}
.smn-img{
  width: 100%;
}

.smn-heading{
  font-size: 25px;
  text-align: center;
  padding: 20px 0 20px;
}
@media screen and (max-width:960px){
  .smn-heading{
    font-size:20px;
}}

.smn-txt{
  text-align: left;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width:560px){
  .smn-txt{
    text-align: justify;
    text-justify: inter-ideograph;
}}  