/*------ top mv ------*/
.mvSec {
  position: relative;
  padding: 2rem 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .mvSec {
    padding: 1rem 1rem 0;
  }
}
.mvSec__logo {
  display: block;
  width: 100%;
  max-width: 25rem;
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .mvSec__logo:hover {
    opacity: 0.3;
  }
}
@media screen and (max-width: 768px) {
  .mvSec__logo {
    width: 17rem;
  }
}
.mvSec__logo img {
  width: 100%;
}
.mvSec__scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 20;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .mvSec__scroll {
    bottom: 0.25rem;
  }
}
.mvSec__arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.75vw;
  color: #333;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .mvSec__arrow {
    font-size: 0.65rem;
  }
}
.mvSec__arrow .arrow-bottom {
  height: 0.5rem;
  font-size: clamp(1rem, -179.7647058824rem + 400vw, 1.25rem);
  animation: scroll-btn 2s infinite;
}
.mvSec__arrow .arrow-bottom01 {
  animation-delay: 0s;
}
.mvSec__arrow .arrow-bottom02 {
  animation-delay: 0.15s;
}
.mvSec__arrow .arrow-bottom03 {
  margin-bottom: 0.75rem;
  animation-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .mvSec__arrow .arrow-bottom03 {
    margin-bottom: 0.5rem;
  }
}
.mvSec__character {
  position: relative;
  display: inline-block;
  margin-top: 1rem;
  text-align: center;
}
.mvSec__character img {
  display: block;
}
.mvSec__body {
  width: 7.95rem;
}
@media screen and (max-width: 768px) {
  .mvSec__body {
    width: 5rem;
  }
}
.mvSec__parts {
  position: absolute;
  top: 6.25rem;
  width: 4.5rem;
}
@media screen and (max-width: 768px) {
  .mvSec__parts {
    top: 4rem;
    width: 2.75rem;
  }
}
.mvSec__right {
  right: -0.89rem;
  transform-origin: 40% 95%;
  animation: right-move 1.5s ease-in-out 0s infinite alternate-reverse;
}
@media screen and (max-width: 768px) {
  .mvSec__right {
    right: -0.5rem;
  }
}
.mvSec__left {
  left: -0.85rem;
  transform-origin: 60% 90%;
  animation: left-move 1.5s ease-in-out 0s infinite alternate-reverse;
}
@media screen and (max-width: 768px) {
  .mvSec__left {
    left: -0.5rem;
  }
}
.mvSec__contents {
  position: relative;
  width: 100%;
  padding: 5rem 0 4rem;
  font-family: "Noto Serif JP";
  font-feature-settings: "palt";
  text-align: center;
}
.mvSec__contents h1 {
  display: block;
  margin-bottom: 0.85rem;
  font-size: clamp(2.8125rem, -855.7058823529rem + 1900vw, 4rem);
  font-weight: 700;
  line-height: 1.45;
  color: #333;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .mvSec__contents h1 {
    margin-bottom: 0.75rem;
  }
}
.mvSec__contents p {
  font-size: clamp(1rem, -89.4117647059rem + 200vw, 1.125rem);
  letter-spacing: 0;
}

@keyframes left-move {
  from {
    transform: rotate(15deg);
  }
  to {
    transform: rotate(-15deg);
  }
}
@keyframes right-move {
  from {
    transform: rotate(-15deg);
  }
  to {
    transform: rotate(15deg);
  }
}
/*------ top intro ------*/
.topIntroSec {
  padding: 4rem 0 5rem;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topIntroSec {
    padding: 3rem 0 3rem;
  }
}
.topIntroSec h2 {
  margin-bottom: 2.5rem;
  font-family: "M PLUS 2";
  font-size: clamp(1.9375rem, -1082.4117647059rem + 2400vw, 3.4375rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .topIntroSec h2 {
    margin-bottom: 1.5rem;
    line-height: 1.4;
  }
}
.topIntroSec h2 span {
  display: block;
  margin-top: 0.5rem;
  font-size: clamp(1.5625rem, -224.4117647059rem + 500vw, 1.875rem);
  letter-spacing: 0.6rem;
}
@media screen and (max-width: 768px) {
  .topIntroSec h2 span {
    letter-spacing: 0.4rem;
  }
}
.topIntroSec img {
  width: 20rem;
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .topIntroSec img {
    width: 100%;
  }
}
.topIntroSec a {
  margin: 1.5rem auto 0 auto;
}
.topIntroSec__image01 img {
  right: 87.5%;
  bottom: -4rem;
  width: 16.5rem;
}
@media screen and (max-width: 768px) {
  .topIntroSec__image01 img {
    position: static;
    width: 50%;
    margin-bottom: 1.25rem;
  }
}
.topIntroSec__image02 img {
  top: 1.5rem;
  left: 93%;
  width: 18rem;
  transform: translate(-3rem, -3rem);
}
@media screen and (max-width: 768px) {
  .topIntroSec__image02 img {
    display: none;
  }
}
.topIntroSec .top-card {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .topIntroSec .top-card {
    margin-bottom: 3rem;
  }
}
.topIntroSec .top-card img {
  margin: 0;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .topIntroSec__text {
    order: 1;
  }
}
.topIntroSec__text h3 {
  margin-bottom: 1.5rem;
  font-size: clamp(1.375rem, -269.7647058824rem + 600vw, 1.75rem);
  font-weight: 700;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .topIntroSec__text h3 {
    margin-bottom: 1.25rem;
  }
}
.topIntroSec__text p {
  margin-bottom: 1.5rem;
  font-size: clamp(0.9375rem, -134.6470588235rem + 300vw, 1.125rem);
  line-height: 2.25;
  letter-spacing: 0.2rem;
}
.topIntroSec__text p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .topIntroSec__text p {
    margin-bottom: 1rem;
    line-height: 2.4;
  }
}
.topIntroSec__list01 {
  display: block;
  padding: 1.5rem 1.25rem 2.5rem 1.25rem;
  margin-top: 2rem;
  line-height: 2.1;
  color: #fff;
  list-style: none;
  background: #1e9dd8;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .topIntroSec__list01 {
    padding: 1.5rem 1rem 2.5rem;
  }
}
.topIntroSec__list01 li {
  margin-bottom: 1rem;
  font-size: clamp(1rem, -179.7647058824rem + 400vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .topIntroSec__list01 li {
    margin-bottom: 0.75rem;
  }
}
.topIntroSec__list01 li:last-child {
  margin-bottom: 0;
}

/*------ top news ------*/
.topNewsSec {
  padding: 3rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .topNewsSec {
    padding: 2rem 0 2rem;
  }
}
.topNewsSec h2 {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: clamp(2.125rem, -359.4117647059rem + 800vw, 2.625rem);
}
.topNewsSec h2::before {
  bottom: 0;
  width: 14rem;
  border-bottom: 1px solid #333;
  position: absolute;
  display: block;
  content: "";
}
.topNewsSec .btn-news {
  margin: 3.5rem auto 0;
  background: #1e9dd8;
}
@media screen and (max-width: 768px) {
  .topNewsSec .btn-news {
    margin: 2rem auto 0;
  }
}

.top-card li {
  text-align: left;
}
.top-card li a {
  cursor: pointer;
  transition: ease opacity 0.3s;
}
@media (any-hover: hover) {
  .top-card li a:hover {
    opacity: 0.3;
  }
}
.top-card li h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top-card li h3 {
    text-overflow: clip;
    white-space: normal;
  }
}

/*------ top access ------*/
.topAccessSec {
  padding: 3rem 0 7rem;
}
@media screen and (max-width: 768px) {
  .topAccessSec {
    padding: 2rem 0 5rem;
  }
}
.topAccessSec h2 {
  position: relative;
  margin-bottom: 1.5rem;
  font-size: clamp(2.125rem, -359.4117647059rem + 800vw, 2.625rem);
}
.topAccessSec h2::before {
  bottom: 0;
  width: 14rem;
  border-bottom: 1px solid #333;
  position: absolute;
  display: block;
  content: "";
}
.topAccessSec__list {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .topAccessSec__list {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.topAccessSec__list li {
  width: 100%;
  font-size: clamp(0.875rem, -315.4117647059rem + 700vw, 1.3125rem);
}
.topAccessSec__map {
  position: relative;
  width: 100%;
  padding-top: 35%;
}
@media screen and (max-width: 768px) {
  .topAccessSec__map {
    padding-top: 75%;
  }
}
.topAccessSec__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topAccessSec .btn-access {
  margin: 3.5rem auto 0;
  background: #1e9dd8;
}
@media screen and (max-width: 768px) {
  .topAccessSec .btn-access {
    margin: 2rem auto 0;
  }
}

/*------ top gallery ------*/
.topGallerySec {
  padding: 0 0 7rem;
}
@media screen and (max-width: 768px) {
  .topGallerySec {
    padding: 0 0 4rem;
  }
}
.topGallerySec .swiper-wrapper {
  transition-timing-function: linear;
}
.topGallerySec .swiper-slide {
  position: relative;
}
.topGallerySec .swiper-slide::after {
  display: block;
  padding-top: 90%;
  content: "";
}
.topGallerySec .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topGallerySec .btn-gallery {
  margin: 3.5rem auto 0;
  background: #333;
}
@media screen and (max-width: 768px) {
  .topGallerySec .btn-gallery {
    margin: 2.5rem auto 0;
  }
}

/*------ menu ------*/
.menuSec {
  padding: 7rem 0;
}
@media screen and (max-width: 768px) {
  .menuSec {
    padding: 3rem 0;
  }
}
.menuSec__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.25rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .menuSec__list {
    gap: 1rem 0.5rem;
  }
}
.menuSec__list li {
  position: relative;
  width: calc(33.333% - 1rem);
  background: #fff;
  border-radius: 1.5rem;
}
@media screen and (max-width: 1300px) {
  .menuSec__list li {
    width: calc(50% - 0.75rem);
  }
}
@media screen and (max-width: 768px) {
  .menuSec__list li {
    width: calc(50% - 0.25rem);
    border-radius: 0.5rem;
  }
}
.menuSec__list li a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 12rem;
  padding: 0.75rem 1rem;
  font-size: clamp(1rem, -450.8235294118rem + 1000vw, 1.625rem);
  line-height: 1.4;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .menuSec__list li a {
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    height: 100%;
    padding: 0.75rem 0.5rem;
  }
}
.menuSec__list li a img {
  display: block;
  height: 8rem;
}
@media screen and (max-width: 768px) {
  .menuSec__list li a img {
    height: 5rem;
  }
}
