@charset "utf-8";
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
}
body {
  background-color: #fff;
  overflow-wrap: break-word;
  /* word-break:break-all; */
}
article,
header,
footer {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --red: #d1382a;
  --yellow: #ffe06b;
  --cream_100: #ffeeac;
  --cream_50: #fff6d5;
  --beige: #fffcf2;
  --gray: #4d4d4d;
}

/* COMMON */

/* text */
.t_red {
  color: var(--red);
}
.t13 {
  font-size: var(--14px);
}
.t14 {
  font-size: var(--14px);
}
.t15 {
  font-size: var(--15px);
}
.t16 {
  font-size: var(--16px);
}
.t18 {
  font-size: var(--18px);
}
.t20 {
  font-size: var(--20px);
}

/* title */
.title_20 {
  font-size: var(--19px);
  font-weight: 600;
}
.title_20 strong {
  font-size: 140%;
}
.title_26 {
  font-size: var(--26px);
  font-weight: 600;
}

/* bg */
.bg_cream {
  background-color: var(--cream_100);
}
.bg_cream_50 {
  background-color: var(--cream_50);
}
.bg_beige {
  background-color: var(--beige);
}
.bg_yellow {
  background-color: var(--yellow);
}

/* link */
a.other {
  position: relative;
  display: block;
  padding: 10px 30px 10px 10px;
  background-color: #fff;
  border: 1px solid var(--red);
  /* border-radius: 20px; */
  box-sizing: border-box;
  font-size: var(--16px);
  font-weight: 600;
  color: #fff;
  text-align: center;
}
a.other:after {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../../../public/products/img/common/eshop_arrow.svg) 0 0 no-repeat;
  background-size: 100%;
}

.flex .other {
  width: calc(50% - 5px);
}
a.cart_btn {
  display: inline-block;
  padding: 6px 40px 7px;
  background: var(--red);
  border-radius: 25px;
  box-sizing: border-box;
  font-size: var(--16px);
  color: #fff;
  text-align: center;
}
a.cart_btn:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  transform: translateY(2px);
  width: 17px;
  height: 17px;
  background: url(../images/icon_cart_white.svg) no-repeat center center;
  background-size: 100%;
}

/* parts */
.box_round {
  border-radius: 14px;
  box-sizing: border-box;
}
.anchor {
  display: block;
  margin-top: -50px;
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .title_20 {
    font-size: var(--22px);
    letter-spacing: 0.1em;
  }
  /* a.other {
padding: 5px 20px 3px;
} */
  a.cart_btn {
    padding: 10px 60px 8px;
    font-size: var(--18px);
  }
  a.cart_btn:after {
    margin-left: 20px;
    width: 20px;
    height: 20px;
  }
} /* COMMON min-width:768px */

@media screen and (max-width: 768px) {
  .t12_sp {
    font-size: var(--12px);
  }
  .t13_sp {
    font-size: var(--13px);
  }
  .t14_sp {
    font-size: var(--14px);
  }
  .t15_sp {
    font-size: var(--15px);
  }
  .t16_sp {
    font-size: var(--16px);
  }
  .t17_sp {
    font-size: var(--17px);
  }
  .t18_sp {
    font-size: var(--18px);
  }
  .t19_sp {
    font-size: var(--19px);
  }
  .t20_sp {
    font-size: var(--20px);
  }
  .text-left_sp {
    text-align: left;
  }
  .text-center_sp {
    text-align: center;
  }
} /* max-width:768px */

/* header */
.header {
  display: none;
}

/* hamburger menu */
.hmenu-wrapper {
  position: fixed;
  top: 5px;
  right: 5px;
  padding: 0;
  z-index: 999;
}
.hmenu {
  width: 38px;
  height: 38px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  float: right;
}
.hmenu1,
.hmenu2,
.hmenu3 {
  position: absolute;
  right: 10px;
  display: inline-block;
  width: 38px;
  background-color: #d64c40;
  height: 2px;
  transition: all 0.3s ease-out;
}
.hmenu1 {
  top: 8px;
}
.hmenu2 {
  top: 18px;
}
.hmenu3 {
  top: 28px;
}
.hmenuclick1 {
  top: 18px;
  transform: rotate(45deg);
}
.hmenuclick2 {
  opacity: 0;
}
.hmenuclick3 {
  top: 18px;
  transform: rotate(-45deg);
}
.hmenu-back {
  display: none;
  /* position: absolute; */
  position: fixed;
  background-color: #fff;
  opacity: 0.9;
  z-index: 997;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hmenu-nav {
  display: none;
  position: fixed;
  background-color: #fff;
  z-index: 998;
  width: 100%;
  box-sizing: border-box;
  top: 0;
}
.hmenu-nav {
  padding-top: 50px;
}
.hmenu-nav a {
  display: block;
  padding: 1.2rem;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #e1ddda;
}
.hmenu-nav a.cart:after {
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  width: 15px;
  height: 15px;
  background: url(../images/icon_cart_red.svg) no-repeat center bottom;
  background-size: 100%;
}

@media screen and (min-width: 768px) {
  .hmenu-wrapper {
    display: none;
  }
  .header {
    display: block;
    background: var(--beige);
  }
  .header .gnav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .gnav a {
    display: block;
    padding: 20px 15px;
    text-align: center;
    font-size: var(--17px);
    font-weight: 500;
  }
  .header .gnav a:after {
    content: "";
    display: inline-block;
    margin-left: 1rem;
    width: 7px;
    height: 7px;
    border-right: 2px solid var(--red);
    border-bottom: 2px solid var(--red);
    transform: translateY(-3px) rotate(45deg);
  }
  .gnav a.cart:after {
    margin-left: 0.5rem;
    width: 16px;
    height: 16px;
    background: url(../images/icon_cart_red.svg) no-repeat center bottom;
    background-size: 100%;
    border: none;
    transform: translateY(1px);
  }
} /* header min-width:768px */

@media screen and (min-width: 1080px) {
  .header .gnav a {
    padding: 24px;
  }
} /* header min-width:1080px */

/* footer */
.footer .logo {
  margin-bottom: 2rem;
  text-align: center;
}
.footer .logo > img {
  width: 22%;
  max-width: 92px;
}

.footer ul {
  text-align: center;
}
.footer li {
  display: inline-block;
  padding-top: 5px;
  font-size: var(--12px);
}
.footer li:nth-child(3):after,
.footer li:nth-child(4):after {
  content: "";
  display: inline-block;
  margin: 0 0 0 3px;
  width: 1px;
  height: 10px;
  background: var(--font-color);
  transform: translateY(2px);
}
.footer li a,
.footer li a:visited {
  color: var(--gray);
}
.footer .copyright {
  margin: 2rem 0 4rem;
  text-align: center;
  font-size: var(--12px);
  color: var(--gray);
}

.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 45px;
  height: 55px;
  background: url(../images/btn_pagetop.svg) no-repeat center center;
  background-size: 100%;
  z-index: 800;
}

@media screen and (min-width: 768px) {
  .footer .logo {
    margin-bottom: 6rem;
  }
  .footer li {
    font-size: var(--13px);
  }
  .footer li:after,
  .footer li:nth-child(3):after,
  .footer li:nth-child(4):after {
    content: "";
    display: inline-block;
    margin: 0 5px 0 10px;
    width: 1px;
    height: 12px;
    background: var(--font-color);
    transform: translateY(2px);
  }
  .footer li:last-child:after {
    display: none;
  }
  .footer .copyright {
    margin: 2rem 0;
  }
  .pagetop {
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 64px;
  }
} /* footer min-width:768px */

/* fv */
#fv {
  background: #fff;
}
#fv > div {
  padding-bottom: 3rem;
  background: #fff url(../images/fv_bg_sp.jpg) no-repeat center top;
  background-size: 140%;
}
#fv .logo > img {
  width: 50px;
}
#fv .maintitle > h2,
#fv .maintitle > p {
  width: 65%;
}
#fv h1 {
  margin-bottom: 1rem;
  font-size: var(--18px);
  font-weight: 600;
  text-align: center;
}
#fv .cart_btn {
  display: block;
  margin: 2rem 0;
  padding-right: 20px;
  padding-left: 20px;
}
#fv .cart_btn + p {
  letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) {
  #fv > div {
    background-image: url(../images/fv_bg.jpg);
    background-size: auto 110%;
    background-position: bottom;
  }
  #fv .wrapper {
    justify-content: space-between;
    align-items: flex-end;
  }
  #fv .logo > img {
    width: 102px;
  }
  #fv .maintitle {
    padding-bottom: 7rem;
  }
  #fv .maintitle > h2,
  #fv .maintitle > p {
    width: 100%;
    max-width: 340px;
  }
  #fv h1 {
    text-align: left;
  }
  #fv .cart_btn {
    margin: 2.5rem 0 1.5rem;
  }
  #fv .wrapper .col4 {
    margin-right: 4%;
  }
  #fv .wrapper .col4.maintitle {
    margin-right: 0;
    margin-left: calc(4% + 30px);
  }
} /* fv min-width:768px */

@media screen and (min-width: 1080px) {
  #fv .wrapper .col4 {
    margin-right: 6%;
  }
  #fv .wrapper .col4.maintitle {
    margin-left: 6%;
  }
} /* fv min-width:1080px */

/* trouble */
#trouble {
  padding: 1rem 0 4rem;
}
#trouble .flex {
  flex-wrap: wrap;
}
#trouble .flex > p + p {
  margin-top: 1rem;
}
#trouble .flex > p {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #trouble {
    padding: 2rem 0 10rem;
  }
  #trouble .flex {
    padding: 0 30px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #trouble .flex > p + p {
    margin-top: 0;
  }
} /* trouble min-width:768px */

/* answer */
#answer {
  border-top: 17px solid var(--yellow);
}
#answer .col12 {
  padding: 0;
  transform: translateY(-27px);
  margin-bottom: -27px;
}

@media screen and (min-width: 768px) {
  #answer {
    border-top-width: 20px;
  }
  #answer .col12 {
    transform: translateY(-50px);
    margin-bottom: -50px;
  }
} /* answer min-width:768px */

/* merit */
#merit {
  background: url(../images/merit_bg.jpg);
  background-size: 430px;
}
#merit .flex {
  flex-wrap: wrap;
  align-items: stretch;
}
#merit .flex > div,
#merit .flex > figure {
  width: 100%;
  box-sizing: border-box;
}
#merit .flex > div {
  position: relative;
  padding: 3rem 2rem 2rem;
  background: linear-gradient(#fff 35%, var(--beige) 35%, var(--beige) 100%);
  z-index: 1;
}
#merit .flex > div .num {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 90px;
  z-index: -1;
}
#merit .flex > div h3 {
  margin-bottom: 1.5rem;
  font-size: var(--22px);
  font-weight: 600;
}
#merit .flex > div h3 > strong {
  font-size: 125%;
}

@media screen and (min-width: 768px) {
  #merit .flex {
    flex-wrap: nowrap;
    align-items: stretch;
    width: var(--col11);
  }
  #merit .flex.reverse {
    flex-direction: row-reverse;
  }
  #merit .flex figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #merit .flex > div {
    padding: 4rem;
    width: calc(100% - 8rem);
    background: linear-gradient(#fff 30%, var(--beige) 30%, var(--beige) 100%);
  }
  #merit .flex > div .num {
    top: 20px;
    right: 20px;
    width: 105px;
  }
  #merit .flex > div h3 {
    font-size: var(--24px);
  }
} /* merit min-width:768px */

@media screen and (min-width: 1080px) {
  #merit .flex {
    width: var(--col8);
  }
} /* merit min-width:1080px */

/* amount */
#amount {
  background: linear-gradient(var(--cream_100) 280px, var(--beige) 280px, var(--beige) 100%);
}
#amount .exclamation > span {
  position: relative;
  padding-right: 15px;
  letter-spacing: -0.05em;
}
#amount .exclamation > span:after {
  position: absolute;
  bottom: -6px;
  right: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 445px;
  background: url(../images/icon_exclamation.svg) no-repeat right bottom;
  background-size: 100%;
}

@media screen and (min-width: 768px) {
  #amount .exclamation > span {
    letter-spacing: normal;
    padding-right: 20px;
  }
  #amount .exclamation > span:after {
    width: 11px;
  }
} /* amount min-width:768px */

@media screen and (min-width: 1080px) {
  #amount {
    background: linear-gradient(var(--cream_100) 450px, var(--beige) 450px, var(--beige) 100%);
  }
} /* amount min-width:1080px */

@media screen and (max-width: 767px) {
  #amount .box_round {
    margin: 0 auto;
    max-width: 380px;
  }
} /* amount max-width:767px */

/* cv */
.cv {
  position: relative;
  padding: 3rem 0 4rem;
  background: linear-gradient(var(--yellow) 0, var(--beige) 60%);
  overflow-x: hidden;
  z-index: 1;
}
.cv:before {
  position: absolute;
  top: -150px;
  left: -20%;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 280px;
  height: 280px;
  transform: rotateX(82deg) rotateZ(45deg) translate(50px);
  border-radius: 80px;
  background: var(--beige);
}
.cv:after {
  position: absolute;
  bottom: 135px;
  right: 0;
  content: "";
  display: block;
  width: 145px;
  height: 145px;
  background: url(../images/cv_bg_soup_sp.png) no-repeat right bottom;
  background-size: 100%;
  z-index: -1;
}

.cv h3 {
  margin-top: 30px;
}
.cv h3 > img {
  width: 230px;
}

@media screen and (min-width: 768px) {
  .cv {
    padding: 7rem 0 8rem;
  }
  .cv:before {
    position: absolute;
    top: -270px;
    left: -9%;
    width: 500px;
    height: 500px;
    border-radius: 150px;
  }
  .cv:after {
    bottom: auto;
    top: 0;
    width: 40%;
    max-width: 490px;
    height: 364px;
    background-image: url(../images/cv_bg_soup.png);
    background-position: top right;
  }
  .cv h3 {
    margin-top: 0;
  }
  .cv h3 > img {
    width: 405px;
  }
} /* cv min-width:768px */

/* feature */
#feature .title {
  position: relative;
  margin: 0 auto;
  width: 55%;
  max-width: 210px;
  transform: translateY(15px);
  z-index: 10;
}
#feature .inner-wrapper {
  padding: 4rem 1rem;
}

#feature dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
}
#feature dt,
#feature dd {
  box-sizing: border-box;
}
#feature dt {
  width: 40%;
}
#feature dd {
  width: 55%;
  font-size: var(--16px);
}
#feature .package {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #feature .title {
    max-width: 260px;
    transform: translateY(20px);
  }
  #feature .inner-wrapper {
    padding: 5rem 0;
  }

  #feature dl {
    display: block;
    padding-left: 20px;
  }
  #feature dt,
  #feature dd {
    width: 100%;
  }
  #feature dd {
    font-size: var(--17px);
    margin-top: 2rem;
  }

  #feature dt > img {
    width: 250px;
  }
  #feature .title_26 {
    padding-bottom: 0;
    text-align: center;
  }

  #feature .package {
    text-align: right;
    transform: translateY(7px);
  }
} /* feature min-width:768px */

/* information */
#information .box_product {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem 2.6rem 4rem;
  box-sizing: border-box;
  background: #fff url(../images/bg_box_product.svg) no-repeat center top;
  background-size: 100%;
}
#information .box_product .head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#information .box_product .head h2 {
  width: 128px;
}
#information .box_product .head h3 + p {
  margin-top: 0.6rem;
}
#information .box_product .col {
  padding: 30px 0 0;
}
#information .box_product .col > h3 {
  font-size: var(--24px);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
}
#information .box_product .col ul {
  margin-top: 2rem;
}
#information .component {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed var(--yellow);
}
#information .component .trigger,
#information .component p a {
  position: relative;
  padding: 0.8rem 1rem 0.5rem;
  background: var(--yellow);
  text-align: center;
  transition: opacity 0.2s;
  cursor: pointer;
  display: block;
}
#information .component .trigger:hover,
#information .component p a:hover {
  opacity: 0.7;
}
#information .component .trigger:after,
#information .component p a:after {
  position: absolute;
  right: 20px;
  top: 45%;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid var(--font-color);
  border-bottom: 1px solid var(--font-color);
  transform: translateY(-45%) rotate(45deg);
}
#information .component .trigger.current:after {
  top: 55%;
  transform: translateY(-55%) rotate(-135deg);
}
#information .component p a:after {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
#information .component dd {
  display: none;
  padding-top: 2rem;
  font-size: var(--15px);
}

@media screen and (min-width: 768px) {
  #information .col8 {
    width: var(--col10);
  }
  #information .box_product {
    padding: 3rem;
  }
  #information .box_product .head {
    justify-content: center;
    margin-bottom: 6rem;
  }
  #information .box_product .head h2 {
    width: 185px;
    margin-right: 15px;
  }
  #information .box_product .head > div {
    width: calc(100% - 200px);
  }
  #information .box_product .head h3 {
    letter-spacing: 0.05em;
  }
  #information .box_product .head h3 + p {
    margin-top: 0;
    /* margin-left: 1rem; */
  }
  #information .box_product .col > h3 {
    font-size: var(--28px);
  }
  #information .box_product .col {
    width: 50%;
    padding: 10px;
  }
} /* min-width:768px*/

@media screen and (min-width: 1200px) {
  #information .col8 {
    width: var(--col8);
  }
  #information .box_product .head h2 {
    margin-right: 60px;
  }
  #information .box_product .head h3 + p {
    margin-left: 1rem;
  }
  #information .box_product .head > div {
    width: auto;
  }
  #information .box_product .col {
    width: calc(50% - 60px);
    padding: 30px;
  }
} /*min-width:1200px*/

/* modal */
#js-show-popup,
.js-show-popup {
  transition: all 0.2s;
  cursor: pointer;
}
#js-show-popup:hover,
.js-show-popup:hover {
  opacity: 0.7;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  display: none;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup .modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  z-index: 9997;
}
.popup .modal_content .movie {
  padding-top: 0;
}
.popup .btn-modal-close {
  z-index: 9999;
  display: block;
  cursor: pointer;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
  cursor: pointer;
}
.btn-modal-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-modal-close:hover {
  opacity: 0.7;
}
.btn-modal-close:before,
.btn-modal-close:after {
  position: absolute;
  top: 10px;
  right: 0;
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: var(--red);
  transform: rotate(45deg);
}
.btn-modal-close:after {
  transform: rotate(-45deg);
}

.modal_buy {
  position: relative;
  background: #fff;
  border: 2px solid var(--red);
  padding: 3rem 2rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.modal_buy > figure {
  width: 80px;
}
.modal_buy > div {
  width: calc(100% - 95px);
}
.modal_buy > div a.other {
  padding: 3px 10px;
  font-size: var(--15px);
  background-size: 15px;
}
.modal_buy > div h3 > span.db {
  letter-spacing: -0.05em;
}

@media screen and (min-width: 768px) {
  .popup .modal_content {
    width: 70%;
    max-width: 600px;
  }
  .btn-modal-close {
    right: 15px;
    top: 15px;
  }
  .btn-modal-close:before,
  .btn-modal-close:after {
    width: 30px;
  }
  .modal_buy {
    padding: 5rem 7rem;
  }
  .modal_buy > figure {
    width: 170px;
  }
  .modal_buy > div {
    width: calc(100% - 190px);
  }
  .modal_buy > div a.other {
    padding: 3px 20px;
    font-size: var(--16px);
    background-size: 17px;
  }
  .modal_buy > div h3 > span.db {
    letter-spacing: normal;
  }
} /* modal min-width:768px */

/* IE11 */

@media all and (-ms-high-contrast: none) {
  img.widthauto_ie {
    width: auto;
    max-width: auto;
  }
} /* //IE11 */

/* Edge(EdgeHTML) */
_:-ms-lang(x)::backdrop,
.index_list a > figure img {
  height: auto;
}

_:lang(x)::-ms-,
.index_list a > figure img {
  height: auto;
}
