.cv-chat{
  display: flex;
  justify-content: center;
  position: relative;
  left: 0;
  right: 0;
  width: 90%;
  margin: 40px auto 0;
  padding: 16px 20px;
  background-color: #F67738;
  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.5rem;
  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: #FEE800;
  font-size: 1.125rem;
  font-weight: 700;
  color: #322012;
}
.cv-chat__balloon:after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 16px;
  margin: auto;
  background: #FEE800;
  height: calc(tan(60deg) * 10px / 2);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.fixed-nav__list{
  display: none;
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80%;
  max-width: 384px;
  margin: auto;
  padding: 8px;
}
.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;
  color: #55AF4D;
  cursor: pointer;
}
.fixed-nav__button:hover{
  text-decoration: none;
}
.fixed-nav__item.fixed-nav__cv{
  width: 100%;
  height: 52px;
  padding: 0;
  border: 1px solid #F67738;
  background-color: #F67738;
  border-radius: 100px;
}
.fixed-nav__cv .cv-chat{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #F67738;
  box-shadow: none;
  border: none;
}
.fixed-nav__cv .cv-chat__text{
  margin-left: -10px;
  font-size: 5.2vw;
}
.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: #FFFAC1;
}
.side-content__wrapper{
  width: 100%;
  height: calc(100vh - 80px);
  background: #FFFCDF;
}
.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;
}
.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;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.right__brand--img{
  height: 14px;
  margin-left: 10px;
}
.kv{
}
.kv__brand{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin: 16px;
}
#coupon__wrapper{
  display: none;
  padding-bottom: 60px;
  background-color: #FFFCDF;
}
.section__wrapper{
  background-color: #FFF1D2;
}
.questionnaire{
  padding: 16px 8px;
}
.questionnaire__all{
  display: block;
  width: 100%;
  text-align: center;
}
.questionnaire__list{
  margin: 0;
  text-align: center;
}
.questionnaire__list:not(:last-child){
  margin-bottom: 24px;
}
.questionnaire__list dd{
  margin: 0;
}
.questionnaire__item{
  padding: 16px 16px 24px;
  border-radius: 8px;
  background-color: #fff;
}
.questionnaire__item:not(:first-child){
  margin-top: 24px;
}
.questionnaire__question{
  margin-bottom: 16px;
}
.questionnaire__answer__list{
  display: flex;
  justify-content:space-between;
}
.questionnaire__answer__list.questionnaire__answer__list--vertical{
  display: block;
}
.questionnaire__answer__item{
  cursor: pointer;
}
.questionnaire__answer__item:not(:first-child){
  margin-left: 8px;
}
.questionnaire__answer__list.questionnaire__answer__list--vertical .questionnaire__answer__item{
  display: block;
  width: 100%;
}
.questionnaire__answer__list.questionnaire__answer__list--vertical .questionnaire__answer__item:not(:first-child){
  display: block;
  width: 100%;
  margin: 12px 0 0;
}
.questionnaire__answer__item.active .questionnaire__answer{
  display: none;
}
.questionnaire__answer__item .questionnaire__answer--active{
  display: none;
}
.questionnaire__answer__item.active .questionnaire__answer--active{
  display: inline;
}
.questionnaire__arrow{
  width: 140px;
  margin-bottom: 24px;
}
.questionnaire__note{
  text-align: right;
  margin-top: 12px;
  font-size: 0.75em;
  font-weight: 400;
  color: #5C3C1C;
}
.questionnaire__submit{
  margin-top: 16px;
  text-align: center;
}
.questionnaire__submit__btn{
  width: 90%;
  padding: 0;
  border: none;
  background: transparent;
}
.questionnaire__submit__btn img{
  display:block;
}
.section__coupon{
  padding-bottom: 60px;
  background-color: #CBE9C2;
}
.coupon__note__list{
  padding : 24px 24px 0;
  color: #5c3c1c;
  background-color: #cbe9c2;
  font-size: 14px;
}
.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;
  letter-spacing: 0.1em;
}
.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.75rem;
  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 16px;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #897566;
}
.voice__prof{
  text-align: right;
  width: 100%;
  padding: 0 16px;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #897566;
}
.voice__prof--img{
  height: 18px;
  margin-right: 8px;
}
.voice__footer--img{
  width: 100%;
}
.point__badge{
  position: relative;
}
.point__badge--img{
  position: absolute;
  top: -96px;
  left: -40px;
  height: 66.5px;
}
.nutrition{
  text-align: center;
  padding-bottom: 60px;
  background-color: #FFFFF2;
}
.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;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 10%);
  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;
}
.nutrition__item:not(:last-child){
  margin-bottom: 60px;
}
.nutrition__item--img{
  width: 100%;
  margin-bottom: 24px;
}
.nutrition__note--list{
  text-align: left;
  margin-left: 16px;
  font-size: 0.75rem;
  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;
}
.faq{
  padding: 60px 0;
  background-color: #FFFCDF;
}
.faq__title{
  text-align: center;
  margin-bottom: 32px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.faq__list{
  margin: 0 16px;
}
.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: #FFFDE1;
  font-size: 1rem;
}
.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: -24px;
    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{
    display: block;
  }
}
@media screen and (max-width:1290px){
  .content__left {
    display: none;
  }
}
#payment-form{
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
/* 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
}
