@charset "UTF-8";
@media screen and (min-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev,
  .swiper-pagination {
    display: none !important;
  }
}

/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  margin-top: -30px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    background-size: 4.1666666667vw;
    margin-top: -2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 8vw;
    height: 8vw;
    background-size: 8vw;
    margin-top: -4vw;
  }
}

/* 次ページボタンのスタイル */
.swiper-button-next {
  opacity: 0.8;
  background-image: url(/assets/images/common/icon-swiper-right.png);
}
.swiper-button-next::after {
  content: "";
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
  opacity: 0.8;
  background-image: url(/assets/images/common/icon-swiper-left.png);
}
.swiper-button-prev::after {
  content: "";
}

.swiper-pagination {
  position: relative !important;
  bottom: 0px !important;
  margin-top: 4vw !important;
}

.swiper-pagination-bullet-active {
  background: #6c2c2f !important;
}

.swiper-outer {
  position: relative;
}

.swiper-wrapper {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .swiper-wrapper {
    justify-content: flex-start;
  }
}

.swiper-slide {
  height: auto;
}

.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;
}

.recipe, .iced, .five-senses, .drip, .howto {
  padding: 100px 0px;
}
@media screen and (max-width: 767px) {
  .recipe, .iced, .five-senses, .drip, .howto {
    padding: 10.6666666667vw 0px 13.3333333333vw 0px;
  }
}

.recipe .content__text, .iced .content__text, .five-senses .content__text, .drip .content__text, .content__lead .content__text {
  max-width: 580px;
  margin: 30px auto 0px auto;
}

@media screen and (max-width: 767px) {
  .content__lead .content__text {
    margin-top: 0px;
  }
}

.movie-area {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .movie-area {
    margin-top: 9.3333333333vw;
    margin-bottom: 4vw;
  }
}

.howto__image--has-next, .howto__image {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .howto__image--has-next, .howto__image {
    margin-bottom: 2.6666666667vw;
    margin-top: 9.3333333333vw;
  }
}

.howto .content__title {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .howto .content__title {
    margin-bottom: 0px;
  }
}
.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: 29.1666666667%;
}
@media screen and (max-width: 767px) {
  .howto__step {
    width: 100%;
  }
}
.howto__step img {
  width: 100%;
}
.howto__image--has-next::after {
  position: absolute;
  display: block;
  content: url(/assets/images/common/btn-icon-right-gray.png);
  top: 50%;
  right: -12.5%;
  width: 10px;
  height: 15px;
  line-height: 0;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .howto__image--has-next::after {
    display: none;
  }
}
.howto__text {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .howto__text {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}

.drip {
  background-color: #faf5f0;
}
.drip__graph {
  max-width: 580px;
  margin: auto;
}
.drip__graph img {
  margin: 80px auto 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .drip__graph img {
    margin-top: 9.3333333333vw;
  }
}

.five-senses {
  background-color: #f5ebe2;
}
.five-senses .content__text {
  width: 80vw;
}
.five-senses .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .five-senses .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    width: calc(100% + 40px);
    margin-top: 40px;
    margin-left: -20px;
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .five-senses .swiper-wrapper {
    margin-top: 8vw;
  }
}
.five-senses .swiper-slide {
  background-color: #ffffff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .five-senses .swiper-slide {
    max-width: 29%;
    margin: 2%;
  }
}
@media screen and (max-width: 767px) {
  .five-senses .swiper-slide {
    max-width: 100vw;
    margin: 0px;
    padding: 0px;
  }
}
.five-senses .swiper-slide img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.five-senses__text-area {
  padding: 20px;
}
.five-senses__title {
  color: #6c2c2f;
  font-size: 1.6rem;
  line-height: 1.5625;
}
@media screen and (max-width: 767px) {
  .five-senses__title {
    font-size: 4.2666666667vw;
  }
}
.five-senses__text {
  margin-top: 10px;
  list-style: none;
}
.five-senses__text li {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .five-senses__text li {
    font-size: 1.2rem;
    font-size: 3.2vw;
    line-height: 2.1666666667;
  }
}
.five-senses__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .five-senses__info {
    width: 80vw;
    margin: auto;
    margin-top: 30px;
  }
}
.five-senses__info-text {
  color: #6c2c2f;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6666666667;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .five-senses__info-text {
    font-size: 4vw;
    margin-top: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}

.iced {
  background-color: #faf5f0;
}
.iced .content__title {
  line-height: 1.6666666667;
}
.iced .content__text {
  max-width: 720px;
}
.iced__img {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .iced__img {
    margin-top: 8vw;
  }
}
.iced__img img {
  width: 100%;
}

.recipe {
  background-color: #f5ebe2;
}
.recipe ul,
.recipe ol {
  list-style: none;
}
.recipe .content__title {
  line-height: 1.6666666667;
}
.recipe .content__head-title {
  margin-bottom: 0;
}
.recipe .content__text {
  max-width: 720px;
  width: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recipe .content__text {
    max-width: none;
    width: 100%;
    text-align: left;
  }
}
.recipe__img {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .recipe__img {
    margin-top: 8vw;
  }
}
.recipe__img img {
  width: 100%;
}
.recipe__list {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 84.375%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .recipe__list {
    margin-top: 13.3333333333vw;
    width: 100%;
  }
}
.recipe__item {
  width: 30.8641975309%;
}
@media screen and (max-width: 767px) {
  .recipe__item {
    width: 100%;
  }
  .recipe__item:not(:first-child) {
    margin-top: 13.3333333333vw;
  }
}
.recipe__photo {
  display: block;
  margin-bottom: 12%;
}
@media screen and (max-width: 767px) {
  .recipe__photo {
    margin-bottom: 5.3333333333vw;
  }
}