body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
.cv-chat{
  display: flex;
  justify-content: center;
  position: relative;
  left: 0;
  right: 0;
  width: 85%;
  margin: 16px auto 0;
  padding: 16px 20px;
  background-color: #54ad3e;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
  border: solid 2px #fff;
  border-radius: 100px;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.cv-chat:hover{
  text-decoration: none;
}
.cv-chat:before {
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
  animation: btn-shine 2s;
  animation-iteration-count: infinite;
  content: '';
}

@keyframes btn-shine {
  0% {
    left: -75%;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  30% {
    left: 75%;
    opacity: 0;
  }
  99% {
    left: 75%;
    opacity: 0;
  }
  100% {
    left: -75%;
    opacity: 0;
  }
}
.cv-chat__text{
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}
.cv-chat__arrow{
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  height: 20px;
  width: 20px;
  fill: #fff;
}
.cv-chat__balloon {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  align-items: center;
  width: max-content;
  margin: auto;
  padding: 2px 12px 0;
  border-radius: 4px;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
  background-color: #FFE800;
  font-size: 0.875rem;
  font-weight: 700;
}
.cv-chat__balloon:after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 16px;
  margin: auto;
  background: #FFE800;
  height: calc(tan(60deg) * 10px / 2);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.cv-chat__balloon--strong {
  color: #000000;
}
.fixed-nav__list{
  display: none;
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 480px;
  margin: auto;
  padding: 8px;
  background-color:rgba(255, 255, 255, 0.9);
}
.fixed-nav__item{
  display: flex;
  align-items: center;
  text-align: center;
  padding: 8px;
  border: 1px solid #55AF4D;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  background-color: #fff;
  color: #55AF4D;
  cursor: pointer;
}
.fixed-nav__item:not(:last-child){
  margin-right: 8px;
}
.fixed-nav__button:hover{
  text-decoration: none;
}
.fixed-nav__item.fixed-nav__cv{
  flex-grow: 1;
  padding: 0;
  border: 1px solid #35A02B;
  background-color: #35A02B;
}
.fixed-nav__cv .cv-chat{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #35A02B;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.fixed-nav__cv .cv-chat__text{
  margin-left: -10px;
  font-size: 4vw;
}
.fixed-nav__cv .cv-chat__arrow{
  right: 8px;
  height: 14px;
  width: 14px;
}
.fixed-nav__cv .cv-chat__balloon{
  top: -20px;
  padding-top: 0;
  font-size: 4vw;
  line-height: 1.6em;
  color: #322012;
}
.fixed-nav__cv .cv-chat__balloon:after {
  bottom: -6px;
  width: 12px;
  height: calc(tan(60deg) * 8px / 2);
}
.content__container{
  display: flex;
  justify-content: center;
  position: relative;
  background: #F9F6E6;
}
.side-content__wrapper{
  width: 100%;
  height: calc(100vh - 80px);
  background: #FFFDF6;
}
.content__left{
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
.content__left .side-content__wrapper{
  margin: 40px 0 40px 40px;
  padding: 36px 0 36px 36px;
  border-radius: 40px 0 0 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: content-box;
}
.left-menu__list{
  padding: 0 24px;
}
.left-menu__item{
  display: inline-block;
  width: 30%;
}
.left-menu__item:not(:last-child){
  margin-right: 12px;
}
.content__main{
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 480px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
  z-index: 10;
  background: #fff;
  color: #322012;
}
.content__right{
  position: sticky;
  top: 0;
  text-align: center;
  width: 100%;
  min-width: 360px;
  height: 100vh;
  padding-right: 40px;
}
.content__right .side-content__wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 40px 0 40px;
  border-radius: 0 40px 40px 0;
}
.right__logo--img{
  height: 74px;
  margin-bottom: 24px;
}
.right__brand{
  display: flex;
  align-items: center;
  margin-bottom: 56px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.right__brand--img{
  height: 14px;
  margin-left: 10px;
}
.right__nav{
  width: 100%;
  margin-bottom: 56px;
  line-height: 2rem;
}
.right-nav__list{
  text-align: left;
  width: max-content;
  margin: auto;
}
.right-nav__item{
  font-size: 1.25rem;
  font-weight: 600;
  color: #C2BAA2;
}
.right-nav__item:not(:last-child){
  margin-bottom: 24px;
}
.right-nav__jump{
  position: relative;
}
.right-nav__jump:hover{
  text-decoration: none;
}
a.right-nav__now{
  color: #322012;
}
.right-nav__now:before{
  position: absolute;
  left: -24px;
  content: "●";
  font-size: 0.5rem;
  color: #FEE800;
}
.right-btn .cv-chat{
  width: 340px;
}
.right-btn .cv-chat__balloon{
  font-size: 1rem;
}
.right-btn .cv-chat__text{
  font-size: 1.25rem;
}
.kv {
  display: flex;
  flex-wrap: wrap;
  height: 690px;
  background-color: #FEE800;
}

@media screen and (max-width: 400px) {
  .kv {
    height: 580px; 
  }
	.kv__title {
	  width: 70%;
	  margin: 35px 0 20px 20px;
	}	
}
@media screen and (max-width: 375px) {
  .kv {
    height: 500px; 
  }
	.kv__title {
	  width: 70%;
	  margin: 35px 0 20px 20px;
	}	
}


.kv__brand {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin: 16px;
}

.kv__logo {
  height: 40px;
}

.kv__copy {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.1em;
}

.kv__frame {
  flex-grow: 1;
  position: relative;
  width: 100%;
  margin: 0 16px 16px;
  overflow: hidden; /* はみ出た部分を隠す */
  border-radius: 16px;
  background: #fff;
  height: calc(100% - 84px); /* 高さを調整 */
}

.kv__info {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%; /* 親要素の高さに合わせる */
}

.kv__image--list {
  display: block;
  width: 100%;
  height: 100%; /* 高さを親要素に合わせる */
  overflow: hidden; /* はみ出た部分を隠す */
}

.kv__image--item {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.kv__title {
  width: 80%;
  margin: 40px 0 20px 20px;
}

.kv__subtitle {
  width: 42%;
  margin-left: 20px;
}

.kv__note--list {
  position: absolute;
  bottom: 12px;
  width: 100%;
}

.kv__note--item {
  position: relative;
  left: 20px;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.kv__note--item:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -12px;
  margin: auto 0;
  font-size: 0.625rem;
  font-weight: 500;
  content: "※";
}

.kv__pickup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
  align-items: center;
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-color: #ffffff;
  border: 2px solid #F61624;
  border-radius: 50%;
  color: #F61624;
  font-weight: 700;
  text-align: center;
}

.kv__pickup--icon {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 33%;
}

.kv__pickup--times {
  width: 100%;
  padding: 8px 0 2px;
  background-color: #F61624;
  color: #ffffff;
  font-size: 1rem;
}

.kv__pickup--coupon {
  width: 100%;
  font-size: 1rem;
  line-height: 1;
}

.kv__pickup--strong {
  font-size: 1.65rem;
  letter-spacing: -0.05em;
}

.kv__pickup--off {
  width: 100%;
  padding-bottom: 6px;
  font-size: 1.125rem;
  line-height: 1;
}

@media screen and (min-width: 480px) {
  .kv__pickup {
    width: 156px;
    height: 156px;
  }

  .kv__pickup--times {
    padding: 16px 0 4px;
    font-size: 1.25rem;
  }

  .kv__pickup--strong {
    font-size: 2.5rem;
  }

  .kv__pickup--off {
    padding-bottom: 12px;
    font-size: 1.5rem;
  }
}

.kv__coupon {
  text-align: center;
  width: 100%;
  padding: 8px;
  background-color: #F61624;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.kv__coupon--small {
  font-size: 0.75rem;
}

.kv__coupon--medium {
  font-size: 0.875rem;
}

.kv__coupon--strong {
  margin-right: 10px;
}

.slick-slider .slick-track, .slick-slider .slick-list{
	height: 100%;
}
.about{
  padding-top: 40px;
  background-color: #FFFDF6;	
  text-align: center;
}
.about__brand{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.about__logo{
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.about__brand--text{
  text-align: left;
  font-size: 0.875rem;
	font-weight: bold;
}
.about__name{
  margin-bottom: 32px;
}
.about__name--img{
  width: 66%;
}
.about__package{
  margin-bottom: 16px;
}
.about__img{
  width: 100%;
  padding: 0 28px;
}
.about__detail{
  margin: auto auto 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2em;
  letter-spacing: 0.1em;
}
.about__detail--strong{
  display: inline-block;
  padding: 0 8px;
  background: #FFFEF0;
  color: #EE7948;
}
.about__point--list{
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.about__point--item{
  width: 97px;
}
.about__point--item:not(:last-child){
  margin-right: 12px;
}
.delicious__feel--img{
  width: 100%;
}
.problem{
  position: relative;
  padding: 30px 32px 40px;
  border-top: 5px solid #FEE800;
  border-bottom: 5px solid #FEE800;
  z-index: 1;
}
.problem:after {
  position: absolute;
  right: 0;
  bottom: -24px;
  left: 0;
  width: 52px;
  margin: auto;
  background: #FEE800;
  height: calc(tan(60deg) * 24px / 2);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.problem__title{
  width: 58%;
  margin: auto auto 30px auto;
}
.problem__item{
  display: block;
  width: 100%;
	text-align: right;
}
.problem__item:not(:last-child){
  margin-bottom: 32px;
}
.problem__item:nth-child(even),.problem__item:last-child{
  text-align: left;
}
.problem__item--img{
  width: 95%;
}
.support{
  padding: 40px 0 32px;
  text-align: center;
  background-color: #FFFDF6;	
}
.support__title--sub{
  display: inline-block;
  padding: 4px 16px;
  border-radius: 55px;
  background-color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.support__title--img{
  width: 100%;
}
.support__list{
	padding: 0 16px;
}
.support__package{
  width: 300px;
  padding: 0 28px;
  margin-bottom: 24px;
  width: 100%;
}
.support__brand{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.support__brand--logo{
  height: 14px;
  margin-left: 10px;
}
.support__item{
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding: 8px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px #0000001A;
}
.support__list > li:not(:last-child) > .support__item{
  margin-bottom: 16px;
}
.support__item--img{
  width: 126px;
  border-radius: 15px 0px 0px 15px;
}
.support__item--caption{
  text-align: left;
  margin: 0 16px;
  font-weight: 700;
}
.support__item--title{
  margin-bottom: 4px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #55AF4D;
}
.support__item--detail{
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.plan{
  padding: 24px 0 40px;
  background-color: #FFFEE7;
}
.plan__header{
  text-align: center;
  margin: 0 16px;
  padding:8px 8px;
  width: auto;
  background-color: #F61624;
  border-radius: 4px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
}
.plan__title{
  text-align: center;
  margin: 16px auto 16px;
}
.plan__title--sub{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  font-size: 1.5rem;
  font-weight: 700;
}
.plan__title--crown{
  width: 39px;
  margin-right: 4px;
}
.plan__title--main{
  font-size: 1.875rem;
  font-weight: 700;
}
.plan__package{
  text-align: center;
  margin: 0 30px 8px;
}
.plan__package--img{
  width: 100%;
}
.plan__price{
}
.plan__price--term{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #F61624;
}
.plan__price--times{
  margin-right: 12px;
  padding: 0 4px;
  border: 2px solid #F61624;
  font-size: 1.25rem;
}
.plan__price--coupon{
  font-size: 1.8rem;
  letter-spacing: normal;
}
.plan__coupon--strong{
  font-size: 1.875rem;
}
.plan__price--per{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #F61624;
}
.plan__per--img{
  width: 90px;
  margin-right: 10px;
}
.plan__price--perprice{
  font-size: 4.7rem;
  line-height: 0.8em;
}
.plan__price--unit{
  position: relative;
  text-align: center;
}
.plan__price--withtax{
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 4px;	
  letter-spacing: normal;
}
.plan__price--yen{
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 0.8em;
}
.plan__price--shipping{
  position: absolute;
  right:4px;
  bottom: -24px;
  text-align: right;
  font-size: 0.875rem;
  font-weight: 600;
  color: #F61624;
}
.plan__price--basic{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.plan__price--strike{
  text-decoration-line: line-through;
}
.plan__basic--small{
  font-size: 0.75rem;
}
.plan__price--right{
  margin: 0 6px;
  font-size: 0.625rem;
  color: #BEBEBE;
}
.plan__cancel{
  margin: 0 16px;
}
.plan__note--list{
  margin: 0 16px 0;
  padding: 10px 10px 20px 24px;
  font-size: 0.625rem;
  color: #897566;
}
.plan__note--item{
  position: relative;
}
.plan__note--item:before{
  top: 0;
  right: 0;
  bottom: 0;
  left: -12px;
  margin: auto 0;
  font-size: 0.75rem;
  font-weight: 500;
  content: "※";
  position: absolute;
}
.plan__option{
  margin: 0 16px 16px;
  padding-bottom: 4px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px #0000001A;
  border-radius: 10px;
  letter-spacing: 0.1em;
}
.plan__option--title{
  text-align: center;
  margin-bottom: 16px;
  padding: 8px 0;
  border-radius: 10px 10px 0 0;
  background-color: #EE7948;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #fff;
}
.plan__option--catch{
  margin: 0 16px 28px;
}
.plan__option--img{
  width: 100%;
  margin-bottom: 16px;
}
.plan__option--detail{
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.plan__suboption--subtitle{
  margin: 0 16px 8px;
  font-size: 0.875rem;
  font-weight: 700;
}
.plan__suboption--list{
  display: flex;
  flex-wrap: wrap;
  justify-content:  flex-start;
  gap: 8px;
  text-align: center;
  margin: 0 16px 16px;
}
.plan__suboption--item{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 16px) / 3);
  height: 48px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1rem;
  border-radius: 4px;
  background-color: #FDEED4;
}
.plan__option--popular{
  position: absolute;
  top: -5px;
  left: -2px;
  height: 16px;
}
.plan__assured{
  margin: 0 16px 8px;
  padding-bottom: 16px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px #0000001A;
  border-radius: 10px;
  letter-spacing: 0.1em;
}
.plan__assured--title{
  text-align: center;
  margin-bottom: 16px;
  padding: 8px 0;
  border-radius: 10px 10px 0 0;
  background-color: #EE7948;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #fff;
}
.plan__assured--list{
  margin: 16px 12px 0 60px;
}
.plan__assured--item{
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.plan__assured--item:not(:last-child){
  margin-bottom: 16px;
}
.plan__assured--strong{
  color: #EE7948;
}
.plan__assured--check{
  position: absolute;
  top: 0;
  bottom: 0;
  left: -32px;
  width: 20px;
  margin: auto;
}
#menu{
	background-color: #f5e6d1;
}
.menu__title{
  width: 100%;
}
.menu__title--img{
  width: 100%;
}
.menu__pickup--list{
  margin: 40px 16px 64px;
}
.menu__pickup--item{
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0px 6px 0 rgb(0 0 0 / 10%);
}
.menu__pickup--item:not(:last-child){
  margin-bottom: 32px;
}
.menu__pickup--img{
  width: 100%;
}
.menu__pickup--caption{
  padding: 16px;
}
.menu__pickup--name{
  text-align: center;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
}
.menu__pickup__sub--item{
  display: inline-block;
  position: relative;
  margin-left: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #897566;
}
.menu__pickup__sub--item:not(:last-child){
  margin-right: 14px;
}
.menu__pickup__sub--item:before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -14px;
  margin: auto 0;
  font-size: 0.875rem;
  font-weight: 500;
  content: "・";
}
.menu__other{
  position: relative;
}
.menu__scrollable{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: max-content;
  height: max-content;
  margin: auto;
  padding: 14px 10px 10px;
  overflow: hidden;
  background-color:rgba(50, 32, 18, 0.8);
  border-radius: 8px;
  color: #fff;
}
.menu__scrollable.js-hide{
  animation-duration: .3s;
  animation-fill-mode:forwards;
  animation-name: scrollableHide;
}
@keyframes scrollableHide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    display: none;
  }
}
.menu__scrollable--img{
  position: relative;
  right: 0;
  margin-bottom: 4px;
  animation-duration: 5s;
  animation-iteration-count:infinite;
  animation-name: scrollableSwing;
}
@keyframes scrollableSwing {
  0% {
    opacity: 0;
    right: -48px;
  }
  12.5% {
    opacity: 1;
    right: 0;
  }
  25% {
    opacity: 0;
    right: 48px;
  }
  25.1% {
    opacity: 0;
    right: -48px;
  }
  37.5% {
    opacity: 1;
    right: 0;
  }
  50% {
    opacity: 0;
    right: 48px;
  }
  50.1% {
    opacity: 1;
    right: 0;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
.menu__scrollable--text{
  font-size: 0.625rem;
}
.menu__other--title{
  text-align: center;
  margin-bottom: 36px;
  font-size: 1.5rem;
  font-weight: 700;
}
.menu__other--name{
  text-align: center;
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: 700;
}
.menu__other--item{
  width: 280px;
  margin: auto 10px;
}
.menu__other--wrapper{
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 94px;
  border-radius: 10px;
  box-shadow: 0 0px 6px 0 rgb(0 0 0 / 10%);
  background-color: #fff;
}
.menu__other--img{
  position: absolute;
  top: -94px;
  right: 0;
  left: 0;
  width: 220px;
  margin: auto;
}
.menu__other--caption{
  padding: 140px 32px 16px;
}
.menu__nutrients--item{
  position: relative;
  display: inline-block;
  margin-right: 4px;
  font-size: 0.75rem;
  color: #897566;
}
.menu__nutrients--item:not(:last-child):after{
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  width: 4px;
  height: 8px;
  margin: auto;
  border-right: 1px solid #E9DDD4;
  content: "";
}
.menu__nutrients--item dt{
  display: inline;
  margin-right: 4px;
}
.menu__nutrients--item dd{
  display: inline;
  padding-right: 4px;
}
.menu__note--list{
  margin: 50px 16px 40px 28px;
  font-size: 0.625rem;
  font-weight: 500;
  color: #897566;
}
.menu__note--item{
  position: relative;
}
.menu__note--item:before{
  top: 0;
  right: 0;
  bottom: 0;
  left: -12px;
  margin: auto 0;
  font-size: 0.75rem;
  font-weight: 500;
  content: "※";
  position: absolute;
}
.voice{
  text-align: left;
  margin: 0 16px;
  padding-bottom: 24px;
}
.voice:last-child{
  padding-bottom: 60px;
}
.voice__header--img{
  width: 100%;
}
.voice__title{
  width: 100%;
  padding: 8px 16px 12px;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #EE7948;
}
.voice__detail{
  width: 100%;
  padding: 0 16px 8px;
  background-color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  color: #212121;
}
.voice__prof{
  text-align: right;
  width: 100%;
  padding: 0 16px;
  background-color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: #212121;
}
.voice__prof--img{
  height: 18px;
  margin-right: 8px;
}
.voice__footer--img{
  width: 100%;
}
.deliciousness{
  background-color: #FFFDF5;
}
.deliciousness__catch{
  width: 100%;
  margin-bottom: 10px;
}
.deliciousness__catch--img{
  width: 100%;
}
.deliciousness__title{
  text-align: center;
  margin-bottom: 32px;
}
.deliciousness__title--img{
  width: 63%;
}
.point__badge{
  position: relative;
}
.point__badge--img{
  position: absolute;
  top: -96px;
  left: -40px;
  height: 66.5px;
}
.deliciousness__list{
  margin: 0 36px 40px 84px;
}
.deliciousness__item{
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.deliciousness__item:not(:last-child){
  margin-bottom: 24px;
}
.deliciousness__item--strong{
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #EE7948;
}
.deliciousness__item--check{
  position: absolute;
  top: 0;
  bottom: 0;
  left: -32px;
  width: 20px;
  margin: auto;
}
.deliciousness__item--detail{
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #897566;
}
.nutrition{
  text-align: center;
  background-color: #FFFDF6;
  padding: 0 0 60px;
}
.nutrition__catch{
  width: 100%;
  margin-bottom: 10px;
}
.nutrition__catch--img{
  width: 100%;
}
.nutrition__title{
  text-align: center;
  margin-bottom: 32px;
}
.nutrition__title--img{
  width: 60%;
}
.nutrition__title .point__badge--img{
  top: -128px;
}
.nutrition__subttitle{
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  padding: 16px 40px;
  background-color: #fff;
  border-radius: 80px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.nutrition__subttitle--strong{
  font-size: 1.25rem;
  color: #55AF4D;
}
.nutrition__item{
  margin: 0 16px 30px;
}
dd.nutrition__item:last-of-type{
  margin-bottom: 0;
}
.nutrition__item--img{
  width: 100%;
  margin-bottom: 24px;
}
.nutrition__note--list{
  text-align: left;
  margin-left: 16px;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #897566;
}
.nutrition__note--item{
  position: relative;
}
.nutrition__note--item:before{
  top: 0;
  right: 0;
  bottom: 0;
  left: -12px;
  margin: auto 0;
  font-size: 0.75rem;
  font-weight: 500;
  content: "※";
  position: absolute;
}
.compact{
  padding: 50px 16px;
 border-top: 8px solid #f5e6d1;
}
.compact__title{
  text-align: center;
  margin-bottom: 32px;
}
.compact__title--img{
  width: 60%;
}
.compact__title .point__badge--img{
  top: -84px;
  left: -44px;
}
.compact__item:not(:last-child){
  margin-bottom: 40px;
}
.compact__item--img{
  width: 100%;
  margin-bottom: 8px;
}
.compact__note--list{
  text-align: left;
  margin-left: 16px;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #897566;
}
.compact__note--item{
  position: relative;
}
.compact__note--item:before{
  top: 0;
  right: 0;
  bottom: 0;
  left: -12px;
  margin: auto 0;
  font-size: 0.75rem;
  font-weight: 500;
  content: "※";
  position: absolute;
}
.effort{
  text-align: center;
  padding: 50px 0 0;
  background-color: #FFFDF6;
  border-top: 8px solid #f5e6d1;
}
.effort__title{
  text-align: center;
  margin-bottom: 32px;
}
.effort__title--img{
  width: 43%;
}
.effort__title .point__badge--img{
  top: -96px;
  left: -72px;
}
.effort__subtitle--img{
  width: 90%;
  margin-bottom: 20px;
}
.effort__detail{
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #897566;
}
.effort__note--list{
  margin: -4px 0 20px;
}
.effort__note--item{
  display: inline-block;
  position: relative;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #897566;
}
.effort__note--item:before{
  top: 0;
  bottom: 0;
  left: -12px;
  margin: auto 0;
  font-size: 0.75rem;
  font-weight: 500;
  content: "※";
  position: absolute;
}
.idea{
  padding: 60px 0 0;
  background-color: #FFFDF6;
    border-top: 8px solid #f5e6d1;
}
.idea__title{
  text-align: center;
  margin-bottom: 50px;
}
.idea__title--img{
  width: 51%;
}
.idea__list{
  margin-bottom: 60px;
  padding: 0 24px;	
}
.idea__item:nth-child(odd){
  text-align: right;
}
.idea__item:not(:last-child){
  margin-bottom: 30px;
}
.idea__item--img{
  width: 90%;
}
.review{
  text-align: center;
  padding: 60px 0 0;
    background-color: #FFFDF6;
    border-top: 8px solid #f5e6d1;	
}
.review__title{
  text-align: center;
  margin-bottom: 50px;
}
.review__title--img{
  width: 60%;
}
.review__subttitle{
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0 auto 40px;
  padding: 16px 30px;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
  background-color: #EE7948;
  border-radius: 80px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
.review__subttitle:after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 20px;
  margin: auto;
  background: #EE7948;
  height: calc(tan(60deg) * 10px / 2);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.review__ranking--list{
  text-align: left;
  margin: 0 16px 40px;
}
.review__ranking--item{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.review__ranking--item:not(:last-child){
  margin-bottom: 32px;
}
.review__ranking--img{
  width: 38px;
  margin-right: 24px;
}
.review__img{
  width: 85%;
  margin-bottom: 24px;
}
.review__note--item{
  display: inline-block;
  position: relative;
  margin-bottom: 60px;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #897566;
}
.review__note--item:before{
  top: 0;
  bottom: 0;
  left: -12px;
  margin: auto 0;
  font-size: 0.75rem;
  font-weight: 500;
  content: "※";
  position: absolute;
}
.review__instagram__list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  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: 0.75rem;
  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: "";
}
.faq{
  padding: 60px 16px;
  background-color: #F8F8F8;
}
.faq__title{
  text-align: center;
  margin-bottom: 32px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.faq__item{
  padding: 24px 16px;
  border-radius: 4px;
  background-color: #fff;
}
.faq__item:not(:last-child){
  margin-bottom: 24px;
}
.faq__item--title{
  position: relative;
  margin-bottom: 16px;
  padding: 0 0 16px 32px;
  border-bottom: 1px solid #DACDC5;
  font-size: 1rem;
  font-weight: 700;
}
.faq__item--title:before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto 0;
  font-size: 1rem;
  font-weight: 600;
  color: #EE7948;
  content: "Q";
}
.faq__item--answer{
  position: relative;
  padding-left: 32px;
  font-size: 1rem;
}
.faq__item--answer:before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto 0;
  font-size: 1rem;
  font-weight: 600;
  color: #EE7948;
  content: "A";
}
.footer {
  padding: 32px 20px 32px;
  background-color: #ffffff;
  font-size: 1rem;
  border-top: solid 2px #C3C3C3;
}
.footer__contents{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto;
}
.footer__logo{
  flex-grow: 1.1;
  text-align: center;
  width: 40%;
  margin-bottom: 28px;
}
.footer__logo--img{
  height: 70px;
}
.footer__list{
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 60%;
  margin-bottom: 40px;
}
.footer__item:not(:last-child){
  margin: 0 32px 20px 0;
}
.footer-copyright{
  display: flex;
  justify-content: center;
  font-size: 0.75rem;
}
@media screen and (min-width:480px){
  .fixed-nav__cv .cv-chat__text{
    font-size: 1.25rem;
  }
  .fixed-nav__cv .cv-chat__balloon{
    top: -20px;
    font-size: 1rem;
  }
  .review__ranking--list{
    margin: 0 72px 40px;
  }
}
@media screen and (max-width:480px){
  .content__main{
    box-shadow: none;
  }
}
@media screen and (max-width:560px){
  .footer__logo,.footer__list,.footer__item{
    display: block;
    width: 100%;
  }
  .footer__contents{
    margin: auto;
  }
  .footer__logo--img{
    height: 48px;
  }
}
@media screen and (max-width:960px){
  .content__right{
    display: none;
  }
  .fixed-nav__list.js-show{
    display: flex;
  }
}
@media screen and (max-width:1290px){
  .content__left {
    display: none;
  }
}
/*form*/
#select_scheduled_to_be_delivered_every_x_day option[value="28"] {
  display: none;
}

.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.25rem;
  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: 1.25rem;
  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: 1rem;
}

.submit_button_complete_sp_ec{
  max-width: 400px;
}

.submit_ec #AmazonPayButton{
  top: 4px;
}

.submit_sp_ec #AmazonPayButton{
  top: 8px;
}
/* plugin  */
.ev-slick-dots {
    position: absolute;
    bottom: -35px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.ev-slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.ev-slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.ev-slick-dots li button:hover,.ev-slick-dots li button:focus {
    outline: none
}

.ev-slick-dots li button:hover:before,.ev-slick-dots li button:focus:before {
    opacity: 1
}

.ev-slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 0.375rem;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ev-slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75
}
