:root {
  --fontEn: lithos-pro, sans-serif;
  --fontJp: "Noto Sans JP", sans-serif;
  --primary: #2b7fff;
  --ye: #ff7f1b;
  --red: #df001e;
  --bg: #e6f8ff;
}

/* ---------------------------------------------------------------
 - Layout
---------------------------------------------------------------- */
.l-spacer {
  margin-top: 80px;
}

.l-container {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.l-bg {
  background-color: var(--bg);
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 200px;
}

.l-main {
  margin-top: 200px;
}

@media screen and (max-width: 767px) {
  .l-spacer {
    margin-top: 64px;
  }

  .l-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-bg {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 40px;
  }

  .l-main {
    margin-top: 120px;
  }
}

/* ---------------------------------------------------------------
 - Compornent
---------------------------------------------------------------- */
.c-btn__wrap {
  margin-top: 40px;
  text-align: center;
}

.c-btn {
  display: inline-block;
  text-align: center;
  transition: 0.3s;
}

.c-btn__more {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  transition: 0.3s;
}

.c-btn__more::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  vertical-align: middle;
}

.c-btn__red {
  padding: 24px 64px;
  background-color: var(--red);
  color: #fff;
  border-radius: 50px;
  font-size: 28px;
  font-weight: 700;
}

.c-btn__primary {
  padding: 16px 64px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
}

.c-heading {
  position: relative;
  text-align: center;
}

.c-heading .en {
  display: block;
  color: #2b7fff;
  font-family: var(--fontEn);
  font-size: 37px;
  font-weight: 900;
}

.c-heading .jp_sm {
  display: block;
  margin: 8px 0;
  color: var(--primary);
  font-size: 2rem;
  font-weight: 900;
}

.c-heading .jp_lg {
  display: block;
  color: var(--red);
  font-size: 2.3rem;
  font-weight: 900;
}
.c-heading .p-chatch {
  font-size: 30px;
  font-weight: 700;
  margin-top: 1rem;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-btn__red:hover {
    background-color: #e3707f;
  }

  .c-btn__more:hover {
    opacity: 0.7;
  }

  .c-btn__primary:hover {
    background-color: #5ba2d1;
  }
}

@media screen and (max-width: 767px) {
  .c-btn__wrap {
    margin-top: 24px;
  }

  .c-btn__more {
    font-size: 14px;
  }

  .c-btn__more::before {
    width: 7px;
    height: 7px;
  }

  .c-btn__red {
    padding: 16px;
    font-size: 18px;
  }

  .c-btn__primary {
    min-width: 150px;
    padding: 8px 16px;
    font-size: 14px;
  }

  .c-heading .en {
    font-size: 22px;
  }

  .c-heading .jp_sm {
    margin-top: 8px;
    font-size: 1.2rem;
  }

  .c-heading .jp_sm span {
    display: inline-block;
  }

  .c-heading .jp_lg {
    font-size: 1.6rem;
    margin-top: 0.5rem;
  }
  .c-heading .p-chatch {
    font-size: 20px;
    line-height: 140%;
  }
}

/* ---------------------------------------------------------------
 - Object
---------------------------------------------------------------- */
/* header
---------------------------------------------------------------- */
.p-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 32px 32px 0;
  z-index: 10;
}

.p-header__nsd {
  align-self: flex-start;
  width: auto;
  height: 77px;
}

.p-header__nsd img {
  width: auto;
  height: 100%;
  max-width: 220px;
}

.p-header__cnsd {
  align-self: flex-start;
  width: auto;
  height: 49px;
}

.p-header__cnsd a {
  transition: opacity 0.3s;
}

.p-header__cnsd img {
  width: auto;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .p-header__cnsd a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1100px) {
  .p-header__nsd {
    height: 50px;
  }

  .p-header__cnsd {
    height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .p-header {
    padding: 16px 16px 0;
  }
  .p-header__nsd {
    height: 36px;
  }

  .p-header__cnsd {
    height: 26px;
  }
  .p-header__nsd img {
    max-width: 120px;
  }
}

/* footer
---------------------------------------------------------------- */
.p-footer {
  margin-top: 120px;
  padding-bottom: 56px;
}

.p-footer a {
  transition: opacity 0.3s;
}

.p-footer__nsd {
  display: block;
  width: auto;
  height: 96px;
  margin: auto;
}

.p-footer__cnsd {
  display: block;
  width: auto;
  height: 49px;
  margin: 40px auto 0;
}

.p-footer__asov {
  display: block;
  width: auto;
  height: 64px;
  margin: 0 auto 30px auto;
}

.p-footer__nav {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.p-footerNav__item + .p-footerNav__item {
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid #000;
}

.p-footer__copy {
  margin-top: 32px;
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .p-footer a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-footer {
    margin-top: 80px;
    padding-bottom: 32px;
  }

  .p-footer__nsd {
    height: 56px;
  }

  .p-footer__cnsd {
    height: 32px;
    margin: 24px auto 0;
  }

  .p-footer__nav {
    margin-top: 48px;
  }

  .p-footerNav__item + .p-footerNav__item {
    margin-left: 8px;
    padding-left: 8px;
  }

  .p-footerNav__link {
    font-size: 13px;
  }

  .p-footer__copy {
    margin-top: 24px;
    text-align: center;
    font-size: 12px;
  }

  .p-footer__asov {
    height: 40px;
    margin: 0 auto 20px auto;
  }
}

/* hero2023
---------------------------------------------------------------- */
.renew2023 .p-hero {
  background: url(../img/top/hero2023.jpg) no-repeat center / 100%;
}
@media screen and (max-width: 767px) {
  .renew2023 .p-hero {
    padding-top: 100%;
    background-size: cover;
  }
}

/* hero
---------------------------------------------------------------- */
.p-hero {
  position: relative;
  width: 100%;
  padding-top: 67.9375%;
  background: url(../img/top/hero.jpg) no-repeat center / 100%;
}

.p-hero__copy {
  position: absolute;
  top: 10vw;
  left: 0;
  right: 0;
  width: 64.6875vw;
  margin: auto;
}

.p-hero__bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 6.5vw;
  text-align: center;
}

.p-hero__btn {
  padding: 24px 48px;
  background-color: var(--ye);
  color: var(--primary);
  border-radius: 50px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: 0.3s;
}

.p-hero__btn .small {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.p-hero__att {
  margin-top: 16px;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.1px;
}

@media screen and (min-width: 768px) {
  .p-hero__btn:hover {
    background-color: #fff06e;
  }
}

@media screen and (max-width: 767px) {
  .p-hero {
    padding-top: 100%;
    background-size: cover;
  }

  .p-hero__copy {
    position: absolute;
    top: 20vw;
    left: 0;
    right: 0;
    width: 88vw;
    margin: auto;
  }

  .p-hero__bottom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 6.5vw;
    text-align: center;
  }
  p-about__copy .p-hero__btn {
    padding: 16px;
    font-size: 18px;
    letter-spacing: 0.05em;
  }

  .p-hero__btn .small {
    font-size: 10px;
  }

  .p-hero__att {
    margin-top: 8px;
    font-size: 1rem;
    font-weight: bold;
  }
}

/* nav
---------------------------------------------------------------- */
.p-nav {
  padding-left: 40px;
  padding-right: 40px;
}

.p-fixed_bnr {
  width: 240px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999999;
}

.p-fixed_bnr img {
  width: 240px;
}

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

.p-indexNav.-new .p-indexNav__item {
  width: 25%;
}

.p-indexNav.-new .p-indexNav__item + .p-indexNav__item {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid var(--primary);
}

.p-indexNav__item + .p-indexNav__item {
  margin-left: 48px;
  padding-left: 48px;
  border-left: 1px solid var(--primary);
}

.p-indexNav.-new .p-indexNav__link {
  font-size: 20px;
}

.p-indexNav__link {
  display: flex;
  align-items: center;
  color: var(--primary);
  font-size: 24px;
  font-weight: bold;
  transition: opacity 0.3s;
  justify-content: center;
}

.p-indexNav.-new .p-indexNav__link::before {
  width: 55px;
  height: 55px;
  margin-right: 15px;
}

.p-indexNav__link::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 94px;
  height: 87px;
  margin-right: 24px;
}

.p-indexNav__link.-rental::before {
  background: url(../img/top/icon01.svg) no-repeat center / cover;
}

.p-indexNav__link.-pass::before {
  background: url(../img/top/icon02.svg) no-repeat center / cover;
}

.p-indexNav__link.-faq::before {
  background: url(../img/top/icon03.svg) no-repeat center / cover;
}

.p-indexNav__link.-event::before {
  background: url(../img/top/icon04.svg) no-repeat center / cover;
}

/* 20240202追加 */
.p-indexNav__link.-race::before {
  background: url(../img/top/icon05.svg) no-repeat center / cover;
}

@media screen and (min-width: 768px) {
  .p-indexNav__link:hover {
    opacity: 0.7;
  }

  .p-fixed_bnr a {
    transition: 0.3s;
    display: block;
  }

  .p-fixed_bnr a:hover {
    transform: rotate(-10deg);
  }
}

@media screen and (max-width: 1100px) {
  .p-indexNav.-new .p-indexNav__item + .p-indexNav__item {
    margin-left: 10px;
    padding-left: 10px;
  }

  .p-indexNav__item + .p-indexNav__item {
    margin-left: 24px;
    padding-left: 24px;
  }

  .p-indexNav__link {
    font-size: 18px;
  }

  .p-indexNav__link::before {
    width: 69px;
    height: 62px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-nav {
    margin-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-indexNav.-new .p-indexNav__link {
    font-size: 13px;
  }

  .p-indexNav__item + .p-indexNav__item {
    margin-left: 5%;
    padding-left: 5%;
  }

  .p-indexNav__link {
    display: inline-block;
    text-align: center;
    font-size: 14px;
  }

  .p-indexNav.-new .p-indexNav__link {
    display: block;
  }

  .p-indexNav.-new .p-indexNav__link::before {
    width: 35px;
    height: 34px;
    margin-right: auto;
    display: block;
  }

  .p-indexNav__link::before {
    display: block;
    width: 40px;
    height: 37px;
    margin: 0 auto 4px;
  }

  .p-fixed_bnr {
    width: 160px;
  }

  .p-fixed_bnr img {
    width: 160px;
  }
}

/* movie
---------------------------------------------------------------- */
.p-movie__wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

p + .p-movie__wrap {
  margin-top: 40px;
}

.p-movie__wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* about
---------------------------------------------------------------- */
.p-contents__logo {
  text-align: center;
  height: 90px;
}

.p-contents__logo img {
  width: auto;
  height: 100%;
}

.p-about {
  margin-top: 32px;
}

.p-about__heading {
  text-align: center;
  color: var(--primary);
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-about__heading span {
  font-size: 40px;
}

.p-about__grid {
  display: flex;
  margin-top: 72px;
}

.p-about__grid > img {
  align-self: flex-start;
  width: 47.5%;
}

.p-about__textBox {
  flex: 1;
  margin-left: 64px;
}

.p-about__copy {
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.p-about__subcopy {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 0.5rem;
}
.p-about__read {
  margin-top: 24px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .p-contents__logo {
    height: 56px;
  }

  .p-about {
    margin-top: 24px;
  }

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

  .p-about__heading span {
    font-size: 30px;
  }

  .p-about__grid {
    display: block;
    margin-top: 40px;
  }

  .p-about__grid > img {
    width: 100%;
  }

  .p-about__textBox {
    margin-left: 0;
    margin-top: 16px;
  }

  .p-about__copy {
    font-size: 22px;
  }

  .p-about__read {
    margin-top: 16px;
    font-size: 16px;
  }
}

/* pass
---------------------------------------------------------------- */

.p-pass__read {
  margin-top: 24px;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

.p-pass__illust {
  margin-top: -50px;
}

@media screen and (max-width: 767px) {
  .p-pass .c-heading::before {
    left: 0;
    bottom: 0;
    width: 22px;
    height: 49px;
  }

  .p-pass .c-heading::after {
    right: 0;
    top: 0;
    width: 26px;
    height: 49px;
  }

  .p-pass__read {
    margin-top: 24px;
    font-size: 16px;
  }

  .p-pass__illust {
    margin-top: 0px;
  }
}

/* details
---------------------------------------------------------------- */
.p-details {
  max-width: 900px;
  margin: 64px auto 0;
}

.p-details__heading {
  text-align: center;
  color: var(--red);
  font-size: 28px;
  font-weight: 700;
}

.p-details__period {
  margin-top: 16px;
  padding: 16px 0;
  text-align: center;
  border-top: 3px dotted #ccc;
  border-bottom: 3px dotted #ccc;
  font-size: 20px;
  font-weight: 700;
}

.p-details__list {
  margin-top: 32px;
}

.p-details__item {
  font-size: 16px;
  line-height: 1.5;
}

.p-details__item + .p-details__item {
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .p-details {
    margin: 40px auto 0;
  }

  .p-details__heading {
    font-size: 22px;
  }

  .p-details__period {
    margin-top: 16px;
    padding: 16px 0;
    font-size: 18px;
  }

  .p-details__list {
    margin-top: 24px;
  }

  .p-details__item {
    font-size: 14px;
  }
}

/* partners
---------------------------------------------------------------- */
.p-partners__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 56px;
}

.p-partners__item {
  position: relative;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.3s;
}

.p-partners__text {
  margin-top: 40px;
  text-align: center;
}

.p-partners__text img {
  margin-left: 8px;
  width: auto;
  height: 18px;
}

.p-partner__new {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 60px;
  height: 60px;
  background-color: var(--ye);
  color: var(--primary);
  border-radius: 50px;
  text-align: center;
  font-family: var(--fontEn);
  font-weight: 800;
  font-size: 16px;
  line-height: 60px;
  transform: rotate(-10deg);
}

.p-partners__item img {
  border-radius: 20px 20px 0 0;
}

.p-partner__textBox {
  padding: 24px;
}

.p-partner__area {
  display: inline-block;
  margin-right: 16px;
  padding: 5px 20px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
}

.p-partner__name {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  vertical-align: middle;
}

.p-partner__read {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.5;
}

.p-partner__read span {
  font-size: 14px;
  line-height: 1.25;
}

.p-partner__link {
  display: inline-block;
  margin-top: 16px;
  color: var(--primary);
  font-size: 14px;
  text-decoration: underline;
}

.p-partner__link::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--primary);
  border-right: 1px solid var(--primary);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .p-partners__item:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
}

@media screen and (max-width: 767px) {
  .p-partners__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-top: 40px;
  }

  .p-partner__new {
    top: -15px;
    left: -10px;
    width: 45px;
    height: 45px;
    font-size: 13px;
    line-height: 45px;
  }

  .p-partner__textBox {
    padding: 16px;
  }

  .p-partner__area {
    margin-right: 8px;
    padding: 6px 10px;
    font-size: 12px;
    vertical-align: middle;
  }

  .p-partner__name {
    display: block;
    margin-top: 4px;
    font-size: 18px;
  }

  .p-partner__read {
    margin-top: 8px;
    font-size: 14px;
  }

  .p-partner__read span {
    font-size: 12px;
  }
}

/* modal
---------------------------------------------------------------- */
.p-modalBody {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

.p-modalInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1080px;
  max-height: 90vh;
  padding: 80px 40px 60px;
  background-color: #fff;
  border-radius: 30px;
  overflow-y: auto;
}

.p-modal__title {
  display: flex;
  align-items: center;
}

.p-modal__area {
  display: inline-block;
  border-radius: 50px;
  background: #2b7fff;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 20px;
  line-height: 100%;
}

.p-modal__heading {
  margin: 0 16px;
  font-size: 28px;
  font-weight: 700;
}

.p-modal__add {
  margin-left: auto;
}

.p-modal__thum {
  display: block;
  margin-top: 24px;
}

.p-modal__contents {
  display: flex;
  margin-top: 40px;
}

.p-modal__textBox {
  width: 58%;
}

.p-modal__copy {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.p-modal__read {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.5;
}

.p-modal__read span {
  color: var(--red);
  font-weight: 700;
}

.p-modal__read .u-red {
  font-size: 14px;
}

.p-modal__btn {
  display: inline-block;
  margin-top: 32px;
  padding: 12px 16px;
  border: 2px solid #282828;
  border-radius: 30px;
  color: #4c4c4c;
  font-weight: 700;
}

.p-modal__btn::before {
  content: "";
  display: inline-block;
  border-top: 2px solid #909090;
  border-right: 2px solid #909090;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  transform: rotate(45deg);
  vertical-align: middle;
}

.p-modal__imgBox {
  align-self: flex-start;
  width: 38%;
  margin-left: auto;
  padding: 24px;
  background-color: #f5f5f5;
}

.p-modal__imgBox img + img {
  margin-top: 16px;
}

.p-modal__closeBtn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background-color: #000;
  border: none;
  border-radius: 40px;
  cursor: pointer;
}

.p-modal__closeLine {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}

.p-modal__closeLine::before,
.p-modal__closeLine::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
}

.p-modal__closeLine::before {
  transform: rotate(45deg);
}

.p-modal__closeLine::after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .p-modalInner {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .p-modal__title {
    display: block;
  }

  .p-modal__area {
    font-size: 12px;
    padding: 6px 8px;
  }

  .p-modal__heading {
    margin: 4px 0 0;
    font-size: 18px;
  }

  .p-modal__add {
    margin-top: 8px;
    font-size: 14px;
  }

  .p-modal__thum {
    margin-top: 16px;
  }

  .p-modal__contents {
    display: block;
    margin-top: 24px;
  }

  .p-modal__textBox {
    width: 100%;
  }

  .p-modal__copy {
    font-size: 16px;
  }

  .p-modal__read {
    font-size: 14px;
  }

  .p-modal__read .u-red {
    font-size: 12px;
  }

  .p-modal__btn {
    margin-top: 16px;
    padding: 8px 16px;
    font-size: 14px;
  }

  .p-modal__imgBox {
    width: 100%;
    margin-top: 24px;
    padding: 16px;
  }

  .p-modal__imgBox img + img {
    margin-top: 8px;
  }

  .p-modal__closeBtn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
  }

  .p-modal__closeLine {
    width: 16px;
    height: 16px;
  }

  .p-modal__closeLine::before,
  .p-modal__closeLine::after {
    top: 7.5px;
    width: 16px;
  }
}

/* rental
---------------------------------------------------------------- */
.p-rental .c-heading::before {
  content: "";
  position: absolute;
  left: calc(50% - 280px);
  bottom: 0;
  width: 42px;
  height: 89px;
  background: url(../img/top/heading-left.svg) no-repeat center / cover;
}

.p-rental .c-heading::after {
  content: "";
  position: absolute;
  right: calc(50% - 280px);
  top: 0;
  width: 46px;
  height: 89px;
  background: url(../img/top/heading-right.svg) no-repeat center / cover;
}

.p-rental__image {
  display: block;
  margin: 64px auto;
}

.p-rental__copy {
  margin-top: 64px;
  color: var(--primary);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-rental__read {
  margin-top: 16px;
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.p-rental__heading {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.p-rental__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 20px;
  margin-top: 56px;
}

.p-rental__area {
  position: relative;
  display: block;
  width: 100px;
  margin: -16px auto 0;
  padding: 4px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  z-index: 10;
}

.p-rental__name {
  margin-top: 8px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.p-rental__place {
  margin-top: 8px;
  text-align: center;
  font-size: 15px;
  line-height: 1.25;
}

.p-rental__att {
  margin-top: 16px;
  color: #df001e;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-rental .c-heading::before {
    left: calc(50% - 150px);
    width: 20px;
    height: 46px;
  }

  .p-rental .c-heading::after {
    right: calc(50% - 150px);
    width: 23px;
    height: 46px;
  }

  .p-rental__image {
    margin: 40px auto;
  }

  .p-rental__copy {
    margin-top: 24px;
    font-size: 20px;
  }

  .p-rental__read {
    margin-top: 16px;
    font-size: 16px;
  }

  .p-rental__read span {
    display: inline-block;
  }

  .p-rental__heading {
    font-size: 22px;
  }

  .p-rental__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 32px;
  }

  .p-rental__area {
    width: 80px;
    margin: -16px auto 0;
    font-size: 13px;
  }

  .p-rental__name {
    margin-top: 8px;
    font-size: 16px;
  }

  .p-rental__place {
    margin-top: 8px;
    font-size: 14px;
  }
}

/* support
---------------------------------------------------------------- */
.p-support__read {
  margin-top: 24px;
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.p-support__contents {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  padding: 40px;
  background-color: #f8fdff;
  border-radius: 20px;
}

.p-support__icon {
  flex-shrink: 0;
  align-items: flex-start;
  width: 240px;
  margin-right: 56px;
}

.p-support__list {
  align-self: center;
}

.p-support__item {
  display: flex;
}

.p-support__item + .p-support__item {
  margin-top: 8px;
}

.p-support__num {
  display: inline-block;
  margin-right: 8px;
  font-family: var(--fontEn);
  color: var(--primary);
  font-size: 32px;
  font-weight: 900;
}

.p-support__text {
  align-self: center;
  font-size: 18px;
}

.p-support__att {
  margin-top: 16px;
  color: var(--red);
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-support__read {
    font-size: 16px;
  }

  .p-support__contents {
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
    padding: 24px;
  }

  .p-support__icon {
    width: 160px;
    margin-right: 0;
  }

  .p-support__list {
    align-self: center;
    margin-top: 24px;
  }

  .p-support__item {
    display: flex;
  }

  .p-support__item + .p-support__item {
    margin-top: 8px;
  }

  .p-support__num {
    display: inline-block;
    margin-right: 8px;
    font-family: var(--fontEn);
    color: var(--primary);
    font-size: 24px;
    font-weight: 900;
  }

  .p-support__text {
    align-self: center;
    font-size: 14px;
  }
}

/* header_inner
---------------------------------------------------------------- */
.p-headerInner {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 32px 32px;
  background-color: var(--primary);
  z-index: 100;
}

.p-headerInner__logo {
  height: 50px;
}

.p-headerInner__logo img {
  width: auto;
  height: 100%;
}

.p-headerInner__nav {
  align-self: center;
}

.p-globalNav {
  display: flex;
}

.p-globalNav__item {
  margin-left: 16px;
}

.p-globalNav__item + .p-globalNav__item {
  padding-left: 16px;
  border-left: 1px solid #fff;
}

.p-globalNav__link {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  transition: opacity 0.3s;
}

.p-hamburger__btn {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-globalNav__link:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-headerInner {
    padding: 16px;
  }

  .p-headerInner__logo {
    position: relative;
    height: 35px;
    z-index: 10;
  }

  .p-hamburger__btn {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 36px;
    z-index: 10;
  }

  .p-hamburger__line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    margin: auto;
    background-color: var(--primary);
    border-radius: 2px;
    transition: 0.3s;
  }

  .p-hamburger__line::before,
  .p-hamburger__line::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary);
    border-radius: 2px;
    transition: 0.3s;
  }

  .p-hamburger__line::before {
    top: -5px;
  }

  .p-hamburger__line::after {
    top: 5px;
  }

  .is-active .p-hamburger__line {
    background-color: transparent;
  }

  .is-active .p-hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
  }

  .is-active .p-hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .p-headerInner__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 90%;
    height: 100%;
    max-width: 280px;
    padding: 100px 5vw;
    background-color: var(--primary);
    transition: right 0.5s;
  }

  .is-active .p-headerInner__nav {
    right: 0;
  }

  .p-globalNav {
    display: block;
  }

  .p-globalNav__item + .p-globalNav__item {
    margin-top: 32px;
    padding-left: 0;
    border-left: none;
  }
}

/* news
---------------------------------------------------------------- */
.p-news__list {
  margin-top: 80px;
}

.p-news__item + .p-news__item {
  margin-top: 32px;
}

.p-news__link {
  display: flex;
  transition: opacity 0.3s;
}

.p-news__thum {
  width: 216px;
  height: 120px;
  object-fit: contain;
  margin-right: 32px;
}

.p-news__txtBox {
  flex: 1;
  align-self: center;
}

.p-news__date {
  font-size: 14px;
}

.p-news__title {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-news__link:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-news__list {
    margin-top: 64px;
  }

  .p-news__item + .p-news__item {
    margin-top: 24px;
  }

  .p-news__thum {
    width: 100px;
    height: 70px;
    object-fit: contain;
    margin-right: 16px;
  }

  .p-news__txtBox {
    flex: 1;
    align-self: center;
  }

  .p-news__date {
    font-size: 12px;
  }

  .p-news__title {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.5;
  }
}

/* article
---------------------------------------------------------------- */
.p-article {
  margin-top: 80px;
}

.p-article__thum {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto 40px;
}

.p-article__date {
  font-size: 16px;
}

.p-article__title {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.p-article__body {
  margin-top: 40px;
}

.p-article__body > p {
  font-size: 16px;
  line-height: 1.5;
}

.p-article__body > p strong {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 18px;
}

.p-article__body a {
  color: var(--primary);
  transition: 0.3s;
}

.p-article__body > p + p {
  margin-top: 20px;
}

/* 2250326追記 */

.p-article__body ul,
.p-article__body ol {
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.p-article__body ul {
  list-style-type: disc;
}

.p-article__body ol {
  list-style-type: decimal;
}

.p-article__body ul + ul,
.p-article__body ol + ol,
.p-article__body ul + ol,
.p-article__body ol + ul {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .p-article__body a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-article {
    margin-top: 64px;
  }

  .p-article__thum {
    margin: 0 auto 32px;
  }

  .p-article__date {
    font-size: 14px;
  }

  .p-article__title {
    margin-top: 4px;
    font-size: 18px;
  }

  .p-article__body {
    margin-top: 32px;
  }

  .p-article__body > p {
    font-size: 14px;
  }

  .p-article__body > p strong {
    font-size: 16px;
  }
}

/* faq
---------------------------------------------------------------- */
.p-faq__list {
  margin-top: 80px;
}

.p-faq__item {
  border: 1px solid #ccc;
  /* padding: 24px 32px; */
  border-radius: 10px;
}

.p-faq__item + .p-faq__item {
  margin-top: 32px;
}

.p-faq__question {
  position: relative;
  padding: 24px 128px 24px 92px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
}

.p-faq__question::before {
  content: "Q";
  position: absolute;
  top: 8px;
  left: 32px;
  color: var(--red);
  font-family: var(--fontEn);
  font-size: 40px;
  font-weight: 900;
}

.p-faq__question i {
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto;
}

.p-faq__question i::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  margin: auto;
  background-color: #2c5e80;
}

.p-faq__question i::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 4px;
  height: 100%;
  margin: auto;
  background-color: #2c5e80;
}

.is-open.p-faq__question i::after {
  content: none;
}

.p-faq__answer {
  position: relative;
  display: none;
  padding: 0 128px 24px 92px;
  font-size: 18px;
  line-height: 1.75;
}

.p-faq__answer::before {
  content: "A";
  position: absolute;
  top: -12px;
  left: 32px;
  color: var(--primary);
  font-family: var(--fontEn);
  font-size: 40px;
  font-weight: 900;
}

.p-faq__answer a {
  color: var(--primary);
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .p-faq__list {
    margin-top: 64px;
  }

  .p-faq__item {
    border-radius: 10px;
  }

  .p-faq__item + .p-faq__item {
    margin-top: 24px;
  }

  .p-faq__question {
    padding: 16px 46px 16px 56px;
    font-size: 16px;
  }

  .p-faq__question::before {
    top: 4px;
    left: 16px;
    font-size: 28px;
  }

  .p-faq__question i {
    right: 16px;
    width: 16px;
    height: 16px;
  }

  .p-faq__question i::before {
    height: 2px;
  }

  .p-faq__question i::after {
    width: 2px;
  }

  .p-faq__answer {
    padding: 0 46px 16px 56px;
    font-size: 14px;
  }

  .p-faq__answer::before {
    top: -12px;
    left: 16px;
    font-size: 28px;
  }
}

/* event
---------------------------------------------------------------- */
.p-hero__event {
  width: 100%;
  padding-top: 54%;
  background: url(../img/event/heading.webp) no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.p-hero__event .p-hero__copy {
  width: 48vw;
  top: 45%;
  left: auto;
  right: 4vw;
  transform: translateY(-50%);
  z-index: 3;
}

.p-hero__event::after {
  content: "";
  width: 100%;
  height: 15%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0.9) 70%,
    #fff 100%
  );
  z-index: 2;
}

.p-event__read {
  padding-top: 4vw;
  padding-bottom: 15vw;
  position: relative;
  z-index: 2;
}

.p-event__read .p-illust01 {
  position: absolute;
  top: -6vw;
  left: 2vw;
  width: 10vw;
}

.p-event__read .p-illust02 {
  position: absolute;
  bottom: 1vw;
  right: 0;
  width: 12vw;
}

.p-event__read .p-illust03 {
  position: absolute;
  top: -4vw;
  right: 6vw;
  width: 11vw;
}

.p-event__read .p-illust04 {
  position: absolute;
  bottom: 2vw;
  left: 2vw;
  width: 16vw;
}

.p-event__read .p-partners__text {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-hero__event .p-hero__copy {
    width: 50vw;
  }
  .p-event__read {
    padding-bottom: 25vw;
  }

  .p-event__read .p-partners__text {
    font-size: 14px;
  }

  .p-event__read .p-illust01 {
    position: absolute;
    top: -6vw;
    left: 2vw;
    width: 14vw;
  }

  .p-event__read .p-illust02 {
    position: absolute;
    bottom: 1vw;
    right: 0;
    width: 16vw;
  }

  .p-event__read .p-illust03 {
    position: absolute;
    top: -4vw;
    right: 4vw;
    width: 14vw;
  }

  .p-event__read .p-illust04 {
    position: absolute;
    bottom: 2vw;
    left: 2vw;
    width: 20vw;
  }

  .sp {
    display: block;
  }
}

.p-ambassador__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 30px;
  margin-top: 56px;
}
.p-ambassador__item picture img {
  border-radius: 27px;
  /*border-radius: 46% 38% 44% 30% / 42% 30% 46% 35%;*/
}
/*
.p-ambassador__item:nth-child(even) picture img {
  border-radius: 46% 27% 24% 53% / 40% 50% 31% 50%;
}
*/

.p-ambassador__type {
  position: relative;
  display: block;
  width: 130px;
  margin: -16px auto 0;
  line-height: 37px;
  padding: 0 10px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  z-index: 10;
}

.p-ambassador__type.-ski::before {
  content: "";
  background: url(../img/event/ski-icon.svg) no-repeat center/cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.p-ambassador__type.-snowboard {
  width: 160px;
}

.p-ambassador__type.-snowboard::before {
  content: "";
  background: url(../img/event/snowboard-icon.svg) no-repeat center/cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.p-ambassador__name {
  margin-top: 8px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.p-ambassador__name span {
  font-size: 18px;
  padding-left: 5px;
}

.p-ambassador__profile {
  margin-top: 8px;
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-ambassador__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-top: 32px;
  }

  .p-ambassador__type {
    margin: -15px auto 0;
    font-size: 13px;
    line-height: 30px;
  }

  .p-ambassador__type.-ski {
    width: 100px;
  }

  .p-ambassador__type.-snowboard {
    width: 130px;
  }

  .p-ambassador__type.-ski::before,
  .p-ambassador__type.-snowboard::before {
    width: 20px;
    height: 20px;
    top: 5px;
  }

  .p-ambassador__name {
    margin-top: 8px;
    font-size: 16px;
  }

  .p-ambassador__name span {
    font-size: 14px;
  }

  .p-ambassador__profile {
    font-size: 14px;
  }

  .p-ambassador__item picture img {
    border-radius: 15px;
  }
}

.p-event__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 56px;
}

.p-event__item {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  padding-bottom: 30px;
}

.p-event__item .c-btn__wrap {
  margin-top: auto;
  width: 100%;
}

.p-event__item img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}

.p-event__txtblock {
  width: 100%;
  padding: 24px;
}

.p-event__date {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 20px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
}

.p-event__type {
  display: inline-block;
  margin-right: 16px;
  padding: 0 10px;
  line-height: 30px;
  background-color: var(--primary);
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
}

.p-event__type.-ski::before {
  content: "";
  background: url(../img/event/ski-icon.svg) no-repeat center/cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.p-event__type.-snowboard::before {
  content: "";
  background: url(../img/event/snowboard-icon.svg) no-repeat center/cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.p-event__name {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  vertical-align: middle;
  margin-top: 5px;
}

.p-event__title {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.p-event__read02 {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 20px;
}

.p-event__info {
  font-size: 14px;
  line-height: 1.6;
  padding-top: 20px;
  border-top: 1px dotted #707070;
}

.p-event__info dt {
  float: left;
  font-weight: normal;
}

.p-event__wrap {
  padding-top: 80px;
}

.c-btn__yel {
  padding: 15px 80px;
  background-color: var(--ye);
  color: var(--primary);
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .c-btn__yel:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-event__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-top: 40px;
  }

  .p-event__item .c-btn__wrap {
    margin-top: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-event__item .c-btn {
    width: 90%;
  }
  .p-event__txtblock {
    padding: 16px;
  }

  .p-event__date {
    margin-right: 8px;
    padding: 6px 10px;
    font-size: 12px;
    vertical-align: middle;
  }
  .p-event__name {
    display: block;
    margin-top: 4px;
    font-size: 18px;
  }

  .p-event__title {
    font-size: 16px;
  }

  .p-event__read02 {
    margin-top: 8px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .p-event__info {
    font-size: 14px;
    padding-bottom: 20px;
  }

  .c-btn__yel {
    width: 100%;
    padding: 15px 0;
    background-color: var(--ye);
    color: var(--primary);
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }

  .p-event__type {
    margin-right: 6px;
    line-height: 25px;
    border-radius: 30px;
    font-size: 14px;
  }

  .p-event__type.-ski::before {
    width: 16px;
    height: 16px;
    top: 3px;
  }

  .p-event__type.-snowboard::before {
    width: 16px;
    height: 16px;
    top: 3px;
  }
}

/* ---------------------------------------------------------------
 - Utility
---------------------------------------------------------------- */
.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.u-red {
  color: var(--red) !important;
}

.u-center {
  text-align: center;
}

.u-sp {
  display: none;
}

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

/* 2024追加修正 */
.p-event__att {
  font-size: 1rem;
  margin-top: 1rem;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-event__att {
    font-size: 0.75rem;
    padding-left: 20px;
  }
}
.p-event__list {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-event__list {
    margin-top: 25px;
  }
}
