@charset "UTF-8";
/* aタグ設定
------------------------------------- */
@media (any-hover: hover) {
  a:hover, button:hover {
    filter: brightness(1.2);
  }
}

a, button {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  text-decoration: none;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem; /* =14px */
  font-family: "Noto sans JP", sans-serif;
  color: #fff;
}

#wrapper {
  overflow: hidden;
}

ul {
  list-style: none;
}

@media print {
  img {
    display: none;
  }
}
body {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

img {
  pointer-events: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* デフォルトの三角形アイコンを非表示にする */
summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.font-en {
  font-family: "Poppins", sans-serif;
}

.font-en02 {
  font-family: "Caveat", cursive;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: background-color 0.3s;
  pointer-events: none;
}
.header.on {
  background-color: rgba(0, 0, 0, 0.9);
  pointer-events: auto;
}
.header.on .header__logo img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(174deg) brightness(102%) contrast(102%);
}
.header.on .header__logo.toppage {
  opacity: 1;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 40px 200px;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 5.3333333333vw;
  }
}
.header__logo {
  width: min(22.8vw, 228px);
  z-index: 5;
  transition: opacity 0.3s;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 39.2vw;
  }
}
.header__logo.toppage {
  opacity: 0;
}
.header__logo img {
  transition: 0.3s;
}
.header__btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #464646;
  z-index: 5;
  position: relative;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .header__btn {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.header__btn.on .header__btn-line:first-of-type {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__btn.on .header__btn-line:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header__btn-line:first-of-type {
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .header__btn-line:first-of-type {
    width: 5.3333333333vw;
    top: calc(50% - 1.3333333333vw);
  }
}
.header__btn-line:nth-of-type(2) {
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(50% + 5px);
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .header__btn-line:nth-of-type(2) {
    width: 5.3333333333vw;
    top: calc(50% + 1.3333333333vw);
  }
}

.sp-menu {
  position: absolute;
  top: 50%;
  right: 178px;
  transform: translateY(-50%);
  display: none;
}
@media screen and (max-width: 1000px) {
  .sp-menu {
    right: 120px;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu {
    position: static;
    padding: 5.3333333333vw 2.6666666667vw 7.4666666667vw;
    transform: inherit;
  }
}
@media screen and (max-width: 768px) {
  .sp-menu__list {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.sp-menu__list li {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sp-menu__list li {
    margin-top: 2.6666666667vw;
  }
}
.sp-menu__list a {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  padding-left: 23px;
  position: relative;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .sp-menu__list a {
    font-size: 3.7333333333vw;
    padding-left: 6.1333333333vw;
  }
}
@media (any-hover: hover) {
  .sp-menu__list a:hover {
    filter: none;
    opacity: 0.75;
  }
}
.sp-menu__list a::before {
  content: "";
  width: 12px;
  height: 15px;
  background-image: url("../images/icon-triangle.svg");
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  top: calc(50% + 2px);
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sp-menu__list a::before {
    width: 3.2vw;
    height: 4vw;
    top: calc(50% + 0.5333333333vw);
  }
}

.footer {
  padding: 26px 0 56px;
  background-color: #fff;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 3.3333333333vw 0 8vw;
  }
}
.footer img {
  filter: brightness(0) saturate(100%) invert(37%) sepia(7%) saturate(26%) hue-rotate(76deg) brightness(95%) contrast(86%);
}
.footer_sns {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer_sns {
    display: block;
    margin-top: 7.0666666667vw;
  }
}
.footer_sns_top {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer_sns_top {
    justify-content: center;
  }
}
.footer_sns_top dl:first-of-type {
  margin-right: 3.0666666667vw;
}
.footer_sns dl {
  display: flex;
  align-items: center;
  margin-right: 38px;
}
@media screen and (max-width: 768px) {
  .footer_sns dl {
    display: block;
    margin-right: 0;
  }
}
.footer_sns dt {
  margin-right: 15px;
  width: 160px;
  border: 1px solid #606060;
  color: #606060;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer_sns dt {
    margin-right: 0;
    width: 40vw;
    border: 0.1333333333vw solid #606060;
    font-size: 2.6666666667vw;
    padding: 0.2666666667vw;
  }
}
.footer_sns_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .footer_sns_list {
    gap: 4.5333333333vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_sns_link_twitter {
    width: 4.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_sns_link_facebook {
    width: 1.7333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_sns_link_line {
    width: 4.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_sns_link_d {
    width: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_sns_link_youtube {
    width: 4.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_sns_link_instagram {
    width: 4.6666666667vw;
  }
}
.footer_btn {
  display: block;
  width: 160px;
  border: 1px solid #606060;
  color: #606060;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer_btn {
    width: 40vw;
    border: 0.1333333333vw solid #606060;
    font-size: 2.6666666667vw;
    padding: 0.2666666667vw;
    margin: 5.3333333333vw auto 0;
  }
}
.footer_copyright {
  margin-top: 34px;
  text-align: center;
  color: #606060;
  font-size: 14px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  .footer_copyright {
    margin-top: 3.6vw;
    font-size: 2.9333333333vw;
  }
}

.list-nav {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 19px;
}
@media screen and (max-width: 1200px) {
  .list-nav {
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .list-nav {
    margin: 0 auto;
    flex-direction: column;
    gap: 2.9333333333vw;
  }
}
.list-nav li a {
  position: relative;
  display: inline-block;
  padding: 16px 5px 8px;
  background-color: #fff;
  border-radius: 14px;
  min-width: 277px;
  min-height: 122px;
}
@media screen and (max-width: 1000px) {
  .list-nav li a {
    width: 285px;
  }
}
@media screen and (max-width: 768px) {
  .list-nav li a {
    width: auto;
    min-width: auto;
    border-radius: 0;
    padding: 1.6vw 0;
    background-color: transparent;
    color: #fff;
  }
}
.list-nav li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 14px;
  bottom: 0;
  border: 4px solid transparent;
  background: linear-gradient(to right, #0291A0 0%, #0177A1 50%, #005DA1 100%) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
@media screen and (max-width: 768px) {
  .list-nav li a::after {
    display: none;
  }
}
.list-nav__top {
  display: flex;
  align-items: center;
  font-size: 5rem;
  line-height: 0.9;
  text-align: center;
  min-height: 72px;
  padding: 0 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  background: linear-gradient(to right, #0291A0 0%, #0177A1 50%, #005DA1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .list-nav__top {
    font-size: 13.3333333333vw;
    font-weight: normal;
    background: none;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
  }
}
.list-nav__top.small {
  font-size: 4rem;
}
.list-nav__text {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  margin: 2px auto 0;
  font-weight: bold;
  background: linear-gradient(to right, #0291A0 0%, #0177A1 50%, #005DA1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .list-nav__text {
    font-size: 3.2vw;
  }
}
.list-nav__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 18px;
  background: linear-gradient(to right, #0291A0 0%, #0177A1 50%, #005DA1 100%);
  margin: 8px auto 0;
  border-radius: 10px;
}
.list-nav__bottom img {
  width: 9px;
}

.mv {
  height: 870px;
  padding: 260px 20px 0;
  margin-bottom: 93px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv {
    height: 114.9333333333vw;
    padding: 62.9333333333vw 4.5333333333vw 0;
    margin-bottom: 22.1333333333vw;
  }
}
.mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.mv__bg img, .mv__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.mv h1 {
  max-width: 910px;
  margin: 0 auto;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .mv h1 {
    max-width: 100%;
    width: 83.7333333333vw;
  }
}
.mv h1 img {
  filter: drop-shadow(0px 0px 116px #30465B);
}
.mv__bg-bottom {
  width: 100%;
  height: 205px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../images/mv-bg.png");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: bottom center;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mv__bg-bottom {
    height: 30.4vw;
    background-image: url("../images/mv-bg-sp.png");
  }
}

.info-new {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -42px);
  width: 800px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .info-new {
    width: 90.9333333333vw;
    transform: translate(-50%, -8.5333333333vw);
  }
}
.info-new a {
  background-color: rgba(19, 19, 19, 0.8);
  padding: 10px 30px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .info-new a {
    padding: 2.6666666667vw;
    gap: 2.6666666667vw;
    font-size: 3.2vw;
    border-radius: 10;
  }
}
.info-new a:not(:first-of-type) {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .info-new a:not(:first-of-type) {
    margin-top: 1.3333333333vw;
  }
}
@media (any-hover: hover) {
  .info-new a:hover {
    filter: none;
  }
}
.info-new__icon {
  width: 76px;
  min-height: 73px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 0.9;
}
@media screen and (max-width: 768px) {
  .info-new__icon {
    width: 11.4666666667vw;
    min-height: 11.4666666667vw;
    font-size: 2.6666666667vw;
    padding-top: 0.8vw;
  }
}
.info-new__text {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .info-new__text {
    display: block;
  }
}
.info-new__title {
  text-decoration: underline;
  line-height: 1.4;
}
.info-new__text-date {
  display: block;
  line-height: 1.4;
  flex: 0 0 auto;
}

.area-section__title {
  font-size: 12rem;
  color: #006096;
  font-weight: normal;
  text-align: center;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .area-section__title {
    padding-left: 4.5333333333vw;
    font-size: 16vw;
    text-align: left;
  }
}
.area-section__title.small {
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .area-section__title.small {
    font-size: 13.3333333333vw;
    line-height: 1.1;
  }
}

.inner {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    padding: 0;
  }
}

.area-calendar {
  padding: 165px 0 115px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .area-calendar {
    padding: 22.9333333333vw 0 18.6666666667vw;
  }
}
.area-calendar__deco01 {
  width: min(53.5833333333vw, 643px);
  position: absolute;
  top: min(11.8333333333vw, 142px);
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .area-calendar__deco01 {
    width: 37.0666666667vw;
    top: 11.4666666667vw;
  }
}
.area-calendar__deco01-01 {
  width: min(15.5vw, 186px);
  position: absolute;
  top: min(6vw, 72px);
  left: min(5.25vw, 63px);
}
.area-calendar__deco01-02 {
  width: min(17.5833333333vw, 211px);
  position: absolute;
  top: min(15.8333333333vw, 190px);
  left: min(0.8333333333vw, 10px);
}
.area-calendar__deco01-circle01 {
  width: min(10.6666666667vw, 128px);
  height: min(10.6666666667vw, 128px);
  border-radius: 50%;
  position: absolute;
  bottom: min(6.3333333333vw, 76px);
  left: -20px;
  background-color: #E5F6FF;
}
.area-calendar__deco01-circle02 {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: absolute;
  bottom: -171px;
  left: 111px;
  background-color: #96C8E3;
}
.area-calendar__deco02 {
  width: min(24.6666666667vw, 296px);
  position: absolute;
  top: min(11.8333333333vw, 142px);
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .area-calendar__deco02 {
    width: 30.1333333333vw;
    top: 18.6666666667vw;
  }
}
.area-calendar__deco02-01 {
  width: min(21.1666666667vw, 254px);
  position: absolute;
  top: max(-6.0833333333vw, -73px);
  left: max(-6.5vw, -78px);
}
@media screen and (max-width: 768px) {
  .area-calendar__deco02-01 {
    width: 28.2666666667vw;
    top: -13.3333333333vw;
    left: -7.2vw;
  }
}
.area-calendar__deco02-02 {
  width: min(8vw, 96px);
  position: absolute;
  top: min(1.3333333333vw, 16px);
  left: min(12.5vw, 150px);
}
@media screen and (max-width: 768px) {
  .area-calendar__deco02-02 {
    width: 10.6666666667vw;
    top: -2.6666666667vw;
    left: 17.6vw;
  }
}
.area-calendar__deco02-03 {
  width: min(15.5vw, 186px);
  position: absolute;
  top: min(10.5833333333vw, 127px);
  left: min(8.3333333333vw, 100px);
}
@media screen and (max-width: 768px) {
  .area-calendar__deco02-03 {
    width: 20.8vw;
    top: 8vw;
    left: 9.8666666667vw;
  }
}
.area-calendar__deco03 {
  width: 364px;
  position: absolute;
  bottom: 93px;
  right: 0;
  z-index: -1;
}
.area-calendar__deco03-circle01 {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: absolute;
  top: -38px;
  left: 309px;
  background-color: #96C8E3;
}
.area-calendar__deco03-circle02 {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  position: absolute;
  bottom: -62px;
  left: 225px;
  background-color: #B2E4FF;
}
.area-calendar__body {
  background-image: url("../images/bg-calendar.webp");
  background-size: 318px 438px;
  background-repeat: repeat;
  max-width: 1024px;
  margin: 60px auto 0;
  padding: 45px 20px 45px;
  box-shadow: 0px 0px 65px 11px rgba(140, 140, 140, 0.1);
}
@media screen and (max-width: 768px) {
  .area-calendar__body {
    background-size: 67.7333333333vw 93.3333333333vw;
    max-width: 100%;
    margin-top: 8vw;
    padding: 2.6666666667vw 2.1333333333vw 8vw;
  }
}
@media screen and (max-width: 768px) {
  .area-calendar__deco-sp01-circle {
    width: 20.8vw;
    height: 20.8vw;
    border-radius: 50%;
    background: linear-gradient(to right, rgba(179, 223, 255, 0.4) 0, rgba(178, 235, 255, 0.4) 50%, rgba(178, 248, 255, 0.4) 100%);
    position: absolute;
    bottom: 6.9333333333vw;
    left: -8vw;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .area-calendar__deco-sp02-circle {
    width: 7.7333333333vw;
    height: 7.7333333333vw;
    border-radius: 50%;
    background: linear-gradient(to right, #C7ECFF, #B2E4FF);
    position: absolute;
    bottom: 5.3333333333vw;
    left: 4.5333333333vw;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .area-calendar__deco-sp03-circle {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    border-radius: 50%;
    background: linear-gradient(to right, rgba(179, 223, 255, 0.4) 0, rgba(178, 235, 255, 0.4) 50%, rgba(178, 248, 255, 0.4) 100%);
    position: absolute;
    bottom: 4.5333333333vw;
    right: 8vw;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .area-calendar__deco-sp04-circle {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    border-radius: 50%;
    background: linear-gradient(to right, rgba(179, 223, 255, 0.4) 0, rgba(178, 235, 255, 0.4) 50%, rgba(178, 248, 255, 0.4) 100%);
    position: absolute;
    bottom: 2.1333333333vw;
    right: 2.6666666667vw;
    z-index: -1;
  }
}
.area-calendar__body-top {
  max-width: 806px;
  margin: 17px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .area-calendar__body-top {
    max-width: 100%;
    margin-top: 2.6666666667vw;
    gap: 5.3333333333vw;
  }
}
.area-calendar__playlist {
  width: 130px;
  position: absolute;
  top: 0px;
  left: -5px;
}
@media screen and (max-width: 768px) {
  .area-calendar__playlist {
    width: 15.4666666667vw;
    top: 0vw;
    left: -0.5333333333vw;
  }
}
.area-calendar__month {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .area-calendar__month {
    width: 59.7333333333vw;
  }
}
.area-calendar__month-num {
  font-size: 10.4rem;
}
@media screen and (max-width: 768px) {
  .area-calendar__month-num {
    font-size: 16.5333333333vw;
  }
}
.area-calendar__month-en {
  font-size: 5.7rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .area-calendar__month-en {
    font-size: 6.4vw;
    margin-bottom: 1.3333333333vw;
  }
}
.area-calendar__body-top-deco {
  width: 145px;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .area-calendar__body-top-deco {
    width: 21.0666666667vw;
    margin-right: 5.3333333333vw;
  }
}
.area-calendar__main {
  max-width: 806px;
  margin: 45px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .area-calendar__main {
    max-width: 100%;
    margin-top: 2.6666666667vw;
  }
}
.area-calendar__row {
  display: flex;
  position: relative;
}
.area-calendar__calendar-deco01 {
  width: 257px;
  position: absolute;
  left: 26px;
  top: -14px;
}
@media screen and (max-width: 768px) {
  .area-calendar__calendar-deco01 {
    width: 34.1333333333vw;
    top: -4.5333333333vw;
    left: 2.1333333333vw;
  }
}
.area-calendar__row05 .area-calendar__col {
  border-bottom: 1px solid #C0C0C0;
}
.area-calendar__row-top {
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .area-calendar__row-top {
    margin-bottom: 1.6vw;
  }
}
.area-calendar__row-top .area-calendar__col {
  font-size: 3.4rem;
  color: #8C8C8C;
  text-align: center;
  min-height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .area-calendar__row-top .area-calendar__col {
    font-size: 4vw;
    min-width: 6.1333333333vw;
  }
}
.area-calendar__col {
  width: 14.2857142857%;
  border-top: 2px solid #C0C0C0;
  border-left: 2px solid #C0C0C0;
  min-height: 112px;
  background-color: rgba(255, 255, 255, 0.6);
  color: currentColor;
}
@media screen and (max-width: 768px) {
  .area-calendar__col {
    min-height: 13.3333333333vw;
  }
}
.area-calendar__col:last-child {
  border-right: 2px solid #C0C0C0;
}
.area-calendar__col.event .area-calendar__date {
  text-decoration: underline;
}
.area-calendar__col.icon-headphone {
  position: relative;
}
.area-calendar__col.icon-headphone::after {
  content: "🎧";
  font-size: 27px;
  position: absolute;
  top: 6px;
  right: 3px;
  transform: rotate(15deg);
}
@media screen and (max-width: 768px) {
  .area-calendar__col.icon-headphone::after {
    font-size: 3.2vw;
    top: -0.2666666667vw;
    right: 0.2666666667vw;
  }
}
.area-calendar__col.icon-headphone.icon-apple::before {
  content: "🍎";
  font-size: 24px;
  position: absolute;
  bottom: 6px;
  left: 6px;
  transform: rotate(-25deg);
}
@media screen and (max-width: 768px) {
  .area-calendar__col.icon-headphone.icon-apple::before {
    font-size: 2.9333333333vw;
    bottom: 0.2666666667vw;
    left: 0vw;
  }
}
.area-calendar__col.icon-tv {
  position: relative;
}
.area-calendar__col.icon-tv::after {
  content: "📺";
  font-size: 2.4rem;
  position: absolute;
  top: 8px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .area-calendar__col.icon-tv::after {
    font-size: 2.6666666667vw;
    top: 0.5333333333vw;
    right: 0.8vw;
  }
}
.area-calendar__col.icon-radio {
  position: relative;
}
.area-calendar__col.icon-radio::after {
  content: "📻";
  font-size: 2.4rem;
  position: absolute;
  top: 8px;
  right: 10px;
  transform: rotate(-15deg);
}
@media screen and (max-width: 768px) {
  .area-calendar__col.icon-radio::after {
    font-size: 2.6666666667vw;
    top: 0.5333333333vw;
    right: 0.8vw;
  }
}
.area-calendar__col.icon-n {
  position: relative;
}
.area-calendar__col.icon-n::after {
  content: "";
  width: 20px;
  height: 32px;
  background-image: url("../images/icon-n.png");
  background-size: contain;
  position: absolute;
  top: 3px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .area-calendar__col.icon-n::after {
    width: 2.4vw;
    height: 3.7333333333vw;
    top: 0.5333333333vw;
    right: 1.0666666667vw;
  }
}
.area-calendar__col.icon-phone-music {
  position: relative;
}
.area-calendar__col.icon-phone-music::before {
  content: "🎵";
  font-size: 25px;
  position: absolute;
  top: 4px;
  right: 29px;
  transform: rotate(15deg);
}
@media screen and (max-width: 768px) {
  .area-calendar__col.icon-phone-music::before {
    font-size: 2.4vw;
    top: 0.2666666667vw;
    right: 3.2vw;
  }
}
.area-calendar__col.icon-phone-music::after {
  content: "📱";
  font-size: 28px;
  position: absolute;
  top: 14px;
  right: 2px;
  transform: rotate(30deg);
}
@media screen and (max-width: 768px) {
  .area-calendar__col.icon-phone-music::after {
    font-size: 2.6666666667vw;
    top: 1.0666666667vw;
    right: 0.2666666667vw;
  }
}
.area-calendar__col.icon-camera {
  position: relative;
  background-color: #CAB9F4;
}
.area-calendar__col.icon-camera::after {
  content: "🎥";
  font-size: 25px;
  position: absolute;
  top: 6px;
  right: 5px;
  transform: rotate(15deg);
}
@media screen and (max-width: 768px) {
  .area-calendar__col.icon-camera::after {
    font-size: 3.2vw;
    top: 0.5333333333vw;
    right: 0.5333333333vw;
  }
}
.area-calendar__col.icon-headphone {
  position: relative;
}
.area-calendar__col.icon-headphone::after {
  content: "🎧";
  font-size: 27px;
  position: absolute;
  top: 6px;
  right: 3px;
  transform: rotate(15deg);
}
@media screen and (max-width: 768px) {
  .area-calendar__col.icon-headphone::after {
    font-size: 3.2vw;
    top: -0.2666666667vw;
    right: 0.2666666667vw;
  }
}
.area-calendar__col.icon-heart {
  position: relative;
}
.area-calendar__col.icon-heart::before {
  content: "❤️";
  font-size: 24px;
  position: absolute;
  top: 6px;
  right: 6px;
}
@media screen and (max-width: 768px) {
  .area-calendar__col.icon-heart::before {
    font-size: 2.9333333333vw;
    top: 0.2666666667vw;
    right: 0vw;
  }
}
.area-calendar__col.icon-okan {
  position: relative;
}
.area-calendar__col.icon-okan::before {
  content: "👑";
  font-size: 24px;
  position: absolute;
  top: 6px;
  right: 6px;
  transform: rotate(15deg);
}
@media screen and (max-width: 768px) {
  .area-calendar__col.icon-okan::before {
    font-size: 2.9333333333vw;
    top: 0.2666666667vw;
    right: 0vw;
  }
}
.area-calendar__col.icon-moon {
  position: relative;
}
.area-calendar__col.icon-moon::before {
  content: "🌓";
  font-size: 24px;
  position: absolute;
  top: 6px;
  right: 6px;
  transform: rotate(15deg);
}
@media screen and (max-width: 768px) {
  .area-calendar__col.icon-moon::before {
    font-size: 2.9333333333vw;
    top: 0.2666666667vw;
    right: 0vw;
  }
}
.area-calendar .border-none {
  border: none !important;
}
.area-calendar .border-last {
  border-top: 2px solid #C0C0C0;
  border-left: 2px solid #C0C0C0;
  border-right: none;
  border-bottom: none;
}
.area-calendar .border-left {
  border-top: 2px solid #C0C0C0;
  border-left: 2px solid #C0C0C0;
  border-right: none;
  border-bottom: none;
}
.area-calendar .border-top {
  border-top: 2px solid #C0C0C0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.area-calendar__date {
  font-family: "Poppins", sans-serif;
  padding-top: 6px;
  padding-left: 8px;
  display: block;
  font-size: 1.6rem;
  line-height: 1.1;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .area-calendar__date {
    padding-top: 0.8vw;
    padding-left: 0.8vw;
    font-size: 2.9333333333vw;
  }
}
.area-calendar__desc {
  width: 102px;
  margin: 6px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .area-calendar__desc {
    width: 12.2666666667vw;
    margin-top: 0.5333333333vw;
  }
}
.area-calendar__desc .deco-arrow {
  width: 120px;
  position: absolute;
  top: 24px;
  left: 80px;
}
@media screen and (max-width: 768px) {
  .area-calendar__desc .deco-arrow {
    width: 10.6666666667vw;
    top: 3.7333333333vw;
    left: 9.3333333333vw;
  }
}
.area-calendar .event {
  background-color: rgba(178, 228, 255, 0.6);
}
.area-calendar .event.blue {
  background-color: rgba(0, 133, 202, 0.6);
}
.area-calendar .event.yellow {
  background-color: rgba(255, 221, 68, 0.6);
}
.area-calendar .event.pink {
  background-color: rgba(214, 131, 175, 0.6);
}
.area-calendar .event.pink .area-calendar__date {
  text-decoration: none;
}
.area-calendar .event.pink .area-calendar__date::after {
  content: "";
  width: 38px;
  height: 36px;
  background-image: url("../images/circle-pink.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -3px;
  left: 1px;
}
@media screen and (max-width: 768px) {
  .area-calendar .event.pink .area-calendar__date::after {
    width: 5.0666666667vw;
    height: 4.8vw;
    top: 0vw;
    left: 0.2666666667vw;
  }
}
.area-calendar .event.purple {
  background-color: rgba(129, 131, 218, 0.6);
}
.area-calendar .event.green {
  background-color: rgba(24, 163, 170, 0.6);
}
.area-calendar .event.green .area-calendar__date {
  text-decoration: none;
}
.area-calendar .event.green .area-calendar__date::after {
  content: "";
  width: 38px;
  height: 36px;
  background-image: url("../images/circle-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -3px;
  left: 1px;
}
@media screen and (max-width: 768px) {
  .area-calendar .event.green .area-calendar__date::after {
    width: 5.0666666667vw;
    height: 4.8vw;
    top: 0vw;
    left: 0.2666666667vw;
  }
}
.area-calendar .event.light-green {
  background-color: rgba(24, 163, 170, 0.4);
}
.area-calendar .event.orange {
  background-color: rgba(230, 148, 24, 0.6);
}
.area-calendar__btn {
  margin: 15px auto 0;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
  color: currentColor;
  font-family: "Poppins", "Noto sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .area-calendar__btn {
    margin-top: 0.8vw;
    height: 6.1333333333vw;
    font-size: 3.2vw;
  }
}
.area-calendar__btn.size-small01 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .area-calendar__btn.size-small01 {
    font-size: 2.1333333333vw;
  }
}
.area-calendar__btn.size-small02 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .area-calendar__btn.size-small02 {
    font-size: 1.8666666667vw;
  }
}
.area-calendar__btn.size-small03 {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .area-calendar__btn.size-small03 {
    font-size: 1.6vw;
  }
}
.area-calendar__btn.icon-okan {
  position: relative;
}
.area-calendar__btn.icon-okan::after {
  content: "👑";
  font-size: 26px;
  position: absolute;
  top: -40px;
  right: 3px;
  transform: rotate(15deg);
}
@media screen and (max-width: 768px) {
  .area-calendar__btn.icon-okan::after {
    font-size: 3.2vw;
    top: -4.5333333333vw;
    right: 0.5333333333vw;
  }
}
.area-calendar__btn.icon-okan span {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  .area-calendar__btn.icon-okan span {
    font-size: 1.6vw;
  }
}
.area-calendar .icon-tiara {
  width: 32px;
}
@media screen and (max-width: 768px) {
  .area-calendar .icon-tiara {
    width: 4.2666666667vw;
  }
}
.area-calendar__copy {
  width: 410px;
  position: absolute;
  right: 0px;
  bottom: -115px;
}
@media screen and (max-width: 900px) {
  .area-calendar__copy {
    width: 45.5555555556vw;
    bottom: -12.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .area-calendar__copy {
    width: 56.8vw;
    right: 1.8666666667vw;
    bottom: -18.6666666667vw;
  }
}
.area-calendar__copy img:nth-of-type(2) {
  width: 155px;
  position: absolute;
  top: 20px;
  left: -160px;
}
@media screen and (max-width: 900px) {
  .area-calendar__copy img:nth-of-type(2) {
    width: 17.2222222222vw;
    top: 2.2222222222vw;
    left: -17.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  .area-calendar__copy img:nth-of-type(2) {
    width: 17.3333333333vw;
    top: 3.4666666667vw;
    left: -18.1333333333vw;
  }
}

.area-timeline {
  background: linear-gradient(to right, rgba(179, 223, 255, 0.4) 0, rgba(178, 235, 255, 0.4) 50%, rgba(178, 248, 255, 0.4) 100%);
  padding: 216px 0 225px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .area-timeline {
    padding: 31.4666666667vw 0 33.3333333333vw;
  }
}
.area-timeline__deco01 {
  width: min(30.3333333333vw, 364px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .area-timeline__deco01 {
    width: 38.1333333333vw;
    top: 12.5333333333vw;
  }
}
.area-timeline__deco01-01 {
  width: min(19.6666666667vw, 236px);
  position: absolute;
  top: max(-4vw, -48px);
  left: max(-0.0833333333vw, -1px);
}
@media screen and (max-width: 768px) {
  .area-timeline__deco01-01 {
    width: 29.3333333333vw;
    top: -10.6666666667vw;
    left: -1.3333333333vw;
  }
}
.area-timeline__deco01-02 {
  width: min(10.25vw, 123px);
  position: absolute;
  top: min(18.5833333333vw, 223px);
  left: min(8.8333333333vw, 106px);
}
@media screen and (max-width: 768px) {
  .area-timeline__deco01-02 {
    width: 14.1333333333vw;
    top: 21.3333333333vw;
    left: 10.6666666667vw;
  }
}
.area-timeline__deco01-03 {
  width: min(10.4166666667vw, 125px);
  position: absolute;
  top: min(14.8333333333vw, 178px);
  right: max(-0.8333333333vw, -10px);
}
@media screen and (max-width: 768px) {
  .area-timeline__deco01-03 {
    width: 13.3333333333vw;
    top: 18.6666666667vw;
    left: 29.3333333333vw;
  }
}
.area-timeline__deco01-circle01 {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #96C8E3;
  position: absolute;
  bottom: -67px;
  left: 50px;
}
.area-timeline__deco01-circle02 {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: #8CD6FF;
  position: absolute;
  bottom: -328px;
  left: 99px;
}
.area-timeline__deco02 {
  width: min(41vw, 492px);
  position: absolute;
  top: min(21.9166666667vw, 263px);
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .area-timeline__deco02 {
    width: 40.2666666667vw;
    top: 21.3333333333vw;
  }
}
.area-timeline__deco02-01 {
  width: min(13.9166666667vw, 167px);
  position: absolute;
  top: max(-21.8333333333vw, -262px);
  right: max(6vw, 72px);
}
@media screen and (max-width: 768px) {
  .area-timeline__deco02-01 {
    width: 14.6666666667vw;
    top: -16vw;
    right: 2.6666666667vw;
  }
}
.area-timeline__deco02-02 {
  width: min(9.3333333333vw, 112px);
  position: absolute;
  top: max(-15.5vw, -186px);
  right: max(16.9166666667vw, 203px);
}
@media screen and (max-width: 768px) {
  .area-timeline__deco02-02 {
    width: 9.8666666667vw;
    top: -9.3333333333vw;
    right: 14.6666666667vw;
  }
}
.area-timeline__deco02-circle01 {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #8CD6FF;
  position: absolute;
  top: 415px;
  right: 23px;
}
.area-timeline__deco02-circle02 {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: #B2E4FF;
  position: absolute;
  top: 497px;
  right: 58px;
}
@media screen and (max-width: 768px) {
  .area-timeline__deco-sp-circle01 {
    width: 16.2666666667vw;
    height: 16.2666666667vw;
    border-radius: 50%;
    background: linear-gradient(to right, #B2F1FF, #D6F1FF);
    position: absolute;
    bottom: 32vw;
    left: -2.6666666667vw;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .area-timeline__deco-sp-circle02 {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    border-radius: 50%;
    background: linear-gradient(to right, #B2F1FF, #D6F1FF);
    position: absolute;
    bottom: 26.6666666667vw;
    right: 8vw;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .area-timeline__deco-sp-circle03 {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    border-radius: 50%;
    background: linear-gradient(to right, #B2F1FF, #D6F1FF);
    position: absolute;
    bottom: 24vw;
    right: 2.6666666667vw;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .area-timeline .area-section__title {
    text-align: right;
    padding-right: 5.8666666667vw;
  }
}
.area-timeline__list {
  max-width: 800px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .area-timeline__list {
    margin-top: 8vw;
    max-width: calc(100% - 30px);
  }
}
.area-timeline__list li {
  box-shadow: 0px 0px 65px 11px rgba(140, 140, 140, 0.1);
}
.area-timeline__list li:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .area-timeline__list li:not(:first-of-type) {
    margin-top: 1.3333333333vw;
  }
}
.area-timeline__list li.fin:not(:first-of-type) {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .area-timeline__list li.fin:not(:first-of-type) {
    margin-top: 0.8vw;
  }
}
.area-timeline__list li.fin a {
  padding: 5px 30px;
}
@media screen and (max-width: 768px) {
  .area-timeline__list li.fin a {
    padding: 0.8vw 1.3333333333vw 0.8vw 2.6666666667vw;
  }
}
.area-timeline__list li.fin a .area-timeline__text {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .area-timeline__list li.fin a .area-timeline__text {
    font-size: 2.6666666667vw;
  }
}
.area-timeline__list li.fin a .area-timeline__icon {
  width: 40px;
  min-height: 40px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .area-timeline__list li.fin a .area-timeline__icon {
    width: 8vw;
    min-height: 8vw;
    font-size: 2.1333333333vw;
  }
}
.area-timeline__list li.fin a .area-timeline__icon span {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .area-timeline__list li.fin a .area-timeline__icon span {
    font-size: 2.1333333333vw;
  }
}
.area-timeline__list a {
  padding: 18px 30px;
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #0081C9;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .area-timeline__list a {
    padding: 2.6666666667vw 1.3333333333vw 2.6666666667vw 2.6666666667vw;
    gap: 2.6666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 1.0666666667vw;
  }
}
.area-timeline__icon {
  width: 54px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(0, 129, 201, 0.8);
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  line-height: 0.9;
  color: #fff;
  padding-top: 5px;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .area-timeline__icon {
    width: 11.4666666667vw;
    min-height: 11.4666666667vw;
    font-size: 3.2vw;
  }
}
.area-timeline__icon span {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  font-family: "Noto sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .area-timeline__icon span {
    font-size: 2.6666666667vw;
  }
}
.area-timeline__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .area-timeline__text {
    font-size: 3.7333333333vw;
  }
}
.area-timeline__list-btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .area-timeline__list-btn {
    margin-top: 8vw;
    gap: 2.6666666667vw;
  }
}
.area-timeline__list-btn li button {
  width: 250px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, #0291A0 0%, #0177A1 50%, #005DA1 100%);
  border-radius: 50px;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .area-timeline__list-btn li button {
    width: 40vw;
    min-height: 9.3333333333vw;
    font-size: 3.7333333333vw;
    border-radius: 13.3333333333vw;
  }
}

.area-stationhead {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .area-stationhead {
    padding: 13.3333333333vw 0 16vw;
  }
}
.area-stationhead__deco01 {
  width: min(34.5vw, 414px);
  position: absolute;
  top: min(2vw, 24px);
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .area-stationhead__deco01 {
    width: 37.0666666667vw;
    top: 2.6666666667vw;
  }
}
.area-stationhead__deco01-01 {
  width: min(13.5vw, 162px);
  position: absolute;
  top: min(5.0833333333vw, 61px);
  left: min(5.0833333333vw, 61px);
}
.area-stationhead__deco01-02 {
  width: min(9.3333333333vw, 112px);
  position: absolute;
  top: min(15.9166666667vw, 191px);
  left: min(14.75vw, 177px);
}
.area-stationhead__deco02 {
  width: min(29.4166666667vw, 353px);
  position: absolute;
  top: max(-11vw, -132px);
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .area-stationhead__deco02 {
    width: 34.6666666667vw;
    top: -12.5333333333vw;
    right: -8vw;
  }
}
.area-stationhead__deco02-01 {
  width: min(40.5vw, 486px);
  position: absolute;
  top: max(-9.0833333333vw, -109px);
  left: max(-7.0833333333vw, -85px);
}
@media screen and (max-width: 768px) {
  .area-stationhead__deco02-01 {
    width: 39.7333333333vw;
    top: -11.2vw;
    left: -10.1333333333vw;
  }
}
.area-stationhead__deco-circle01 {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #96C8E3;
  position: absolute;
  bottom: 266px;
  left: 69px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .area-stationhead__deco-circle01 {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    bottom: 2.1333333333vw;
    left: 23.4666666667vw;
    background-color: #E5F6FF;
  }
}
.area-stationhead__deco-circle02 {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: #8CD6FF;
  position: absolute;
  bottom: 5px;
  left: 118px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .area-stationhead__deco-circle02 {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    bottom: 1.0666666667vw;
    left: 18.6666666667vw;
    background-color: #E5F6FF;
  }
}
.area-stationhead__deco-circle03 {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: #B2E4FF;
  position: absolute;
  bottom: 448px;
  right: 79px;
  z-index: -1;
}
.area-stationhead__body {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .area-stationhead__body {
    max-width: 90.6666666667vw;
    margin: 10.6666666667vw auto 0;
    padding: 8vw 3.7333333333vw;
    border-radius: 5.3333333333vw;
    background-color: #fff;
    box-shadow: 0 1.3333333333vw 8vw rgba(0, 129, 201, 0.1);
  }
}
.area-stationhead__desc {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .area-stationhead__desc {
    text-align: left;
    font-size: 3.7333333333vw;
  }
}
.area-stationhead__desc02 {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .area-stationhead__desc02 {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.area-stationhead__list {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .area-stationhead__list {
    margin-top: 1.3333333333vw;
    gap: 2.6666666667vw;
  }
}
.area-stationhead__list li a {
  display: block;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .area-stationhead__list li a {
    height: 10.6666666667vw;
  }
}
.area-stationhead__list li a img {
  height: 100%;
  width: auto;
}
.area-stationhead__btn {
  width: 550px;
  min-height: 50px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, #0291A0 0%, #0177A1 50%, #005DA1 100%);
  border-radius: 50px;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .area-stationhead__btn {
    width: 82.1333333333vw;
    min-height: 16vw;
    margin-top: 8vw;
    font-size: 3.4666666667vw;
    border-radius: 13.3333333333vw;
    gap: 0 1.3333333333vw;
    padding: 1.8666666667vw 0;
  }
}
.area-stationhead__btn img {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .area-stationhead__btn img {
    width: 26.6666666667vw;
  }
}
.area-stationhead__btn:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .area-stationhead__btn:not(:first-of-type) {
    margin-top: 2.6666666667vw;
  }
}

.area-playlist {
  padding: 216px 0 113px;
  position: relative;
  z-index: 1;
  background-color: #B2E4FF;
}
@media screen and (max-width: 768px) {
  .area-playlist {
    padding: 44.8vw 0 16vw;
    background: linear-gradient(to right, rgba(179, 223, 255, 0.4) 0, rgba(178, 235, 255, 0.4) 50%, rgba(178, 248, 255, 0.4) 100%);
  }
}
.area-playlist::before {
  content: "";
  width: 100%;
  height: 108px;
  background-image: url("../images/bg-playlist-top.png");
  background-size: 1438px 108px;
  background-repeat: repeat-x;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .area-playlist::before {
    height: 13.8666666667vw;
    background-size: cover;
    background-image: url("../images/bg-timeline-top-sp.png");
  }
}
.area-playlist__deco01 {
  width: min(37.9166666667vw, 455px);
  position: absolute;
  top: min(17vw, 204px);
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .area-playlist__deco01 {
    width: 37.0666666667vw;
    top: 34.6666666667vw;
  }
}
.area-playlist__deco01-01 {
  width: min(10.6666666667vw, 128px);
  position: absolute;
  top: max(-5.4166666667vw, -65px);
  left: min(2.9166666667vw, 35px);
}
@media screen and (max-width: 768px) {
  .area-playlist__deco01-01 {
    width: 13.8666666667vw;
    top: -33.3333333333vw;
    left: 4vw;
  }
}
.area-playlist__deco01-02 {
  width: min(11.3333333333vw, 136px);
  position: absolute;
  top: min(8.0833333333vw, 97px);
  left: min(3.6666666667vw, 44px);
}
@media screen and (max-width: 768px) {
  .area-playlist__deco01-02 {
    width: 14.6666666667vw;
    top: -13.3333333333vw;
    left: 2.6666666667vw;
  }
}
.area-playlist__deco01-03 {
  width: min(10.25vw, 123px);
  position: absolute;
  top: min(2vw, 24px);
  left: min(15.4166666667vw, 185px);
}
@media screen and (max-width: 768px) {
  .area-playlist__deco01-03 {
    width: 13.3333333333vw;
    top: -23.4666666667vw;
    left: 18.6666666667vw;
  }
}
.area-playlist__deco01-circle01 {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #96C8E3;
  position: absolute;
  bottom: 31px;
  left: 237px;
}
.area-playlist__deco01-circle02 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #8CD6FF;
  position: absolute;
  bottom: -282px;
  left: 97px;
}
.area-playlist__deco02 {
  width: min(26.25vw, 315px);
  position: absolute;
  top: max(-4.0833333333vw, -49px);
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .area-playlist__deco02 {
    width: 29.8666666667vw;
    top: 5.3333333333vw;
  }
}
.area-playlist__deco02-01 {
  width: min(17.9166666667vw, 215px);
  position: absolute;
  top: max(-1.6666666667vw, -20px);
  right: min(4.6666666667vw, 56px);
}
@media screen and (max-width: 768px) {
  .area-playlist__deco02-01 {
    width: 26.9333333333vw;
    top: -8vw;
    right: -5.3333333333vw;
  }
}
.area-playlist__deco02-02 {
  width: min(12.4166666667vw, 149px);
  position: absolute;
  bottom: max(-4.75vw, -57px);
  left: max(-1.5833333333vw, -19px);
}
@media screen and (max-width: 768px) {
  .area-playlist__deco02-02 {
    width: 18.6666666667vw;
    top: 13.3333333333vw;
    left: -2.6666666667vw;
  }
}
.area-playlist__deco02-circle01 {
  width: 169px;
  height: 169px;
  border-radius: 50%;
  background-color: #B2E4FF;
  position: absolute;
  bottom: -313px;
  right: -33px;
}
@media screen and (max-width: 768px) {
  .area-playlist__deco02-circle01 {
    width: 11.2vw;
    height: 11.2vw;
    bottom: -16vw;
    right: -4.8vw;
    background: linear-gradient(#C7ECFF, #B2E4FF);
  }
}
.area-playlist__deco02-circle02 {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #96C8E3;
  position: absolute;
  bottom: -336px;
  right: 61px;
}
.area-playlist__deco03 {
  width: 284px;
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: -1;
}
.area-playlist__deco03-01 {
  width: 305px;
  position: absolute;
  top: -51px;
  right: -75px;
}
@media screen and (max-width: 768px) {
  .area-playlist__deco-sp-circle01 {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    border-radius: 50%;
    background: linear-gradient(#C7ECFF, #B2E4FF);
    position: absolute;
    bottom: 4vw;
    left: -1.8666666667vw;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .area-playlist__deco-sp-circle02 {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    border-radius: 50%;
    background: linear-gradient(#C7ECFF, #B2E4FF);
    position: absolute;
    bottom: 1.6vw;
    left: 4vw;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .area-playlist__deco-sp-circle03 {
    width: 17.6vw;
    height: 17.6vw;
    border-radius: 50%;
    background-color: rgba(150, 200, 227, 0.52);
    position: absolute;
    bottom: 11.4666666667vw;
    right: -3.4666666667vw;
    z-index: -1;
  }
}
.area-playlist__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 620px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .area-playlist__list {
    margin-top: 8vw;
    max-width: 100%;
    padding: 0 4.5333333333vw;
    gap: 5.8666666667vw;
  }
}
.area-playlist__list li {
  width: calc(50% - 15px);
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .area-playlist__list li {
    width: calc(50% - 2.9333333333vw);
    border-radius: 2.4vw;
  }
}
.area-playlist__list li img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.area-playlist__list li a .area-playlist__list-btn {
  width: 100%;
  min-height: 50px;
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, #0291A0 0%, #0177A1 50%, #005DA1 100%);
  border-radius: 50px;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .area-playlist__list li a .area-playlist__list-btn {
    min-height: 9.3333333333vw;
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
    border-radius: 13.3333333333vw;
    gap: 1.3333333333vw;
  }
}
.area-playlist__list li a.link-disabled .area-playlist__list-btn {
  filter: brightness(0.4);
}

.detailpage .detail-contents {
  padding: 60px 20px 60px;
  position: relative;
  z-index: 1;
  color: #333;
}
@media screen and (max-width: 768px) {
  .detailpage .detail-contents {
    padding: 13.3333333333vw 3.2vw 13.3333333333vw;
  }
}
.detailpage .detail-contents::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg-main.webp");
  background-size: cover;
  z-index: -1;
}
.detailpage .detail-contents__inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 60px 20px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 768px) {
  .detailpage .detail-contents__inner {
    max-width: 100%;
    padding: 8vw 5.3333333333vw;
    border-radius: 0;
  }
}
.detailpage .detail-contents__btn-play {
  width: 100%;
  max-width: 450px;
  min-height: 50px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, #0291A0 0%, #0177A1 50%, #005DA1 100%);
  border-radius: 50px;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .detailpage .detail-contents__btn-play {
    min-height: 9.3333333333vw;
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    border-radius: 13.3333333333vw;
    gap: 1.3333333333vw;
  }
}
.detailpage .detail-contents__body {
  max-width: 804px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .detailpage .detail-contents__body {
    max-width: 100%;
  }
}
.detailpage .detail-contents__top {
  width: 152px;
  min-height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 3.3rem;
  font-weight: bold;
  color: #fff;
  background-color: #006096;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .detailpage .detail-contents__top {
    width: 26.9333333333vw;
    min-height: 26.6666666667vw;
    font-size: 5.8666666667vw;
  }
}
.detailpage .detail-contents__top span {
  display: block;
  font-size: 3.9rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .detailpage .detail-contents__top span {
    font-size: 6.9333333333vw;
  }
}
.detailpage .detail-contents h1 {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .detailpage .detail-contents h1 {
    font-size: 5.8666666667vw;
    text-align: left;
  }
}
.detailpage .detail-contents__desc {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailpage .detail-contents__desc {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
  }
}
.detailpage .detail-contents__select {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .detailpage .detail-contents__select {
    margin-top: 5.3333333333vw;
    display: block;
  }
}
.detailpage .detail-contents__select dl {
  width: calc(50% - 15px);
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 15px;
}
@media screen and (max-width: 768px) {
  .detailpage .detail-contents__select dl {
    width: 100%;
    border-radius: 5.3333333333vw;
    padding: 8vw 3.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .detailpage .detail-contents__select dl:not(:first-of-type) {
    margin-top: 8vw;
  }
}
.detailpage .detail-contents__select dl dt {
  font-size: 2rem;
  font-weight: bold;
  color: #0081C9;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailpage .detail-contents__select dl dt {
    font-size: 5.3333333333vw;
    text-align: center;
    margin-bottom: 5.3333333333vw;
  }
}
.detailpage .detail-contents__select dl ul li {
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailpage .detail-contents__select dl ul li {
    font-size: 4.2666666667vw;
    gap: 1.0666666667vw;
  }
}
.detailpage .detail-contents__select dl ul li:not(:first-of-type) {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .detailpage .detail-contents__select dl ul li:not(:first-of-type) {
    margin-top: 1.0666666667vw;
  }
}
.detailpage .detail-contents__select dl ul li span {
  color: #0081C9;
  flex: 0 0 auto;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailpage .detail-contents__select dl ul li span {
    font-size: 4.2666666667vw;
  }
}
.detailpage .detail-contents__buy {
  margin: 40px auto 0;
  background-color: #fff;
  border-radius: 20px;
  max-width: 342px;
}
@media screen and (max-width: 768px) {
  .detailpage .detail-contents__buy {
    margin-top: 8vw;
    max-width: 100%;
    border-radius: 5.3333333333vw;
  }
}
.detailpage .detail-contents__buy ul li:not(:last-of-type) a::after {
  content: "";
  width: calc(100% - 20px);
  height: 1px;
  background-color: #eee;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .detailpage .detail-contents__buy ul li:not(:last-of-type) a::after {
    width: calc(100% - 8vw);
  }
}
.detailpage .detail-contents__buy ul a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .detailpage .detail-contents__buy ul a {
    padding: 4vw 5.3333333333vw;
  }
}
.detailpage .detail-contents__buy ul a img {
  width: 125px;
}
@media screen and (max-width: 768px) {
  .detailpage .detail-contents__buy ul a img {
    width: 32vw;
  }
}
.detailpage .detail-contents__buy ul a span {
  padding: 10px;
  display: block;
  background-color: #e9e9e9;
  border-radius: 5px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .detailpage .detail-contents__buy ul a span {
    padding: 2.6666666667vw 2.6666666667vw;
    border-radius: 5;
    font-size: 3.7333333333vw;
  }
}
.detailpage .detail-contents .social-thumbnail {
  display: block;
  max-width: 450px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .detailpage .detail-contents .social-thumbnail {
    margin-top: 5.3333333333vw;
  }
}
.detailpage .detail-contents__back {
  margin: 60px auto 0;
  width: 440px;
  min-height: 60px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #333;
  font-size: 1.6rem;
  color: #222;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .detailpage .detail-contents__back {
    margin-top: 8vw;
    width: 100%;
    min-height: 13.3333333333vw;
    border-radius: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.detailpage .detail-contents__stationhead-list {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .detailpage .detail-contents__stationhead-list {
    margin-top: 2.6666666667vw;
  }
}
.detailpage .detail-contents__stationhead-list img {
  width: 100%;
}
.detailpage .detail-contents__stationhead-list img:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .detailpage .detail-contents__stationhead-list img:not(:first-of-type) {
    margin-top: 5.3333333333vw;
  }
}
.detailpage .area-playlist {
  background-color: transparent;
  padding-top: 108px;
}
@media screen and (max-width: 768px) {
  .detailpage .area-playlist {
    padding-top: 44.8vw;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .detailpage .howto__title {
    text-align: center !important;
  }
}
.detailpage .howto__subtitle {
  font-size: 2rem;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .detailpage .howto__subtitle {
    font-size: 4.2666666667vw;
    margin-top: 8vw;
  }
}
.detailpage .howto__top {
  font-size: 1.8rem;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .detailpage .howto__top {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.detailpage .howto__btn {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .detailpage .howto__btn {
    margin-top: 1.3333333333vw;
    gap: 2.6666666667vw;
  }
}
.detailpage .howto__btn li a {
  display: block;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .detailpage .howto__btn li a {
    height: 10.6666666667vw;
  }
}
.detailpage .howto__btn li a img {
  height: 100%;
  width: auto;
}
.detailpage .howto__desc {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  .detailpage .howto__desc {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
.detailpage .howto__caution {
  font-size: 1.4rem;
  margin-top: 40px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .detailpage .howto__caution {
    margin-top: 10.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.detailpage .howto__bottom {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .detailpage .howto__bottom {
    margin-top: 13.3333333333vw;
  }
}
.detailpage .howto__bottom dl:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .detailpage .howto__bottom dl:not(:first-of-type) {
    margin-top: 8vw;
  }
}
.detailpage .howto__bottom dl dt {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .detailpage .howto__bottom dl dt {
    font-size: 4.8vw;
  }
}
.detailpage .howto__bottom dl dd {
  margin-top: 15px;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .detailpage .howto__bottom dl dd {
    margin-top: 2.6666666667vw;
    padding: 2.6666666667vw;
    border-radius: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
.detailpage .howto__bottom dl dd ul li {
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
.detailpage .howto__bottom-btn {
  width: 600px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #333;
  font-weight: bold;
  border: 1px solid #333;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .detailpage .howto__bottom-btn {
    width: 100%;
    min-height: 16vw;
    padding: 1.3333333333vw 1.3333333333vw;
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
}
.detailpage .tour-info {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .detailpage .tour-info {
    margin-top: 10.6666666667vw;
  }
}
.detailpage .tour-info > div {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  font-size: 1.6rem;
  padding: 10px 0;
  border-bottom: 1px solid #7840EF;
}
@media screen and (max-width: 768px) {
  .detailpage .tour-info > div {
    flex-wrap: wrap;
    gap: 2.6666666667vw;
    max-width: 100%;
    font-size: 3.7333333333vw;
    padding: 5.3333333333vw 0;
  }
}
.detailpage .tour-info > div p {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailpage .tour-info > div p {
    font-size: 3.7333333333vw;
  }
}
.detailpage .tour-info > div > div:first-of-type {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .detailpage .tour-info > div > div:first-of-type {
    width: calc(50% - 10px);
  }
}
.detailpage .tour-info > div > div:nth-child(2) {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .detailpage .tour-info > div > div:nth-child(2) {
    width: calc(50% - 10px);
  }
}
.detailpage .tour-info > div > div:nth-child(2) > div {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .detailpage .tour-info > div > div:nth-child(2) > div {
    gap: 2.6666666667vw;
  }
}
.detailpage .tour-info > div > div:nth-child(2) > div p {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .detailpage .tour-info > div > div:nth-child(2) > div p {
    width: 10.6666666667vw;
  }
}
.detailpage .tour-info > div > div:nth-child(3) {
  width: 390px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .detailpage .tour-info > div > div:nth-child(3) {
    width: 100%;
    padding: 1.3333333333vw 0;
    order: -1;
  }
}
@media screen and (max-width: 768px) {
  .detailpage .tour-info > div > div:nth-child(3) p {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .detailpage .tour-info > div > div:nth-child(3) p span {
    font-weight: bold;
    display: block;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .detailpage .tour-info__row-top {
    gap: 1.3333333333vw !important;
    padding: 2.6666666667vw 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .detailpage .tour-info__row-top > div {
    padding: 0 !important;
  }
}
.detailpage .tour-info__row-top p {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .detailpage .tour-info__row-top p {
    font-size: 3.7333333333vw !important;
  }
}
.detailpage .tour-info__bottom dl {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .detailpage .tour-info__bottom dl {
    margin-top: 5.3333333333vw;
    display: block;
  }
}
.detailpage .tour-info__bottom dl dt {
  width: 100px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailpage .tour-info__bottom dl dt {
    font-size: 4.2666666667vw;
    width: auto;
  }
}
.detailpage .tour-info__bottom dl dd {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailpage .tour-info__bottom dl dd {
    font-size: 3.7333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.detailpage .howto-stationhead dt {
  padding: 8px 10px;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .detailpage .howto-stationhead dt {
    padding: 1.0666666667vw 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.detailpage .howto-stationhead dd {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detailpage .howto-stationhead dd {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
}
.detailpage .howto-stationhead ul {
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .detailpage .howto-stationhead ul {
    margin-top: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.detailpage .howto-stationhead ul li {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .detailpage .howto-stationhead ul li {
    width: 100%;
  }
}
.detailpage .howto-stationhead .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .detailpage .howto-stationhead .btn {
    height: 16vw;
    font-size: 4.2666666667vw;
    border-radius: 10.6666666667vw;
  }
}
.detailpage .howto-stationhead .btn-apple-music {
  background-color: #ff3399;
}
.detailpage .howto-stationhead .btn-spotify {
  background-color: #2ebd59;
}

.swing {
  animation-name: decoSwing;
  animation-duration: 2000ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
}

.swing-rev {
  animation-name: decoSwing;
  animation-duration: 2000ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
  animation-direction: reverse;
}

@keyframes decoSwing {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(35deg);
  }
}
.floating {
  animation-name: floating;
  animation-duration: 3400ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.floating-side {
  animation-name: floating-side;
  animation-duration: 3800ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.floating-side-rev {
  animation-name: floating-side;
  animation-duration: 2600ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: reverse;
}

@keyframes floating-side {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
}
.scaling {
  animation-name: scaling;
  animation-duration: 3000ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes scaling {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.9);
  }
}
.yurayura {
  animation: yurayura 3s linear infinite;
  scale: 1;
}

@keyframes yurayura {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.buruburu {
  animation: buruburu 2.5s linear infinite;
}

@keyframes buruburu {
  0% {
    transform: translateX(0);
  }
  3.5% {
    transform: translateX(-10px);
  }
  7% {
    transform: translateX(10px);
  }
  10% {
    transform: translateX(-10px);
  }
  16% {
    transform: translateX(10px);
  }
  20% {
    transform: translateX(0px);
  }
}
.link-disabled {
  pointer-events: none !important;
}

.ver-pink .mv {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .ver-pink .mv {
    padding-top: 32vw;
    height: 101.3333333333vw;
  }
}
.ver-pink .mv__bg img, .ver-pink .mv__bg video {
  -o-object-position: 80% center;
     object-position: 80% center;
}
.ver-pink .list-nav li a::after,
.ver-pink .list-nav__bottom,
.ver-pink .area-stationhead__btn,
.ver-pink .area-playlist__list li a .area-playlist__list-btn {
  background: linear-gradient(to right, #FF97A4 0%, #FF89A3 50%, #FF709C 100%);
}
.ver-pink .list-nav__top {
  background: linear-gradient(to right, #FF97A4 0%, #FF89A3 50%, #FF709C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ver-pink .area-section__title,
.ver-pink .area-timeline__list a {
  color: #DC5C8E;
}
.ver-pink .area-calendar__deco01-circle01,
.ver-pink .area-timeline__deco01-circle02,
.ver-pink .area-playlist__deco02-circle02 {
  background-color: #FFE8ED;
}
.ver-pink .area-calendar__deco01-circle02,
.ver-pink .area-calendar__deco03-circle01,
.ver-pink .area-timeline__deco01-circle01,
.ver-pink .area-stationhead__deco-circle01,
.ver-pink .area-playlist__deco01-circle01,
.ver-pink .area-playlist__deco01-circle02 {
  background-color: #FFCBD7;
}
.ver-pink .area-calendar__deco03-circle02,
.ver-pink .area-timeline__deco02-circle02,
.ver-pink .area-stationhead__deco-circle03 {
  background-color: #FFD6E0;
}
.ver-pink .area-timeline,
.ver-pink .area-playlist {
  background: linear-gradient(to right, rgba(255, 151, 164, 0.4) 0, rgba(255, 112, 156, 0.27) 50%, rgba(255, 137, 163, 0.44) 100%);
}
.ver-pink .area-timeline__deco02-circle01,
.ver-pink .area-stationhead__deco-circle02 {
  background-color: #FFD1DE;
}
.ver-pink .area-timeline__icon {
  background-color: rgba(220, 92, 142, 0.7);
}
.ver-pink .area-calendar__deco-sp03-circle,
.ver-pink .area-calendar__deco-sp04-circle {
  background: linear-gradient(to right, rgba(255, 151, 164, 0.4) 0, rgba(255, 137, 163, 0.4) 50%, rgba(255, 112, 156, 0.4) 100%);
}
.ver-pink .area-timeline__deco-sp-circle01 {
  background: linear-gradient(to right, #FFEBE3, #FFD9D9);
}
.ver-pink .area-timeline__deco-sp-circle02,
.ver-pink .area-timeline__deco-sp-circle03 {
  background: linear-gradient(to right, #FFDCEE, #FFF4EB);
}
.ver-pink .area-playlist__deco-sp-circle01,
.ver-pink .area-playlist__deco-sp-circle02,
.ver-pink .area-playlist__deco02-circle01 {
  background: linear-gradient(#FFDCEE, #FFF4EB);
}
.ver-pink .area-playlist__deco-sp-circle03 {
  background-color: rgba(255, 179, 210, 0.5);
}/*# sourceMappingURL=base.css.map */