@charset "UTF-8";
body {
  background-color: #f6f9fc;
}
.header-A01 {
  text-align: center;
}
.header-A01__heading {
  margin: 0;
}
.header-A01__en {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: Open Sans, sans-serif;
  color: #005aaf;
}
@media (min-width: 768px) {
  .header-A01__en {
    font-size: 4.5rem;
  }
}
.header-A01__en:after {
  content: "";
  display: inline-block;
  background-image: url(../../../static_assets/images/contents/heading_bg.svg);
  width: 10px;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .header-A01__en:after {
    width: 14px;
  }
}
.header-A01__ja {
  margin-top: 12px;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  display: block;
}
@media (min-width: 768px) {
  .header-A01__ja {
    margin-top: 14px;
    font-size: 1.4rem;
  }
}
.header-A01--movie .header-A01__en:after {
  background-image: url(../../../static_assets/images/contents/heading_bg_b.svg);
}
.button-A01 {
  display: inline-block;
  min-width: 225px;
  border-radius: 9999px;
  box-shadow: 0 0 20px rgba(23, 68, 90, 0.1);
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  background-color: #fff;
  transition: all 0.1s linear;
  border: solid 1px #fff;
  overflow: hidden;
}
.button-A01:hover .button-A01__circle {
  transition: all 0.1s linear;
  background-color: #fff;
  color: #005aaf;
  border: solid 1px rgba(0, 90, 175, 0.1);
}
.button-A01__inner {
  display: flex;
  align-items: center;
  min-height: 50px;
  --height: 50px;
}
.button-A01__content {
  flex-grow: 1;
  text-align: center;
}
.button-A01__circle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  display: block;
  width: calc(var(--height) - 12px);
  height: calc(var(--height) - 12px);
  background-color: #005aaf;
  color: #fff;
  border-radius: 9999px;
}
.button-A01__circle-svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 12px;
}
.home-middle {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-image: linear-gradient(122deg, #008cd7 0, #005aaf 100%);
}
@media (min-width: 992px) {
  .home-middle {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }
}
.home-bottom {
  position: relative;
}
.home-bottom:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #005aaf;
  z-index: -1;
  height: 835px;
  background-image: linear-gradient(122deg, #008cd7 0, #005aaf 100%);
  border-top-left-radius: 50px;
}
@media (min-width: 992px) {
  .home-bottom:after {
    height: 510px;
    border-top-left-radius: 100px;
  }
}
.figure1 {
  position: relative;
}
.figure1__img {
  position: absolute;
  top: -80px;
  right: 0;
  width: 220px;
  height: auto;
}
@media (min-width: 992px) {
  .figure1__img {
    top: -100px;
    right: 0;
    width: auto;
  }
}
.figure2 {
  position: relative;
}
.figure2__img {
  position: absolute;
  top: -50px;
  left: 0;
  width: 215px;
  height: auto;
}
@media (min-width: 992px) {
  .figure2__img {
    top: -100px;
    width: auto;
  }
}
.hero {
  margin-left: auto;
  margin-right: auto;
  min-height: 420px;
}
@media (min-width: 576px) {
  .hero {
    min-height: 0;
  }
}
.hero-swiper-pagination {
  position: absolute;
  width: auto !important;
  z-index: 9;
  left: 15px !important;
  top: 78.2608695652% !important;
}
@media (min-width: 576px) {
  .hero-swiper-pagination {
    left: 30px !important;
    top: 43.6681222707% !important;
  }
}
.hero-swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
  margin: 20px 0;
  cursor: pointer;
}
.hero-swiper-pagination-bullet:first-child {
  margin-top: 0;
}
.hero-swiper-pagination-bullet:hover {
  background-color: #005aaf;
  opacity: 1;
}
.hero-swiper-pagination-bullet-active {
  background-color: #005aaf;
  opacity: 1;
}
.hero-swiper-slide a {
  transition: all 0.1s linear;
}
.hero-swiper-slide a:hover {
  opacity: 0.8;
}
.hero-slide-img {
  width: auto;
  max-width: 100%;
  height: auto;
  -o-object-fit: fill;
  object-fit: fill;
}
@media (min-width: 1400px) {
  .hero-swiper {
    max-width: 1920px;
    height: 916px;
  }
  .hero-slide-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.feature-banner {
  position: absolute;
  background-color: #fff;
  z-index: 1;
  width: 130px;
  bottom: 43.3333333333vw;
  right: 12px;
  padding: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .feature-banner {
    width: 265px;
    bottom: 24.0714285714vw;
  }
}
@media (min-width: 1280px) {
  .feature-banner {
    width: 340px;
    top: auto;
    bottom: 410px;
    right: 56px;
    padding: 10px;
    padding: 5px;
  }
}
.feature-banner__thumbnail a:hover img {
  transition: all 0.1s linear;
  opacity: 0.75;
}
.feature-banner__content {
  padding: 2px 0;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .feature-banner__content {
    font-size: 1.2rem;
    padding: 5px 0;
  }
}
.feature-banner__content * {
  margin: 0;
}
.feature-banner__content a {
  color: inherit;
  text-decoration: none;
}
.feature-banner__content a:hover {
  color: #0069b6;
  text-decoration: underline;
}
.pickup-banners-wrap {
  width: 87.7777%;
  right: 0;
  position: absolute;
  top: 92.6666666667vw;
  z-index: 1;
}
@media (min-width: 768px) {
  .pickup-banners-wrap {
    top: 65.469904963%;
  }
}
@media (min-width: 1280px) {
  .pickup-banners-wrap {
    top: 56.9868995633%;
    width: calc(1160px + (var(--vw) - 1160px) / 2);
  }
}
.pickup-banners {
  background-color: #fff;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.05);
  width: 100%;
  border-top-left-radius: 15px;
  padding: 12px 0 12px 18px;
}
@media (min-width: 992px) {
  .pickup-banners {
    border-top-left-radius: 30px;
    padding: 15px 0 25px 40px;
  }
}
.pickup-banners-header {
  margin: 0 15px 0 0;
}
@media (min-width: 992px) {
  .pickup-banners-header {
    max-width: 1200px;
  }
}
.pickup-banners-label {
  margin: 0 0 16px;
  font-weight: 600;
  color: #005aaf;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .pickup-banners-label {
    font-size: 2.4rem;
  }
}
.pickup-banners-navigation {
  text-align: right;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .pickup-banners-navigation {
    max-width: calc(1160px + (100% - 1160px) / 2 - 80px);
  }
}
.pickup-banners-button-prev,
.pickup-banners-button-next {
  border: solid 1px rgba(0, 90, 175, 0.2);
  position: relative;
  margin: 0;
  border-radius: 50%;
  background-color: transparent;
  width: 35px;
  height: 35px;
  transition: all 0.1s linear;
}
@media (min-width: 992px) {
  .pickup-banners-button-prev,
  .pickup-banners-button-next {
    width: 40px;
    height: 40px;
  }
}
.pickup-banners-button-prev:hover,
.pickup-banners-button-next:hover {
  border: solid 1px #005aaf;
  background-color: rgba(150, 204, 255, 0.2);
}
.pickup-banners-button-prev:active,
.pickup-banners-button-next:active {
  border: solid 1px rgba(0, 90, 175, 0.4);
}
.pickup-banners-button-prev__arrow-svg,
.pickup-banners-button-next__arrow-svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  fill: #005aaf;
}
.pickup-banners-button-prev {
  margin-right: 5px;
}
.pickup-banners-button-prev__arrow-svg {
  transform: rotateY(180deg);
}
.pickup-banners-swiper-slide {
  max-width: 175px !important;
}
@media (min-width: 992px) {
  .pickup-banners-swiper-slide {
    max-width: 224px !important;
  }
}
.notice-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 576px) {
  .notice-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .notice-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .notice-container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .notice-container {
    max-width: 1200px;
  }
}
.notice {
  margin: 40px 0 60px;
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.05);
}
@media (min-width: 1280px) {
  .notice {
    padding: 25px;
    position: relative;
    top: 80.6768558952%;
    border-radius: 20px;
    width: 100%;
    margin: -140px auto 100px;
    left: 0;
    right: 0;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .notice {
    display: flex;
  }
}
.notice__term {
  border-bottom: solid 1px #e61c3a;
  padding: 5px 0;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .notice__term {
    flex: 0 0 9.5em;
    border-bottom: none;
    border-right: solid 1px #e61c3a;
    padding: 10px 20px;
    margin: 0;
    flex: 0 0 130px;
    text-align: left;
  }
}
.notice__term-text {
  margin: 0;
  position: relative;
  color: red;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 992px) {
  .notice__term-text {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
  }
}
.notice-list {
  margin: 0;
}
@media (min-width: 992px) {
  .notice-list {
    margin: 0;
    padding: 10px 40px;
    flex-grow: 1;
  }
}
.notice-list-item {
  list-style-type: none;
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .notice-list-item {
    margin-bottom: 20px;
  }
}
.notice-list-item:last-child {
  margin-bottom: 0;
}
.notice-list-item__content p,
.notice-list-item__content-text {
  margin: 0;
}
@media (min-width: 992px) {
  .notice-list-item__content p,
  .notice-list-item__content-text {
    font-size: 1.5rem;
  }
}
.news {
  margin: 50px 0 125px;
}
@media (min-width: 992px) {
  .news {
    margin: 0 0 180px;
  }
}
.news-list {
  margin: 0;
}
.news-list-item {
  list-style-type: none;
  border-bottom: solid 1px #e2e2e2;
  padding: 20px 0;
  position: relative;
}
@media (min-width: 992px) {
  .news-list-item {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 96px;
  }
}
@media (min-width: 992px) {
  .news-list-item__date {
    flex: 0 0 9.5em;
    flex: 0 0 100px;
    margin-right: 20px;
  }
}
.news-list-item__date-text {
  margin: 0;
  position: relative;
  color: #acacac;
}
@media (min-width: 992px) {
  .news-list-item__date-text {
    padding-right: 1em;
    font-size: 1.3rem;
  }
}
.news-list-item__content p {
  margin: 0;
}
@media (min-width: 992px) {
  .news-list-item__content p {
    font-size: 1.5rem;
  }
}
.news-list-item__circle {
  border: solid 1px rgba(0, 90, 175, 0.2);
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.news-list-item__circle__arrow-svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  fill: #005aaf;
}
.movie {
  margin: 90px 0;
}
@media (min-width: 992px) {
  .movie {
    margin: 130px 0;
  }
}
.movie-item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 40px 0;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
  .movie-item {
    border-radius: 20px;
  }
}
.movie-item__content {
  padding: 25px 20px;
}
@media (min-width: 992px) {
  .movie-item__content {
    padding: 30px 20px;
  }
}
@media (min-width: 992px) {
  .movie-item__head {
    min-height: 90px;
  }
}
.movie-item__title {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
}
.movie-item-divider {
  background-color: #e2e2e2;
  height: 1px;
  margin: 15px 0;
}
.movie-item__date {
  font-size: 1.3rem;
  margin: 0;
  color: #57b3e5;
  text-align: right;
}
.feature-contents-list {
  margin: 160px 0;
}
@media (min-width: 992px) {
  .feature-contents-list {
    margin: 160px 0;
  }
}
.feature-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.05);
  padding: 20px;
  padding-bottom: 70px;
  margin: 0 0 40px;
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 992px) {
  .feature-item {
    border-radius: 20px;
    padding: 30px;
    padding-bottom: 90px;
    height: calc(100% - 20px);
    margin: 0 0 20px;
  }
}
@media (max-width: 991.98px) {
  .feature-item.last {
    margin-bottom: 0;
  }
}
.feature-item__header {
  position: relative;
  padding-top: 64px;
  padding-top: 50px;
  border-bottom: solid 1px #ddd;
}
.feature-item__header--en {
  border-bottom: none;
}
.feature-item__header--en .feature-item__icon {
  left: 0;
  right: auto;
}
.feature-item__header--en .feature-item__header__title {
  color: #005aaf;
}
.feature-item__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background-size: 100%;
}
.feature-item__header__subtitle {
  font-size: 1.3rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #005aaf;
}
@media (min-width: 992px) {
  .feature-item__header__subtitle {
    font-size: 1.3rem;
  }
}
.feature-item__header__title {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .feature-item__header__title {
    margin-top: 15px;
    margin-top: 8px;
    margin-bottom: 5px;
    margin-bottom: 8px;
  }
}
.feature-item__content {
  padding: 15px 0;
}
@media (min-width: 992px) {
  .feature-item__content {
    padding: 20px 0;
  }
}
.feature-item__content p {
  margin: 0;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .feature-item__content p {
    font-size: 1.4rem;
  }
}
.feature-item__circle {
  position: absolute;
  bottom: 20px;
  right: 30px;
  border: solid 1px rgba(0, 90, 175, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.1s linear;
}
@media (min-width: 992px) {
  .feature-item__circle {
    width: 50px;
    height: 50px;
  }
}
.feature-item:hover .feature-item__circle {
  border: solid 1px #005aaf;
  background-color: rgba(150, 204, 255, 0.2);
}
.feature-item:hover .feature-item__circle:active {
  border: solid 1px rgba(0, 90, 175, 0.4);
}
.feature-item__circle__arrow-svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  fill: #005aaf;
}
.home-related-banners {
  margin: 70px 0;
}
@media (min-width: 992px) {
  .home-related-banners {
    margin: 60px 0;
  }
}
