@charset "utf-8";

body{
  font-family: "Noto Sans", sans-serif;
}

.topbar{
  background-color: #DC5844;
  color: #fff;
  text-align: center;
  font-size: 1.5625rem;
  font-weight: bold;
  padding: 3px 0;
}

.topbar_high{
  color: #FFFF00;
}

.fv-img{
  width: 100%;
}

.oubo_sec{
  background-color: #FFEBE8;
  padding-top: 53px;
}

.oubo_sec_title{
  text-align: center;
  padding-bottom: 45px;
  font-size: 1.875rem;
  font-weight: bold;
  padding-left: 84px;
}

.oubo_sec_title-img{
  position: relative;
}

.oubo_sec_title-img::before{
  content: "";
  position: absolute;
  background-image: url(../images/oubo.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 59px;
  height: 67px;
  left: -78px;
  top: -6px;
  display: inline-block;
}

.unext-box,
.delishkitchen-box{
  background-color: #fff;
  width: 406px;
  padding: 36px;
}

.delishkitchen-box{
  padding: 32px 40px;
}

.line-through{
  text-decoration: line-through;
}

.box-flex{
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  gap: 68px;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}

.box-flex::after{
  position: absolute;
  content: "";
  background-image: url(../images/plus.webp);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  left: 0;
  top: 140px;
  margin: 0 auto;
  width: 56px;
  height: 56px;
}

.delishkitchen-box-logo{
  max-width: 254px;
  margin: 0 auto;
  padding-bottom: 8px;
}

.unext-box-logo{
  max-width: 136px;
  margin: 0 auto;
  padding-bottom: 8px;
}

.unext-box-txt,
.delishkitchen-box-txt{
  text-align: center;
  font-weight: bold;
}

.delishkitchen-box-img{
  max-width: 159px;
  margin: 0 auto;
  padding-top: 19px;
  padding-bottom: 11px;
}

.unext-box-img{
  max-width: 265px;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.unext-box-body-txt{
  background-color: #FFFF74;
  padding: 13px 16px;
  font-weight: bold;
}

.unext-box-body-txt1-flex,
.delishkitchen-box-body-txt1-flex{
  display: flex;
  justify-content: flex-start;
  gap: 7px;
  align-items: center;
}

.delishkitchen-box-body-txt1-flex{
  justify-content: center;
}

.delishkitchen-box-body-txt{
  max-width: 300px;
  margin: 0 auto;
  background-color: #FFFF74;
  padding: 9px 21px;
  font-weight: bold;
}

.doughnut_box{
  max-width: 900px;
  margin: 92px auto 0;
  border: 8px solid #FFFF74;
  border-radius: 5px;
  background-color: #fff;
  padding: 17px 0;
  position: relative;
}

.doughnut_box::before{
  position: absolute;
  content: "";
  background-image: url(../images/arrow-under.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 167px;
  height: 47px;
  top: -70px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.doughnut_box_title{
  text-align: center;
  font-size: 1.5625rem;
  font-weight: bold;
}

.doughnut_box_title_high{
  font-size: 3.125rem;
  color: #DC5844;
}

.doughnut_box_flex{
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.doughnut_box_box{
  max-width: 270px;
}

.doughnut_box_bar{
  background-color: #6D3E32;
  font-size: 1.5625rem;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 4px 23px;
}

.doughnut_box_price{
  font-size: 2.375rem;
}

.doughnut_box_price_high{
  font-size: 5.75rem;
  font-weight: 800;
  line-height: 1;
}

.doughnut_box_present{
  font-size: 1.5625rem;
  text-align: right;
}

.more-img{
  max-width: 414px;
  margin: 37px auto 20px;
}

.chance_p{
  font-size: 3.125rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 44px;
}

.chance_p_low{
  font-size: 1.5625rem;
}

.chance_p_color{
  color: #DC5844;
}

.presentbox{
  background-color: #fff;
  border: 8px solid #DFC383;
  border-radius: 5px;
  max-width: 900px;
  margin: 0 auto;
  padding: 42px 32px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.massage-img{
  max-width: 538px;
  margin: 0 auto;
  padding-top: 20px;
}

.entry_sec{
  max-width: 1100px;
  margin: 0 auto;
}

.entry_title{
  font-size: 1.875rem;
  text-align: center;
  padding-left: 80px;
  padding-top: 84px;
  padding-bottom: 84px;
}

.entry_title-img{
  position: relative;
}

.entry_title-img::before{
  position: absolute;
  content: "";
  background-image: url(../images/entry.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 70px;
  left: -70px;
  top: -8px;
}

.entry_box{
  display: flex;
  justify-content: flex-start;
  gap: 36px;
  flex-wrap: wrap;
  align-items: end;
  padding-top: 40px;
}

.entry_box-1,
.entry_box-2,
.entry_box-3{
  position: relative;
  text-align: center;
  max-width: 327px;
  margin: 0 auto;
  width: 100%;
}

.entry_box-1::before,
.entry_box-2::before,
.entry_box-3::before{
  position: absolute;
  content: "";
  background-image: url(../images/step1-before.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 327px;
  height: 59px;
  left: 0;
  right: 0;
  top: -81px;
  margin: 0 auto;
}

.entry_box-2::before{
  top: -68px;
}

.entry_box-2::before{
  background-image: url(../images/step2-before.webp);
}

.entry_box-3::before{
  background-image: url(../images/step3-before.webp);
}

.entry_box-1-txt{
  font-size: 1.125rem;
  font-weight: bold;
  padding-bottom: 22px;
}

.entry_box-2-txt{
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 1.125rem;
}

.entry_box-3-txt{
  font-weight: bold;
  font-size: 1.125rem;
  padding-bottom: 22px;
}

.entry_box_txt_sub{
  font-size: 0.8125rem;
  text-align: left;
  padding-bottom: 16px;
}

.btn{
  max-width: 365px;
  width: 100%;
  margin: 76px auto 100px;
}

.btn2{
  margin: 48px auto 73px;
}

.btn_a{
  padding: 28px 40px;
  background-color: #CF252C;
  border-radius: 50px; 
}

.btn_a_button{
  background-color: #CF252C;
  color: #fff;
  border: none;
  font-weight: bold;
  font-size: 1rem;
}

.btn_a2{
  padding: 21px 20px 21px;;
}

.step3-small{
  color: #CF252C;
}

/* キャンペーン概要 */

.campaign_sec{
  background-color: #FFEBE8;
  padding-top: 50px;
  padding-bottom: 74px;
}

.campaign_sec_title{
  font-size: 1.875rem;
  padding-left: 80px;
  text-align: center;
  padding-bottom: 56px;
}

.campaign_sec_img{
  position: relative;
}

.campaign_sec_img::before{
  position: absolute;
  content: "";
  background-image: url(../images/about.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 54px;
  height: 59px;
  top: 0;
  left: -70px;
}

.campaign_sec_txtbox{
  max-width: 900px;
  margin: 0 auto;
}

.campaign_sec_list_title{
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 8px;
}

.campaign_sec_list_txt{
  font-size: 1rem;
}

.campaign_sec_list{
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 2px dashed #FFA7AA;
}

.bikou_padding{
  padding-bottom: 8px;
  line-height: 1.8;
}

.bikou_leftpadding{
  padding-left: 16px;
}

/* footer */

footer{
  background-color: #777;
  color: #fff;
  padding: 16px 0;
}

.footer-flex{
text-align: center;
}

.footer-flex a{
  color: #fff;
  font-size: 0.9375rem;
}

.footer-txt{
  text-align: center;
  padding-top: 24px;
}

.footer-flex-a{
  border-right: 1px solid #fff;
  padding-right: 16px;
  padding-left: 16px;
}

.footer-flex-anone{
  padding-left: 16px;
}

.br-sp{
  display: none;
}

@media screen and (max-width:850px){
.br-sp{
  display: block;
}
  
  .topbar{
    font-size: 1rem;
  }

  .oubo_sec{
    padding-left: 16px;
    padding-right: 16px;
  }

  .oubo_sec_title{
    padding-left: 64px;
  }

  .oubo_sec_title-img::before{
    width: 50px;
    height: 55px;
    left: -65px;
  }

  .unext-box,
  .delishkitchen-box{
    width: 100%;
    padding: 32px 16px;
  }

  .delishkitchen-box{
    padding: 32px 16px;
  }

  .box-flex{
    gap: 75px;
  }

  .box-flex::after{
    top: 362px;
  }

  .doughnut_box{
    margin: 48px auto 0;
    padding: 17px 16px;
  }

  .doughnut_box_flex{
    justify-content: center;
    gap: 8px;
    padding-top: 16px;
  }

  .doughnut_box_title{
    font-size: 1.125rem;
  }

  .doughnut_box_title_high{
    font-size: 2.3125rem;
  }

  .doughnut_box_price{
    padding-top: 16px;
  }

  .doughnut_box_price_high{
    font-size: 4rem;
  }

  .doughnut_box_present_img{
    padding-left: 16px;
  }

  .chance_p{
    font-size: 2.1875rem;
    padding-bottom: 24px;
  }

  .chance_p_low{
    font-size: 1.0625rem;
  }

  .more-img{
    max-width: 242px;
    margin: 37px auto 8px;
  }

  .entry_title{
    padding-left: 48px;
    padding-top: 48px;
  }

  .entry_title-img::before{
    height: 55px;
    top: -4px;
  }

  .entry_box{
    gap: 110px;
  }

  .campaign_sec_title{
    padding-left: 36px;
    padding-bottom: 40px;
  }

  .campaign_sec{
    padding-left: 16px;
    padding-right: 16px;
  }

  .bikou_leftpadding {
    padding-left: 0px;
}

.campaign_sec_list_txt {
  font-size: 0.875rem;
}

.campaign_sec_img::before{
  width: 40px;
  height: 43px;
  left: -55px;
}

.footer-flex{
  justify-content: flex-start;
  gap: 16px;
}

.footer-flex-a{
  border: none;
}

.btn{
  max-width: 337px;
  margin: 63px auto 32px;
}

.btn2{
  margin: 40px auto 56px;
}

.doughnut_box::before{
  width: 110px;
  top: -43px;
  height: 40px;
}

.unext-box-body-txt1-flex,
.delishkitchen-box-body-txt1-flex{
  justify-content: center;
}

.unext-box-body-txt,
.delishkitchen-box-body-txt{
  font-size: 0.825rem;
  text-align: center;
}

}

/* CVボタン */
.cv-btn-wrapper {
  position: fixed;
  bottom: 0;
  right: 10px;
  width: 100%;
  z-index: 1000;
  opacity: 1; /* 初期値: 表示状態 */
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  visibility: visible;
}

.cv-btn-wrapper.hidden {
  opacity: 0; /* 非表示状態 */
  visibility: hidden; /* 完全に消す */
}

.cv-btn {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
}

.cv-btn-sp {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #fff;
  z-index: 1000;
  cursor: pointer; /* スマホのタップしやすさ向上 */
  transition: opacity 0.3s ease-in-out; /* フェードアウト時のエフェクト */
}

@media screen and (max-width: 768px) {
  .cv-btn {
    display: none;
  }

  .cv-btn-sp {
    display: block;
    bottom: -1px;
  }

  .cv-btn-sp img{
    width: 100%;
  }
}