html {
  scroll-padding-top: calc(var(--header_h, 0) + 65 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: calc(var(--header_h, 0) + min(calc(125 / 1920 * 100vw), 7.8125rem));
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.en {
  font-family: "Times New Roman", Times, serif !important;
}

.color-main {
  color: rgb(var(--color-main));
}

footer {
  margin-top: 0;
}

.sec {
  padding: calc(42 / 736 * 100vw) 0 calc(80 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .sec {
    padding: min(calc(112 / 1920 * 100vw), 7rem) 0 min(calc(220 / 1920 * 100vw), 13.75rem);
  }
}

.arrow_link {
  width: fit-content;
  display: block;
  margin: calc(75 / 736 * 100vw) auto 0;
  position: relative;
  font-size: calc(26 / 736 * 100vw);
  font-weight: 500;
  padding: 0 0 calc(5 / 736 * 100vw) calc(30 / 736 * 100vw);
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .arrow_link {
    margin: min(calc(138 / 1920 * 100vw), 8.625rem) auto 0;
    font-size: min(calc(30 / 1920 * 100vw), 1.875rem);
    padding: 0 0 min(calc(5 / 1920 * 100vw), 0.3125rem) min(calc(40 / 1920 * 100vw), 2.5rem);
  }
}
@media (hover) {
  .arrow_link:hover::before {
    width: calc(100% + 75 / 736 * 100vw);
  }
}
@media screen and (hover) and (min-width: 769px) {
  .arrow_link:hover::before {
    width: calc(100% + min(calc(75 / 1920 * 100vw), 4.6875rem));
  }
}
@media (hover) {
  .arrow_link:hover:after {
    right: calc(-75 / 736 * 100vw);
  }
}
@media screen and (hover) and (min-width: 769px) {
  .arrow_link:hover:after {
    right: max(-3.90625vw, -6.6875rem);
  }
}
.arrow_link:before {
  content: "";
  width: calc(100% + 55 / 736 * 100vw);
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .arrow_link:before {
    width: calc(100% + min(calc(55 / 1920 * 100vw), 3.4375rem));
  }
}
.arrow_link:after {
  content: "";
  width: calc(45 / 736 * 100vw);
  height: 1px;
  background-color: currentColor;
  position: absolute;
  right: calc(-55 / 736 * 100vw);
  bottom: 0;
  transform-origin: bottom right;
  transform: rotate(38deg);
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .arrow_link:after {
    right: max(-2.8645833333vw, -3.4375rem);
    width: min(calc(55 / 1920 * 100vw), 3.4375rem);
  }
}

.btn_center {
  margin-left: calc(-50 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .btn_center {
    margin-left: max(-2.6041666667vw, -3.125rem);
  }
}

.article_ttl {
  text-align: center;
  width: fit-content;
  margin: 0 auto !important;
  position: relative;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.article_ttl-left span {
  position: absolute;
  bottom: 100%;
  left: 0;
}
.article_ttl-left span img {
  transform: translateX(-50%);
}
.article_ttl strong {
  font-size: calc(60 / 736 * 100vw);
  font-weight: 400;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 769px) {
  .article_ttl strong {
    font-size: min(calc(72 / 1920 * 100vw), 4.5rem);
  }
}
.article_ttl b {
  font-size: calc(42 / 736 * 100vw);
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .article_ttl b {
    font-size: min(calc(72 / 1920 * 100vw), 4.5rem);
  }
}
.article_ttl small {
  font-size: calc(30 / 736 * 100vw);
  padding-top: calc(5 / 736 * 100vw);
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .article_ttl small {
    font-size: min(calc(36 / 1920 * 100vw), 2.25rem);
    padding-top: pcs-vw(5);
  }
}

.article_lead {
  font-size: calc(24 / 736 * 100vw);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  margin-top: calc(45 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .article_lead {
    font-size: min(calc(36 / 1920 * 100vw), 2.25rem);
    margin-top: min(calc(70 / 1920 * 100vw), 4.375rem);
  }
}
.article_lead small {
  font-size: calc(18 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .article_lead small {
    font-size: min(calc(24 / 1920 * 100vw), 1.5rem);
  }
}
.article_lead-center {
  text-align: center;
}

.pt15 {
  overflow: clip;
  background-color: #fff;
}
.pt15 * {
  box-sizing: border-box;
}
.pt15 *:not(.en) {
  font-family: var(--font-Mincho), sans-serif;
}
.pt15_kv {
  position: relative;
}
.pt15_kv figure img {
  width: 100%;
}
.pt15_kv h1 {
  position: absolute;
  top: calc(52 / 736 * 100vw);
  left: 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .pt15_kv h1 {
    top: min(calc(100 / 1920 * 100vw), 6.25rem);
    left: min(calc(78 / 1920 * 100vw), 4.875rem);
    width: auto;
  }
}
.pt15_kv h1 img {
  width: calc(492 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_kv h1 img {
    width: min(calc(770 / 1920 * 100vw), 48.125rem);
  }
}
.pt15_nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 769px) {
  .pt15_nav {
    display: flex;
    justify-content: center;
  }
}
.pt15_nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: calc(24 / 736 * 100vw);
  letter-spacing: 0.05em;
  font-family: "Times New Roman", Times, serif !important;
  padding-top: calc(35 / 736 * 100vw);
  padding-bottom: calc(15 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_nav li a {
    padding-inline: min(calc(83 / 1920 * 100vw), 5.1875rem);
    padding-top: min(calc(30 / 1920 * 100vw), 1.875rem);
    padding-bottom: min(calc(20 / 1920 * 100vw), 1.25rem);
    font-size: min(calc(36 / 1920 * 100vw), 2.25rem);
  }
}
.pt15_nav li a:after {
  content: "";
  aspect-ratio: 34/17;
  width: calc(34 / 736 * 100vw);
  background: url(../img/pt15/arrow.svg) no-repeat center/100% auto;
  padding-top: calc(5 / 736 * 100vw);
  transition: transform 0.3s;
}
@media screen and (min-width: 769px) {
  .pt15_nav li a:after {
    width: min(calc(56 / 1920 * 100vw), 3.5rem);
    padding-top: min(calc(15 / 1920 * 100vw), 0.9375rem);
  }
}
@media (hover) {
  .pt15_nav li a:hover:after {
    transform: translateY(0.2em);
  }
}
.pt15_lead {
  background-color: #c4a484;
  text-align: center;
  padding-top: calc(60 / 736 * 100vw);
  padding-bottom: calc(110 / 736 * 100vw);
  margin-top: -1px;
}
@media screen and (min-width: 769px) {
  .pt15_lead {
    padding-top: min(calc(48 / 1920 * 100vw), 3rem);
    padding-bottom: min(calc(110 / 1920 * 100vw), 6.875rem);
  }
}
.pt15_lead h2 {
  font-weight: 900 !important;
  font-size: calc(36 / 736 * 100vw) !important;
  margin-bottom: calc(30 / 736 * 100vw) !important;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .pt15_lead h2 {
    font-size: min(calc(60 / 1920 * 100vw), 3.75rem) !important;
    margin-bottom: min(calc(60 / 1920 * 100vw), 3.75rem);
  }
}
.pt15_lead p {
  font-weight: 500;
  font-size: calc(24 / 736 * 100vw);
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .pt15_lead p {
    font-size: min(calc(30 / 1920 * 100vw), 1.875rem);
  }
}
.pt15_movie {
  background-color: #bebebe;
  color: #fff;
  padding-block: calc(80 / 736 * 100vw);
  position: relative;
}
@media screen and (min-width: 769px) {
  .pt15_movie {
    padding-top: min(calc(100 / 1920 * 100vw), 6.25rem);
    padding-bottom: min(calc(135 / 1920 * 100vw), 8.4375rem);
  }
}
@media screen and (min-width: 769px) {
  .pt15_movie:before {
    content: "";
    width: min(calc(150 / 1920 * 100vw), 9.375rem);
    height: 100%;
    background: url(../img/pt15/movie_frame.svg) no-repeat right top/min(8.5416666667vw, 10.25rem) auto;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .pt15_movie:after {
    content: "";
    width: min(calc(150 / 1920 * 100vw), 9.375rem);
    height: 100%;
    background: url(../img/pt15/movie_frame.svg) no-repeat right bottom/min(8.5416666667vw, 10.25rem) auto;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(180deg);
  }
}
.pt15_movie .article_ttl img {
  width: calc(110 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_movie .article_ttl img {
    width: min(calc(152 / 1920 * 100vw), 9.5rem);
  }
}
.pt15_movie_box {
  width: calc(650 / 736 * 100vw);
  margin: calc(40 / 736 * 100vw) auto 0;
}
@media screen and (min-width: 769px) {
  .pt15_movie_box {
    width: min(calc(650 / 1920 * 100vw), 40.625rem);
    margin: min(calc(80 / 1920 * 100vw), 5rem) auto 0;
  }
}
.pt15_movie_box iframe {
  aspect-ratio: 315/560;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.pt15_limited {
  background-color: #d8a7b1;
  padding-block: calc(80 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_limited {
    padding-block: min(calc(200 / 1920 * 100vw), 12.5rem);
  }
}
.pt15_limited_main {
  position: relative;
  margin-inline: calc(43 / 736 * 100vw);
  margin-bottom: calc(45 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_limited_main {
    margin-inline: auto;
    margin-bottom: min(calc(138 / 1920 * 100vw), 8.625rem);
    width: min(calc(1500 / 1920 * 100vw), 93.75rem);
  }
}
.pt15_limited_main picture img {
  width: 100%;
}
.pt15_limited_main span {
  position: absolute;
  top: calc(-35 / 736 * 100vw);
  left: calc(-25 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_limited_main span {
    top: max(-4.0625vw, -4.875rem);
    left: max(-5vw, -6rem);
  }
}
.pt15_limited_main span img {
  width: calc(168 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_limited_main span img {
    width: min(calc(328 / 1920 * 100vw), 20.5rem);
  }
}
.pt15_limited .article_ttl img {
  width: calc(122 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_limited .article_ttl img {
    width: min(calc(196 / 1920 * 100vw), 12.25rem);
  }
}
.pt15_limited .article_ttl span {
  padding-bottom: calc(10 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_limited .article_ttl span {
    padding-bottom: min(calc(10 / 1920 * 100vw), 0.625rem);
  }
}
.pt15_limited_item {
  display: grid;
  grid-template-columns: calc(321 / 736 * 100vw) 1fr;
  column-gap: calc(25 / 736 * 100vw);
  align-items: center;
  margin: calc(100 / 736 * 100vw) calc(15 / 736 * 100vw) 0;
}
@media screen and (min-width: 769px) {
  .pt15_limited_item {
    display: flex;
    justify-content: center;
    column-gap: min(calc(100 / 1920 * 100vw), 6.25rem);
    margin: min(calc(165 / 1920 * 100vw), 10.3125rem) auto 0;
  }
}
@media screen and (min-width: 769px) {
  .pt15_limited_item dt {
    width: min(calc(465 / 1920 * 100vw), 29.0625rem);
  }
}
.pt15_limited_item dt img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .pt15_limited_item dd {
    width: min(calc(500 / 1920 * 100vw), 31.25rem);
  }
}
.pt15_limited_item dd h3 {
  font-size: calc(26 / 736 * 100vw);
  font-weight: 500;
  line-height: 1;
  margin-top: calc(10 / 736 * 100vw);
  padding-bottom: calc(12 / 736 * 100vw);
  border-bottom: 1px solid rgb(var(--color-main));
  margin-bottom: calc(18 / 736 * 100vw);
  margin-right: calc(20 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_limited_item dd h3 {
    font-size: min(calc(36 / 1920 * 100vw), 2.25rem);
    margin-top: min(calc(18 / 1920 * 100vw), 1.125rem);
    padding-bottom: min(calc(10 / 1920 * 100vw), 0.625rem);
    margin-bottom: min(calc(25 / 1920 * 100vw), 1.5625rem);
    margin-right: 0;
  }
}
.pt15_limited_item dd p {
  font-size: calc(21 / 736 * 100vw);
  margin-bottom: calc(25 / 736 * 100vw);
  letter-spacing: -0.05em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .pt15_limited_item dd p {
    font-size: min(calc(28 / 1920 * 100vw), 1.75rem);
    margin-bottom: min(calc(40 / 1920 * 100vw), 2.5rem);
    line-height: 1.4;
  }
}
.pt15_limited_item dd p small {
  font-size: calc(14 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_limited_item dd p small {
    font-size: min(calc(18 / 1920 * 100vw), 1.125rem);
  }
}
.pt15_limited_item dd .price {
  margin-bottom: calc(25 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_limited_item dd .price {
    margin-bottom: min(calc(22 / 1920 * 100vw), 1.375rem);
  }
}
.pt15_limited_item dd .price span {
  display: block;
  font-size: calc(26 / 736 * 100vw);
  color: #b93228;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .pt15_limited_item dd .price span {
    font-size: min(calc(36 / 1920 * 100vw), 2.25rem);
  }
}
.pt15_limited_item dd .price b {
  display: inline-block;
  font-size: calc(52 / 736 * 100vw);
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .pt15_limited_item dd .price b {
    font-size: min(calc(70 / 1920 * 100vw), 4.375rem);
  }
}
.pt15_limited_item dd .price small {
  font-size: calc(28 / 736 * 100vw);
  font-weight: 500;
  display: inline-block;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .pt15_limited_item dd .price small {
    font-size: min(calc(38 / 1920 * 100vw), 2.375rem);
  }
}
.pt15_flavor {
  background-color: #d8a7b1;
  padding-top: calc(100 / 736 * 100vw);
  padding-bottom: calc(250 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_flavor {
    padding-top: min(calc(150 / 1920 * 100vw), 9.375rem);
    padding-bottom: min(calc(100 / 1920 * 100vw), 6.25rem);
  }
}
.pt15_flavor .article_ttl {
  color: #fff;
}
.pt15_flavor .article_ttl img {
  width: calc(160 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_flavor .article_ttl img {
    width: min(calc(200 / 1920 * 100vw), 12.5rem);
  }
}
.pt15_flavor_main {
  margin: calc(50 / 736 * 100vw) calc(30 / 736 * 100vw) calc(60 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_flavor_main {
    margin: min(calc(50 / 1920 * 100vw), 3.125rem) auto min(calc(85 / 1920 * 100vw), 5.3125rem);
    width: min(calc(1265 / 1920 * 100vw), 79.0625rem);
  }
}
.pt15_flavor_main dt {
  position: relative;
  margin-bottom: calc(18 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_flavor_main dt {
    margin-bottom: min(calc(50 / 1920 * 100vw), 3.125rem);
  }
}
.pt15_flavor_main dt > img {
  width: 100%;
}
.pt15_flavor_main dt span {
  position: absolute;
  right: calc(-6 / 736 * 100vw);
  bottom: calc(-65 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_flavor_main dt span {
    right: max(-5.3125vw, -6.375rem);
    bottom: max(-7.03125vw, -8.4375rem);
  }
}
.pt15_flavor_main dt span img {
  width: calc(330 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_flavor_main dt span img {
    width: min(calc(629 / 1920 * 100vw), 39.3125rem);
  }
}
.pt15_flavor_main dt span img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  animation: yurayura 0.7s linear infinite alternate forwards;
}
.pt15_flavor_main dd .item_ttl {
  justify-content: center;
  text-align: center;
}
.pt15_flavor_main dd .item_txt {
  text-align: center;
}
.pt15_flavor_main dd .arrow_link {
  margin-top: calc(40 / 736 * 100vw);
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .pt15_flavor_main dd .arrow_link {
    margin-top: min(calc(70 / 1920 * 100vw), 4.375rem);
  }
}
.pt15_flavor_sub {
  display: grid;
  column-gap: calc(25 / 736 * 100vw);
  margin: 0 calc(20 / 736 * 100vw);
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .pt15_flavor_sub {
    width: min(calc(1500 / 1920 * 100vw), 93.75rem);
    column-gap: min(calc(78 / 1920 * 100vw), 4.875rem);
    margin: 0 auto;
  }
}
.pt15_flavor_sub + .pt15_flavor_sub {
  margin-top: calc(130 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_flavor_sub + .pt15_flavor_sub {
    margin-top: min(calc(160 / 1920 * 100vw), 10rem);
  }
}
.pt15_flavor_sub dt > img {
  width: 100%;
}
.pt15_flavor_sub dd {
  padding-top: calc(20 / 736 * 100vw);
  position: relative;
}
@media screen and (min-width: 769px) {
  .pt15_flavor_sub dd {
    padding-top: min(calc(140 / 1920 * 100vw), 8.75rem);
  }
}
.pt15_flavor_sub dd .item_txt {
  letter-spacing: -0.05em;
}
.pt15_flavor_sub_img {
  position: absolute;
  top: calc(100% + 15 / 736 * 100vw);
  right: calc(10 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_flavor_sub_img {
    position: relative;
    top: 0;
    right: 0;
    margin-top: min(calc(70 / 1920 * 100vw), 4.375rem);
    display: block;
  }
}
.pt15_flavor_sub_img img {
  width: calc(328 / 736 * 100vw);
  max-width: none;
}
@media screen and (min-width: 769px) {
  .pt15_flavor_sub_img img {
    width: min(calc(606 / 1920 * 100vw), 37.875rem);
  }
}
.pt15_flavor_sub_img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
}
.pt15_flavor_odd {
  grid-template-columns: calc(360 / 736 * 100vw) 1fr;
}
@media screen and (min-width: 769px) {
  .pt15_flavor_odd {
    grid-template-columns: min(calc(643 / 1920 * 100vw), 40.1875rem) 1fr;
  }
}
@media screen and (min-width: 769px) {
  .pt15_flavor_odd .pt15_flavor_sub_img {
    transform: translateX(max(-2.0833333333vw, -2.5rem));
  }
}
.pt15_flavor_odd .yura {
  transform-origin: 60% center;
  animation: yurayura 0.8s linear infinite alternate forwards;
}
.pt15_flavor_even {
  grid-template-columns: 1fr calc(360 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_flavor_even {
    grid-template-columns: 1fr min(calc(643 / 1920 * 100vw), 40.1875rem);
  }
}
.pt15_flavor_even dt {
  grid-area: 1/2/2/3;
}
.pt15_flavor_even dd {
  grid-area: 1/1/2/2;
  text-align: right;
  padding-right: calc(20 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_flavor_even dd {
    padding-right: 0;
  }
}
.pt15_flavor_even .pt15_flavor_sub_img {
  right: calc(-10 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_flavor_even .pt15_flavor_sub_img {
    right: auto;
    width: fit-content;
    margin-left: auto;
    padding-right: min(calc(50 / 1920 * 100vw), 3.125rem);
  }
}
.pt15_flavor_even .yura {
  transform-origin: 20% center;
  animation: yurayura 0.8s linear infinite alternate forwards 0.3s;
}
.pt15_new {
  background-color: #d8a7b1;
  padding-top: calc(30 / 736 * 100vw);
  padding-bottom: calc(100 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_new {
    padding-top: min(calc(90 / 1920 * 100vw), 5.625rem);
    padding-bottom: min(calc(200 / 1920 * 100vw), 12.5rem);
  }
}
.pt15_new:before {
  content: "";
  display: block;
  width: calc(670 / 736 * 100vw);
  aspect-ratio: 120/3;
  background: url(../img/pt15/line.svg) no-repeat center/100% auto;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .pt15_new:before {
    width: min(calc(1200 / 1920 * 100vw), 75rem);
  }
}
.pt15_new .article_ttl span {
  bottom: calc(100% - 5 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_new .article_ttl span {
    bottom: calc(100% - min(calc(10 / 1920 * 100vw), 0.625rem));
  }
}
.pt15_new .article_ttl img {
  width: calc(75 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_new .article_ttl img {
    width: min(calc(107 / 1920 * 100vw), 6.6875rem);
  }
}
.pt15_new_main {
  position: relative;
  text-align: center;
  margin: calc(52 / 736 * 100vw) auto calc(40 / 736 * 100vw);
  width: calc(675 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_new_main {
    margin: min(calc(170 / 1920 * 100vw), 10.625rem) auto min(calc(45 / 1920 * 100vw), 2.8125rem);
    width: min(calc(1265 / 1920 * 100vw), 79.0625rem);
  }
}
.pt15_new_main > img {
  width: 100%;
}
.pt15_new_main span {
  position: absolute;
  top: calc(-38 / 736 * 100vw);
  left: calc(-8 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_new_main span {
    top: max(-5.2083333333vw, -6.25rem);
    left: max(-7.03125vw, -8.4375rem);
  }
}
.pt15_new_main span img {
  width: calc(168 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_new_main span img {
    width: min(calc(328 / 1920 * 100vw), 20.5rem);
  }
}
.pt15_new .arrow_link {
  margin-top: calc(30 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_new .arrow_link {
    margin-top: min(calc(70 / 1920 * 100vw), 4.375rem);
  }
}
.pt15_new_more {
  text-align: center;
  margin-top: calc(110 / 736 * 100vw);
  display: block;
}
@media screen and (min-width: 769px) {
  .pt15_new_more {
    margin-top: min(calc(200 / 1920 * 100vw), 12.5rem);
    margin-bottom: 0;
  }
}
.pt15_new_more img {
  width: calc(192 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_new_more img {
    width: min(calc(265 / 1920 * 100vw), 16.5625rem);
  }
}
.pt15_new_more + p {
  margin-top: calc(38 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_new_more + p {
    margin-top: min(calc(20 / 1920 * 100vw), 1.25rem);
  }
}
.pt15_grandprix {
  background: url(../img/pt15/grandprix_bg_sp.webp) no-repeat center/cover rgb(var(--color-main));
  padding-top: calc(52 / 736 * 100vw);
  padding-bottom: calc(76 / 736 * 100vw);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pt15_grandprix {
    padding-top: min(calc(58 / 1920 * 100vw), 3.625rem);
    padding-bottom: min(calc(76 / 1920 * 100vw), 4.75rem);
  }
}
.pt15_grandprix h2 {
  margin-bottom: 0 !important;
}
.pt15_grandprix h2 img {
  width: calc(676 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_grandprix h2 img {
    width: min(calc(676 / 1920 * 100vw), 42.25rem);
  }
}
.pt15_grandprix h3 {
  margin-top: calc(-60 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_grandprix h3 {
    margin-top: max(-3.125vw, -3.75rem);
  }
}
.pt15_grandprix h3 img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .pt15_grandprix h3 img {
    width: min(calc(789 / 1920 * 100vw), 49.3125rem);
  }
}
.pt15_grandprix dl {
  color: #fff;
  margin-top: calc(70 / 736 * 100vw);
  margin-inline: calc(50 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_grandprix dl {
    margin-top: min(calc(65 / 1920 * 100vw), 4.0625rem);
    margin-inline: 0;
  }
}
.pt15_grandprix dl dt {
  font-size: calc(24 / 736 * 100vw);
  font-weight: 600;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: calc(22 / 736 * 100vw);
  align-items: center;
  margin-bottom: calc(30 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_grandprix dl dt {
    margin-inline: auto;
    width: min(calc(830 / 1920 * 100vw), 51.875rem);
    font-size: min(calc(36 / 1920 * 100vw), 2.25rem);
    column-gap: min(calc(15 / 1920 * 100vw), 0.9375rem);
    margin-bottom: min(calc(35 / 1920 * 100vw), 2.1875rem);
  }
}
.pt15_grandprix dl dt:before {
  content: "";
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  border-radius: 1px;
}
.pt15_grandprix dl dt:after {
  content: "";
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  border-radius: 1px;
}
.pt15_grandprix dl dd img {
  width: calc(196 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_grandprix dl dd img {
    width: min(calc(196 / 1920 * 100vw), 12.25rem);
  }
}
.pt15_products {
  background-color: #bebebe;
  padding-top: calc(75 / 736 * 100vw);
  padding-bottom: calc(120 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_products {
    padding-top: min(calc(140 / 1920 * 100vw), 8.75rem);
    padding-bottom: min(calc(175 / 1920 * 100vw), 10.9375rem);
  }
}
.pt15_products .article_ttl {
  color: #fff;
}
.pt15_products .article_ttl img {
  width: calc(127 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_products .article_ttl img {
    width: min(calc(176 / 1920 * 100vw), 11rem);
  }
}
.pt15_products_item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: calc(15 / 736 * 100vw);
  margin-inline: calc(30 / 736 * 100vw);
  margin-top: calc(50 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_products_item {
    width: min(calc(1700 / 1920 * 100vw), 106.25rem);
    column-gap: min(calc(95 / 1920 * 100vw), 5.9375rem);
    margin-inline: auto;
    margin-top: min(calc(88 / 1920 * 100vw), 5.5rem);
  }
}
.pt15_products_item_main {
  margin-bottom: calc(50 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_products_item_main {
    margin-bottom: min(calc(50 / 1920 * 100vw), 3.125rem);
  }
}
.pt15_products_item_main img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .pt15_products_item_detail {
    width: min(calc(500 / 1920 * 100vw), 31.25rem);
    margin-inline: auto;
  }
}
.pt15_products_item .tag {
  margin-left: calc(14 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_products_item .tag {
    margin-left: 0;
  }
}
.pt15_products_item h3 {
  font-size: calc(26 / 736 * 100vw);
  line-height: 1;
  padding-bottom: calc(15 / 736 * 100vw);
  border-bottom: 1px solid rgb(var(--color-main));
  padding-left: calc(14 / 736 * 100vw);
  font-weight: 500;
  margin-top: calc(8 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_products_item h3 {
    font-size: min(calc(36 / 1920 * 100vw), 2.25rem);
    padding-bottom: min(calc(10 / 1920 * 100vw), 0.625rem);
    padding-left: 0;
    margin-top: min(calc(15 / 1920 * 100vw), 0.9375rem);
  }
}
.pt15_products_item p {
  padding-left: calc(14 / 736 * 100vw);
  font-size: calc(21 / 736 * 100vw);
  font-weight: 500;
  letter-spacing: 0;
  margin-top: calc(15 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_products_item p {
    font-size: min(calc(28 / 1920 * 100vw), 1.75rem);
    margin-top: min(calc(20 / 1920 * 100vw), 1.25rem);
  }
}
.pt15_products_item p small {
  font-size: calc(14 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_products_item p small {
    font-size: min(calc(18 / 1920 * 100vw), 1.125rem);
  }
}
.pt15_products_item_box {
  margin-top: calc(5 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_products_item_box {
    margin-top: min(calc(20 / 1920 * 100vw), 1.25rem);
    text-align: center;
  }
}
.pt15_products_item_box img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .pt15_products_item_box img {
    width: min(calc(410 / 1920 * 100vw), 25.625rem);
  }
}
.pt15_products_item .price {
  letter-spacing: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: calc(20 / 736 * 100vw);
  margin-top: calc(15 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_products_item .price {
    margin-bottom: min(calc(20 / 1920 * 100vw), 1.25rem);
    margin-top: min(calc(40 / 1920 * 100vw), 2.5rem);
  }
}
.pt15_products_item .price b {
  font-size: calc(52 / 736 * 100vw);
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .pt15_products_item .price b {
    font-size: min(calc(70 / 1920 * 100vw), 4.375rem);
  }
}
.pt15_products_item .price small {
  font-size: calc(28 / 736 * 100vw);
  padding-left: 0.5em;
}
@media screen and (min-width: 769px) {
  .pt15_products_item .price small {
    font-size: min(calc(38 / 1920 * 100vw), 2.375rem);
  }
}
.pt15_products_item .btn-base {
  margin-inline: auto;
}
.pt15_contents {
  background-color: #c4a484;
  padding-top: calc(75 / 736 * 100vw);
  padding-bottom: calc(120 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_contents {
    padding-top: min(calc(140 / 1920 * 100vw), 8.75rem);
    padding-bottom: min(calc(175 / 1920 * 100vw), 10.9375rem);
  }
}
.pt15_contents .article_ttl {
  color: #fff;
}
.pt15_contents .article_ttl img {
  width: calc(172 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_contents .article_ttl img {
    width: min(calc(176 / 1920 * 100vw), 11rem);
  }
}
.pt15_contents_ttl {
  width: fit-content;
  margin-inline: auto;
  margin-top: calc(35 / 736 * 100vw);
  margin-bottom: calc(50 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_contents_ttl {
    margin-top: min(calc(150 / 1920 * 100vw), 9.375rem);
    margin-bottom: min(calc(90 / 1920 * 100vw), 5.625rem);
  }
}
.pt15_contents_ttl span {
  display: block;
}
.pt15_contents_ttl span img {
  width: calc(126 / 736 * 100vw);
  transform: translateX(calc(-35 / 736 * 100vw));
}
@media screen and (min-width: 769px) {
  .pt15_contents_ttl span img {
    width: min(calc(195 / 1920 * 100vw), 12.1875rem);
    transform: translateX(max(-6.7708333333vw, -8.125rem)) translateY(min(calc(20 / 1920 * 100vw), 1.25rem));
  }
}
.pt15_contents_ttl h3 {
  font-size: calc(21 / 736 * 100vw);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.67;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pt15_contents_ttl h3 {
    font-size: min(calc(36 / 1920 * 100vw), 2.25rem);
  }
}
.pt15_contents_ttl h3 small {
  display: block;
  font-size: calc(12 / 736 * 100vw);
  padding-top: calc(5 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_contents_ttl h3 small {
    font-size: min(calc(18 / 1920 * 100vw), 1.125rem);
    padding-top: min(calc(10 / 1920 * 100vw), 0.625rem);
  }
}
.pt15_contents_1 figure {
  margin-inline: calc(15 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_contents_1 figure {
    margin-inline: auto;
    width: min(calc(1049 / 1920 * 100vw), 65.5625rem);
  }
}
.pt15_contents_1 figure img {
  width: 100%;
}
.pt15_contents_1 dl {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: calc(50 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_contents_1 dl {
    margin-top: min(calc(90 / 1920 * 100vw), 5.625rem);
  }
}
.pt15_contents_1 dl dt {
  width: fit-content;
  text-align: center;
  font-size: calc(21 / 736 * 100vw);
  font-weight: 500;
  line-height: 1.76;
  border: 1px dashed #fff;
  border-radius: calc(20 / 736 * 100vw);
  padding: calc(25 / 736 * 100vw);
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .pt15_contents_1 dl dt {
    font-size: min(calc(26 / 1920 * 100vw), 1.625rem);
    border-radius: min(calc(20 / 1920 * 100vw), 1.25rem);
    padding: min(calc(40 / 1920 * 100vw), 2.5rem);
  }
}
.pt15_contents_1 dl dd {
  width: fit-content;
  margin-left: calc(30 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_contents_1 dl dd {
    margin-left: min(calc(40 / 1920 * 100vw), 2.5rem);
  }
}
.pt15_contents_1 dl dd img {
  width: calc(165 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_contents_1 dl dd img {
    width: min(calc(216 / 1920 * 100vw), 13.5rem);
  }
}
.pt15_contents_2 {
  margin-top: calc(120 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_contents_2 {
    margin-top: min(calc(240 / 1920 * 100vw), 15rem);
  }
}
@media screen and (min-width: 769px) {
  .pt15_contents_voice {
    width: min(calc(1630 / 1920 * 100vw), 101.875rem);
    margin-inline: auto;
  }
}
.pt15_contents_voice p {
  font-size: calc(18 / 736 * 100vw);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .pt15_contents_voice p {
    font-size: min(calc(24 / 1920 * 100vw), 1.5rem);
  }
}
.pt15_contents_voice p + p {
  margin-top: 1em;
}
.pt15_contents_voice li {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.pt15_contents_voice li:nth-child(1) {
  aspect-ratio: 898/340;
  width: calc(599 / 736 * 100vw);
  background-image: url(../img/pt15/qa_answer1_sp.webp);
  margin-left: calc(50 / 736 * 100vw);
  padding-top: calc(55 / 736 * 100vw);
  padding-left: calc(228 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_contents_voice li:nth-child(1) {
    aspect-ratio: 1622/613;
    width: min(calc(811 / 1920 * 100vw), 50.6875rem);
    background-image: url(../img/pt15/qa_answer1.webp);
    margin-left: auto;
    margin-right: auto;
    padding-top: min(calc(72 / 1920 * 100vw), 4.5rem);
    padding-left: min(calc(307 / 1920 * 100vw), 19.1875rem);
  }
}
.pt15_contents_voice li:nth-child(2) {
  aspect-ratio: 872/274;
  width: calc(581 / 736 * 100vw);
  background-image: url(../img/pt15/qa_answer2_sp.webp);
  margin-left: calc(62 / 736 * 100vw);
  margin-top: calc(32 / 736 * 100vw);
  padding-top: calc(70 / 736 * 100vw);
  padding-left: calc(272 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_contents_voice li:nth-child(2) {
    aspect-ratio: 1574/494;
    width: min(calc(787 / 1920 * 100vw), 49.1875rem);
    background-image: url(../img/pt15/qa_answer2.webp);
    margin-left: auto;
    margin-top: min(calc(47 / 1920 * 100vw), 2.9375rem);
    padding-top: min(calc(98 / 1920 * 100vw), 6.125rem);
    padding-left: min(calc(375 / 1920 * 100vw), 23.4375rem);
  }
}
.pt15_contents_voice li:nth-child(3) {
  aspect-ratio: 839/390;
  width: calc(559 / 736 * 100vw);
  background-image: url(../img/pt15/qa_answer3_sp.webp);
  margin-left: calc(95 / 736 * 100vw);
  margin-top: calc(42 / 736 * 100vw);
  padding-top: calc(32 / 736 * 100vw);
  padding-left: calc(40 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_contents_voice li:nth-child(3) {
    aspect-ratio: 1514/705;
    width: min(calc(757 / 1920 * 100vw), 47.3125rem);
    background-image: url(../img/pt15/qa_answer3.webp);
    margin-left: min(calc(54 / 1920 * 100vw), 3.375rem);
    margin-top: max(-7.03125vw, -8.4375rem);
    padding-top: min(calc(40 / 1920 * 100vw), 2.5rem);
    padding-left: min(calc(52 / 1920 * 100vw), 3.25rem);
  }
}
.pt15_contents_voice li:nth-child(4) {
  aspect-ratio: 803/309;
  width: calc(535 / 736 * 100vw);
  background-image: url(../img/pt15/qa_answer4_sp.webp);
  margin-left: calc(100 / 736 * 100vw);
  margin-top: calc(-34 / 736 * 100vw);
  padding-top: calc(95 / 736 * 100vw);
  padding-left: calc(228 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_contents_voice li:nth-child(4) {
    aspect-ratio: 1450/559;
    width: min(calc(725 / 1920 * 100vw), 45.3125rem);
    background-image: url(../img/pt15/qa_answer4.webp);
    margin-left: auto;
    margin-right: min(calc(24 / 1920 * 100vw), 1.5rem);
    margin-top: max(-4.0625vw, -4.875rem);
    padding-top: min(calc(130 / 1920 * 100vw), 8.125rem);
    padding-left: min(calc(310 / 1920 * 100vw), 19.375rem);
  }
}
.pt15_contents_voice li:nth-child(5) {
  aspect-ratio: 783/315;
  width: calc(522 / 736 * 100vw);
  background-image: url(../img/pt15/qa_answer5_sp.webp);
  margin-left: calc(72 / 736 * 100vw);
  margin-top: calc(16 / 736 * 100vw);
  padding-top: calc(95 / 736 * 100vw);
  padding-left: calc(38 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_contents_voice li:nth-child(5) {
    aspect-ratio: 1380/635;
    width: min(calc(690 / 1920 * 100vw), 43.125rem);
    background-image: url(../img/pt15/qa_answer5.webp);
    margin-left: 0;
    margin-top: max(-8.2291666667vw, -9.875rem);
    padding-top: min(calc(162 / 1920 * 100vw), 10.125rem);
    padding-left: min(calc(56 / 1920 * 100vw), 3.5rem);
  }
}
.pt15_contents_voice li:nth-child(6) {
  aspect-ratio: 873/309;
  width: calc(582 / 736 * 100vw);
  background-image: url(../img/pt15/qa_answer6_sp.webp);
  margin-left: calc(72 / 736 * 100vw);
  margin-top: calc(42 / 736 * 100vw);
  padding-top: calc(47 / 736 * 100vw);
  padding-left: calc(212 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_contents_voice li:nth-child(6) {
    aspect-ratio: 1514/657;
    width: min(calc(757 / 1920 * 100vw), 47.3125rem);
    background-image: url(../img/pt15/qa_answer6.webp);
    margin-left: auto;
    margin-right: min(calc(172 / 1920 * 100vw), 10.75rem);
    margin-top: max(-3.3854166667vw, -4.0625rem);
    padding-top: min(calc(115 / 1920 * 100vw), 7.1875rem);
    padding-left: min(calc(78 / 1920 * 100vw), 4.875rem);
  }
}
.pt15_contents_voice li:nth-child(7) {
  aspect-ratio: 900/285;
  width: calc(600 / 736 * 100vw);
  background-image: url(../img/pt15/qa_answer7_sp.webp);
  margin-left: calc(86 / 736 * 100vw);
  margin-top: calc(55 / 736 * 100vw);
  padding-top: calc(72 / 736 * 100vw);
  padding-left: calc(34 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_contents_voice li:nth-child(7) {
    aspect-ratio: 1416/606;
    width: min(calc(708 / 1920 * 100vw), 44.25rem);
    background-image: url(../img/pt15/qa_answer7.webp);
    margin-left: min(calc(35 / 1920 * 100vw), 2.1875rem);
    margin-top: max(-0.46875vw, -0.5625rem);
    padding-top: min(calc(55 / 1920 * 100vw), 3.4375rem);
    padding-left: min(calc(45 / 1920 * 100vw), 2.8125rem);
  }
}
.pt15_contents dl {
  text-align: center;
  margin-top: calc(100 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_contents dl {
    margin-top: min(calc(180 / 1920 * 100vw), 11.25rem);
  }
}
.pt15_contents dl dt img {
  width: calc(212 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_contents dl dt img {
    width: min(calc(300 / 1920 * 100vw), 18.75rem);
  }
}
.pt15_contents dl dd {
  font-size: calc(24 / 736 * 100vw);
  line-height: 1.67;
  margin-top: calc(15 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_contents dl dd {
    font-size: min(calc(30 / 1920 * 100vw), 1.875rem);
    margin-top: min(calc(38 / 1920 * 100vw), 2.375rem);
  }
}
.pt15_rcommended {
  background-color: #bebebe;
  padding-top: calc(120 / 736 * 100vw);
  padding-bottom: calc(120 / 736 * 100vw);
  color: #fff;
}
@media screen and (min-width: 769px) {
  .pt15_rcommended {
    padding-top: min(calc(140 / 1920 * 100vw), 8.75rem);
    padding-bottom: min(calc(175 / 1920 * 100vw), 10.9375rem);
  }
}
.pt15_rcommended .article_ttl img {
  width: calc(124 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .pt15_rcommended .article_ttl img {
    width: min(calc(178 / 1920 * 100vw), 11.125rem);
  }
}
.pt15_rcommended_item {
  display: grid;
  row-gap: calc(138 / 736 * 100vw);
  margin: calc(90 / 736 * 100vw) calc(90 / 736 * 100vw) 0;
}
@media screen and (min-width: 769px) {
  .pt15_rcommended_item {
    gap: 0 min(calc(95 / 1920 * 100vw), 5.9375rem);
    width: min(calc(1503 / 1920 * 100vw), 93.9375rem);
    margin: min(calc(90 / 1920 * 100vw), 5.625rem) auto 0;
    grid-template-columns: 1fr 1fr;
  }
}
.pt15_rcommended_item li a {
  display: block;
}
.pt15_rcommended_item li a img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .pt15_rcommended_item .arrow_link {
    margin-top: min(calc(110 / 1920 * 100vw), 6.875rem);
  }
}

.tag {
  font-size: calc(18 / 736 * 100vw);
  color: #fff;
  background-color: rgb(var(--color-main));
  font-weight: 500;
  padding: calc(3 / 736 * 100vw) calc(10 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .tag {
    font-size: min(calc(24 / 1920 * 100vw), 1.5rem);
    padding: min(calc(5 / 1920 * 100vw), 0.3125rem) min(calc(11 / 1920 * 100vw), 0.6875rem);
  }
}

.btn-base {
  font-size: calc(28 / 736 * 100vw);
  color: #fff;
  background-color: rgb(var(--color-main));
  font-weight: 500;
  padding: calc(15 / 736 * 100vw) calc(38 / 736 * 100vw);
  border-radius: calc(10 / 736 * 100vw);
  display: block;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .btn-base {
    font-size: min(calc(36 / 1920 * 100vw), 2.25rem);
    padding: min(calc(14 / 1920 * 100vw), 0.875rem) min(calc(55 / 1920 * 100vw), 3.4375rem) min(calc(12 / 1920 * 100vw), 0.75rem);
    border-radius: min(calc(10 / 1920 * 100vw), 0.625rem);
  }
}

#pt15_nav {
  position: sticky;
  top: var(--header_h);
  left: 0;
  width: 100%;
  background-color: rgb(196, 164, 132);
  z-index: 10;
}

.whats {
  background-color: #c4a484;
  padding: calc(130 / 736 * 100vw) 0 calc(100 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .whats {
    padding: min(calc(200 / 1920 * 100vw), 12.5rem) 0 min(calc(160 / 1920 * 100vw), 10rem);
  }
}
.whats .article_ttl {
  color: #fff;
}
.whats .article_ttl span img {
  width: calc(168 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .whats .article_ttl span img {
    width: min(calc(168 / 1920 * 100vw), 10.5rem);
  }
}
.whats_img {
  margin-top: calc(75 / 736 * 100vw);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .whats_img {
    margin-top: min(calc(74 / 1920 * 100vw), 4.625rem);
  }
}
.whats_img img {
  width: calc(410 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .whats_img img {
    width: min(calc(435 / 1920 * 100vw), 27.1875rem);
  }
}
.whats_detail {
  margin-top: calc(45 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .whats_detail {
    margin-top: min(calc(46 / 1920 * 100vw), 2.875rem);
    text-align: center;
  }
}
.whats_detail img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .whats_detail img {
    width: min(calc(1265 / 1920 * 100vw), 79.0625rem);
  }
}

.about_vanillabeans {
  background-color: #fff;
  padding: calc(75 / 736 * 100vw) 0 calc(140 / 736 * 100vw);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .about_vanillabeans {
    padding: min(calc(170 / 1920 * 100vw), 10.625rem) 0 min(calc(250 / 1920 * 100vw), 15.625rem);
  }
}
@media screen and (min-width: 769px) {
  .about_vanillabeans_logo {
    position: relative;
  }
}
.about_vanillabeans_logo img {
  width: calc(240 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .about_vanillabeans_logo img {
    width: min(calc(365 / 1920 * 100vw), 22.8125rem);
  }
}
.about_vanillabeans_img {
  margin-bottom: calc(60 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .about_vanillabeans_img {
    margin: max(-2.6041666667vw, -3.125rem) 0 min(calc(84 / 1920 * 100vw), 5.25rem);
  }
}
.about_vanillabeans_img img {
  width: 100%;
}
.about_vanillabeans_title {
  font-weight: 700;
  font-size: calc(36 / 736 * 100vw) !important;
  margin-bottom: calc(40 / 736 * 100vw) !important;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .about_vanillabeans_title {
    font-size: min(calc(60 / 1920 * 100vw), 3.75rem) !important;
    margin-bottom: min(calc(66 / 1920 * 100vw), 4.125rem) !important;
  }
}
.about_vanillabeans_txt {
  font-weight: 500;
  font-size: calc(21 / 736 * 100vw);
  margin-bottom: calc(90 / 736 * 100vw);
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .about_vanillabeans_txt {
    font-size: min(calc(28 / 1920 * 100vw), 1.75rem);
    margin-bottom: min(calc(130 / 1920 * 100vw), 8.125rem);
  }
}
.about_vanillabeans_25th {
  margin-top: calc(135 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .about_vanillabeans_25th {
    margin-top: min(calc(125 / 1920 * 100vw), 7.8125rem);
  }
}
.about_vanillabeans_25th img {
  width: calc(258 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .about_vanillabeans_25th img {
    width: min(calc(292 / 1920 * 100vw), 18.25rem);
  }
}

.item_ttl {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.item_ttl span {
  font-size: calc(48 / 736 * 100vw);
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .item_ttl span {
    font-size: min(calc(72 / 1920 * 100vw), 4.5rem);
  }
}
.item_ttl strong {
  font-size: calc(30 / 736 * 100vw);
  font-weight: 500;
  letter-spacing: 0;
  padding-top: calc(5 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .item_ttl strong {
    font-size: min(calc(36 / 1920 * 100vw), 2.25rem);
  }
}

.item_txt {
  font-size: calc(24 / 736 * 100vw);
  font-weight: 500;
  line-height: 1.66;
  margin-top: calc(30 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .item_txt {
    font-size: min(calc(30 / 1920 * 100vw), 1.875rem);
    margin-top: min(calc(50 / 1920 * 100vw), 3.125rem);
  }
}
.item_txt small {
  font-size: calc(18 / 736 * 100vw);
}
@media screen and (min-width: 769px) {
  .item_txt small {
    font-size: min(calc(24 / 1920 * 100vw), 1.5rem);
  }
}

@keyframes yurayura {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(2deg);
  }
}
.anime {
  opacity: 0;
  transform: translateY(0.5em);
  transition: 0.6s;
}
.anime.is-active {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=pt15.css.map */