html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
ul {
  list-style: none;
}
body {
  line-height: 1;
}
.sp {
  display: none;
}
html,
body {
  height: auto;
}

@media (width <= 767px) {
  .reserve__btn {
    top: auto;
  }
}
body {
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 138.09vw;
  background: url("../images/top-bg.webp") no-repeat;
  background-position: -4.2vw 43.4vw;
  background-size: 105.2vw 138.09vw;
  pointer-events: none;
  inset: 0;
}

@media (width <= 767px) {
  body::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 543.84vw;
    background: url("../images/top-bg-sp.webp") no-repeat;
    background-position: -33vw 173.58vw;
    background-size: 164.1vw 543.84vw;
    pointer-events: none;
    inset: 0;
  }
}
.detailed-btn {
  margin: 0 auto;
}

/* 詳細を見るボタン */
.common__detail {
  display: inline-flex;
  align-items: center;
  gap: 1.66vw;
  text-decoration: none;
}
.common__detail-text {
  color: #826190;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.common__btn-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 1.94vw;
  height: 1.94vw;
  transition: transform 0.3s ease;
}
.common__btn-icon .transition-button__arrow {
  display: block;
  width: 100%;
  height: 100%;
}
.common__btn-icon .arrow-circle {
  fill: #826190;
}
.common__btn-icon .arrow-path {
  fill: #fff;
}

/* これあとで消す。場所によってホバーするタイミング違うから */
.common__detail:hover .common__btn-icon {
  transform: translateX(5px);
}

/* セクションタイトル(共通) */
.section__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2.77vw;
}
.section__ttl-ja {
  padding-bottom: 0.83vw;
  color: #282828;
  font-size: 3.3vw;
  font-weight: 700;
}
.section__ttl-en {
  color: #826190;
  font-family: Poppins, sans-serif;
  font-size: 1.66vw;
  font-weight: 500;
}

@media (width <= 767px) {
  .section {
    padding-bottom: 6px;
  }
  .section__ttl-ja {
    font-size: 8.2vw;
  }
  .section__ttl-en {
    font-size: 4.1vw;
  }
}

/* topページ以外のfv共通 */
.fv {
  width: 94.4vw;
  padding: 13.19vw 0 5.55vw;
  margin: 0 auto;
}
.fv__inner {
  display: flex;
  position: relative;
  flex-direction: column;
}
.fv__media {
  overflow: hidden;
}
.fv__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.fv__img.sp {
  display: none;
}
.fv__illust {
  position: absolute;
  top: 7vw;
  right: 4vw;
  width: 15.28vw;
  height: auto;
  pointer-events: none;
}
.breadcrumb {
  padding-top: min(0.76vw, 11px);
  margin: 0;
  list-style: none;
}
.breadcrumb li {
  display: inline;
  font-size: 0.97vw;
  font-weight: 500;
  list-style: none;

  /* 横に並ぶように */
}
.breadcrumb li + li::before {
  content: "";
  display: inline-block;
  width: min(0.27vw, 4px);
  height: min(0.55vw, 8px);
  margin: min(0.34vw, 5px);
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%225%22%20height%3D%229%22%20viewBox%3D%220%200%205%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.5%200.5L4.5%204.5L0.5%208.5%22%20stroke%3D%22%239B9B9B%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  vertical-align: middle;
}
.breadcrumb li:last-child::after {
  content: "";
}
.breadcrumb li a {
  color: #9b9b9b;
  font-weight: 500;
  text-decoration: none;
}
.breadcrumb li[aria-current="page"] {
  color: #826190;
  font-weight: 700;
}

@media (width <= 767px) {
  .fv {
    width: 100vw;
    padding: 31.79vw 0 9.2vw;
    margin: 0 auto;
  }
  .fv__img.pc {
    display: none;
  }
  .fv__img.sp {
    display: block;
    height: auto;
    border-radius: 0;
  }
  .fv__illust {
    top: 21vw;
    right: 5vw;
    width: 24.19vw;
  }
  .breadcrumb {
    padding-top: 2.4vw;
    padding-left: 5.12vw;
    margin: 0;
    list-style: none;
  }
  .breadcrumb li {
    font-size: 3.58vw;
  }
  .breadcrumb li + li::before {
    width: min(1.02vw, 4px);
    height: min(2.05vw, 8px);
    margin: min(1.28vw, 5px);
  }
}
.top__fv {
  position: relative;
  padding-bottom: 14.5vw;
}
.top__fv-slider {
  position: relative;
  z-index: 1;
  height: 59.86vw;
  background-repeat: no-repeat;
  background-position: center;

  /* background: url(../images/fv-bg.svg) center / cover no-repeat; */
  background-size: contain;
}
.fv__slider-1 {
  background-image: url("../images/fv-bg.webp");

  /* animation: fv1 12s infinite; */
}
.fv__slider-2 {
  background-image: url("../images/fv-bg2.webp");

  /* animation: fv2 12s infinite; */
}
.fv__slider-3 {
  background-image: url("../images/fv-bg3.webp");

  /* animation: fv3 12s infinite; */
}
.fv__bg-slider {
  position: relative; /* or static */
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  inset: auto;
  clip-path: ellipse(110% 100% at 50% 0%);
}
.top__fv-slider .slick-list,
.top__fv-slider .slick-track {
  height: 100%;
}
.top__fv-slider .slick-slide {
  height: 100%;
}
.top__fv-slider .slick-slide > .fv__bg-slider {
  height: 100%;
}

/*  
@keyframes fv1{
  0%      {opacity:1;} 
  6%      {opacity:1;}
  33.333% {opacity:1;}
  39%     {opacity:0;} 
  100%    {opacity:0;}
}
@keyframes fv2{
  0%      {opacity:0;}
  33.333% {opacity:0;}
  39%     {opacity:1;} 
  66.666% {opacity:1;}
  72%     {opacity:0;} 
  100%    {opacity:0;}
}
@keyframes fv3{
  0%      {opacity:0;}
  66.666% {opacity:0;}
  72%     {opacity:1;} 
  94%     {opacity:1;}
  100%    {opacity:0;}
} */

.fv__content {
  display: flex;
  position: absolute;
  z-index: 2;
  top: 23.3vw;
  left: 0;
  flex-direction: column;
}
.fv__ttl {
  padding-top: 0.7vw;
  padding-left: 28.68vw;
}
.fv__ttl-content {
  display: flex;
  flex-direction: column;
  gap: 1.38vw;
}
.fv__ttl-line {
  position: relative;
  z-index: 1;
  color: #826190;
  font-size: 4.4vw;
  font-weight: 700;
}

/* 白の雲 */
.fv__ttl-line::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: rgb(255 255 255 / 91%);
  filter: blur(11.94px); /* ←ぼかし強め */
  inset: -0.1em -0.2em; /* ←広げる */
}
.fv__ttl-line-first {
  width: 26.6vw;
  margin: 0 1.9vw;
}
.fv__ttl-line-second {
  width: 31.1vw;
  margin-top: 1.5vw;
  margin-left: 10.8vw;
}
.fv__illust-img {
  width: 90.64vw;
  padding-top: 14vw;
  padding-left: 2.69vw;
}
.sp {
  display: none;
}

@media (width <= 767px) {
  .sp {
    display: block;
  }
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }
  .top__fv {
    padding-bottom: 17.3vw;
    overflow-x: clip;
  }
  .top__fv-sp {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 187.82vw;
  }
  .top__fv-slider {
    height: 187.82vw;
  }
  .fv__bg-slider {
    width: 100%;
    height: 187.82vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    clip-path: ellipse(170% 100% at 50% 0%);
  }
  .pc {
    display: none;
  }
  .fv__slider-1 {
    background-image: url("../images/fv-bg-sp.webp");
  }
  .fv__slider-2 {
    background-image: url("../images/fv-bg-sp2.webp");
  }
  .fv__slider-3 {
    background-image: url("../images/fv-bg-sp3.webp");
  }
  .top__fv-slider .slick-list,
  .top__fv-slider .slick-track,
  .top__fv-slider .slick-slide,
  .top__fv-slider .slick-slide > .fv__bg-slider {
    height: 100%;
  }
  .fv__content {
    top: 89.2vw;
    width: 100%;
  }
  .fv__ttl-content {
    gap: 2.56vw;
  }
  .fv__ttl {
    padding-left: 5.12vw;
  }
  .fv__ttl-line {
    font-size: 9.7vw;
  }
  .fv__ttl-line-first {
    width: 58.46vw;
  }
  .fv__ttl-line-second {
    width: 68.2vw;
    margin-left: 18.97vw;
  }
  .fv__illust-wrap {
    width: 100%;
    overflow: hidden; /* ←ここで切る */
  }
  .fv__illust-img {
    position: relative;

    /* left: -6.15vw; */
    width: 107.9vw;

    /* padding-top: 53.58vw; */
    padding-top: 60vw;
    padding-left: 0;
    overflow-x: hidden;
    transform: translateX(-6.15vw);
  }
}
.news {
  display: flex;
  flex-direction: column;
  width: 94.4vw;
  padding-bottom: 12vw;
  margin: 0 auto;
}
.news__category {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.1vw;
  padding-bottom: 2.5vw;
}
.news__category__item {
  text-align: center;
}
.news__category__btn {
  width: 7.98vw;
  height: 2.08vw;
  background: #fff;
  border: 1px solid #826190;
  border-radius: 2px;
  color: #826190;
  font-size: 0.97vw;
  font-weight: 700;
  cursor: pointer;

  /* transition: all 0.3s ease; */
}

/* ホバーで反転 */
.news__category__btn:hover {
  background: #826190;
  color: #fff;
}

/* アクティブ状態 */
.news__category__btn.is-active {
  background: #826190;
  color: #fff;
}
.news__content {
  display: flex;
  gap: 2.77vw;
  padding-bottom: 3.68vw;
}
.news__content-list {
  display: flex;
  flex: 0 0 66.59vw;
  flex-direction: column;
  gap: 1.66vw;
  width: 66.59vw;
  padding-top: 0.69vw;
}
.news__content-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.news__content-row {
  display: flex;
  /*align-items: flex-end;*/
  align-items: center;
  padding-bottom: 1.66vw;
  border-bottom: 1px solid #c6c6c6;
}
.news__content-date {
  margin-right: 1.1vw;
  color: #282828;
  font-family: Poppins, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
}
.news__content-category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 4.4vw;
  height: 1.25vw;
  margin-right: 2.2vw;
  background: #826190;
  border-radius: 2px;
  color: #fff;
  font-size: 0.76vw;
  font-weight: 700;
}
.news__content-ttl {
  overflow: hidden;
  color: #000;
  font-size: 1.1vw;
  /*font-weight: 700;*/
  font-weight: normal;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  flex: 1;
  white-space: normal;
  line-height: 1.5;
}
.news__content-pickup {
  position: relative;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 25.06vw;
  padding: 1.8vw 2.22vw 1.94vw;
  margin: 0 auto;
  background: #826190;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  color: inherit;
}
.news__pickup-img {
  width: 20.625vw;
  height: 9.72vw;
  padding-bottom: max(0.83vw, 12px);
  border-radius: 3px;
  object-fit: cover;
  object-position: center;
}
.news__content-column {
  display: flex;
  flex-direction: column;
}
.news__pickup-row {
  display: flex;
  align-items: center;
  padding-bottom: max(0.48vw, 7px);
}
.news__content-pickup .news__content-date {
  margin-right: 0.6vw;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
}
.news__content-pickup .news__content-category {
  min-width: 4.44vw;
  height: 1.25vw;
  margin-right: 0;
  background: #fff;
  border-radius: 2px;
  color: #826190;
  font-size: 0.76vw;
}
.news__content-pickup .news__content-ttl {
  display: -webkit-box;
  width: 100%;
  padding-bottom: max(0.69vw, 10px);
  color: #fff;
  font-size: 1.32vw;
  font-weight: 700;
  line-height: 1.5;
  white-space: normal;
}
.news__content-subttl {
  width: 100%;
  color: #fff;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1.5;
}

@media (width <= 767px) {
  .news {
    width: 89.74vw;
    padding-bottom: 26.66vw;
  }
  .news .section__ttl {
    padding-bottom: 5vw;
  }
  .news__category {
    flex-wrap: nowrap;
    gap: max(2.56vw, 10px);
    padding-bottom: 7.17vw;
  }
  .news__category__btn {
    width: 15.89vw;
    min-height: 7.17vw;
    padding: 0;
    font-size: 3.3vw;
    line-height: 1;
    white-space: nowrap;
  }
  .news__content {
    display: flex;
    flex-direction: column;
    gap: 6.15vw;
    padding-bottom: 8.2vw;
  }
  .news__content-list {
    flex: none;
    gap: 6.15vw;
    width: 100%;
    padding-top: 0;
  }
  .news__content-link {
    display: block;
    color: inherit;
    text-decoration: none;
  }
  .news__content-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: max(1.28vw, 7px);
    padding-bottom: 6.15vw;
  }
  .news__content-sp {
    display: flex;
    align-items: center;
  }
  .news__content-date {
    margin-right: 4.1vw;
    font-size: 3.8vw;
    letter-spacing: 0.06rem;
  }
  .news__content-category {
    min-width: 16.4vw;
    height: 4.61vw;
    margin-right: 0;
    font-size: 2.82vw;
  }
  .news__content-ttl {
    width: 100%;
    font-size: 4.1vw;
    line-height: 1.5;
    white-space: normal;
  }
  .news__content-pickup {
    position: relative;
    width: 100%;
    padding: 6.15vw;
  }
  .news__pickup-img {
    padding-bottom: max(1.28vw, 5px);
    width: 77.43vw;
    height: 36.6vw;
  }
  .news__pickup-row {
    padding-bottom: max(2.56vw, 10px);
  }
  .news__content-pickup .news__content-date {
    font-size: 3.8vw;
  }
  .news__content-pickup .news__content-category {
    min-width: 16.4vw;
    height: 4.6vw;
    font-size: 2.8vw;
  }
  .news__content-pickup .news__content-ttl {
    padding-bottom: max(2.05vw, 8px);
    font-size: 4.87vw;
  }
  .news__content-subttl {
    font-size: 4.1vw;
  }
}
.register {
  position: relative;
  padding-bottom: 20.2vw;
}
.register__inner {
  position: relative;
  z-index: 1;
  width: 94.4vw;
  margin: 0 auto;
}
.register__cards {
  display: flex;
  gap: 0;
  border: 2px solid #826190;
}
.register__card {
  /* transition: all 0.3s ease; */
  position: relative;
  width: 33.333%;
  padding: 2.22vw 2.84vw 3.5vw;
  background: #fff;
  border-right: 2px solid #826190;
  text-align: center;
}
.register__card:last-child {
  border-right: none;
}
.register__card-icon {
  display: flex;
  display: grid;
  justify-content: center;
  align-items: center;
  place-items: center;
  width: 4.86vw;
  height: 4.86vw;
  margin: 0 auto 2.22vw;
}
.register__card-icon-svg {
  /* transition: color 0.3s ease; */
  display: block;
  color: #826190; /* 通常は紫 */
}
.register__card:hover .register__card-icon-svg {
  color: #fff; /* hoverで白 */
}
.register__card-icon-1 {
  width: 3.44vw;
  height: 3.83vw;
}
.register__card-icon-2 {
  width: 4.72vw;
  height: 3.47vw;
}
.register__card-icon-3 {
  width: 4.16vw;
  height: 4.16vw;
}
.register__card-ttl {
  margin-bottom: 1.25vw;
  font-size: 2.22vw;
  font-weight: 700;
}
.register__card-text {
  margin-bottom: 1.25vw;
  font-size: 1.1vw;
  /*font-weight: 500;*/
  font-weight: normal;
  line-height: 1.4;
  text-align: left;
}
.register__card:hover {
  background: #826190;
  color: #fff;
}

/* hover時にボタンも反転させたい場合 */
.register__card:hover .detailed-btn {
  background: #fff;
  border: 1px solid #fff;
  color: #826190;
}
.register__card:hover .arrow-circle {
  fill: #826190;
}
.register__card:hover .arrow-path {
  fill: #fff;
}
.register__deco {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.register__deco--top {
  top: -6.5vw;
  left: 23%;
  width: 13.06vw;
}
.register__deco--bottom {
  right: 29%;
  bottom: -5vw;
  width: 7.95vw;
}

@media (width <= 767px) {
  .register {
    box-sizing: border-box;
    padding-bottom: 33vw;
  }
  .register__inner {
    width: 89.74vw;
    margin: 0 auto;
  }
  .register__cards {
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #826190;
    border-radius: 5px;
  }
  .register__card {
    width: 77.43vw;
    padding: 6.66vw 6.15vw;
    border-right: none;
    border-bottom: 1px solid #826190;
  }
  .register__ttl-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding-bottom: 3.91px;
  }
  .register__card-icon {
    width: 7.9vw;
    height: 7.9vw;
    margin: 0;
  }
  .register__card-icon-1 {
    width: 5.8vw;
    height: 6.47vw;
  }
  .register__card-icon-2 {
    width: 6.66vw;
    height: 5.12vw;
  }
  .register__card-icon-3 {
    width: 6.15vw;
    height: 6.15vw;
  }
  .register__card-ttl {
    margin-bottom: 0;
    font-size: 5.12vw;
  }
  .register__card-text {
    margin-bottom: 4.1vw;
    font-size: 4.1vw;
  }
  .register__deco--top {
    top: -12vw;
    left: 1vw;
    width: 24.3vw;
  }
  .register__deco--bottom {
    right: -3vw;
    bottom: -18vw;
    width: 17.35vw;
  }
}
.links {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 3.33vw;
  width: 94.4vw;
  padding-bottom: 8.33vw;
  margin: 0 auto;
}
.links::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -11vw;
  left: 50%;
  width: 100vw;
  height: 15vw;
  background: url("../images/top-bg-WH.webp") no-repeat center;
  background-size: cover;
  pointer-events: none;
  transform: translateX(-50%);
}
.links__pic-contents {
  display: flex;
  flex-direction: column;
  gap: 2.77vw;
  width: 100%;
}
.links__pics {
  display: grid;
  gap: 2.77vw;
  grid-template-columns: repeat(2, 1fr);
}
.links__pic {
  position: relative;
  list-style: none;
}
.links__pic-head {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  text-decoration: none;
}
.links__pic-img {
  display: block;
  width: 45.83vw;
  height: 25.69vw;
  transition: filter 0.3s ease;
  filter: brightness(50%);
  object-fit: cover;
  object-position: center;
}
.links__pic:hover .links__pic-img {
  filter: brightness(100%);
}
.links__pic-label,
.links__pic-detail {
  position: absolute;
  z-index: 2;
}
.links__pic--ambassador .links__pic-img {
  width: 100%;
  height: 25.69vw;
  background: #000;
  object-fit: contain;
  object-position: left center;
}
.links__pic-label {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.83vw 0 0.76vw;
  background: #826190;
  border-radius: 0 3px 0 5px;
  color: #fff;
  font-size: 2.2vw;
  font-weight: 700;
  line-height: 1;
}
.links__label-concept,
.links__label-calendar {
  padding-right: 3.47vw;
  padding-left: 3.6vw;
}
.links__label-ambassador,
.links__label-event {
  padding-right: 1.66vw;
  padding-left: 1.66vw;
}
.links__pic-contents .common__detail {
  position: absolute;
  right: 2vw;
  bottom: 5.1vw;
}
.links__pic-contents .common__detail-text {
  color: #fff;
}
.links__pic-contents .links__pic:hover .common__btn-icon {
  transform: translateX(5px);
}
.links__pic-text {
  margin-top: 1.1vw;
  color: #282828;
  font-size: 1.2vw;
  /*font-weight: 500;*/
  font-weight: normal;
  line-height: 1.5;
}
.links__icon-contents {
  display: flex;
  gap: min(0.9vw, 13px);
}
.links__icons {
  display: flex;
  gap: min(0.9vw, 13px);
}
.links__icon-card {
  width: 22.9vw;
  height: 18.333vw;
  list-style: none;
}
.links__icon-link {
  display: block;
  position: relative;
  padding: 4.72vw 0.97vw 1.25vw 1.1vw;
  background: #f7f4f9;
  border-radius: 5px;
  text-decoration: none;
}
.links__icon {
  display: grid;
  place-items: center;
  width: 6.25vw;
  height: 6.25vw;
  margin: 0 auto 4.72vw;
}
.links__icon-img {
  display: block;
}
.links__icon-row {
  display: flex;
  justify-content: space-between;
}
.links__icon-contents .common__detail-text {
  display: block;
  color: #826190;
  font-size: 1.38vw;
  font-weight: 700;
  text-align: left;
}
.links__icon-card:hover .common__btn-icon {
  transform: translateX(5px);
}
.links__icon-guidance {
  width: 4.6875vw;
  height: 4.94vw;
}
.links__icon-fee {
  width: 4.16vw;
  height: 5.03vw;
}
.links__icon-access {
  width: 4.89vw;
  height: 4.89vw;
}
.links__icon-faq {
  width: 5.2vw;
  height: 5.2vw;
}

@media (width <= 767px) {
  .links {
    gap: 10.25vw;
    width: 89.74vw;
    padding-bottom: 14.35vw;
  }
  .links::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -19vw;
    left: 50%;
    width: 100vw;
    height: 15.12vw;
    background: url("../images/top-bg-WH-sp.webp") no-repeat center;
    background-size: cover;
    pointer-events: none;
    transform: translateX(-50%);
  }
  .links__pic-contents {
    gap: 6.15vw;
  }
  .links__pics {
    display: flex;
    flex-direction: column;
    gap: 6.15vw;
  }
  .links__pic-head {
    border-radius: 3px;
  }
  .links__pic-img {
    width: 89.74vw;
    height: 50.25vw;
    filter: brightness(100%);
  }
  .links__pic--ambassador .links__pic-img {
    height: 50.25vw;
  }
  .links__pic-label {
    padding: 0;
    border-radius: 0 3px;
    font-size: 5.12vw;
  }
  .links__label-concept,
  .links__label-calendar {
    padding: 2.3vw 13.58vw;
  }
  .links__label-ambassador,
  .links__label-event {
    padding: 2.3vw 6.15vw;
  }
  .links__pic-contents .common__detail {
    display: flex;
    position: static;
    justify-content: flex-end;
    align-items: center;
    gap: 2.56vw;
    margin-top: 4.1vw;
    color: #826190;
  }
  .links__pic-contents .common__detail-text {
    color: #826190;
    font-size: 4.1vw;
  }
  .links__pic-contents .common__btn-icon {
    width: 7.17vw;
    height: 7.17vw;
  }
  .links__pic-text {
    margin-top: 4.1vw;
    font-size: 4.1vw;
  }
  .links__icon-contents {
    display: flex;
    flex-direction: column;
    gap: min(2.05vw, 8px);
  }
  .links__icons {
    display: flex;
    gap: min(1.53vw, 6px);
  }
  .links__icon-card {
    width: 44.1vw;
    height: 32.56vw;
  }
  .links__icon-link {
    padding: 5.64vw 2.56vw 2.3vw 3.07vw;
    border-radius: 3px;
  }
  .links__icon {
    width: 12.8vw;
    height: 12.8vw;
    margin: 0 auto 7.17vw;
  }
  .links__icon-ttl {
    font-size: 4.1vw;
  }
  .links__icon-guidance {
    width: 9.6vw;
    height: 10.1vw;
  }
  .links__icon-fee {
    width: 8.54vw;
    height: 10.32vw;
  }
  .links__icon-access {
    width: 10vw;
    height: 10vw;
  }
  .links__icon-faq {
    width: 10.68vw;
    height: 10.68vw;
  }
  .links__icon-contents .common__detail-text {
    font-size: 4.1vw;
  }
  .links__icon-contents .common__btn-icon {
    width: 5.12vw;
    height: 5.12vw;
  }
}
.school {
  padding-bottom: 8.33vw;
}
.school__inner {
  display: grid;
  align-items: start;
  column-gap: 5.55vw;
  grid-template-rows: 22.5vw auto; /* 上：lead、下：actions */
  grid-template-columns: 30.69vw 1fr; /* 左カラム固定 + 右可変 */
  margin-left: 2.77vw;
}
.school .section__ttl {
  padding-bottom: 1.52vw;
}
.school__lead {
  display: flex;
  flex: 0 0 30.69vw;
  flex-direction: column;
  grid-row: 1;
  grid-column: 1;
  padding-top: 7.56vw;
}
.school__actions {
  grid-row: 2;
  grid-column: 1;
}
.school__text {
  padding-bottom: 3.33vw;
  color: #282828;
  font-size: 1.2vw;
  line-height: 1.5;
}
.school__nav {
  display: flex;
  justify-content: center;
  gap: 8.33vw;
  margin-top: 4.4vw;
}
.school__nav-btn {
  display: grid;
  place-items: center;
  width: 3.19vw;
  height: 3.19vw;
  background: transparent;
  border: 2px solid #826190;
  border-radius: 999px;

  /* transition: background .3s ease; */
  color: #826190;
  cursor: pointer;
}
.school__nav-btn:hover {
  background: #826190;
  color: #fff;
}
.school__nav-icon {
  display: block;
  width: 0.625vw;
  height: auto;
}
.school__nav-btn:hover {
  background: #826190;
}
.school__slider {
  position: relative;
  grid-row: 1 / span 2; /* 右は上下2段ぶち抜き */

  /* overflow: hidden;
    position: relative;
    flex: 1; */
  grid-column: 2;
  overflow: hidden;
}
.school__cards {
  display: flex;
  gap: 2.77vw;
  /*height: 41.3vw;*/
  transition: transform 0.5s ease;
  will-change: transform;
}
.school__card {
  flex: 0 0 36.59vw;
  height: 100%;
  box-sizing: border-box;
  padding: 2.77vw;
  padding-bottom: 1vw;
  background: #f7f4f9;
  border-radius: 5px;
}
.school__card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  -webkit-user-drag: none;
}
.school__card-head {
  position: relative;
  margin-bottom: 1.1vw;
  overflow: hidden;
  border-radius: 5px;
  flex-shrink: 0;
}
.school__card-img {
  display: block;
  width: 31vw;
  height: 20.69vw;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}
.school__card-status {
  position: absolute;
  top: 0.9vw;
  left: 0.9vw;
  padding: 0.55vw 1.66vw;
  background: #826190;
  border: 1px solid #826190;
  border-radius: 2px;
  color: #fff;
  font-size: 1.1vw;
  font-weight: 700;
}
.school__card-status--close {
  background: #fff;
  color: #826190;
}
.school__card-ttl {
  min-height: calc(1.66vw * 1.5 * 2);
  margin-bottom: 0.3vw;
  color: #826190;
  font-size: 1.66vw;
  font-weight: 700;
}
.school__card-category {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  /* height: 1.875vw; */
  min-width: 8.3vw;
  padding: 3px 0;
  /*margin-bottom: 1.52vw;*/
  margin-bottom: 0.7vw;
  background: #826190;
  border-radius: 40px;
  color: #fff;
  font-size: 0.97vw;
  font-weight: 700;
  line-height: 1.5;
}
.school__card-text {
  min-height: calc(1.2vw * 1.5 * 3);
  color: #826190;
  font-size: 1.2vw;
  /*font-weight: 500;*/
  font-weight: normal;
  line-height: 1.5;
}
.school__card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: calc(1.3vw * 1.5 * 3);
}
.school__card-date {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3vw;
}
.school__date-ttl {
  color: #826190;
  font-size: 1.3vw;
  font-weight: 700;
}
.school__date {
  color: #826190;
  font-family: Poppins, sans-serif;
  font-size: 1.3vw;
  font-weight: 500;
}
.school__card-footer .common__detail {
  gap: 1.1vw;
  color: #826190;
}
.school__card-footer .common__btn-icon {
  position: static;
  transform: none;
}
.school__card:hover .common__btn-icon {
  transform: translateX(5px);
}

@media (width <= 767px) {
  .school__lead {
    order: 1;
  }
  .school__slider {
    order: 2;
  }
  .school__actions {
    order: 3;
  }
  .school {
    padding-bottom: 14.35vw;
  }
  .school__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 89.74vw;
    margin: 0 auto;
  }
  .school__lead {
    gap: 5vw;
    width: 100%;
    padding-top: 0;
  }
  .school__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6.15vw;
    width: 100%;
    padding-top: 8.2vw;
  }
  .school__actions .school__nav {
    order: 1;
  }
  .school__actions .detailed-btn {
    order: 2;
  }
  .school__text {
    order: 2;
    padding-bottom: 6.1vw;
    font-size: 4.1vw;
  }
  .school__slider {
    width: 100%;
    overflow: visible;
  }
  .school__cards {
    gap: 4.1vw;
  }
  .school__card {
    flex: 0 0 76.92vw;
    padding: 5.12vw 5.12vw 4.1vw;
  }
  .school__card-head {
    margin-bottom: 4.1vw;
  }
  .school__card-status {
    top: 4.1vw;
    left: 4.1vw;
    padding: 2.05vw 6.15vw;
    font-size: 4.1vw;
  }
  .school__card-img {
    width: 66.6vw;
    height: 44.6vw;
  }
  .school__card-ttl {
    margin-bottom: min(2.05vw, 8px);
    font-size: 5.12vw;
    min-height: calc(5.12vw * 1.5 * 2);
  }
  .school__card-category {
    min-width: 30.76vw;
    height: 6.92vw;
    padding: 1.5px 0;
    margin-bottom: 2vw;
    font-size: 3.58vw;
  }
  .school__card-text {
    display: -webkit-box;
    margin-bottom: 3vw;
    overflow: hidden;
    font-size: 4.1vw;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* ← 表示したい行数 */
    min-height: calc(4.1vw * 1.5 * 3);
  }
  .school__card-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4.1vw;
    min-height: calc(4.35vw * 1.5 * 4);
  }
  .school__card-date {
    display: flex;
    align-items: flex-start;
    gap: 1vw;
  }
  .school__date-ttl {
    font-size: 4.35vw;
  }
  .school__date {
    font-size: 4.35vw;
  }
  .school__card-detail {
    gap: min(1.53vw, 6px);
  }
  .school__card-footer .common__detail {
    gap: min(1.53vw, 6px);
  }
  .school__card-footer .common__detail-text {
    font-size: 4.1vw;
  }
  .school__card-footer .common__btn-icon {
    width: 6.15vw;
    height: 6.15vw;
  }
  .school__nav {
    justify-content: center;
    gap: 30.7vw;
    margin-top: 0;
  }
  .school__nav-btn {
    width: 11.79vw;
    height: 11.79vw;
  }
  .school__nav-icon {
    width: 2.3vw;
  }
  .school .detailed-btn {
    width: 100%;
    width: 75.64vw;
    margin: 0 auto;
  }
}
.facility {
  width: 94.4vw;
  padding-bottom: 8.33vw;
  margin: 0 auto;
}
.facility .section__ttl {
  padding-bottom: 3.3vw;
}
.facility__content {
  padding-bottom: 3.33vw;
}
.facility__contet-innter {
  display: grid;
  gap: 2.77vw 1.59vw; /* 縦の隙間 */ /* 横の隙間 */
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  margin: 0;
  list-style: none;
}
.facility__card-link {
  display: flex;
  flex-direction: column;
  gap: 0.97vw;
}
.facility__card-img {
  display: block;
  width: 30.41vw;
  height: 16.8vw;
  border-radius: 3px;
  object-fit: cover;
  object-position: center;
}
.facility__card-foot {
  padding-left: min(0.69vw, 10px);
}
.facility__card .common__detail {
  gap: 1.38vw;
}
.facility__card .common__detail-text {
  font-size: 1.38vw;
}
.facility__card-link:hover .common__btn-icon {
  transform: translateX(5px);
}

@media (width <= 767px) {
  .facility {
    width: 89.74vw;
    padding-bottom: 17.4vw;
  }
  .facility__content {
    padding: 6.15vw 0 10.25vw;
  }
  .facility__contet-innter {
    display: grid;
    gap: 6.15vw 1.59vw; /* 縦の隙間 */ /* 横の隙間 */
    grid-template-columns: 1fr;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .facility__card-link {
    display: flex;
    flex-direction: column;
    gap: 3.58vw;
  }
  .facility__card-img {
    width: 89.74vw;
    height: 49.74vw;
  }
  .facility__card-foot {
    padding-left: 0;
  }
  .facility__card .common__detail {
    gap: 2.05vw;
  }
  .facility__card .common__detail-text {
    font-size: 4.1vw;
  }
  .facility__card .common__btn-icon {
    width: 5.12vw;
    height: 5.12vw;
  }
}
.sns-block {
  width: 94.4vw;
  padding-bottom: 8.33vw;
  margin: 0 auto;
}
.sns-block__top {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  padding-bottom: 6.25vw;
}
.sns-block__divider {
  width: 2px;
  height: 40vw;
  background: #826190;
}
.sns-block__col {
  display: grid;
  row-gap: 3.33vw;
  justify-items: center;
}
.sns-block__media {
  width: 34.02vw;
  height: auto;
  margin: 0;
}
.sns-block__media img {
  display: block;
  width: 34vw;
  height: 33.33vw;
  object-fit: cover;
  object-position: center;
}
.sns-block__bottom {
  display: grid;
  row-gap: 3.33vw;
  justify-items: center;
}
.sns-ig {
  display: grid;
  gap: 2.5vw 2vw;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
.sns-ig__item {
  aspect-ratio: 1 / 1;
}
.sns-ig__item img {
  display: block;
  width: 22.08vw;
  height: 22.08vw;
  object-fit: cover;
  object-position: center;
}

@media (width <= 767px) {
  .sns-block {
    width: 89.74vw;
    padding-bottom: 13.59vw;
  }
  .sns-block__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10.25vw;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 12.8vw;
  }
  .sns-block__divider {
    display: none;
  }
  .sns-block__col {
    row-gap: 6.15vw;
  }
  .sns-block__media {
    width: 89.74vw;
    height: 110.25vw;
  }
  .sns-block__bottom {
    row-gap: 6.15vw;
  }
  .sns-ig {
    gap: 2.05vw;
    grid-template-columns: repeat(3, 1fr);
  }
  .sns-ig__item:nth-child(n + 7) {
    display: none;
  }
  .sns-block__media img {
    width: 89.74vw;
    height: 110.25vw;
  }
  .sns-ig__item img {
    width: 28.7vw;
    height: 28.7vw;
  }
}
.sponsor {
  width: 94.4vw;
  padding-bottom: 8.8vw;
  margin: 0 auto;
}
.sponsor__list {
  display: grid;
  gap: min(1.1vw, 16px) min(0.9vw, 13px);
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  padding-bottom: 1.1vw;
  margin: 0;
  list-style: none;
}
.sponsor__link {
  text-decoration: none;
}
.sponsor__img {
  width: 22.9vw;
}
.sponsor__item {
  position: relative;
}
.sponsor__item::after {
  content: "";
  position: absolute;
  background: rgb(255 255 255 / 0%); /* 初期は透明 */
  pointer-events: none;
  transition: background 0.3s ease;
  inset: 0;
}
.sponsor__item:hover::after {
  background: rgb(255 255 255 / 35%);
}
.sponsor__bottom {
  display: grid;
  align-items: center;
  gap: 1.1vw;
  grid-template-columns: 22.2vw 1fr;
  padding: 1.458vw 1.458vw 1.38vw 1.1vw;
  background: #fff;
  border: 1px solid #d7d7d7;
}
.sponsor__banner {
  display: grid;
  place-items: center;
  height: 4.4vw;
  background: #385819; /* 画像の緑に寄せた仮色 */
  border-radius: 2px;
  color: #fff;
  font-size: 2.2vw;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.sponsor__note {
  margin: 0;
  color: #282828;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.5;
}
.sponsor__item:last-child {
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
}

@media (width <= 767px) {
  .sponsor {
    width: 89.74vw;
    padding-bottom: 23.3vw;
  }
  .sponsor__list {
    display: grid;
    gap: min(1.53vw, 6px);
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: min(1.53vw, 6px);
  }
  .sponsor__img {
    width: 44.1vw;
  }
  .sponsor__bottom {
    gap: 2.82vw;
    grid-template-columns: 1fr;
    padding: 3.84vw;
  }
  .sponsor__banner {
    height: 14.35vw;
    font-size: 6.15vw;
  }
  .sponsor__note {
    font-size: 3.84vw;
  }
}

/* ========================================
   Text Scale (PC only)
======================================== */
@media (min-width: 768px) {
  .section__ttl-ja {
    font-size: calc(3.3vw * var(--text-scale));
  }

  .section__ttl-en {
    font-size: calc(1.66vw * var(--text-scale));
  }

  .breadcrumb li {
    font-size: calc(0.97vw * var(--text-scale));
  }

  .news__content-date {
    font-size: calc(1.1vw * var(--text-scale));
  }

  .news__content-category {
    font-size: calc(0.76vw * var(--text-scale));
  }

  .news__content-ttl {
    font-size: calc(1.1vw * var(--text-scale));
  }

  .news__content-pickup .news__content-date {
    font-size: calc(1.1vw * var(--text-scale));
  }

  .news__content-pickup .news__content-category {
    font-size: calc(0.76vw * var(--text-scale));
  }

  .news__content-pickup .news__content-ttl {
    font-size: calc(1.32vw * var(--text-scale));
  }

  .news__content-subttl {
    font-size: calc(1.1vw * var(--text-scale));
  }

  .register__card-ttl {
    font-size: calc(2.22vw * var(--text-scale));
  }

  .register__card-text {
    font-size: calc(1.1vw * var(--text-scale));
  }

  .links__pic-label {
    font-size: calc(2.2vw * var(--text-scale));
  }

  .links__pic-text {
    font-size: calc(1.2vw * var(--text-scale));
  }

  .school__text {
    font-size: calc(1.2vw * var(--text-scale));
  }

  .school__card-status {
    font-size: calc(1.1vw * var(--text-scale));
  }

  .school__card-ttl {
    font-size: calc(1.66vw * var(--text-scale));
  }

  .school__card-category {
    font-size: calc(0.97vw * var(--text-scale));
  }

  .school__card-text {
    font-size: calc(1.2vw * var(--text-scale));
  }

  /*.school__date-ttl {
    font-size: calc(1.25vw * var(--text-scale));
  }

  .school__date {
    font-size: calc(1.38vw * var(--text-scale));
  }*/

  .sponsor__banner {
    font-size: calc(2.2vw * var(--text-scale));
  }

  .sponsor__note {
    font-size: calc(1.25vw * var(--text-scale));
  }
}

/* ========================================
   Text Scale (PC only) - Layout Fix
   size 2〜4 のみ
======================================== */
@media (min-width: 768px) {
  html.text-size-2 .common__detail-text,
  html.text-size-3 .common__detail-text,
  html.text-size-4 .common__detail-text {
    font-size: calc(1.25vw * var(--text-scale));
    line-height: 1.3;
    white-space: normal;
  }

  html.text-size-2 .fv__ttl-line,
  html.text-size-3 .fv__ttl-line,
  html.text-size-4 .fv__ttl-line {
    font-size: calc(4.4vw * var(--text-scale));
    line-height: 1.2;
  }

  html.text-size-2 .news__category__btn,
  html.text-size-3 .news__category__btn,
  html.text-size-4 .news__category__btn {
    width: auto;
    height: auto;
    min-height: 2.08vw;
    padding: 0.45vw 1vw;
    font-size: calc(0.97vw * var(--text-scale));
    line-height: 1.3;
    white-space: nowrap;
  }

  html.text-size-2 .news__content-category,
  html.text-size-3 .news__content-category,
  html.text-size-4 .news__content-category {
    min-width: 4.8vw;
    height: auto;
    padding: 0.18vw 0.5vw;
    line-height: 1.3;
  }

  html.text-size-2 .news__content-ttl,
  html.text-size-3 .news__content-ttl,
  html.text-size-4 .news__content-ttl {
    line-height: 1.4;
  }

  html.text-size-2 .news__content-pickup .news__content-category,
  html.text-size-3 .news__content-pickup .news__content-category,
  html.text-size-4 .news__content-pickup .news__content-category {
    min-width: 4.8vw;
    height: auto;
    padding: 0.18vw 0.5vw;
    line-height: 1.3;
  }

  html.text-size-2 .register__card-ttl,
  html.text-size-3 .register__card-ttl,
  html.text-size-4 .register__card-ttl {
    line-height: 1.3;
  }

  html.text-size-2 .links__pic-label,
  html.text-size-3 .links__pic-label,
  html.text-size-4 .links__pic-label {
    line-height: 1.2;
  }

  html.text-size-2 .links__icon-contents .common__detail-text,
  html.text-size-3 .links__icon-contents .common__detail-text,
  html.text-size-4 .links__icon-contents .common__detail-text {
    font-size: calc(1.38vw * var(--text-scale));
    line-height: 1.3;
  }

  html.text-size-2 .school__card-status,
  html.text-size-3 .school__card-status,
  html.text-size-4 .school__card-status {
    line-height: 1.3;
  }

  html.text-size-2 .school__card-ttl,
  html.text-size-3 .school__card-ttl,
  html.text-size-4 .school__card-ttl {
    line-height: 1.3;
  }

  html.text-size-2 .school__card-category,
  html.text-size-3 .school__card-category,
  html.text-size-4 .school__card-category {
    min-width: 8.8vw;
    height: auto;
    padding: 0.2vw 0.8vw;
    line-height: 1.3;
  }

  html.text-size-2 .facility__card .common__detail-text,
  html.text-size-3 .facility__card .common__detail-text,
  html.text-size-4 .facility__card .common__detail-text {
    font-size: calc(1.38vw * var(--text-scale));
    line-height: 1.3;
  }

  html.text-size-2 .sponsor__banner,
  html.text-size-3 .sponsor__banner,
  html.text-size-4 .sponsor__banner {
    height: auto;
    padding: 0.6vw 0;
    line-height: 1.3;
    white-space: normal;
  }

  html.text-size-2 .fv__ttl-line-first,
  html.text-size-3 .fv__ttl-line-first,
  html.text-size-4 .fv__ttl-line-first {
    width: 32.6vw;
  }

  html.text-size-2 .fv__ttl-line-second,
  html.text-size-3 .fv__ttl-line-second,
  html.text-size-4 .fv__ttl-line-second {
    width: 38.1vw;
  }

  html.text-size-2 .links__pic-contents .common__detail,
  html.text-size-3 .links__pic-contents .common__detail,
  html.text-size-4 .links__pic-contents .common__detail {
    right: 1vw;
    bottom: 6.1vw;
  }

  html.text-size-2 .news__content-date,
  html.text-size-3 .news__content-date,
  html.text-size-4 .news__content-date {
    margin-right: 0.5vw;
  }

  html.text-size-2 .school__cards,
  html.text-size-3 .school__cards,
  html.text-size-4 .school__cards {
    height: 45.3vw;
  }

  html.text-size-2 .sponsor__bottom,
  html.text-size-3 .sponsor__bottom,
  html.text-size-4 .sponsor__bottom {
    grid-template-columns: 25.2vw 1fr;
  }

  html.text-size-2 .links__label-concept,
  html.text-size-3 .links__label-concept,
  html.text-size-4 .links__label-concept,
  html.text-size-2 .links__label-calendar,
  html.text-size-3 .links__label-calendar,
  html.text-size-4 .links__label-calendar {
    padding-right: 2.47vw;
    padding-left: 2.6vw;
  }

  html.text-size-2 .links__label-ambassador,
  html.text-size-3 .links__label-ambassador,
  html.text-size-4 .links__label-ambassador,
  html.text-size-2 .links__label-event,
  html.text-size-3 .links__label-event,
  html.text-size-4 .links__label-event {
    padding-right: 0.66vw;
    padding-left: 0.66vw;
  }
}
