.p-mv {
  position: relative;
  z-index: 2;
  padding: 24px 0 0;
}

.p-mv_lead {
  margin: 0 auto;
  width: 100%;
  max-width: 389px;
}

.p-mv_unit {
  position: relative;
  margin: 32px 0 0;
}

.p-mv_box {
  display: flex;
  position: absolute;
  bottom: 97px;
  left: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
}

.p-mv_heading {
  color: var(--black);
  font-style: normal;
  font-weight: 500;
  font-size: 62px;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
}
.p-mv_heading em {
  font-size: 74px;
}
.p-mv_heading span {
  display: block;
  margin: 0 0 18px;
  font-weight: 700;
  font-size: 37px;
  letter-spacing: -1.48px;
}

.p-mv_date {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 13px 0 0;
  border-top: solid 2px #808080;
  border-bottom: solid 2px #808080;
  padding: 24px 0;
}
.p-mv_date dt {
  color: var(--black);
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
}
.p-mv_date dd {
  color: var(--black);
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
}
.p-mv_date dd span {
  font-weight: 700;
  font-size: 34px;
}

.p-mv_image {
  display: block;
}

.p-mv_button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.p-past {
  margin: 86px 0 0;
}

.p-past_inner {
  position: relative;
  border-radius: 60px 60px 0 0;
  background-color: #F2F2F2;
  padding: 56px 0 125px;
}
.p-past_inner:before {
  display: block;
  position: absolute;
  bottom: 77px;
  left: 0;
  z-index: 1;
  background-image: url("/common/img/common_ico_flame_parts1.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  content: "";
}
.p-past_inner:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 0 60px 0 0;
  background-color: var(--white);
  width: 100%;
  height: 77px;
  content: "";
}

.p-past_slider {
  margin: 34px 0 0;
  padding: 0 0 23px;
}
.p-past_slider .swiper-slide {
  padding: 0 12px;
  width: 61%;
}
.p-past_slider .swiper-pagination {
  bottom: 0;
}
.p-past_slider .swiper-pagination-bullet {
  opacity: 1;
  border: solid 1px var(--black);
  background: transparent;
  width: 12px;
  height: 12px;
}
.p-past_slider .swiper-pagination-bullet-active {
  background: var(--black);
}
.p-past_slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-past_slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.p-past_slider-item {
  display: block;
  position: relative;
}

.p-past_slider-text {
  display: flex;
  position: absolute;
  top: 30px;
  left: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.p-past_slider-text span {
  display: inline-block;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: solid 1px var(--black);
  background-color: var(--white);
  padding: 5px 11px;
  color: var(--black);
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 1.376px;
}

.p-past_button {
  margin: 26px 0 0;
  text-align: center;
}

.p-about {
  margin: 62px 0 0;
  padding: 0 24px 101px;
}

.p-about_inner {
  position: relative;
}
.p-about_inner:before {
  display: block;
  position: absolute;
  top: 24px;
  right: -24px;
  z-index: -1;
  border-radius: 60px 60px 60px 0;
  background: #D9D9D9;
  width: 100%;
  height: 100%;
  content: "";
}
.p-about_inner:after {
  display: block;
  position: absolute;
  bottom: -16px;
  left: 0;
  transform: translateY(100%);
  z-index: -1;
  background-image: url("../img/index_ico_about_shadow.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 75px;
  height: 85px;
  content: "";
}

.p-about_unit {
  position: relative;
  border: solid 1px #000;
  border-radius: 60px 60px 60px 0;
  background-image: url("../img/index_bg_about.webp");
  background-position: 0 0;
  background-size: 142px 142px;
  background-repeat: repeat;
  padding: 56px 24px 60px;
  width: 100%;
  min-height: 200px; /**/
}
.p-about_unit:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: -25px;
  transform: translateY(100%);
  background-image: url("../img/index_ico_about.webp");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 75px;
  height: 85px;
  content: "";
}

.p-about_card {
  margin: 36px 0 0;
}

.p-about_card-image {
  position: relative;
}
.p-about_card-image img {
  border-radius: 16px 16px 0 0;
}
.p-about_card-image:before {
  display: block;
  position: absolute;
  top: 22px;
  left: -14px;
  background-image: url("../img/index_ico_about_card.webp");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 151px;
  height: 119px;
  content: "";
}

.p-about_card-box {
  border-radius: 0 0 16px 16px;
  background-color: var(--white);
  padding: 26px 24px 24px;
}

.p-about_card-text {
  font-size: 16px;
  line-height: 1.6;
}

.p-about_card-button {
  margin: 48px 0 0;
  text-align: center;
}

.p-community {
  margin: 74px 0 0;
  padding: 0 0 62px;
}

.p-community_inner {
  position: relative;
  border-radius: 0 0 60px 60px;
  background-image: url("/common/img/common_bg_item2.webp");
  background-position: 0 0;
  background-size: 53px 88px;
  background-repeat: repeat;
  padding: 148px 24px 48px;
}
.p-community_inner:before {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  background-image: url("/common/img/common_ico_flame_parts2.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 106px;
  content: "";
}

.p-community_image {
  margin: 35px -24px 0;
}

.p-community_text {
  position: relative;
  margin: 40px auto 0;
  border: solid 1px #EEE6D5;
  border-radius: 8px;
  background: var(--white);
  padding: 6px 16px;
  width: 100%;
  max-width: 323px;
  color: var(--black);
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.p-community_text:before {
  display: block;
  position: absolute;
  top: -25px;
  right: -25px;
  z-index: 1;
  background-image: url("/common/img/common_ico_heading3.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 47px;
  height: 39px;
  content: "";
}

.p-community_button {
  margin: 52px 0 0;
  text-align: center;
}

.p-digital-card {
  margin: 74px 0 0;
}

.p-digital-card_inner {
  position: relative;
  border-radius: 60px 60px 0 0;
  background-color: #F2F2F2;
  padding: 56px 0 136px;
}
.p-digital-card_inner:before {
  display: block;
  position: absolute;
  bottom: 88px;
  left: 0;
  z-index: 1;
  background-image: url("/common/img/common_ico_flame_parts1.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  content: "";
}
.p-digital-card_inner:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 0 60px 0 0;
  background-color: var(--white);
  width: 100%;
  height: 88px;
  content: "";
}

.p-digital-card_text {
  margin: 34px 0 0;
  color: var(--black);
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.p-digital-card_text span {
  display: inline-block;
  position: relative;
  padding: 10px 42px 8px;
}
.p-digital-card_text span:before, .p-digital-card_text span:after {
  display: block;
  position: absolute;
  top: 50%;
  background-image: url("../img/index_ico_digital_card_text.svg");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 34px;
  height: 73px;
  content: "";
}
.p-digital-card_text span:before {
  left: 0;
  transform: translateY(-50%);
}
.p-digital-card_text span:after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.p-digital-card_text em {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
  color: #E88D33;
  font-weight: 700;
  font-size: 18px;
}
.p-digital-card_text em:after {
  display: inline;
  position: absolute;
  bottom: 6px;
  left: 0;
  background: linear-gradient(to right, #E88D33 3px, transparent 3px);
  background-size: 6px 100%;
  background-repeat: repeat-x;
  width: 100%;
  height: 2px;
  content: "";
}

.p-digital-card_image {
  margin: 35px auto 0;
  width: 100%;
  max-width: 382px;
}

.p-digital-card_button {
  margin: 48px 0 0;
  text-align: center;
}

.p-goods {
  margin: 69px 0 0;
  padding: 0 0 62px;
}

.p-goods_text {
  margin: 35px 0 0;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.p-goods_text ._sp {
  display: none;
}

.p-goods_image {
  position: relative;
  margin: 24px 0 0;
}
.p-goods_image:before {
  display: block;
  position: absolute;
  top: -67px;
  right: 19px;
  background-image: url("../img/index_ico_goods3.webp");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 97px;
  height: 77px;
  content: "";
}

.p-goods_button {
  margin: 48px 0 0;
  text-align: center;
}

.p-info {
  margin: 69px 0 0;
  padding: 0 48px 62px;
}

.p-info_button {
  margin: 48px 0 0;
  text-align: center;
}

.p-sponsor {
  margin: 69px 0 0;
  padding: 0 48px 62px;
}
.p-sponsor + .p-sponsor {
  margin-top: 0;
}

.p-sponsor_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  margin: 33px 0 0;
  border: solid 1px #CCC;
  border-radius: 16px;
  padding: 55px 60px;
}

.p-sponsor_item {
  width: 100%;
}
.p-sponsor_item._aixia {
  max-width: 175px;
}
.p-sponsor_item._ce {
  max-width: 268px;
}
.p-sponsor_item._ana {
  max-width: 169px;
}
.p-sponsor_item._cr {
  max-width: 209px;
}
.p-sponsor_item._jr {
  max-width: 240px;
}
.p-sponsor_item._sushi {
  max-width: 208px;
}
.p-sponsor_item a {
  display: block;
  transition: opacity 0.3s;
}

.p-sponsor_recruit {
  margin: 60px 0 0;
  text-align: center;
}

.p-sponsor_recruit-heading {
  font-feature-settings: "palt";
  display: inline-block;
  position: relative;
  padding: 50px 56px 20px;
  color: var(--black);
  font-weight: 700;
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 1.44px;
  text-align: center;
}
.p-sponsor_recruit-heading:before, .p-sponsor_recruit-heading:after {
  display: block;
  position: absolute;
  bottom: 0;
  background-color: var(--black);
  width: 1px;
  height: 64px;
  content: "";
}
.p-sponsor_recruit-heading:before {
  left: 16px;
  transform: rotate(-30deg);
}
.p-sponsor_recruit-heading:after {
  right: 16px;
  transform: rotate(30deg);
}
.p-sponsor_recruit-heading span {
  display: block;
  position: relative;
}
.p-sponsor_recruit-heading span:before {
  display: block;
  position: absolute;
  top: -49px;
  left: -27px;
  background-image: url("../img/index_ico_sponsor_recruit.webp");
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 79px;
  height: 61px;
  content: "";
}

.p-sponsor_recruit-button {
  margin: 14px 0 0;
  text-align: center;
}

.p-foot {
  position: relative;
  z-index: 1;
}

.p-foot_button {
  display: block;
  position: absolute;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.p-foot_button._item1 {
  top: -50px;
  right: 42px;
  transform: rotate(210deg);
  animation: footAnime1 0.6s infinite alternate;
  background-image: url("/common/img/common_ico_foot1.webp");
  width: 62px;
  height: 62px;
}
.p-foot_button._item2_1 {
  top: -29px;
  left: 119px;
  transform: rotate(150deg);
  animation: footAnime2 0.6s infinite alternate;
  background-image: url("/common/img/common_ico_foot2.webp");
  width: 56px;
  height: 42px;
}
.p-foot_button._item2_2 {
  top: -1px;
  left: 239px;
  transform: rotate(130deg);
  animation: footAnime2 0.6s 0.3s infinite alternate;
  background-image: url("/common/img/common_ico_foot2.webp");
  width: 56px;
  height: 42px;
}
.p-foot_button._item3 {
  top: -46px;
  right: 42px;
  transform: rotate(210deg);
  animation: footAnime1 0.6s infinite alternate;
  background-image: url("/common/img/common_ico_foot1.webp");
  width: 62px;
  height: 62px;
}
.p-foot_button._item4 {
  top: -37px;
  left: 73px;
  transform: rotate(158deg);
  animation: footAnime3 0.6s infinite alternate;
  background-image: url("/common/img/common_ico_foot2.webp");
  width: 62px;
  height: 45px;
}
.p-foot_button._item5 {
  top: -38px;
  right: 38px;
  transform: rotate(85deg);
  animation: footAnime4 0.6s infinite alternate;
  background-image: url("/common/img/common_ico_foot1.webp");
  width: 72px;
  height: 72px;
}

@keyframes footAnime1 {
  0% {
    transform: rotate(210deg);
  }
  50% {
    transform: rotate(210deg);
  }
  51% {
    transform: rotate(190deg);
  }
  100% {
    transform: rotate(190deg);
  }
}
@keyframes footAnime2 {
  0% {
    transform: rotate(150deg);
  }
  50% {
    transform: rotate(150deg);
  }
  51% {
    transform: rotate(130deg);
  }
  100% {
    transform: rotate(130deg);
  }
}
@keyframes footAnime3 {
  0% {
    transform: rotate(158deg);
  }
  50% {
    transform: rotate(158deg);
  }
  51% {
    transform: rotate(138deg);
  }
  100% {
    transform: rotate(138deg);
  }
}
@keyframes footAnime4 {
  0% {
    transform: rotate(85deg);
  }
  50% {
    transform: rotate(85deg);
  }
  51% {
    transform: rotate(105deg);
  }
  100% {
    transform: rotate(105deg);
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .p-past_slider-item:hover .p-past_slider-text span {
    border: solid 1px var(--white);
    background-color: var(--black);
    color: var(--white);
  }
  .p-sponsor_item a:hover {
    opacity: 0.7;
  }
  .p-foot_button:hover {
    opacity: 0.7;
    animation-play-state: paused;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding: 0;
  }
  .p-mv_lead {
    width: 66.6666666667vw;
    max-width: 100%;
  }
  .p-mv_box {
    bottom: 20vw;
  }
  .p-mv_heading {
    font-size: 10.6666666667vw;
  }
  .p-mv_heading em {
    font-size: 12.8vw;
  }
  .p-mv_heading span {
    margin: 0 0 3.2vw;
    font-size: 6.4vw;
    letter-spacing: -0.256vw;
  }
  .p-mv_date {
    margin: 2.1333333333vw 0 0;
    padding: 3.7333333333vw 0;
  }
  .p-mv_date dt {
    font-size: 4.2666666667vw;
  }
  .p-mv_date dd {
    font-size: 4.8vw;
  }
  .p-mv_date dd span {
    font-size: 5.8666666667vw;
  }
  .p-mv_button {
    bottom: -8px;
  }
  .p-past {
    margin: 56px 0 0;
  }
  .p-past_inner {
    border-radius: 40px 40px 0 0;
    padding: 36px 0 97px;
  }
  .p-past_inner:before {
    bottom: 57px;
    width: 40px;
    height: 40px;
  }
  .p-past_inner:after {
    border-radius: 0 40px 0 0;
    height: 57px;
  }
  .p-past_slider {
    margin: 35px 0 0;
  }
  .p-past_slider .swiper-slide {
    padding: 0 8px;
    width: 62%;
  }
  .p-past_slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .p-past_slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .p-past_slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .p-past_slider-text {
    top: 20px;
    gap: 8px;
  }
  .p-past_slider-text span {
    padding: 3px 7px;
    font-size: 15px;
    letter-spacing: 0.9px;
  }
  .p-about {
    margin: 40px 0 0;
    padding: 0 16px 69px;
  }
  .p-about_inner:before {
    top: 16px;
    right: -16px;
    border-radius: 40px 40px 40px 0;
  }
  .p-about_inner:after {
    bottom: -10px;
    width: 53px;
    height: 60px;
  }
  .p-about_unit {
    border-radius: 40px 40px 40px 0;
    padding: 36px 22px 39px;
  }
  .p-about_unit:before {
    left: -18px;
    width: 53px;
    height: 60px;
  }
  .p-about_card-image:before {
    top: 6.6666666667vw;
    left: -2.1333333333vw;
    width: 24.5333333333vw;
    height: 19.4666666667vw;
  }
  .p-about_card-box {
    padding: 16px;
  }
  .p-about_card-text {
    font-size: 14px;
  }
  .p-about_card-button {
    margin: 30px 0 0;
  }
  .p-community {
    margin: 48px 0 0;
    padding: 0 0 40px;
  }
  .p-community_inner {
    border-radius: 0 0 40px 40px;
    padding: 100px 16px 32px;
  }
  .p-community_inner:before {
    height: 71px;
  }
  .p-community_image {
    margin: 35px -16px 0;
  }
  .p-community_text {
    max-width: 305px;
    font-size: 14px;
  }
  .p-community_text:before {
    top: -24px;
    right: -22px;
  }
  .p-community_button {
    margin: 33px 0 0;
  }
  .p-digital-card {
    margin: 48px 0 0;
  }
  .p-digital-card_inner {
    border-radius: 40px 40px 0 0;
    padding: 37px 0 97px;
  }
  .p-digital-card_inner:before {
    bottom: 57px;
    width: 40px;
    height: 40px;
  }
  .p-digital-card_inner:after {
    border-radius: 0 40px 0 0;
    height: 57px;
  }
  .p-digital-card_text {
    font-size: 14px;
  }
  .p-digital-card_text span {
    padding: 6px 34px 4px;
  }
  .p-digital-card_text span:before, .p-digital-card_text span:after {
    width: 26px;
    height: 56px;
  }
  .p-digital-card_text em {
    padding-bottom: 4px;
    font-size: 16px;
  }
  .p-digital-card_text em:after {
    bottom: 4px;
  }
  .p-digital-card_image {
    margin: 24px auto 0;
    width: 70.1333333333vw;
    max-width: 100%;
  }
  .p-digital-card_button {
    margin: 32px 0 0;
  }
  .p-goods {
    margin: 49px 0 0;
    padding: 0 0 40px;
  }
  .p-goods_text {
    margin: 40px 0 0;
    font-size: 14px;
  }
  .p-goods_text ._sp {
    display: block;
  }
  .p-goods_image {
    margin: 23px 0 0;
  }
  .p-goods_image:before {
    top: -11.4666666667vw;
    right: 5.0666666667vw;
    width: 16.8vw;
    height: 13.3333333333vw;
  }
  .p-goods_button {
    margin: 32px 0 0;
  }
  .p-info {
    margin: 45px 0 0;
    padding: 0 32px 40px;
  }
  .p-info_button {
    margin: 32px 0 0;
  }
  .p-sponsor {
    margin: 45px 0 0;
    padding: 0 32px 40px;
  }
  .p-sponsor_list {
    gap: 40px;
    margin: 36px 0 0;
    padding: 55px 30px;
  }
  .p-sponsor_item._aixia {
    max-width: 115px;
  }
  .p-sponsor_item._ce {
    max-width: 171px;
  }
  .p-sponsor_item._ana {
    max-width: 109px;
  }
  .p-sponsor_item._cr {
    max-width: 135px;
  }
  .p-sponsor_item._jr {
    max-width: 158px;
  }
  .p-sponsor_item._sushi {
    max-width: 133px;
  }
  .p-sponsor_recruit {
    margin: 38px 0 0;
  }
  .p-sponsor_recruit-heading {
    padding: 32px 36px 10px;
    font-size: 16px;
    letter-spacing: 0.96px;
  }
  .p-sponsor_recruit-heading:before, .p-sponsor_recruit-heading:after {
    height: 40px;
  }
  .p-sponsor_recruit-heading:before {
    left: 10px;
  }
  .p-sponsor_recruit-heading:after {
    right: 10px;
  }
  .p-sponsor_recruit-heading span:before {
    top: -34px;
    left: -18px;
    width: 50px;
    height: 39px;
  }
  .p-foot_button._item1 {
    top: -35px;
    right: 37px;
    width: 46px;
    height: 43px;
  }
  .p-foot_button._item2_1 {
    top: -15px;
    left: 76px;
    width: 37px;
    height: 27px;
  }
  .p-foot_button._item2_2 {
    top: 3px;
    left: 154px;
    width: 37px;
    height: 27px;
  }
  .p-foot_button._item3 {
    top: -24px;
    right: 33px;
    width: 46px;
    height: 43px;
  }
  .p-foot_button._item4 {
    top: -27px;
    left: 52px;
    width: 43px;
    height: 31px;
  }
  .p-foot_button._item5 {
    top: -26px;
    right: 26px;
    width: 51px;
    height: 48px;
  }
}
@media screen and (max-width: 374px) {
  .p-sponsor_recruit-heading {
    font-size: 14px;
  }
}
