body {
  font-family: Segoe UI, Liberation Sans, Nimbus Sans L, Helvetica, Arial, serif;
}

body.en {
  font-family: Segoe UI, Liberation Sans, Nimbus Sans L, Helvetica, Arial, serif;
}

body.zh_TW {
  font-family: Noto Sans TC, sans-serif;
}

body.CN {
  font-family: Noto Sans SC, sans-serif;
}

body.fr {
  font-family: GrasItalique, sans-serif;
}

html {
  font-size: 62.5%;
}

.wrapper {
  overflow: hidden;
}

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

.margin-0-auto {
  margin: 0 auto;
}

.font-size-25 {
  font-size: 25px;
  font-weight: bold;
}

.vertical-line-blue {
  border-left: 4px solid #3cc2ff;
  padding-left: 8px !important;
}

.vertical-line-white {
  border-left: 4px solid #fff;
  padding-left: 8px !important;
}

.footer {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 0.69vw;
  justify-content: center;
  position: relative;
  width: 100vw;
  background-color: #3bc2ffad !important;
  background-blend-mode: soft-light;
  /* --mask: radial-gradient(100.96px at 50% 140px, #000 99%, #0000 101%) calc(50% - 112px) 0 / 224px 100%, radial-gradient(100.96px at 50% -84px, #0000 99%, #000 101%) 50% 56px / 224px 100% repeat-x;
  -webkit-mask: var(--mask); */
  mask: var(--mask);

  background: url('/img/footer/back-image.jpeg.webp') no-repeat center center;
  background-size: cover;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  /* この高さがフェード範囲 */
  pointer-events: none;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%);
}


.footer .group-100 {
  /* align-self: stretch;
  background-image: url(../img/common/group-99.png);
  background-size: 100% 100%; */
  margin-bottom: -1.08vw;
  width: 100%;
}

.footer .frame-100 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.69vw;
  position: relative;
  top: 0;
}

.footer .auto-layout-horizontal-2 {
  display: inline-flex;
  flex: 1;
  gap: 1.39vw;
  margin-bottom: 20px;
}

.footer .group {
  border-radius: 50%;
  height: auto;
  position: relative;
  width: 4.31vw;
}

.footer .frame-1 {
  height: auto;
  left: 0.97vw;
  /* position: absolute; */
  top: 0.97vw;
  width: 2vw;
}

.footer .gothica1-bold-white-20px {
  font-size: 22px;
}

.footer .tel-number {
  margin-top: -10px;
}

.notoserif-normal-white-24px {
  color: var(--white);
  /* font-family: var(--font-family-noto_serif); */
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  line-height: 3vw;
}

.header-logo {
  width: 180px;
  filter: drop-shadow(1px 1px 1px #000000b0);
}

  /* .header-logo.logo-shadow {
    display: block;
  }

  .header-logo.logo-shadow-none {
    display: none;
  }

  .header.scrolled .header-logo.logo-shadow {
    display: none;
  }

  .header.scrolled .header-logo.logo-shadow-none {
    display: block;
  } */

.frame-1-1 .group-1 {
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 25px;
  padding: 10px 35px;
}

.frame-1-1 .group-1 .group-2 {
  align-items: center;
  display: flex;
}

.notoserif-normal-white-57px {
  color: var(--white);
  /* font-family: var(--font-family-noto_serif); */
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 400;
  margin-top: 10px;
}

.button {
  align-items: center;
  /* background-color: var(--white); */
  border: 1px solid;
  border-color: var(--picton-blue);
  border-radius: 25px;
  display: flex;
  padding: 10px 20px;
}

.button-white {
  align-items: center;
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--picton-blue);
  border-radius: 25px;
  display: inline-flex;
  padding: 10px 35px;
}

.button-center {
  margin: 0 auto;
}

.button-list {
  display: flex;
}

.button-list .button {
  margin: 0 10px;
  width: 200px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}


.button-list .button .text-17 {}

.button-select {
  align-items: center;
  /* background-color: var(--white); */
  border: 1px solid;
  border-color: #3cc2ff;
  border-radius: 25px;
  display: flex;
  /* padding: 10px 30px 10px 20px; */
  margin-right: 10px;
  font-size: 14px;
  color: #3cc2ff;

  background-color: #ffffff;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 30px 0 15px;
  height: 40px;
}

.container {
  position: relative;
  width: fit-content
}

.container:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 0;
  height: 0;
  border-width: 6px 4px 0 4px;
  border-style: solid;
  border-color: #3cc2ff transparent transparent transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}



.button.map-button {
  /* padding: 14px 40px; */
  margin-left: auto;
  height: 40px;
  background-color: #ffffff;
}

.button .map {
  color: #000000;
  /* width: 115px; */
  font-size: 2.0rem;
  margin-top: -4px;
}

.top-margin {
  margin-top: 2vw;
}

.form-select {
  display: flex;
}

.menu {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 2.08vw;
  width: 100%;
  margin-bottom: 1.5rem;
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 20px;
}

.vector {
  height: var(--font-size-s);
  width: var(--font-size-s);
}

.hero {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  width: 100%;
  margin-bottom: 2vw;
  min-height: 120px;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero .hero-wave {
  position: absolute;
  bottom: 0;
  margin-bottom: -35px;
  z-index: 2;
  background: rgba(0, 0, 0, 0);
  transform: scaleY(-1);
}

.hero .hero-wave.lower-layer {
  margin-bottom: -30px;
}


.header {
  width: 100%;
  /* position: absolute; */
  z-index: 9;
  position: fixed;
}

.frame-1-1 {
  align-items: center;
  display: flex;
  gap: 8.12vw;
  /* position: absolute;
  top: 0.97vw; */
  max-width: 1230px;
  margin: 0 auto;
  /* right: 0;
  left: 0; */
  padding-left: 10px;
  padding-top: 10px;
  margin-top: 10px;
}


.header.scrolled {
  position: fixed;
  background-color: rgba(60, 194, 255, 0.8);
  z-index: 9;
  height: 80px;
}

.header.scrolled .frame-1-1 {
  /* margin-top: 0; */
  margin-bottom: -11px;
}

.frame-1-1 .auto-layout {
  align-items: center;
  position: relative;
  padding-bottom: 7px;
}

.frame-1-1 .auto-layout-horizontal {
  display: flex;
  flex: 1;
  flex-grow: 1;
  /* gap: 2.08vw; */
}

/* .frame-1-1 .auto-layout.is-active {
  border-bottom: 1px solid #ffffff;
} */

.frame-1-1 .auto-layout.is-active {
  display: flex;
  /* flex: 1;
  flex-grow: 1; */
  gap: calc(3.47vw - (1024px - 100vw) / 10);
}

.frame-1-1 .auto-layout-vertical {
  display: inline-flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0.0vw 0.0vw;
  justify-content: center;
  flex: 1;
  margin-top: -15px;
}

.frame-1-1 .auto-layout-horizontal-1 {
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 8px;
}

.frame-1-1 .auto-layout-horizontal-3 {
  align-items: center;
  position: relative;
}

.frame-1-1 .gothica1-bold-white-20px {
  font-size: 25px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.language-select {
  background-color: #ffffff !important;
  /* color: white; */
  border: 1px solid #3cc2ff;
  color: #3cc2ff;
  font-size: var(--font-size-s);
  /* font-style: normal; */
  /* font-weight: 700; */
  padding: 5px 35px 5px 15px;
  border-radius: 20px;
  margin-top: -10px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

select.language-select:focus-visible {
  border: 1px solid #ffffff !important;
  outline: none !important;
  box-shadow: none !important;
}

.language-container {
  position: relative;
  width: fit-content;
  margin-top: -10px;
}

.language-container:before {
  content: "";
  position: absolute;
  top: 26%;
  right: 20px;
  width: 0;
  height: 0;
  border-width: 6px 4px 0 4px;
  border-style: solid;
  border-color: #3cc2ff transparent transparent transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* メニューのスタイル */
.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease, visibility 0.5s ease;
  /* z-index: 1000; */
  overflow-y: auto;
  padding: 30px 20px 10px 20px;
}

/* open でスライドイン＋背景パンアニメ開始 */
.hamburger-menu.open {
  visibility: visible;
  opacity: 1;
}

/* ボタンのスタイル */
.hamburger {
  top: 10px;
  right: 20px;
  width: 40px;
  cursor: pointer;
  z-index: 20;
  position: absolute;
}

.hamburger span {
  display: block;
  height: 6px;
  width: 100%;
  background-color: #ffffff;
  margin: 5px 0;
  transition: 0.4s;
}

.hamburger.active {
  position: fixed;
  z-index: 9999;

}

/* バツ印に変化するスタイル */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
  background-color: #000000;
  margin: -6px 0;
  margin-top: 10px;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
  background-color: #000000;
}

/* メニューリストのスタイル */
.hamburger-menu ul {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
  height: 100%;
}

.hamburger-menu li {
  padding: 6px 0;
  /* border-bottom: 1px solid #444; */
}

.hamburger-menu li.language-switch {
  margin-top: 25px;
}


.hamburger-menu li a {

  color: #007eff;
  text-decoration: none;
  display: block;
  font-weight: bold;
  font-size: 30px;
}

.hamburger-menu li .name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  border-top: solid #3cc2ff 1px;
  padding-top: 20px;
  line-height: 30px;
}

.hamburger-menu li .address {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 30px;
}

.hamburger-menu li .tel-number a {
  font-size: 18px;
}

.hamburger-menu .language-select {
  color: #3cc2ff;
  font-size: 18px;
  font-weight: bold;
  border: 1px #3cc2ff solid;
  border-radius: 38px;
  height: 40px;
}

.hamburger-menu .language-container:before {
  top: 36%;
}

.hamburger-menu .language-select:focus,
.hamburger-menu .language-select:focus-visible,
.hamburger-menu .language-select:active {
  border: 1px solid #3cc2ff !important;
  outline: none !important;
  box-shadow: none !important;
}

.hero-title {
  height: 5.0vw;
  left: 0.07vw;
  position: absolute;
  top: 12vw;
  width: 27.36vw;
}

.hero-title .title-name {
  line-height: normal;
  color: #ffffff;
  /* font-family: var(--font-family-konkhmer_sleokchher); */
  font-size: 80px;
  font-weight: 400;
  left: 17.08vw;
  position: absolute;
  top: -32px;
  width: 710px;
  font-weight: 500;
  text-shadow: 1px 1px 2px #00000085;
}

.hero-title .title-line {
  height: 0.07vw;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 34px;
  width: 15.97vw;
  border: 2px solid#ffffff;
  position: relative;
}

.hero-title .title-line::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px; /* ボーダーの下に配置 */
    height: 1px;
    background-color: #56565685;
}

.mod-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  margin-top: 30px;
  margin: 0 auto;
}

.mod-pagination .mod-pagination-item.mod-pagination-item-current {
  display: block;
}

@media screen and (min-width: 768px) {
  .mod-pagination .mod-pagination-item {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.mod-pagination .mod-pagination-item {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-left: 2.5px;
  margin-right: 2.5px;
}

.mod-pagination .mod-pagination-item.mod-pagination-item-current .mod-pagination-item-inner {
  background: #3cc2ff;
  border-color: #3cc2ff;
  pointer-events: none;
}

@media screen and (min-width: 1024px) {
  .mod-pagination .mod-pagination-item .mod-pagination-item-inner {
    width: 52px;
    height: 52px;
    padding: 25px;
    margin: 6px;

  }
}

.mod-pagination .mod-pagination-item .mod-pagination-item-inner {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  background: #fff;
  border: 1px solid #3cc2ff;
  border-radius: 50%;
  text-align: center;
}

.mod-pagination .mod-pagination-item.mod-pagination-item-current .mod-pagination-item-inner>.label {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .mod-pagination .mod-pagination-item .mod-pagination-item-inner>.label {
    font-size: 2.0rem;
  }
}

.mod-pagination .mod-pagination-item .mod-pagination-item-inner>.label {
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  width: 100%;
  font-size: 2.0rem;
  color: #3cc2ff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mod-pagination .mod-pagination-item .mod-pagination-item-inner>.icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  fill: #3cc2ff;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mod-pagination .mod-pagination-item a .label {
  color: #000;
}

.mod-pagination .mod-pagination-item.mod-pagination-item-ellipsis .mod-pagination-item-inner {
  border: initial
}

.color-white {
  color: #ffffff;
}

.footer .frame-31 .notoserif-normal-white-20px {
  font-size: 22px;
  line-height: 1.5;

}

.fontweight-bold {
  font-weight: bold;
}

.display-flex {
  display: flex;
}


/* ニュース */
.news-card {
  width: 100%;
}

.news-card .news-card-inner {
  margin-top: 5px;
  width: 100%;
}

.news-card .news-card-inner .news-category {
  align-items: center;
  background-color: var(--picton-blue);
  border-radius: 20px;
  display: inline-flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  padding: 5px 19px;
  position: relative;
  color: #ffffff;
  margin-right: 20px;
  font-size: 18px;
}

.news-card .news-card-inner .news-date {
  color: #000000;
  font-size: 18px;
  margin-top: 3px;
}

.news-card .news-card-inner .news-text-area {
  word-break: break-all;
  padding-right: 15px;
  line-height: 2;
  color: #000000;
  font-size: 18px;
  padding-top: 5px;
}

.news-card .news-card-inner .news-text-area .news-title {
  font-size: 22px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 2;
}

.news-card .news-card-inner .news-text-area .news-body {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 2;

}

.news-line {
  border: 1px #46c5ff dashed;
  width: 100%;
}

/* .language-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  position: relative;
  padding-right: 2em;
}

.language-select::after {
  content: '▼';
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #000;
  font-size: 1em;
} */

#loading-spinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

#loading-spinner .spinner {
  border: 8px solid #eee;
  border-top: 8px solid #3cc2ff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

/* aタグのopacity */
.shimoda-tourism-association:hover,
.button:hover,
.top .auto-layout-vertical-2:hover,
.card-list-link:hover,
.button-white:hover,
.top .category-area:hover,
.news-card .news-card-inner:hover,
.footer .frame-1:hover,
.events .frame-8:hover,
.detail .mask-group-2:hover,
.detail .frame-9:hover,
.detail .httpstestcom:hover,
.access .testtestcom:hover,
.access .phone.sp:hover,
.access .frame-2:hover,
.gothica1-normal-blue-ribbon-20px:hover,
.url-body:hover,
.mod-pagination .mod-pagination-item-active:hover,
.mod-pagination .mod-pagination-item-first:hover,
.mod-pagination .mod-pagination-item-last:hover,
.mod-pagination .mod-pagination-item-prev:hover,
.mod-pagination .mod-pagination-item-next:hover,
.page-button .button-inner .button-text .label:hover {
  opacity: 0.7;
}

.footer .gothica1-bold-white-20px:hover {
  color: #ebebeb;
}

.fancybox__content img {
  border-radius: 10px;
}

.responsive-map iframe {
  border-radius: 10px;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}


/* フッターのメニューのスタイルここから */
.global-menu-Link {
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
  display: block;
  /* font-family: futura-pt, Noto Sans JP, sans-serif; */
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.04em;
  padding: 14px 0;
  position: relative;
  width: var(--link-width);
  display: block !important;
  color: #ffffff;
  font-size: 22px;
}

.footer .global-menu-Link:before {
  background: no-repeat url(../img/common/arrow-right.png) 50% / contain;
  content: "";
  height: 13px;
  position: absolute;
  right: 4px;
  top: 17px;
  transition: transform .2s;
  width: 15px;
}

.global-menu-Link:hover:before {
  transform: translateX(4px);
}

.global-menu-Link:after {
  background-color: #ffffff;
  bottom: -1px;
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  transition: width .2s;
  width: 24px;

  right: initial;
  left: 0;
  width: 0px;
}

/* .header .global-menu-Link {
  border-bottom: initial
} */

.global-menu-Link {
  border-bottom: initial
}

.header .frame-1-1 .auto-layout.is-active .global-menu-Link {
  border-bottom: 1px solid #ffffff;
}

/* .header .global-menu-Link:after {
  right: initial;
  left: 0;
  width: 0px;
} */

.hover-rotate-inner-container {
  display: block;
  line-height: 1;
  overflow: hidden;
  position: relative;
}

.commonFooterInner {
  --link-width: 228px;
}

.hover-rotate:hover .hover-rotate-inner {
  transform: translateY(-116%);
}


.hover-rotate-inner {
  display: block;
  transition: transform .3s;
  padding: 0 10px;
}


.header .hover-rotate-inner {
/* text-shadow: 
    1px 6px 0.5px rgba(0, 0, 0, 0.02),
    1px -6px 0.5px rgba(0, 0, 0, 0.02),
    -1px 6px 0.5px rgba(0, 0, 0, 0.02),
    -1px -6px 0.5px rgba(0, 0, 0, 0.02),
    2px 5px 0.5px rgba(0, 0, 0, 0.02),
    2px -5px 0.5px rgba(0, 0, 0, 0.02),
    -2px 5px 0.5px rgba(0, 0, 0, 0.02),
    -2px -5px 0.5px rgba(0, 0, 0, 0.02),
    3px 4px 0.5px rgba(0, 0, 0, 0.02),
    3px -4px 0.5px rgba(0, 0, 0, 0.02),
    -3px 4px 0.5px rgba(0, 0, 0, 0.02),
    -3px -4px 0.5px rgba(0, 0, 0, 0.02),
    4px 3px 0.5px rgba(0, 0, 0, 0.02),
    4px -3px 0.5px rgba(0, 0, 0, 0.02),
    -4px 3px 0.5px rgba(0, 0, 0, 0.02),
    -4px -3px 0.5px rgba(0, 0, 0, 0.02),
    5px 2px 0.5px rgba(0, 0, 0, 0.02),
    5px -2px 0.5px rgba(0, 0, 0, 0.02),
    -5px 2px 0.5px rgba(0, 0, 0, 0.02),
    -5px -2px 0.5px rgba(0, 0, 0, 0.02),
    6px 1px 0.5px rgba(0, 0, 0, 0.02),
    6px -1px 0.5px rgba(0, 0, 0, 0.02),
    -6px 1px 0.5px rgba(0, 0, 0, 0.02),
    -6px -1px 0.5px rgba(0, 0, 0, 0.02); */
    text-shadow: 1px 1px 3px #000000B0;
}

.scrolled .hover-rotate-inner {
  text-shadow: initial !important;
}

.scrolled .header-logo {
  filter: initial;
}

.hover-rotate-inner:nth-child(2) {
  left: 0;
  position: absolute;
  top: 100%;
  margin-top: 5px;
}

.global-menu-Link:hover:after {
  width: 100%;
}

/* フッターのメニューのスタイルここまで */

.header .hover-rotate-inner-container {
  font-size: 25px;
  line-height: 34px;
}

/* アニメーションボタン */

/* .btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #3cc2ff;
    border-radius: 32px;
    transition: color 0.3s;
    padding: 20px 78px;
}

.btn:hover .btn_link {
  color: #fff;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%; 
  width: 100%;
  height: 100%;
  background-color: #3cc2ff;
  transition: left 0.3s; 
  z-index: 0;  
  pointer-events: none; 
  border-radius: 25px;
}

.btn:hover::before {
  left: 0; 
}

.btn_link {
  z-index: 2;
    color: #3cc2ff;
    transition: color 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
} */



.btn {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;

}

.btn:before,
.btn_link:before {
  width: 0.3125vw;
  height: 0.3125vw;
  margin-top: -0.15625vw;
  left: 1.25vw;
}

.btn:before,
.btn_link:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  background: #3cc2ff;
  transition: transform .6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
  width: 6px;
  height: 6px;
  left: 24px;
  z-index: 1;
}

.btn_link {
  padding: 1.0416666667vw 2.9166666667vw 1.0416666667vw 3.2291666667vw;
  border-radius: 1.4583333333vw;
}

.btn_link {
  overflow: hidden;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex !important;
  /* -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; */
  position: relative;
  z-index: 0;
  color: #3cc2ff;
  /* letter-spacing: 0;
    width: 100%;
    height: 100%; */
  border: 1px solid #3cc2ff;
  border-radius: 28px;
  padding: 0 40px;
  background-color: #ffffff;
  height: 40px;
  align-items: center;
}

/* .btn_link_txt {
        font-size: 0.8333333333vw;
        line-height: 0.8333333333vw;
    } */

.btn_link_txt {
  color: #3cc2ff;
  position: relative;
  transition: color .4s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s;
  font-size: 2.0rem;
  margin-top: -2px;

}

.btn:hover:before {
  opacity: 0;
}

.btn:hover:before {
  -ms-transform: scale(20);
  transform: scale(20);
}

.btn_link:hover:before {
  -ms-transform: scale(82);
  transform: scale(82);
}

.btn:hover .btn_link {
  /* color: #fff !important; */
  border: 1px solid #ffffff;
}

.btn a:hover .btn_link_txt {
  color: #fff !important;
  z-index: 2;
}

.btn:before {
  transition: transform .4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.auto-center {
  margin-left: auto;
  margin-right: auto;
}

.margin-top-20 {
  margin-top: 20px;
}

.footer .rectangle {
  opacity: 0.2;
  /* 初期状態の透明度 */
  transition: opacity 0.6s ease-in-out;
  /* フェードインのアニメーション */
  z-index: 1;
}

.footer .rectangle.visible {
  opacity: 1;
  /* 表示されたときの透明度 */
}

/* フッターの泡 */
.footer .bubble {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  /* border: 2px solid #fff; */
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  animation: bubble 10s ease-in infinite;
}

.bubble::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0.25) translate(-70%, -70%);
  background: radial-gradient(rgba(255, 255, 255, 0.5), transparent);
  border-radius: 50%;
}

.footer .bubble:nth-child(1) {
  width: 20px;
  height: 20px;
  left: 10%;
  animation-duration: 5s;
}

.footer .bubble:nth-child(2) {
  width: 30px;
  height: 30px;
  left: 20%;
  animation-delay: 1s;
}

.footer .bubble:nth-child(3) {
  width: 30px;
  height: 30px;
  left: 30%;
  animation-duration: 3s;
}

.footer .bubble:nth-child(4) {
  width: 50px;
  height: 50px;
  left: 45%;
  animation-duration: 6s;
  animation-delay: 2s;
}

.footer .bubble:nth-child(5) {
  width: 10px;
  height: 10px;
  left: 60%;
  animation-duration: 3.5s;
}

.footer .bubble:nth-child(6) {
  width: 30px;
  height: 30px;
  left: 70%;
  animation-duration: 5s;
}

.footer .bubble:nth-child(7) {
  width: 25px;
  height: 25px;
  left: 80%;
  animation-duration: 4s;
}

@keyframes bubble {
  0% {
    bottom: -100px;
    transform: translateX(0);
  }

  50% {
    transform: translateX(100px);
  }

  100% {
    bottom: 700px;
  }
}

/* 波線 */
.wave-container {
  position: relative;
  width: 100%;
  height: 200px;
  /* 100px を 200px に倍増 */
  overflow: hidden;
  background: #3cc2ff;
  margin-bottom: -135px;
}

.wave-container.event-wave.wave-top {
  background: rgba(0, 0, 0, 0);
}

.wave-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  transform: scaleY(-1);
}

.wave-path {
  fill: #ffffff;
  animation: waveFlow 25s linear infinite;
}

.event-wave.wave-top .wave-path {
  fill: #3cc2ff;
}

/* .wave-top .wave-path {
  fill: #3cc2ff;
} */

.wave-path-back {
  fill: rgba(255, 255, 255, 0.8);
  animation: waveFlow2 5s linear infinite;
}

.wave-path-mid {
  fill: rgba(255, 255, 255, 0.6);
  animation: waveFlow3 7s linear infinite;
}

.wave-path-slow {
  fill: rgba(255, 255, 255, 0.4);
  animation: waveFlow4 10s linear infinite;
}

.wave-path-more-slow {
  fill: rgba(255, 255, 255, 0.2);
  animation: waveFlow4 10s linear infinite;
}




.footer .wave-path-back {
  fill: rgba(255, 255, 255, 0.8);
  animation: waveFlow2 5s linear infinite;
}

.footer .wave-path-mid {
  fill: rgba(255, 255, 255, 0.7);
  animation: waveFlow3 7s linear infinite;
}

.footer .wave-path-slow {
  fill: rgba(255, 255, 255, 0.6);
  animation: waveFlow4 10s linear infinite;
}

.footer .wave-path-more-slow {
  fill: rgba(255, 255, 255, 0.5);
  animation: waveFlow4 10s linear infinite;
}





.event-wave.wave-top .wave-path-back {
  fill: rgba(60, 194, 255, 0.6);
  animation: waveFlow2 5s linear infinite;
}

.event-wave.wave-top .wave-path-mid {
  fill: rgba(60, 194, 255, 0.5);
  animation: waveFlow3 7s linear infinite;
}

.event-wave.wave-top .wave-path-slow {
  fill: rgba(60, 194, 255, 0.4);
  animation: waveFlow4 10s linear infinite;
}

.event-wave.wave-top .wave-path-more-slow {
  fill: rgba(60, 194, 255, 0.2);
  animation: waveFlow4 10s linear infinite;
}

.footer .wave-container {
  margin-bottom: -40px;
  background: rgba(0, 0, 0, 0);
}

.no-anime-wave-container .wave-path {
  animation: initial
}

.no-anime-wave-container {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: -135px;
}

.no-anime-wave-container.news-wave {
  background: #e8f8ff;
}

.no-anime-wave-container.news-wave.top {
  transform: scaleY(-1);
  background: #ffffff;
  margin-top: -75px;
}

.no-anime-wave-container.news-wave.top .wave-path {
  fill: #e8f8ff;
}

.no-anime-wave-container.event-wave {
  background: #ffffff00;
}

.no-anime-wave-container.bottom {
  transform: scaleY(-1);
  margin-bottom: 0px;
  margin-top: -135px;
}

.no-anime-wave-container.news-wave.bottom {
  transform: initial;
  margin-top: -40px;
  background: #ffffff;
}

.no-anime-wave-container.news-wave.bottom .wave-path {
  fill: #e8f8ff;
}

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

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

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

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

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

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

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

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

/* .wave-container {
  position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
    background: #3cc2ff;
    margin-bottom: -135px;
}

.wave-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  transform: scaleY(-1);
}

.wave-path {
  fill: #ffffff; 
  animation: waveFlow 4s linear infinite;
}

.footer .wave-container {
margin-bottom: -40px;
}

@keyframes waveFlow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-120px);
  }
} */
/* .wave-container {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.wave-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  z-index: 2;
  transform: scaleY(-1);
}

.wave-layer use:nth-child(1),
.wave-layer use:nth-child(2) {
  animation: waveMove1 10s linear infinite;
}

.wave-layer use:nth-child(3),
.wave-layer use:nth-child(4) {
  animation: waveMove2 10s linear infinite;
}

.wave-layer use:nth-child(5),
.wave-layer use:nth-child(6) {
  animation: waveMove3 10s linear infinite;
}

.wave-layer use:nth-child(7),
.wave-layer use:nth-child(8) {
  animation: waveMove4 12s linear infinite;
}

@keyframes waveMove1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-600px);
  }
}

@keyframes waveMove2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-400px);
  }
}

@keyframes waveMove3 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200px);
  }
}

@keyframes waveMove4 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-600px);
  }
} */

/* リストのカード */
/* ul.cards7 {
    border: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
} */
.card-list {
  display: inline-block;
  perspective: 1000;
  position: relative;
  text-align: left;
  transition: all 0.3s 0s ease-in;
  width: 22.9%;
  z-index: 1;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%);
  padding: 0;
  cursor: pointer;
  margin-bottom: 2px;
  border-radius: 8px;
}

.events-list .card-list {
  width: 48% !important;
}

.side-list .card-list {
  width: 100% !important;
  margin-bottom: 10px;
}

.card-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}

.card-list .card__image-holder {
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
}

.side-list .card-list .card__image-holder {
  aspect-ratio: 5 / 3;
}


.card-list .card__image-holder img {
  /* transition: all 0.5s 0s ease-in; */
  transition: transform 0.5s;
}

.card-list:hover>.card__image-holder img {
  transform: scale(1.1);
}

.card-list div.card-title {
  /* background: #ffffff; */
  padding: 8px 18px 8px;
  position: relative;
  z-index: 0;
}

.card-list div.card-title p {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 6px 0 3px;
  padding: 0;
  line-height: 1.56;
  color: #000000;

}

.card_htitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.card-list .card_timecategory {
  display: flex;
  flex-flow: row;
  font-weight: 600;
  font-size: 1.4rem;
  justify-content: flex-start;
  letter-spacing: 0.02rem;
  color: #3cc2ff;
  position: relative;
  padding: 0px 20px 15px;
  line-height: 1.7;
  height: 76px;

}

.card-list .card-area {
  display: flex;
  flex-flow: row;
  font-weight: 600;
  font-size: 1.4rem;
  justify-content: flex-start;
  letter-spacing: 0.02rem;
  color: #3cc2ff;
  position: relative;
  padding: 0px 20px 15px;
  height: 43px;
}


.card-list div.card-description {
  padding: 0px 20px 20px;
  position: relative;
  font-size: 1.6rem;
  color: #000000;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 1em;
  height: calc(1.7em * 3);
}

.card-list div.card-actions {
  box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.075);
  padding: 10px 15px 15px;
  text-align: center;
}

time.pubdate:before {
  content: "\f073";
  padding-right: 5px;
  font-family: FontAwesome;
  opacity: 0.6;
}


.card-list .card-area:before {
  content: "\f041";
  padding-right: 5px;
  font-family: FontAwesome;
  opacity: 0.6;
}

.card-list .card_htitle {
  transition: transform 0.8s ease;
}

.card-list:hover .card_htitle {
  transform: translate3d(13px, 0, 0);
}

.line-slide-from-left {
  opacity: 0;
  transform: translateX(-300px);
  animation: slideIn 1.5s forwards ease;
}

.swiper-slide .card-list {
  width: initial !important;
}


/* .swiper-container .swiper-slide {
  width: 300px !important;
}  */


/*title はデフォルトの 1.5s */
.news-title .line-slide-from-left {
  animation-duration: 1.5s;
}

.item-title .line-slide-from-left {
  animation-duration: 1.0s;
}

/* body は 2.5s にしてタイトルより遅めに */
.news-body .line-slide-from-left {
  animation-duration: 2.5s;
}

.item-content .line-slide-from-left {
  animation-duration: 2.5s;
}



@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* パンくずリスト */
/* .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
} */

/* .wrapper {
  overflow: initial;
} */

.breadcrumbs {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  /* 折り返し禁止 */
  overflow-x: scroll !important;
  /* 横にはみ出したらスクロール */
  -webkit-overflow-scrolling: touch;
  /* モバイルで慣性スクロール */
  white-space: nowrap;
  overflow-x: scroll !important;
  /* 横スクロールのみ許可 */
  overflow-y: hidden !important;
  /* 縦スクロール禁止 */
  touch-action: pan-x;
  /* モバイルで横方向パンのみ許可 */
  -ms-touch-action: pan-x;
  /* IE/Edge 対応 */
  cursor: grab;
  position: relative;
  padding-bottom: 10px;
  /* スクロールバー分＋余裕 */
  /* background-image は削除 */
  background-image: none !important;

  /* ここからマスク */
  -webkit-mask-image: linear-gradient(to left, transparent 0%, black 30%, black 100%);
  mask-image: linear-gradient(to left, transparent 0%, black 30%, black 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right center;
  mask-position: right center;
}

.breadcrumbs.at-end {
  /* 右端に到達したらマスクを消す */
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

/* ── パンくずスクロールバー ── */
.breadcrumbs::-webkit-scrollbar {
  display: none !important;
}

/* デフォルトでは完全に隠す */
/* .breadcrumbs::-webkit-scrollbar {
  height: 0;
  transition: height 0.3s ease, opacity 0.5s ease;
  opacity: 0;
}
.breadcrumbs::-webkit-scrollbar-track {
  background: transparent;
}
.breadcrumbs::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
} */

/* スクロール中だけ高さ6px＋フェードイン */
/* .breadcrumbs.scrollbar-visible::-webkit-scrollbar {
  height: 6px;
  opacity: 1;
}

/* Firefox 用 */
.breadcrumbs {
  scrollbar-width: none;
}

/* .breadcrumbs.scrollbar-visible {
  scrollbar-width: thin;
} */

.breadcrumbs:active {
  cursor: grabbing;
}

.breadcrumbs .breadcrumb {
  font-size: 1.7rem;
  color: #000000;
}

.breadcrumbs .breadcrumb-eparator {
  margin: 0 8px;
  font-size: 1.7rem;
  display: inline-block;
  white-space: nowrap;
  flex: 0 0 auto;
}

.breadcrumbs .breadcrumb a {
  color: #3cc2ff;
  text-decoration: none;
}

.breadcrumbs .breadcrumb.home a:before {
  content: "\f015";
  padding-right: 5px;
  fill: #3cc2ff;
  font-family: FontAwesome;
}

.item-content {
  font-size: 1.7rem;
  line-height: 1.8;
  overflow: hidden;

}

.item-title {
  font-size: 2.2rem;
  font-weight: 700;
  overflow: hidden;
}

.button-select:focus,
.button-select:focus-visible,
.button-select:active {
  border-color: #3cc2ff !important;
  outline: none !important;
  box-shadow: none !important;
}


/* 既存の char-fade-in を置き換え、transition ベースに変更 */
.char-fade-in {
  display: inline-block;
  opacity: 0;
  animation-name: char-fade-in;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

/* フッター文字のスライドイン（cubic-bezier） */

.footer-name {
  white-space: pre-wrap;
  
}

@media (max-width: 768px) {
  .footer-name span {
    display: inline;
    white-space: pre;
  }
}


.footer-name span {
  display: inline-block;
  opacity: 0;
  transform: translateY(1em);
  transition:
    transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1),
    opacity 0.2s ease;
}

.footer-name.loaded span {
  opacity: 1;
  transform: translateY(0);
}

/* フッターの住所・TELスライドイン */
.footer .span2.notoserif-normal-white-20px {
  opacity: 0;
  transform: translateY(1em);
  transition:
    opacity 0.6s ease,
    transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.footer .span2.notoserif-normal-white-20px.visible {
  opacity: 1;
  transform: translateY(0);
}


.banner-section {
  margin-top: -140px;
  margin-bottom: -60px;
  z-index: 2;
  display: flex;
}

.banner-section .auto-center {
  display: flex;
  justify-content: center;
  /* 横方向中央揃え */
  align-items: center;
  /* 縦方向中央揃え */
}

.banner-section img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 1px solid #cecece;
  margin: 0 10px;
}

.banner-section img:hover {
  opacity: 0.7;
}


.hero-image {
  align-self: stretch;
  height: 25vw;
  position: relative;
  width: 100.0vw;
  object-fit: cover;
}


/* レスポンシブ対応 */
@media(min-width:1025px) {
  .hamburger-menu {
    display: none;
  }

  .hamburger {
    display: none;
  }
}

@media(max-width:1024px) {
  .auto-layout-horizontal-1 {
    display: none !important;
  }

  .hero-title .title-name {
    font-size: 60px;
    top: -21px;
  }




  .header-logo {
    width: 155px;
    margin-top: 7px;
  }

  .header.scrolled {
    height: 65px;
  }

  .hamburger-menu {
    display: block;
  }

  .hamburger {
    display: block;
  }

  .footer .frame-32 {
    flex-direction: column;
    align-items: center;
    height: auto;
    top: 50px;
  }

  .footer .frame-31 {
    width: 100%;
    gap: 7vw;
  }

  .footer .events-news-access-s {
    margin-bottom: 0px;
    line-height: 46px;
    width: 100%;
    margin-bottom: 30px;
  }

  .footer .events-news-access-s .gothica1-bold-white-20px {
    font-size: 26px;
  }

  .footer .rectangle {
    margin-bottom: 30px;
    width: 90%;
  }

  .footer .group-100::before {
    content: "";
    display: block;
    width: 100%;
    height: 38px;
    background-size: 100% 38px;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
  }

  .footer .group-100::after {
    content: "";
    display: block;
    height: calc(100% - 38px);
    background-color: #3CC2FF;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: -1;
    margin: 0 auto;
    /*中央に配置 */
  }

  .footer .group-100>* {
    position: relative;
    z-index: 1;
    display: block;
  }

  .footer .group-100>* {
    display: block;
    width: 100%;
  }

  .footer .span2 {
    line-height: 3.0vw;
  }

  .footer .frame-1 {
    width: 4vw;
  }

  .footer .group-1 {
    display: none !important;
  }

  .notoserif-normal-white-57px {
    font-size: var(--font-size-xl);
  }

  /* .btn_link:hover:before {
      -ms-transform: initial;
      transform: initial;
    } */

  /* .btn:hover .btn_link {
      color: #3cc2ff;
      border: 1px solid #3cc2ff;
    } */

  .btn:hover .btn_link.blue {
    border: 1px solid #ffffff;
  }

  /* .footer .auto-layout-horizontal-2 {
      flex-direction: column;
      align-items: center;
      width: 100%;
    } */

  .footer .group {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer .frame-1 {
    width: 10%;
    margin-right: 0px;
  }

  .footer .gothica1-bold-white-20px {
    font-size: 22px;
  }

  .footer .span2 {
    line-height: 3.0vw;
  }

  .wave-container {
    margin-bottom: -123px;
  }

  .side-list .card-list {
    margin-bottom: 30px;
  }

  .hero .hero-wave {
    margin-bottom: -27px;
  }

  .banner-section {
    margin-bottom: -30px;
  }


  /* 背景画像をゆっくり左→右にパン */
  @keyframes panBackground {
    from {
      background-position-x: 0;
    }

    to {
      background-position-x: 100%;
    }
  }

  /* オーバーレイ不要なので overlay 部分を無効化 */
  .menu-overlay {
    display: none !important;
  }

  /* 背景スクロール禁止は同じ方法で */
  body.menu-open,
  html.menu-open {
    overflow: hidden;
    height: 100%;
  }

  .hamburger-menu .menu-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-image: url('/img/overray/back-image.jpeg.webp');
    background-size: cover;
    background-position: 0 center;
    animation: panBg 100s linear infinite;
    z-index: 0;
  }

  /* パン用キー・フレーム */
  @keyframes panBg {
    from {
      background-position-x: 100%;
    }

    to {
      background-position-x: 0;
    }
  }

  /* ──────────────────────────────────────────
     右側本文レイヤー（既存メニューリスト）
     ────────────────────────────────────────── */
  .hamburger-menu .menu-body {
    position: relative;
    margin-left: 30%;
    height: 100%;
    overflow-y: auto;
    background-color: #ffffff;
    z-index: 1;
    padding: 0px 20px;
    /* margin-top: -30px; */
  }

  /* メニュー項目の初期状態 */
  .hamburger-menu .menu-body ul li {
    opacity: 0;
    transform: translateX(-20px);
  }

  /* active が付いたらフェード＆スライドイン */
  .hamburger-menu .menu-body ul li.active {
    opacity: 1;
    transform: translateX(0);
    transition:
      opacity 0.4s ease,
      transform 1s cubic-bezier(0.25, 1, 0.5, 1),
      -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }

  .hamburger-menu .menu-body ul li.no-fade {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

}

/* Closing @media(max-width:1024px) */

@media (max-width: 768px) {
  .hero-title .title-name {
    font-size: 43px;
    top: -3px;
  }

  .footer .span2 {
    line-height: 4.0vw;
  }

  .footer .group {
    width: 25%;
  }

  .footer .auto-layout-horizontal-2 {
    width: 100%;
  }

  .footer .frame-1 {
    width: 10%;
    margin-right: 20px;
  }

  .footer .rectangle {
    padding-bottom: 30px;
    width: 100%;
  }


  .footer .bubble:nth-child(1) {
    animation-duration: 10s;
  }

  .footer .bubble:nth-child(2) {
    animation-delay: 2s;
  }

  .footer .bubble:nth-child(3) {

    animation-duration: 6s;
  }

  .footer .bubble:nth-child(4) {
    animation-duration: 12s;
    animation-delay: 4s;
  }

  .footer .bubble:nth-child(5) {
    animation-duration: 7s;
  }

  .footer .bubble:nth-child(6) {
    animation-duration: 10s;
  }

  .footer .bubble:nth-child(7) {
    animation-duration: 8s;
  }

  @keyframes bubble {
    0% {
      bottom: -100px;
      transform: translateX(0);
    }

    50% {
      transform: translateX(100px);
    }

    100% {
      bottom: 1350px;
    }
  }

  .wave-container {
    margin-bottom: -85px;
  }

  .card-list {
    width: calc(50% - 10px);
  }

  .breadcrumbs {
    margin-bottom: 10px;
  }

  .wave-svg {
    height: 50%;
  }

  .hero .hero-wave.lower-layer {
    margin-bottom: -14px;
  }

  .no-anime-wave-container.event-wave.bottom {
    margin-bottom: 20px;
    margin-top: -190px;
  }

  .no-anime-wave-container.event-wave.wave-top {
    margin-top: -15px;
  }

  .no-anime-wave-container.news-wave.top {
    margin-bottom: -130px;
    margin-top: -43px;
  }

  /* .no-anime-wave-container.news-wave.bottom {
    margin-top: -210px;
} */

  .footer .wave-container {
    margin-bottom: -140px;
  }

  .banner-section {
    margin-bottom: 5px;
  }

  .hero-image {
    height: 35vw;
  }

  .hero-title {
    top: 18vw;
  }

  .mod-pagination {
    margin-top: 30px;
  }

  .banner-section {
    display: grid;
  }

  .banner-section img {
    margin: 20px 0;
  }

  .btn:before,
  .btn_link:before {
  top: 46%;
  }
}

@media (max-width: 480px) {
  .footer .span2 {
    line-height: 6.0vw;
  }

  .hero-title .title-name {
    font-size: 30px;
    left: 9vw;
  }

  .hero-title .title-line {
    /* display: none; */
    margin-top: -16px;
    width: 25px;
  }

  .hero-title .title-line::after {

    background-color: #96969685;
}

  .card-list {
    width: calc(100% - 15px);
  }

  .top .card-list {
    width: 100%;
  }

  .news .news-card .news-card-inner .news-category {
    padding-top: 7px !important;
  }

  .fr .form-select {
    display: initial;
  }

  .fr .form-select .second-select {
    margin-top: 10px;
  }


  .breadcrumbs {
    gap: 0.3em;
  }

  .footer::before {

    height: 100px;
    /* この高さがフェード範囲 */
  }
}



/* PCスマホ切り替え */
@media(min-width:769px) {
  .pc {
    display: block;
  }

  .sp {
    display: none !important;
  }


}

@media(max-width:768px) {
  .access .frame-96-1 {
    width: 90%;
  }


  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }

  .button-select {
    font-size: 18px;
  }
}