@charset "UTF-8";
/*==============================
設定
==============================*/
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@media screen and (min-width: 751px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .is-pc {
    display: none !important;
  }
}
body {
  font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  color: #2e2e2e;
  background: #fff;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

main {
  transition: transform 0.2s ease;
}
main.open {
  transform: translateX(-300px);
}
@media screen and (max-width: 750px) {
  main.open {
    transform: translateX(-85%);
  }
}

section {
  padding: 90px 0;
}
@media screen and (max-width: 750px) {
  section {
    padding: 65px 0;
  }
}

/*==========================
共通クラス
==========================*/
.inner {
  max-width: 1150px;
  margin: 0 auto;
  padding-right: min(80px, 5.8565153734vw);
  padding-left: min(80px, 5.8565153734vw);
  box-sizing: content-box;
}
@media screen and (max-width: 750px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.section__title {
  display: flex;
  flex-direction: column;
  font-size: 45px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .section__title {
    font-size: 33px;
  }
}
.section__title span {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .section__title span {
    font-size: 16px;
  }
}

.common__btn {
  position: relative;
  display: block;
  overflow: hidden;
  width: 270px;
  height: 60px;
  padding: 0 56px;
  margin-inline: auto;
  border-radius: 5px;
  border: 1px solid #2e2e2e;
  background: #fff;
  transition: all 0.3s ease;
}
.common__btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.3s ease;
  transition-property: transform;
}
.common__btn::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 12px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: url(../img/arrow_right-black.svg) no-repeat center center/contain;
  transition: right 0.3s ease-in-out;
  transition-delay: 0.1s;
}
.common__btn:hover {
  color: #fff;
}
.common__btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.common__btn:hover::after {
  background: url(../img/arrow_right-white.svg) no-repeat center center/contain;
  right: 10px;
}
.common__btn span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .common__btn.sp-no-border {
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 0 50px;
    border: none;
    background: none;
  }
}
@media screen and (max-width: 750px) {
  .common__btn.sp-no-border::before {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .common__btn.sp-no-border:after {
    top: calc(50% - 3px);
    right: 10px;
    width: 25px;
    height: 10px;
  }
}
@media screen and (max-width: 750px) {
  .common__btn.sp-no-border:hover {
    color: #2e2e2e;
  }
}
@media screen and (max-width: 750px) {
  .common__btn.sp-no-border:hover:after {
    right: 0;
    background: url(../img/arrow_right-black.svg) no-repeat center center/contain;
  }
}
@media screen and (max-width: 750px) {
  .common__btn.sp-no-border span {
    font-size: 14px;
  }
}
.common__btn.browser-back::after {
  right: unset;
  left: 15px;
  transform: translateY(-50%);
  background: url(../img/arrow_left-black.svg) no-repeat center center/contain;
  transition: left 0.3s ease-in-out;
}
.common__btn.browser-back:hover::after {
  background: url(../img/arrow_left-white.svg) no-repeat center center/contain;
  right: unset;
  left: 10px;
}
.common__btn.color {
  height: 80px;
  width: 300px;

  color: #fff;
}
.common__btn.color.blue {
  background: #5b94b2;
  border: 1px solid #5b94b2;
}
.common__btn.color.green {
  background: #87c559;
  border: 1px solid #87c559;
}
@media screen and (max-width: 750px) {
  .common__btn.color {
    width: 270px;
  }
}
.common__btn.color:hover {
  color: #2e2e2e;
}
.common__btn.color::before {
  background: #fff;
}
.common__btn.color::after {
  background: url(../img/arrow_right-white.svg) no-repeat center center/contain;
}
.common__btn.color:hover::after {
  background: url(../img/arrow_right-black.svg) no-repeat center center/contain;
  right: 10px;
}

.more__link {
  margin-top: 44px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .more__link {
    margin-top: 10px;
  }
}
.more__link a {
  position: relative;
  display: inline-block;
  padding: 10px 20px 10px 10px;
  letter-spacing: 0.06em;
  font-size: 16px;
  transition: opacity 0.3s ease-in-out;
}
.more__link a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/arrow_bottom-color.png) no-repeat center center/contain;
  transition: top 0.3s ease-in-out;
}
.more__link a:hover {
  opacity: 0.8;
}
.more__link a:hover:after {
  top: calc(50% + 5px);
}

.more__link--close a::after {
  transform: translateY(-50%) rotate(180deg);
}
.more__link--close a:hover::after {
  top: calc(50% - 5px);
}


.scrolling-text {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  width: 100%;
  white-space: nowrap;
  mix-blend-mode: multiply;
  animation: scroll 20s linear infinite;
}
@media screen and (max-width: 750px) {
  .scrolling-text {
    gap: 20px;
    animation: scroll 8s linear infinite;
  }
}
.scrolling-text img {
  height: 157px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 750px) {
  .scrolling-text img {
    height: clamp(48px, 12.8vw, 97px);
  }
}

@keyframes scroll {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
/*==========================
header
==========================*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 65px;
  background: #fff;
  z-index: 1000;
  transition: height 0.3s ease-in-out;
  box-shadow: 1px 1px 8px rgba(4, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  .header {
    height: 55px;
  }
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1250px;
  height: inherit;
  margin: auto;
  padding-right: 80px;
  padding-left: 30px;
  box-sizing: content-box;
}
@media screen and (max-width: 750px) {
  .header__container {
    padding-right: 50px;
    padding-left: 20px;
  }
}

/* ロゴ */
.header__logo {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 160px;
  height: 100%;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .header__logo {
    max-width: 130px;
  }
}

.header__logo--tamaplaza {
  max-width: min(300px, 30.6258322237vw);
}
@media screen and (max-width: 750px) {
  .header__logo--tamaplaza {
    max-width: min(230px, 61.3333333333vw);
  }
}

.header__logo--nakano {
  max-width: 216px;
}
@media screen and (max-width: 750px) {
  .header__logo--nakano {
    max-width: 170px;
  }
}

.header__logo--jiyugaoka {
  max-width: 260px;
}
@media screen and (max-width: 750px) {
  .header__logo--jiyugaoka {
    max-width: 200px;
  }
}

.header__logo a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.header__logo--img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__logo--img img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.js-header__logo--img {
  position: absolute;
  max-width: 221px;
  height: auto;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 750px) {
  .js-header__logo--img {
    max-width: 191px;
  }
}

.header_page-title {
  letter-spacing: 2px;
  font-size: min(26px, 2.6631158455vw);
  font-weight: bold;
}

.header__line {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  height: 35px;
  border-radius: 18px;
  border: 1px solid #b3b3b3;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 750px) {
  .header__line {
    padding: unset;
    height: unset;
    border-radius: unset;
    border: unset;
  }
  .header__line img {
    display: block;
    width: 25px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.header__line span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 500;
}
.header__line span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/line_icon.png) no-repeat center center/contain;
}
.header__line:hover {
  opacity: 0.6;
}

.header.scroll .js-header__logo--img {
  opacity: 1;
  visibility: visible;
}

.header__logo--img:hover,
.js-header__logo--img:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

/* ヘッダー右エリア（SNSアイコン・ハンバーガーメニュー） */
.header__right {
  display: flex;
  align-items: center;
  gap: 30px;
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 1020;
}
@media screen and (max-width: 750px) {
  .header__right {
    right: 18px;
    gap: 15px;
  }
}

.header__sns {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 750px) {
  .header__sns {
    gap: 10px;
  }
}

.header__sns__link {
  display: block;
  transition: opacity 0.3s ease;
}
.header__sns__link:hover {
  opacity: 0.6;
}

.header__sns__link img {
  display: block;
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 750px) {
  .header__sns__link img {
    width: 22px;
    height: 22px;
  }
}

/* ハンバーガーメニュー */
.header__hamburger__button {
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .header__hamburger__button {
    width: 18px;
    height: 18px;
  }
}

.header__hamburger__button span {
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  background: #5b94b2;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 750px) {
  .header__hamburger__button span {
    width: 18px;
  }
}

.header__hamburger__button span:nth-child(1) {
  top: 0;
}

.header__hamburger__button span:nth-child(2) {
  top: 11px;
}
@media screen and (max-width: 750px) {
  .header__hamburger__button span:nth-child(2) {
    top: 8px;
  }
}

.header__hamburger__button span:nth-child(3) {
  bottom: 0;
}

.header__hamburger__button.active span:nth-child(1),
.header__hamburger__button.active span:nth-child(2) {
  width: 18px;
  top: 10px;
  left: 0;
}

.header__hamburger__button.active span:nth-child(1) {
  transform: rotate(-45deg);
}

.header__hamburger__button.active span:nth-child(2) {
  transform: rotate(45deg);
}

.header__hamburger__button.active span:nth-child(3) {
  display: none;
}

.header__hamburger__content {
  position: fixed;
  display: block;
  overflow-y: scroll;
  width: 380px;
  height: 100%;
  padding: 0 55px;
  top: 0;
  right: 0;
  transform: translateX(100%);
  background-color: #fff;
  transition: all 0.2s;
  z-index: 1010;
}
@media screen and (max-width: 750px) {
  .header__hamburger__content {
    width: 85%;
    padding: 0 20px;
  }
}
.header__hamburger__content.active {
  transform: translateX(0%);
}
@media screen and (max-width: 750px) {
  .header__hamburger__content nav {
    padding: 0 20px;
  }
}

.header__hamburger__items {
  margin-top: 96px;
}
@media screen and (max-width: 750px) {
  .header__hamburger__items {
    margin-top: 70px;
  }
}

.header__hamburger__item {
  position: relative;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 750px) {
  .header__hamburger__item {
    font-size: clamp(18px, 4.8vw, 23px);
  }
}
.header__hamburger__item:hover {
  opacity: 0.7;
}
.header__hamburger__item.toggle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 0;
}
.header__hamburger__item a {
  display: block;
  width: 100%;
  padding: 15px 0;
  letter-spacing: 0;
  font-size: 18px;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .header__hamburger__item a {
    font-size: clamp(18px, 4.8vw, 23px);
  }
}
.header__hamburger__item a:not(:first-child) {
  margin-top: 5px;
}
.header__hamburger__item .ja {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .header__hamburger__item .ja {
    font-size: 14px;
  }
}

.header__hamburger__line {
  display: inline-block;
  width: 100%;
  height: 2px;
  margin: 20px 0;
  background: #5b94b2;
}

.submenu {
  position: relative;
  height: 0;
  margin-top: 0;
  margin-left: 15px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: padding 0.3s ease, opacity 0.3s ease;
}
.submenu.open {
  height: auto;
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
}
.submenu.open li {
	padding: 10px 0 10px 15px;
	border-left: 2px solid #5b94b2;
}
.submenu li:not(:first-child) {
  margin-top: 10px;
}
.submenu li a {
  padding: 0;
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .submenu li a {
    font-size: 18px;
  }
}
.submenu li a .ja {
  font-size: 12px;
}
.submenu li a .ja.contact {
  line-height: 1.3846;
  font-size: 13px;
}
.submenu li a .ja.contact .small {
  display: inline-block;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 500;
}
.toggle-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 0 3px 8px;
  vertical-align: middle;
  background: url("../img/icon_plus.png") no-repeat center/contain;
  transition: all 0.3s ease-in-out;
}

.toggle-icon.active {
  background: url("../img/icon_minus.png") no-repeat center center/contain;
}

/* ハンバーガーメニューオープン時のオーバーレイ */
.header__hamburger__overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(46, 46, 46, 0.6);
  transition: opacity 0.3s ease;
  z-index: 100;
}

.header__hamburger__overlay.active {
  display: block;
  opacity: 1;
}

/*==========================
  footer
==========================*/
.footer {
  padding: 20px 0;
  background: #e6e6e6;
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 38px 0 25px;
  }
}
.footer .inner {
  padding-right: 90px;
}
@media screen and (max-width: 750px) {
  .footer .inner {
    padding-inline: 20px;
  }
}

.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .footer__container {
    flex-direction: column-reverse;
    gap: 25px;
  }
}

.footer__left ul {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 750px) {
  .footer__left ul {
    justify-content: center;
  }
}
.footer__left li a {
  display: block;
  padding: 10px 0;
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 750px) {
  .footer__left li a {
    font-size: 11px;
  }
}
.footer__left li a:hover {
  opacity: 0.7;
}

.footer__copyright {
  margin-top: 5px;
  font-size: 10px;
  color: #666666;
}
@media screen and (max-width: 750px) {
  .footer__copyright {
    text-align: center;
  }
}

.footer__right {
  flex: 1;
}

.footer__logo {
  max-width: 150px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .footer__logo {
    max-width: 165px;
  }
}

.footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.footer__logo a:hover {
  opacity: 0.7;
}

.footer__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

#page-top {
  position: fixed;
  display: flex;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  z-index: 100;
  transition: opacity 0.3s ease;
}
#page-top img {
  filter: drop-shadow(0 3px 7px rgba(0, 0, 0, 0.15));
}
#page-top:hover {
  opacity: 0.7;
}

.floating-banner {
  position: fixed;
  bottom: 80px;
  right: 10px;
  padding: 20px;
  border-radius: 5px;
  background: #5b94b2;
  color: #fff;
}

/*==================================

* TOPページ／施設TOPページ共有

==================================*/
/*
  メインビジュアル
==================================*/
#top-page #mv,
#facility-page #mv {
  position: relative;
  padding: 0;
  box-sizing: border-box;
  z-index: 1;
  margin-top: 65px;
}
@media screen and (max-width: 750px) {
  #top-page #mv,
  #facility-page #mv {
    margin-top: 55px;
  }
}
#top-page .mv__inner,
#facility-page .mv__inner {
  position: relative;
  height: 100%;
}
#top-page .mv__news,
#facility-page .mv__news {
  height: 35px;
}
@media screen and (max-width: 750px) {
  #top-page .mv__news,
  #facility-page .mv__news {
    height: auto;
  }
}
#top-page .mv__news a,
#facility-page .mv__news a {
  display: block;
  width: 100%;
  height: 100%;
  background: #e6e6e6;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 750px) {
  #top-page .mv__news a,
  #facility-page .mv__news a {
    padding: 10px 0;
  }
}
#top-page .mv__news a:hover,
#facility-page .mv__news a:hover {
  opacity: 0.8;
}
#top-page .mv__news .inner,
#facility-page .mv__news .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  #top-page .mv__news .inner,
  #facility-page .mv__news .inner {
    align-items: flex-start;
  }
}
@media screen and (max-width: 750px) {
  #top-page .mv__news__text-container,
  #facility-page .mv__news__text-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
#top-page .mv__news__head,
#facility-page .mv__news__head {
  font-weight: bold;
  margin-right: 25px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  #top-page .mv__news__head,
  #facility-page .mv__news__head {
    font-size: 13px;
  }
}
#top-page .mv__news__date,
#facility-page .mv__news__date {
  font-size: 14px;
  margin-right: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  #top-page .mv__news__date,
  #facility-page .mv__news__date {
    margin-top: 8px;
    font-size: 11px;
  }
}
#top-page .mv__news__title,
#facility-page .mv__news__title {
  font-size: 13px;
  letter-spacing: 0.03em;
}
#top-page #js-mv-swiper,
#top-page #js-mv-swiper .swiper-img,
#top-page #js-mv-swiper .swiper-img img,
#facility-page #js-mv-swiper,
#facility-page #js-mv-swiper .swiper-img,
#facility-page #js-mv-swiper .swiper-img img {
  height: inherit;
  min-height: inherit;
}
#top-page #js-mv-swiper,
#facility-page #js-mv-swiper {
  position: relative;
}
#top-page #js-mv-swiper .swiper-slide,
#facility-page #js-mv-swiper .swiper-slide {
  max-width: 1200px;
}
@media screen and (max-width: 750px) {
  #top-page #js-mv-swiper .swiper-slide,
  #facility-page #js-mv-swiper .swiper-slide {
    max-width: unset;
  }
}
#top-page #js-mv-swiper .swiper-slide a,
#facility-page #js-mv-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
#top-page #js-mv-swiper .swiper-slide a:hover,
#facility-page #js-mv-swiper .swiper-slide a:hover {
  opacity: 0.7;
}
#top-page #js-mv-swiper:before, #top-page #js-mv-swiper::after,
#facility-page #js-mv-swiper:before,
#facility-page #js-mv-swiper::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 72px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
}
@media screen and (max-width: 750px) {
  #top-page #js-mv-swiper:before, #top-page #js-mv-swiper::after,
  #facility-page #js-mv-swiper:before,
  #facility-page #js-mv-swiper::after {
    display: none;
  }
}
#top-page #js-mv-swiper::before,
#facility-page #js-mv-swiper::before {
  left: 0;
  border-radius: 0 100% 100% 0%/50%;
}
#top-page #js-mv-swiper::after,
#facility-page #js-mv-swiper::after {
  right: 0;
  border-radius: 100% 0 0 100%/50%;
}
#top-page #js-mv-swiper .swiper-img img,
#facility-page #js-mv-swiper .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-page #js-mv-swiper #mv__swiper-pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#top-page #js-mv-swiper #mv__swiper-pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
#facility-page #js-mv-swiper #mv__swiper-pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#facility-page #js-mv-swiper #mv__swiper-pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px 0 0;
}
#top-page #js-mv-swiper #mv__swiper-pagination .swiper-pagination-bullet,
#facility-page #js-mv-swiper #mv__swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #ccc;
  opacity: 1;
}
#top-page #js-mv-swiper #mv__swiper-pagination .swiper-pagination-bullet-active,
#facility-page #js-mv-swiper #mv__swiper-pagination .swiper-pagination-bullet-active {
  background: #2e2e2e;
}
#top-page #js-mv-swiper .swiper-button-next,
#top-page #js-mv-swiper .swiper-button-prev,
#facility-page #js-mv-swiper .swiper-button-next,
#facility-page #js-mv-swiper .swiper-button-prev {
  color: #2e2e2e;
  z-index: 20;
}
@media screen and (max-width: 750px) {
  #top-page #js-mv-swiper .swiper-button-next,
  #top-page #js-mv-swiper .swiper-button-prev,
  #facility-page #js-mv-swiper .swiper-button-next,
  #facility-page #js-mv-swiper .swiper-button-prev {
    display: none;
  }
}
#top-page #js-mv-swiper .swiper-button-next,
#facility-page #js-mv-swiper .swiper-button-next {
  right: 3px;
}
#top-page #js-mv-swiper .swiper-button-prev,
#facility-page #js-mv-swiper .swiper-button-prev {
  left: 3px;
}
#top-page #js-mv-swiper .swiper-button-next:after,
#top-page #js-mv-swiper .swiper-button-prev:after,
#facility-page #js-mv-swiper .swiper-button-next:after,
#facility-page #js-mv-swiper .swiper-button-prev:after {
  font-size: 20px;
}

/*
  TOPページNEWS/施設TOPページEVENTスライダー
==================================*/
#top-page .news__swiper__container,
#facility-page .news__swiper__container {
  position: relative;
  margin-top: 30px;
}
#top-page #js-news-swiper,
#top-page #js-news-swiper .swiper-img,
#top-page #js-news-swiper .swiper-img img,
#facility-page #js-news-swiper,
#facility-page #js-news-swiper .swiper-img,
#facility-page #js-news-swiper .swiper-img img {
  height: inherit;
  min-height: inherit;
}
#top-page #js-news-swiper,
#facility-page #js-news-swiper {
  /* スライダーが無効の場合（３枚以下）のスタイル */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
@media screen and (max-width: 750px) {
  #top-page #js-news-swiper,
  #facility-page #js-news-swiper {
    padding-left: 20px;
  }
}
#top-page #js-news-swiper.static-layout,
#facility-page #js-news-swiper.static-layout {
  padding-right: min(80px, 5.8565153734vw);
  padding-left: min(80px, 5.8565153734vw);
  box-sizing: content-box;
}
@media screen and (max-width: 750px) {
  #top-page #js-news-swiper.static-layout,
  #facility-page #js-news-swiper.static-layout {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#top-page #js-news-swiper.static-layout .swiper-wrapper,
#facility-page #js-news-swiper.static-layout .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 40px;
  overflow: hidden;
  max-width: 1150px;
  margin: 0 auto;
}
#top-page #js-news-swiper.static-layout .swiper-wrapper .swiper-slide,
#facility-page #js-news-swiper.static-layout .swiper-wrapper .swiper-slide {
  flex: 1 1 auto;
  max-width: 410px;
}
#top-page #js-news-swiper.static-layout .swiper-wrapper .swiper-slide:last-child,
#facility-page #js-news-swiper.static-layout .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
#top-page #js-news-swiper.static-layout .swiper-button-prev,
#top-page #js-news-swiper.static-layout .swiper-button-next,
#facility-page #js-news-swiper.static-layout .swiper-button-prev,
#facility-page #js-news-swiper.static-layout .swiper-button-next {
  display: none;
}
#top-page #js-news-swiper .swiper-slide:hover .swiper-img img,
#facility-page #js-news-swiper .swiper-slide:hover .swiper-img img {
  transform: scale(1.1);
}
#top-page #js-news-swiper .swiper-img,
#facility-page #js-news-swiper .swiper-img {
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #ccc;
}
#top-page #js-news-swiper .swiper-img img,
#facility-page #js-news-swiper .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
#top-page #js-news-swiper .swiper-button-prev,
#top-page #js-news-swiper .swiper-button-next,
#facility-page #js-news-swiper .swiper-button-prev,
#facility-page #js-news-swiper .swiper-button-next {
  position: absolute;
  transform: translateY(-50%);
  /* JavaScriptで高さを設定 */
  z-index: 10;
  height: 30px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  #top-page #js-news-swiper .swiper-button-prev,
  #top-page #js-news-swiper .swiper-button-next,
  #facility-page #js-news-swiper .swiper-button-prev,
  #facility-page #js-news-swiper .swiper-button-next {
    display: none;
  }
}
#top-page #js-news-swiper .swiper-button-next,
#facility-page #js-news-swiper .swiper-button-next {
  right: 56px;
}
@media screen and (max-width: 750px) {
  #top-page #js-news-swiper .swiper-button-next,
  #facility-page #js-news-swiper .swiper-button-next {
    right: 10px;
  }
}
#top-page #js-news-swiper .swiper-button-prev,
#facility-page #js-news-swiper .swiper-button-prev {
  left: 56px;
}
@media screen and (max-width: 750px) {
  #top-page #js-news-swiper .swiper-button-prev,
  #facility-page #js-news-swiper .swiper-button-prev {
    left: 10px;
  }
}
#top-page #js-news-swiper .swiper-button-prev::after,
#top-page #js-news-swiper .swiper-button-next::after,
#facility-page #js-news-swiper .swiper-button-prev::after,
#facility-page #js-news-swiper .swiper-button-next::after {
  content: "";
  width: 30px;
  height: 30px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
#top-page #js-news-swiper .swiper-button-prev::after,
#facility-page #js-news-swiper .swiper-button-prev::after {
  background-image: url(../img/swiper-arrow_left.png);
}
#top-page #js-news-swiper .swiper-button-next::after,
#facility-page #js-news-swiper .swiper-button-next::after {
  background-image: url(../img/swiper-arrow_right.png);
}
#top-page #news__swiper-pagination,
#facility-page #news__swiper-pagination {
  bottom: -40px;
}
@media screen and (max-width: 750px) {
  #top-page #news__swiper-pagination,
  #facility-page #news__swiper-pagination {
    display: flex;
    padding-inline: 20px;
  }
}
#top-page #news__swiper-pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#top-page #news__swiper-pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
#facility-page #news__swiper-pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#facility-page #news__swiper-pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px 0 0;
}
#top-page #news__swiper-pagination .swiper-pagination-bullet,
#facility-page #news__swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #ccc;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  #top-page #news__swiper-pagination .swiper-pagination-bullet,
  #facility-page #news__swiper-pagination .swiper-pagination-bullet {
    width: 100%;
    height: 5px;
    margin-inline: 0;
    border-radius: 0;
    background-color: #aac8d7;
    transition: background-color 0.5s ease;
  }
  #top-page #news__swiper-pagination .swiper-pagination-bullet:last-child,
  #facility-page #news__swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
}
#top-page #news__swiper-pagination .swiper-pagination-bullet-active,
#facility-page #news__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2e2e2e;
}
@media screen and (max-width: 750px) {
  #top-page #news__swiper-pagination .swiper-pagination-bullet-active,
  #facility-page #news__swiper-pagination .swiper-pagination-bullet-active {
    background-color: #5b94b2;
  }
}
#top-page .news__title,
#facility-page .news__title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #top-page .news__title,
  #facility-page .news__title {
    font-size: 14px;
  }
}
#top-page .news__date,
#facility-page .news__date {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 500;
  color: #666;
}
#top-page #news .common__btn,
#facility-page #news .common__btn {
  margin-top: 70px;
}

/*
  TOP/CONTENT
==================================*/
#top-page #content {
  position: relative;
  background: #99c57a;
}
#top-page #content .content__title {
  position: relative;
  margin-bottom: 35px;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #top-page #content .content__title {
    font-size: clamp(17px, 5.3333333333vw, 23px);
  }
}
#top-page #content .content__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  max-width: 715px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #top-page #content .content__items {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 17px;
  }
  #top-page #content .content__items::after {
    display: block;
    content: "";
    width: calc((100% - 34px) / 3);
    height: 0;
  }
}
#top-page #content .content__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  max-width: 150px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0px 0px 10px 1.5px rgba(46, 46, 46, 0.3);
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  #top-page #content .content__item {
    max-width: unset;
    box-shadow: 0px 2px 8px 0.8px rgba(4, 0, 0, 0.25);
  }
}
#top-page #content .content__item {
  position: relative;
  width: 20.979020979%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  #top-page #content .content__item {
    width: calc((100% - 34px) / 3);
  }
}
#top-page #content .content__item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
#top-page #content .content__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
#top-page #content .content__item:hover img {
  transform: scale(1.1);
}
#top-page #content .content__item.active::before {
  display: none;
}
#top-page #content .content__item.active img {
  opacity: 0;
  visibility: hidden;
}
#top-page #content .content__item--01::before {
  background: url(../img/contents_btn1-icon.svg) no-repeat center center/contain;
}
@media screen and (max-width: 750px) {
  #top-page #content .content__item--01::before {
    background: url(../img/contents_btn1-icon-sp.svg) no-repeat center center/contain;
  }
}
#top-page #content .content__item--02::before {
  background: url(../img/contents_btn2-icon.svg) no-repeat center center/contain;
}
@media screen and (max-width: 750px) {
  #top-page #content .content__item--02::before {
    background: url(../img/contents_btn2-icon-sp.svg) no-repeat center center/contain;
  }
}
#top-page #content .content__item--03::before {
  background: url(../img/contents_btn3-icon.svg) no-repeat center center/contain;
}
@media screen and (max-width: 750px) {
  #top-page #content .content__item--03::before {
    background: url(../img/contents_btn3-icon-sp.svg) no-repeat center center/contain;
  }
}
#top-page #content .content__item--04::before {
  background: url(../img/contents_btn4-icon.svg) no-repeat center center/contain;
}
@media screen and (max-width: 750px) {
  #top-page #content .content__item--04::before {
    background: url(../img/contents_btn4-icon-sp.svg) no-repeat center center/contain;
  }
}
#top-page #content .content__item--05::before {
  background: url(../img/contents_btn5-icon.svg) no-repeat center center/contain;
}
@media screen and (max-width: 750px) {
  #top-page #content .content__item--05::before {
    background: url(../img/contents_btn5-icon-sp.svg) no-repeat center center/contain;
  }
}
#top-page #content .content__item--06::before {
  background: url(../img/contents_btn6-icon.svg) no-repeat center center/contain;
}
@media screen and (max-width: 750px) {
  #top-page #content .content__item--06::before {
    background: url(../img/contents_btn6-icon-sp.svg) no-repeat center center/contain;
  }
}
#top-page #content .content__item--07::before {
  background: url(../img/contents_btn7-icon.svg) no-repeat center center/contain;
}
@media screen and (max-width: 750px) {
  #top-page #content .content__item--07::before {
    background: url(../img/contents_btn7-icon-sp.svg) no-repeat center center/contain;
  }
}
#top-page #content .content__item--08 {
  background-image: url(../img/contents_btn8.svg);
}
#top-page #content .content__item--08::before {
  display: none;
}
#top-page #content .content__item--08 a {
  display: block;
  width: 100%;
  height: 100%;
}
#top-page #content .common__btn {
  margin-top: 45px;
}

/*
  TOP/LOCATION
==================================*/
#top-page #location {
  position: relative;
  background: #95c2db;
}

#top-page #location::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: min(290px, calc(230px + calc(60 / 1440 * 100vw)));
  background: #fff;
}

@media screen and (max-width: 750px) {
  #top-page #location::before {
    height: calc(180px + calc(150 / 750 * 100vw));
  }
}

#top-page #location .location__lists {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 80px 3.18%;
  margin-top: 50px;
}

@media screen and (max-width: 750px) {
  #top-page #location .location__lists {
    gap: 100px 4%;
  }
}

#top-page #location .location__list {
  position: relative;
  aspect-ratio: 1/1;
  width: calc(calc((100% - 3.18%*3)/4));
}

@media screen and (max-width: 750px) {
  #top-page #location .location__list {
    width: calc((100% - 4%)/2);
  }
}

#top-page #location .location__list img {
  border-radius: 5px;
}

#top-page #location .location__list:hover img {
  transform: scale(1.1);
}

#top-page #location .location__list.no-link:hover img {
  transform: unset;
}

#top-page #location .location__list a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

#top-page #location .location__list a:hover+.location__list__name::before {
  width: 100%;
}

#top-page #location .location__list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}

#top-page #location .location__list__name {
  position: absolute;
  bottom: -40px;
  left: 10px;
  padding: 10px 15px;
  font-weight: bold;
  background: #fff;
}

#top-page #location .location__list__name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #5B94B2;
  transition: width 0.3s ease;
}

@media screen and (max-width: 750px) {
  #top-page #location .location__list__name {
    padding: 8px 10px;
    font-size: clamp(12px, calc(13/375*100vw), 15px);
  }
}

#top-page #location .location__list__name span {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  #top-page #location .location__list__name span {
    font-size: 11px;
  }
}


/*
  TOP/ABOUT
==================================*/
#top-page #about {
  background: #f7f7f7;
}
#top-page #about .about__items {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  #top-page #about .about__items {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
}
#top-page #about .about__item__text {
  width: 44%;
}
@media screen and (max-width: 750px) {
  #top-page #about .about__item__text {
    width: 100%;
    margin-top: 30px;
  }
}
#top-page #about .about__item__img {
  flex: 1;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #top-page #about .about__item__img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: calc(50% - 50vw);
  }
}
#top-page #about .about__item__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#top-page #about .about__item__title {
  line-height: 1.5625;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #top-page #about .about__item__title {
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-size: 25px;
  }
}
#top-page #about .about__item__desc {
  margin-top: 48px;
  line-height: 1.7333333333;
  letter-spacing: 0.08em;
  font-size: 15px;
}
#top-page #about .about__item__desc span {
  display: block;
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  #top-page #about .about__item__desc {
    margin-top: 25px;
    line-height: 1.7142857143;
    font-size: 14px;
  }
}

.about__movie__title {
  letter-spacing: 0.035em;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .about__movie__title {
    font-size: 23px;
  }
}
.about__movie__title span {
  display: block;
  margin-top: 10px;
  letter-spacing: 0.035em;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .about__movie__title span {
    font-size: 13px;
  }
}

.about__movie__item {
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  .about__movie__item {
    margin-top: 70px;
  }
}

#movie01 .about__movie__content {
  border: 2px solid #2f7748;
}

#movie02 .about__movie__content {
  border: 2px solid #5b94b2;
}

.about__movie__content {
  max-width: 800px;
  margin: 20px auto 0;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .about__movie__content {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    border-radius: 0;
  }
}
.about__movie__content iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*==================================

* 下層／CONTENTS一覧・詳細ページ共通ページタイトル

==================================*/
.contents__page-title {
  padding: 0;
  margin-top: 65px;
  transition: transform 0.2s ease;
}
.contents__page-title.open {
  transform: translateX(-300px);
}
@media screen and (max-width: 750px) {
  .contents__page-title {
    margin-top: 55px;
  }
}

.contents__page-title__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 0 40px;
}
@media screen and (max-width: 750px) {
  .contents__page-title__inner {
    padding: 30px 0 20px;
  }
}

.contents__title {
  letter-spacing: 0.04em;
  font-size: 45px;
  font-weight: 500;
  font-family: "Roboto", serif;
}
@media screen and (max-width: 750px) {
  .contents__title {
    font-size: 33px;
  }
}

.contents__subtitle {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
}

/*==================================

* 下層／CONTENTS一覧ページ

==================================*/
#contents-archive {
  /* アイテム 1 */
  /* アイテム 2 */
  /* アイテム 3 */
  /* アイテム 4 */
  /* アイテム 5 */
  /* アイテム 6 */
  /* アイテム 7 */
  /* アイテム 8 */
  /* ホバー時 */
  /* active クラス時 */
}
#contents-archive section {
  padding: 0;
}
#contents-archive .tab__menu-lists__container {
  padding: 30px;
  background: #bed48f;
}
@media screen and (max-width: 750px) {
  #contents-archive .tab__menu-lists__container {
    padding: 25px min(20px, 5.3333333333vw);
  }
}
#contents-archive .tab__menu-lists {
  display: flex;
  justify-content: space-between;
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #contents-archive .tab__menu-lists {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
#contents-archive .tab__menu-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 10%;
  padding-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  #contents-archive .tab__menu-item {
    width: 33.3333333333%;
    padding: 20px 15px 15px;
  }
  #contents-archive .tab__menu-item::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: calc(100% - 20px);
    background: #d7eda8;
  }
  #contents-archive .tab__menu-item:nth-child(3n)::before {
    display: none;
  }
  #contents-archive .tab__menu-item::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
    height: 2px;
    background: #d7eda8;
  }
  #contents-archive .tab__menu-item:nth-last-child(1)::after, #contents-archive .tab__menu-item:nth-last-child(2)::after {
    display: none;
  }
}
#contents-archive .tab__menu-item .tab__menu-item__underline {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  background: #008d43;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 750px) {
  #contents-archive .tab__menu-item .tab__menu-item__underline {
    width: 71%;
    max-width: 80px;
    margin-top: 8px;
    transform-origin: center;
  }
}
#contents-archive .tab__menu-item:hover .tab__menu-item__underline {
  transform: scale(1, 1);
}
#contents-archive .tab__menu-item.active .tab__menu-item__underline {
  transform: scale(1, 1);
}
#contents-archive .tab__menu-item__img {
  width: 100%;
  height: 50px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #contents-archive .tab__menu-item__img {
    height: min(45px, 11.5384615385vw);
  }
}
#contents-archive .tab__menu-item__img--default,
#contents-archive .tab__menu-item__img--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: opacity 0.3s ease;
}
#contents-archive .tab__menu-item__img--01 .tab__menu-item__img--default {
  background-image: url("../img/contents_all_off.svg");
  opacity: 1;
}
#contents-archive .tab__menu-item__img--01 .tab__menu-item__img--hover {
  background-image: url("../img/contents_all_on.svg");
  opacity: 0;
}
#contents-archive .tab__menu-item__img--02 .tab__menu-item__img--default {
  transform: translateX(6px);
  background-image: url("../img/contents_btn1_off.svg");
  opacity: 1;
}
#contents-archive .tab__menu-item__img--02 .tab__menu-item__img--hover {
  transform: translateX(6px);
  background-image: url("../img/contents_btn1_on.svg");
  opacity: 0;
}
#contents-archive .tab__menu-item__img--03 .tab__menu-item__img--default {
  background-image: url("../img/contents_btn2_off.svg");
  opacity: 1;
}
#contents-archive .tab__menu-item__img--03 .tab__menu-item__img--hover {
  background-image: url("../img/contents_btn2_on.svg");
  opacity: 0;
}
#contents-archive .tab__menu-item__img--04 .tab__menu-item__img--default {
  background-image: url("../img/contents_btn3_off.svg");
  opacity: 1;
}
#contents-archive .tab__menu-item__img--04 .tab__menu-item__img--hover {
  background-image: url("../img/contents_btn3_on.svg");
  opacity: 0;
}
#contents-archive .tab__menu-item__img--05 .tab__menu-item__img--default {
  background-image: url("../img/contents_btn4_off.svg");
  opacity: 1;
}
#contents-archive .tab__menu-item__img--05 .tab__menu-item__img--hover {
  background-image: url("../img/contents_btn4_on.svg");
  opacity: 0;
}
#contents-archive .tab__menu-item__img--06 .tab__menu-item__img--default {
  transform: translateX(6px);
  background-image: url("../img/contents_btn5_off.svg");
  opacity: 1;
}
#contents-archive .tab__menu-item__img--06 .tab__menu-item__img--hover {
  transform: translateX(6px);
  background-image: url("../img/contents_btn5_on.svg");
  opacity: 0;
}
#contents-archive .tab__menu-item__img--07 .tab__menu-item__img--default {
  background-image: url("../img/contents_btn6_off.svg");
  opacity: 1;
}
#contents-archive .tab__menu-item__img--07 .tab__menu-item__img--hover {
  background-image: url("../img/contents_btn6_on.svg");
  opacity: 0;
}
#contents-archive .tab__menu-item__img--08 .tab__menu-item__img--default {
  background-image: url("../img/contents_btn7_off.svg");
  opacity: 1;
}
#contents-archive .tab__menu-item__img--08 .tab__menu-item__img--hover {
  background-image: url("../img/contents_btn7_on.svg");
  opacity: 0;
}
#contents-archive .tab__menu-item:hover .tab__menu-item__img--default {
  opacity: 0;
}
#contents-archive .tab__menu-item:hover .tab__menu-item__img--hover {
  opacity: 1;
}
#contents-archive .tab__menu-item.active .tab__menu-item__img--default {
  opacity: 0;
}
#contents-archive .tab__menu-item.active .tab__menu-item__img--hover {
  opacity: 1;
}
#contents-archive .tab__menu-item__title {
  margin-top: 15px;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #contents-archive .mobile__tabs {
    display: flex;
    justify-content: center;
    column-gap: min(15px,3%);
    padding-inline: 15px;
    padding-top: 26px;
    background: #f7f7f7;
    font-size: 17px;
  }
}
@media screen and (max-width: 750px) {
  #contents-archive .mobile__tab {
    width: 160px;
    max-width: 100%;
    padding: 10px 28px;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #5b94b2;
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #5b94b2;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 750px) {
  #contents-archive .mobile__tab.active {
    background: #5b94b2;
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  #contents-archive .mobile__tab span {
    display: block;
    margin-top: 7px;
    font-size: 10px;
    font-weight: 500;
  }
}
#contents-archive .tag__content__container {
  padding-top: 50px;
  background: #f7f7f7;
}
@media screen and (max-width: 750px) {
  #contents-archive .tag__content__container {
    padding-top: 36px;
  }
}
#contents-archive .tag__content {
  display: none;
}
#contents-archive .tag__content.show {
  display: block;
}
#contents-archive .tag__content--basic,
#contents-archive .tag__content--studio,
#contents-archive .tag__content--other {
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  #contents-archive .tag__content--basic,
  #contents-archive .tag__content--studio,
  #contents-archive .tag__content--other {
    display: none;
    padding-bottom: 70px;
  }
  #contents-archive .tag__content--basic.show,
  #contents-archive .tag__content--studio.show,
  #contents-archive .tag__content--other.show {
    display: block;
  }
}






#contents-archive .tag__content__title__container {
  padding-bottom: 10px;
  border-bottom: 1px solid #a19e9e;
}

#contents-archive .tag__content__title__container--flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#contents-archive .tag__content__title {
  font-size: 24px;
}

#contents-archive .tag__content__title span {
  font-size: 14px;
  font-weight: 500;
}

/* sp時はタブ下に表示 */
@media screen and (max-width: 750px) {
  #contents-archive .tag__content__title__link__container {
    padding-inline: 15px;
    padding-top: 26px;
    text-align: center;
    background: #f7f7f7;
  }
}

#contents-archive .tag__content__title__link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  transition: opacity 0.3s ease;
}
/* sp時はタブ下に表示 */
@media screen and (max-width: 750px) {
  #contents-archive .tag__content__title__link {
    justify-content: center;
    margin-top: 12px;
    font-size: 18px;
  }
}

#contents-archive .tag__content__title__link img {
  width: 28px;
  height: auto;
  object-fit: contain;
  will-change: transform;
  transform: translateY(-3px);
  transition: transform 0.3s ease;
}
/* sp時はタブ下に表示 */
@media screen and (max-width: 750px) {
  #contents-archive .tag__content__title__link img {
    width: min(28px, calc(22/375*100vw));
  }
}

#contents-archive .tag__content__title__link:hover {
  opacity: .7;
}

#contents-archive .tag__content__title__link:hover img {
    transform: translate(10px, -3px);
}
/* sp時はタブ下に表示 */
@media screen and (max-width: 750px) {
  #contents-archive .tag__content__title__link:hover img {
    transform: translate(6px, -3px);
  }
}

#contents-archive .tag__content__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px 3.2%;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  #contents-archive .tag__content__list {
    margin-top: 0;
  }
}
/* @media screen and (max-width: 750px) {
  #contents-archive .tag__content--basic .tag__content__list {
    gap: 15px;
  }
} */
@media screen and (max-width: 750px) {
  #contents-archive .tag__content--basic .tag__content__list,
  #contents-archive .tag__content--studio .tag__content__list,
  #contents-archive .tag__content--other .tag__content__list {
    gap: 20px 14px;
  }
}
#contents-archive .tag__content__item {
  width: 17.3913043478%;
  background: #fff;
}
#contents-archive .tag__content__item a {
  display: block;
  width: 100%;
  height: 100%;
}
#contents-archive .tag__content__item:hover .tag__content__thumbnail img {
  transform: scale(1.1);
}
/* @media screen and (max-width: 750px) {
  #contents-archive .tag__content--basic .tag__content__item {
    width: 100%;
  }
} */
/* @media screen and (max-width: 750px) {
  #contents-archive .tag__content--basic .tag__content__item a {
    display: flex;
  }
} */
@media screen and (max-width: 750px) {
  #contents-archive .tag__content--basic .tag__content__item,
  #contents-archive .tag__content--studio .tag__content__item,
  #contents-archive .tag__content--other .tag__content__item {
    width: calc((100% - 14px) / 2);
  }
}
#contents-archive .tag__content__thumbnail {
  overflow: hidden;
}
#contents-archive .tag__content__thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
#contents-archive .tag__content__text__container {
  padding: 16px 16px 40px;
}
@media screen and (max-width: 750px) {
  #contents-archive .tag__content__text__container {
    padding: clamp(12px, 3.2vw, 24px) clamp(16px, 4.2666666667vw, 32px);
  }
}
#contents-archive .tag__content__item-title {
  line-height: 1.25;
  letter-spacing: 0.035em;
  font-size: 15px;
  font-weight: 500;
}
#contents-archive .tag__content__sub-category {
  margin-top: 10px;
  font-size: 12px;
}
#contents-archive .tag__content--studio__no-contents,
#contents-archive .tag__content--other__no-contents {
  padding-top: 34px;
  text-align: center;
}

/*==================================

* 下層／CONTENTS詳細ページ

==================================*/
#contents-single {
  /* 画像サイズ調整 */
}
#contents-single .contents-single {
  padding: 100px 0;
  background: #f7f7f7;
}
@media screen and (max-width: 750px) {
  #contents-single .contents-single {
    padding: 40px 0 82px;
  }
}
#contents-single .contents-single__info__container {
  display: flex;
  gap: 70px;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #contents-single .contents-single__info__container {
    display: block;
  }
}
#contents-single .contents-single__info__container:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  #contents-single .contents-single__info__container:not(:first-of-type) {
    margin-top: 70px;
  }
}
@media screen and (max-width: 750px) {
  #contents-single .contents-single__info__container:not(:first-of-type) .contents-single__info__item02 {
    margin-top: 60px;
  }
}
#contents-single .contents-single__info__item01 {
  width: 34.7826086957%;
}
@media screen and (max-width: 750px) {
  #contents-single .contents-single__info__item01 {
    margin-top: 18px;
    width: 100%;
  }
}
#contents-single .slider-thumbnail .swiper-slide {
  width: 33.3333333333%;
  margin-top: 25px;
  opacity: 0.5;
  transition: opacity 0.5s;
}
@media screen and (max-width: 750px) {
  #contents-single .slider-thumbnail .swiper-slide {
    margin-top: 20px;
  }
}
#contents-single .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
#contents-single .swiper {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  #contents-single .swiper {
    max-width: 100%;
  }
}
#contents-single .swiper.slider {
  border-radius: 5px;
}
#contents-single .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
}
#contents-single .swiper-slide img {
  height: auto;
  width: 100%;
}
#contents-single .slider-thumbnail.no-animation {
  /* 2〜3枚でも矢印を表示 */
}
#contents-single .slider-thumbnail.no-animation .swiper-slide {
  margin-right: 10px;
  width: calc((100% - 20px) / 3);
  cursor: pointer;
}
#contents-single .slider-thumbnail.no-animation .swiper-slide.active {
  border: 2px solid #99c57a;
  opacity: 1;
}
#contents-single .slider-thumbnail.no-animation .swiper-button-next,
#contents-single .slider-thumbnail.no-animation .swiper-button-prev {
  display: block;
}
#contents-single .swiper-slide-thumb-active {
  border: 2px solid #99c57a;
}
#contents-single .swiper-button-prev,
#contents-single .swiper-button-next {
  transform: translateY(-50%);
  width: 10px;
  height: 20px;
  margin-top: 0;
}
#contents-single .swiper-button-prev {
  left: 16px;
}
#contents-single .swiper-button-next {
  right: 16px;
}
#contents-single .swiper-button-prev::after,
#contents-single .swiper-button-next::after {
  content: "";
  width: 10px;
  height: 20px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
#contents-single .swiper-button-prev::after {
  background-image: url(../img/slider-arrow-left.svg);
}
#contents-single .swiper-button-next::after {
  background-image: url(../img/slider-arrow-right.svg);
}
#contents-single .swiper-slide img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#contents-single .contents-single__info__item02 {
  flex: 1;
}
#contents-single .contents-single__info__title {
  letter-spacing: 0.035em;
  word-break: break-word;
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #contents-single .contents-single__info__title {
    text-align: center;
    font-size: 22px;
  }
}
#contents-single .contents-single__info__sub-cat {
  margin-top: 16px;
  font-weight: 500;
  color: #666666;
}
@media screen and (max-width: 750px) {
  #contents-single .contents-single__info__sub-cat {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
  }
}
#contents-single .contents-single__info__introduction {
  margin-top: 30px;
  line-height: 1.5714285714;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  #contents-single .contents-single__info__introduction {
    line-height: 24px;
    margin-top: 20px;
  }
}
#contents-single .contents-single__info__banner {
  display: block;
  width: 80%;
  margin-top: 30px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 750px) {
  #contents-single .contents-single__info__banner {
    width: 100%;
    margin-top: 40px;
  }
}
#contents-single .contents-single__info__banner:hover {
  opacity: 0.7;
}
#contents-single .contents-single__info__facility-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  #contents-single .contents-single__info__facility-title {
    text-align: center;
    font-size: 15px;
  }
}
#contents-single .contents-single__info__detail-title {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  #contents-single .contents-single__info__detail-title {
    text-align: center;
    font-size: 15px;
  }
}
#contents-single .contents-single__info__facility-lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 15px;
}
@media screen and (max-width: 750px) {
  #contents-single .contents-single__info__facility-lists {
    margin-top: 15px;
  }
}
#contents-single .contents-single__info__facility-list {
  height: 30px;
  padding: 0 30px;
  letter-spacing: 0.035em;
  font-weight: 500;
  color: #fff;
  background: #99c57a;
}
@media screen and (max-width: 750px) {
  #contents-single .contents-single__info__facility-list {
    height: 25px;
    padding: 0 20px;
    font-size: 12px;
  }
}
#contents-single .contents-single__info__facility-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  word-wrap: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
#contents-single .contents-single__info__facility-list a:hover {
  opacity: 0.6;
}
#contents-single .contents-single__info__list__container {
  margin-top: 10px;
}
#contents-single .contents-single__info__list {
  display: flex;
  border: 2px solid #ccc;
  border-bottom: none;
}
#contents-single .contents-single__info__list:last-child {
  border-bottom: 2px solid #ccc;
}
#contents-single .contents-single__info__list__term,
#contents-single .contents-single__info__list__description {
  letter-spacing: 0.035em;
  line-height: 1.5;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#contents-single .contents-single__info__list__term a,
#contents-single .contents-single__info__list__description a {
  text-decoration: underline;
  color: #5b94b2;
  transition: opacity 0.3s ease;
}
#contents-single .contents-single__info__list__term a:hover,
#contents-single .contents-single__info__list__description a:hover {
  opacity: 0.7;
}
#contents-single .contents-single__info__list__term p a,
#contents-single .contents-single__info__list__description p a {
  text-decoration: underline;
  color: #5b94b2;
}
#contents-single .contents-single__info__list__term {
  width: 30%;
  padding: 25px 20px;
  background: #dddcdc;
}
@media screen and (max-width: 750px) {
  #contents-single .contents-single__info__list__term {
    width: 28%;
    padding: 20px 12px;
    font-size: 12px;
  }
}
#contents-single .contents-single__info__list__description {
  flex: 1;
  padding: 25px;
  word-break: break-all;
}
@media screen and (max-width: 750px) {
  #contents-single .contents-single__info__list__description {
    padding: 20px 10px;
    font-size: 13px;
  }
}
#contents-single .contents-single__info__list__sns {
  position: relative;
  padding-left: 30px;
}
#contents-single .contents-single__info__list__sns::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  #contents-single .contents-single__info__list__sns:not(:first-child) {
    margin-top: 8px;
  }
}
#contents-single .contents-single__info__list__sns--x:before {
  background-image: url(../img/icon_x.svg);
}
#contents-single .contents-single__info__list__sns--instagram::before {
  background-image: url(../img/icon_instagram.svg);
}
#contents-single .contents-single__info__list__sns--facebook::before {
  background-image: url(../img/icon_facebook.svg);
}
#contents-single .contents-single__info__list__sns--line::before {
  background-image: url(../img/icon_line.svg);
}
#contents-single .contents-single__info__list__sns--tiktok::before {
  background-image: url(../img/icon_tiktok.svg);
}
#contents-single .contents-single__info__list__sns--note::before {
  background-image: url(../img/icon_note.svg);
}
#contents-single .contents-single__info__list__sns--youtube::before {
  background-image: url(../img/icon_youtube.svg);
}
#contents-single .browser-back {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  #contents-single .browser-back {
    margin-top: 70px;
  }
}

/*
  TOP/CONTACT
==================================*/
#top-page #contact .contact__item-container {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 900px) {
  #top-page #contact .contact__item-container {
    flex-direction: column;
  }
}

#top-page #contact .section__title {
  width: 30%;
  padding-right: 20px;
  font-size: min(45px, 4.793608522vw);
}

@media screen and (max-width: 900px) {
  #top-page #contact .section__title {
    width: 100%;
    font-size: 33px;
  }
}

#top-page #contact .contact__items {
  flex: 1;
}

@media screen and (max-width: 900px) {
  #top-page #contact .contact__items {
    margin-top: 35px;
  }
}

#top-page #contact .contact__items__inner {
  display: flex;
  gap: 15px;
}

@media screen and (max-width: 900px) {
  #top-page #contact .contact__items__inner {
    flex-direction: column;
  }
}

#top-page #contact .contact__item {
  width: 33%;
}

@media screen and (max-width: 900px) {
  #top-page #contact .contact__item {
    width: 100%;
  }
}

#top-page #contact .contact__item .contact__item__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 4px 55px;
  border-radius: 5px;
  border: 2px solid #5b94b2;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: min(16px, calc(15/1116*100vw));
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 900px) {
  #top-page #contact .contact__item .contact__item__link {
    align-items: flex-start;
    padding: 25px 70px 25px 25px;
    text-align: left;
    font-size: 15px;
  }
}

#top-page #contact .contact__item .contact__item__link::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 30px;
  width: 30px;
  height: 12px;
  background: url(../img/arrow_right-black.svg) no-repeat center center/contain;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 900px) {
  #top-page #contact .contact__item .contact__item__link::before {
    right: 25px;
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
    width: 36px;
  }
}

#top-page #contact .contact__item .contact__item__link span {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
}

#top-page #contact .contact__item .contact__item__link:hover {
  background: #5b94b2;
  color: #fff;
}

#top-page #contact .contact__item .contact__item__link:hover::before {
  transform: translateX(8px);
  background: url(../img/arrow_right-white.svg) no-repeat center center/contain;
}

@media screen and (max-width: 900px) {
  #top-page #contact .contact__item .contact__item__link:hover::before {
    transform: translate(0, -50%);
    right: 15px;
  }
}

#top-page #contact .contact__item .contact__item__link--icon {
  margin-right: 2px;
}

#top-page #contact .contact__item__desc {
  margin-top: 24px;
  line-height: 1.5;
  text-align: center;
  font-size: 13px;
}

@media screen and (max-width: 900px) {
  #top-page #contact .contact__item__desc {
    margin-top: 10px;
    -moz-text-align-last: left;
    text-align-last: left;
  }

  #top-page #contact .contact__item__desc .is-pc {
    display: none;
  }
}

#top-page #contact .contact__item__desc a {
  position: relative;
  display: inline-block;
  color: #2E2E2E;
}

@media screen and (max-width: 900px) {
  #top-page #contact .contact__item__desc a {
    text-decoration: underline;
  }
}

#top-page #contact .contact__item__desc a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #2E2E2E;
  transition: width 0.3s ease-in-out;
}

@media screen and (max-width: 900px) {
  #top-page #contact .contact__item__desc a:after {
    display: none;
  }
}

#top-page #contact .contact__item__desc a:hover:after {
  width: 100%;
}

/*==================================

* NEWS／EVENT一覧ページ

==================================*/
.custom-dropdown__container {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  transition: transform 0.2s ease;
  z-index: 1;
}
.custom-dropdown__container.open {
  transform: translateX(-300px);
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  width: 330px;
  height: 50px;
}
@media screen and (max-width: 750px) {
  .custom-dropdown {
    width: 100%;
    max-width: 570px;
    height: 45px;
    padding: 0 20px;
  }
}

.custom-dropdown__selected {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 46px;
  box-sizing: content-box;
  border: 2px solid #5b94b2;
  border-radius: 5px;
  letter-spacing: 0.035em;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  cursor: pointer;
  z-index: 2;
}
.custom-dropdown__selected::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 15px;
  height: 8px;
  background: url(../img/icon_select_arrow.png) no-repeat center center/contain;
  transition: transform 0.3s ease;
  transform-origin: center center;
  /* 回転の中心を中央に設定 */
}

.custom-dropdown.open .custom-dropdown__selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
.custom-dropdown.open .custom-dropdown__selected:after {
  transform: rotateX(180deg) translateY(50%);
  /* X軸を中心に180度回転 */
}

.custom-dropdown__options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  /* 初期状態では非表示 */
  overflow: hidden;
  /* コンテンツがはみ出ないようにする */
  margin: 0;
  padding: 0;
  border-radius: 0 0 5px 5px;
  border: 2px solid transparent;
  /* 初期状態でボーダーを非表示 */
  background-color: #fff;
  list-style: none;
  z-index: 1;
  opacity: 0;
  /* 初期状態で透明 */
  transition: max-height 0.3s ease, opacity 0.3s ease, border-color 0.3s ease;
  /* スムーズなアニメーション */
}
@media screen and (max-width: 750px) {
  .custom-dropdown__options {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 530px;
    margin: auto;
  }
}

.custom-dropdown.open .custom-dropdown__options {
  max-height: 500px;
  /* 必要に応じて調整 */
  opacity: 1;
  /* 表示状態にする */
  border-color: #5b94b2;
  /* ボーダーを表示 */
}

.custom-dropdown__option {
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-dropdown__option:hover {
  background-color: #95c2db;
}

.original-select {
  display: none;
}

#news-archive .news {
  padding: 60px 0 140px;
  background: #f7f7f7;
}
@media screen and (max-width: 750px) {
  #news-archive .news {
    padding: 35px 0 90px;
  }
}
#news-archive .news__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px 2%;
}
@media screen and (max-width: 750px) {
  #news-archive .news__list {
    gap: 20px 6%;
  }
}
#news-archive .news__list__item {
  width: 32%;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 750px) {
  #news-archive .news__list__item {
    width: 47%;
  }
}
#news-archive .news__list__item a {
  display: block;
  width: 100%;
  height: 100%;
}
#news-archive .news__list__item:hover .news__thumbnail img {
  transform: scale(1.1);
}
#news-archive .news__thumbnail {
  overflow: hidden;
}
#news-archive .news__thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
#news-archive .news__text__container {
  padding: 20px 20px 30px;
}
@media screen and (max-width: 750px) {
  #news-archive .news__text__container {
    padding: 10px 10px 15px;
  }
}
#news-archive .news__title {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #news-archive .news__title {
    font-size: 13px;
  }
}
#news-archive time {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #5b94b2;
}
@media screen and (max-width: 750px) {
  #news-archive time {
    margin-top: 28px;
    font-size: 10px;
  }
}

/*==================================

* NEWS／EVENT詳細ページ

==================================*/
#news-single {
  margin-top: 65px;
  padding: 90px min(80px, 5.8565153734vw) 200px;
  background: #f7f7f7;
}
@media screen and (max-width: 750px) {
  #news-single {
    padding: 30px 20px 75px;
  }
}
#news-single .inner {
  padding: 56px 100px 90px;
  box-sizing: border-box;
  max-width: 900px;
  background: #fff;
}
@media screen and (max-width: 750px) {
  #news-single .inner {
    padding: 30px 35px 50px;
  }
}
#news-single .news-single__title {
  letter-spacing: 0.04em;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #news-single .news-single__title {
    font-size: 18px;
  }
}
#news-single .news__content-container {
  margin-top: 30px;
}
#news-single .news__content-container time {
  letter-spacing: 0.05em;
  font-size: 13px;
  font-weight: 500;
  color: #5b94b2;
}
@media screen and (max-width: 750px) {
  #news-single .news__content-container time {
    font-size: 12px;
  }
}
#news-single .news__cat {
  margin-left: 10px;
  padding: 3px 10px;
  border: 1px solid #979696;
  font-size: 11px;
  font-weight: 500;
  color: #979696;
}
#news-single .news__content-title {
  margin-top: 18px;
  padding-bottom: 20px;
  font-size: 26px;
  border-bottom: 1px solid #5b94b2;
}
@media screen and (max-width: 750px) {
  #news-single .news__content-title {
    padding-bottom: 10px;
    font-size: 18px;
  }
}
#news-single .news__content {
  margin-top: 30px;
}
/* floatがあると高さが0になることを防ぐ（画像の配置変更時のはみ出し回避） */
#news-single .news__content::after {
  content: "";
  display: block;
  clear: both;
}
/* 左右寄せの画像の次の次の要素の回り込み回避） */
#news-single .news__content .wp-block-image:has(> figure.alignleft) + * + * ,
#news-single .news__content .wp-block-image:has(> figure.alignright) + * + *  {
  clear: both;
}
#news-single .news__content h2 {
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
#news-single .news__content h2,
#news-single .news__content h3,
#news-single .news__content h4,
#news-single .news__content h5,
#news-single .news__content h6,
#news-single .news__content p {
  line-height: 1.7333333333;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  #news-single .news__content h3,
  #news-single .news__content h4,
  #news-single .news__content h5,
  #news-single .news__content h6,
  #news-single .news__content p {
    line-height: 1.5384615385;
  }
}
#news-single .news__content a {
  text-decoration: underline;
  color: #5b94b2;
}
#news-single .common__btn {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  #news-single .common__btn {
    margin-top: 46px;
  }
}

/*==================================

* 下層／施設TOPページ

==================================*/
/*
  施設TOP/anchor links
==================================*/
#facility-page #anchor-links {
  padding: 56px 0 0;
}
@media screen and (max-width: 750px) {
  #facility-page #anchor-links {
    padding: 30px 0 0;
  }
}
#facility-page #anchor-links .anchor-links__lists {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 750px) {
  #facility-page #anchor-links .anchor-links__lists {
    gap: 15px;
  }
}
#facility-page #anchor-links .anchor-links__item {
  border: 2px solid #5b94b2;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
#facility-page #anchor-links .anchor-links__item:hover {
  transform: translateY(-5px);
}
#facility-page #anchor-links .anchor-links__item:hover a {
  background-color: #5b94b2;
}
#facility-page #anchor-links .anchor-links__item:hover a .anchor-links__icon--content {
  background-image: url("../img/icon_content-white.svg");
}
#facility-page #anchor-links .anchor-links__item:hover a .anchor-links__icon--floor {
  background-image: url("../img/icon_floor-white.svg");
}
#facility-page #anchor-links .anchor-links__item:hover a .anchor-links__icon--access {
  background-image: url("../img/icon_access-white.svg");
}
#facility-page #anchor-links .anchor-links__item:hover p {
  color: #fff;
}
#facility-page #anchor-links .anchor-links__item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 750px) {
  #facility-page #anchor-links .anchor-links__item a {
    width: min(97px, 25.8666666667vw);
    height: min(97px, 25.8666666667vw);
  }
}
#facility-page #anchor-links .anchor-links__item a .anchor-links__icon {
  height: 64px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 750px) {
  #facility-page #anchor-links .anchor-links__item a .anchor-links__icon {
    height: min(50px, 13.3333333333vw);
  }
}
#facility-page #anchor-links .anchor-links__item a .anchor-links__icon--content {
  width: 85px;
  transform: translateX(10px);
  background-image: url("../img/icon_content.svg");
}
@media screen and (max-width: 750px) {
  #facility-page #anchor-links .anchor-links__item a .anchor-links__icon--content {
    transform: translateX(7px);
    width: min(64px, 17.0666666667vw);
  }
}
#facility-page #anchor-links .anchor-links__item a .anchor-links__icon--floor {
  width: 46px;
  background-image: url("../img/icon_floor.svg");
}
@media screen and (max-width: 750px) {
  #facility-page #anchor-links .anchor-links__item a .anchor-links__icon--floor {
    width: min(33px, 8.8vw);
  }
}
#facility-page #anchor-links .anchor-links__item a .anchor-links__icon--access {
  width: 56px;
  background-image: url("../img/icon_access.svg");
}
@media screen and (max-width: 750px) {
  #facility-page #anchor-links .anchor-links__item a .anchor-links__icon--access {
    width: min(43px, 11.4666666667vw);
  }
}
#facility-page #anchor-links .anchor-links__item a p {
  margin-top: 10px;
  letter-spacing: 0.035em;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #facility-page #anchor-links .anchor-links__item a p {
    font-size: 12px;
  }
}

/*
  施設TOP/SOCIAL MEDIA ACCOUNT
==================================*/
#facility-page #social-media-account {
  margin-top: 32px;
  padding: 32px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#facility-page #social-media-account .social-media-account__container {
  text-align: center;
}
#facility-page #social-media-account .social-media-account__title {
  font-size: 34px;
}
@media screen and (max-width: 750px) {
  #facility-page #social-media-account .social-media-account__title {
    font-size: 26px;
  }
}
#facility-page #social-media-account .social-media-account__text {
  margin-top: 16px;
  font-size: 14px;
}
#facility-page #social-media-account .social-media-account__icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}
#facility-page #social-media-account .social-media-account__icon-link {
  display: block;
  width: 70px;
  height: 70px;
  transition: opacity .3s ease;
}
@media screen and (max-width: 750px) {
  #facility-page #social-media-account .social-media-account__icon-link {
    width: 56px;
    height: 56px;
  }
}
#facility-page #social-media-account .social-media-account__icon-link:hover {
  opacity: .8;
}
#facility-page #social-media-account .social-media-account__icon-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*
  施設TOP/CONTENTS
==================================*/
#facility-page #contents {
  padding-bottom: 270px;
  background: #bed48f;
}
@media screen and (max-width: 750px) {
  #facility-page #contents {
    padding-bottom: 200px;
  }
}
#facility-page .contents_lists__container {
  margin-top: 48px;
}
@media screen and (max-width: 750px) {
  #facility-page .contents_lists__container {
    margin-top: 40px;
  }
}
#facility-page .contents_lists__container--studio {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  #facility-page .contents_lists__container--studio {
    margin-top: 64px;
  }
}






#facility-page .contents_lists__title__container {
  padding-bottom: 10px;
  border-bottom: 1px solid #2e2e2e;
}

#facility-page .contents_lists__title__container--flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#facility-page .contents_lists__title {
  font-size: 24px;
}

#facility-page .contents_lists__title span {
  font-size: 14px;
  font-weight: 500;
}

#facility-page .contents_lists__title__link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 750px) {
  #facility-page .contents_lists__title__link {
    gap: 10px;
    font-size: 16px;
  }
}

#facility-page .contents_lists__title__link img {
  width: 28px;
  height: auto;
  object-fit: contain;
  will-change: transform;
  transform: translateY(-3px);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 750px) {
  #facility-page .contents_lists__title__link img {
    width: min(28px, calc(22/375*100vw));
  }
}

#facility-page .contents_lists__title__link:hover {
  opacity: .7;
}

#facility-page .contents_lists__title__link:hover img {
    transform: translate(10px, -3px);
}
@media screen and (max-width: 750px) {
  #facility-page .contents_lists__title__link:hover img {
    transform: translate(6px, -3px);
  }
}






/* #facility-page .contents_lists__title {
  padding-bottom: 10px;
  border-bottom: 1px solid #2e2e2e;
  font-size: 24px;
}
#facility-page .contents_lists__title span {
  font-size: 14px;
  font-weight: 500;
} */





#facility-page .contents_lists {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  #facility-page .contents_lists {
    justify-content: space-between;
    gap: unset;
  }
}
#facility-page .contents_list {
  width: calc((100% - 190px) / 6);
}
@media screen and (max-width: 1000px) {
  #facility-page .contents_list {
    width: calc((100% - 120px) / 4);
  }
}
@media screen and (max-width: 750px) {
  #facility-page .contents_list {
    width: 47%;
  }
  #facility-page .contents_list:nth-child(n+3) {
    margin-top: 30px;
  }
}
#facility-page .contents_list__thumbnail {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  #facility-page .contents_list__thumbnail {
    aspect-ratio: unset;
  }
}
#facility-page .contents_list__thumbnail:hover img {
  transform: scale(1.1);
}
#facility-page .contents_list__thumbnail img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 750px) {
  #facility-page .contents_list__thumbnail img {
    border: none;
  }
}
#facility-page .contents_list__title {
  margin-top: 10px;
}
#facility-page .contents_list__title a {
  letter-spacing: 0.035em;
  font-size: 14px;
  font-weight: 500;
}
#facility-page .contents_list__sub-cat {
  margin-top: 10px;
  letter-spacing: 0.035em;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #facility-page .contents_list__sub-cat {
    font-size: 13px;
  }
}

/*
  施設TOP/スタジオスケジュール
==================================*/
#facility-page #schedule {
  padding-top: 0;
}
#facility-page #schedule .inner {
  width: calc(100% - min(80px, 5.8565153734vw) * 2);
  padding: 50px 5.4904831625vw 70px;
  margin-top: -190px;
  box-sizing: border-box;
  background: #f7f7f7;
}
@media screen and (max-width: 750px) {
  #facility-page #schedule .inner {
    margin-top: -160px;
    padding: 30px 20px 45px;
    width: calc(100% - 40px);
  }
}
#facility-page #schedule .section__title {
  text-align: center;
}
#facility-page #schedule .schedule__img {
  margin-top: 25px;
}
#facility-page #schedule .schedule__desc {
  margin-top: 15px;
  letter-spacing: -0.06em;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #facility-page #schedule .schedule__desc {
    margin-top: 10px;
    font-size: 11px;
  }
}

/*
  施設TOP/フロア案内
==================================*/
#facility-page #floor-guide {
  background: #95c2db;
}
#facility-page #floor-guide .floor-guide__map {
  max-width: 630px;
  margin: 24px auto 56px;
}
@media screen and (max-width: 750px) {
  #facility-page #floor-guide .floor-guide__map {
    margin: 40px auto;
  }
}
#facility-page #floor-guide .floor-guide__floor__title {
  font-weight: bold;
}
#facility-page #floor-guide .floor-guide__floor__title span {
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  #facility-page #floor-guide .floor-guide__floor__title span {
    font-size: 20px;
  }
}
#facility-page #floor-guide .floor-guide__map__img {
  margin-top: 16px;
}
#facility-page #floor-guide .floor-guide__item {
  display: flex;
  align-items: stretch;
  gap: 0 10px;
  max-width: 630px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #facility-page #floor-guide .floor-guide__item {
    gap: 6px;
  }
}
#facility-page #floor-guide .floor-guide__item:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 750px) {
  #facility-page #floor-guide .floor-guide__item:not(:first-child) {
    margin-top: 15px;
  }
}
#facility-page #floor-guide .floor-guide__floor-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  min-height: 65px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  background: #2e2e2e;
}
@media screen and (max-width: 750px) {
  #facility-page #floor-guide .floor-guide__floor-num {
    width: 50px;
    min-height: 50px;
    font-size: 16px;
  }
}
#facility-page #floor-guide .floor-guide__content__container {
  flex: 1;
}
#facility-page #floor-guide .floor-guide__content {
  height: 70px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #fff;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 750px) {
  #facility-page #floor-guide .floor-guide__content {
    height: auto;
  }
}
#facility-page #floor-guide .floor-guide__content:not(:first-of-type) {
  margin-top: 12px;
}
@media screen and (max-width: 750px) {
  #facility-page #floor-guide .floor-guide__content:not(:first-of-type) {
    margin-top: 15px;
  }
}
#facility-page #floor-guide .floor-guide__content:hover {
  opacity: 0.7;
}

#facility-page #floor-guide .floor-guide__content a {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  height: 100%;
  padding: 7px 15px;
}
@media screen and (max-width: 750px) {
  #facility-page #floor-guide .floor-guide__content a {
    min-height: 60px;
  }
}
#facility-page #floor-guide .floor-guide__content.no-link {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  height: 100%;
  padding: 7px 15px;
  transition: none;
}
@media screen and (max-width: 750px) {
  #facility-page #floor-guide .floor-guide__content.no-link {
    min-height: 60px;
  }
}
#facility-page #floor-guide .floor-guide__content.no-link:hover {
  opacity: 1;
}
#facility-page #floor-guide .floor-guide__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  #facility-page #floor-guide .floor-guide__logo {
    width: 28%;
  }
}
#facility-page #floor-guide .floor-guide__logo img {
  max-height: 56px;
  object-fit: contain;
}
@media screen and (max-width: 750px) {
#facility-page #floor-guide .floor-guide__logo img {
    max-height: 46px;
  }
}
#facility-page #floor-guide .floor-guide__title {
  flex: 1;
  line-height: 1.2142857143;
  letter-spacing: 0.03em;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #facility-page #floor-guide .floor-guide__title {
    line-height: 1.2;
    font-size: 14px;
  }
}
#facility-page #floor-guide .floor-guide__title span {
  display: inline-block;
  line-height: 1.4166666667;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  #facility-page #floor-guide .floor-guide__title span {
    line-height: 1.3;
    font-size: 10px;
  }
}
#facility-page #floor-guide .floor-guide__banner {
  max-width: 630px;
  margin: 56px auto 0;
}
@media screen and (max-width: 750px) {
  #facility-page #floor-guide .floor-guide__banner {
    margin: 40px auto 0;
  }
}
#facility-page #floor-guide .floor-guide__banner__img {
  margin-top: 16px;
}
#facility-page #floor-guide .floor-guide__banner__img a {
  display: block;
  transition: opacity .3s ease;
}
@media screen and (max-width: 750px) {
  #facility-page #floor-guide .floor-guide__banner__img a {
    text-align: center;
  }
}
#facility-page #floor-guide .floor-guide__banner__img a:hover {
  opacity: .7;
}



/*
  施設TOP/アクセス
==================================*/
#facility-page #access .access__container {
  display: flex;
  min-height: 400px;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  #facility-page #access .access__container {
    min-height: unset;
    display: block;
  }
}
#facility-page #access .access__text {
  width: 34.7826086957%;
  padding: 66px 40px 40px;
  line-height: 1.4285714286;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 750px) {
  #facility-page #access .access__text {
    width: 100%;
    padding: 64px 30px 80px;
  }
}
#facility-page #access .access__text--nakano {
  background: url(../img/access_nakano_pc.png) no-repeat center center/cover;
}
@media screen and (max-width: 750px) {
  #facility-page #access .access__text--nakano {
    background: url(../img/access_nakano_sp.png) no-repeat center center/cover;
  }
}
#facility-page #access .access__text--tamaplaza {
  background: url(../img/access_tamaplaza_pc.png) no-repeat center center/cover;
}
@media screen and (max-width: 750px) {
#facility-page #access .access__text--tamaplaza {
  background: url(../img/access_tamaplaza_sp.png) no-repeat center center/cover;
}
}
#facility-page #access .access__text--jiyugaoka {
  background: url(../img/access_jiyugaoka_pc.png) no-repeat center center/cover;
}
@media screen and (max-width: 750px) {
#facility-page #access .access__text--jiyugaoka {
  background: url(../img/access_jiyugaoka_sp.png) no-repeat center center/cover;
}
}
#facility-page #access .section__title {
  line-height: 1;
}
@media screen and (min-width: 751px) {
  #facility-page #access .section__title {
    font-size: min(45px, 5.0599201065vw);
  }
}
#facility-page #access .section__title span {
  line-height: 2.25;
}
#facility-page #access address {
  margin-top: 50px;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #facility-page #access address {
    margin-top: 28px;
  }
}
#facility-page #access address span {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
}
#facility-page #access .access__map {
  flex: 1;
}
#facility-page #access .access__map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  #facility-page #access .access__map iframe {
    aspect-ratio: 680/600;
  }
}

/*
  施設TOP/LINEバナー
==================================*/
#facility-page #line-banner {
  padding-top: 0;
}
#facility-page #line-banner .line-banner__container {
  display: block;
  max-width: 790px;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}
#facility-page #line-banner .line-banner__container:hover {
  opacity: 0.7;
}

/*========================================
  プライバシーポリシーページ／利用規約ページ
========================================*/
#privacy-page .privacy,
#privacy-page .terms,
#terms-page .privacy,
#terms-page .terms {
  padding: 46px 0 56px;
  background: #f7f7f7;
}
@media screen and (max-width: 750px) {
  #privacy-page .privacy,
  #privacy-page .terms,
  #terms-page .privacy,
  #terms-page .terms {
    padding: 40px 0 48px;
  }
}
#privacy-page .privacy .inner,
#privacy-page .terms .inner,
#terms-page .privacy .inner,
#terms-page .terms .inner {
  max-width: 700px;
}
#privacy-page .privacy p,
#privacy-page .terms p,
#terms-page .privacy p,
#terms-page .terms p {
  line-height: 1.5;
  letter-spacing: 0.035em;
  font-size: 14px;
}
#privacy-page .privacy__title,
#privacy-page .terms__title,
#terms-page .privacy__title,
#terms-page .terms__title {
  margin: 24px 0 6px;
  letter-spacing: 0.04em;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  #privacy-page .privacy__title,
  #privacy-page .terms__title,
  #terms-page .privacy__title,
  #terms-page .terms__title {
    margin: 26px 0 6px;
  }
}
#privacy-page .common__btn,
#terms-page .common__btn {
  margin-top: 86px;
}
@media screen and (max-width: 750px) {
  #privacy-page .common__btn,
  #terms-page .common__btn {
    margin-top: 50px;
  }
}

/*========================================
  404ページ
========================================*/
#not-found-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 88px);
  padding: 60px 0 89px;
}
@media screen and (max-width: 750px) {
  #not-found-page {
    min-height: calc(100vh - 167px);
  }
}
#not-found-page .contents__page-title__inner {
  position: relative;
  padding: 83px 34px 65px;
}
@media screen and (max-width: 750px) {
  #not-found-page .contents__page-title__inner {
    padding: min(51px, 13.6vw) min(21px, 5.6vw) min(35px, 9.3333333333vw);
  }
}
#not-found-page .contents__page-title__inner::before {
  position: absolute;
  content: "404";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #e3ecf4;
  font-size: 288px;
  font-weight: bold;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  #not-found-page .contents__page-title__inner::before {
    font-size: min(189px, 50.4vw);
  }
}
#not-found-page .contents__title {
  font-size: 50px;
}
@media screen and (max-width: 750px) {
  #not-found-page .contents__title {
    font-size: min(33px, 8.8vw);
  }
}
@media screen and (max-width: 376px) {
  #not-found-page .contents__title {
    font-size: 26px;
  }
}
#not-found-page .contents__subtitle {
  letter-spacing: 0.035em;
}
@media screen and (max-width: 750px) {
  #not-found-page .contents__subtitle {
    font-size: 15px;
  }
}
#not-found-page .not-found__desc {
  margin-top: 74px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.035em;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #not-found-page .not-found__desc {
    margin-top: 46px;
    font-size: 14px;
  }
}
#not-found-page .common__btn {
  margin-top: 52px;
}
@media screen and (max-width: 750px) {
  #not-found-page .common__btn {
    margin-top: 50px;
  }
}

/*==========================
  fade-in アニメーション
==========================*/
.fadein-bottom {
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
  transform: translate(0, 30px);
}
.fadein-bottom.common__btn {
  transition: opacity 1.5s, transform 1.5s, background-color 0.3s ease;
}
.fadein-bottom.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}


/*========================================
  お問い合わせページ・確認ページ・サンクスページ
========================================*/
/* お問い合わせページ・サンクスページ共有 */
#contact-page,
#thanks-page {
  line-height: 1.75;
  background: #f7f7f7;
}

/* お問い合わせページ・サンクスページ共有 */
#contact-page .contact-form,
#thanks-page .contact-form {
  margin-top: 55px;
}

#contact-page .inner {
  max-width: 880px;
}

/* サンクスページ */
#thanks-page .inner {
  max-width: 600px;
}

/* お問い合わせページ・サンクスページ共有 */
#contact-page .contact-form h2,
#thanks-page .contact-form h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #5b94b2;
}

@media screen and (max-width: 750px) {
  #contact-page .contact-form h2,
  #thanks-page .contact-form h2 {
    font-size: 20px;
  }
}

#contact-page .contact-form .contact-form__lead {
  margin-top: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

#contact-page .contact-form .contact-form__line {
  display: block;
  margin: 42px auto 45px;
  width: 120px;
  height: 1px;
  background: #000;
  text-align: center;
}

/* お問い合わせページ・サンクスページ共有 */
#contact-page .contact-form .contact-form__description,
#thanks-page .contact-form .contact-form__description {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 500;
}

/* サンクスページ・トップページに戻るボタン */
#thanks-page .common__btn {
  margin-top: 48px;
}


/* 成功時リダイレクト予定の送信中はCF7のメッセージを隠す */
.cf7-redirecting
.wpcf7-response-output {
  display: none !important;
}

/* ここからお問い合わせフォームのスタイル */
#contact-page .contact-form .contact-form__inner {
  padding: 46px 60px;
  margin-top: 62px;
  border-radius: 20px;
  background: #fff;
}

@media screen and (max-width: 750px) {
  #contact-page .contact-form .contact-form__inner {
    padding: 32px;
  }
}

#contact-page .contact-form .contact-form_item {
  margin-top: 20px;
  font-weight: 500;
}

#contact-page .contact-form .wpcf7-form p.contact-form_item__heading {
  display: block;
  margin-bottom: 20px;
}

#contact-page .contact-form .wpcf7-form,
#contact-page .contact-form .wpcf7-form p,
#contact-page .contact-form .wpcf7-form label {
  font-size: 16px;
  font-weight: 500;
}

#contact-page .contact-form .wpcf7-form p {
  display: inline-block;
}

/*必須*/
#contact-page .contact-form .required {
  margin-right: 12px;
  padding: 2px 6px;
  font-size: 13px;
  color: #fff;
  background: #dc0000;
}

/*チェックボックス*/
#contact-page .contact-form .wpcf7-list-item.first {
  margin-left: 0;
}

@media screen and (max-width: 890px) {
  #contact-page .contact-form .wpcf7-list-item.first {
    margin-left: 1em;
  }
}

#contact-page .contact-form input[type="checkbox"] {
  display: none;
}

#contact-page .contact-form .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  padding-left: 22px;
  font-weight: 500;
}

#contact-page .contact-form .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #000;
  background: #fff;
}

#contact-page .contact-form input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  display: block;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 4px;
  border-top: 3px solid #5b94b2;
  border-right: 3px solid #5b94b2;
  transform: rotate(135deg);
}

@media screen and (max-width: 890px) {
  #contact-page .contact-form .wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-direction: column;
  }
}


/*テキスト*/
#contact-page .contact-form .wpcf7-text {
  width: 100%;
  height: 45px;
  margin-top: 8px;
  padding: 10px;
  border: 1px solid #b3b3b3;
  font-size: 15px;
  background: #f7f7f7;
}

/*テキストエリア*/
#contact-page .contact-form .wpcf7-textarea {
  width: 100%;
  height: 380px;
  margin-top: 8px;
  padding: 10px;
  border: 1px solid #b3b3b3;
  font-size: 15px;
  background: #f7f7f7;
}

/*添付ファイル（テスト1）*/
#contact-page .contact-form .contact-form_item--file {
  margin-top: 8px;
  padding: 82px 66px;
  text-align: center;
  border: 1px solid #b3b3b3;
  background: #f7f7f7;
}

@media screen and (max-width: 750px) {
  #contact-page .contact-form .contact-form_item--file {
    padding: 32px 20px;
  }
}

#contact-page .contact-form .contact-form_item--file .codedropz-upload-handler {
  background: #fdfdfd;
}

#contact-page .contact-form .contact-form_item--file .codedropz-upload-inner div {
  font-weight: 500;
}

#contact-page .contact-form .contact-form_item--file .codedropz-btn-wrap {
  margin-block: 16px 10px;
}

#contact-page .contact-form .contact-form_item--file .cd-upload-btn {
  padding: 8px 14px;
  border: 1px solid #b3b3b3;
  font-weight: bold;
  background: #e6e6e6;
}

#contact-page .contact-form .contact-form_item--file p {
  display: block;
}

#contact-page .contact-form .contact-form_item--file .contact-form_item--file-desc {
  margin-top: 20px;
}

/* メディア関係者承認 */
#contact-page .contact-form .form-acceptance-media {
  margin-top: 50px;
  text-align: center;
}

#contact-page .contact-form .form-acceptance-media .wpcf7-list-item {
  margin-left: 0;
}

/* プラバシーポリシー */
#contact-page .contact-form p.form-privacy {
  width: 100%;
  margin-top: 36px;
  text-align: center;
}

#contact-page .contact-form p.form-privacy a {
  text-decoration: underline;
  transition: opacity .3s ease;
  font-weight: 500;
}

#contact-page .contact-form p.form-privacy a:hover {
  text-decoration: underline;
  opacity: .6;
}

/* プラバシーポリシー承認  */
#contact-page .contact-form .form-acceptance-privacy {
  margin-top: 20px;
  text-align: center;
}

#contact-page .contact-form .form-acceptance-privacy .wpcf7-list-item {
  margin-left: 0;
}

/*確認ボタン・デフォルトのスタイルを無効化*/
.contact-form__buttons button.common__btn {
  -webkit-appearance: none;
  appearance: none;
  max-width: 100%;
  border: 1px solid #2e2e2e;
  /* 念のため再宣言（UA差異対策） */
  background: #fff;
  color: inherit;
  font: inherit;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}

/*確認ボタン・ホバー時*/
.contact-form__buttons button.common__btn:hover {
  color: #fff;
}

/* 無効状態（確認ボタンの disabled 用） */
.contact-form__buttons {
  margin-top: 45px;
}

.contact-form__buttons button.common__btn:disabled {
  opacity: 0.5;
  background: #dcdcdc;
  pointer-events: none;
  cursor: not-allowed;
}

/* 確認画面 */
#contact-page .contact-form #cf7-step-confirm dl.contact-form_item {
  margin-top: 0;
  display: flex;
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width: 750px) {
  #contact-page .contact-form #cf7-step-confirm dl.contact-form_item {
    flex-direction: column;
    border-bottom: none;
  }
}

#contact-page .contact-form #cf7-step-confirm dl.contact-form_item:last-of-type{
  border-bottom: none;
}

#contact-page .contact-form #cf7-step-confirm dt {
  width: 30%;
  padding: 20px;
  background: #f7f7f7;
  ;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  #contact-page .contact-form #cf7-step-confirm dt {
    width: 100%;
    padding: 6px 10px;
    background: #ededed;
  }
}

#contact-page .contact-form #cf7-step-confirm dd {
  flex: 1;
  padding: 20px;
}

@media screen and (max-width: 750px) {
  #contact-page .contact-form #cf7-step-confirm dd {
    padding: 20px 10px;
  }
}

#contact-page .contact-form #cf7-step-confirm .contact-form__buttons {
  display: flex;
  gap: 32px;
}

@media screen and (max-width: 750px) {
  #contact-page .contact-form #cf7-step-confirm .contact-form__buttons {
    flex-direction: column;
    gap: 24px;
  }
}

/* 修正ボタン・矢印 */
#contact-page .contact-form #cf7-step-confirm .contact-form__buttons .js-back:after {
  right: unset;
  left: 15px;
  background: url(../img/arrow_left-black.svg) no-repeat center center / contain;
}

/* 修正ボタン・矢印ホバー時 */
#contact-page .contact-form #cf7-step-confirm .contact-form__buttons .js-back:hover:after {
  left: 10px;
  background: url(../img/arrow_left-white.svg) no-repeat center center / contain;
}

/* 送信ボタン */
#contact-page .contact-form #cf7-step-confirm .contact-form__buttons .wpcf7-submit {
  border: 1px solid #5b94b2;
  color: #fff;
  background: #5b94b2;
}

/* 送信ボタン・ホバー時 */
#contact-page .contact-form #cf7-step-confirm .contact-form__buttons .wpcf7-submit:hover {
  border: 1px solid #2e2e2e;
}

/* 送信ボタン・矢印ホバー時 */
#contact-page .contact-form #cf7-step-confirm .contact-form__buttons .wpcf7-submit::after {
  background: url(../img/arrow_right-white.svg) no-repeat center center / contain;
}


/*==================================

* 下層／STUDIOページ

==================================*/
#studio-page {
  margin-top: 65px;
}

@media screen and (max-width: 750px) {
  #studio-page {
    margin-top: 55px;
  }
}

#studio-page .logo {
  padding-top: 72px;
  width: 400px;
  margin-inline: auto;
}

@media screen and (max-width: 750px) {
  #studio-page .logo {
    padding-top: 50px;
    width: 260px;
  }
}

#studio-page .lead {
  margin-top: 64px;
  padding: 0 clamp(24px, calc(24/375*100vw), 48px);
  line-height: 1.75;
  text-align: center;
  font-size: 16.5px;
}

@media screen and (max-width: 750px) {
  #studio-page .lead {
    margin-top: 46px;
  }
}

/*
  STUDIO/無限スクロール
==================================*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

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

#studio-page .scroll-infinity {
  margin-top: 48px;
}

@media screen and (max-width: 750px) {
  #studio-page .scroll-infinity {
    margin-top: 27px;
  }
}

#studio-page .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

#studio-page .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}

#studio-page .scroll-infinity__list--left {
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}

#studio-page .scroll-infinity__item {
  width: calc(100vw / 4);
}

@media (max-width: 750px) {
  #studio-page .scroll-infinity__item {
    width: calc(100vw / 2.2);
  }
}

#studio-page .scroll-infinity__item>img {
  width: 100%;
}

/*
  STUDIO/アンカーリンクボタンセクション
==================================*/
@media (max-width: 750px) {
  #studio-page .anchor__link {
    padding-block: 58px 50px;
  }
}

#studio-page .anchor__link .section__title {
  text-align: center;
}

#studio-page .anchor__link__btn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-top: 50px;
}

@media (max-width: 750px) {
  #studio-page .anchor__link__btn {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 32px;
  }
}

#studio-page .arrow-down__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  height: 100px;
  margin-inline: auto;
  padding-bottom: 20px;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  background: #fff;
  transition: all 0.3s ease;
}

@media (max-width: 750px) {
  #studio-page .arrow-down__btn {
    height: 80px;
  }
}

#studio-page .arrow-down__btn:hover {
  transform: translateY(-5px);
  background: #f3f3f3;
}

#studio-page .arrow-down__btn::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 5px;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

#studio-page .arrow-down__btn span {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
}

@media (max-width: 750px) {
  #studio-page .arrow-down__btn span {
    margin-top: 5px;
  }
}

/*
  STUDIO/施設セクション（画像）
==================================*/
#studio-page .facility {
  border-top: 4px solid #0096df;
  background: #f7f7f7;
}

#studio-page .facility:nth-child(even) {
  border-top-color: #008d43;
}

@media (max-width: 750px) {
  #studio-page .facility {
    padding-block: 0 85px;
  }
}

#studio-page .facility__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4%;
}

@media (max-width: 750px) {
  #studio-page .facility__container {
    display: block;
  }
}

#studio-page .facility__image {
  width: 66%;
  border-radius: 4px;
  overflow: hidden;
}

@media (max-width: 750px) {
  #studio-page .facility__image {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
  }
}

#studio-page .facility__description {
  flex: 1;
}

@media (max-width: 750px) {
  #studio-page .facility__description {
    margin-top: 32px;
  }
}

#studio-page .facility__title {
  font-size: 35px;
  font-weight: 500;
}

@media (max-width: 750px) {
  #studio-page .facility__title {
    text-align: center;
    font-size: 30px;
  }
}

#studio-page .facility__title span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
}

#studio-page .facility__text {
  margin-top: 24px;
  line-height: 1.5;
  font-size: 14px;
}

@media (max-width: 750px) {
  #studio-page .facility__text {
    margin-top: 28px;
    line-height: 1.7;
  }
}

#studio-page .facility-img__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3%;
  margin-top: 36px;
}

#studio-page .facility-img__item {
  flex: 1;
}

#studio-page .facility-img__img-wrapper {
  border-radius: 4px;
  overflow: hidden;
}

#studio-page .facility-img__caption {
  margin-top: 10px;
  font-size: 12px;
}

/*
  STUDIO/施設セクション（詳細）
==================================*/
#studio-page .facility-detail {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4.7%;
  margin-top: 64px;
}

@media (max-width: 750px) {
  #studio-page .facility-detail {
    flex-direction: column-reverse;
    margin-top: 32px;
  }
}

#studio-page .facility-detail__container {
  width: 43%;
}

@media (max-width: 750px) {
  #studio-page .facility-detail__container {
    width: 100%;
  }
}

.facility-detail__heading {
  line-height: 36px;
  font-size: 18px;
}

@media (max-width: 750px) {
  .facility-detail__heading {
    margin-top: 29px;
    line-height: 1.75;
    font-size: 14px;
  }
}

#studio-page .facility-detail__list {
  display: flex;
  border: 1px solid #a19e9e;
  border-bottom: none;
}

#studio-page .facility-detail__list:last-child {
  border-bottom: 1px solid #a19e9e;
}

#studio-page .facility-detail__term {
  width: 20%;
  min-width: 100px;
  padding: 20px 10px;
  line-height: 1.75;
  font-size: 14px;
  border-right: 1px solid #a19e9e;
  background: #e6e6e6;
}

@media screen and (max-width: 750px) {
  #studio-page .facility-detail__term {
    width: 24%;
    padding: 9px;
    line-height: 1.4;
    font-size: 12px;
  }
}

#studio-page .facility-detail__description {
  flex: 1;
  padding: 20px 10px;
  line-height: 1.36;
  font-size: 13px;
  word-break: break-all;
}

@media screen and (max-width: 750px) {
  #studio-page .facility-detail__description {
    padding: 9px;
    line-height: 1.4;
    font-size: 12px;
  }
}

#studio-page .facility-detail__floorplan {
  flex: 1;
}

#studio-page .facility-detail__floorplan-note {
  line-height: 36px;
  text-align: center;
  font-size: 14px;
}

#studio-page .facility-detail__floorplan-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 358px;
  border: 1px solid #a19e9e;
  background: #fff;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  #studio-page .facility-detail__floorplan-img-container {
    min-height: unset;
    cursor: unset;
  }
}

#studio-page .facility-detail__floorplan-img-container img {
  width: 80%;
}

@media screen and (max-width: 750px) {
  #studio-page .facility-detail__floorplan-img-container img {
    width: 100%;
  }
}

/*
  STUDIO/施設セクション（SPスライダー）
==================================*/
#studio-page .facility-slider {
  margin-top: 36px;
}

@media screen and (max-width: 750px) {
  #studio-page .facility-slider {
    margin-top: 40px;
  }
}

#studio-page .facility-slider .swiper-slide img {
  border-radius: 5px;
}

#studio-page .facility-slider .swiper-button-prev::after,
#studio-page .facility-slider .swiper-button-next::after {
  content: "";
  width: 10px;
  height: 20px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}

#studio-page .facility-slider .swiper-button-next::after {
  background-image: url(../img/studio-slider-arrow-right.svg);
}

#studio-page .facility-slider .swiper-button-prev::after {
  background-image: url(../img/studio-slider-arrow-left.svg);
}

#studio-page .facility-slider .swiper-slide .slide-cap {
  margin-top: 10px;
  font-size: 12px;
}

/* サムネイル */
#studio-page .facility-slider-thumbnail {
  margin-top: 16px;
}

#studio-page .facility-slider-thumbnail .swiper-slide img {
  border-radius: 5px;
  opacity: .5;
}

#studio-page .facility-slider-thumbnail .swiper-slide.active img {
  opacity: 1;
  border: 1px solid #808080;
}

/*
  STUDIO/施設セクション（ポップアップ）
==================================*/
/* SP時はポップアップなし */
@media screen and (max-width: 750px) {
  #studio-page .popup_wrap {
    display: none;
  }
}

/* ポップアップ全体を包む */
#studio-page .popup_wrap input {
  display: none;
}

/* オーバーレイ背景（非表示時は透明＋縮小） */
#studio-page .popup_overlay {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  /* 念のため */
  max-height: 100vh;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: 9999;
}

/* 背景をクリックして閉じる */
#studio-page .popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* ポップアップの中身 */
#studio-page .popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 900px;
  padding: 50px 40px;
  box-sizing: border-box;
  background: #fff;
  transition: 0.5s;
  z-index: 1000;
}

/* 閉じるボタン */
#studio-page .close_btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  font-size: 20px;
  color: #fff;
  background: #989898;
  cursor: pointer;
}

/* チェックが入ったらポップアップ表示 */
#studio-page .popup_wrap input:checked~.popup_overlay {
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.5s;
}

/* トリガーとしてのボタン見た目（任意で装飾） */
#studio-page .open_btn {
  padding: 20px 10px;
  transition: 0.3s ease;
}

@media screen and (max-width: 750px) {
  #studio-page .open_btn {
    padding: 36px 10px;
  }
}

@media screen and (min-width: 751px) {
  #studio-page .open_btn:hover {
    opacity: .8;
  }
}

#studio-page .facility-detail__recruitment {
  margin-top: 52px;
  text-align: center;
}

#studio-page .facility-detail__notice {
  line-height: 1.75;
  font-size: 16px;
  font-weight: bold;
  color: #c1272d;
}

/*
  STUDIO/リンクボタン
==================================*/
#studio-page .facility-detail__btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 76px;
  margin-top: 80px;
}

@media screen and (max-width: 750px) {
  #studio-page .facility-detail__btn-group {
    flex-direction: column;
    gap: 23px;
    margin-top: 50px;
  }
}

#studio-page .facility-detail__recruitment+.facility-detail__btn-group {
  margin-top: 20px;
}

#studio-page .facility-detail__btn-group .common__btn {
  width: 300px;
  margin-inline: unset;
  letter-spacing: .03em;
}

#studio-page .facility-detail__btn-group .common__btn:after {
  width: 25px;
  height: 9px;
}

@media screen and (max-width: 750px) {
  #studio-page .facility-detail__btn-group .common__btn:after {
    width: 22px;
  }
}

#studio-page .facility-detail__btn-group .common__btn span {
  font-weight: 400;
}

/*
  SNSLISTページ
==================================*/
#snslist-page {
  background: #fff;
}
#snslist-page .inner {
  max-width: 1100px;
}
@media screen and (max-width: 750px) {
  #snslist-page .inner {
    padding-inline: 18px;
  }
}
#snslist-page #snslist {
  padding-block: 184px 170px;
}
@media screen and (max-width: 750px) {
  #snslist-page #snslist {
    padding-block: 105px 100px;
  }
}

#snslist-page .snslist-hero__title {
  position: relative;
  letter-spacing: .06em;
  text-align: center;
  font-size: 45px;
  font-weight: 500;
  color: #4191D6;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  #snslist-page .snslist-hero__title {
    line-height: 1.1;
    font-size: 35px;
  }
}

#snslist-page .snslist-hero__card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  margin-top: -24px;
  padding: 64px 130px 36px;
  border-radius: 187.5px;
  background: #F7F7F7;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #snslist-page .snslist-hero__card {
    flex-direction: column;
    gap: 18px;
    margin-top: -60px;
    margin-inline: calc(50% - 50vw);
    padding: 66px 16px 16px;
    border-radius: 196.5px;
  }
}

#snslist-page .snslist-hero__left {
  flex: 1;
}
@media screen and (max-width: 750px) {
  #snslist-page .snslist-hero__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

#snslist-page .snslist-hero__text {
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-size: 17px;
}
@media screen and (max-width: 750px) {
  #snslist-page .snslist-hero__text {
    order: 2;
    margin-top: 42px;
    line-height: 1.7;
    text-align: center;
    font-size: 15px;
  }
}

#snslist-page .snslist-hero__icons {
  display: flex;
  align-items: center;
  gap: 42px;
  margin-top: 28px;
}
@media screen and (max-width: 750px) {
  #snslist-page .snslist-hero__icons {
    order: 1;
    gap: 24px;
    margin-top: 16px;
  }
}
#snslist-page .snslist-hero__icons img {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
}

#snslist-page .snslist-hero__image {
  width: 36%;
}
@media screen and (max-width: 750px) {
  #snslist-page .snslist-hero__image {
    order: 3;
    margin-top: 10px;
    width: min(270px, 100%);
  }
}
#snslist-page .snslist-hero__image img {
  display: block;
  width: 100%;
  height: auto;
}

#snslist-page .snslist-group {
  max-width: 900px;
  margin-inline: auto;
  padding: 0;
}

#snslist-page #snslist-line,
#snslist-page #snslist-instagram {
  scroll-margin-top: 100px;
}
@media screen and (max-width: 750px) {
  #snslist-page #snslist-line,
  #snslist-page #snslist-instagram {
    scroll-margin-top: 80px;
  }
}

#snslist-page .snslist-group--line {
  margin-top: 98px;
}
@media screen and (max-width: 750px) {
  #snslist-page .snslist-group--line {
    margin-top: 100px;
  }
}

#snslist-page .snslist-group--instagram {
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  #snslist-page .snslist-group--instagram {
    margin-top: 66px;
  }
}

#snslist-page .snslist-group__title {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ccc;
}
@media screen and (max-width: 750px) {
  #snslist-page .snslist-group__title {
    position: relative;
    justify-content: flex-start;
    gap: 9px;
    max-width: 90%;
    margin-inline: auto;
    border-bottom: none;
  }
  #snslist-page .snslist-group__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 2px;
    background: #ccc;
  }
}

#snslist-page .snslist-group__title img {
  width: 65px;
  height: 65px;
  object-fit: contain;
}
@media screen and (max-width: 750px) {
  #snslist-page .snslist-group__title img {
    width: 40px;
    height: 40px;
  }
}

#snslist-page .snslist-group__title span {
  font-weight: bold;
}
#snslist-page .snslist-group__title-en {
  margin-right: 8px;
  font-size: 30px;
}
@media screen and (max-width: 750px) {
  #snslist-page .snslist-group__title-en {
    margin-right: 4px;
    font-size: 24px;
  }
}

#snslist-page .snslist-group__title-ja {
  font-size: 26px;
}
@media screen and (max-width: 750px) {
  #snslist-page .snslist-group__title-ja {
    font-size: 20px;
  }
}

#snslist-page .snslist-group__links {
  margin-top: 34px;
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 750px) {
  #snslist-page .snslist-group__links {
    flex-direction: column;
    gap: 28px;
    max-width: 300px;
    margin: 24px auto 0;
  }
}

#snslist-page .snslist-group__links--line {
  justify-content: space-between;
}
#snslist-page .snslist-group__links--instagram {
  justify-content: flex-start;
}

#snslist-page .snslist-link-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  padding: 10px;
  border: 2px solid #5B94B2;
  border-radius: 5px;
  text-align: center;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

#snslist-page .snslist-group__links--line .snslist-link-card {
  flex: 1;
}

#snslist-page .snslist-group__links--instagram .snslist-link-card {
  width: calc((100% - 72px) / 3);
}
@media screen and (max-width: 750px) {
  #snslist-page .snslist-group__links--instagram .snslist-link-card {
    width: 100%;
  }
}

#snslist-page .snslist-link-card:hover {
  background: #5b94b2;
  color: #fff;
}

#snslist-page .snslist-link-card:hover .snslist-link-card__id {
  color: #fff;
}

@media screen and (max-width: 750px) {
  #snslist-page .snslist-link-card {
    width: 100%;
    min-height: 74px;
  }
}

#snslist-page .snslist-link-card__name {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #snslist-page .snslist-link-card__name {
    font-size: 20px;
  }
}

#snslist-page .snslist-link-card__id {
  font-size: 14px;
  font-weight: 500;
  color: #808080;
  transition: color 0.3s ease-in-out;
}