@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.js-body {
  position: fixed;
  content: "";
  inset: 0;
  background-color: #00000066;
  /* z-index: 12; */
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: 1s ease;
}

.is-open .js-body {
  opacity: 1;
}

.header {
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 28px;
  z-index: 100;
  position: relative;
  box-shadow: 0 0 10px #33333317;
  box-sizing: border-box;
}

.gnav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;

  @media (width >= 1000px) {
    gap: 10px;
  }

  @media (width >= 1200px) {
    gap: 42px;
  }
}

.gnav-item-bottom {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  min-width: 768px;
  left: 50%;
  translate: -50% 0;
  background-color: #fff;
  padding: 30px 50px;
  border-radius: 30px;
  transition: 1s ease;
}

.gnav-item-bottom__heading {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.gnav-item-bottom__sub__head {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.gnav-item-bottom__sub__list {
  padding-left: 10px;

  li {
    a {
      line-height: 2;
    }
  }
}

.gnav-item-bottom__wrap {
  display: flex;
  gap: 38px;
}

.is-open {
  .gnav-item-bottom {
    opacity: 1;
    pointer-events: all;
  }
}

.gnav-list {
  display: none;

  @media (width >= 1020px) {
    display: flex;
    gap: 10px;
    position: relative;
    z-index: 1;
  }
  @media (width >= 1200px) {
    gap: 42px;
  }
}

.gnav-item {
  position: relative;
  font-size: 1.8rem;

  @media (width >= 1020px) {
    font-size: 16px;
  }

  @media (width >= 1200px) {
    font-size: 1.8rem;
  }

  a {
    color: #2d2d2d;
    display: block;
    position: relative;
    line-height: 1.5;
  }

  a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #2d2d2d;
    transition: 0.2s ease;
  }

  a:hover::before {
    width: 100%;
  }
}

.gnav-cat {
  background-color: #c8204e;
  display: grid;
  place-content: center;
  color: #fff;
  min-width: 211px;
  padding: 16px 30px;
  border-radius: 100vmax;
  height: 50px;
  font-size: 1.8rem;
  transition: 0.2s ease;
}

.gnav-cat:hover {
  background-color: #009743;
}

/* ガイドブックはこちら */
.gnav-cat__guide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  inline-size: fit-content;
  width: min(calc(100% - 16px * 2), 360px);
  height: 66px;
  background: #e9a53b;
  border-radius: 60px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 16px 10px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  user-select: none;
  touch-action: manipulation;
  transition: 0.2s ease;
}

.gnav-cat__guide img {
  width: 28px;
  height: 28px;
}

@media (any-hover: hover) {
  .gnav-cat__guide:hover {
    background-color: #009743;
  }
}

/* header,drawer */
.gnav-cat__guide--drawer {
  margin-top: 34px;
  gap: 6.79px;
  box-shadow: none;
  color: #fff;
  width: min(100%, 280px);
  border-radius: 100vmax;
  height: 60px;
  font-size: 16px;
  transition: 0.2s ease;

  @media (width >= 768px) {
    margin-top: 0;
    min-width: 254px;
    height: 50px;
  }
}

.gnav-cat__guide.gnav-cat__guide--drawer {
  @media (width >= 768px) {
    padding: 16px 26.74px;
  }
}

.gnav-cat__guide--drawer img {
  width: 28px;
  height: 28px;

  @media (width >= 768px) {
    width: 25.4px;
    height: 25.4px;
  }
}

.gnav-cat__wrapper {
  display: contents;

  @media (width >= 768px) {
    display: flex;
    gap: 11.5px;
    width: fit-content;
  }
}

.gnav-cat__guide--page {
  margin-top: 25px;
  margin-inline: auto;
  width: 100%;
  text-align: center;

  @media (width >= 768px) {
    display: none;
  }
}

.inner {
  padding: 80px 0;
  width: min(1240px, calc(100% - 32px));
  margin-inline: auto;
}

.mv {
  position: relative;
  width: 100vw;
  background-color: #fff;
}

.intro {
  position: relative;
  z-index: 1;
  padding-bottom: 28px;

  @media (width >= 768px) {
    padding-bottom: 0;
  }
}

.intro-dot {
  position: absolute;
  opacity: 0;
  transition: 0.4s ease;
  transition-delay: 0.6s;
  translate: 0 10px;
  z-index: -1;
}

.intro-dot.-item01 {
  bottom: -100px;
  left: -140px;
}

.intro-dot.-item02 {
  bottom: -150px;
  right: -77px;
}

.animated.intro-dot.-item01,
.animated.intro-dot.-item02 {
  opacity: 1;
  translate: 0 0;
}

.intro-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 0 40px;
  text-align: center;
  max-width: 900px;
  margin-inline: auto;
  box-shadow: 0 0 34px #00000026;
}

.intro-img {
  position: absolute;
  opacity: 0;
  translate: 0 -10px;
  transition: 1s ease;
  transition-delay: 1s;

  img {
    width: 50%;
  }
}

.animated.intro-img.-item01,
.animated.intro-img.-item02,
.animated.intro-img.-item03,
.animated.intro-img.-item04,
.animated.intro-img.-item05,
.animated.intro-img.-item06 {
  opacity: 1;
  translate: 0 0;
}

.intro-img.-item01 {
  top: 90px;
  left: 18px;
}

.intro-img.-item02 {
  bottom: 110px;
  left: -200px;
  transition-delay: 1.2s;
}

.intro-img.-item03 {
  bottom: -30px;
  left: 18px;
  transition-delay: 1.4s;
}

.intro-img.-item04 {
  bottom: 66px;
  right: 78px;
}

.intro-img.-item05 {
  top: 22px;
  right: -200px;
  transition-delay: 1.2s;
}

.intro-img.-item06 {
  bottom: 22px;
  right: -100px;
  transition-delay: 1.2s;
}

.intro-note {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.2;
  text-align: center;
  letter-spacing: 0.05em;
}

.intro-title {
  display: flex;
  flex-direction: column;
  align-items: center;

  span {
    display: block;
    line-height: 3;
  }
}

.c-marker {
  position: relative;
  z-index: 1;
}

.c-marker::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(transparent 70%, #e5df57 0%);
  display: inline;
  padding: 0 1px 0px;
  z-index: -1;
  transition: 0.4s ease;
}

.animated.c-marker::before {
  width: 100%;
}

.second-heading {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 6.2rem;
  width: fit-content;
  margin-inline: auto;
  /* background: linear-gradient(transparent 60%, #e5df57 0%); */
}

.pick-copy01 {
  margin-top: 42px;
  text-align: center;
}

.pick-copy02 {
  margin-block-start: 0.75em;
  text-align: center;
  width: min(100%, 507px);
  margin-inline: auto;

  @media (width >= 768px) {
    margin-block-start: 0;
  }
}

.pick-list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px 80px;
}

.pick-img {
  position: relative;

  figure {
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 0 34px #0000001a;

    img {
      transition: 0.2s ease;
    }
  }
}

.pick {
  position: relative;
}

.pick-img-number {
  display: grid;
  place-content: center;
  position: absolute;
  top: -50px;
  left: -50px;
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  font-family: "Montserrat", sans-serif;
  /*  font-weight: bold; */
  font-weight: 600;
  background-color: #fff;
  font-size: 4.6rem;
  color: #009743;
  z-index: 1;
}

.pick-head {
  position: relative;
  margin-top: 15px;
}

.pick-link {
  color: #232323;

  p {
    font-weight: 500;
    line-height: 1.4;

    text-align: left;

    font-size: 1.8rem;
  }
}

.pick-link:hover {
  .schedule-button {
    img {
      translate: 3px 0;
    }
  }

  .pick-img {
    img {
      scale: 1.1;
    }
  }
}

.third-heading {
  margin-top: 8px;
  font-size: 3.2rem;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 600;
  line-height: 1.4;

  span {
    border: 2px solid #656565;
    border-radius: 5px;
    padding: 3px 14px;
    gap: 10px;
    font-weight: 500;
    font-size: 1.7rem;
    letter-spacing: 0.03em;
  }
  .-required {
    border: 2px solid #c8204e;
    background-color: #c8204e;
    color: #fff;
  }
}
.third-heading.-col {
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.required-wrap {
  display: flex;
  gap: 10px;
}
.schedule-list {
  margin-top: 13px;
  display: grid;
  gap: 8px;
  padding-right: 60px;
}
@media screen and (min-width: 768px) {
  .organizations .schedule-list {
    margin-top: 0;
  }
}
.organizations .schedule-list {
  padding-right: 0px;
}
.schedule-item {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  line-height: 1.5;

  span {
    font-size: 1.3rem;
    background-color: #e5df574d;
    padding: 0.3em 0.5em;
    border-radius: 4px;
    white-space: nowrap;
  }
}

.schedule-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  background-color: #fff;
  border: 1px solid #c8204e;
  display: grid;
  place-content: center;
  img {
    width: 21px;
    transition: 0.2s ease;
  }
}

.outline {
  position: relative;
}

.outline-dot {
  position: absolute;
  opacity: 0;
  transition: 0.4s ease;
  transition-delay: 0.6s;
  translate: 0 10px;
}

.outline-dot.-item03 {
  position: absolute;
  bottom: -140px;
  right: -74px;
  z-index: -1;
}

.outline-dot.-item04 {
  position: absolute;
  bottom: -230px;
  left: -74px;
}

.animated.outline-dot.-item03,
.animated.outline-dot.-item04 {
  opacity: 1;
  translate: 0 0;
}

.outline-inner {
  margin-top: 80px;
  background-color: #e4df57;
  border-radius: 30px;
  padding: 32px;
}

.outline-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  gap: 52px 27px;
}

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

.fit-img.thumb-img {
    height: 303px;
    object-fit: cover;  
}

.outline-item {
  position: relative;
  transition: 0.2s ease;
}

.outline-item:hover {
  filter: drop-shadow(0 4px 10px #00000026);

  .outline-item-balloon {
    translate: -50% -5px;
  }
}

.outline-item-balloon {
  position: absolute;
  top: -10px;
  left: 50%;
  translate: -50% 0;
  transition: 0.2s ease;
}

.outline-item:nth-of-type(1) {
  grid-column: 1/4;
}

.outline-item:nth-of-type(2) {
  grid-column: 4/7;
}

.outline-item:nth-of-type(3) {
  grid-column: 1/3;
}

.outline-item:nth-of-type(4) {
  grid-column: 3/5;
}

.outline-item:nth-of-type(5) {
  grid-column: 5/7;
}

.second-heading-sub {
  margin-top: 14px;
  text-align: center;
  font-size: 2rem;
}

.access {
  position: relative;
}

.access-img {
  position: absolute;
  opacity: 0;
  translate: 0 -10px;
  transition: 1s ease;
  transition-delay: 0.2s;

  img {
    width: 50%;
  }
}

.access-img.-item04 {
  top: 70px;
  right: 353px;
}

.access-img.-item03 {
  top: 120px;
  right: 130px;
  transition-delay: 0.4s;
}

.animated.access-img.-item03,
.animated.access-img.-item04 {
  opacity: 1;
  translate: 0 0;
}

.access-item {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.access-item + .access-item {
  margin-top: 200px;
}

.access-item:nth-of-type(even) {
  align-items: flex-start;

  .access-item-textarea {
    order: -1;
    translate: 0 -50px;
    margin-right: -100px;
    padding: 64px;
  }
}

.access-item:nth-of-type(odd) {
  .access-item-textarea {
    margin-left: -30px;
    translate: 0 50px;
  }
}

.access-item-textarea {
  background-color: #f8f8f8;
  border-radius: 30px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 100px;
}

.access-item-heading {
  font-size: 26px;
  font-weight: 600;
}

.note02 {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 2;

  span {
    color: #c8204e;
  }

  a {
    color: #c8204e;
    border-bottom: 1px solid #c8204e;
  }
}

.img-shadow {
  filter: drop-shadow(0 0 34px #0000001a);
}

.access-item-img {
  position: relative;
  z-index: 1;
}

.access-item-link {
  color: #232323;
  border-bottom: 1px solid #232323;
  display: block;
  width: fit-content;
  margin: 20px 56px 0 auto;
  translate: 0.2s;
}

.access-item-link:hover {
  border-bottom: 1px solid #23232300;
}

.join {
  position: relative;
  z-index: 1;
}

.join-dot {
  position: absolute;
  bottom: -177px;
  right: -70px;
  z-index: -1;
  opacity: 0;
  transition: 0.4s ease;
  transition-delay: 0.6s;
  translate: 0 10px;
}

.animated.join-dot {
  opacity: 1;
  translate: 0 0;
}

.join-en {
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 5vw;
  color: #3a3a3a80;
  font-weight: 600;
}

.join-en01 {
  white-space: nowrap;
  animation: loop 100s -50s linear infinite;
}

.join-en02 {
  white-space: nowrap;
  animation: loop 100s -50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(50%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-200%);
  }
}

.join-head {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background-color: #e5df57;
  text-align: center;
}

.join-heading {
  padding: 0.5em;
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 0;
}

.join-flex {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-end;
}

.join-textarea {
  padding-left: 48px;

  p {
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
  }
}

.join-link {
  margin-top: 36px;
  background-color: #c8204e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 106px;
  font-size: 2.6rem;
  border-radius: 100vmax;
  gap: 17px;
  padding: 0 10px;
  transition: 0.2s ease;
  filter: drop-shadow(0 16px 6px #23232329);
}

.join-link:hover {
  background-color: #009743;
}

/* join-cta */
.join-cta {
  width: 100%;
  margin-inline: auto;
  text-align: center;
}

.join-cta__btn {
  --padding-inline: 16px;
  --max-content-width: 1080px;

  position: relative;
  display: inline-block;
  inline-size: min(
    calc(100% - var(--padding-inline) * 2),
    var(--max-content-width)
  );
  padding-block-start: 22px;
  padding-block-end: 38.5px;
  border-radius: 30px;
  background: #c8204e;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  user-select: none;
  touch-action: manipulation;
  transition: all 0.3s ease;

  @media (width >= 768px) {
    --padding-inline: 20px;
  }
}

/* hover時の黒マスク */
.join-cta__btn::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  border-radius: inherit;
  transition: all 0.3s ease;
  z-index: 3;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(200, 32, 78, 0.6);
  }
  70% {
    box-shadow: 0 0 0 13px rgba(200, 32, 78, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(200, 32, 78, 0);
  }
}

@media (any-hover: hover) {
  .join-cta__btn:hover {
    transform: scale(0.985);
    animation: ripple 1.5s infinite;
    box-shadow: none;
  }

  .join-cta__btn:hover::before {
    background: rgba(0, 0, 0, 0.2);
  }
}

.join-cta__btn-inner {
  --padding-inline: 16px;
  --max-content-width: 758px;

  width: min(calc(100% - var(--padding-inline) * 2), var(--max-content-width));
  margin-inline: auto;
}

.join-cta__btn-heading {
  margin-block-start: 10px;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1.08px;

  @media (width >= 375px) {
    font-size: 3rem;
  }

  @media (width >= 430px) {
    font-size: 3.2rem;
  }

  @media (width >= 768px) {
    margin-block-start: 10px;
  }

  @media (width >= 830px) {
    font-size: 3.6rem;
  }
}

.join-cta__btn-heading span {
  display: inline-block;
}

.join-cta__btn-heading span + span {
  margin-block-start: 0.3em;

  @media (width >= 768px) {
    margin-block-start: 0;
  }
}

.join-cta__btn-heading-pop {
  width: min(100%, 467px);
  margin-inline: auto;
  transform: translateY(16px);
}

.join-cta__btn-item-wrap {
  margin-block-start: 20px;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  column-gap: 51px;
  row-gap: 18px;

  @media (width >= 768px) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.join-cta__btn-img {
  width: 100%;
  height: 100%;
  margin-inline: auto;
  aspect-ratio: 353 / 190;
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.join-cta__btn-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.join-cta__btn-text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%; /* 32px */
  text-align: center;

  @media (width >= 768px) {
    text-align: left;
  }
}

.join-cta__btn-text p span {
  display: inline-block;
}

.contents-heading {
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
}

.second-heading-sub + .contents-heading {
  margin-top: 110px;
}

.c-list {
  margin-top: 53px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 62px;
  margin-bottom: 62px;
}

.organizations .c-list {
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: repeat(auto-fill, minmax(min(368px, 100%), 1fr));
  row-gap: 50px;
  padding-bottom: 32px;
}

.organizations__text {
  color: #000;
  display: grid;
  place-content: center;
  inline-size: fit-content;
  margin-inline: auto;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  padding-block: 6px;
  padding-inline: 33px;
  border-radius: 5px;
  background: #f0f0f0;

  @media (width >= 768px) {
    margin-block-start: 42px;
  }
}

.organizations__text img {
  width: 29px;
  height: 29px;
}

.organizations .c-list__fc.mt-md {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .organizations .c-list {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .organizations .c-list__fc {
    margin-top: 60px;
    padding-top: 0;
  }
}

@media screen and (min-width: 830px) {
  .organizations .c-list {
    column-gap: 50px;
  }

  .organizations .c-item-link {
    padding: 0.5em 0;
  }
}

.c-list.-small {
  width: 100%;
  max-width: 910px;
  margin-inline: auto;
  gap: 132px;
}
.c-item-link {
  display: block;
  position: relative;
  color: #232323;
  border-radius: 30px;
  padding: 25px;
  transition: 0.2s ease;

  .schedule-button {
    background: transparent;
    top: unset;
    bottom: 25px;
    right: 25px;

    img {
      transition: 0.2s ease;
    }
  }
}

.c-item-link {
  .schedule-button.-static {
    display: block;
    position: static;
    margin-left: auto;
  }
}

.c-item-link:hover {
  background-color: #f7f7f7;

  .c-img {
    img {
      scale: 1.1;
    }
  }

  .schedule-button {
    img {
      translate: 3px 0;
    }
  }
}

.c-item-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .c-item-flex {
    gap: 18px;
  }
}

.c-textarea01 {
  font-size: 1.8rem;
  /*  font-weight: bold; */
  font-weight: 600;
  line-height: 1.4;
}

.c-textarea02 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.c-textarea03 {
  border: 2px solid #656565;
  padding: 0.3em 0.5em;
  border-radius: 4px;
  width: fit-content;
  font-size: 1.2rem;
}

.c-textarea {
  display: flex;
  flex-direction: column;
  /* gap: 16px; */
  gap: 11px;
}

.c-img {
  overflow: hidden;
  border-radius: 30px;
  filter: drop-shadow(0 0 34px #0000001a);
  min-width: 140px;
  max-width: 140px;
  aspect-ratio: 1/1;

  img {
    transition: 0.2s ease;
  }
}

@media screen and (max-width: 767px) {
  .c-img {
    max-width: none;
  }
}

.c-item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;

  .c-img {
    width: 100%;
    aspect-ratio: auto;
  }
}
.c-item.-small {
  margin-top: 20px;
  width: 100%;
  max-width: 478px;
  margin-inline: auto;
}
.c-item-wide {
  margin-top: 60px;

  .c-textarea {
    padding: 0 24px;

    .schedule-button {
      top: 50%;
      translate: 0 -50%;
      bottom: unset;
    }
  }
}

.c-textarea-flex {
  display: flex;
  align-items: center;
  gap: 110px;
}

.year-note {
  margin-top: 34px;
  font-size: 2.2rem;
}

.year {
  margin-top: 100px;
  text-align: center;
}

.year02 {
  margin-top: 10px;
}

.cta-heading {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
}

.cta {
  position: relative;
  z-index: 1;
}

.cta-link {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 562px;
  border-radius: 100vmax;
  background-color: #f7f7f7;
  height: 83px;
  font-size: 1.8rem;
  color: #232323;
  gap: 14px;
  margin-inline: auto;
  transition: 0.2s ease;
}
/* .cta-link:last-of-type{
    margin-bottom: 100px;
} */

.cta-link:hover {
  background-color: #0866ff99;
  color: #fff;
}

.cta-banner-list {
  margin-block-start: 40px;
  width: min(100%, 1080px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  /* column-gap: 24px; */
  row-gap: 32px;
}

@media screen and (min-width: 768px) {
  .cta-banner-list {
    display: block;
  }
}

/* pc時5列 */
.cta-banner-list__column {
  display: contents; /* スマホ時はhtml非表示 */
}

/* pcサイズから表示 */
@media screen and (min-width: 768px) {
  .cta-banner-list__column {
    display: grid;
    align-items: center;
    column-gap: 35px;
    width: 100%;
    margin-inline: auto;
    grid-template-columns: repeat(5, 1fr);
  }

  /* pc時4列 */
  .cta-banner-list__column--4 {
    grid-template-columns: repeat(4, 1fr);
  }

  /* pc時5列 */
  .cta-banner-list__column--5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .cta-banner-list__column + .cta-banner-list__column {
    margin-block-start: 35px;
  }

  .cta-banner-list__column:nth-of-type(1),
  .cta-banner-list__column:nth-of-type(3) {
    width: 90%;
  }

  .cta-banner-list__column:nth-of-type(4),
  .cta-banner-list__column:nth-of-type(9) {
    width: 86%;
  }

  .cta-banner-list__column:nth-of-type(7) {
    width: 95%;
  }
}

.cta-banner__link {
  width: 87%;
  height: auto;
  justify-self: center;
}

.cta-banner__link img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* 横幅いっぱいのアイテム */
.cta-banner__link--max_width {
  grid-column: span 2;
  width: 60%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .cta-banner__link {
    width: 96%;
  }
  .cta-banner__link--max_width {
    grid-column: auto;
    width: 100%;
  }
}

.opening {
  position: fixed;
  inset: 0;
  background-color: #fff;
  z-index: 1000;
  display: grid;
  place-items: center;
  animation: openingAni 0.5s ease 1.3s forwards;
  pointer-events: none;
}

.opening-logo {
  width: 227px;
}

@keyframes openingAni {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.triangle {
  position: absolute;
  overflow: hidden;
}

.animated .triangle.-item01,
.animated .triangle.-item02,
.animated .triangle.-item03,
.animated .triangle.-item04 {
  scale: 1 1;
}

.triangle.-item01 {
  scale: 1 0;
  top: -10vw;
  left: 0;
  width: 20vw;
  height: 100vw;
  background-color: #e9a43b;
  z-index: 1;
  rotate: 25deg;
  transition: 1s ease;
  transform-origin: top left;
  transition-delay: 1.6s;
}

.triangle.-item02 {
  scale: 1 0;
  bottom: -10vw;
  right: 0;
  width: 20vw;
  height: 100vw;
  background-color: #e9a43b;
  z-index: 1;
  rotate: 25deg;
  transition: 1s ease;
  transform-origin: bottom left;
  transition-delay: 1.6s;
}

.triangle.-item03 {
  scale: 1 0;
  bottom: -10vw;
  left: 0;
  width: 20vw;
  height: 100vw;
  background-color: #e5df57;
  rotate: -25deg;
  transition: 1s ease;
  transform-origin: bottom left;
  transition-delay: 1.8s;
  z-index: 1;
}

.triangle.-item04 {
  scale: 1 0;
  top: -10vw;
  right: 0;
  width: 20vw;
  height: 100vw;
  background-color: #e5df57;
  rotate: -25deg;
  transition: 1s ease;
  transform-origin: top left;
  transition-delay: 1.8s;
  z-index: 1;
}

.mv {
  overflow: clip;
}

.kv-copy {
  position: absolute;
}

.kv-copy.-item01 {
  top: 0;
  left: 50%;
  translate: -50% -10px;
  width: 90vw;
  z-index: 2;
  opacity: 0;
  transition: 1s ease;
  transition-delay: 2.4s;
}

.kv-copy.-item02 {
  top: 20%;
  left: 50%;
  translate: -50% -10px;
  width: 100vw;
  z-index: 2;
  opacity: 0;
  transition: 1s ease;
  transition-delay: 2.6s;
}

.animated .kv-copy.-item01,
.animated .kv-copy.-item02 {
  opacity: 1;
  translate: -50% 0;
}

.animated .kv-copy.-item03,
.animated .kv-copy.-item04 {
  opacity: 1;
  translate: 0 0;
}

.kv-copy.-item03 {
  top: 20vw;
  right: 23vw;
  width: 23vw;
  z-index: 2;
  opacity: 0;
  translate: -10% 0;
  transition: 1s ease;
  transition-delay: 2.8s;
}

.kv-copy.-item04 {
  top: 21vw;
  right: 0vw;
  width: 40vw;
  z-index: 2;
  opacity: 0;
  translate: -10% 0;
  transition: 1s ease;
  transition-delay: 2.8s;
}

.kv-obi {
  position: absolute;
  bottom: 5%;
  left: 50%;
  translate: -54% 0;
  width: 80vw;
  z-index: 1;
  opacity: 0;
  transition: 1s ease;
  transition-delay: 3s;
}

.animated .kv-obi {
  opacity: 1;
  translate: -50% 0;
}

.kv-cta {
  bottom: 40px;
  right: 63px;
  z-index: 10;
  position: fixed;
}

.kv-cta-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 160px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  background-color: #c8204e;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  box-shadow: 0 4px 20px #0000004d;
  transition: 0.2s ease;
}

.kv-cta01 {
  position: absolute;
  top: -20px;
  left: 50%;
  translate: -50% 0;
}

.kv-cta02 {
  width: 12px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  translate: -50% 0;
}

.kv-cta-link:hover {
  background-color: #009743;
}

.kv img {
    object-fit: cover;
}

.animated .kv {
  opacity: 1;
  translate: 0 0;
}

.animated {
  .fade-item {
    opacity: 1;
  }
}

.fade-item {
  opacity: 0;
  transition: 1s ease;
  transition-delay: 3.2s;
}

.scroll-arrow {
  position: absolute;
  bottom: 40px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;

  span {
    animation: scrollTop 1.6s infinite ease-in-out;
  }
}

@keyframes scrollTop {
  0% {
    transform-origin: 0 100%;
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform-origin: 0 100%;
    transform: scale3d(1, 0, 1);
  }

  50.01% {
    transform-origin: 0 100%;
    visibility: hidden;
    transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  }

  51% {
    visibility: visible;
    transform-origin: 0 0;
    transform: scale3d(1, 0, 1);
  }

  100% {
    visibility: visible;
    transform-origin: 0 0;
    transform: scale3d(1, 1, 1);
  }
}

.modal {
  position: fixed;
  inset: 0;
  visibility: hidden;

  z-index: 100000;
  opacity: 0;
  display: grid;
  place-content: center;
  pointer-events: none;
  transition: 0.2s ease-in-out;
  transition-delay: 0.13s;
  /* overflow-y: scroll; */
  /* padding: 50px 0; */
}

.modal.is-act {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.modal-bg {
  position: fixed;
  inset: 0;
  background-color: #00000066;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
}

.modal-box {
  position: relative;
  z-index: 9999;
  width: calc(100% - 32px);
  max-width: 584px;
  background-color: #fff;
  margin-inline: auto;

  .modalClose {
    cursor: pointer;
    position: absolute;
    top: -33px;
    right: -33px;
    width: 66px;
    aspect-ratio: 1/1;
    filter: drop-shadow(0 3px 8px #00000026);
    transition: 0.2s ease;
  }
}

.modal-box-inner {
  padding: 40px 35px;
  max-height: 80svh;
  overflow-y: scroll;
}

.modalClose:hover {
  opacity: 0.7;
}

.c-radius24 {
  border-radius: 24px;
}

.c-modal-note {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;

  span {
    color: #e8380d;
  }
}

.c-modal-note-link {
  color: #838383 !important;
}

.c-modal-note-link a {
  text-decoration: underline;
  color: inherit;
}

.c-modal-note.-m {
  font-size: 1.8rem;
}

.c-modal-tag {
  margin-top: 4px;
  font-size: 1.6rem;
  line-height: 2;
  border: 3px solid #a9a9a9;
  border-radius: 5px;
  width: fit-content;
  padding: 0 18px;
}

.c-modal-heading {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.c-modal-heading.-m {
  font-size: 3.2rem;
}

.c-modal-heading.-s {
  font-size: 3rem;
}

.c-modal-note-list {
  margin-top: 6px;
  display: grid;
  gap: 8px;
}
.c-modal-note-list + .c-caption {
  margin-top: 15px;
}
.c-modal-note-item {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;

  span {
    display: inline-block;
    white-space: nowrap;
    background-color: #232323;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    padding: 5px 13px 7px;
    margin-right: 8px;
    border-radius: 4px;
  }
}
.c-modal-btn-wrap {
  margin-block-start: 15px;
}

.c-modal-btn {
  display: inline-block;
  inline-size: 100%;
  color: #c8204e;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 220%; /* 30.8px */
  letter-spacing: 0.42px;
  border-radius: 40px;
  border: 2px solid;
  padding-block: 5px;
  background: inherit;
  user-select: none;
  touch-action: manipulation;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .c-modal-btn:hover {
    background: #c8204e;
    color: #fff;
    border-color: #c8204e;
  }
}

.c-modal-btn-note {
  margin-block-start: 0.3em;
  display: inline-block;
  inline-size: 100%;
  margin-inline: auto;
  color: #838383;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 220%; /* 30.8px */
  letter-spacing: 0.42px;
}

.c-border-bottom {
  border-bottom: 1px solid #00000033;
}

.c-modal-inner {
  margin-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.c-modal-section-heading {
  margin-top: -15px; /* innerとの調整 */
  color: #232323;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 200%; /* 36px */
  letter-spacing: 0.54px;
}

/* Youtube動画 */
.c-modal-movie {
  margin-block-end: 15px;
  width: 100%;
  height: auto;
  aspect-ratio: 473 / 247;
  border-radius: 24.49px;

  iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
  }
}

.modalOpen {
  cursor: pointer;
}

.main {
  overflow: clip;
  position: relative;
  margin-top: 100px;
}

.intro-title {
  .c-marker {
    width: 100%;
    max-width: 221px;
  }
}

.intro-title {
  .c-marker:nth-of-type(2) {
    max-width: 400px;
  }
}

.more-btn {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;

  img {
    margin-top: 10px;
    width: 44px;
  }
}
.access-map {
  iframe {
    width: 100%;
    aspect-ratio: 640/313;
    border-radius: 30px;
  }
}

@media screen and (max-width: 767px) {
  /* .c-modal-note-item {
    align-items: flex-start;
  } */
  .mt-30 {
    margin-top: 60px;
  }
  .access-map {
    iframe {
      border-radius: 20px;
    }
  }
  .schedule-list {
    padding-right: 0;
  }
  .cta-banner-list {
    margin: 42px auto 0;
  }

  .gnav {
    display: none;
    z-index: 4;
  }

  .mv {
    margin-top: 0;
  }

  .intro-title {
    .c-marker {
      width: 180px;
    }

    .c-marker:nth-of-type(2) {
      width: 300px;
    }
  }

  .intro-note {
    font-size: 16px;
    padding: 0 16px;
    letter-spacing: 0.04em;
    font-feature-settings: "palt";
  }

  .intro-dot.-item01 {
    bottom: -70px;
    left: -280px;
  }

  .intro-dot.-item02 {
    right: -280px;
  }

  .intro-img.-item03 {
    left: 16px;

    img {
      width: 100px;
    }
  }

  .intro-img.-item04 {
    right: 16px;
    bottom: -30px;

    img {
      width: 50px;
    }
  }

  .second-heading {
    font-size: 4.6rem;
  }

  .pick-copy01 {
    img {
      width: 262px;
    }
  }

  .pick-copy02 {
    img {
      width: 330px;
    }
  }

  .pick-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .pick-img-number {
    left: 0;
  }

  .pick-link {
    position: relative;

    p {
      font-size: 1.4rem;
    }
  }

  .third-heading {
    font-size: 2.4rem;
  }

  .third-heading {
    span {
      font-size: 1.4rem;
    }
  }

  /* .schedule-item {
    font-size: 1.8rem;

    span {
      font-size: 1.6rem;
    }
  } */
  .c-list.-small {
    gap: 20px;
    margin: 20px 0 0;
    padding: 0;
    border: none;
  }
  .contents-heading + .c-list.-small {
    margin-top: 40px;
  }
  .schedule-button.pc-none {
    display: block;
    position: static;
    margin-left: auto;
  }

  .pick-img {
    figure {
      border-radius: 20px;
    }
  }

  .schedule-button {
    width: 52px;

    img {
      width: 28px;
    }
  }

  .outline-dot.-item03 {
    right: -240px;
  }

  .inner {
    padding: 40px 0;
  }

  .second-heading-sub {
    font-size: 1.6rem;
  }

  .outline-inner {
    margin-top: 36px;
  }

  .outline-list {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }

  .outline-dot.-item04 {
    left: -200px;
  }

  .access-img.-item04 {
    right: 16px;

    img {
      width: 50px;
    }
  }

  .access-item {
    grid-template-columns: 1fr;
  }

  .access-item:nth-of-type(2n + 1) {
    .access-item-textarea {
      margin-left: 0;
      translate: 0 0;
    }
  }

  .access-item-textarea {
    margin-top: -50px;
    padding: 80px 46px 30px 30px;
    margin-right: -32px;
  }

  .access-item-heading {
    font-size: 2rem;
  }

  .access-item:nth-of-type(2n) {
    .access-item-textarea {
      margin-top: -32px;
      order: 1;
      translate: 0 0;
      margin-right: 0;
      padding: 60px 30px 36px 30px;
    }
  }

  .access-item + .access-item {
    margin-top: 36px;
  }

  .join-en {
    font-size: 10vw;
  }

  .join-heading {
    font-size: 1.8rem;
  }

  .join-flex {
    grid-template-columns: 1fr;
  }

  .join-textarea {
    margin-top: 24px;
    padding-left: 0;
  }

  .join-link {
    position: relative;
    font-size: 2.2rem;
    justify-content: center;
    height: 75px;

    img {
      position: absolute;
      top: -20px;
      left: 50%;
      translate: -50% 0;
      filter: drop-shadow(0 16px 6px #23232329);
    }
  }

  .join-dot {
    right: -200px;
  }

  .second-heading-sub + .contents-heading {
    margin-top: 57px;
    font-size: 2.4rem;
  }

  .c-list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 32px;
  }

  .organizations {
    .second-heading-sub {
      margin-bottom: 50px;
    }

    .c-list {
      grid-template-columns: 1fr;
      gap: 0;
      margin-top: 0;
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none;

      .c-item {
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 32px;
        margin-bottom: 32px;
      }
    }
  }

  .c-item-link {
    border: 1px solid #d9d9d9;
  }

  .c-item-flex {
    flex-direction: column;
    margin-bottom: 0;
  }

  .c-img {
    width: 150px;
    margin-inline: auto;
  }

  .c-textarea01 {
    font-size: 2rem;
  }

  .c-textarea02 {
    font-size: 1.5rem;
  }

  .c-textarea03 {
    font-size: 1.1rem;
    line-height: 1.5;
    border: 1px solid #656565;
  }

  .c-item-link {
    .schedule-button {
      position: static;
      display: block;
      margin-top: 20px;
    }
  }

  .modal-box {
    .modalClose {
      cursor: pointer;
      position: absolute;
      width: 70px;
      top: -31px;
      right: -10px;
    }
  }

  .modal-box-inner {
    padding: 30px 20px;
  }

  .c-modal-note {
    font-size: 1.4rem;
  }

  .c-modal-heading {
    font-size: 2.4rem;
  }

  .c-modal-note.-sp {
    font-size: 1.6rem;
  }

  .c-modal-img {
    width: 100%;
    aspect-ratio: 340/218;
    object-fit: cover;
  }

  .c-modal-img.-sp {
    aspect-ratio: auto;
  }

  .c-radius24 {
    border-radius: 30px;
  }

  .c-item-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .c-item-wide {
    margin-top: 30px;

    .c-textarea {
      padding: 0;
    }

    .c-item-link {
      border: none;
      padding: 0;
    }
  }

  .contents-heading {
    font-size: 2.8rem;
  }

  .c-item-wide {
    & .c-textarea {
      .schedule-button {
        position: static;
        display: block;
        margin-left: auto;
      }
    }
  }

  .organizations {
    .c-img {
      width: 100%;
      aspect-ratio: 360/190;

      img {
        aspect-ratio: 360/190;
        object-fit: cover;
      }
    }

    .c-item-link {
      border: none;
      padding: 0;
    }
  }

  .year02 {
    img {
      width: 100%;
    }
  }

  .year-note {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .cta-heading {
    font-size: 2.2rem;
  }

  .cta-link {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .footertext-list {
    margin-top: 50px;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .kv-copy.-item01 {
    width: 100vw;
  }

  .kv-copy.-item03 {
    width: 53vw;
    top: 35vw;
    right: unset;
    left: 5vw;
  }

  .kv-copy.-item04 {
    top: 40vw;
    width: 93vw;
  }

  .kv-obi {
    width: 120vw;
    bottom: -0.5vw;
  }

  .kv-cta {
    bottom: 0;
    left: 0;
    right: unset;
    width: 100%;
  }

  .kv-cta-link {
    flex-direction: row;
    width: 100%;
    height: 67px;
    border-radius: 0;
    font-size: 1.8rem;
    gap: 17px;
  }

  .kv-cta01,
  .kv-cta02 {
    position: static;
    translate: 0 0;
  }

  .kv-cta02 {
    rotate: -90deg;
  }

  footer {
    margin-bottom: 67px;
  }

  .kv-copy.-item02 {
    top: 30vw;
  }

  .header-menu {
    position: relative;
    cursor: pointer;

    .is-close {
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      translate: -50% -50%;
    }

    .is-close,
    .is-open {
      transition: 0.4s ease;
    }
  }

  .is-active {
    .header-menu {
      .is-close {
        opacity: 1;
      }

      .is-opne {
        opacity: 0;
      }
    }

    .gnav {
      display: block;
      text-align: center;
    }
  }

  .gnav {
    position: fixed;
    top: 67px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
  }

  .gnav-list {
    display: flex;
    padding: 60px 32px 0;
    flex-direction: column;
    justify-content: center;
    gap: 34px;
    text-align: center;
  }

  .gnav-cat {
    margin-top: 16px;
    margin-inline: auto;
    width: min(100%, 280px);
    height: 60px;
  }

  .gnav-item-bottom {
    display: none;
  }

  .gnav-item {
    a::before {
      bottom: -3px;
    }
  }

  .header {
    position: static;
  }
  .is-active .header {
    position: fixed;
  }
  .c-modal-heading.-m,
  .c-modal-heading.-s {
    font-size: 2.6rem;
  }

  .year {
    margin-top: 35px;
  }

  .c-list-inner {
    height: 0;
    overflow: clip;
  }

  .c-list-inner.is-act {
    height: auto;
  }

  .more-btn {
    .-more {
      display: block;
    }

    .-close {
      display: none;
    }
  }

  .c-list-inner.is-act + .more-btn {
    img {
      rotate: 180deg;
    }

    .-more {
      display: none;
    }

    .-close {
      display: block;
    }
  }
}
.c-caption {
  font-size: 1.6rem;
  font-weight: 500;
  color: #c8204e;
  line-height: 1.5;
}
.modal-button {
  margin-top: 30px;
  font-size: 2rem;
  background-color: #c8204e;
  color: #fff;
  height: 80px;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
  gap: 18px;

  img {
    width: 30px;
  }
}

.modal-button:hover {
  background-color: #009743;
}

/* disabled */
.modal-button--disabled {
  color: #fff;
  background-color: #9b9b9b;
  user-select: none;
  cursor: not-allowed;
}

.modal-button--disabled:hover {
  background-color: #9b9b9b;
}

.modal-button-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  span {
    font-size: 1.4rem;
  }
}

/* 改行調整 */
.hidden-sp {
  display: none;
}

/* 調整用line-height */
.lh-sm {
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .c-caption {
    font-size: 1.4rem;
  }
  .modal-button {
    margin-top: 15px;
    font-size: 1.8rem;
    height: 60px;
  }
  .hidden-sp {
    display: block;
  }
}
/*--------------------------------
state
--------------------------------*/
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }

  .slick-slide img.sp-none {
    display: none;
  }
}

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

  .slick-slide img.pc-none {
    display: none;
  }
}

/* benefitセクション */
.benefit {
  position: relative;
  width: 100%;
  background: linear-gradient(
    180deg,
    #549ad4 10.5%,
    #cae3f6 69.5%,
    #ffffff 95%,
    #ffffff 100%
  );
  padding-block-start: 30px;
  padding-block-end: 55px;
  overflow: hidden;
  z-index: 2;

  @media (width >= 768px) {
    padding-block-start: 63px;
  }
}

/* 紙吹雪 */
.benefit::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100dvw;
  height: calc((348 / 393) * 100dvw);
  background: url(../img/benefit__bg-sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  @media (width >= 768px) {
    height: calc((1018 / 1440) * 100dvw);
    background: url(../img/benefit__bg-pc.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.benefit__title-wrap {
  width: 100dvw;
  height: 116px;
  background: #c8204e;

  @media (width >= 768px) {
    height: 187px;
  }
}

.benefit__title {
  --padding-inline: 22px;
  --max-img-width: 321px;
  --translate-y: -20px;

  width: min(calc(100% - var(--padding-inline) * 2), var(--max-img-width));
  margin-inline: auto;
  height: auto;
  transform: translateY(var(--translate-y));
  z-index: 3;

  @media (width >= 768px) {
    --padding-inline: 40px;
    --max-img-width: 845px;
  }

  @media (width >= 870px) {
    --translate-y: -40px;
  }
}

.benefit__title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 3;
}

.benefit__sub-title {
  --padding-inline: 44px;
  --max-img-width: 306px;

  margin-top: 19px;
  width: min(calc(100% - var(--padding-inline) * 2), var(--max-img-width));
  margin-inline: auto;
  height: auto;

  @media (width >= 768px) {
    display: none;
  }
}

.benefit__sub-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.benefit__inner {
  width: min(1240px, calc(100% - 32px));
  margin-inline: auto;
}

.benefit__text {
  margin-block-start: 14px;

  @media (width >= 768px) {
    margin-block-start: 23.47px;
  }
}

.benefit__text p {
  color: #fff;
  text-align: center;
  text-shadow: 2.319px 2.319px 23.187px rgba(0, 0, 0, 0.22);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 200%; /* 24px */
  letter-spacing: 0.48px;
  text-wrap: balance;

  @media (width >= 768px) {
    font-size: 1.6rem;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.64px;
  }
}

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

.benefit__container-wrap {
  margin-block-start: 27px;
  width: min(100%, 784px);
  margin-inline: auto;

  @media (width >= 768px) {
    margin-block-start: 26px;
  }
}

.benefit__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 24px;

  @media (width >= 768px) {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 16px;
  }
}

.benefit__item {
  overflow: hidden;
}

.benefit__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 5.859px 14.648px 0px rgba(0, 0, 0, 0.1);
}

.benefit__item:first-child,
.benefit__item:last-child {
  grid-column: 1 / -1;
  margin-inline: auto;
}

.benefit__item:first-child {
  width: 96%;

  @media (width >= 768px) {
    width: 97%;
  }
}

.benefit__item:last-child {
  width: 95%;

  @media (width >= 768px) {
    width: 97%;
  }
}

.benefit__note {
  margin-block-start: 31px;

  @media (width >= 768px) {
    margin-block-start: 23px;
  }
}

.benefit__note p {
  color: #3e3a34;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.48px;

  @media (width >= 390px) {
    text-wrap: nowrap;
  }

  @media (width >= 768px) {
    text-align: right;
  }
}

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

/* festivalセクション */
.festival {
  position: relative;
  padding-block-start: 40px;
  padding-block-end: 40px;
  background: #373c67;

  @media (width >= 768px) {
    padding-block-start: 68px;
    padding-block-end: 70px;
  }
}

/* 背景花火 */
.festival::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(../img/festival_bg-sp.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  @media (width >= 768px) {
    background: url(../img/festival_bg-pc.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.festival__inner {
  --padding-inline: 17px;
  --max-img-width: 1230px;

  width: min(calc(100% - var(--padding-inline) * 2), var(--max-img-width));
  margin-inline: auto;
}

.festival__title {
  width: min(100%, 467px);
  margin-inline: auto;
}

.festival__title img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.festival__key-img {
  position: relative;
  margin-block-start: 46px;
  width: min(100%, 700px);
  margin-inline: auto;
  aspect-ratio: 358 / 180;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);

  @media (width >= 768px) {
    margin-block-start: 22px;
  }
}

.festival__key-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.festival__section-title {
  margin-block-start: 40px;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.6px;

  @media (width >= 768px) {
    margin-block-start: 45px;
    font-size: 2.6rem;
    letter-spacing: 0.78px;
  }
}

.festival__sub-title {
  margin-block-start: 16px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;

  @media (width >= 768px) {
    margin-block-start: 22px;
    font-size: 2rem;
    letter-spacing: 0.6px;
  }
}

.festival__sub-title span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.6px;

  @media (width >= 768px) {
    font-size: 2.2rem;
    letter-spacing: 0.66px;
  }
}

.festival__btn {
  --btn-main: #6476b6;
  --btn-white: #fff;

  display: inline-block;
  text-align: center;
  inline-size: 100%;
  color: var(--btn-main);
  padding-block: 16px;
  padding-inline: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.54px;
  line-height: 1.2;
  border-radius: 70px;
  border: 2px solid var(--btn-main);
  background: #fff;
  touch-action: manipulation;
  user-select: none;
  transition: all 0.3s ease;
  z-index: 2;

  @media (width >= 768px) {
    font-size: 2rem;
    padding-block: 18px;
    padding-inline: 22px;
  }

  @media (width >= 900px) {
    inline-size: fit-content;
    width: 367px;
  }
}

@media (any-hover: hover) {
  .festival__btn:hover {
    background: var(--btn-main);
    color: var(--btn-white);
  }

  .festival__btn--arrow:hover::before {
    --btn-main: #fff;
    right: 23px;
  }
}

.festival__btn span {
  font-weight: 700;
}

/* ブロック矢印ボタン */
.festival__btn--arrow {
  position: relative;
  font-weight: 700;
}

/* ブロック矢印 */
.festival__btn--arrow::before {
  position: absolute;
  content: "";
  right: 26px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--btn-main);
  border-bottom: 2px solid var(--btn-main);
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease;
}

/* 区切り線 */
.festival__divider {
  margin-block-start: 49px;

  @media (width >= 768px) {
    margin-block-start: 47px;
  }
}

.festival__btn-wrap {
  margin-block-start: 16px;
  text-align: center;
}

.festival__btn-container {
  margin-block-start: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;

  @media (width >= 768px) {
    margin-block-start: 42px;
    flex-direction: row;
    gap: 21px;
  }
}

/* 調整用 */
.pb-sm {
  padding-block: 15px;
}

.mt-ss {
  margin-block-start: 15px;
}

.mt-sm {
  margin-block-start: 30px;

  @media (width >= 768px) {
    margin-block-start: 63px;
  }
}

/* pick-upセクション */
.pick-up {
  color: #232323;
  padding-block-start: 60px;
  padding-block-end: 60px;

  @media (width >= 768px) {
    padding-block-start: 131px;
    padding-block-end: 75px;
  }
}

.pick-up__inner {
  width: min(1150px, calc(100% - 32px));
  margin-inline: auto;
}

/* 調整用 */
.mt-pick-up {
  margin-block-start: 90px;

  @media (width >= 768px) {
    margin-block-start: 164px;
  }
}

/* pick-up__item */
.pick-up__item {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  container-type: inline-size;

  @media (width >= 768px) {
    flex-direction: row;
  }

  @media (width >= 1000px) {
    gap: 40px;
  }
}

/* 区切り線 */
.pick-up__item::before {
  position: absolute;
  content: "";
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: min(60dvw, 876px);
  height: 1px;
  background: #eaeaea;

  @media (width >= 768px) {
    top: -72px;
  }
}

.pick-up__item:nth-child(even) {
  @media (width >= 768px) {
    flex-direction: row-reverse;
  }
}

.pick-up__img {
  width: 100%;
  margin-inline: auto;
  border-radius: 30px;
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.1);

  @media (width >= 768px) {
    width: min(51%, 580px);
    max-height: 303px;
  }
}

.pick-up__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 580 / 303;
  object-fit: cover;
  border-radius: inherit;
}

.pick-up__text-content {
  margin-inline: auto;

  @media (width >= 768px) {
    flex: 1;
  }
}

.pick-up__heading-pop {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.54px;
  line-height: 1.2;

  @media (width >= 768px) {
    font-size: 1.8rem;
  }
}

.pick-up__heading-wrap {
  margin-block-start: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;

  @container (inline-size >= 390px) {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  @media (width >= 768px) {
    @container (inline-size >= 736px) {
      display: block;

      .pick-up__heading + .pick-up__tag {
        margin-block-start: 8px;
      }
    }

    @container (inline-size >= 920px) {
      display: flex;
    }
  }
}

.pick-up__heading {
  display: inline-block;
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 1.08px;

  @media (width >= 768px) {
    font-size: 3.6rem;
  }
}

.pick-up__tag {
  display: inline-block;
  inline-size: fit-content;
  border-radius: 5px;
  border: 2px solid #656565;
  padding: 3.5px 18px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.51px;

  @media (width >= 768px) {
    font-size: 1.7rem;
  }
}

.pick-up__tag--orange {
  font-size: 1.4rem;
  padding: 6px 13px;
  background: rgba(229, 223, 87, 0.3);
  letter-spacing: 0.54px;
  border: none;
  text-wrap: nowrap;

  @media (width >= 768px) {
    font-size: 1.8rem;
    padding: 6px 16px;
  }
}

.pick-up__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pick-up__heading-wrap + .pick-up__meta {
  margin-block-start: 12px;
}

.pick-up__meta + .pick-up__meta {
  margin-block-start: 8px;
}

.pick-up__meta-info {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 1.2;

  @media (width >= 768px) {
    font-size: 2rem;
  }
}

.pick-up__meta-info span {
  display: inline-block;
}

.pick-up__contents {
  margin-block-start: 13px;
  color: #969696;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.48px;
}

.pick-up__contents span {
  display: inline-block;
}

/* pickupスライダーセクション */
.pickup__heading {
  position: absolute;
  top: 55px;
  left: 16px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: min(1240px, calc(100% - 32px));
  margin-inline: auto;

  @media (width >= 768px) {
    top: 20px;
    left: 32px;
  }

  @media (width >= 1000px) {
    top: 63px;
  }
}

.pickup__en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-size: 4.6rem;
  font-weight: 600;
  inline-size: fit-content;

  @media (width >= 768px) {
    font-size: 6.2rem;
  }
}

.pickup__ja {
  color: #232323;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 100%; /* 36px */
  letter-spacing: 1.08px;

  @media (width >= 768px) {
    font-size: 3.6rem;
  }
}

/* swiper設定 */
.pickup-swiper {
  position: relative;
  width: min(100%, 1900px);
  margin-inline: auto;
  padding-block-start: 236px;
  padding-block-end: 90px;
  overflow: hidden;
  perspective: 1000px;

  @media (width >= 768px) {
    padding-block-end: 142px;
  }
}

/* アイテム */
.pickup-swiper .swiper-slide {
  position: relative;
  display: block;
  width: 100%;
  container-type: inline-size;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(0.85);
}

@media (any-hover: hover) {
  .pickup-swiper .swiper-slide:hover .slide-image img {
    transform: scale(1.07);
  }
  .pickup-swiper .swiper-slide:hover .slide-lead-arrow img {
    transform: translateX(2px);
  }
}

/* アクティブスライドの前後のスライド */
.pickup-swiper .swiper-slide-prev,
.pickup-swiper .swiper-slide-next {
  opacity: 0.8;
  transform: scale(0.9);
}

/* 中央に来ている時のスタイル */
.pickup-swiper .swiper-slide-active {
  transform: translateY(-51px) scale(1.3);
  z-index: 2;
  opacity: 1;

  .slide-image {
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
  }
}

/* 中央に来ている時のポップ */
.pickup-swiper .swiper-slide-active::before {
  position: absolute;
  content: attr(data-label); /* data-label属性の値を使用 */
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(229, 223, 87, 0.3);
  padding: 14px 12px;
  border-radius: 10px;
  white-space: nowrap;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 160%; /* 41.6px */
  opacity: 0;
  animation: fadeIn 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.5s;

  @media (width >= 1000px) {
    top: -107px;
    font-size: 2.6rem;
    padding: 20px 16px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(-50%, 20px);
    scale: 0.9;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
    scale: 1;
  }
}

/* 下三角矢印 */
.pickup-swiper .swiper-slide-active::after {
  position: absolute;
  content: "";
  top: -26.6px;
  left: 50%;
  transform: translateX(-50%);
  width: 17px;
  height: 17px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: rgba(229, 223, 87, 0.3);
  opacity: 0;
  animation: fadeIn 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.5s;

  @media (width >= 1000px) {
    top: -25.7px;
  }
}

.slide-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 22.5px;
  box-shadow: 0px 0px 25.5px 0px rgba(0, 0, 0, 0.1);
}

.slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: all 0.3s ease;
}

.slide-content {
  position: relative;
  margin-block-start: 15px;
  padding-block-end: 26px;
}

.slide-heading {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto 1fr;
}

/* 矢印 */
.slide-lead-arrow {
  inline-size: fit-content;
  display: grid;
  place-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #c8204e;
  border-radius: 50%;
  justify-self: flex-end;

  @container (inline-size > 360px) {
    width: 51px;
    height: 51px;
  }
}

.slide-lead-arrow img {
  width: 17px;
  height: 7px;
  transition: all 0.3s ease;

  @container (inline-size > 360px) {
    width: 38px;
    height: 12px;
  }
}

.slide-lead {
  color: #232323;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.405px;
  line-height: 1.2;
}

.slide-lead span {
  display: inline-block;
}

.slide-title__wrap {
  margin-block-start: 8px;
  display: flex;
  align-items: center;
  gap: 15px;
}

@container (inline-size < 290px) {
  .slide-title__wrap {
    flex-direction: column;
    gap: 6px;
    align-items: start;
  }
}

/* slide-tag-containerを持つ場合のスタイル */
.slide-title__wrap:has(.slide-tag-container) {
  flex-direction: column;
  gap: 6px;
  align-items: start;
}

.slide-tag-container {
  margin-block-start: 6px;
  display: flex;
  gap: 6px;
}

.slide-title {
  color: #232323;
  display: inline-block;
  inline-size: fit-content;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.72px;
}

.slide-meta-table {
  margin-block-start: 12.75px;
}

.slide-meta-table tbody {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.slide-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.2;
}

.slide-meta td {
  color: #232323;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.45px;
}

.slide-tag {
  display: inline-block;
  inline-size: fit-content;
  border-radius: 3.75px;
  border: 1.5px solid #656565;
  color: #232323;
  padding: 4px 13px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.382px;
  text-wrap: nowrap;
}

.slide-tag--sm {
  font-size: 1.35rem;
  background: rgba(229, 223, 87, 0.3);
  border: 1px solid rgba(229, 223, 87, 0.3);
  padding: 4px 11.5px;
}

.slide-tag--required {
  color: #fff;
  background: #c8204e;
  border: 1.5px solid #c8204e;
}

/* ナビゲーションスタイル */
.swiper-button-prev,
.swiper-button-next {
  top: auto;
  bottom: 20px;
  width: 37px;
  height: 37px;
  background: #eee;
  border-radius: 50%;

  @media (width >= 768px) {
    top: -30px;
  }
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  left: calc(37px + 10px);
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 14px;
  color: #c8204e;
}

.slider-navigation {
  position: absolute;
  bottom: 0;
  right: 20px;

  @media (width >= 768px) {
    right: 100px;
    top: 135px;
  }

  @media (width >= 1000px) {
    top: 190px;
  }
}

.slider-pagination {
  position: relative;
  width: 142px;
  height: 3px;
  background: #a9a9a9;
  overflow: hidden;
}

.slider-pagination-progress {
  position: absolute;
  left: 0;
  width: 20%;
  height: 100%;
  background: #c8204e;
  transition: transform 0.3s ease;
}

/* suite-slider */
.suite-slider {
  padding-block-start: 50px;
  width: min(calc(100% - 32px), 1334px);
  margin-inline: auto;

  @media (width >= 768px) {
    padding-block-start: 80px;
  }
}

.suite-slide {
  container-type: inline-size;
  padding-block-start: 30px;

  @media (width >= 768px) {
    padding-block-start: 57px;
  }
}

@container (inline-size > 200px) {
  .suite-slide .suite-slide__store {
    margin-block-start: 30px;
    font-size: 1.5rem;
  }
  .suite-slide .suite-slide__title {
    font-size: 2.3rem;
  }
  .suite-slide .suite-slide__desc {
    font-size: 1.5rem;
  }
}

.suite-slider__title {
  width: min(calc(100% - 16px * 2), 540px);
  margin-inline: auto;
  height: auto;

  img {
    width: 100%;
    height: 100%;
  }
}

.suite-swiper {
  overflow: hidden;
}

.suite-slide__img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.1);
  aspect-ratio: 1 / 1;

  img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
  }
}

.suite-slide__store {
  margin-block-start: 10px;
  text-align: center;
  color: #969696;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.48px;

  span {
    display: inline-block;
  }
}

.suite-slide__title {
  margin-block-start: 5px;
  text-align: center;
  color: #232323;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.78px;

  span {
    display: inline-block;
  }
}

.suite-slide__desc {
  margin-block-start: 8px;
  color: #969696;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.48px;
}

.suite-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.c-textarea__flex {
  display: flex;
  align-items: center;
  gap: 9px;
}

.hert-icon {
  display: inline-block;
  width: 29px;
  height: 29px;
}

/* モーダル開くボタン */
.open-modal-btn {
  margin-block-start: 42px;
  position: relative;
  display: block flex;
  justify-content: center;
  align-items: center;
  color: #232323;
  text-align: center;
  width: min(100%, 472px);
  margin-inline: auto;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.54px;
  padding-block: 16px;
  border-radius: 70px;
  background: #f7f7f7;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
  transition: opacity 0.3s ease;

  svg {
    margin-left: 14px;
  }

  @media (width >= 768px) {
    font-size: 1.8rem;
    margin-inline: auto 0;
  }
}

.modal-header {
  position: relative;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  content: "";
  top: -21px;
  right: 3%;
  font-size: 1.6rem;
  background: none;
  transition: all 0.3s ease;
}

@media (any-hover: hover) {
  .open-modal-btn:hover {
    opacity: 0.6;
  }
  .modal-close:hover {
    opacity: 0.6;
  }
}

/* モーダル中身 */
.modal-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  border-radius: 24.49px;
  background: #fff;
  width: min(calc(100% - 35px * 2), 1060px);
  height: calc(100% - 85px * 2);
  padding: 0;
  padding-block: 39px;
  margin: 0;
  border: none;

  @media (width <= 360px) {
    width: min(calc(100% - 10px * 2), 976px);
  }
}

.modal-content {
  display: grid;
  row-gap: 21px;
  width: min(calc(100% - 35px * 2), 976px);
  margin-inline: auto;

  @media (width <= 360px) {
    width: min(calc(100% - 10px * 2), 976px);
  }

  @media (width >= 768px) {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 60px;
  }
}

.modal-content-item {
  display: grid;
  gap: 21px;
  grid-template-rows: subgrid;
  grid-row: span 2;
}

.modal-content__title {
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;

  @media (width >= 768px) {
    font-size: 2.9rem;
  }
}

.modal-content__movie {
  width: 100%;
  height: auto;
  aspect-ratio: 312 / 163;
  border-radius: 16.173px;

  @media (width >= 768px) {
    aspect-ratio: 473 / 247;
    border-radius: 24.49px;
  }

  iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
  }
}

/* wpテーマのヘッダーを移設 */
.wp-header-wrapper {
    --main-color: #870939;
    --text-color: #222;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

.wp-header-wrapper * {
    box-sizing: border-box;
}

/* Header Styles - Exact WordPress theme replication */
.wp-header-wrapper header {
    position: fixed;
    top: 0;
    z-index: 100000;
}

.wp-header-wrapper header.scrolled {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
    background: rgba(255, 255, 255, 0.95);
}

.wp-header-wrapper .header_container {
    width: 100vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    gap: 16px;
}

.wp-header-wrapper .header_logo {
    margin-right: auto;
    margin-left: 0;
    padding: 16px 32px;
}

@media (max-width: 767.98px) {
    .wp-header-wrapper .header_logo {
        padding: 8px 16px;
    }
}

.wp-header-wrapper .header_logo > a > img {
    width: 80px;
}

@media (max-width: 767.98px) {
    .wp-header-wrapper .header_logo > a > img {
        width: 52px;
    }
}

/* PC Navigation SNS Links */
.wp-header-wrapper .nav_sns_list {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wp-header-wrapper .nav_sns_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 100vmax;
    background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.11);
    transition: transform 0.2s ease;
    cursor: pointer;
}
.wp-header-wrapper header .drawer .drawer_logo a img {
    border: none;
    vertical-align: bottom;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.wp-header-wrapper .nav_sns_link img {
    width: 20px;
    height: 20px;
    display: block;
}

.wp-header-wrapper .nav_sns_link:hover {
    transform: translateY(-4px);
}

/* Mobile Menu Button */
.wp-header-wrapper .menu_btn_container {
    position: relative;
    z-index: 100003;
    margin-right: 16px;
}

@media (max-width: 767.98px) {
    .wp-header-wrapper .menu_btn_container {
        margin-right: 8px;
    }
}

.wp-header-wrapper .menu_btn {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 10000;
}

@media (max-width: 767.98px) {
    .wp-header-wrapper .menu_btn {
        width: 40px;
        height: 50px;
    }
}

.wp-header-wrapper .menu_btn::after {
    content: "MENU";
    font-size: 1.3rem;
    letter-spacing: 0.02em;
    font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    color: var(--text-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.wp-header-wrapper .menu_btn span {
    position: absolute;
    width: 28px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--text-color);
    transition: 0.4s;
}

.wp-header-wrapper .top_bar {
    top: calc(35% - 8px / 2);
}

.wp-header-wrapper .center_bar {
    top: calc(50% - 8px / 2);
}

.wp-header-wrapper .under_bar {
    top: calc(65% - 8px / 2);
}

.wp-header-wrapper #open:checked ~ .menu_btn > .top_bar {
    top: calc(50% - 2px / 2);
    transform: translateX(-50%) rotate(45deg);
}

.wp-header-wrapper #open:checked ~ .menu_btn > .center_bar {
    opacity: 0;
}

.wp-header-wrapper #open:checked ~ .menu_btn > .under_bar {
    top: calc(50% - 2px / 2);
    transform: translateX(-50%) rotate(-45deg);
}

.wp-header-wrapper #open {
    display: none;
}

/* Drawer Menu */
.wp-header-wrapper .drawer {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    background: #F8F8F8;
    color: var(--text-color);
    padding: 32px 32px 60px 32px;
    z-index: 100002;
    overflow-y: auto;
}

.wp-header-wrapper #open:checked ~ .drawer {
    opacity: 1;
    visibility: visible;
}

.wp-header-wrapper .drawer_logo {
    width: 32%;
    max-width: 80px;
    aspect-ratio: 199 / 177;
    margin-bottom: 32px;
}

.wp-header-wrapper .drawer_container {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 24px;
}

@media (max-width: 767.98px) {
    .wp-header-wrapper .drawer_container {
        flex-direction: column;
        padding: 0;
    }
}

.wp-header-wrapper .drawer_menu {
    width: 65%;
    margin: 0;
    position: relative;
}

@media (min-width: 992px) {
    .wp-header-wrapper .drawer_menu {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media (max-width: 991.98px) {
    .wp-header-wrapper .drawer_menu {
        width: 100%;
    }
}

.wp-header-wrapper .drawer_item {
    list-style: none;
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .wp-header-wrapper .drawer_item {
        width: calc((100% - 80px) / 3);
        margin-bottom: 35px;
    }
}

.wp-header-wrapper .drawer_item:last-child {
    margin-bottom: 0;
}

.wp-header-wrapper .drawer_item dl dt a {
    display: block;
    padding: 16px 0;
    text-decoration: none;
    font-size: 1.6rem;
    color: var(--text-color);
    font-weight: bold;
    border-bottom: 1px solid rgba(181, 181, 181, 0.4);
    transition: 0.2s ease-in;
    line-height: 16px;
}

.wp-header-wrapper .drawer_item dl dt a:hover {
    color: var(--main-color);
    text-decoration: underline;
}

.wp-header-wrapper .drawer_item dt .nav_sp_btn {
    display: block;
    position: absolute;
    width: 44px;
    height: 100%;
    top: 0;
    right: 0;
    cursor: pointer;
}

@media (min-width: 992px) {
    .wp-header-wrapper .drawer_item dt .nav_sp_btn {
        display: none;
    }
}

.wp-header-wrapper .drawer_item dt .nav_sp_btn > span {
    position: absolute;
    right: 8px;
    top: 24px;
    transform: translateY(-50%);
    width: 10px;
    height: 1px;
}

.wp-header-wrapper .drawer_item dt .nav_sp_btn > span:before,
.wp-header-wrapper .drawer_item dt .nav_sp_btn > span:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--text-color);
    transition: transform 0.2s ease;
}

.wp-header-wrapper .drawer_item dt .nav_sp_btn > span:after {
    transform: rotate(90deg);
}

.wp-header-wrapper .drawer_item dt .nav_sp_btn span.minus:after {
    transform: none;
}

@media (min-width: 992px) {
    .wp-header-wrapper .drawer_item dd {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .wp-header-wrapper .drawer_item dd {
        display: none;
        transition: transform 0.4s ease-in;
    }
}

.wp-header-wrapper .nav_sp_sub {
    padding: 8px 0;
    list-style: none;
}

.wp-header-wrapper .nav_sp_sub li a {
    font-size: 14px;
    font-weight: 400;
    color: inherit;
    line-height: 14px;
    display: block;
    padding: 8px 0;
    transition: 0.2s ease-in;
}

.wp-header-wrapper .nav_sp_sub li a:hover {
    color: var(--main-color);
    text-decoration: underline;
}

/* Drawer Contents */
.wp-header-wrapper .drawer_contents {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media (max-width: 991.98px) {
    .wp-header-wrapper .drawer_contents {
        width: 100%;
    }
}

.wp-header-wrapper .drawer_contents_title {
    font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--main-color);
    margin-bottom: 10px;
}

.wp-header-wrapper .drawer_sns_list {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

@media (max-width: 1200px) {
    .wp-header-wrapper .drawer_sns_list {
        gap: 8px;
    }
}

.wp-header-wrapper .drawer_sns_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.11);
    transition: transform 0.2s ease;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    .wp-header-wrapper .drawer_sns_link {
        border-radius: 10px;
    }
}

.wp-header-wrapper .drawer_sns_link img {
    width: 24px;
    aspect-ratio: 1 / 1;
    display: block;
}

.wp-header-wrapper .drawer_sns_link:hover {
    transform: translateY(-4px);
}

.wp-header-wrapper .drawer_news .post_list li:last-child a {
    border-bottom: 1px solid rgba(181, 181, 181, 0.39);
}

.wp-header-wrapper .drawer_news .post_list li a::after {
    display: none;
}

.wp-header-wrapper .drawer_news .post_list li a .post_title {
    color: var(--text-color);
    font-size: 1.4rem;
}

.wp-header-wrapper .drawer_news .post_list li a:hover .post_title {
    color: var(--main-color);
}

.wp-header-wrapper .drawer_news .text_link {
    font-size: 1.4rem;
    text-align: right;
    margin-top: 16px;
    font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
}

.wp-header-wrapper .post_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wp-header-wrapper .post_list li a {
    text-decoration: none;
    color: var(--text-color);
    display: block;
}

.wp-header-wrapper .post_list time {
    font-size: 12px;
    color: #666;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .wp-header-wrapper .nav_pc {
        display: none;
    }
    
    .wp-header-wrapper .drawer {
        width: 100vw;
        padding: 26px 26px 60px 26px;
    }
    
    .wp-header-wrapper .drawer_menu {
        padding: 0;
        margin: 0;
    }
}
.drawer.open {
    opacity: 1;
    visibility: visible;
}

/* wordpress footer */
.wp-footer-wrapper {
    --main-color: #870939;
    --text-color: #222;
    font-family: 'Noto Sans JP', sans-serif;
}

.wp-footer-wrapper * {
    box-sizing: border-box;
}

.wp-footer-wrapper footer {
    color: #fff;
    background: #3e3a34;
    margin-top: 30px;
}

.wp-footer-wrapper footer .container {
    padding: 60px;
    /* max-width: 1200px; */
    margin: 0 auto;
}

.wp-footer-wrapper .footer_head {
    display: flex;
    gap: 24px;
}

@media (max-width: 767.98px) {
    .wp-footer-wrapper .footer_head {
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }
}

.wp-footer-wrapper .footer_sns {
    display: flex;
    gap: 14px;
    align-items: center;
}

.wp-footer-wrapper .footer_sns a {
    display: block;
    width: 24px;
    aspect-ratio: 1 / 1;
    transition: 0.2s;
}

.wp-footer-wrapper .footer_sns a:hover {
    opacity: 0.8;
}

.wp-footer-wrapper .footer_sns a img {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: contain;
}

.wp-footer-wrapper .footer_logo {
    width: 19.86vw;
}

@media (max-width: 767.98px) {
    .wp-footer-wrapper .footer_logo {
        width: 60vw;
        max-width: 240px;
    }
}

.wp-footer-wrapper .footer_columns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 64px;
}

@media (max-width: 991.98px) {
    .wp-footer-wrapper .footer_columns {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }
}

.wp-footer-wrapper .footer_column {
    width: 100%;
}

.wp-footer-wrapper .footer_nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wp-footer-wrapper .footer_nav > li {
    width: calc((100% - 18px) / 6);
}

.wp-footer-wrapper .footer_nav li a,
.wp-footer-wrapper .footer_nav li span {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.17em;
    display: block;
    padding: 4px 8px 4px 0;
    text-decoration: none;
}

.wp-footer-wrapper .footer_nav li a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.wp-footer-wrapper .footer_nav > li > a,
.wp-footer-wrapper .footer_nav > li > span {
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.38);
    padding: 10px 0;
    margin-bottom: 4px;
}

.wp-footer-wrapper .footer_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 767.98px) {
    .wp-footer-wrapper .footer_nav {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 24px;
    }
}

.wp-footer-wrapper .copyright {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -0.01em;
}

/* PC class visibility control */
.wp-footer-wrapper .pc {
    display: block;
}

@media (max-width: 991.98px) {
    .wp-footer-wrapper .pc {
        display: none;
    }
}

.digest-frame {
    text-align: center;
    margin-top: 25px;
}
.digest-frame iframe {
    width: 660px;
    height: 400px;
}
@media (max-width: 786px) {
    .digest-frame iframe {
        width: auto;
        height: 315px;
    }
}

.pb-0 {
    padding-bottom: 0px;
}
.mb-0 {
    margin-bottom: 0px;
}
.ta-center {
    text-align: center;
}