.header-top {
  padding: 12px 0;
  background-color: #fff1d1;
  text-align: center;
}

.header-text {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: bold;
}

.header-logo {
  width: 78px;
}

.header-coupon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #ef8425;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .1em;
  color: #fff;
}

.header-coupon__lead {
  flex-basis: 100%;
  margin: 4px auto -4px;
  font-size: 16px;
  font-weight: bold;
}

.header-coupon--strong {
  position: relative;
  top: -1px;
  margin: 0 4px;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0em;
}

.cv-fixed-button {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-top: 20px;
  z-index: 10;
  width: 100%;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.cv-fixed-button__text {
  position: relative;
  width: 680px;
  height: 50px;
  max-width: calc(100% - 24px);
  margin: 8px 12px 20px;
  padding: 12px 24px 12px 12px;
  border: solid 2px #fff;
  border-radius: 16px;
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 50%);
  background-color: #54ad3e;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.cv-fixed-button__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 4px;
  height: 15px;
}

.cv-fixed-button__balloon {
  display: flex;
  justify-content: center;
  align-items: center;
  top: -24px;
  left: 0;
  position: absolute;
  padding: 2px 12px 0;
  border: 2px solid #fff;
  border-radius: 32px;
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 50%);
  background-color: #ef8425;
  color: #fff;
  font-size: 12px;
  line-height: 2em;
}

.cv-fixed-button__balloon:after {
  position: absolute;
  right: 0;
  bottom: -5.5px;
  left: 0;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #ef8425;
  content: "";
}

.cv-fixed-button__balloon--strong {
  position: relative;
  top: -1px;
  margin: 0 2px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0em;
}

.section__wrapper {
  padding: 24px 20px;
  background-color: #fff1d1;
}

.title {
  text-align: center;
  font-weight: bold;
}

.title__main {
  margin-bottom: 6px;
  font-weight: 800;
  font-size: 30px;
  letter-spacing: .1em;
}

.title__sub {
  margin-bottom: 16px;
  font-size: 16px;
}

.title__text {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.6;
}

.content {
  border-radius: 8px;
}

.cv-chat {
  display: flex;
  justify-content: center;
  padding: 16px 20px;
  background-color: #54ad3e;
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 50%);
  border: solid 2px #fff;
  border-radius: 30px;
  cursor: pointer;
}
.cv-chat:hover {
  text-decoration: none;
}

.cv-chat__text {
  margin-right: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.cv-chat__arrow {
  margin: auto 0;
  height: 12px;
  width: 12px;
  fill: #fff;
}

.summary {
  margin: 32px 0;
  text-align: center;
}

.summary-heading {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.8px;
  text-decoration: underline dotted;
  text-decoration-color: #ef8425;
  text-decoration-thickness: 3px;
}

.summary-img {
  width: 214px;
}

.summary-text {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.8px;
}

.point-item {
  margin-bottom: 20px;
}

.point-top {
  padding: 24px 0;
  text-align: center;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
}

.point-num {
  margin-bottom: 16px;
  width: 70px;
}

.point-heading {
  margin-bottom: 12px;
  font-size: 19px;
  font-weight: bold;
}

.point-text {
  line-height: 1.6;
}

.point-bottom {
  width: 100%;
}

.problem-solving {
  padding: 32px 20px;
}

.problem-solving-title {
  margin-bottom: 12px;
  text-align: center;
}

.problem-solving-label {
  width: 197px;
}

.problem-solving-img-wrapper {
  margin-bottom: 20px;
}

.problem-solving-img {
  width: 100%;
}

.problem-solving__item {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 660px;
  border-radius: 8px;
  overflow: hidden;
}

.problem-solving__conclusion {
  margin: 0 auto 24px;
  padding: 0 60px;
  width: 100%;
  max-width: 660px;
  text-align: center;
}

.howtostart {
  padding: 32px 0;
  background-color: #fff1d1;
}

.howtostart-title {
  padding: 0 20px;
  margin-bottom: 16px;
  text-align: center;
}

.howtostart-eng {
  width: 245px;
  margin-bottom: 12px;
}

.howtostart-heading {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
}

.howtostart-content {
  padding: 0 20px;
}

.howtostart-img {
  width: 100%;
}

.plan-img-wrapper {
  position: relative;
}

.plan-badge {
  position: absolute;
  top: -56px;
  right: 0px;
  width: 25%;
}

@media screen and (min-width:414px) { 
  .plan-badge {
    top: -92px;
  }
}

@media screen and (min-width:599px) { 
  .plan-badge {
    top: -120px;
    width: 20%;
  }
}

.plan-img {
  width: 100%;
}

.menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 12px 12px;
  margin-bottom: 32px;
}

.menu__item {
  width: calc(50% - 6px);
  max-width: 240px;
  padding-bottom: 12px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  font-size: 12px;
  text-align: left;
}

.menu__image {
  width: 100%;
  margin: 0;
}

.menu__name {
  padding: 12px 12px 8px;
  font-weight: bold;
}

.menu-nutrients__list {
  padding: 0 12px;
  word-break: keep-all;
}

.menu-nutrients__item {
  display: inline;
  margin-left: 2px;
}

.menu-sub__title {
  margin-bottom: 16px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.78px;
}

.menu-sub__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  padding:  20px;
  border-radius: 8px;
  background-color: #fff;
  text-align: left;
}

.menu-sub__item {
  list-style-type: disc;
  width: calc(50% - 24px);
  max-width: 240px;
  margin-left: 8px;
  font-weight: bold;
  font-size: 12px;
}

.menu__more {
  margin-top: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.package {
  padding: 32px 0;
  background-color: #fff1d1;
}

.package-title {
  padding: 0 20px;
  margin-bottom: 16px;
  text-align: center;
}

.package-eng {
  width: 155px;
  margin-bottom: 12px;
}

.package-heading {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
}

.package-img {
  width: 100%;
}

.letsstart {
  padding: 32px 0;
  background-color: #fff1d1;
}

.letsstart-title {
  padding: 0 20px;
  margin-bottom: 16px;
  text-align: center;
}

.letsstart-eng {
  width: 215px;
  margin-bottom: 12px;
}

.letsstart-heading {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
}

.letsstart-content {
  background-color: #fff;
}

.review__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.review__item:not(:last-child) {
  margin-bottom: 20px;
}

.review__icon {
  width: 25%;
  max-width: 64px;
  margin-right: 26px;
}

.review__icon img {
  width: 100%;
}

.review__content {
  position: relative;
  padding: 12px 16px;
  width: 70%;
  max-width: 600px;
  background-color: #fff;
  border-radius: 8px;
}

.review__content:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -6px;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  margin: auto 0;
  background-color: #fff;
  content: "";
}

.review__strong {
  font-weight: bold;
}

.review__profile {
  margin-top: 4px;
  text-align: right;
  font-size: 12px;
}

.review__instagram__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  overflow-x: scroll;
}

.review__instagram__item {
  position: relative;
}

.review__instagram__item:not(:first-child) {
  margin-left: 8px;
}

.review__instagram__item.is-close {
  height: 60vh;
  overflow-y: clip;
}

.is-close .review__instagram__more {
  display: block;
  font-size: 12px;
  font-weight: bold;
}

.review__instagram__more {
  display: none;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.review__instagram__more:before {
  display: block;
  position: absolute;
  bottom: 50px;
  z-index: -1;
  height: 80px;
  width: 100%;
  background: linear-gradient(180deg,hsla(0,0%,100%,.1) 0,#fff);
  content: "";
}

.section__letsstart {
  background-color: #fff;
}

.section__letsstart .cv-chat {
  margin-top: 32px;
}

.faq__list {
  padding:  20px;
  border-radius: 8px;
  background-color: #fff;
}

.faq__item:not(:first-child) {
  margin-top: 24px;
}

.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.faq__arrow-down {
  margin-left: 20px;
  fill: #ef8425;
  width: 12px;
  height: 12px;
}

.faq__answer {
  display: none;
  margin-top: 8px;
  padding: 16px;
  font-size: 12px;
  background-color: #f4f4f4;
  border-radius: 4px;
  transition: max-height 1s ease-out;
}

.faq__answer.js-is-open {
  display: block;
}

.footer {
  padding: 32px 20px 100px;
  background-color: #fff1d1;
}

.footer-logo {
  width: 97px;
  margin-bottom: 28px;
}

.footer-list {
  margin-bottom: 88px;
}

.footer-item {
  margin-bottom: 8px;
}

.footer-link {
  font-size: 13px;
}

.footer-copyright {
  display: flex;
  justify-content: center;
  font-size: 11px;
}

/* style for carousel */
#carousel {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: solid 2px #f29d51;
}

.slide-indicators {
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
}

.slide-indicator {
  display: flex;
  justify-content: center;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.slide-indicator:after {
  content: "";
  background-color: #fff;
  opacity: 0.5;
  margin-top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 30px;
}

.slide-indicator.active:after,
.slide-indicator:hover:after {
  background-color: #fff;
  opacity: 1;
}

.slide-banner {
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 15px;
  font-size: 2.5vw;
}

.slide-banner a {
  color: #ffffff;
}

#slide-container {
  scroll-snap-type: x mandatory;
  overflow: hidden;
  overflow-x: scroll;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.slide {
  scroll-snap-align: center;
  position: relative;
  min-width: 100%;
}

.slide img {
  width: 100%;
}

.arrow {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.arrow img {
  width: 11px;
  height: 17px;
}

.arrow.forward {
  right: 0;
}

.hide {
  display: none;
}

/*form*/
.input_tel_ec .form_group_ec:after,
.input_tel_sp_ec .form_group_sp_ec:after {
  content: '電話番号は半角数字(ハイフンなし)でご記入ください。';
  display: block;
  margin: 4px 2px 0;
  color: #666;
}

.input_email_ec .form_group_ec:after,
.input_email_sp_ec .form_group_sp_ec:after {
  content: '「noreply@delishkitchen.tv」からのメールを受け取れるよう、ご自身のメール受信設定をご確認ください。';
  display: block;
  margin: 4px 2px 0;
  color: #666;
}

.input_password_ec.js-password-alert .form_group_ec:after,
.input_password_sp_ec.js-password-alert .form_group_sp_ec:after {
  content: 'パスワードは8文字以上でご記入ください。';
  display: block;
  margin: 4px 2px 0;
  color: #666;
}

.preview_container_ec:after,
.preview_container_sp_ec:after {
  content: '上記の合計金額は割引が適用された金額です。';
  display: block;
  text-align: center;
  width: 95%;
  max-width: 852px;
  margin: 12px auto;
  padding: 12px;
  border: 2px solid;
  font-size: 1.1em;
  font-weight: bold;
  color: #666;
}

.submit_sp_ec {
  position: relative;
}

.submit_ec:before
,.submit_sp_ec:before {
  content: "確認事項に同意の上";
  display: block;
  margin-bottom: -30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.submit_sp_ec:before {
  margin-bottom: -34px;
  font-size: 16px;
}

.submit_button_complete_sp_ec {
  max-width: 400px;
}

.submit_ec #AmazonPayButton {
  top: 4px;
}

.submit_sp_ec #AmazonPayButton {
  top: 8px;
}

