@charset "UTF-8";
.l-in {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.l-in__container {
  width: 90%;
  max-width: var(--maxW);
  position: relative;
  margin: 0 auto;
  padding: 176px 0 288px;
  padding: 11rem 0 18rem;
}
@media screen and (max-width: 960px) {
  .l-in__container {
    width: 92%;
    padding: 5rem 0 10rem;
  }
}
.l-in__header {
  display: block;
  position: relative;
  margin-bottom: 96px;
  margin-bottom: 6rem;
}
@media screen and (max-width: 960px) {
  .l-in__header {
    margin-bottom: 3rem;
  }
}
.l-in__title {
  width: 576px;
  width: 36rem;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(var(--scrollAnimY));
  transform: translateY(var(--scrollAnimY));
}
@media screen and (max-width: 960px) {
  .l-in__title {
    width: 20rem;
  }
}
.is-load .l-in__title {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-in__inner {
  display: block;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(var(--scrollAnimY));
  transform: translateY(var(--scrollAnimY));
}
.is-load .l-in__inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.15s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.15s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.15s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.15s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.15s;
}

.p-news {
  display: block;
  position: relative;
}
.p-news__container {
  display: block;
  position: relative;
}
.p-news__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 51.2px;
  gap: 3.2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-news__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.p-news_in {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-news_in__inner {
  display: block;
  position: relative;
}
.p-news_in__none {
  display: block;
  position: relative;
  font-size: 28.8px;
  font-size: 1.8rem;
  letter-spacing: 3.2px;
  letter-spacing: 0.2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-news_in__none {
    font-size: 1.4rem;
  }
}
.p-news_in__footer {
  display: block;
  position: relative;
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .p-news_in__footer {
    margin-top: 4rem;
  }
}
.p-news_in__btn {
  width: 448px;
  width: 28rem;
  position: relative;
  margin: 0 auto;
}

.p-news_single {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-news_single {
    max-width: 1080px;
  }
}
.p-news_single__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  margin: 0 auto 70.4px;
  margin: 0 auto 4.4rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__header {
    margin-bottom: 2.4rem;
  }
}
.p-news_single__date {
  display: block;
  position: relative;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Ubuntu", "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-yellow);
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__date {
    font-size: 1.3rem;
  }
}
.p-news_single__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}
.p-news_single__category::before {
  content: "・";
  font-family: "Ubuntu", "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-yellow);
  font-size: 28.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__category::before {
    font-size: 1.3rem;
  }
}
.p-news_single__category-text {
  display: block;
  position: relative;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Ubuntu", "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-yellow);
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__category-text {
    font-size: 1.3rem;
  }
}
.p-news_single__title {
  width: 100%;
  position: relative;
  margin-top: 19.2px;
  margin-top: 1.2rem;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-news_single__title {
    margin-top: 0.4rem;
    font-size: 2rem;
  }
}
.p-news_single__inner {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-news_single__thumb {
  width: 100%;
  position: relative;
  margin: 0 auto 89.6px;
  margin: 0 auto 5.6rem;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-news_single__thumb {
    margin-bottom: 2.2rem;
  }
}
.p-news_single__thumb-bg {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-black);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  overflow: hidden;
}
.p-news_single__thumb-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-black);
  opacity: 0.7;
}
.p-news_single__thumb-bg img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.p-news_single__thumb-img {
  width: 100%;
  height: 960px;
  height: 60rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-news_single__thumb-img {
    height: 28rem;
  }
}
.p-news_single__thumb-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-news_single__text {
  display: block;
  position: relative;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-news_single__text {
    font-size: 1.3rem;
  }
}
.p-news_single__text a {
  color: var(--color-yellow);
}
@media (hover: hover) {
  .p-news_single__text a:hover, .p-news_single__text a:focus-visible {
    text-decoration: underline;
  }
}
.p-news_single__text h2 {
  font-size: 2em;
}
.p-news_single__text h3 {
  font-size: 1.75em;
}
.p-news_single__text h4 {
  font-size: 1.5em;
}
@media screen and (min-width: 961px) {
  .p-news_single__text .pc-column-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news_single__text .sp-column-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-news_single__text .pc-column-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news_single__text .sp-column-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-news_single__text .pc-column-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news_single__text .sp-column-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-news_single__text .pc-column-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news_single__text .sp-column-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-news_single__text .pc-column-5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news_single__text .sp-column-5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-news_single__text .pc-column-6 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news_single__text .sp-column-6 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-news_single__text .pc-column-7 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news_single__text .sp-column-7 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-news_single__text .pc-column-8 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news_single__text .sp-column-8 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-news_single__text .pc-column-9 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news_single__text .sp-column-9 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-news_single__text .pc-column-10 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news_single__text .sp-column-10 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
    gap: 1rem;
  }
}
.p-news_single__text .align-left {
  text-align: left;
}
.p-news_single__text .align-center {
  text-align: center;
}
.p-news_single__text .align-right {
  text-align: right;
}
.p-news_single__text .fw-bold {
  font-weight: 700;
}
.p-news_single__text .fw-black {
  font-weight: 900;
}
.p-news_single__text .mt-0 {
  margin-top: 0px;
  margin-top: 0rem;
}
.p-news_single__text .mt-10 {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-news_single__text .mt-20 {
  margin-top: 32px;
  margin-top: 2rem;
}
.p-news_single__text .mt-30 {
  margin-top: 48px;
  margin-top: 3rem;
}
.p-news_single__text .mt-40 {
  margin-top: 64px;
  margin-top: 4rem;
}
.p-news_single__text .mt-50 {
  margin-top: 80px;
  margin-top: 5rem;
}
.p-news_single__text .mt-60 {
  margin-top: 96px;
  margin-top: 6rem;
}
.p-news_single__text .mt-70 {
  margin-top: 112px;
  margin-top: 7rem;
}
.p-news_single__text .mt-80 {
  margin-top: 128px;
  margin-top: 8rem;
}
.p-news_single__text .mt-90 {
  margin-top: 144px;
  margin-top: 9rem;
}
.p-news_single__text .mt-100 {
  margin-top: 160px;
  margin-top: 10rem;
}
.p-news_single__text .mb-0 {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.p-news_single__text .mb-10 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-news_single__text .mb-20 {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.p-news_single__text .mb-30 {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.p-news_single__text .mb-40 {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
.p-news_single__text .mb-50 {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
.p-news_single__text .mb-60 {
  margin-bottom: 96px;
  margin-bottom: 6rem;
}
.p-news_single__text .mb-70 {
  margin-bottom: 112px;
  margin-bottom: 7rem;
}
.p-news_single__text .mb-80 {
  margin-bottom: 128px;
  margin-bottom: 8rem;
}
.p-news_single__text .mb-90 {
  margin-bottom: 144px;
  margin-bottom: 9rem;
}
.p-news_single__text .mb-100 {
  margin-bottom: 160px;
  margin-bottom: 10rem;
}

.p-goods {
  display: block;
  position: relative;
}
.p-goods__container {
  display: block;
  position: relative;
}
.p-goods__header {
  width: 100%;
  position: relative;
  margin: 0 auto 76.8px;
  margin: 0 auto 4.8rem;
}
@media screen and (max-width: 960px) {
  .p-goods__header {
    margin-bottom: 2.8rem;
  }
}
.p-goods__inner {
  width: 100%;
  position: relative;
}
.p-goods__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 51.2px;
  gap: 3.2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-goods__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}
.p-goods__list-item {
  display: block;
  position: relative;
}
.p-goods__none {
  display: block;
  position: relative;
  font-size: 25.6px;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 3.2px;
  letter-spacing: 0.2rem;
}
.p-goods__footer {
  display: block;
  position: relative;
  margin-top: 64px;
  margin-top: 4rem;
}
.p-goods__btn {
  width: 448px;
  width: 28rem;
  position: relative;
  margin: 0 auto;
}

.p-goods_category {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-goods_category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  gap: 1rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-goods_category__list {
    display: none;
  }
}
.p-goods_category__list-item {
  display: block;
  position: relative;
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    .p-goods_category__list-item {
      margin: 0 0.5rem 1rem;
    }
  }
}
.p-goods_category__link {
  min-width: 288px;
  min-width: 18rem;
  display: block;
  position: relative;
  text-align: center;
  color: var(--color-yellow);
  background: transparent;
  border-radius: 200px;
}
.p-goods_category__link.is-current {
  color: var(--color-black);
  background: var(--color-yellow);
}
.p-goods_category__link.is-disable {
  opacity: 0.5;
  pointer-events: none;
}
@media (hover: hover) {
  .p-goods_category__link {
    -webkit-transition: background-color 0.4s cubic-bezier(0.5, 1, 0.89, 1), color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    transition: background-color 0.4s cubic-bezier(0.5, 1, 0.89, 1), color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-goods_category__link:hover {
    color: var(--color-black);
    background: var(--color-yellow);
  }
}
.p-goods_category__link-text {
  display: block;
  position: relative;
  padding: 11.2px 32px;
  padding: 0.7rem 2rem;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-goods_category__link-text::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 3.2px solid var(--color-yellow);
  border: 0.2rem solid var(--color-yellow);
  border-radius: 200px;
}
.p-goods_category__select {
  width: 288px;
  width: 18rem;
  display: block;
  position: relative;
  margin: 0 auto;
  color: var(--color-black);
  background: var(--color-yellow);
  border-radius: 200px;
}
@media screen and (min-width: 961px) {
  .p-goods_category__select {
    display: none;
  }
}
.p-goods_category__select::before {
  content: "";
  width: 9.6px;
  width: 0.6rem;
  height: 9.6px;
  height: 0.6rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 28.8px;
  right: 1.8rem;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
  background: url("../img/common/arrow.svg") no-repeat center/contain;
}
.p-goods_category__select > select {
  width: 100%;
  display: block;
  position: relative;
  padding: 12.8px 32px;
  padding: 0.8rem 2rem;
  color: var(--color-black);
  font-size: 20.8px;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
  border: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: none !important;
}
@media screen and (max-width: 960px) {
  .p-goods_category__select > select {
    font-size: 1.6rem;
  }
}
.p-goods_category__select > select option {
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 2.4px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.p-goods_in {
  display: block;
  position: relative;
}
.p-goods_in__container {
  display: block;
  position: relative;
}
.p-goods_in__inner {
  width: 100%;
  position: relative;
}
.p-goods_in__none {
  display: block;
  position: relative;
  font-size: 28.8px;
  font-size: 1.8rem;
  letter-spacing: 3.2px;
  letter-spacing: 0.2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-goods_in__none {
    font-size: 1.4rem;
  }
}
.p-goods_in__footer {
  display: block;
  position: relative;
  margin-top: 115.2px;
  margin-top: 7.2rem;
}
@media screen and (max-width: 960px) {
  .p-goods_in__footer {
    margin-top: 4rem;
  }
}
.p-goods_in__btn {
  width: 448px;
  width: 28rem;
  position: relative;
  margin: 0 auto;
}

.p-goods_single {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-goods_single {
    max-width: 1080px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-goods_single__thumb {
  width: 50%;
  position: relative;
  margin-right: 3.5%;
}
@media screen and (max-width: 960px) {
  .p-goods_single__thumb {
    width: 100%;
    margin: 0 auto 2.8rem;
  }
}
.p-goods_single__thumb-img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}
.p-goods_single__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-goods_single__inner {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding-top: 2.8rem;
  }
}
.p-goods_single__title {
  font-size: 54.4px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3.2px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-goods_single__title {
    font-size: 2rem;
  }
}
.p-goods_single__limited {
  display: block;
  position: relative;
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .p-goods_single__limited {
    margin-top: 1.2rem;
    font-size: 1.8rem;
  }
}
.p-goods_single__data {
  display: block;
  position: relative;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-goods_single__data {
    margin-top: 1.2rem;
  }
}
.p-goods_single__data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 25.6px;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .p-goods_single__data dl {
    font-size: 1.6rem;
  }
}
.p-goods_single__data dl + dl {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .p-goods_single__data dl + dl {
    margin-top: 0.5rem;
  }
}
.p-goods_single__data dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
}
.p-goods_single__text {
  display: block;
  position: relative;
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-goods_single__text {
    margin-top: 1.5rem;
    font-size: 1.3rem;
  }
}
.p-goods_single__text a {
  color: var(--color-yellow);
}
@media (hover: hover) {
  .p-goods_single__text a:hover, .p-goods_single__text a:focus-visible {
    text-decoration: underline;
  }
}
.p-goods_single__text h2 {
  font-size: 2em;
}
.p-goods_single__text h3 {
  font-size: 1.75em;
}
.p-goods_single__text h4 {
  font-size: 1.5em;
}
@media screen and (min-width: 961px) {
  .p-goods_single__text .pc-column-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-goods_single__text .sp-column-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-goods_single__text .pc-column-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-goods_single__text .sp-column-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-goods_single__text .pc-column-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-goods_single__text .sp-column-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-goods_single__text .pc-column-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-goods_single__text .sp-column-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-goods_single__text .pc-column-5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-goods_single__text .sp-column-5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-goods_single__text .pc-column-6 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-goods_single__text .sp-column-6 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-goods_single__text .pc-column-7 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-goods_single__text .sp-column-7 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-goods_single__text .pc-column-8 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-goods_single__text .sp-column-8 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-goods_single__text .pc-column-9 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-goods_single__text .sp-column-9 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
    gap: 1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-goods_single__text .pc-column-10 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-goods_single__text .sp-column-10 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
    gap: 1rem;
  }
}
.p-goods_single__text .align-left {
  text-align: left;
}
.p-goods_single__text .align-center {
  text-align: center;
}
.p-goods_single__text .align-right {
  text-align: right;
}
.p-goods_single__text .fw-bold {
  font-weight: 700;
}
.p-goods_single__text .fw-black {
  font-weight: 900;
}
.p-goods_single__text .mt-0 {
  margin-top: 0px;
  margin-top: 0rem;
}
.p-goods_single__text .mt-10 {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-goods_single__text .mt-20 {
  margin-top: 32px;
  margin-top: 2rem;
}
.p-goods_single__text .mt-30 {
  margin-top: 48px;
  margin-top: 3rem;
}
.p-goods_single__text .mt-40 {
  margin-top: 64px;
  margin-top: 4rem;
}
.p-goods_single__text .mt-50 {
  margin-top: 80px;
  margin-top: 5rem;
}
.p-goods_single__text .mt-60 {
  margin-top: 96px;
  margin-top: 6rem;
}
.p-goods_single__text .mt-70 {
  margin-top: 112px;
  margin-top: 7rem;
}
.p-goods_single__text .mt-80 {
  margin-top: 128px;
  margin-top: 8rem;
}
.p-goods_single__text .mt-90 {
  margin-top: 144px;
  margin-top: 9rem;
}
.p-goods_single__text .mt-100 {
  margin-top: 160px;
  margin-top: 10rem;
}
.p-goods_single__text .mb-0 {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
.p-goods_single__text .mb-10 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-goods_single__text .mb-20 {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.p-goods_single__text .mb-30 {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.p-goods_single__text .mb-40 {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
.p-goods_single__text .mb-50 {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
.p-goods_single__text .mb-60 {
  margin-bottom: 96px;
  margin-bottom: 6rem;
}
.p-goods_single__text .mb-70 {
  margin-bottom: 112px;
  margin-bottom: 7rem;
}
.p-goods_single__text .mb-80 {
  margin-bottom: 128px;
  margin-bottom: 8rem;
}
.p-goods_single__text .mb-90 {
  margin-bottom: 144px;
  margin-bottom: 9rem;
}
.p-goods_single__text .mb-100 {
  margin-bottom: 160px;
  margin-bottom: 10rem;
}
.p-goods_single__btn {
  width: 512px;
  width: 32rem;
  display: block;
  position: relative;
  margin-top: 54.4px;
  margin-top: 3.4rem;
}
@media screen and (max-width: 960px) {
  .p-goods_single__btn {
    width: 22rem;
    margin: 3rem auto 0;
  }
}

.p-history {
  display: block;
  position: relative;
}
.p-history__header {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-history__inner {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 121.6px 0;
  padding: 7.6rem 0;
}
@media screen and (max-width: 960px) {
  .p-history__inner {
    padding: 4.6rem 0;
  }
}
.p-history__inner::after {
  width: 3.2px;
  width: 0.2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--color-yellow);
}
@media screen and (min-width: 961px) {
  .p-history__inner::after {
    content: "";
  }
}

.p-history_anchor {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 16px 16px;
  padding: 1rem 1rem;
  background: var(--color-black);
  border-radius: 200px;
}
@media screen and (max-width: 960px) {
  .p-history_anchor {
    max-width: 35rem;
    padding: 1rem 2rem;
  }
}
.p-history_anchor__list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-history_anchor__list-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-history_anchor__list-item:nth-child(5)::before {
    content: none !important;
  }
}
.p-history_anchor__list-item + .p-history_anchor__list-item::before {
  content: "";
  width: 6.4px;
  width: 0.4rem;
  height: 6.4px;
  height: 0.4rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--color-yellow);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .p-history_anchor__list-item + .p-history_anchor__list-item::before {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.p-history_anchor__link {
  display: block;
  position: relative;
  padding: 16px 35.2px;
  padding: 1rem 2.2rem;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-history_anchor__link {
    padding: 0.6rem 1.2rem;
  }
}
@media (hover: hover) {
  .p-history_anchor__link {
    -webkit-transition: color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    transition: color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-history_anchor__link[data-anchor]:hover, .p-history_anchor__link[data-anchor]:focus-visible {
    color: var(--color-yellow);
  }
}
.p-history_anchor__link-text {
  display: block;
  position: relative;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p-history_anchor__link-text {
    font-size: 1.2rem;
  }
}

.p-history_in {
  display: block;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-history_in {
    padding: 4.8rem 0 12.5rem;
  }
}
.p-history_in + .p-history_in {
  margin-top: 248px;
  margin-top: 15.5rem;
}
@media screen and (max-width: 960px) {
  .p-history_in + .p-history_in {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-history_in::before {
    content: "";
    width: 0.2rem;
    height: 18.8rem;
    display: block;
    position: absolute;
    top: -4.6rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: var(--color-yellow);
    z-index: -1;
  }
  .p-history_in::after {
    content: "";
    width: 0.2rem;
    height: 19rem;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: var(--color-yellow);
    z-index: -1;
  }
}
.p-history_in__visual {
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 960px) {
  .p-history_in__visual {
    width: 100%;
  }
}
.p-history_in:nth-child(odd) .p-history_in__visual {
  left: 0;
}
.p-history_in:nth-child(even) .p-history_in__visual {
  right: 0;
}
.p-history_in__visual-img {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(10rem);
  transform: translateY(10rem);
}
.is-active .p-history_in__visual-img {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-active .p-history_in__visual-img:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.is-active .p-history_in__visual-img:nth-child(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.is-active .p-history_in__visual-img:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.is-active .p-history_in__visual-img:nth-child(4) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.is-active .p-history_in__visual-img:nth-child(5) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.is-active .p-history_in__visual-img:nth-child(6) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.is-active .p-history_in__visual-img:nth-child(7) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.is-active .p-history_in__visual-img:nth-child(8) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.is-active .p-history_in__visual-img:nth-child(9) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.is-active .p-history_in__visual-img:nth-child(10) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.p-history_in__visual-img.-img1 {
  width: 640px;
  width: 40rem;
  top: 220.8px;
  top: 13.8rem;
}
@media screen and (max-width: 960px) {
  .p-history_in__visual-img.-img1 {
    width: 19rem;
    top: 0;
  }
}
@media screen and (min-width: 961px) {
  .p-history_in:nth-child(odd) .p-history_in__visual-img.-img1 {
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-history_in:nth-child(odd) .p-history_in__visual-img.-img1 {
    left: 51%;
  }
}
@media screen and (min-width: 961px) {
  .p-history_in:nth-child(even) .p-history_in__visual-img.-img1 {
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-history_in:nth-child(even) .p-history_in__visual-img.-img1 {
    right: 51%;
  }
}
.p-history_in__visual-img.-img2 {
  width: 512px;
  width: 32rem;
}
@media screen and (min-width: 961px) {
  .p-history_in__visual-img.-img2 {
    top: 57%;
  }
}
@media screen and (max-width: 960px) {
  .p-history_in__visual-img.-img2 {
    width: 15rem;
    bottom: 3.1rem;
  }
}
@media screen and (min-width: 961px) {
  .p-history_in:nth-child(odd) .p-history_in__visual-img.-img2 {
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-history_in:nth-child(odd) .p-history_in__visual-img.-img2 {
    right: 52.5%;
  }
}
@media screen and (min-width: 961px) {
  .p-history_in:nth-child(even) .p-history_in__visual-img.-img2 {
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-history_in:nth-child(even) .p-history_in__visual-img.-img2 {
    left: 52.5%;
  }
}
@media screen and (min-width: 961px) {
  .p-history_in__visual-img.-img3 {
    top: 73%;
  }
}
@media screen and (max-width: 960px) {
  .p-history_in__visual-img.-img3 {
    width: 13rem;
    bottom: 0;
  }
}
@media screen and (min-width: 961px) {
  .p-history_in:nth-child(odd) .p-history_in__visual-img.-img3 {
    right: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-history_in:nth-child(odd) .p-history_in__visual-img.-img3 {
    left: 51%;
  }
}
@media screen and (min-width: 961px) {
  .p-history_in:nth-child(even) .p-history_in__visual-img.-img3 {
    left: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-history_in:nth-child(even) .p-history_in__visual-img.-img3 {
    right: 51%;
  }
}
.p-history_in__header {
  width: 50%;
  position: relative;
  margin-bottom: -176px;
  margin-bottom: -11rem;
}
@media screen and (min-width: 961px) {
  .p-history_in__header {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-history_in__header {
    margin-bottom: 2rem;
  }
}
.p-history_in:nth-child(odd) .p-history_in__header {
  margin-left: 0;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .p-history_in:nth-child(odd) .p-history_in__header {
    text-align: left;
  }
}
.p-history_in:nth-child(even) .p-history_in__header {
  margin-left: auto;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .p-history_in:nth-child(even) .p-history_in__header {
    text-align: right;
  }
}
.p-history_in__year {
  font-size: 156.8px;
  font-size: 9.8rem;
  line-height: 0.9;
  font-weight: 700;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  color: var(--color-yellow);
  font-family: "Ubuntu", "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 12.8px;
  letter-spacing: 0.8rem;
}
@media screen and (max-width: 960px) {
  .p-history_in__year {
    font-size: 5rem;
    letter-spacing: 0.15rem;
  }
}
.p-history_in__year span {
  font-size: 0.7em;
  letter-spacing: 0;
}
.p-history_in__inner {
  width: 50%;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-history_in__inner {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-history_in__inner {
    width: 100%;
  }
}
.p-history_in:nth-child(odd) .p-history_in__inner {
  margin-left: auto;
}
@media screen and (min-width: 961px) {
  .p-history_in:nth-child(odd) .p-history_in__inner {
    text-align: left;
  }
}
.p-history_in:nth-child(even) .p-history_in__inner {
  margin-left: 0;
}
@media screen and (min-width: 961px) {
  .p-history_in:nth-child(even) .p-history_in__inner {
    text-align: right;
  }
}
.p-history_in__title {
  display: block;
  position: relative;
  margin-bottom: 22.4px;
  margin-bottom: 1.4rem;
  opacity: 0;
  -webkit-transform: translateY(var(--scrollAnimY));
  transform: translateY(var(--scrollAnimY));
}
.is-active .p-history_in__title {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-history_in__title-main {
  display: inline-block;
  font-size: 70.4px;
  font-size: 4.4rem;
  font-weight: 900;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  color: var(--color-yellow);
}
@media screen and (max-width: 960px) {
  .p-history_in__title-main {
    font-size: 2.8rem;
  }
}
.p-history_in__title-sub {
  display: inline-block;
  font-size: 51.2px;
  font-size: 3.2rem;
  font-weight: 900;
  color: var(--color-yellow);
}
@media screen and (max-width: 960px) {
  .p-history_in__title-sub {
    font-size: 1.8rem;
  }
}
.p-history_in__info {
  display: block;
  position: relative;
  margin-bottom: 51.2px;
  margin-bottom: 3.2rem;
  font-size: 25.6px;
  font-size: 1.6rem;
  opacity: 0;
  -webkit-transform: translateY(var(--scrollAnimY));
  transform: translateY(var(--scrollAnimY));
}
@media screen and (max-width: 960px) {
  .p-history_in__info {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
}
.is-active .p-history_in__info {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.05s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.05s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.05s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.05s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.05s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.05s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.05s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.05s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.05s;
}
.p-history_in__description {
  display: block;
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.85;
  opacity: 0;
  -webkit-transform: translateY(var(--scrollAnimY));
  transform: translateY(var(--scrollAnimY));
}
@media screen and (max-width: 960px) {
  .p-history_in__description {
    line-height: 1.75;
    font-size: 1.3rem;
  }
}
.is-active .p-history_in__description {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
}
.p-history_in__cast {
  display: block;
  position: relative;
  margin-top: 51.2px;
  margin-top: 3.2rem;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.8;
  opacity: 0;
  -webkit-transform: translateY(var(--scrollAnimY));
  transform: translateY(var(--scrollAnimY));
}
@media screen and (max-width: 960px) {
  .p-history_in__cast {
    margin-top: 2.4rem;
    font-size: 1.1rem;
    letter-spacing: 0.025rem;
  }
}
.is-active .p-history_in__cast {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
.p-history_in__movie {
  width: 512px;
  width: 32rem;
  display: block;
  position: relative;
  margin-top: 67.2px;
  margin-top: 4.2rem;
  opacity: 0;
  -webkit-transform: translateY(var(--scrollAnimY));
  transform: translateY(var(--scrollAnimY));
}
@media screen and (max-width: 960px) {
  .p-history_in__movie {
    width: 100%;
    margin-top: 3.5rem;
  }
}
.p-history_in:nth-child(odd) .p-history_in__movie {
  margin-left: 0;
}
.p-history_in:nth-child(even) .p-history_in__movie {
  margin-left: auto;
}
.is-active .p-history_in__movie {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}
.p-history_in__btn {
  width: 512px;
  width: 32rem;
  display: block;
  position: relative;
  margin-top: 48px;
  margin-top: 3rem;
  opacity: 0;
  -webkit-transform: translateY(var(--scrollAnimY));
  transform: translateY(var(--scrollAnimY));
}
@media screen and (min-width: 961px) {
  .p-history_in:nth-child(odd) .p-history_in__btn {
    margin-left: 0;
  }
  .p-history_in:nth-child(even) .p-history_in__btn {
    margin-left: auto;
  }
}
@media screen and (max-width: 960px) {
  .p-history_in__btn {
    width: 21rem;
    margin: 2.6rem auto 0;
  }
}
.is-active .p-history_in__btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}

.p-history_movie {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-history_movie::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.6rem;
  overflow: hidden;
  border: 3.2px solid var(--color-yellow);
  border: 0.2rem solid var(--color-yellow);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-history_movie::after {
    border-radius: 0.6rem;
  }
}
.p-history_movie__thumb {
  display: block;
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-history_movie__thumb {
    border-radius: 0.6rem;
  }
}
.p-history_movie__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-yellow);
  opacity: 0;
  z-index: 1;
}
@media (hover: hover) {
  .p-history_movie__thumb::before {
    -webkit-transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
    transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-history_movie:hover .p-history_movie__thumb::before, .p-history_movie:focus-visible .p-history_movie__thumb::before {
    opacity: 0.2;
  }
}
.p-history_movie__thumb::after {
  content: "";
  width: 96px;
  width: 6rem;
  height: 96px;
  height: 6rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background: url("../img/in/play.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-history_movie__thumb::after {
    width: 5rem;
    height: 5rem;
  }
}
.p-history_movie__thumb-img {
  width: 100%;
  padding-top: 38%;
  position: relative;
  margin: 0 auto;
  -webkit-transform: scale(1.001);
  transform: scale(1.001);
}
@media (hover: hover) {
  .p-history_movie__thumb-img {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-history_movie:hover .p-history_movie__thumb-img, .p-history_movie:focus-visible .p-history_movie__thumb-img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.p-history_movie__thumb-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}