@charset "UTF-8";
@media screen and (min-width: 768px) {
  .c-drawer__icon {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-drawer__icon {
    position: fixed;
    z-index: 102;
    top: 1.375rem;
    right: 1.25rem;
    width: 1.875rem;
    height: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: transparent;
  }
  .c-drawer__icon--bar {
    width: 100%;
    height: 0.09375rem;
    background: #000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .c-drawer__icon.js-show .c-drawer__icon--bar:nth-of-type(1) {
    rotate: 45deg;
    translate: 0 0.59375rem;
  }
  .c-drawer__icon.js-show .c-drawer__icon--bar:nth-of-type(2) {
    display: none;
  }
  .c-drawer__icon.js-show .c-drawer__icon--bar:nth-of-type(3) {
    rotate: -45deg;
    translate: 0 -0.53125rem;
  }
}
.c-section-title {
  text-align: center;
  display: block;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: black;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.c-section-title span {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: black;
  text-shadow: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.875rem;
    text-shadow: 0.25rem 0 0.25rem rgba(0, 0, 0, 0.8);
  }
  .c-section-title span {
    font-size: 1.5rem;
  }
}
.c-section-title::after {
  content: "";
  margin-top: 1.25rem;
  display: block;
  margin-inline: auto;
  width: 9.375rem;
  height: 0.1875rem;
  background: #1432f5;
}
@media screen and (max-width: 767px) {
  .c-section-title::after {
    margin-top: 0.625rem;
    width: 5rem;
    height: 0.125rem;
  }
}
.c-section-title.--white {
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-section-title.--white {
    font-size: 1.875rem;
  }
}
.c-section-title.--white span {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-section-title.--white span {
    font-size: 1.5rem;
  }
}

.c-page-top {
  position: fixed;
  z-index: 100;
  bottom: 1.25rem;
  right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-page-top {
    bottom: 0.9375rem;
    right: 0.9375rem;
  }
}

.c-page-top__link {
  display: block;
  width: 5rem;
  height: auto;
  aspect-ratio: 1/1;
  background: #1432f5;
  border-radius: 50%;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c-page-top__link.is-show {
  opacity: 1;
  visibility: visible;
}
@media (any-hover: hover) {
  .c-page-top__link:hover {
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-page-top__link {
    width: 3.125rem;
  }
}
.c-page-top__link span {
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-page-top__link span {
    font-size: 1.5625rem;
  }
}

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

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

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

ol,
ul {
  list-style: none;
  list-style-type: none;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

summary {
  display: block;
  list-style: none;
}

@media screen and (max-width: 1239px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1240 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  font-family: "BIZ UDPGothic", sans-serif;
  background-color: #ffffff;
  color: #000;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 375px;
}

.l-inner {
  max-width: 1240px;
  margin-inline: auto;
  width: 100%;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 20px;
  }
}

.p-header {
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(255, 246, 74, 0.6);
  padding-block: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-block: 1.25rem;
  }
}

.p-header {
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
}
.p-header.is-scrolled {
  -webkit-box-shadow: 0 0.375rem 0.25rem 0rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.375rem 0.25rem 0rem rgba(0, 0, 0, 0.2);
}

.p-header__inner {
  display: grid;
  grid-template-columns: 26.875rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    grid-template-columns: 1fr;
    margin-right: auto;
    margin-left: 0;
  }
}

.p-header__logo {
  display: block;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    font-size: 1.5rem;
  }
}
@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.7;
  }
}
.p-header__logo span {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-header__logo span {
    font-size: 1.125rem;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
}
.p-header__list li a {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.p-header__list li a::after {
  content: "";
  display: block;
  margin-top: 0.3125rem;
  width: 100%;
  height: 2px;
  background: #1432f5;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (any-hover: hover) {
  .p-header__list li a:hover::after {
    opacity: 1;
  }
}

.p-drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #fff879;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p-drawer.js-show {
  opacity: 1;
  visibility: visible;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 7.5rem 2.5rem;
  padding-left: 2.125rem;
}

.p-drawer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 2rem;
  margin-bottom: 2.5rem;
}
.p-drawer__list li a {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
}

body {
  background: #f7f6f6;
}

.p-fv {
  overflow: hidden;
  padding-top: 6.625rem;
  width: 100%;
  height: 62.5rem;
  aspect-ratio: 1920/1080;
  background: linear-gradient(45deg, #fff -230%, #fff64a 100%);
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding-top: 3.96875rem;
    height: 23.125rem;
  }
}

.p-fv__inner {
  width: 100%;
  max-width: 90rem;
  margin-inline: auto;
}

.p-fv__text-head {
  position: relative;
  top: 0;
  left: calc(50% - clamp(32.8125rem, 3.75rem + 37.5vw, 37.5rem));
  width: clamp(71.25rem, 9.25rem + 80vw, 81.25rem);
  padding: clamp(0.625rem, -0.5375rem + 1.5vw, 0.8125rem) clamp(1.25rem, -0.3rem + 2vw, 1.5rem);
  color: #e74c3c;
  background: #fffdd3;
  border-bottom: 0.125rem solid #e74c3c;
  border-left: 0.125rem solid #e74c3c;
  border-right: 0.125rem solid #e74c3c;
  -webkit-box-shadow: 0 0.3125rem 0.625rem #e74c3c;
          box-shadow: 0 0.3125rem 0.625rem #e74c3c;
}
@media screen and (max-width: 767px) {
  .p-fv__text-head {
    left: 0;
    padding: 0.375rem;
    width: 100%;
  }
}
.p-fv__text-head p:nth-of-type(1) {
  font-size: clamp(1.875rem, 0.325rem + 2vw, 2.125rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-fv__text-head p:nth-of-type(1) {
    font-size: 0.875rem;
    letter-spacing: -0.03em;
  }
}
.p-fv__text-head p:nth-of-type(2) {
  font-size: clamp(1.5625rem, -0.375rem + 2.5vw, 1.875rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__text-head p:nth-of-type(2) {
    font-size: 0.75rem;
    letter-spacing: -0.03em;
  }
}

.p-fv__container {
  display: grid;
  grid-template-columns: 26.875rem 1fr;
}
@media screen and (max-width: 767px) {
  .p-fv__container {
    grid-template-columns: 8.125rem 1fr;
  }
}

.p-fv__image {
  width: 26.875rem;
  height: auto;
  aspect-ratio: 3333/4999;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
@media screen and (max-width: 767px) {
  .p-fv__image {
    width: 8.125rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-fv__image img {
  width: 100%;
  height: 100%;
}

.p-fv__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.p-fv__text-top {
  margin-top: clamp(7.5rem, 23rem + -20vw, 5rem);
  font-size: clamp(3.5rem, 1.95rem + 2vw, 3.75rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0.625rem 0 0.625rem rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .p-fv__text-top {
    margin-top: 2.625rem;
    font-size: 1.25rem;
    text-shadow: 0.3125rem 0 0.3125rem rgba(0, 0, 0, 0.8);
  }
}

.p-fv__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(9.375rem, -2.25rem + 15vw, 11.25rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  text-shadow: 1.25rem 0 1.25rem rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 2.875rem;
    letter-spacing: 0.02em;
    text-shadow: 0.5rem 0 0.5rem rgba(0, 0, 0, 0.8);
  }
}

.p-fv__text-bottom {
  position: relative;
  top: clamp(-8.75rem, -12.625rem + 5vw, -8.125rem);
  left: 50%;
  translate: -50%;
  width: 110%;
  padding: 0.625rem 1.875rem;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv__text-bottom {
    padding: 0.375rem;
    top: -1.25rem;
  }
}
.p-fv__text-bottom p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(4.125rem, 2.575rem + 2vw, 4.375rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #e74c3c;
  border-bottom: 0.125rem solid #e74c3c;
  border-top: 0.125rem solid #e74c3c;
  -webkit-box-shadow: 0 0.625rem 0.625rem #e74c3c;
          box-shadow: 0 0.625rem 0.625rem #e74c3c;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-fv__text-bottom p {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    -webkit-box-shadow: 0 0.3125rem 0.3125rem #e74c3c;
            box-shadow: 0 0.3125rem 0.3125rem #e74c3c;
  }
}
.p-fv__text-bottom p span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(3rem, 2.225rem + 1vw, 3.125rem);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #e74c3c;
}
@media screen and (max-width: 767px) {
  .p-fv__text-bottom p span {
    font-size: 1rem;
  }
}

.p-greeting {
  padding-block: 3.125rem 6.25rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-greeting {
    padding-block: 1.5625rem 3.125rem;
    padding-inline: 1.25rem;
  }
}

.p-greeting__inner {
  background: #ffffff;
  padding: 1.875rem 1.875rem 5rem 1.875rem;
  -webkit-box-shadow: 0 0.9375rem 1.25rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0.9375rem 1.25rem rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .p-greeting__inner {
    padding: 0.9375rem 1.25rem 2.5rem 1.25rem;
  }
}

.p-greeting__title {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__title {
    margin-top: 1.25rem;
  }
}

.p-greeting__content {
  position: relative;
}

.p-greeting__image {
  width: 36.25rem;
  height: auto;
  aspect-ratio: 2752/4128;
  position: absolute;
  bottom: 5.625rem;
  left: -6.5625rem;
}
.p-greeting__image img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-greeting__image {
    display: none;
  }
}

.p-greeting__text-wrap {
  margin-top: 3.125rem;
  width: calc(100% - 21.875rem);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-greeting__text-wrap {
    margin-top: 1.25rem;
    width: 100%;
    margin-left: 0;
  }
}

.p-greeting__text-title {
  font-family: "Yuji Syuku", serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  color: #fb3232;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-greeting__text-title {
    font-size: 1.25rem;
  }
}
.p-greeting__text-title::after {
  content: "";
  display: block;
  margin-inline: auto;
  width: 105%;
  height: 0.1875rem;
  background: #fff879;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
}
@media screen and (max-width: 767px) {
  .p-greeting__text-title::after {
    margin-top: 0.3125rem;
    height: 0.125rem;
  }
}

.p-greeting__text {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__text {
    margin-top: 1.25rem;
  }
}

.p-greeting__text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-greeting__text-item {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  font-family: "Yuji Syuku", serif;
  color: black;
}
@media screen and (max-width: 767px) {
  .p-greeting__text-item {
    font-size: 1rem;
  }
}
.p-greeting__text-item span {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  font-family: "Yuji Syuku", serif;
  color: #fb3232;
}
@media screen and (max-width: 767px) {
  .p-greeting__text-item span {
    font-size: 1.125rem;
  }
}

.p-greeting__sign {
  margin-top: 0.9375rem;
  text-align: right;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  font-family: "Yuji Syuku", serif;
  color: black;
}
@media screen and (max-width: 767px) {
  .p-greeting__sign {
    font-size: 1.875rem;
  }
}

.p-profile {
  padding-block: 3.125rem 6.25rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-profile {
    padding-block: 1.5625rem 3.125rem;
    padding-inline: 1.25rem;
  }
}

.p-profile__inner {
  background: #ffffff;
  padding: 1.875rem 1.875rem 5rem 1.875rem;
  -webkit-box-shadow: 0 0.9375rem 1.25rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0.9375rem 1.25rem rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .p-profile__inner {
    padding: 0.9375rem 1.25rem 2.5rem 1.25rem;
  }
}

.p-profile__title {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-profile__title {
    margin-top: 1.25rem;
  }
}

.p-profile__contents {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-profile__contents {
    margin-top: 1.25rem;
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}

.p-profile__content {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-profile__content {
    margin-top: 1.25rem;
  }
  .p-profile__content.--last {
    margin-top: 0.625rem;
  }
}

.p-profile__content-title {
  margin-top: 1.875rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.23em;
  color: #fb3232;
  padding-block: 0.375rem;
  padding-inline: 1.25rem;
  border-top: 0.125rem solid #fb3232;
  border-bottom: 0.125rem solid #fb3232;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-profile__content-title {
    margin-inline: auto;
    text-align: center;
    margin-top: 1.25rem;
    font-size: 1.25rem;
    padding-block: 0.1875rem;
    padding-inline: 0.625rem;
    border-top: 0.0625rem solid #fb3232;
    border-bottom: 0.0625rem solid #fb3232;
  }
}

.p-profile__content-image {
  width: 15.625rem;
  height: auto;
  aspect-ratio: 380/380;
}
@media screen and (max-width: 767px) {
  .p-profile__content-image {
    margin-inline: auto;
    text-align: center;
    width: 9.375rem;
  }
}
.p-profile__content-image img {
  width: 100%;
  height: 100%;
}

.p-profile__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.p-profile__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
}

.p-profile__item-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #f88008;
  padding-left: 1.5625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-profile__item-title {
    font-size: 1rem;
    padding-left: 1.25rem;
  }
}
.p-profile__item-title::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 0.9375rem;
  height: auto;
  aspect-ratio: 15/15;
  background: #f88008;
}
@media screen and (max-width: 767px) {
  .p-profile__item-title::before {
    width: 0.625rem;
  }
}

.p-profile__item-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.p-profile__item-text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-profile__item-text {
    font-size: 1rem;
  }
}

.p-profile__image-wrap {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-profile__image-wrap {
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}

.p-profile__image {
  width: 17.5rem;
  height: auto;
  aspect-ratio: 309/215;
}
@media screen and (max-width: 767px) {
  .p-profile__image {
    width: 100%;
  }
}
.p-profile__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-contact {
  padding-block: 3.125rem 6.25rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-block: 1.5625rem 3.125rem;
    padding-inline: 1.25rem;
  }
}

.p-contact__inner {
  background: #ffffff;
  padding: 1.875rem 1.875rem 5rem 1.875rem;
  -webkit-box-shadow: 0 0.9375rem 1.25rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0.9375rem 1.25rem rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding: 0.9375rem 1.25rem 2.5rem 1.25rem;
  }
}

.p-contact__title {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    margin-top: 1.25rem;
  }
}

.wpcf7-form {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  max-width: 50rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .wpcf7-form {
    margin-top: 1.25rem;
    gap: 0.9375rem;
  }
}

.p-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__row {
    gap: 0.625rem;
  }
}

.p-contact__head {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000;
  padding-right: 3.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__head {
    font-size: 1rem;
    padding-right: 2.5rem;
  }
}
.p-contact__head::after {
  content: "必須";
  color: #fb3232;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  padding: 0.5rem 0.5rem;
  border-radius: 0.625rem;
  border: 1px solid #fb3232;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__head::after {
    font-size: 0.75rem;
    padding: 0.3125rem 0.3125rem;
  }
}

.h-adr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .h-adr {
    gap: 0.9375rem;
  }
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  border-radius: 0.625rem;
  width: 100%;
  padding: 1.25rem 1.25rem;
  border: 2px solid #000;
  background: #fdfdfd;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  select,
  textarea {
    padding: 0.9375rem 0.9375rem;
    border: 1px solid #000;
    font-size: 1rem;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #d9d9d9;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #d9d9d9;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #d9d9d9;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #d9d9d9;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #d9d9d9;
}
@media screen and (max-width: 767px) {
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 1rem;
  }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 1rem;
  }
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 1rem;
  }
  input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 1rem;
  }
  input[type=text]::placeholder,
  input[type=email]::placeholder,
  input[type=tel]::placeholder,
  select::placeholder,
  textarea::placeholder {
    font-size: 1rem;
  }
}

textarea {
  resize: vertical;
  height: 15.625rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  border: 2px solid #000;
}
@media screen and (max-width: 767px) {
  textarea {
    font-size: 1rem;
    height: 9.375rem;
    border: 1px solid #000;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.p-contact__select-wrap {
  position: relative;
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.p-contact__data-checkbox span {
  display: inline-block;
  position: relative;
}
.p-contact__data-checkbox span::before {
  content: "";
  position: absolute;
}
.p-contact__data-checkbox span::after {
  content: "";
  position: absolute;
  opacity: 0;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
  padding-inline: 0;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact__submit {
  text-align: center;
  margin-top: 3.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__submit {
    margin-top: 1.25rem;
  }
}
.p-contact__submit input[type=submit] {
  background: #1432f5;
  color: #fff;
  padding: 1.25rem 2.5rem;
  border-radius: 100vmax;
  width: 18.75rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (any-hover: hover) {
  .p-contact__submit input[type=submit]:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__submit input[type=submit] {
    font-size: 1rem;
    padding: 0.9375rem 1.875rem;
    width: 100%;
    max-width: 18.75rem;
  }
}

.wpcf7-form-control-wrap::after, .wpcf7-form-control-wrap::before {
  display: none;
}

.wpcf7-acceptance::before, .wpcf7-acceptance::after {
  display: none;
}

.wpcf7-list-item::before, .wpcf7-list-item::after {
  display: none;
}

.wpcf7-not-valid-tip::before, .wpcf7-not-valid-tip::after {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .wpcf7-not-valid-tip {
    font-size: 0.75rem;
  }
}

.wpcf7-form-control.wpcf7-not-valid {
  border-color: #e74c3c;
  background-color: #fff6f6;
}

.p-form-page__acceptance .wpcf7-form-control-wrap {
  display: contents !important;
}

.wpcf7-form-control .wpcf7-checkbox .wpcf7-validates-as-required {
  display: contents;
}
.wpcf7-form-control .wpcf7-checkbox .wpcf7-validates-as-required .wpcf7-list-item {
  display: contents !important;
}

.wpcf7-form-control .wpcf7-checkbox .wpcf7-validates-as-required::before, .wpcf7-form-control .wpcf7-checkbox .wpcf7-validates-as-required::after {
  content: none !important;
  display: none !important;
}

.wpcf7-response-output {
  display: none;
}

.p-form-page__error-message {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 0.625rem;
  color: #e74c3c;
}
@media screen and (max-width: 767px) {
  .p-form-page__error-message {
    font-size: 0.75rem;
  }
}

input[type=checkbox].invalid + span::before {
  border-color: #e74c3c;
  background-color: #fff6f6;
}

textarea.invalid {
  border-color: #e74c3c;
  background-color: #fff6f6;
}

.p-policy {
  padding-block: 3.125rem 6.25rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-policy {
    padding-block: 1.5625rem 3.125rem;
    padding-inline: 1.25rem;
  }
}

.p-policy__inner {
  padding: 1.875rem 1.875rem 5rem 1.875rem;
  background: url(../img/policy-img.webp) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0.9375rem 1.25rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0.9375rem 1.25rem rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 0;
}
.p-policy__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-policy__inner {
    padding: 0.9375rem 1.25rem 2.5rem 1.25rem;
  }
}

.p-policy__title {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-policy__title {
    margin-top: 1.25rem;
  }
}

.p-policy__contents {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-policy__contents {
    margin-top: 1.25rem;
  }
}

.p-policy__content-title {
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.23em;
  color: #fff;
  padding-left: 1.875rem;
  text-shadow: 0.3125rem 0 0.9375rem rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .p-policy__content-title {
    font-size: 2.25rem;
    padding-left: 1.25rem;
  }
}

.p-policy__content {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-policy__content {
    margin-top: 1.25rem;
  }
}

.p-policy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-policy__list {
    gap: 1.25rem;
  }
}

.p-policy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-policy__item {
    gap: 0.3125rem;
  }
}

.p-policy__item-title {
  font-size: 2.875rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0.625rem 0 0.75rem rgb(0, 0, 0);
  padding-left: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-policy__item-title {
    font-size: 1.125rem;
    padding-left: 1.25rem;
  }
}
.p-policy__item-title::before {
  content: "⚫︎";
  display: block;
  font-size: 1.375rem;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .p-policy__item-title::before {
    font-size: 1rem;
    top: 0.8125rem;
    left: 0;
  }
}

.p-policy__item-text {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0.3125rem 0 0.75rem rgb(0, 0, 0);
}
.p-policy__item-text span {
  color: #f88008;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0.3125rem 0 0.1875rem rgba(255, 255, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .p-policy__item-text span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-policy__item-text {
    font-size: 0.875rem;
  }
}

.p-activity {
  padding-block: 3.125rem 6.25rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-activity {
    padding-block: 1.5625rem 3.125rem;
    padding-inline: 1.25rem;
  }
}

.p-activity__inner {
  background: #ffffff;
  padding: 1.875rem 1.875rem 5rem 1.875rem;
  -webkit-box-shadow: 0 0.9375rem 1.25rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0.9375rem 1.25rem rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .p-activity__inner {
    padding: 0.9375rem 1.25rem 2.5rem 1.25rem;
  }
}

.p-activity__contents {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-activity__contents {
    margin-top: 1.25rem;
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}

.p-activity__content {
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-activity__content {
    padding: 0.625rem;
  }
}
.p-activity__content.--sns {
  width: 100%;
  border: 0.0625rem solid #f7f6f6;
  -webkit-box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
  background: #f7f6f6;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-activity__content.--sns {
    min-height: 18.75rem;
  }
}

.p-activity__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-activity__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}

.p-activity__item {
  background: #f7f6f6;
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 0 0 0.625rem 0;
}
.p-activity__thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 111/157;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
  overflow: hidden;
}
.p-activity__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-activity__item-title {
  padding: 0.625rem 0.625rem 0 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .p-activity__item-title {
    font-size: 0.8125rem;
  }
}

.p-sponsor {
  padding-block: 3.125rem 6.25rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor {
    padding-block: 1.5625rem 3.125rem;
    padding-inline: 1.25rem;
  }
}

.p-sponsor__inner {
  background: #ffffff;
  padding: 1.875rem 1.875rem 5rem 1.875rem;
  -webkit-box-shadow: 0 0.9375rem 1.25rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0.9375rem 1.25rem rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .p-sponsor__inner {
    padding: 0.9375rem 1.25rem 2.5rem 1.25rem;
  }
}

.p-sponsor__text-wrap {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor__text-wrap {
    margin-top: 1.25rem;
  }
}

.p-sponsor__text1 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-sponsor__text1 {
    font-size: 0.875rem;
    letter-spacing: 0;
  }
}

.p-sponsor__text2 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-sponsor__text2 {
    font-size: 0.9375rem;
    letter-spacing: 0;
  }
}

.p-sponsor__contents {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor__contents {
    margin-top: 1.25rem;
    gap: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-sponsor__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor__content {
    gap: 0.625rem;
  }
}

.p-sponsor_picture {
  width: 23.75rem;
  height: auto;
  aspect-ratio: 380/253;
}
@media screen and (max-width: 767px) {
  .p-sponsor_picture {
    margin-top: 1.25rem;
    width: 14.375rem;
    margin-inline: auto;
  }
}
.p-sponsor_picture img {
  width: 100%;
  height: 100%;
}

.p-sponsor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor__list {
    gap: 0.625rem;
  }
}

.p-sponsor__item {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor__item {
    grid-template-columns: 4.375rem 1fr;
    gap: 0.3125rem;
  }
  .p-sponsor__item:nth-of-type(1) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-sponsor__item-title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-sponsor__item-title {
    font-size: 0.875rem;
  }
}

.p-sponsor__item-text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-sponsor__item-text {
    font-size: 0.875rem;
  }
}
.p-sponsor__item-text.--link {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (any-hover: hover) {
  .p-sponsor__item-text.--link:hover {
    opacity: 0.5;
  }
}

.p-sponsor__item-image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.p-sponsor__item-image {
  display: inline-block;
  height: auto;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.p-sponsor__item-image.--x {
  width: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor__item-image.--x {
    width: 1.875rem;
  }
}
.p-sponsor__item-image.--youtube {
  width: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor__item-image.--youtube {
    width: 1.875rem;
  }
}
.p-sponsor__item-image.--instagram {
  width: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor__item-image.--instagram {
    width: 2.625rem;
  }
}
.p-sponsor__item-image.--facebook {
  width: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor__item-image.--facebook {
    width: 1.875rem;
  }
}
@media (any-hover: hover) {
  .p-sponsor__item-image:hover {
    opacity: 0.5;
  }
}
.p-sponsor__item-image img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.p-sponsor__map iframe {
  width: 37.5rem;
  height: 28.125rem;
}
@media screen and (max-width: 767px) {
  .p-sponsor__map iframe {
    margin-top: 1.25rem;
    width: 100%;
    height: 12.5rem;
  }
}

span#alttext-container,
span.alttext-container,
#alttext-container,
.alttext-container {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.p-footer {
  padding-block: 1.25rem 0.625rem;
  padding-inline: 1.25rem;
  background: #f7f6f6;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-block: 0.625rem 0.3125rem;
    padding-inline: 0.625rem;
  }
}

.p-footer__copyright {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-hidden-sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sp-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-hidden-sp-pc {
    display: none;
  }
}