@charset "UTF-8";
.p-in {
  width: 100%;
  min-height: var(--svh);
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-in__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.p-in__bg::before {
  content: "";
  width: 100%;
  height: calc(100% - 5rem);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--color-gray-base);
  z-index: -1;
}
.p-in__bg::after {
  content: "";
  width: 200%;
  height: 50rem;
  display: block;
  position: absolute;
  top: 25rem;
  left: 50%;
  background: var(--color-gray-base);
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.p-in__container {
  display: block;
  position: relative;
}

.p-product {
  display: block;
  position: relative;
  padding: 3rem 0 0;
}
.p-product__header {
  display: block;
  position: relative;
  padding-bottom: 6.4rem;
  opacity: 0;
  transform: translateY(1rem) rotate(-0.05deg);
}
.is-load .p-product__header {
  opacity: 1;
  transform: translateY(0) rotate(-0.05deg);
  transition: opacity 0.4s var(--ease_out) 0.2s, transform 0.6s var(--ease_out) 0.2s;
}
.p-product__category {
  display: block;
  position: relative;
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(1rem) rotate(-0.05deg);
}
.is-load .p-product__category {
  opacity: 1;
  transform: translateY(0) rotate(-0.05deg);
  transition: opacity 0.4s var(--ease_out) 0.1s, transform 0.6s var(--ease_out) 0.1s;
}
.p-product__category-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--color-pink);
  letter-spacing: 0.2rem;
  margin: 0 auto;
}
.p-product__category-icon {
  width: 3rem;
  display: block;
  position: relative;
  margin: 0.6rem auto 0;
}
.p-product__category-icon img {
  width: 100%;
  margin: 0 auto;
}
.p-product__thumb {
  display: block;
  position: relative;
  margin-bottom: 2.4rem;
}
.p-product__thumb-img {
  display: block;
  position: relative;
}
.p-product__title {
  width: calc(100% - 6rem);
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.5;
}
.p-product__description {
  width: calc(100% - 6rem);
  display: block;
  position: relative;
  margin: 0.8rem auto 0;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.7;
}
.p-product__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(1rem);
}
.is-load .p-product__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.3s, transform 0.6s var(--ease_out) 0.3s;
}

.p-product_content {
  display: block;
  position: relative;
  padding: 5.8rem 0 6.4rem;
}
.p-product_content:nth-child(odd) {
  color: var(--color-white);
  background: url("../img/bg_stripe.jpg") repeat 0 0/2rem auto;
}
.p-product_content__container {
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-product_content__header {
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
.p-product_content__title {
  display: block;
  position: relative;
}
.p-product_content:nth-child(odd) .p-product_content__title {
  color: var(--color-white);
}
.p-product_content:nth-child(even) .p-product_content__title {
  color: var(--color-pink);
}
.p-product_content__title-main {
  display: block;
  position: relative;
  font-size: 4rem;
  font-weight: 500;
  font-family: "Jost", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
.p-product_content__title-sub {
  display: block;
  position: relative;
  margin-top: 0.15rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.007rem;
  text-align: center;
  transform: rotate(-0.05deg);
}
.p-product_content__inner {
  display: block;
  position: relative;
  width: calc(100% - 3rem);
  margin: 0 auto;
}
.p-product_content__detail {
  width: calc(100% - 3rem);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 1.65rem 0;
  margin: 0 auto;
}
.p-product_content__detail + .p-product_content__detail {
  margin-top: 0;
}
.p-product_content__detail + .p-product_content__detail::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-product_content:nth-child(odd) .p-product_content__detail + .p-product_content__detail::before {
  border-top: 1px solid var(--color-line-dark);
}
.p-product_content:nth-child(even) .p-product_content__detail + .p-product_content__detail::before {
  border-top: 1px solid var(--color-line-light);
}
.p-product_content__detail-cap {
  min-width: 6rem;
  flex-shrink: 0;
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-pink);
  margin-right: 1rem;
}
.p-product_content__detail-text {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.5;
}
.p-product_content__note {
  width: calc(100% - 3rem);
  display: block;
  position: relative;
  margin: 1.8rem auto 0;
  font-size: 1.1rem;
  line-height: 1.7;
}
.p-product_content__prize {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 4.65rem 0 0;
}
.p-product_content__prize-item {
  display: block;
  position: relative;
}
.p-product_content__prize-item + .p-product_content__prize-item {
  margin-top: 4rem;
}

.p-product_prize {
  display: block;
  position: relative;
  padding: 4rem 3rem;
  background-color: var(--color-white);
}
.p-product_prize__cap {
  width: 10rem;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-product_prize__cap.--wide {
  width: 20.5rem;
  top: 1.2%;
}
.p-product_prize__cap-base {
  display: block;
  position: relative;
}
.p-product_prize__cap-text {
  width: 35%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2.4rem;
  font-family: "Jost", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-white);
  font-weight: 600;
  text-align: center;
  transform: translate(-50%, -50%);
}
.--wide .p-product_prize__cap-text {
  width: 90%;
  top: 43%;
  font-size: 1.8rem;
}
.p-product_prize__cap-text small {
  margin-left: 0.1rem;
  font-size: 1.2rem;
}
.p-product_prize__title {
  display: block;
  position: relative;
  margin-top: 3rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}

.p-product_prize_thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-product_prize_thumb__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.p-product_prize_thumb__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-product_prize_thumb__pagination {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.9rem;
  position: relative;
  margin: 1rem auto 0;
}
.p-product_prize_thumb__pagination-item {
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  position: relative;
  background-color: var(--color-disable);
  border-radius: 50%;
  transition: background-color 0.3s var(--ease_out);
}
.p-product_prize_thumb__pagination-item.is-current {
  background-color: var(--color-pink);
}

.p-news {
  display: block;
  position: relative;
  padding: 5.8rem 0 7rem;
}
.p-news__container {
  width: calc(100% - 6rem);
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-news__header {
  display: block;
  position: relative;
  margin-bottom: 1.6rem;
}
.p-news__title {
  display: block;
  position: relative;
  color: var(--color-pink);
}
.p-news__title-main {
  display: block;
  position: relative;
  font-size: 4rem;
  font-weight: 500;
  font-family: "Jost", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
  opacity: 0;
  transform: translateY(1rem);
}
.is-load .p-news__title-main {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.6s var(--ease_out);
}
.p-news__title-sub {
  display: block;
  position: relative;
  margin-top: 0.15rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.007rem;
  text-align: center;
  opacity: 0;
  transform: translateY(1rem) rotate(-0.05deg);
}
.is-load .p-news__title-sub {
  opacity: 1;
  transform: translateY(0) rotate(-0.05deg);
  transition: opacity 0.4s var(--ease_out) 0.1s, transform 0.6s var(--ease_out) 0.1s;
}
.p-news__inner {
  width: calc(100% - 3rem);
  position: relative;
  display: block;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(1rem);
}
.is-load .p-news__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.3s, transform 0.6s var(--ease_out) 0.3s;
}
.p-news__list {
  width: calc(100% - 3rem);
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-news__list-item {
  display: block;
  position: relative;
}
.p-news__list-item + .p-news__list-item::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-line-light);
}
.p-news__pagination {
  width: calc(100% - 3rem);
  display: block;
  position: relative;
  margin: 1.7rem auto 0;
}
.p-news__single {
  display: block;
  position: relative;
  padding-top: 2rem;
}
.p-news__back {
  width: 22.5rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 4.1rem auto 0;
  color: var(--color-black);
  border-radius: 20rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-news__back {
    transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out), box-shadow 0.3s var(--ease_out);
  }
  .p-news__back:hover {
    color: var(--color-white);
    background-color: var(--color-black);
    box-shadow: var(--shadow-btn);
  }
}
.p-news__back::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-black);
  border-radius: 20rem;
}
.p-news__back-text {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 0.15em;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
.p-news__back-icon {
  width: 1.1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 1.56rem;
  transform: translate(0, -50%) scale(-1, 1);
  fill: currentColor;
}
.p-news__back:hover .p-news__back-icon {
  animation: arrow_centerY_prev 1s linear;
}

.p-news_article {
  display: block;
  position: relative;
  padding: 1.6rem 0;
  color: var(--color-black);
}
.p-news_article__date {
  display: block;
  position: relative;
  font-size: 1.2rem;
  font-family: "Jost", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  color: var(--color-pink);
}
.p-news_article__title {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-news_article__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-news_article:hover .p-news_article__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-news_article:hover .p-news_article__title {
      text-decoration: underline;
    }
  }
}

.p-news_single {
  display: block;
  position: relative;
  padding: 2.6rem 3rem;
  background-color: var(--color-white);
}
.p-news_single__header {
  display: block;
  position: relative;
  padding-bottom: 2.8rem;
  margin-bottom: 2.5rem;
}
.p-news_single__header::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--color-line-light);
}
.p-news_single__date {
  display: block;
  position: relative;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
  font-family: "Jost", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  color: var(--color-pink);
}
.p-news_single__title {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-news_single__inner {
  display: block;
  position: relative;
}
.p-news_single__text {
  display: block;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.6;
}
.p-news_single__text a {
  color: var(--color-pink);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-news_single__text a:hover {
    text-decoration: none;
  }
}
.p-news_single__text img {
  max-width: 70%;
  height: auto !important;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-news_single__text img {
    max-width: 100%;
  }
}
.p-news_single__text iframe {
  max-width: 70%;
}
@supports (aspect-ratio: 16/9) {
  .p-news_single__text iframe {
    width: 100%;
    display: block;
    height: auto !important;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 960px) {
  .p-news_single__text iframe {
    max-width: 100%;
  }
}