/* ======================================================================
 * home
====================================================================== */
.mv-section {
  position: relative;
  padding: 18.2rem 0 18.8rem;
  overflow: hidden;
  background-color: #d0eff7;
}
@media screen and (max-width: 768px) {
  .mv-section {
    padding: 10.7rem 0 max(45.38vw, 17.7rem);
  }
}
.mv-section .adjust-width {
  max-width: 1296px;
}
.mv-section .content {
  display: flex;
  gap: 5.2rem;
  padding-left: 4.5rem;
}
@media screen and (max-width: 768px) {
  .mv-section .content {
    display: block;
    padding: 0;
  }
}
.mv-section h1 {
  position: relative;
  z-index: 1;
  max-width: 413px;
  padding-top: 8rem;
  margin-bottom: 0;
  transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .mv-section h1 {
    max-width: 100%;
    padding: 0 0 0 2rem;
    margin-bottom: 2.75rem;
  }
  .mv-section h1 img {
    width: 22.3rem;
  }
}
.mv-section .mv-slider {
  width: 786px;
}
@media screen and (max-width: 768px) {
  .mv-section .mv-slider {
    width: 100%;
  }
}
.mv-section .mv-slider ul > li > img {
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .mv-section .mv-slider ul > li > img {
    border-radius: 1.5rem;
  }
}
.mv-section .mv-slider .splide__pagination {
  bottom: -3.6rem;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .mv-section .mv-slider .splide__pagination {
    bottom: -1.82rem;
    gap: 1rem;
  }
}
.mv-section .mv-slider .splide__pagination .splide__pagination__page {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  background: #b4b4b5;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .mv-section .mv-slider .splide__pagination .splide__pagination__page {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.mv-section .mv-slider .splide__pagination .splide__pagination__page.is-active {
  background: #e50012;
  transform: scale(1);
}
.mv-section .bg-group p {
  margin: 0;
}
.mv-section .bg-group .absolute {
  position: absolute;
}
.mv-section .bg-group .relative {
  position: relative;
}
.mv-section .bg-group .mv-bg {
  bottom: 0;
  width: 100%;
  margin: 0;
  transform: rotate(0);
}
.mv-section .bg-group .mv-train {
  bottom: 0;
  left: 5.8vw;
  z-index: 1;
  width: min(60.1vw, 821px);
  transform: rotate(0);
  animation: fade-in-right 1.5s cubic-bezier(0.1, 0, 0.3, 1) forwards;
}
@media screen and (max-width: 768px) {
  .mv-section .bg-group .mv-train {
    left: 2rem;
    width: max(38.1rem, 97.6vw);
  }
}
.mv-section .bg-group .mv-train .mv-ride-norurun {
  bottom: min(2.44vw, 3.3rem);
  left: min(9.2vw, 12.59rem);
  width: min(4.2vw, 5.8rem);
  transform-origin: bottom;
  animation: norurun-fly-up 0.8s 1.5s forwards;
}
@media screen and (max-width: 768px) {
  .mv-section .bg-group .mv-train .mv-ride-norurun {
    bottom: max(2.68rem, 6.8vw);
    left: max(4.75rem, 12.2vw);
    width: max(1.6rem, 4.1vw);
  }
}
.mv-section .bg-group .mv-norurun {
  bottom: min(8.5vw, 11.64rem);
  left: 5.8vw;
  z-index: 0;
  width: min(23.2vw, 31.8rem);
  opacity: 0;
  transform-origin: bottom;
  animation: norurun-fade-up 0.8s cubic-bezier(0, 0.84, 0.6, 1.4) 2.2s forwards;
}
@media screen and (max-width: 768px) {
  .mv-section .bg-group .mv-norurun {
    bottom: max(7.13rem, 18.2vw);
    left: 2rem;
    width: max(18.2rem, 46.6vw);
    animation: norurun-fade-up-sp 0.8s cubic-bezier(0, 0.64, 0.3, 1.4) 2.2s forwards;
  }
}
.mv-section .bg-group .balloon {
  position: absolute;
  opacity: 0;
}
.mv-section .bg-group .anim-1 {
  animation: fade-up 2s ease-out 1s forwards, float 3s ease-in-out 3s infinite;
}
.mv-section .bg-group .anim-2 {
  animation: fade-up 2s ease-out 1.5s forwards, float 3.3s ease-in-out 3.5s infinite;
}
.mv-section .bg-group .anim-3 {
  animation: fade-up 2s ease-out 0.5s forwards, float 2.7s ease-in-out 2.5s infinite;
}
.mv-section .bg-group .balloon-1 {
  bottom: 32.5%;
  left: 19.9vw;
  width: 4.5vw;
}
.mv-section .bg-group .balloon-2 {
  bottom: 38.1%;
  left: 31.1vw;
  width: 3.4vw;
}
.mv-section .bg-group .balloon-3 {
  bottom: 22.8%;
  left: 37.3vw;
  width: 3.8vw;
}
.mv-section .bg-group .balloon-4 {
  bottom: 14%;
  left: 58.5vw;
  width: 3.4vw;
}
.mv-section .bg-group .balloon-5 {
  bottom: 6.5%;
  left: 74.3vw;
  width: 3.8vw;
}
.mv-section .bg-group .balloon-6 {
  bottom: 6.9%;
  left: 86.4vw;
  width: 3.4vw;
}
.mv-section .bg-group .balloon-7 {
  bottom: 19.7%;
  left: 90.8vw;
  width: 4.4vw;
}
@media screen and (max-width: 768px) {
  .mv-section .bg-group .balloon-1 {
    top: 17.3rem;
    left: 58.2vw;
    width: 8.3vw;
  }
  .mv-section .bg-group .balloon-2 {
    top: 15.8rem;
    left: 78.7vw;
    width: 6.4vw;
  }
  .mv-section .bg-group .balloon-3 {
    top: 22.1rem;
    left: 90.5vw;
    width: 7.1vw;
  }
  .mv-section .bg-group .balloon-4 {
    bottom: 22.2%;
    left: 29.2vw;
    width: 6.6vw;
  }
  .mv-section .bg-group .balloon-5 {
    bottom: 16.3%;
    left: 57.7vw;
    width: 7.3vw;
  }
  .mv-section .bg-group .balloon-6 {
    bottom: 14%;
    left: 75.5vw;
    width: 6.6vw;
  }
  .mv-section .bg-group .balloon-7 {
    right: 5.33vw;
    bottom: 22.2%;
    width: 8.6vw;
  }
}

.news-section {
  padding: 8rem 0 10rem;
  background-color: #fcf5de;
}
@media screen and (max-width: 768px) {
  .news-section {
    padding: 4.93rem 0 2.25rem;
  }
}
.news-section .adjust-width {
  max-width: 951px;
}
.news-section h2 {
  margin-bottom: 5.8rem;
  margin-left: 1rem;
  transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .news-section h2 {
    margin-bottom: 11.4rem;
    margin-left: 0;
  }
  .news-section h2 img {
    width: 19.3rem;
  }
}
.news-section p {
  margin: 0;
}
.news-section .content {
  display: flex;
  gap: 5.18rem;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .news-section .content {
    flex-direction: column-reverse;
    gap: 2.43rem;
    align-items: center;
  }
}
.news-section .decor-left {
  max-width: 219px;
  transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .news-section .decor-left {
    max-width: 100%;
  }
  .news-section .decor-left img {
    width: 100%;
  }
}
.news-section .news-norurun {
  position: absolute;
  top: -12.6rem;
  right: 0;
  transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .news-section .news-norurun {
    top: -8rem;
  }
  .news-section .news-norurun img {
    width: 18.475rem;
  }
}

.messages-section {
  position: relative;
  background: url("../../../images/home/messages-bg.png") bottom center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .messages-section {
    background: url("../../../images/home/messages-bg-sp.png") bottom center/cover no-repeat;
  }
}
.messages-section::after {
  position: absolute;
  bottom: -131px;
  z-index: 1;
  width: 100%;
  height: 131px;
  content: "";
  background: url("../../../images/home/messages-wave.svg") repeat-x;
  background-color: #f4f4f4;
}
@media screen and (max-width: 768px) {
  .messages-section::after {
    bottom: -37px;
    height: 37px;
    background: url("../../../images/home/messages-wave-sp.svg") repeat-x;
    background-color: #f4f4f4;
  }
}
.messages-section .inner {
  padding: 5.8rem 0 15.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .messages-section .inner {
    padding: 5rem 0 21.53rem;
  }
}
.messages-section .adjust-width {
  max-width: 690px;
}
@media screen and (max-width: 389px) {
  .messages-section .adjust-width {
    padding: 0;
  }
}
.messages-section h2 {
  margin-bottom: 2.3rem;
  transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .messages-section h2 {
    margin-bottom: 4.15rem;
    text-align: center;
  }
}
.messages-section .content {
  position: relative;
  padding: 11.4rem 0 9.8rem;
  text-align: center;
  cursor: pointer;
  background: url("../../../images/home/messages-content-bg.svg") top center/100% no-repeat;
}
@media screen and (max-width: 768px) {
  .messages-section .content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34.4rem;
    height: 34.4rem;
    padding: 3.5rem 0 0;
    margin: 0 auto;
    background: url("../../../images/home/messages-content-bg-sp.svg") center/contain no-repeat;
  }
}
@media screen and (max-width: 380px) {
  .messages-section .content {
    width: 95vw;
    height: 95vw;
    padding-top: 1.6rem;
  }
}
.messages-section .content p {
  margin-top: 0;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 2.57;
}
@media screen and (max-width: 768px) {
  .messages-section .content p {
    font-size: 1.6rem;
    line-height: 2.68;
  }
}
.messages-section .content .train {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: 0% 100%;
  animation: run 7s linear infinite;
}
.messages-section .content .train.-js-paused {
  animation-play-state: paused;
}
@media screen and (max-width: 768px) {
  .messages-section .content .train {
    width: 17.2rem;
  }
}
@media screen and (max-width: 380px) {
  .messages-section .content .train {
    width: 47.3vw;
  }
}
.messages-section .content .messages-norurun {
  position: absolute;
  bottom: 3.65rem;
  left: 1.34rem;
  animation: float 3.3s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .messages-section .content .messages-norurun {
    bottom: 1.56rem;
    left: 0.39rem;
    width: 9.2rem;
  }
}
@media screen and (max-width: 380px) {
  .messages-section .content .messages-norurun {
    width: 24vw;
  }
}

.contents-section {
  padding-bottom: 7.9rem;
  margin-top: 131px;
  overflow: hidden;
  background-color: #fcf5de;
}
@media screen and (max-width: 768px) {
  .contents-section {
    padding: 4.05rem 0 4rem;
    margin-top: 37px;
  }
}
.contents-section .adjust-width {
  max-width: 950px;
}
@media screen and (max-width: 768px) {
  .contents-section .c-flag-title h2 img {
    width: 18.065rem;
  }
}
.contents-section .contents-norurun {
  margin: 0 0 3.76rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents-section .contents-norurun {
    margin-bottom: 10.6rem;
  }
  .contents-section .contents-norurun img {
    width: 7.507rem;
  }
}
.contents-section .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12.3rem 7rem;
}
@media screen and (max-width: 768px) {
  .contents-section .content {
    grid-template-columns: repeat(1, 1fr);
    gap: 10.6rem;
  }
}
.contents-section .item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 3rem;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #1a1311;
  text-decoration: none;
  letter-spacing: 0.1em;
  background-color: #fff;
  border-radius: 6rem;
}
@media screen and (max-width: 768px) {
  .contents-section .item {
    padding: 2.4rem 2.4rem 3rem;
    font-size: 1.2rem;
  }
}
.contents-section .item p {
  margin: 0;
}
.contents-section .item .icon {
  position: absolute;
  top: -8.5rem;
  left: 50%;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  width: 17rem;
  height: 8.5rem;
  background-color: #fff;
  border-top-left-radius: 8.5rem;
  border-top-right-radius: 8.5rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .contents-section .item .icon {
    top: -6.75rem;
    width: 13.5rem;
    height: 6.75rem;
    border-top-left-radius: 6.75rem;
    border-top-right-radius: 6.75rem;
  }
  .contents-section .item .icon img {
    width: 4.78rem;
  }
}
.contents-section .item .image {
  margin-bottom: 3rem;
  transform: rotate(0);
}
.contents-section .item .image img {
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .contents-section .item .image {
    margin-bottom: 2.4rem;
  }
}
.contents-section .item .title,
.contents-section .item .text,
.contents-section .item .detail {
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .contents-section .item .title,
  .contents-section .item .text,
  .contents-section .item .detail {
    padding: 0 0.7rem;
  }
}
.contents-section .item .title {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .contents-section .item .title {
    margin-bottom: 1.7rem;
    font-size: 1.9rem;
  }
}
.contents-section .item .text {
  margin-bottom: auto;
}
.contents-section .item .detail {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
  margin-top: 2.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.56;
}
@media screen and (max-width: 768px) {
  .contents-section .item .detail {
    gap: 1rem;
    margin-top: 0.74rem;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .contents-section .item .detail img {
    width: 3.2rem;
  }
}
.contents-section .logo-slider {
  margin-top: 8.2rem;
}
@media screen and (max-width: 768px) {
  .contents-section .logo-slider {
    margin-top: 4rem;
  }
}

@keyframes fade-in-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes norurun-fly-up {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(0.7);
  }
}
@keyframes norurun-fade-up {
  0% {
    opacity: 0.8;
    transform: translateY(100px) scaleY(0.7);
  }
  70% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes norurun-fade-up-sp {
  0% {
    opacity: 0.8;
    transform: translateY(65px) scaleY(0.7);
  }
  70% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes run {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}