@charset "UTF-8";
.p-top {
  display: block;
  position: relative;
}

.p-hero {
  display: block;
  position: relative;
  background-color: var(--color_main);
  overflow: hidden;
}
.p-hero__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-hero__header {
  display: block;
  position: relative;
}
.p-hero__mv {
  display: block;
  position: relative;
}
.p-hero__inner {
  display: block;
  position: relative;
}
.p-hero__bnr {
  display: block;
  position: relative;
  padding: 0.7rem 0 2rem;
}
@media screen and (max-width: 960px) {
  .p-hero__bnr {
    padding: 1.6rem 0 1.2rem;
  }
}

.p-hero_mv {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 2rem;
}
@media screen and (min-width: 961px) {
  .p-hero_mv {
    min-height: var(--svh);
  }
}
@media screen and (max-width: 960px) {
  .p-hero_mv {
    padding: 1rem;
  }
}
.p-hero_mv__container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem 0 3rem;
  margin: 0 auto;
  background-color: var(--color-white);
  border-radius: 5rem;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.9);
  transform-origin: center bottom;
}
@media screen and (max-width: 960px) {
  .p-hero_mv__container {
    padding: 6.2rem 0 1.5rem;
    border-radius: 3rem;
  }
}
.is-load .p-hero_mv__container {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.p-hero_mv__content {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-hero_mv__content {
    max-width: calc(var(--svh) * 1.5 + 6rem);
  }
}
.p-hero_mv__title {
  width: 58.5%;
  display: block;
  position: relative;
  margin: 0 auto 2.5%;
}
@media screen and (max-width: 960px) {
  .p-hero_mv__title {
    width: 86%;
    margin-bottom: 10.8%;
  }
}
.p-hero_mv__title-sub {
  width: 25%;
  display: block;
  position: relative;
  margin: 0 auto 1.2%;
  opacity: 0;
  transform: translateY(7rem);
}
@media screen and (max-width: 960px) {
  .p-hero_mv__title-sub {
    width: 40%;
    margin-bottom: 3.2%;
  }
}
.is-load .p-hero_mv__title-sub {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.1s, transform 0.8s var(--ease_bounce) 0.1s;
}
.p-hero_mv__title-main {
  width: 100%;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(7rem);
}
.is-load .p-hero_mv__title-main {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.3s, transform 0.8s var(--ease_bounce) 0.3s;
}
.p-hero_mv__kv {
  width: 30%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero_mv__kv {
    width: 72%;
  }
}
.p-hero_mv__kv-img {
  display: block;
  position: relative;
  opacity: 0;
  transform: scale(0.7);
  transform-origin: 50% 70%;
}
.is-load .p-hero_mv__kv-img {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s var(--ease_out) 0.5s, transform 0.7s var(--ease_bounce) 0.5s;
}
.p-hero_mv__link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  position: relative;
  margin: 2% auto 0;
}
@media screen and (max-width: 960px) {
  .p-hero_mv__link {
    gap: 0.5rem;
    margin-top: 16.5%;
  }
}
.p-hero_mv__link-item {
  width: 28rem;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(7rem);
}
@media screen and (max-width: 960px) {
  .p-hero_mv__link-item {
    width: 16rem;
  }
}
.is-load .p-hero_mv__link-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-load .p-hero_mv__link-item:nth-child(1) {
  transition-delay: 0.6s;
}
.is-load .p-hero_mv__link-item:nth-child(2) {
  transition-delay: 0.7s;
}
.is-load .p-hero_mv__link-item:nth-child(3) {
  transition-delay: 0.8s;
}
.is-load .p-hero_mv__link-item:nth-child(4) {
  transition-delay: 0.9s;
}
.is-load .p-hero_mv__link-item:nth-child(5) {
  transition-delay: 1s;
}
.is-load .p-hero_mv__link-item:nth-child(6) {
  transition-delay: 1.1s;
}
.is-load .p-hero_mv__link-item:nth-child(7) {
  transition-delay: 1.2s;
}
.is-load .p-hero_mv__link-item:nth-child(8) {
  transition-delay: 1.3s;
}
.is-load .p-hero_mv__link-item:nth-child(9) {
  transition-delay: 1.4s;
}
.is-load .p-hero_mv__link-item:nth-child(10) {
  transition-delay: 1.5s;
}

.p-hero_bnr {
  display: block;
  position: relative;
}
.p-hero_bnr__slide {
  width: 90%;
  max-width: 102rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-hero_bnr__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.p-hero_bnr__list-item {
  width: 32%;
  flex-shrink: 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero_bnr__list-item {
    width: 70%;
  }
}
.p-hero_bnr__link {
  display: block;
  position: relative;
}
.p-hero_bnr__link-img {
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-hero_bnr__link-img {
    border-radius: 0.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-hero_bnr__link:hover .p-hero_bnr__link-img {
    animation: pyoko2 0.3s linear 2;
  }
}
.p-hero_bnr__link-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-yellow);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-hero_bnr__link-img::before {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-hero_bnr__link:hover .p-hero_bnr__link-img::before {
    opacity: 0.3;
  }
}
.p-hero_bnr__pagination {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.85rem;
  flex-wrap: wrap;
  position: relative;
  margin: 1.5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-hero_bnr__pagination {
    gap: 1.5rem;
  }
}
.p-hero_bnr__pagination-item {
  width: 2rem;
  height: 2.5rem;
  display: block;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-hero_bnr__pagination-item {
    width: 1.5rem;
    height: 2rem;
  }
}
.p-hero_bnr__pagination-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/icon_shokupan_line.png") no-repeat center/contain;
}
[data-user="1"] .p-hero_bnr__pagination-item::before, [data-user="5"] .p-hero_bnr__pagination-item::before, [data-user="6"] .p-hero_bnr__pagination-item::before {
  background: url("../img/icon_shokupan_line_b.png") no-repeat center/contain;
}
.p-hero_bnr__pagination-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/icon_shokupan_beta.png") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}
[data-user="1"] .p-hero_bnr__pagination-item::after, [data-user="5"] .p-hero_bnr__pagination-item::after, [data-user="6"] .p-hero_bnr__pagination-item::after {
  background: url("../img/icon_shokupan_beta_b.png") no-repeat center/contain;
}
.p-hero_bnr__pagination-item.is-current::after {
  opacity: 1;
}

.p-top_special {
  display: block;
  position: relative;
  background-color: var(--color-mustard);
}
.p-top_special__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top_special__container {
  width: 100%;
  max-width: 140rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 7.8rem 0;
}
@media screen and (max-width: 960px) {
  .p-top_special__container {
    padding: 3.85rem 0 4.8rem;
  }
}
.p-top_special__inner {
  width: 80%;
  max-width: 84rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_special__inner {
    max-width: 40rem;
  }
}

.p-top_special_bg {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  position: absolute;
  top: 0;
  left: 0;
}
.p-top_special_bg__slide {
  width: 100%;
  min-width: 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.p-top_special_bg__list {
  width: calc(var(--contentSize) * var(--contentLength));
  display: flex;
  justify-content: flex-start;
  position: relative;
  transition-timing-function: linear !important;
}
@keyframes bg_img_loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.is-load .p-top_special_bg__list {
  animation: bg_img_loop calc(var(--contentLength) * 2.5s) linear infinite;
}
.is-load .p-top_special_bg__slide:nth-child(even) .p-top_special_bg__list {
  animation: bg_img_loop calc(var(--contentLength) * 2.5s) linear infinite reverse;
}
.p-top_special_bg__list-item {
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-top_special_bg__img {
  width: var(--contentSize);
  height: var(--contentSize);
  display: block;
  position: relative;
}
.p-top_special_bg__img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top_special_content {
  display: block;
  position: relative;
  padding: 8rem 0 7rem;
  background-color: var(--color-baige);
  border-radius: 3rem;
  opacity: 0;
  transform: scale(0.9);
}
@media screen and (max-width: 960px) {
  .p-top_special_content {
    padding: 4.5rem 0 5rem;
    border-radius: 1.5rem;
  }
}
.is-scroll-active .p-top_special_content {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.p-top_special_content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1rem solid var(--color-vermilion);
  border-radius: 3rem;
}
@media screen and (max-width: 960px) {
  .p-top_special_content::before {
    border-width: 0.6rem;
    border-radius: 1.5rem;
  }
}
.p-top_special_content__header {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto 4.5rem;
}
@media screen and (max-width: 960px) {
  .p-top_special_content__header {
    margin-bottom: 2.4rem;
  }
}
.p-top_special_content__title {
  display: block;
  position: relative;
}
.p-top_special_content__title-text {
  display: flex;
  justify-content: center;
  position: relative;
}
.p-top_special_content__title-word {
  display: block;
  position: relative;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.2rem;
  text-align: center;
  color: var(--color-red);
  opacity: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 960px) {
  .p-top_special_content__title-word {
    font-size: 2.1rem;
    letter-spacing: 0.1rem;
  }
}
.is-scroll-active .p-top_special_content__title-word {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-load .is-scroll-active .p-top_special_content__title-word:nth-child(1) {
  transition-delay: 0.3s;
}
.is-load .is-scroll-active .p-top_special_content__title-word:nth-child(2) {
  transition-delay: 0.35s;
}
.is-load .is-scroll-active .p-top_special_content__title-word:nth-child(3) {
  transition-delay: 0.4s;
}
.is-load .is-scroll-active .p-top_special_content__title-word:nth-child(4) {
  transition-delay: 0.45s;
}
.is-load .is-scroll-active .p-top_special_content__title-word:nth-child(5) {
  transition-delay: 0.5s;
}
.is-load .is-scroll-active .p-top_special_content__title-word:nth-child(6) {
  transition-delay: 0.55s;
}
.is-load .is-scroll-active .p-top_special_content__title-word:nth-child(7) {
  transition-delay: 0.6s;
}
.is-load .is-scroll-active .p-top_special_content__title-word:nth-child(8) {
  transition-delay: 0.65s;
}
.is-load .is-scroll-active .p-top_special_content__title-word:nth-child(9) {
  transition-delay: 0.7s;
}
.is-load .is-scroll-active .p-top_special_content__title-word:nth-child(10) {
  transition-delay: 0.75s;
}
.p-top_special_content__deco {
  width: 10rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top_special_content__deco.--deco1 {
  width: 12rem;
  top: -2rem;
  left: 16%;
}
@media screen and (max-width: 960px) {
  .p-top_special_content__deco.--deco1 {
    width: 6rem;
    top: -1.2rem;
    left: 4%;
  }
}
.p-top_special_content__deco.--deco2 {
  width: 7.6rem;
  top: -2rem;
  left: 79%;
}
@media screen and (max-width: 960px) {
  .p-top_special_content__deco.--deco2 {
    width: 4.2rem;
    top: -2rem;
    left: 77%;
  }
}
.p-top_special_content__deco.--deco3 {
  width: 7rem;
  top: 98%;
  left: 22.6%;
}
@media screen and (max-width: 960px) {
  .p-top_special_content__deco.--deco3 {
    width: 3.6rem;
    top: 120%;
    left: 18%;
  }
}
.p-top_special_content__deco.--deco4 {
  width: 11rem;
  top: 81%;
  left: 85%;
}
@media screen and (max-width: 960px) {
  .p-top_special_content__deco.--deco4 {
    width: 6rem;
    top: 95%;
    left: 95%;
  }
}
.p-top_special_content__deco-img {
  display: block;
  position: relative;
  opacity: 0;
  transform: scale(0.2);
}
.is-scroll-active .p-top_special_content__deco-img {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.--deco1 .p-top_special_content__deco-img {
  transform: scale(0) rotate(30deg);
}
.is-scroll-active .--deco1 .p-top_special_content__deco-img {
  transform: scale(1) rotate(-10deg);
}
.--deco2 .p-top_special_content__deco-img {
  transform: scale(0) rotate(-10deg);
}
.is-scroll-active .--deco2 .p-top_special_content__deco-img {
  transform: scale(1) rotate(0deg);
}
.--deco3 .p-top_special_content__deco-img {
  transform: scale(0) rotate(20deg);
}
.is-scroll-active .--deco3 .p-top_special_content__deco-img {
  transform: scale(1) rotate(0deg);
}
.--deco4 .p-top_special_content__deco-img {
  transform: scale(0) rotate(20deg);
}
.is-scroll-active .--deco4 .p-top_special_content__deco-img {
  transform: scale(1) rotate(10deg);
}
.p-top_special_content__inner {
  width: 90%;
  max-width: 70rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-top_special_content__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top_special_content__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.p-top_special_content__list-item {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (min-width: 961px) {
  .p-top_special_content__list-item {
    width: 30%;
  }
}
@media screen and (max-width: 960px) {
  .p-top_special_content__list-item {
    width: 100%;
    margin: 0 auto;
  }
  .p-top_special_content__list-item + .p-top_special_content__list-item {
    margin-top: 2rem;
  }
}
.is-scroll-active .p-top_special_content__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-scroll-active .p-top_special_content__list-item:nth-child(1) {
  transition-delay: 0.5s;
}
.is-scroll-active .p-top_special_content__list-item:nth-child(2) {
  transition-delay: 0.6s;
}
.is-scroll-active .p-top_special_content__list-item:nth-child(3) {
  transition-delay: 0.7s;
}
.is-scroll-active .p-top_special_content__list-item:nth-child(4) {
  transition-delay: 0.8s;
}
.is-scroll-active .p-top_special_content__list-item:nth-child(5) {
  transition-delay: 0.9s;
}
.is-scroll-active .p-top_special_content__list-item:nth-child(6) {
  transition-delay: 1s;
}
.is-scroll-active .p-top_special_content__list-item:nth-child(7) {
  transition-delay: 1.1s;
}
.is-scroll-active .p-top_special_content__list-item:nth-child(8) {
  transition-delay: 1.2s;
}
.is-scroll-active .p-top_special_content__list-item:nth-child(9) {
  transition-delay: 1.3s;
}
.is-scroll-active .p-top_special_content__list-item:nth-child(10) {
  transition-delay: 1.4s;
}
.p-top_special_content__point {
  display: block;
  position: relative;
}
.p-top_special_content__point-img {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top_special_content__point-img {
    width: 55%;
    margin: 0 auto;
  }
}
.p-top_special_content__point-text {
  width: 90%;
  display: block;
  position: relative;
  margin: 1.5rem auto 0;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
  color: var(--color-red);
}
@media screen and (max-width: 960px) {
  .p-top_special_content__point-text {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}
.p-top_special_content__btn {
  width: 28rem;
  display: block;
  position: relative;
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-top_special_content__btn {
    width: 20.5rem;
    margin-top: 2rem;
  }
}

.p-top_news {
  display: block;
  position: relative;
  background-color: var(--color-baige);
}
.p-top_news__container {
  width: 100%;
  max-width: 140rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 9rem 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-top_news__container {
    padding: 6.6rem 0 8rem;
  }
}
.p-top_news__header {
  width: 80%;
  max-width: 84rem;
  display: block;
  position: relative;
  margin: 0 auto 3.4rem;
}
@media screen and (max-width: 960px) {
  .p-top_news__header {
    width: 94%;
  }
}
.p-top_news__title {
  display: block;
  position: relative;
}
.p-top_news__title-main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
.p-top_news__title-main span {
  display: block;
  position: relative;
  font-size: 7.2rem;
  line-height: 1;
  letter-spacing: 0.5rem;
  font-family: "Dosis", "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-red);
  opacity: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 960px) {
  .p-top_news__title-main span {
    font-size: 4.8rem;
    letter-spacing: 0.3rem;
  }
}
.is-scroll-active .p-top_news__title-main span {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-load .is-scroll-active .p-top_news__title-main span:nth-child(1) {
  transition-delay: 0s;
}
.is-load .is-scroll-active .p-top_news__title-main span:nth-child(2) {
  transition-delay: 0.05s;
}
.is-load .is-scroll-active .p-top_news__title-main span:nth-child(3) {
  transition-delay: 0.1s;
}
.is-load .is-scroll-active .p-top_news__title-main span:nth-child(4) {
  transition-delay: 0.15s;
}
.is-load .is-scroll-active .p-top_news__title-main span:nth-child(5) {
  transition-delay: 0.2s;
}
.is-load .is-scroll-active .p-top_news__title-main span:nth-child(6) {
  transition-delay: 0.25s;
}
.is-load .is-scroll-active .p-top_news__title-main span:nth-child(7) {
  transition-delay: 0.3s;
}
.is-load .is-scroll-active .p-top_news__title-main span:nth-child(8) {
  transition-delay: 0.35s;
}
.is-load .is-scroll-active .p-top_news__title-main span:nth-child(9) {
  transition-delay: 0.4s;
}
.is-load .is-scroll-active .p-top_news__title-main span:nth-child(10) {
  transition-delay: 0.45s;
}
.p-top_news__title-sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 0;
}
.p-top_news__title-sub span {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-red);
  opacity: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 960px) {
  .p-top_news__title-sub span {
    margin-top: 0.4rem;
    font-size: 1.5rem;
  }
}
.is-scroll-active .p-top_news__title-sub span {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-load .is-scroll-active .p-top_news__title-sub span:nth-child(1) {
  transition-delay: 0.3s;
}
.is-load .is-scroll-active .p-top_news__title-sub span:nth-child(2) {
  transition-delay: 0.35s;
}
.is-load .is-scroll-active .p-top_news__title-sub span:nth-child(3) {
  transition-delay: 0.4s;
}
.is-load .is-scroll-active .p-top_news__title-sub span:nth-child(4) {
  transition-delay: 0.45s;
}
.is-load .is-scroll-active .p-top_news__title-sub span:nth-child(5) {
  transition-delay: 0.5s;
}
.is-load .is-scroll-active .p-top_news__title-sub span:nth-child(6) {
  transition-delay: 0.55s;
}
.is-load .is-scroll-active .p-top_news__title-sub span:nth-child(7) {
  transition-delay: 0.6s;
}
.is-load .is-scroll-active .p-top_news__title-sub span:nth-child(8) {
  transition-delay: 0.65s;
}
.is-load .is-scroll-active .p-top_news__title-sub span:nth-child(9) {
  transition-delay: 0.7s;
}
.is-load .is-scroll-active .p-top_news__title-sub span:nth-child(10) {
  transition-delay: 0.75s;
}
.p-top_news__inner {
  width: 80%;
  max-width: 84rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_news__inner {
    width: 94%;
  }
}
.p-top_news__deco {
  width: 22rem;
  display: block;
  position: absolute;
  top: -4rem;
  left: 92%;
  z-index: 1;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-top_news__deco {
    width: 13rem;
    top: -1.5rem;
    left: 85%;
  }
}
.p-top_news__deco-img {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(5rem);
}
.is-scroll-active .p-top_news__deco-img {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out) 0.5s, transform 0.8s var(--ease_bounce) 0.5s;
}
.p-top_news__list {
  display: block;
  position: relative;
}
.p-top_news__list-item {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
}
.is-scroll-active .p-top_news__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-scroll-active .p-top_news__list-item:nth-child(1) {
  transition-delay: 0.3s;
}
.is-scroll-active .p-top_news__list-item:nth-child(2) {
  transition-delay: 0.4s;
}
.is-scroll-active .p-top_news__list-item:nth-child(3) {
  transition-delay: 0.5s;
}
.is-scroll-active .p-top_news__list-item:nth-child(4) {
  transition-delay: 0.6s;
}
.is-scroll-active .p-top_news__list-item:nth-child(5) {
  transition-delay: 0.7s;
}
.is-scroll-active .p-top_news__list-item:nth-child(6) {
  transition-delay: 0.8s;
}
.is-scroll-active .p-top_news__list-item:nth-child(7) {
  transition-delay: 0.9s;
}
.is-scroll-active .p-top_news__list-item:nth-child(8) {
  transition-delay: 1s;
}
.is-scroll-active .p-top_news__list-item:nth-child(9) {
  transition-delay: 1.1s;
}
.is-scroll-active .p-top_news__list-item:nth-child(10) {
  transition-delay: 1.2s;
}
.p-top_news__list-item + .p-top_news__list-item {
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-top_news__list-item + .p-top_news__list-item {
    margin-top: 1.2rem;
  }
}
.p-top_news__btn {
  width: 28rem;
  display: block;
  position: relative;
  margin: 4rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-top_news__btn {
    width: 20.5rem;
    margin-top: 3.6rem;
  }
}

.p-top_news_article {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--color-white);
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-top_news_article {
    min-height: 6.8rem;
  }
}
.p-top_news_article::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  border: 0.4rem solid var(--color-yellow);
  pointer-events: none;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-top_news_article::after {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-top_news_article:hover::after {
    opacity: 1;
  }
}
.p-top_news_article__content {
  width: 100%;
  display: block;
  position: relative;
  padding: 2.2rem 3rem;
}
@media screen and (min-width: 961px) {
  .p-top_news_article__content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .p-top_news_article__content {
    padding: 1rem 1.5rem 1.2rem 5rem;
  }
}
.p-top_news_article__content::before {
  content: "";
  width: 5rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 14rem;
  background: url("../img/pan_pretzels.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-top_news_article__content::before {
    width: 3.3rem;
    left: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top_news_article:hover .p-top_news_article__content::before {
    animation: pyoko 0.25s linear 2;
  }
}
.p-top_news_article__date {
  display: block;
  position: relative;
  font-family: "Dosis", "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-vermilion);
}
@media screen and (min-width: 961px) {
  .p-top_news_article__date {
    min-width: 15rem;
    padding-right: 3rem;
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-top_news_article__date {
    font-size: 1.1rem;
  }
}
.p-top_news_article__title {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p-top_news_article__title {
    padding: 0.5rem 0;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 960px) {
  .p-top_news_article__title {
    font-size: 1.2rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-top_news_article__title {
    transition: color 0.4s var(--ease_out);
  }
  .p-top_news_article:hover .p-top_news_article__title {
    color: var(--color-red);
  }
}

.p-top_contents {
  display: block;
  position: relative;
  background-color: var(--color-white);
}
.p-top_contents__container {
  width: 100%;
  max-width: 140rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 9rem 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-top_contents__container {
    padding: 6rem 0 7rem;
  }
}
.p-top_contents__deco {
  width: 16rem;
  display: block;
  position: absolute;
  top: -1rem;
  left: 7%;
  z-index: 1;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-top_contents__deco {
    width: 10rem;
    left: 15%;
  }
}
.p-top_contents__deco-img {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(5rem);
}
.is-scroll-active .p-top_contents__deco-img {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.p-top_contents__header {
  width: 80%;
  max-width: 84rem;
  display: block;
  position: relative;
  margin: 0 auto 3.4rem;
}
@media screen and (max-width: 960px) {
  .p-top_contents__header {
    max-width: 40rem;
    margin-bottom: 3rem;
  }
}
.p-top_contents__title {
  display: block;
  position: relative;
}
.p-top_contents__title-main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
.p-top_contents__title-main span {
  display: block;
  position: relative;
  font-size: 7.2rem;
  line-height: 1;
  letter-spacing: 0.5rem;
  font-family: "Dosis", "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-red);
  opacity: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 960px) {
  .p-top_contents__title-main span {
    font-size: 4.8rem;
    letter-spacing: 0.3rem;
  }
}
.is-scroll-active .p-top_contents__title-main span {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-load .is-scroll-active .p-top_contents__title-main span:nth-child(1) {
  transition-delay: 0s;
}
.is-load .is-scroll-active .p-top_contents__title-main span:nth-child(2) {
  transition-delay: 0.05s;
}
.is-load .is-scroll-active .p-top_contents__title-main span:nth-child(3) {
  transition-delay: 0.1s;
}
.is-load .is-scroll-active .p-top_contents__title-main span:nth-child(4) {
  transition-delay: 0.15s;
}
.is-load .is-scroll-active .p-top_contents__title-main span:nth-child(5) {
  transition-delay: 0.2s;
}
.is-load .is-scroll-active .p-top_contents__title-main span:nth-child(6) {
  transition-delay: 0.25s;
}
.is-load .is-scroll-active .p-top_contents__title-main span:nth-child(7) {
  transition-delay: 0.3s;
}
.is-load .is-scroll-active .p-top_contents__title-main span:nth-child(8) {
  transition-delay: 0.35s;
}
.is-load .is-scroll-active .p-top_contents__title-main span:nth-child(9) {
  transition-delay: 0.4s;
}
.is-load .is-scroll-active .p-top_contents__title-main span:nth-child(10) {
  transition-delay: 0.45s;
}
.p-top_contents__title-sub {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 0;
}
.p-top_contents__title-sub span {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-red);
  opacity: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 960px) {
  .p-top_contents__title-sub span {
    margin-top: 0.4rem;
    font-size: 1.5rem;
  }
}
.is-scroll-active .p-top_contents__title-sub span {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-load .is-scroll-active .p-top_contents__title-sub span:nth-child(1) {
  transition-delay: 0.3s;
}
.is-load .is-scroll-active .p-top_contents__title-sub span:nth-child(2) {
  transition-delay: 0.35s;
}
.is-load .is-scroll-active .p-top_contents__title-sub span:nth-child(3) {
  transition-delay: 0.4s;
}
.is-load .is-scroll-active .p-top_contents__title-sub span:nth-child(4) {
  transition-delay: 0.45s;
}
.is-load .is-scroll-active .p-top_contents__title-sub span:nth-child(5) {
  transition-delay: 0.5s;
}
.is-load .is-scroll-active .p-top_contents__title-sub span:nth-child(6) {
  transition-delay: 0.55s;
}
.is-load .is-scroll-active .p-top_contents__title-sub span:nth-child(7) {
  transition-delay: 0.6s;
}
.is-load .is-scroll-active .p-top_contents__title-sub span:nth-child(8) {
  transition-delay: 0.65s;
}
.is-load .is-scroll-active .p-top_contents__title-sub span:nth-child(9) {
  transition-delay: 0.7s;
}
.is-load .is-scroll-active .p-top_contents__title-sub span:nth-child(10) {
  transition-delay: 0.75s;
}
.p-top_contents__inner {
  width: 90%;
  max-width: 111rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_contents__inner {
    width: 85%;
    max-width: 40rem;
  }
}
.p-top_contents__list {
  width: 100%;
  max-width: 63rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3.5rem 2rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-top_contents__list {
    gap: 1rem 1rem;
  }
}
.p-top_contents__list-item {
  --nav-bg: var(--color-baige);
  width: calc(25% - 1.5rem);
  display: block;
  position: relative;
  /*
  @include sp {
    &:nth-child(6n + 7):last-child {
      --nav-bg: var(--color-mustard);
    }
  }
  */
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (min-width: 961px) {
  .p-top_contents__list-item:nth-child(8n+2), .p-top_contents__list-item:nth-child(8n+4), .p-top_contents__list-item:nth-child(8n+5), .p-top_contents__list-item:nth-child(8n+7) {
    --nav-bg: var(--color-mustard);
  }
}
@media screen and (max-width: 960px) {
  .p-top_contents__list-item {
    width: calc(33.3333333333% - 0.6666666667rem);
  }
  .p-top_contents__list-item:nth-child(8n+2), .p-top_contents__list-item:nth-child(8n+4), .p-top_contents__list-item:nth-child(8n+6), .p-top_contents__list-item:nth-child(8n+7) {
    --nav-bg: var(--color-mustard);
  }
}
.is-scroll-active .p-top_contents__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-scroll-active .p-top_contents__list-item:nth-child(1) {
  transition-delay: 0.5s;
}
.is-scroll-active .p-top_contents__list-item:nth-child(2) {
  transition-delay: 0.6s;
}
.is-scroll-active .p-top_contents__list-item:nth-child(3) {
  transition-delay: 0.7s;
}
.is-scroll-active .p-top_contents__list-item:nth-child(4) {
  transition-delay: 0.8s;
}
.is-scroll-active .p-top_contents__list-item:nth-child(5) {
  transition-delay: 0.9s;
}
.is-scroll-active .p-top_contents__list-item:nth-child(6) {
  transition-delay: 1s;
}
.is-scroll-active .p-top_contents__list-item:nth-child(7) {
  transition-delay: 1.1s;
}
.is-scroll-active .p-top_contents__list-item:nth-child(8) {
  transition-delay: 1.2s;
}
.is-scroll-active .p-top_contents__list-item:nth-child(9) {
  transition-delay: 1.3s;
}
.is-scroll-active .p-top_contents__list-item:nth-child(10) {
  transition-delay: 1.4s;
}
.p-top_contents__link {
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--nav-bg);
}
.p-top_contents__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-yellow);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-top_contents__link::before {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-top_contents__link:hover::before {
    opacity: 0.5;
  }
}
.p-top_contents__link-img {
  display: block;
  position: relative;
}
.p-top_contents__link-chara {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-top_contents__link:hover .p-top_contents__link-chara {
    animation: pyoko2 0.3s linear 2;
  }
}
.p-top_contents__memo {
  display: block;
  position: relative;
  margin: 4rem auto 0;
  font-size: 1.6rem;
  letter-spacing: 0.06rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-top_contents__memo {
    margin-top: 3.2rem;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.is-loaded .l-footer_aboutbnr {
  width: 15rem;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 10;
  transition: bottom 0.6s var(--ease_bounce);
}
@media screen and (max-width: 960px) {
  .is-loaded .l-footer_aboutbnr {
    width: 11rem;
    bottom: 0.5rem;
    right: 0.5rem;
  }
}
.is-scroll .l-footer_aboutbnr {
  bottom: 13rem;
}
@media screen and (max-width: 960px) {
  .is-scroll .l-footer_aboutbnr {
    bottom: 7rem;
  }
}
.l-footer_aboutbnr img {
  opacity: 0;
}
.is-loaded .l-footer_aboutbnr img {
  display: block;
  animation-name: aboutbnr-slideUp;
  animation-duration: 0.6s;
  animation-timing-function: var(--ease_bounce);
  animation-fill-mode: forwards;
}

@keyframes aboutbnr-slideUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}