@media only screen and (max-width: 767px) {
  .header__btn {
    margin-top: 0.8rem;
  }
  .header__btn.active .header__bar:last-of-type {
    transform: translateY(-0.3rem) rotate(-30deg);
    width: 100%;
  }
  .header__item {
    border-bottom: 1.5px dashed #ccc;
  }
  .header__item:last-child {
    border: none;
  }
}

.footer {
  border-top: 2px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .footer {
    border-top: 1px solid #ccc;
  }
}
.footer__copy {
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .footer__copy {
    font-size: 4vw;
    line-height: 1.4;
  }
}
.footer__banner {
  justify-content: center;
  gap: 0 1.75rem;
}

.purchase {
  padding-top: 2.5rem;
  margin-top: -2.5rem;
}
.purchase__wrapper {
  padding-bottom: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .purchase__wrapper {
    padding-bottom: 9.3333333333vw;
  }
}
.purchase .product-subtit {
  position: relative;
  top: -2.5rem;
}
@media print, screen and (min-width: 768px) {
  .purchase .product-subtit {
    width: 90%;
    max-width: 1371px;
  }
}
@media only screen and (max-width: 767px) {
  .purchase .product-subtit {
    margin-bottom: -1.5rem;
  }
}
.purchase .product-buy-block {
  width: 100%;
  display: block;
}
.purchase .product-buy-link {
  width: 100%;
  margin-top: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .purchase .product-buy-link {
    margin-top: 8vw;
  }
}
.purchase .product-buy-link .product-item {
  background-color: #6d451f;
  border: 0.4rem solid rgba(255, 255, 255, 0.5);
  border-radius: 100rem;
  display: block;
  width: 31%;
  text-align: center;
  box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .purchase .product-buy-link .product-item {
    height: 23.3333333333vw;
    border-radius: 1rem;
    border: 0.5333333333vw solid rgba(255, 255, 255, 0.5);
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  }
}
.purchase .product-buy-link .product-item figure {
  margin-top: -2rem;
}
@media print, screen and (min-width: 768px) {
  .purchase .product-buy-link .product-item figure {
    margin-bottom: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .purchase .product-buy-link .product-item figure {
    margin-top: -5.3333333333vw;
  }
}
.purchase .product-buy-link .product-item figure img {
  width: 35%;
  margin: auto;
  transition: all 0.3s;
  display: block;
}
@media only screen and (max-width: 767px) {
  .purchase .product-buy-link .product-item figure img {
    width: 55%;
  }
}
.purchase .product-buy-link .product-item figure figcaption {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.16;
  font-weight: bold;
  color: #fff;
  margin-top: -0.25rem;
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .purchase .product-buy-link .product-item figure figcaption {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .purchase .product-buy-link .product-item figure figcaption {
    font-size: 3.3333333333vw;
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .purchase .product-buy-link .product-item:hover figure img {
    transform: translateY(0.5rem);
  }
}
.purchase .product-buy-link .product-item:nth-of-type(2) {
  background-color: #1a8e3d;
}
.purchase .product-buy-link .product-item:last-of-type {
  background-color: #005d29;
}
@media only screen and (max-width: 767px) {
  .purchase .product-buy-link .product-item:last-of-type figure figcaption {
    margin-top: -1.3333333333vw;
  }
}
.purchase .buy-btn-l {
  width: 100%;
}
.purchase .buy-btn-l a {
  border-radius: 100rem;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5rem 0;
  background: #fff;
  border: 0.4rem solid #e4004f;
  box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .purchase .buy-btn-l a {
    padding: 0.75rem 0;
    border: 0.5333333333vw solid #e4004f;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  }
}
.purchase .buy-btn-l a .flex_box {
  justify-content: center;
}
.purchase .buy-btn-l a figure {
  width: 22.5475%;
}
@media print, screen and (min-width: 768px) {
  .purchase .buy-btn-l a figure {
    margin: 0 1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .purchase .buy-btn-l a figure {
    width: 36%;
  }
}
.purchase .buy-btn-l a .buy-btn-txt {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 1rem 0;
}
@media only screen and (max-width: 767px) {
  .purchase .buy-btn-l a .buy-btn-txt {
    margin: 0 0 0 1rem;
    font-size: 0.8333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  .purchase.bottom .purchase__wrapper {
    padding-bottom: 5.3333333333vw;
  }
}

.wrapper {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

.mv {
  margin-top: 4.5rem;
}

.product {
  background: url(../img/product_bg.png) no-repeat center center/cover #f2ba2f;
}
@media only screen and (max-width: 767px) {
  .product {
    background-image: url(../img/product_bg_sp.png);
    background-repeat: repeat-y;
    background-size: 100%;
  }
}
.product__wrapper {
  padding: 5.5rem 0;
}
@media only screen and (max-width: 767px) {
  .product__wrapper {
    padding: 13.3333333333vw 0;
  }
}
.product__title figure {
  width: 24rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .product__title figure {
    width: 46.9333333333vw;
  }
}
.product__sub {
  max-width: 1500px;
  height: 3.85rem;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product__sub {
    height: 8.2666666667vw;
  }
}
.product__sub span {
  font-size: 1.75rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 3.85rem;
  color: #fff;
  display: inline-block;
  border-radius: 10rem;
  min-width: 21.45rem;
  padding-left: 4rem;
  background-color: #6d451f;
  position: absolute;
  left: -5rem;
}
@media only screen and (max-width: 767px) {
  .product__sub span {
    font-size: 0.9333333333rem;
    line-height: 9.3333333333vw;
    min-width: 45.7333333333vw;
    padding-left: 5.3333333333vw;
    left: -8vw;
  }
}
.product__intro {
  margin-top: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .product__intro {
    margin-top: 6.6666666667vw;
  }
}
.product__box {
  position: relative;
}
.product__box .box_bg {
  width: 1263px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .product__box .box_bg {
    position: absolute;
    top: 6.4vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .product__box .box_bg {
    width: 332.1333333333vw;
    left: 39%;
  }
}
.product__box .box_wrapper {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .product__box .box_wrapper {
    margin-top: -2.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .product__box .box_container {
    position: absolute;
    inset: 0;
  }
}
.product__box .box_container .wrapper {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .product__box .box_container .wrapper {
    padding: 4.5rem 2.5rem 0 18rem;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1100px) {
  .product__box .box_container .wrapper {
    padding-top: 10%;
  }
}
.product__box .box_ttl {
  width: 79%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product__box .box_ttl {
    margin: -1.3333333333vw auto 0;
    width: 74.6666666667vw;
  }
}
.product__box .box_img {
  width: 18.75rem;
}
@media print, screen and (min-width: 768px) {
  .product__box .box_img {
    position: absolute;
    top: 2.75rem;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product__box .box_img {
    width: 50vw;
    margin: auto;
  }
}
.product__box .box_list {
  margin-top: 2rem;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .product__box .box_list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1100px) {
  .product__box .box_list {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .product__box .box_list {
    margin-top: 4vw;
  }
}
.product__box .box_list dt:not(:first-of-type), .product__box .box_list dd:not(:first-of-type) {
  margin-top: 0.9rem;
}
.product__box .box_list dt {
  font-size: 1.25rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 1.472;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .product__box .box_list dt {
    width: 12.5rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .product__box .box_list dt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .product__box .box_list dt {
    font-size: 1.1666666667rem;
  }
}
.product__box .box_list dt span {
  background-color: #cc6917;
  border-radius: 10rem;
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .product__box .box_list dt span {
    padding: 0 2.5rem;
    min-height: 3rem;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .product__box .box_list dt span {
    min-height: 13.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .product__box .box_list dt span br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .product__box .box_list dt:not(:first-of-type) {
    margin-top: 4.6666666667vw;
  }
}
.product__box .box_list dd {
  font-size: 0.9rem;
  line-height: 1.75;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .product__box .box_list dd {
    width: calc(100% - 12.5rem);
    padding: 0 0 0 1.35rem;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1100px) {
  .product__box .box_list dd {
    width: 100%;
    padding-top: 0.5rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 768px) {
  .product__box .box_list dd {
    width: 100%;
    margin-top: 1.3333333333vw;
    padding: 0 0 0 1.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .product__box .box_list dd {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 4vw;
  }
}
.product__box .box_list dd .caption {
  font-size: 0.72rem;
  line-height: 1.65;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .product__box .box_list dd .caption {
    font-size: 0.8666666667rem;
    line-height: 1.7307692308;
  }
}
@media print, screen and (min-width: 768px) {
  .product__box .box_list dd.list_center {
    padding-top: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1100px) {
  .product__box .box_list dd.list_center {
    padding-top: 0.5rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 768px) {
  .product__box .box_list dd.list_center {
    padding: 0 0 0 1.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1100px) {
  .product__box .box_list dd:not(:first-of-type) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product__box .box_list dd:not(:first-of-type) {
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .product__box:not(:first-of-type) {
    margin-top: 26.6666666667vw;
  }
}
.product__movie .movie_box {
  position: relative;
}
.product__movie .movie_ttl {
  font-size: 1.65rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .product__movie .movie_ttl {
    font-size: 1.1rem;
    margin-bottom: 4.6666666667vw;
  }
}
.product__movie .movie_deco {
  width: 12.35rem;
  position: absolute;
  top: -5.5rem;
  right: 0.5rem;
  z-index: 2;
}
@media print, screen and (min-width: 769px) and (max-width: 1100px) {
  .product__movie .movie_deco {
    top: -7.5rem;
    right: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .product__movie .movie_deco {
    width: 26.6666666667vw;
    top: -18.6666666667vw;
    right: 0;
  }
}
.product__movie .movie_sub {
  margin: 0 auto 1.5rem;
}
@media only screen and (max-width: 767px) {
  .product__movie .movie_sub {
    margin-bottom: 4vw;
  }
}
.product__movie .movie_container {
  margin: auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .product__movie .movie_container {
    width: 42.5rem;
  }
}
.product__movie .movie_container::after {
  content: "";
  mix-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -1rem;
  left: 1rem;
}
@media only screen and (max-width: 767px) {
  .product__movie .movie_container::after {
    bottom: -2.6666666667vw;
    left: 2.6666666667vw;
  }
}
.product__movie .movie_container .container_inner {
  padding: 1.25rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .product__movie .movie_container .container_inner {
    padding: 2.5333333333vw;
  }
}
.product__movie .movie_container iframe {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  aspect-ratio: 800/451;
  background-color: #ccc;
}
@media only screen and (max-width: 767px) {
  .product__movie .movie_container iframe {
    border-radius: 2vw;
  }
}
.product__movie .movie_container.vertical {
  width: 22.45rem;
}
@media only screen and (max-width: 767px) {
  .product__movie .movie_container.vertical {
    width: 80%;
  }
}
.product__movie .movie_container.vertical iframe {
  aspect-ratio: 449/800;
}
.product__feature {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .product__feature {
    margin-top: 20vw;
  }
}
.product__feature .feature_container {
  margin-top: 2.5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product__feature .feature_container {
    margin-top: 6.6666666667vw;
  }
}
.product__feature .feature_container::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 1.25rem;
  position: absolute;
  bottom: -1rem;
  left: 1rem;
}
@media only screen and (max-width: 767px) {
  .product__feature .feature_container::before {
    bottom: -2.6666666667vw;
    left: 2.6666666667vw;
    border-radius: 5.3333333333vw;
  }
}
.product__feature .feature_inner {
  background-color: #f9ef91;
  border-radius: 1.25rem;
  padding: 0.75rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .product__feature .feature_inner {
    padding: 2vw;
    border-radius: 5.3333333333vw;
  }
}
.product__feature .feature_content {
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 2.5rem 3.25rem;
}
@media only screen and (max-width: 767px) {
  .product__feature .feature_content {
    padding: 6vw;
    border-radius: 3.3333333333vw;
  }
}
.product__feature .feature_list .item {
  position: relative;
}
.product__feature .feature_list .item p {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.product__feature .feature_list .item p .text_green {
  color: #1a8e3d;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .product__feature .feature_list .item .title {
    text-align: center;
  }
}
.product__feature .feature_list .item .title p {
  font-size: 1.75rem;
  font-family: "Zen Old Mincho", serif;
  color: #6d451f;
  padding-bottom: 1.5rem;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .product__feature .feature_list .item .title p {
    font-size: 1.1666666667rem;
    padding-bottom: 4vw;
  }
}
.product__feature .feature_list .item .title p::before {
  content: "";
  background-image: url(../img/deco_line_wave.svg);
  background-repeat: repeat-x;
  width: 98%;
  height: 0.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .product__feature .feature_list .item .title p::before {
    height: 1.6vw;
  }
}
.product__feature .feature_list .item .title p .text_green {
  font-size: 2.25rem;
}
@media only screen and (max-width: 767px) {
  .product__feature .feature_list .item .title p .text_green {
    font-size: 1.5rem;
  }
}
.product__feature .feature_list .item .detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .product__feature .feature_list .item .detail {
    flex-direction: column;
  }
}
.product__feature .feature_list .item .detail p {
  font-size: 1rem;
  line-height: 1.55;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .product__feature .feature_list .item .detail p {
    margin-top: 4vw;
  }
}
.product__feature .feature_list .item .detail p .text_green {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .product__feature .feature_list .item .detail figure {
    margin: 4.6666666667vw auto 0;
  }
}
.product__feature .feature_list .item:not(:first-of-type) {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .product__feature .feature_list .item:not(:first-of-type) {
    margin-top: 8.8vw;
  }
}
.product__feature .feature_list .item:nth-of-type(even) {
  margin-left: auto;
  right: 0;
}
.product__feature .feature_list .item:nth-of-type(odd) {
  margin-right: auto;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .product__feature .feature_list .item:nth-of-type(odd) figure {
    order: 2;
  }
}
.product__feature .feature_list .item.item_01 .detail figure {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .product__feature .feature_list .item.item_01 .detail figure {
    width: 32.1333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .product__feature .feature_list .item.item_01 .detail p {
    width: 68%;
  }
}
@media print, screen and (min-width: 768px) {
  .product__feature .feature_list .item.item_02 .title {
    margin-left: 28.6%;
  }
}
.product__feature .feature_list .item.item_02 .detail figure {
  width: 25%;
}
@media print, screen and (min-width: 768px) {
  .product__feature .feature_list .item.item_02 .detail figure {
    margin-top: -4rem;
  }
}
@media only screen and (max-width: 767px) {
  .product__feature .feature_list .item.item_02 .detail figure {
    width: 28.9333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .product__feature .feature_list .item.item_02 .detail p {
    width: 72%;
  }
}
.product__feature .feature_list .item.item_03 .detail figure {
  width: 17%;
}
@media print, screen and (min-width: 768px) {
  .product__feature .feature_list .item.item_03 .detail figure {
    margin-top: -3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .product__feature .feature_list .item.item_03 .detail figure {
    width: 21.8666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .product__feature .feature_list .item.item_03 .detail p {
    width: 82%;
  }
}
.product__feature .feature_list .item.item_04 .detail figure {
  width: 47%;
  order: 2;
}
@media print, screen and (min-width: 768px) {
  .product__feature .feature_list .item.item_04 .detail figure {
    margin-left: auto;
    margin-top: -3.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .product__feature .feature_list .item.item_04 .detail figure {
    width: 72vw;
  }
}
.product__feature .feature_list .item.item_04 .detail figure figcaption {
  color: #1a8e3d;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .product__feature .feature_list .item.item_04 .detail figure figcaption {
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .product__feature .feature_list .item.item_04 .detail p {
    width: 49%;
  }
}
.product__feature .feature_caption {
  text-align: right;
  margin-top: 1.5rem;
  font-size: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .product__feature .feature_caption {
    font-size: 0.8666666667rem;
    text-align: center;
    margin-top: 4vw;
  }
}
.product__feature .feature_caption a {
  color: #1a8e3d;
  display: inline-block;
  margin-left: 0.25rem;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .product__feature .feature_caption a {
    margin-top: 2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .product__feature .feature_caption a:hover {
    text-decoration: none;
  }
}
.product__making {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .product__making {
    margin-top: 13.3333333333vw;
  }
}
.product__making .making_container {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .product__making .making_container {
    margin-top: 6vw;
  }
}
.product__making .movie_sub {
  width: 23.8rem;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .product__making .movie_sub {
    margin-left: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .product__making .movie_sub {
    width: 63.4666666667vw;
  }
}
.product__making .making_note {
  margin: 2.5rem auto 0;
  padding: 1.75rem 2rem;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.75);
}
@media print, screen and (min-width: 768px) {
  .product__making .making_note {
    width: 40rem;
    border-radius: 1.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .product__making .making_note {
    margin-top: 5.3333333333vw;
    padding: 5.3333333333vw 6.6666666667vw;
  }
}
.product__making .making_note p {
  font-size: 1rem;
  line-height: 1.75;
}
.product__cm {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .product__cm {
    margin-top: 33.3333333333vw;
  }
}
.product__cm .movie_sub {
  width: 27.8rem;
}
@media only screen and (max-width: 767px) {
  .product__cm .movie_sub {
    width: 74.1333333333vw;
  }
}
.product__cm .cm_container {
  margin-top: 2.75rem;
}
@media only screen and (max-width: 767px) {
  .product__cm .cm_container {
    margin-top: 7.3333333333vw;
  }
}
.product__cm .product__movie:not(:first-of-type) {
  margin-top: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .product__cm .product__movie:not(:first-of-type) {
    margin-top: 9.3333333333vw;
  }
}
.product.product_jabara {
  background-image: url(../img/product_jabara_bg.png);
  background-color: #cfe213;
}
@media only screen and (max-width: 767px) {
  .product.product_jabara {
    background-image: url(../img/product_jabara_bg_sp.png);
  }
}
.product.product_jabara .product__wrapper {
  padding-bottom: 7.5rem;
}
@media only screen and (max-width: 767px) {
  .product.product_jabara .product__wrapper {
    padding-bottom: 20vw;
  }
}
.product.product_jabara .product__box .box_list dt span {
  background-color: #1a8e3d;
}
@media print, screen and (min-width: 768px) {
  .product.product_jabara .product__box.box_01 .box_container .wrapper {
    padding: 4.5rem 0 0 18.1rem;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1100px) {
  .product.product_jabara .product__box.box_01 .box_container .wrapper {
    padding-top: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .product.product_jabara .product__box.box_01 .box_bg {
    left: 31%;
    top: 13.3333333333vw;
  }
}
.product.product_jabara .product__box.box_01 .box_ttl {
  width: 92.5%;
}
@media only screen and (max-width: 767px) {
  .product.product_jabara .product__box.box_01 .box_ttl {
    margin-top: -2vw;
  }
}
.product.product_jabara .product__box.box_01 .box_img {
  width: 21.85rem;
  top: 0.75rem;
  left: -2.5rem;
}
@media only screen and (max-width: 767px) {
  .product.product_jabara .product__box.box_01 .box_img {
    width: 58.2666666667vw;
    margin-top: -4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .product.product_jabara .product__box.box_01 .box_list {
    width: 93%;
  }
}
@media print, screen and (min-width: 768px) {
  .product.product_jabara .product__box.box_02 .box_container .wrapper {
    padding: 6rem 17.6rem 0 4.1rem;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1100px) {
  .product.product_jabara .product__box.box_02 .box_container .wrapper {
    padding-top: 10%;
    padding-left: 0.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .product.product_jabara .product__box.box_02 .box_wrapper {
    margin-top: 0;
  }
}
.product.product_jabara .product__box.box_02 .box_bg {
  width: 1196px;
}
@media only screen and (max-width: 767px) {
  .product.product_jabara .product__box.box_02 .box_bg {
    width: 319.0666666667vw;
    top: 13.3333333333vw;
    left: 65%;
  }
}
.product.product_jabara .product__box.box_02 .box_ttl {
  width: 83.5%;
}
@media only screen and (max-width: 767px) {
  .product.product_jabara .product__box.box_02 .box_ttl {
    margin-top: -2vw;
  }
}
.product.product_jabara .product__box.box_02 .box_img {
  width: 22.2rem;
  top: -1.5rem;
  left: unset;
  right: -2.75rem;
}
@media only screen and (max-width: 767px) {
  .product.product_jabara .product__box.box_02 .box_img {
    width: 56.1333333333vw;
  }
}
.product.product_jabara .product__box.box_02 .box_list dt span {
  background-color: #005d29;
}
.product.product_jabara .product__cm {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .product.product_jabara .product__cm {
    margin-top: 33.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .product.product_jabara .product__making .making_container {
    margin-top: -3.5rem;
  }
}

.cafe__area {
  padding: 6.1rem 0 7.75rem;
  background: url(../img/cafe_info_bg.png) no-repeat center center/cover #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cafe__area {
    padding: 10vw 0 15.3333333333vw;
    background-image: url(../img/cafe_info_bg_sp.png);
  }
}
.cafe__mv {
  padding-bottom: 8.75rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .cafe__mv {
    padding-bottom: 12.6666666667vw;
  }
}
.cafe__mv .mv_title {
  width: 42.75rem;
  margin: 0 auto -2.5rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .cafe__mv .mv_title {
    width: 90%;
    margin: 0 auto -1.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .cafe__mv .mv_img.mv-main {
    width: 95%;
  }
}
.cafe__mv .mv_img.img-left {
  position: absolute;
  width: 14.65rem;
  bottom: 3rem;
  left: 2.25rem;
}
@media only screen and (max-width: 767px) {
  .cafe__mv .mv_img.img-left {
    width: 21.0666666667vw;
    bottom: 4vw;
    left: 3.3333333333vw;
  }
}
.cafe__mv .mv_img.img-right {
  position: absolute;
  width: 19.55rem;
  bottom: 0;
  right: -2.25rem;
}
@media only screen and (max-width: 767px) {
  .cafe__mv .mv_img.img-right {
    width: 28vw;
    right: 0;
  }
}
.cafe__info {
  background-color: #fff;
  border-radius: 1rem;
  padding: 0 2.15rem 2rem;
  margin-top: -1rem;
  position: relative;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .cafe__info {
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .cafe__info {
    padding: 0 4.8vw 10.4vw;
    margin-top: 8vw;
  }
}
.cafe__info .info_title {
  text-align: center;
  position: relative;
  top: -2.6rem;
}
@media only screen and (max-width: 767px) {
  .cafe__info .info_title {
    top: -4vw;
  }
}
.cafe__info .info_title span {
  font-size: 2.3rem;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.05em;
  color: #fff;
  display: inline-block;
  background-color: #6d451f;
  padding: 0.5rem 2rem 0.75rem;
  border-radius: 100rem;
}
@media only screen and (max-width: 767px) {
  .cafe__info .info_title span {
    font-size: 1.5333333333rem;
  }
}
@media print, screen and (min-width: 768px) {
  .cafe__info .txt_area {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
}
.cafe__info .txt_area .detail {
  font-size: 1rem;
  line-height: 1.75;
}
@media print, screen and (min-width: 768px) {
  .cafe__info .txt_area .detail {
    width: 53.8599640934%;
  }
}
@media only screen and (max-width: 767px) {
  .cafe__info .txt_area .detail {
    font-size: 1rem;
  }
}
.cafe__info .txt_area .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.9rem 0;
}
@media print, screen and (min-width: 768px) {
  .cafe__info .txt_area .list {
    width: 41.4721723519%;
    align-items: start;
  }
}
@media only screen and (max-width: 767px) {
  .cafe__info .txt_area .list {
    margin-top: 7.4666666667vw;
    gap: 6vw 0;
  }
}
.cafe__info .txt_area .list dt {
  font-size: 1.1rem;
  color: #fff;
  background-color: #6d451f;
  width: 5.7rem;
  padding: 0.25rem 0 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .cafe__info .txt_area .list dt {
    width: 22.8vw;
    font-size: 1.1rem;
  }
}
.cafe__info .txt_area .list dd {
  font-size: 1rem;
  line-height: 1.75;
  font-feature-settings: "palt";
  width: 16.35rem;
}
@media only screen and (max-width: 767px) {
  .cafe__info .txt_area .list dd {
    font-size: 1rem;
    line-height: 1.4;
    width: 53.3333333333vw;
  }
}
.cafe__info .txt_area .list .list_link {
  margin: 0.5rem auto 0;
  width: 18.1rem;
}
@media only screen and (max-width: 767px) {
  .cafe__info .txt_area .list .list_link {
    width: 100%;
    margin-top: 2vw;
  }
}
.cafe__info .txt_area .list .list_link a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  border-radius: 100rem;
  padding: 0.4rem 0 0.5rem;
  background-color: #cc2368;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cafe__info .txt_area .list .list_link a {
    font-size: 1.3666666667rem;
    padding: 2.6666666667vw 0;
  }
}
.cafe__info .txt_area .list .list_link a::before {
  content: "";
  background: url(../img/arrow_w.svg) no-repeat center center/100%;
  width: 0.45rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  right: 1.3rem;
  transform: translateY(-50%);
}