@charset "UTF-8";
.purchase__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.movie-area {
  margin: auto;
  max-width: 720px;
}
.movie-area__container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.movie-area iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gift__container, .howto__container, .product__container {
  padding: 100px 20px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gift__container, .howto__container, .product__container {
    padding: 14.6666666667vw 0px 13.3333333333vw 0px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .purchase__links, .product__inner {
    width: 80vw;
    margin: 0 auto;
  }
}

.howto__button, .product__button {
  display: flex;
  justify-content: center;
}

.msg .content__title {
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .msg .content__title {
    font-size: 4.8vw;
    line-height: 1.7777777778;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .product .content__lead-text, .tasty .content__lead-text, .life .content__lead-text {
    text-align: left;
  }
}

.howto .content__text, .product .content__text, .tasty .content__text, .life .content__text {
  max-width: 700px;
  margin: auto;
  margin-bottom: 70px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .howto .content__text, .product .content__text, .tasty .content__text, .life .content__text {
    margin-bottom: 9.3333333333vw;
    font-size: 1.5rem;
  }
}

.product-nav__item--topright, .product-nav__item--topleft, .product-nav__item--large, .product-nav__item {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 225px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .product-nav__item--topright, .product-nav__item--topleft, .product-nav__item--large, .product-nav__item {
    padding: 0;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    width: 40vw;
    margin: 2.6666666667vw 1.3333333333vw;
  }
}

.content {
  transition: opacity 0.5s;
}

.jsFvHide {
  opacity: 0;
}

.kv {
  background-color: #faf5f0;
  position: relative;
}
.kv__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
.kv__photo {
  position: relative;
  z-index: 1;
}
.kv__photo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .kv__msg {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .kv__msg {
    margin: 0 auto;
    padding: 13.3333333333vw 0;
    width: 80vw;
  }
}
.kv__msg-text {
  display: block;
}
.kv__slide-item {
  width: 100%;
}
.kv__slide-item img {
  width: 100%;
}
.kv .swiper-wrapper {
  padding-bottom: 44px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv .swiper-wrapper {
    padding-bottom: 12.2666666667vw;
  }
}
.kv__slidectrl-items {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 16px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .kv__slidectrl-items {
    bottom: 4.2666666667vw;
  }
}
.kv .swiper-pagination {
  padding-right: 4px;
  position: static;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .kv .swiper-pagination {
    padding-right: 0;
    padding-left: 1.0666666667vw;
  }
}
.kv .swiper-pagination-bullet {
  margin-left: 4px;
  margin-right: 4px;
  width: 12px;
  height: 12px;
  background: #CCCCCC;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .kv .swiper-pagination-bullet {
    margin-left: 1.6vw;
    margin-right: 1.6vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}
.kv .swiper-pagination-bullet-active {
  background: #6C2C2F;
}
.kv .swiper-button-prev,
.kv .swiper-button-next {
  width: 12px;
  height: 20px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .kv .swiper-button-prev,
  .kv .swiper-button-next {
    width: 2.5333333333vw;
    height: 4.5333333333vw;
    top: auto;
    bottom: 4vw;
  }
}
.kv .swiper-button-prev::after,
.kv .swiper-button-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/images/index/slide-arrow-pc.png) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .kv .swiper-button-prev::after,
  .kv .swiper-button-next::after {
    background: url(/assets/images/index/slide-arrow-sp.png) center/contain no-repeat;
  }
}
.kv .swiper-button-prev {
  transform: translate(0, -50%);
  right: auto;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .kv .swiper-button-prev {
    transform: none;
    left: 10vw;
  }
}
.kv .swiper-button-next {
  transform: translate(0, -50%) scaleX(-100%);
  left: auto;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .kv .swiper-button-next {
    transform: scaleX(-100%);
    right: 10vw;
  }
}
.kv__ctrl-btn {
  margin-right: 4px;
  margin-left: 8px;
  height: 12px;
  z-index: 11;
  appearance: none;
  background-color: transparent;
  border-width: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .kv__ctrl-btn {
    margin-right: 2.1333333333vw;
    margin-left: 3.7333333333vw;
    width: 2.6666666667vw;
    height: 3.6vw;
  }
}

.msg {
  background-image: url(/assets/images/index/bg-top.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 100px 20px;
}
@media screen and (max-width: 767px) {
  .msg {
    padding: 13.3333333333vw 0;
    background-image: url(/assets/images/index/bg-top-sp.png);
    background-repeat: repeat-y;
    background-size: 100%;
  }
}
.msg__acd-area {
  text-align: center;
}
.msg__acd-head-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4;
  text-align: left;
  max-width: 960px;
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  .msg__acd-head-text {
    margin: 6.6666666667vw auto;
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.msg__acd-content {
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}
.msg__acd-sub-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .msg__acd-sub-title {
    font-size: 4vw;
    line-height: 1.8666666667;
    margin-bottom: 1.3333333333vw;
    text-align: center;
  }
}
.msg__acd-text {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .msg__acd-text {
    font-size: 3.7333333333vw;
    line-height: 2;
    margin-bottom: 6vw;
  }
}

.statement {
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .statement {
    background-color: #ffffff;
  }
}
.statement__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
.statement__photo {
  position: relative;
  z-index: 1;
}
.statement__photo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .statement__msg {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .statement__msg {
    margin: 0 auto;
    padding: 0 0 13.3333333333vw;
    width: 80vw;
  }
}
.statement__msg-text {
  display: block;
}

.bnr {
  background-image: url(/assets/images/index/bg-top.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .bnr {
    background-image: url(/assets/images/index/bg-top-sp.png);
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.life {
  background-color: #ffffff;
}
.life__container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .life__container {
    flex-direction: column;
    width: 80vw;
    padding: 14.6666666667vw 0 13.3333333333vw;
  }
}
.life__msg {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .life__msg {
    max-width: 480px;
    margin-left: 8.3333333333%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .life__msg {
    max-width: 800px;
    margin-left: 0;
    width: 100%;
  }
}
.life__img {
  max-width: 660px;
  width: 45.8333333333vw;
}
.life__img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .life__img {
    max-width: 800px;
    width: 80vw;
  }
}
@media screen and (max-width: 767px) {
  .life__button {
    width: 100%;
    margin-top: 9.3333333333vw;
  }
}

.tasty {
  background-color: #faf5f0;
}
.tasty__container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tasty__container {
    flex-direction: column;
    width: 80vw;
    padding: 14.6666666667vw 0 13.3333333333vw;
  }
}
.tasty__msg {
  max-width: 480px;
  margin: 0 4.1666666667%;
}
@media screen and (min-width: 768px) {
  .tasty__msg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tasty__msg {
    max-width: 800px;
    margin: 0;
  }
}
.tasty__img {
  max-width: 660px;
  width: 45.8333333333%;
}
.tasty__img img {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .tasty__img {
    max-width: 800px;
    width: 80vw;
  }
}
@media screen and (max-width: 767px) {
  .tasty__button {
    width: 100%;
    margin-top: 9.3333333333vw;
  }
}

.product {
  background-color: #faf5f0;
}
.product .content__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product .content__text {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .product .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    max-width: 1170px;
    padding: 0px;
    margin: 0px auto;
  }
}
.product .swiper-slide {
  background-color: #ffffff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .product .swiper-slide {
    border-radius: 10px;
    max-width: 29.9145299145%;
    margin: 1.7094017094%;
  }
}
@media screen and (max-width: 767px) {
  .product .swiper-slide {
    max-width: 100vw;
    margin: 0px;
    padding: 0px;
  }
}
@media screen and (min-width: 768px) {
  .product .swiper-slide:nth-of-type(4) {
    margin-left: 8.2051282051%;
  }
}
@media screen and (min-width: 768px) {
  .product .swiper-slide:nth-of-type(5) {
    margin-right: 8.2051282051%;
  }
}
.product .sw-product {
  /* 前ページ、次ページボタン共通のスタイル */
}
@media screen and (min-width: 768px) {
  .product .sw-product .swiper-button-next,
  .product .sw-product .swiper-button-prev,
  .product .sw-product .swiper-pagination {
    display: none !important;
  }
}
.product .sw-product .swiper-button-prev,
.product .sw-product .swiper-button-next {
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  margin-top: -30px;
}
@media screen and (max-width: 1439px) {
  .product .sw-product .swiper-button-prev,
  .product .sw-product .swiper-button-next {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    background-size: 4.1666666667vw;
    margin-top: -2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .product .sw-product .swiper-button-prev,
  .product .sw-product .swiper-button-next {
    width: 8vw;
    height: 8vw;
    background-size: 8vw;
    margin-top: -4vw;
  }
}
.product .sw-product .swiper-pagination {
  position: relative !important;
  bottom: 0px !important;
  margin-top: 4vw !important;
}
.product .sw-product .swiper-pagination-bullet-active {
  background: #6c2c2f !important;
}
.product .sw-product .swiper-outer {
  position: relative;
}
.product .sw-product .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .product .sw-product .swiper-wrapper {
    justify-content: flex-start;
  }
}
.product .sw-product .swiper-slide {
  height: auto;
}
.product__img img {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
}
.product__textarea {
  padding: 20px;
  text-align: left;
}
.product__title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3636363636;
  margin-bottom: 15px;
}
.product__text {
  font-size: 1.4rem;
  line-height: 2;
}
.product__button {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .product__button {
    width: 80vw;
    margin-top: 8.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.product-nav {
  margin-top: -10px;
  margin-bottom: -30px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .product-nav {
    margin-bottom: -1.8666666667vw;
    padding: 0;
    padding-bottom: 1.3333333333vw;
  }
}
.product-nav__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.product-nav__items::before {
  content: "";
}
@media screen and (min-width: 768px) {
  .product-nav__items::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .product-nav__items::before {
    margin: 2.6666666667vw 1.3333333333vw;
    width: 40vw;
    order: 1;
  }
}
.product-nav__item--topleft {
  margin-left: 95px;
}
@media screen and (max-width: 939px) {
  .product-nav__item--topleft {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .product-nav__item--topleft {
    margin: 2.6666666667vw 1.3333333333vw;
  }
}
.product-nav__item--topright {
  margin-right: 65px;
}
@media screen and (max-width: 939px) {
  .product-nav__item--topright {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .product-nav__item--topright {
    margin: 2.6666666667vw 1.3333333333vw;
  }
}
.product-nav__name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #202020;
  font-size: 1.6rem;
  line-height: 1.25;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .product-nav__name {
    margin-bottom: 1.8666666667vw;
    align-items: flex-start;
    text-align: left;
    font-size: 2.9333333333vw;
    line-height: 1.3636363636;
    height: auto;
  }
}
.product-nav .pre-name {
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .product-nav .pre-name {
    font-size: 2.4vw;
    margin-bottom: 5px;
    line-height: 1;
  }
}
.product-nav__img {
  height: 150px;
}
.product-nav__img img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .product-nav__img {
    height: 20vw;
  }
}

.howto__image {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .howto__image {
    margin: 0;
  }
}

.howto__container {
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .howto__container {
    width: 80vw;
  }
}
.howto .content__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .howto .content__text {
    text-align: left;
  }
}
.howto .movie-area {
  padding-top: 0;
  margin-bottom: 80px;
  max-width: 720px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .howto .movie-area {
    margin-bottom: 16vw;
  }
}
.howto__steps {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .howto__steps {
    flex-direction: column;
  }
}
.howto__step {
  width: 23.9583333333%;
}
@media screen and (max-width: 767px) {
  .howto__step {
    width: 100%;
  }
}
.howto__step img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .howto__step:not(:first-child) {
    margin-top: 35px;
  }
}
.howto__step-imgicon {
  margin-bottom: 4.347826087%;
  width: 38.6956521739%;
  right: 3.4782608696%;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .howto__step-imgicon {
    margin-bottom: 3.4666666667vw;
    width: 30.9333333333vw;
    right: 2.8vw;
  }
}
.howto__text {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2;
  text-indent: -0.95em;
  padding-left: 0.95em;
}
@media screen and (max-width: 767px) {
  .howto__text {
    margin-top: 12px;
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.howto__button {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .howto__button {
    margin-top: 36px;
  }
}

.gift__img {
  display: block;
  max-width: 600px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .gift__img {
    max-width: 800px;
    width: 80vw;
  }
}
.gift__img img {
  width: 100%;
}

.purchase__container {
  box-sizing: border-box;
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 999;
  width: 200px;
  padding: 10px 15px;
  background-color: #6c2c2f;
  color: #ffffff;
}
@media screen and (max-width: 1279px) {
  .purchase__container {
    width: 15.625vw;
    padding: 0.78125vw 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  .purchase__container {
    width: 100%;
    padding: 2.6666666667vw;
    bottom: 0;
  }
}
.purchase__title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1279px) {
  .purchase__title {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  .purchase__title {
    font-size: 4vw;
  }
}
.purchase__links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .purchase__links {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.purchase__links a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .purchase__links a {
    margin-top: 2.6666666667vw;
    width: 46vw;
  }
}

.tvcm {
  background: #FAF5F0;
}
.tvcm .content__head-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .tvcm .content__head-title {
    margin-bottom: 24px;
  }
}
.tvcm .content__container {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .tvcm .content__container {
    padding: 13.3333333333vw 0;
  }
}

.cn .kv__overlay {
  width: 270px;
  top: 46.1728395062%;
  left: 40.4861111111%;
}
@media screen and (max-width: 1439px) {
  .cn .kv__overlay {
    width: 18.75vw;
  }
}
@media screen and (max-width: 767px) {
  .cn .kv__overlay {
    width: 40.9333333333vw;
    top: 25.2vw;
    left: 59.0666666667vw;
  }
}

.en .kv__overlay {
  width: 353px;
  top: 45.6790123457%;
  left: 38.5416666667%;
}
@media screen and (max-width: 1439px) {
  .en .kv__overlay {
    width: 24.5138888889vw;
  }
}
@media screen and (max-width: 767px) {
  .en .kv__overlay {
    width: 40.6666666667vw;
    top: 25.2vw;
    left: 59.2vw;
  }
}
.en .content__head-title {
  line-height: 1.5;
  padding: 2px 10px;
}
@media screen and (max-width: 1279px) {
  .en .msg__empty .content__title {
    font-size: 2.5rem;
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .en .msg__info--first .msg__text {
    max-width: 68vw;
    padding-right: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .en .msg__info--second {
    margin-top: 42.6666666667vw;
  }
}