@charset "UTF-8";

*,
*::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: 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 22px;
  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: 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: #000000;
  display: grid;
  grid-template-areas: "head" "visual" "main";
  grid-template-rows: auto auto 1fr;
}

.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;
  color: #fff;
}

.p-fv__info {
  font-size: 18px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

@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;
  }
}

@media (min-width: 768px) {
.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;
  }
}

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

@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);
  }
}

/* // fv */


.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__contents{
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-block-start: 25px;
}

.p-trailer__content{
  display: flex;
  flex-direction: column;

}

.p-trailer__sub-title{
  text-align: start;
  margin-inline-start: -13px;
}

.p-trailer__sub-title-02{
  margin-inline-start: -5px;
}

.p-trailer__sub-title-03 {
  margin-inline-start: -5px;
}

.p-trailer__video-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

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

@media (min-width: 651px) {
  .p-trailer__video-container iframe {
    width: 100%;
  }
}

@media (min-width: 768px) {
    .p-trailer {
    padding-block: 120px;
  }

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

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

  .p-trailer__contents{
    gap: 56px;
    margin-block-start: 50px;
  }

  .p-trailer__sub-title img{
    width: 200px;
  }

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


/* session */
.p-session {
  background: #000;
  color: #fff;
  padding-block: 76px 55px;
  position: relative;
  z-index: 1;
    border-radius: 16px;
    text-align: center;
}

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

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

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

.p-session__title img {
    width: auto;
    height: 75px;
}

.p-session__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;
    color: #e9e611;
}

.p-session__contents {
max-width: 900px;
}

  .p-session__contents p {
        display: flex;
        flex-direction: column;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        gap: 37px;
        letter-spacing: 0.255px;
        line-height: 1.8;
        margin-block-start: 41px;
    }
    
    .p-session__contents h4 {
    display: flex;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    gap: 37px;
    letter-spacing: 0.255px;
    line-height: 1.8;
    margin-block: 41px;
    text-align: center;
    justify-content: center;
    }


.online-briefing {
  max-width: 900px;
  margin: 50px auto;
  padding: 40px 24px;
  background: #f8f8f8;
  border-radius: 16px;
  text-align: center;
}

.online-briefing h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}

.online-briefing p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 18px;
}

.online-briefing h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.briefing-dates {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 35px;
}

.briefing-dates div {
  padding: 18px 12px;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.briefing-dates strong {
  font-size: 16px;
  margin-bottom: 6px;
}

.briefing-dates span {
  font-size: 14px;
  color: #e9e611;
}

.briefing-button-wrap {
    display: flex;
    justify-content: center;
}

.briefing-button {
  text-align: center;
  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;
    border: solid 1px #fff;
    justify-content: center;
    margin: auto;
}

.briefing-button:hover {
  opacity: 0.75;
}

@media screen and (max-width: 768px) {
  .briefing-dates {
    grid-template-columns: repeat(2, 1fr);
  }

  .online-briefing h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 480px) {
  .online-briefing {
    padding: 32px 18px;
  }

  .briefing-dates {
    grid-template-columns: 1fr;
  }

  .online-briefing p {
    text-align: left;
  }
}



@media (min-width: 651px) {
    .p-session__inner {
        padding-inline-end: 65.75px;
    }
}

@media (min-width: 768px) {
    .p-session {
        padding-block: 120px;
    }
    
    .p-session__inner {
        margin-inline: auto;
        padding-inline-end: 27.75px;
        width: min(930px, 100%);
    }
    
    .p-session__title img {
        width: auto;
        height: 64px;
}

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

    .p-session__contents p {
        display: flex;
        flex-direction: column;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        gap: 37px;
        letter-spacing: 0.255px;
        line-height: 1.8;
        margin-block-start: 41px;
    }
    
    .p-session__contents h4 {
    display: flex;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    gap: 37px;
    letter-spacing: 0.255px;
    line-height: 1.8;
    margin-block: 41px;
    text-align: center;
    justify-content: center;
    }

}

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



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

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

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

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

.p-requirements__title img {
    width: auto;
    height: 30.98px;
}

.p-requirements__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;
    color: #e9e611;
}

.p-requirements__entry {
    max-width: 780px;
    margin: auto;
}

.p-requirements__entry-body {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 700;
    /*gap: 25px;*/
    letter-spacing: 0.255px;
    line-height: 2;
}

.p-requirements__entry-row {
    display: flex;
    border-bottom: solid 1px;
    padding: 28px 0;
}

.p-requirements__entry-row.pd-t0 {
padding-top: 0;
}

.p-requirements__label {
    width: 140px;
    flex-shrink: 0;
    font-size: 20px;
    color: #e9e611;
    display: flex;
    align-items: center;
    padding-left: 13.52px;
}

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

.p-requirements__discText {
    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;
    text-align: center;
}

.p-requirements__discText p span {
    color: #e9e611;
    font-size: 16px;
    display: inline-block;
    /* width: 347px; */
    text-align: left;
    margin: 12px auto;
}

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

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

@media (max-width: 400px) {
    .p-requirements__discText p span {
    /*width: 100%;*/
}
}

@media (min-width: 651px) {
    .p-requirements__inner {
        padding-inline-end: 65.75px;
    }

    .p-requirements__entry-row {
        flex-direction: row;
        /*gap: 51px;*/
    }
}

@media (min-width: 768px) {
    .p-requirements {
        padding-block: 120px;
    }
    
    .p-requirements__inner {
        margin-inline: auto;
        padding-inline-end: 27.75px;
        width: min(930px, 100%);
    }
    
    .p-requirements__title img {
        width: 745px;
        height: auto;
}

    .p-requirements__sub-title {
        font-size: 30px;
        letter-spacing: 1.2px;
        margin-block-end: 51px;
        margin-block-start: 17px;
}
    
    .p-requirements__entry-body {
        font-size: 20px;
        /*gap: 16.65px;*/
        letter-spacing: 0.4px;
    }
    
    /*
    .p-requirements__entry-row {
        gap: 36px;
    }
    */
    
    .p-requirements__label {
        width: 200px;
        padding-left: 36px;
    }
    
    .p-requirements__item-desc span {
        font-size: 16px;
        letter-spacing: 0.32px;
        line-height: 2;
    }
    
    .p-requirements__discText {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    gap: 37px;
    letter-spacing: 0.255px;
    line-height: 1.8;
    margin-block-start: 41px;
}

    .p-requirements__discText p span {
        font-size: 18px;
    }

}

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

/* REQUIREMENTS // */

/* SELECTION PROCESS */
.p-selection {
    background: #111;
    color: #fff;
    padding-block: 76px 55px;
    position: relative;
    z-index: 1;
}

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

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

.p-selection__title img {
    height: 75px;
    width: auto;
}

.p-selection__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;
    color: #e9e611;
}

.p-selection__flow {
    padding: 0 25px;
}

.p-selection__flow-body {
    max-width: 770px;
    max-width: 580px;
    margin: auto;
    position: relative;
}

.p-selection__flow-body::before {
    content: "";
    width: 1px;
    height: 100%;
    background-image: url(../img/flow-line.png);
    background-size: cover;
    position: absolute;
    left: 30px;
    top: -51px;
}

.p-selection__flow-list {
    display: flex;
    margin-bottom: 48px;
}

.p-selection__flow-list.mg-b0 {
    margin-bottom: 0
}

.p-selection__flow-num {
    width: 48px;
    height: 48px;
    border: 2px solid #e9e611;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    color: #e9e611;
    background: transparent;
    position: relative;
    z-index: 2;
    margin-right: 40px;
}

.p-selection__flow-num.final {
    font-size: 12px;
}

.p-selection__flow-detail{
    max-width: calc(100% - 88px);
}

.p-selection__label {
    font-size: 20px;
}

.p-selection__label-step {
    display: block;
    font-size: 14px;
    color: #e9e611;
}

.p-selection__text-detail{
    font-size: 16px;
}

@media (min-width: 768px) {
    .p-selection {
        padding-block: 120px;
    }
    
    .p-selection__title img {
        height: auto;
        width: 1010px;
    }
    
    .p-selection__sub-title {
        font-size: 30px;
        letter-spacing: 1.2px;
        margin-block-end: 51px;
        margin-block-start: 17px;
        color: #e9e611;
}

    .p-selection__flow {
        padding: 0;
}

    .p-selection__flow-body::before {
        height: 860px;
}
}
/* // SELECTION PROCESS */

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

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

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

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

.p-note__title img {
    width: auto;
    height: 30.98px;
}

.p-note__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-note__detailText{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.178px;
    line-height: 1.5;
}

.p-note-entry {
    text-align: center;
}

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

.p-note-entry__inner {
    padding-inline: 10px;
}

.p-note-entry__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-note-entry__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 3.56px;
    justify-content: center;
}

@media (min-width: 768px) {
    .p-note {
        padding-block: 120px;
    }
    
    .p-note__inner {
        padding-inline: 15px;
}
    
    .p-note__sub-title {
    font-size: 30px;
    letter-spacing: 1.2px;
    margin-block-end: 51px;
    margin-block-start: 17px;
    color: #e9e611;
}

    .p-note__title img {
    width: 263px;
    height: auto;
}
    
    .p-note__detailText {
      max-width: 680px;
      margin: auto;
      font-size: 20px;
      color: #fff;
      letter-spacing: 0.8px;
      line-height: 2;
    }
    
    .p-note-entry__inner{
        width: min(calc(1200px + 60px * 2), 100%);
        margin-inline: auto;
    }
    
    .p-note-entry__contents {
        gap: 40px;
        border-radius: 16px;
        margin-block-start: 120px;
        padding-block: 40px;
        padding-inline: 20px;
    }
    
    .p-note-entry__content {
        gap: 12px;
    }
    
    .p-note-entry .c-btn {
        width: 437px;
    }
}
/* // note */

/* what */
.p-what {
    background: #000;
    color: #fff;
    padding-block: 76px 55px;
    position: relative;
    z-index: 1;
    text-align: center;
}

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

.p-what__title img {
    height: 75px;
    width: auto;
}

.p-what__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;
    color: #e9e611;
}

.p-what__detailText {
    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-what__detailText p span {
    color: #e9e611;
    font-size: 18px;
}

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

@media (min-width: 768px) {
    .p-what {
        padding-block: 120px;
    }
    
    .p-what__inner {
    padding-inline: 15px;
}

    .p-what__title img {
        height: auto;
        width: 1158px;
    }
    
    .p-what__sub-title {
    font-size: 30px;
    letter-spacing: 1.2px;
    margin-block-end: 51px;
    margin-block-start: 17px;
    color: #e9e611;
}

    .p-what__detailText {
  max-width: 900px;
  margin: auto;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.8px;
  line-height: 2;
}

    .p-what__detailText p span {
    font-size: 24px;
}

}
/* // what */

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

.p-youtube__title img {
    width: auto;
    height: 30.98px;
}

.p-youtube__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;
    color: #fff;
}

.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-detail__project {
    margin-block: 1.92px 14.56px;
}

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

.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;
  border: solid 1px #fff;
}

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

@media (min-width: 768px) {
.p-youtube {
    padding-block: 80px;
  }

  .p-youtube__title img {
    width: 624px;
    height: auto;
  }
  
  .p-youtube__sub-title {
    font-size: 30px;
    letter-spacing: 1.2px;
    margin-block-end: 51px;
    margin-block-start: 17px;
    color: #e9e611;
}

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

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

  .p-youtube-detail__intro {
        font-size: 16px;
        letter-spacing: 0.32px;
        margin-block: 15px 32px;
}
}
/* // youtube */

/* sns */
.p-sns {
  background-color: #fff82b;
  padding-block: 36.41px;
}

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

.p-sns__title img {
    width: auto;
    height: 30.98px;
}

.p-sns__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-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: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.287px;
  line-height: 1.5;
}

.p-sns__content-text {
  color: #000;
  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-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;
  background-color: #000;
}

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

@media (min-width: 768px) {
.p-sns {
    padding-block: 80px;
  }
  
  .p-sns__title img {
    width: 562px;
    height: auto;
}
  
  .p-sns__sub-title {
    font-size: 30px;
    letter-spacing: 1.2px;
    margin-block-end: 51px;
    margin-block-start: 17px;
    color: #000;
}

  .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-radius: 100px;
    font-size: 16px;
    gap: 10px;
    padding: 10px 26.01px;
  }

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

@media (min-width: 651px) {
  .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;
  }
}
/* // sns */

/* access */
.p-access {
padding-block: 54.62px;
    background-color: #fff;
}

.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;
}

@media (min-width: 768px) {
  .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;
  }
}

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

/* // access */


/* ENTRY-SPONSOR */
.p-entry-sponsor {
  background: #000;
  padding-top: 67.63px;
  padding-bottom: 54.62px;
}

.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.4;
  margin-block-end: 44.54px;
  margin-block-end: 11.54px;
  margin-block-end: 48.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;
  margin-top: 16px;
}

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

@media (min-width: 768px) {
.p-entry-sponsor {
  padding-top: 117px;
  padding-bottom: 120px;
}

.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;
    margin-block-end: 33px;
    margin-block-end: 55.21px;
  }

  .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;
    margin-top: 10px;
  }

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

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

/* contact */
.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;
}

@media (min-width: 651px) {
  .p-contact__inner {
    padding-inline: 54.62px;
  }
}

@media (min-width: 768px) {
  .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;
  }
}


/* //contact */


/* footer */
.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;
}
/* //footer */

@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 (max-width: 400px) {
    .c-btn__large {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }
}

@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-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: 768px) {
    .c-btn__large {
      padding: 23px 32px;
    }
}
