*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  background: #000;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

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

a {
  color: inherit;
}

.c-btn {
  align-items: center;
  background-color: #e9e611;
  border: 1px solid #000;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.237px;
  line-height: 1.4;
  padding: 12px 14.5px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
  transition: opacity 0.3s ease;
}

.c-btn::after {
  background-color: #000;
  bottom: 3px; /* clip-pathで直角三角形を作る（右上、左下、右下を結ぶ） */
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  content: "";
  height: 6px;
  position: absolute;
  right: 3px;
  width: 6px; /* 三角形のサイズ */
}

.c-btn:hover {
  opacity: 0.8;
}

.c-btn__wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}

.c-btn__large {
  align-items: center;
  background-color: #e9e611;
  border: 2px solid #000;
  display: inline-flex;
  font-size: 26px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.52px;
  line-height: 1;
  padding: 23px 32px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
  transition: opacity 0.3s ease;
}

.c-btn__large::after {
  background-color: #000;
  bottom: 5px; /* clip-pathで直角三角形を作る（右上、左下、右下を結ぶ） */
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  content: "";
  height: 13px;
  position: absolute;
  right: 5px;
  width: 13px;
}

.c-icon {
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.182px;
  line-height: 1.5;
  padding: 3.282px 0;
  width: 277px;
}

.p-fv {
  background: #e9e611;
  display: grid; /* SPレイアウト: エリアを縦に並べる */
  grid-template-areas: "head" "visual" "main";
  grid-template-rows: auto auto 1fr; /* PCレイアウト（ネスト形式に書き換え） */
}

/* 左側のコンテンツエリア（PCのみ有効なエリア） */

.p-fv__content-wrapper {
  display: contents;
}

/* 上部コピーエリア */

.p-fv__head {
  grid-area: head;
  padding: 30px 30px 51px;
}

.p-fv__lead {
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
}

.p-fv__year {
  display: block;
  font-size: 80px;
  letter-spacing: -0.02em;
  margin: 20px 0;
}

/* メインビジュアルエリア */

.p-fv__visual {
  grid-area: visual;
  height: 724px;
  overflow: hidden;
  width: 100%;
}

.p-fv__visual img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 下部コンテンツエリア */

.p-fv__main {
  grid-area: main;
  padding: 48px 30px;
  text-align: center;
}

.p-fv__logo {
  margin-block-end: 20px;
}

.p-fv__logo img {
  width: 458px;
}

.p-fv__logo-text {
  font-size: 32px;
  letter-spacing: 1px;
  text-align: center;
}

.p-fv__text-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-fv__desc {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.52px;
  line-height: 1.4;
  text-align: center;
}

.p-fv__info {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.4;
  text-align: center;
}

.p-trailer {
  background: #fff;
  padding-block: 54.25px;
  text-align: center;
}

.p-trailer__inner {
  padding-inline: 15px;
}

.p-trailer__title img {
  width: 210px;
}

.p-trailer__video-container {
  display: flex;
  justify-content: center;
  margin-block-start: 25.32px;
  width: 100%;
}

.p-trailer__video-container iframe {
  aspect-ratio: 173/97;
  width: 340px;
}

.p-about {
  background: #000;
  color: #fff;
  padding-block: 76px 55px;
  position: relative;
  z-index: 1;
}

.p-about__inner {
  padding-inline: 25px;
}

.p-about__head {
  text-align: center;
}

.p-about__title {
  text-align: center;
}

.p-about__title img {
  width: 228px;
}

.p-about__lead {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  gap: 37px;
  letter-spacing: 0.255px;
  line-height: 1.8;
  margin-block-start: 41px;
}

.p-about__entry {
  margin-block-start: 37px;
  position: relative;
  z-index: 1;
}

.p-about__entry-body {
  color: #e9e611;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 700;
  gap: 25px;
  letter-spacing: 0.255px;
  line-height: 2;
}

.p-about__entry-row {
  display: flex;
  flex-direction: column;
}

.p-about__label {
  flex-shrink: 0;
  font-size: 20px;
}

.p-about__item-desc {
  display: flex;
  flex-direction: column;
}

.p-about__item-desc span {
  font-size: 16px;
  letter-spacing: 0.204px;
  line-height: 1.6;
}

.p-about__item-desc-link {
  color: #fff;
  margin-block-start: 10px;
  transition: opacity 0.3s ease;
}

.p-about__item-desc-link a {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.178px;
  word-break: break-word;
}

.p-about__section {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-block-start: 24.65px;
}

.p-about__section-title {
  color: #e9e611;
  flex-shrink: 0;
  font-size: 20px;
}

.p-about__item {
  align-items: baseline;
  border-bottom: 1px solid #52514f;
  display: flex;
  flex-direction: row;
  gap: 10.19px;
  margin-block-end: 15.28px;
  padding-block-end: 15.28px;
}

.p-about__num {
  align-items: center;
  background-color: #e9e611;
  border-radius: 50%;
  color: #000;
  display: flex;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  letter-spacing: 0.229px;
  line-height: 2;
  width: 20px;
}

.p-about__item-body {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.p-about__item-head {
  color: #e9e611;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.229px;
  line-height: 1.6;
}

.p-about__item-sub-box {
  margin-inline-start: -29px;
}

.p-about__item-sub-title {
  color: #e9e611;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.229px;
  line-height: 2;
}

.p-about__item-sub-text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.204px;
  line-height: 1.6;
  padding-inline-start: 3.19px;
}

.p-about__item-sub-text-desc {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.178px;
  line-height: 1.5;
  margin-block-start: -2px;
  margin-inline-start: -28px;
}

.p-about__item-sub-text-desc-another {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.178px;
  line-height: 1.5;
  margin-block-start: 6px;
  padding-inline-start: 3.19px;
}

.p-about__item-second {
  padding-inline-start: 30.56px;
}

.p-about__cast-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-about__cast-item-head {
  color: #e9e611;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.204px;
}

.p-about__cast-item-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.178px;
  line-height: 1.5;
}

.p-about__cast-item-text span {
  font-weight: 700;
}

.p-about__guest-section {
  align-items: flex-start;
  gap: 0;
}

.p-about__guest-content {
  display: flex;
  flex-direction: column;
  gap: 39.47px;
  margin-block-start: 20px;
}

.p-about__guest-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 18.463px;
}

.p-about__guest-img img {
  width: 150px;
}

.p-about__guest-item-body {
  display: flex;
  flex-direction: column;
  gap: 15.28px;
}

.p-about__guest-item-name {
  color: #e9e611;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.204px;
  line-height: 1.5;
}

.p-about__guest-item-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.178px;
  line-height: 1.5;
}

.p-about__special-section {
  margin-block-start: 60px;
}

.p-about__special-section-text {
  color: #e9e611;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.204px;
  line-height: 1.5;
}

.p-about-deco {
  left: -25px;
  position: absolute;
  top: 257px;
  z-index: -1;
}

.p-about-deco img {
  width: 90%;
}

.p-about-online {
  text-align: center;
}

.p-about-online__inner {
  padding-inline: 10px;
}

.p-about-online__contents {
  display: flex;
  flex-direction: column;
  gap: 18.21px;
  background: #e9e611;
  border-radius: 7.282px;
  color: #000;
  margin-block-start: 50px;
  margin-inline: 25px;
  padding-block: 18.21px;
  padding-inline: 10px;
}

.p-about-online__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3.56px;
  justify-content: center;
}

.p-about-online__text {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.146px;
  line-height: 1.5;
}

.p-about-online__note {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.127px;
  line-height: 1.5;
}

.p-access {
  background: #fff;
  padding-block: 54.62px;
  position: relative;
}

.p-access__title {
  text-align: center;
}

.p-access__title img {
  width: 348px;
}

.p-access__contents {
  text-align: center;
}

.p-access__text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.182px;
  line-height: 1.8;
  margin-block-start: 14.85px;
  text-align: center;
}

.p-access__content {
  display: inline-grid;
  row-gap: 5.917px;
  -moz-column-gap: 13.199px;
  column-gap: 13.199px;
  grid-template-columns: repeat(2, fit-content(100%));
  grid-template-rows: repeat(3, fit-content(100%));
  margin-block: 30.41px 29.13px;
}

.p-access__box {
  align-items: center;
  border: 0.91px solid #000;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  letter-spacing: 0.146px;
  line-height: 1.8;
  width: 170px;
}

.p-access__deco {
  aspect-ratio: 119/81;
  bottom: 0;
  position: absolute;
  right: 0;
  width: 120px;
  z-index: -1;
}

.p-youtube {
  background: #e9e611;
  padding-block: 36.412px;
  text-align: center;
}

.p-youtube__title img {
  width: 184px;
}

.p-youtube__image {
  margin-block: 17.85px 14.56px;
}

.p-youtube__image img {
  aspect-ratio: 3/2;
  border-radius: 3.641px;
  width: 291.409px;
}

.p-youtube__text-main {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.182px;
  line-height: 1.5;
}

.p-youtube__text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.146px;
  line-height: 1.5;
  margin-block: 1.92px 14.56px;
  padding-inline: 20px;
}

.p-youtube__link-wrp {
  display: flex;
  justify-content: center;
}

.p-youtube__link {
  align-items: center;
  background: #000;
  border-radius: 100px;
  color: #fff;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  gap: 10px;
  padding: 9.5px 38.5px;
  transition: opacity 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}

.p-youtube__link svg {
  height: 29px;
  width: 29px;
}

.p-sns {
  background: #000;
  padding-block: 36.41px;
}

.p-sns__contents {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  padding-inline: 45px;
}

.p-sns__content {
  width: 273px;
}

.p-sns__content-head img {
  border-radius: 7.183px;
  width: 273px;
}

.p-sns__content-text-box {
  margin-block-start: 20.73px;
}

.p-sns__content-bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.p-sns__content-text-main {
  color: #e9e611;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.287px;
  line-height: 1.5;
}

.p-sns__content-text {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.251px;
  line-height: 1.5;
}

.p-sns__link-wrp {
  display: flex;
  justify-content: center;
}

.p-sns__link {
  align-items: center;
  border: 0.898px solid #fff;
  border-radius: 89.787px;
  color: #fff;
  display: flex;
  flex-direction: row;
  font-size: 14.366px;
  gap: 8.93px;
  padding: 8.73px 23.87px;
  transition: opacity 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}

.p-sns__link span {
  font-size: 10.774px;
  margin-inline-start: -8.93px;
}

.p-blue {
  background: #000;
  background-image: url(../img/blue-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  padding-block: 49.62px;
  text-align: center;
}

.p-blue__title img {
  width: 320px;
}

.p-blue__sub-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.546px;
  line-height: 1.8;
  margin-block-end: 26.41px;
  margin-block-start: 5px;
}

.p-blue__text-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-inline: 25px;
}

.p-blue__text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.364px;
  line-height: 1.8;
}

.p-entry-sponsor {
  background: #000;
}

.p-entry-sponsor__contents {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 17.75px;
  justify-content: center;
  padding-inline: 175.51px;
}

.p-entry-sponsor__content {
  background: #e9e611;
  border-radius: 7.282px;
  height: 250px;
  position: relative;
  text-align: center;
  width: 335px;
}

.p-entry-sponsor__content-title {
  font-size: 20px;
  font-weight: 700;
  margin-block-start: 25px;
}

.p-entry-sponsor__content-icon {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  letter-spacing: 0.164px;
  line-height: 1.8;
  margin: auto;
  margin-block: 9.56px;
  width: -moz-fit-content;
  width: fit-content;
  width: 250px;
}

.p-entry-sponsor__content-text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.146px;
  line-height: 1.8;
  margin-block-end: 44.54px;
}

.p-entry-sponsor__content-text-another {
  line-height: 1.4;
  margin-block-end: 10px;
  margin-block-start: 3.65px;
  padding-inline: 20px;
}

.p-entry-sponsor__content-btn-wrap {
  display: flex;
  justify-content: center;
}

.p-entry-sponsor__content-link {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 700;
  gap: 12px;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}

.p-entry-sponsor__content-link img {
  height: 40px;
  width: 40px;
}

.p-entry-sponsor__content-deco-entry {
  left: 14.56px;
  position: absolute;
  top: 0px;
  width: 50px;
}

.p-entry-sponsor__content-deco-sponsor {
  left: 14.56px;
  position: absolute;
  top: 0px;
  width: 65px;
}

.p-contact {
  background-color: #000;
  padding-block: 54.62px;
  text-align: center;
}

.p-contact__inner {
  padding-inline: 30px;
}

.p-contact__content {
  background: #e9e611;
  border: 0.91px solid #e9e611;
  border-radius: 7.282px;
  padding-block: 18.21px;
}

.p-contact__title img {
  width: 220px;
}

.p-contact__content-text {
  font-size: 14px;
  letter-spacing: 0.146px;
  padding-block: 10px 16px;
}

.p-footer {
  background: #000;
  padding-block: 0 38.21px;
  text-align: center;
}

.p-footer__inner {
  padding-inline: 13.65px;
}

.p-footer__border {
  border-top: 1px solid #52514f;
  padding-block-start: 22px;
}

.p-footer__inner img {
  width: 167px;
}

.u-text-yellow {
  color: #e9e611;
}

.u-sp-none {
  display: none;
}

@media (any-hover: hover) {
  .c-btn:hover {
    opacity: 0.6;
  }

  .c-btn__large:hover {
    opacity: 0.6;
  }

  .p-about__item-desc-link:hover {
    opacity: 0.8;
  }

  .p-youtube__link:hover {
    opacity: 0.8;
  }

  .p-sns__link:hover {
    opacity: 0.8;
  }

  .p-entry-sponsor__content-link:hover {
    opacity: 0.7;
  }
}

@media (min-width: 651px) {
  .p-fv__lead {
    font-size: 60px;
  }

  .p-fv__logo {
    margin: 0px 84px 20px 48px;
  }

  .p-fv__logo-text {
    font-size: 50px;
  }

  .p-fv__text-box {
    gap: 24px;
    padding-inline: 93px 129px;
  }

  .p-fv__desc {
    font-size: 26px;
  }

  .p-trailer__video-container iframe {
    width: 506px;
  }

  .p-about__inner {
    padding-inline-end: 65.75px;
  }

  .p-about__entry-row {
    flex-direction: row;
    gap: 51px;
  }

  .p-about__label {
    width: 127px;
  }

  .p-about__section {
    align-items: baseline;
    flex-direction: row;
    gap: 53.93px;
  }

  .p-about__section-title {
    width: 127px;
  }

  .p-about__guest-item {
    align-items: start;
    flex-direction: row;
    gap: 18.463px;
    margin-inline-start: 0;
  }

  .p-access__deco {
    width: 238.043px;
  }

  .p-sns__contents {
    flex-direction: row;
    gap: 21.39px;
  }

  .p-sns__content-bottom {
    gap: 28.73px;
  }

  .p-sns__content-text-another {
    padding-block-end: 19.66px;
  }

  .p-blue {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .p-blue__title img {
    width: 364px;
  }

  .p-contact__inner {
    padding-inline: 54.62px;
  }
}

@media (min-width: 768px) {
  .c-btn {
    font-size: 26px;
    letter-spacing: 0.52px;
    padding: 10px 32px;
  }

  .c-btn::after {
    bottom: 5px;
    height: 13px;
    right: 5px;
    width: 13px;
  }

  .c-icon {
    font-size: 20px;
    letter-spacing: 0.4px;
    padding: 12px 24px;
    width: 344px;
  }

  .p-fv {
    grid-template-areas: "content visual";
    grid-template-columns: 45% 55%;
  }

  .p-fv__content-wrapper {
    display: flex;
    flex-direction: column;
    padding: 30px 30px 35px 30px;
    text-align: left;
  }

  .p-fv__head {
    padding: 0;
  }

  .p-fv__lead {
    font-size: 60px;
  }

  .p-fv__year {
    font-size: 120px;
  }

  .p-fv__visual {
    height: 100%;
  }

  .p-fv__main {
    padding: 0;
    text-align: left;
  }

  .p-fv__logo {
    margin: 57px 78px 23px 54px;
  }

  .p-fv__text-box {
    padding-inline: 0;
  }

  .p-trailer {
    padding-block: 120px;
  }

  .p-trailer__inner {
    margin-inline: auto;
    width: min(1264.66px, 100%);
  }

  .p-trailer__title img {
    width: 432px;
  }

  .p-trailer__video-container {
    margin-block-start: 56px;
  }

  .p-trailer__video-container iframe {
    width: 1120px;
  }

  .p-about {
    padding-block: 120px;
  }

  .p-about__inner {
    margin-inline: auto;
    padding-inline-end: 27.75px;
    width: min(930px, 100%);
  }

  .p-about__title img {
    width: 360px;
  }

  .p-about__lead {
    font-size: 20px;
    gap: 60px;
    letter-spacing: 0.4px;
    margin-block-start: 62px;
  }

  .p-about__entry {
    margin-block-start: 60px;
  }

  .p-about__entry-body {
    font-size: 20px;
    gap: 16.65px;
    letter-spacing: 0.4px;
  }

  .p-about__entry-row {
    gap: 36px;
  }

  .p-about__label {
    width: 200px;
  }

  .p-about__item-desc span {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 2;
  }

  .p-about__item-desc-link {
    margin-block-start: 0;
  }

  .p-about__item-desc-link a {
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 2;
  }

  .p-about__section {
    gap: 36px;
    margin-block-start: 33px;
  }

  .p-about__section-title {
    font-size: 20px;
    width: 200px;
  }

  .p-about__item {
    gap: 16px;
    margin-block-end: 22.28px;
    padding-block-end: 22.28px;
  }

  .p-about__num {
    font-size: 18px;
    height: 26px;
    letter-spacing: 0.36px;
    width: 26px;
  }

  .p-about__item-body {
    gap: 17px;
  }

  .p-about__item-head {
    font-size: 18px;
    letter-spacing: 0.36px;
  }

  .p-about__item-sub-box {
    margin-inline-start: 0;
  }

  .p-about__item-sub-title {
    font-size: 18px;
    letter-spacing: 0.36px;
    padding-block-start: 6px;
  }

  .p-about__item-sub-text {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 2;
    padding-inline-start: 12px;
  }

  .p-about__item-sub-text-desc {
    font-size: 13px;
    letter-spacing: 0.28px;
    margin-inline-start: 0;
  }

  .p-about__item-sub-text-desc-another {
    font-size: 13px;
    letter-spacing: 0.28px;
    margin-block-start: 0;
    padding-inline-start: 12px;
  }

  .p-about__item-second {
    padding-inline-start: 48px;
  }

  .p-about__cast-item {
    gap: 22px;
  }

  .p-about__cast-item-head {
    font-size: 16px;
    letter-spacing: 0.32px;
  }

  .p-about__cast-item-text {
    font-size: 14px;
    letter-spacing: 0.28px;
  }

  .p-about__guest-content {
    gap: 50px;
  }

  .p-about__guest-item {
    gap: 29px;
  }

  .p-about__guest-img img {
    width: 150px;
  }

  .p-about__guest-item-body {
    gap: 24px;
  }

  .p-about__guest-item-name {
    font-size: 16px;
    letter-spacing: 0.32px;
  }

  .p-about__guest-item-text {
    font-size: 14px;
    letter-spacing: 0.28px;
    width: 327px;
  }

  .p-about__special-section{
    margin-block-start: 100px;
  }

  .p-about__special-section-text{
    font-size: 18px;
  }

  .p-about-deco img {
    width: 100%;
  }

  .p-about-online {
  }

  .p-about-online__inner {
    width: min(calc(1200px + 60px * 2), 100%);
    margin-inline: auto;
  }

  .p-about-online__contents {
    gap: 40px;
    border-radius: 16px;
    margin-block-start: 120px;
    padding-block: 40px;
    padding-inline: 20px;
  }

  .p-about-online__content {
    gap: 12px;
  }

  .p-about-online__text {
    font-size: 16px;
    letter-spacing: 0.32px;
  }

  .p-about-online__note {
    font-size: 14px;
    letter-spacing: 0.28px;
  }

  .p-access {
    padding-block: 120px;
  }

  .p-access__title img {
    width: 600px;
  }

  .p-access__text {
    font-size: 20px;
    letter-spacing: 0.4px;
    margin-block-start: 36px;
  }

  .p-access__content {
    margin-block: 70px 64px;
    row-gap: 13px;
    -moz-column-gap: 29px;
    column-gap: 29px;
  }

  .p-access__box {
    border: 2px solid #000;
    font-size: 16px;
    height: 44px;
    letter-spacing: 0.32px;
    width: 200px;
  }

  .p-access__deco {
    width: 523px;
  }

  .p-youtube {
    padding-block: 80px;
  }

  .p-youtube__title img {
    width: 404px;
  }

  .p-youtube__image {
    margin-block: 48px 32px;
  }

  .p-youtube__image img {
    border-radius: 8px;
    width: 640px;
  }

  .p-youtube__text-main {
    font-size: 20px;
    letter-spacing: 0.4px;
  }

  .p-youtube__text {
    font-size: 16px;
    letter-spacing: 0.32px;
    margin-block: 7px 32px;
  }

  .p-sns {
    padding-block: 80px;
  }

  .p-sns__contents {
    gap: 47px;
    margin-inline: auto;
    width: min(742px, 100%);
  }

  .p-sns__content {
    width: 304px;
  }

  .p-sns__content-head img {
    border-radius: 8px;
    width: 304px;
  }

  .p-sns__content-text-box {
    margin-block-start: 18px;
  }

  .p-sns__content-bottom {
    gap: 23px;
  }

  .p-sns__content-text-main {
    font-size: 16px;
    letter-spacing: 0.32px;
  }

  .p-sns__content-text {
    font-size: 14px;
    letter-spacing: 0.28px;
  }

  .p-sns__content-text-another {
    margin-block-start: 6px;
  }

  .p-sns__link {
    border: 1px solid #fff;
    border-radius: 100px;
    font-size: 16px;
    gap: 10px;
    padding: 10px 26.01px;
  }

  .p-sns__link span {
    font-size: 12px;
    margin-inline-start: -10px;
  }

  .p-blue {
    padding-block: 117px;
  }

  .p-blue__title img {
    width: 630px;
  }

  .p-blue__sub-title {
    font-size: 30px;
    letter-spacing: 1.2px;
    margin-block-end: 51px;
    margin-block-start: 17px;
  }

  .p-blue__text-box {
    gap: 38px;
  }

  .p-blue__text {
    font-size: 20px;
    letter-spacing: 0.8px;
    line-height: 2;
  }

  .p-entry-sponsor__content {
    border-radius: 16px;
    height: 400px;
    width: 660px;
  }

  .p-entry-sponsor__content-title {
    font-size: 30px;
    margin-block-start: 57px;
  }

  .p-entry-sponsor__content-icon {
    font-size: 18px;
    height: 45px;
    letter-spacing: 0.36px;
    margin-block: 24px;
    width: 320px;
  }

  .p-entry-sponsor__content-text {
    font-size: 16px;
    letter-spacing: 0.32px;
    margin-block-end: 84px;
  }

  .p-entry-sponsor__content-text-another {
    margin-block-end: 55.21px;
    margin-block-start: 8px;
  }

  .p-entry-sponsor__content-link {
    font-size: 16px;
    gap: 12px;
  }

  .p-entry-sponsor__content-deco-entry {
    left: 32px;
    top: 15px;
    width: 84px;
  }

  .p-entry-sponsor__content-deco-sponsor {
    left: 32px;
    top: 15px;
    width: 101px;
  }

  .p-contact {
    padding-block: 120px;
  }

  .p-contact__inner {
    margin-inline: auto;
    width: min(1309.24px, 100%);
  }

  .p-contact__content {
    border: 2px solid #e9e611;
    border-radius: 16px;
    padding-block: 40px;
  }

  .p-contact__title img {
    width: 483px;
  }

  .p-contact__content-text {
    font-size: 16px;
    letter-spacing: 0.32px;
    padding-block: 6px 40px;
  }

  .p-footer {
    padding-block: 0 40px;
  }

  .p-footer__inner {
    padding-inline: 30px;
  }

  .p-footer__inner img {
    width: 167px;
  }

  .u-pc-none {
    display: none;
  }

  .u-sp-none {
    display: inline-block;
  }
}

@media (min-width: 840px) {
  .p-about__entry-row {
    gap: 80px;
  }

  .p-about__section {
    gap: 80px;
  }
}

@media (min-width: 1000px) {
  .p-access__title img {
    width: 764px;
  }

  .p-blue__title img {
    width: 800px;
  }
}

@media (min-width: 1025px) {
  .p-fv__text-box {
    padding-inline: 54px 78px;
  }
}

@media (min-width: 1220px) {
  .p-entry-sponsor__contents {
    flex-direction: row;
    gap: 60px;
    margin-inline: auto;
    padding-inline: 30px;
  }
}

@media (min-width: 1440px) {
  .p-fv__head {
    width: clamp(553px, 553px + (100vw - 1440px) * 0.5, 1106px);
  }

  .p-fv__logo img {
    width: clamp(458px, 458px + (100vw - 1440px) * 0.5, 916px);
  }
}
