@charset "UTF-8";
main {
  /* ---------------------------------------*/
  /* common */
  /* ---------------------------------------*/
  /* ---------------------------------------*/
  /* keyvisual */
  /* ---------------------------------------*/
  /* ---------------------------------------*/
  /* merci */
  /* ---------------------------------------*/
  /* ---------------------------------------*/
  /* movie */
  /* ---------------------------------------*/
  /* ---------------------------------------*/
  /* products */
  /* ---------------------------------------*/
  /* ---------------------------------------*/
  /* campaign */
  /* ---------------------------------------*/
  /* ---------------------------------------*/
  /* schedule */
  /* ---------------------------------------*/
  /* ---------------------------------------*/
  /* where to buy */
  /* ---------------------------------------*/
  /* ---------------------------------------*/
  /* links */
  /* ---------------------------------------*/
}
main .section-heading {
  margin: 0 0 40px;
  color: #D8212E;
  line-height: 1.4;
}
main .section-heading span {
  display: block;
  font-family: "Sabon", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 3.5rem;
}
main .section-heading span.is-small {
  font-size: 3rem;
}
main .section-heading small {
  display: block;
  font-size: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main .section-heading {
    margin: 0 0 40px;
  }
  main .section-heading span {
    font-size: 2.6rem;
  }
  main .section-heading span.is-small {
    font-size: 2.6rem;
  }
  main .section-heading small {
    font-size: 1.2rem;
  }
}
main #keyvisual {
  aspect-ratio: 1440/844;
  background: url(../img/keyvisual_bg.jpg) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  main #keyvisual {
    aspect-ratio: 375/400;
  }
}
main .keuyvisual-maintitle {
  width: 33vw;
}
@media screen and (max-width: 768px) {
  main .keuyvisual-maintitle {
    width: 57vw;
  }
}
main #merci {
  padding: 80px 0;
  background: #F5E2E2;
}
@media screen and (max-width: 768px) {
  main #merci {
    padding: 40px 0;
  }
}
main .merci-content {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  main .merci-content {
    padding: 30px 20px 20px;
  }
}
main .merci-section-heading {
  width: 76%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  main .merci-section-heading {
    width: 100%;
  }
}
main .merci-desc {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 1.5em;
}
main .merci-desc:last-of-type {
  margin: 0;
}
@media screen and (max-width: 768px) {
  main .merci-desc {
    font-size: 1.6rem;
    text-align: justify;
  }
}
main .merci-banner {
  display: inline-block;
  margin: 30px auto 0;
}
main #movie {
  padding: 80px 0 115px;
  position: relative;
}
main #movie .wrapper--1000::before {
  display: block;
  content: "";
  width: 189px;
  aspect-ratio: 1/1;
  background: url(../img/decoration.png) no-repeat center/cover;
  position: absolute;
  top: -115px;
  right: -85px;
}
main #movie .wrapper--1000::after {
  display: block;
  content: "";
  width: 167px;
  aspect-ratio: 1/1;
  background: url(../img/decoration.png) no-repeat center/cover;
  position: absolute;
  bottom: -180px;
  left: -85px;
}
@media screen and (max-width: 768px) {
  main #movie {
    padding: 40px 0;
  }
  main #movie .wrapper--1000::before, main #movie .wrapper--1000::after {
    display: none;
  }
}
main .movie-player {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}
main #products {
  padding: 80px 0;
  background: #F5E2E2;
}
@media screen and (max-width: 768px) {
  main #products {
    padding: 40px 0;
  }
}
main .products-list__item {
  padding: 60px;
  background: #fff;
  margin: 0 0 80px;
  position: relative;
}
main .products-list__item:last-child {
  margin: 0;
}
main .products-list__item:nth-child(odd) .products-list__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main .products-list__item:nth-child(odd) .products-list__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main .products-list__item:nth-child(odd)::after {
  top: -30px;
  right: -30px;
}
main .products-list__item:nth-child(even) .products-list__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main .products-list__item:nth-child(even) .products-list__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main .products-list__item:nth-child(even)::after {
  top: -30px;
  left: -30px;
}
@media screen and (max-width: 768px) {
  main .products-list__item {
    padding: 20px;
    margin: 0 0 30px;
  }
  main .products-list__item:nth-child(odd) .products-list__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main .products-list__item:nth-child(odd)::after {
    top: -20px;
    right: -10px;
  }
  main .products-list__item:nth-child(odd) .products-list__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main .products-list__item:nth-child(even)::after {
    top: -20px;
    left: auto;
    right: -10px;
  }
}
main .is-recommend::after,
main .is-newflavor::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 150px;
  background: #C08251;
  position: absolute;
  border-radius: 99px;
  font-family: "Sabon", serif;
  font-style: italic;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main .is-recommend::after,
  main .is-newflavor::after {
    width: 100px;
    height: 100px;
    font-size: 12px;
  }
}
main .is-recommend::after {
  content: "Recommend";
}
main .is-newflavor::after {
  content: "New Flavor";
}
main .products-list__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main .products-list__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main .products-list__image {
  width: 42.5%;
}
@media screen and (max-width: 768px) {
  main .products-list__image {
    width: 100%;
    margin: 0 0 20px;
  }
}
main .products-list__text {
  width: 52.2%;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .products-list__text {
    width: 100%;
  }
}
main .products-purchace {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  main .products-purchace {
    position: relative;
  }
}
main .products-list-heading {
  text-align: left;
  color: #D8212E;
  margin: 0 0 20px;
}
main .products-list-heading span {
  display: block;
  font-family: "Sabon", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 2.7rem;
  line-height: 1.2;
}
main .products-list-heading small {
  display: block;
  font-size: 1.4;
  font-weight: 500;
  margin: 0.6em 0 0;
}
@media screen and (max-width: 768px) {
  main .products-list-heading span {
    font-size: 2.1rem;
  }
  main .products-list-heading small {
    font-size: 1.2;
  }
}
main .products-list-desc {
  text-align: justify;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  main .products-list-desc {
    font-size: 1.4rem;
    margin: 0 0 20px;
  }
}
main .products-list-var {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
}
main .products-list-var small {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  main .products-list-var {
    font-size: 1.2rem;
  }
  main .products-list-var small {
    font-size: 1rem;
  }
}
main .product-list-button {
  display: inline-block;
  padding: 1em 5em;
  background: #D8212E;
  margin: 10px 0 0;
  font-size: 1.4rem;
  color: #fff;
  position: relative;
}
main .product-list-button::before {
  display: block;
  content: "";
  width: 21px;
  height: 22px;
  background: url(../img/icon_cart.svg) no-repeat center/cover;
  position: absolute;
  top: calc(50% - 11px);
  left: 15px;
}
main .product-list-button.is-no-cart::before {
  display: none;
}
@media screen and (max-width: 768px) {
  main .product-list-button {
    display: block;
    padding: 1.2em 0;
    text-align: center;
  }
  main .product-list-button::before {
    left: 20px;
  }
}
main .products-production_area {
  font-size: 1.6rem;
  text-align: center;
}
main .product-list-note {
  display: block;
  font-size: 1.2rem;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  main .product-list-note {
    font-size: 1.1rem;
    text-align: center;
  }
}
main .splide {
  margin: 60px -60px 80px;
}
@media screen and (max-width: 768px) {
  main .splide {
    margin: 30px -20px 50px;
  }
}
main .products-list-splide__item img {
  margin: 0 0 8px;
}
main .products-list-splide-heading span {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
}
main .products-list-splide-heading small {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main .products-list-splide-heading span {
    font-size: 1.2rem;
  }
  main .products-list-splide-heading small {
    font-size: 1rem;
  }
}
main .splide__pagination, main .splide__pagination li, main .splide__pagination__page {
  all: unset;
}
main .splide__pagination__page.is-active {
  all: unset;
}
main .splide__pagination {
  bottom: -50px !important;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
@media screen and (max-width: 768px) {
  main .splide__pagination {
    bottom: -20px !important;
  }
}
main .splide__pagination__page {
  width: 12px !important;
  height: 12px !important;
  border-radius: 6px !important;
  margin: 0 6px !important;
  background: #F7CBCB !important;
  opacity: 1 !important;
}
main .splide__pagination__page.is-active {
  -webkit-transform: none !important;
          transform: none !important;
  background: #E77268 !important;
}
main .anchor-adjust {
  display: block;
  height: 0;
  margin-top: -250px;
  padding-top: 250px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  main .anchor-adjust {
    margin-top: -120px;
    padding-top: 120px;
  }
}
main #campaign {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  main #campaign {
    padding: 40px 0;
  }
}
main .campaign-desc {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: justify;
  margin: 0 0 45px;
}
@media screen and (max-width: 768px) {
  main .campaign-desc {
    font-size: 1.4rem;
    margin: 0 0 30px;
  }
}
main .campaign-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
  text-align: left;
  border-top: solid 1px #ccc;
  margin: 0 0 30px;
}
main .campaign-list a {
  text-decoration: underline;
}
main .campaign-list dt, main .campaign-list dd {
  padding: 0.7em 0;
  border-bottom: solid 1px #ccc;
  line-height: 1.6;
}
main .campaign-list dt li, main .campaign-list dd li {
  line-height: 1.6;
}
main .campaign-list dt {
  width: 9em;
}
main .campaign-list dd {
  width: calc(100% - 9em);
}
@media screen and (max-width: 768px) {
  main .campaign-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.4rem;
  }
  main .campaign-list dt, main .campaign-list dd {
    width: 100%;
  }
  main .campaign-list dt {
    border: none;
    padding: 0.7em 0 0;
    font-weight: 600;
  }
}
main .campaign-list-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .campaign-list-02 dt, main .campaign-list-02 dd {
  border: none;
  padding: 0.5em 0;
}
main .campaign-list-02 dt {
  width: 1em;
  font-weight: 500;
}
main .campaign-list-02 dd {
  width: calc(100% - 1em);
}
main .campaign-list-02 dd small {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  main .campaign-list-02 dd small {
    font-size: 1rem;
  }
}
main .campaign-subtitle {
  display: block;
  width: 22em;
  padding: 0.5em 0;
  border: solid 1px;
  border-radius: 99px;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  main .campaign-subtitle {
    font-size: 1.4rem;
  }
}
main .campaign-qr {
  width: 150px;
  margin: 0 auto;
}
main .campain-link-line {
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto 30px;
}
main .campaign-list-note {
  padding: 0 0 2em;
  border-bottom: solid 1px #ccc;
}
main .campaign-list-note__item {
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: justify;
  padding: 0 0 0 1em;
  position: relative;
}
main .campaign-list-note__item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  main .campaign-list-note__item {
    font-size: 1rem;
  }
}
main #schedule {
  padding: 30px 0 0;
}
main .schedule-content {
  margin: 0 0 15px;
  max-height: 500px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  main .schedule-content {
    max-height: 400px;
  }
}
main .schedule-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
  text-align: left;
}
main .schedule-list dt, main .schedule-list dd {
  padding: 1em 0;
  border-bottom: solid 1px #ccc;
}
main .schedule-list dt {
  width: 7em;
}
main .schedule-list dt:last-of-type {
  border: none;
}
main .schedule-list dd {
  width: calc(100% - 7em);
}
main .schedule-list dd:last-of-type {
  border: none;
}
@media screen and (max-width: 768px) {
  main .schedule-list {
    font-size: 1.4rem;
  }
}
main .schedule-list-02__item {
  padding: 0.7em 0;
  border-bottom: solid 1px #ccc;
}
main .schedule-list-02__item p {
  line-height: 1.6;
}
main .schedule-list-02__item:first-child {
  padding: 0 0 0.7em;
}
main .schedule-list-02__item:last-child {
  border: none;
}
main .schedule-list-heading {
  font-weight: 600;
  margin: 0 0 0.5em;
}
main .schedule-list-note__item {
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
  padding: 0 0 0 1em;
  position: relative;
}
main .schedule-list-note__item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
main #buy {
  padding: 60px 0 120px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  main #buy {
    padding: 40px 0 80px;
  }
}
main .buy-content {
  border: solid 1px #C08251;
  padding: 60px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  main .buy-content {
    padding: 30px 20px;
    display: block;
  }
}
main .buy__text {
  width: 44%;
}
@media screen and (max-width: 768px) {
  main .buy__text {
    width: 100%;
    margin: 0 0 40px;
  }
}
main .buy-heading {
  width: 100%;
  margin: 0 0 30px !important;
}
@media screen and (max-width: 768px) {
  main .buy-heading {
    width: 65%;
    margin: 0 auto 20px !important;
  }
}
main .buy-lead {
  font-weight: 300;
  font-size: 1.8rem;
  letter-spacing: 0.024em;
}
@media screen and (max-width: 768px) {
  main .buy-lead {
    font-size: 1.4rem;
  }
}
main .buy__button {
  width: 44%;
}
@media screen and (max-width: 768px) {
  main .buy__button {
    width: 100%;
  }
}
main .button--shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 44px;
  border: solid 1px;
  border-radius: 22px;
  position: relative;
  font-weight: 400;
  font-size: 1.4rem;
}
main .button--shop::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px;
  border-right: solid 1px;
  position: absolute;
  top: calc(50% - 4px);
  left: 23px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
main .button--shop:hover {
  background: #000;
  color: #fff;
}
main #links {
  padding: 0 0 100px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  main #links {
    padding: 0 0 30px;
  }
}
main .links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main .links-list {
    display: block;
  }
}
main .links-list__item {
  width: 32%;
}
@media screen and (max-width: 768px) {
  main .links-list__item {
    width: 100%;
    margin: 0 0 20px;
  }
  main .links-list__item:last-child {
    margin: 0;
  }
}