/* 基本設定 */
* {
  box-sizing: border-box;
}

html {
  width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0;
  overflow-x: clip;
  color: #050505;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

body.is-menu-open {
  overflow: hidden;
}

body.is-menu-open .site-header {
  z-index: 50;
}

img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ヘッダー */
.site-header {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 380px;
  padding: 72px 65px 0;
  color: #fff;
  background: #000;
  border-bottom-left-radius: 90px;
}

.site-header-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1790px;
  margin: 0 auto;
}

.site-logo {
  display: block;
  width: 623px;
  max-width: 35%;
}

.site-logo img,
.footer-logo img {
  filter: brightness(0) invert(1);
}

.header-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 1040px;
  max-width: 62%;
  transform-origin: top right;
}

.global-nav-list {
  display: flex;
  align-items: center;
  padding-top: 5px;
}

.global-nav-list li {
  display: flex;
  align-items: center;
}

.global-nav-list li + li::before {
  width: 3px;
  height: 25px;
  margin: 0 31px;
  background: #fff;
  content: "";
}

.site-header .global-nav-privacy {
  display: none;
}

.global-nav-list a {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}

.header-actions {
  margin-left: 35px;
}

.request-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 600;
  transition: color 0.3s ease, background 0.3s ease;
}

.request-button-header {
  width: 273px;
  height: 56px;
}

.request-button-footer {
  width: 300px;
  height: 70px;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 26px;
}

.social-label {
  margin-right: 12px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-left: 7px;
  color: #000;
  background: #fff;
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  transition: opacity 0.3s ease;
}

.social-links .social-icon-x {
  width: 24px;
  height: 24px;
}

.social-links img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.request-button-sp,
.menu-button {
  display: none;
}

/* ページ導入アニメーションによるスタッキングコンテキストの影響を防ぐため、main要素の重ね順を上げる */
main {
  position: relative;
  z-index: 25;
}

/* メインスライダー */
.top-slider {
  position: relative;
  z-index: 25;
  max-width: 1848px;
  margin: -90px auto 0;
  padding: 0 30px;
}

.top-slider-stage {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
}

.top-slider-item {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  transition-property: opacity, visibility;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
}

.top-slider-item.is-active {
  position: relative;
  visibility: visible;
  opacity: 1;
}

.top-slider-item img {
  width: 100%;
  height: auto;
}

.top-slider-placeholder {
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #aaa;
  font-family: Arial, sans-serif;
  font-size: 42px;
  font-weight: 600;
}

.top-slider-placeholder.is-active {
  display: flex;
}

.top-slider-thumbnail-viewport {
  overflow: hidden;
}

.top-slider-thumbnails {
  display: flex;
  margin-top: 28px;
  transition: transform 0.4s ease;
}

.top-slider-thumbnail {
  flex: 0 0 33.333%;
  padding: 0 11px;
  overflow: hidden;
  background: transparent;
  border: 0;
  cursor: pointer;
  opacity: 0.68;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.top-slider-thumbnail.is-active {
  opacity: 1;
}

.top-slider-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.top-slider-thumbnail-placeholder span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #aaa;
  border-radius: 20px;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  aspect-ratio: 2.05 / 1;
}

.top-slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
}

.top-slider-dot,
.top-slider-dots span {
  width: 18px;
  height: 18px;
  margin: 0 7px;
  padding: 0;
  background: #ccc;
  border: 0;
  border-radius: 50%;
}

.top-slider-dot.is-active {
  background: #888;
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #aaa;
}

/* 動画 */
.top-movie {
  width: 1400px;
  max-width: 73%;
  margin: 80px auto 144px;
  text-align: right;
}

.top-movie-link {
  display: block;
  overflow: hidden;
  border-radius: 38px;
}

.top-movie-video {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #000;
  border-radius: 38px;
  object-fit: contain;
}

.movieitem {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    z-index: 2;

    width: 1400px;
    max-width: 73%;
    margin: 80px auto 144px;
    border-radius: 38px;
    > div {
        position: relative;
        aspect-ratio: 16 / 9;
    }
    > div iframe {
        display:block;
        position: absolute;
        z-index: 5;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
}
}




/* NEWS */
.top-news {
  position: relative;
  padding: 105px 4% 82px;
  background: #f3f3f3;
  border-radius: 110px;
}

.top-news-heading {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transform: translateY(-50%);
}

.top-news-heading h2 {
  margin: 0;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 60px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.06em;
}

.top-news-list {
  display: flex;
  max-width: 1760px;
  margin: 0 auto;
}

.top-news-item {
  width: 33.333%;
  padding: 0 20px;
}

.top-news-item a {
  display: block;
}

.top-news-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.6;
  object-fit: contain;
  border-radius: 20px;
}

.top-news-image-01 {
  background: #D7CFCC;
}

.top-news-image-02 {
  background: #fff;
}

.top-news-image-logo {
  padding: 80px;
  object-fit: contain;
  background: #fff;
}

.top-news-meta {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-size: 14px;
}

.top-news-meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 93px;
  height: 25px;
  margin-left: 17px;
  padding: 0 15px;
  color: #fff;
  background: #000;
  border-radius: 20px;
  font-size: 14px;
}

.top-news-item p {
  margin: 10px 0 0;
  font-size: 16px;
}

.more-button {
  position: absolute;
  bottom: -35px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 70px;
  margin-left: -140px;
  color: #fff;
  background: #000;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 600;
}

.more-button span {
  position: absolute;
  right: 14px;
  font-size: 32px;
  font-weight: 300;
  top: 5px;
}

/* フッター */
.site-footer {
  width: 100%;
  margin-top: 300px;
  padding: 65px 65px 25px;
  color: #fff;
  background: #000;
  border-top-right-radius: 105px;
}

.site-footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1790px;
  margin: 0 auto;
}

.footer-logo {
  width: 34%;
  padding-right: 80px;
}

.footer-logo img {
  max-width: 331px;
}

.footer-nav {
  width: 34%;
}

.footer-nav li {
  margin-bottom: 8px;
}

.footer-nav a {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.footer-nav-main {
  font-size: 32px;
}

.footer-nav-privacy {
  font-size: 20px;
}

.footer-nav a::before {
  margin-right: 18px;
  content: "−";
}

.footer-nav-ja {
  display: none;
}

.footer-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 32%;
  margin-top: 48px;
}

.footer-bottom {
  width: 66%;
  margin: 20px 0 33px 34%;
  padding-top: 16px;
  border-top: 1px solid #fff;
  text-align: right;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

/* スクロール表示 */
.js-enabled .fade-target {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.js-enabled .fade-target.is-visible {
  opacity: 1;
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #2f9cff;
  outline-offset: 4px;
}

@media (hover: hover) {
  .global-nav-list a:hover,
  .social-links a:hover {
    opacity: 0.65;
  }

  .request-button:hover {
    color: #000;
    background: #fff;
  }

  .top-slider-thumbnail:hover {
    opacity: 1;
    transform: translateY(-4px);
  }

}

/* 下層ページ PCヘッダー */
@media (min-width: 1025px) {
  body[class] .site-header .site-logo {
    width: 400px;
  }

  body[class] .site-header .global-nav-list a {
    font-size: 26px;
  }
}

@media (min-width: 1025px) and (max-width: 1320px) {
  body[class] .site-header {
    padding-right: 38px;
    padding-left: 38px;
  }

  body[class] .site-header .site-logo {
    width: 340px;
    max-width: 30%;
  }

  body[class] .site-header .header-content {
    width: 850px;
    max-width: 68%;
  }

  body[class] .site-header .global-nav-list li + li::before {
    margin: 0 14px;
  }

  body[class] .site-header .global-nav-list a {
    font-size: 22px;
  }

  body[class] .site-header .header-actions {
    margin-left: 20px;
  }

  body[class] .site-header .request-button-header {
    width: 230px;
    height: 50px;
    font-size: 17px;
  }

  body[class] .site-header .social-links a {
    width: 42px;
    height: 42px;
    margin-left: 5px;
  }
}

/* 中間幅PC */
@media (min-width: 1501px) and (max-width: 1700px) {
  .header-content {
    transform: scale(0.9);
  }

  .site-header {
    height: 340px;
  }

  .top-slider {
    margin-top: -80px;
  }
}

@media (min-width: 1301px) and (max-width: 1500px) {
  .header-content {
    transform: scale(0.78);
  }

  .site-header {
    height: 300px;
  }

  .top-slider {
    margin-top: -70px;
  }
}

@media (min-width: 1151px) and (max-width: 1300px) {
  .header-content {
    transform: scale(0.65);
  }

  .site-header {
    height: 250px;
  }

  .top-slider {
    margin-top: -55px;
  }
}

@media (min-width: 1025px) and (max-width: 1150px) {
  .header-content {
    transform: scale(0.55);
  }

  .site-header {
    height: 220px;
  }

  .top-slider {
    margin-top: -40px;
  }
}

/* SP・タブレット */
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }

  .site-header {
    height: 133px;
    padding: 5px 0 0;
    border-bottom-left-radius: 42px;
  }

  .site-header-inner {
    position: relative;
    display: block;
    padding-right: 14px;
    padding-left: 14px;
  }

  .request-button-sp {
    display: flex;
    width: 155px;
    height: 43px;
    font-size: 13px;
    margin-bottom: 33px;
  }

  .menu-button {
    position: absolute;
    top: 21px;
    right: 11px;
    z-index: 40;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 46px;
    height: 10px;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .menu-button span {
    width: 100%;
    height: 2px;
    background: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .more-button span{
    top: -4px;
  }

  .menu-button.is-open span:nth-child(1) {
    transform: translateY(4px) rotate(18deg);
  }

  .menu-button.is-open span:nth-child(2) {
    transform: translateY(-4px) rotate(-18deg);
  }

  .site-logo {
    width: 355px;
    max-width: 82%;
    margin: 8px auto 0;
  }

  .header-content {
    position: fixed;
    inset: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    padding: 110px 10px 40px;
    overflow-y: auto;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    transform: none;
  }

  .top-movie-video {
    margin-bottom: 67px;
    border-radius: 16px;
  }

  .header-content.is-open {
    z-index: 30;
    opacity: 1;
    visibility: visible;
  }

  body.is-menu-open .request-button-sp,
  body.is-menu-open .site-logo {
    visibility: hidden;
  }

  .global-nav {
    width: 100%;
  }

  .global-nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  .global-nav-list li {
    display: flex;
    align-items: center;
    margin: 0 0 37px;
  }

  .site-header .global-nav-privacy {
    display: flex;
  }

  .global-nav-list li::before,
  .global-nav-list li + li::before {
    width: auto;
    height: auto;
    margin: 0 16px 0 0;
    background: transparent;
    content: "−";
    color: #fff;
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 1;
  }

  .global-nav-list a {
    font-size: 35px;
    line-height: 1.15;
  }

  .global-nav-privacy a {
    font-size: 21px;
  }

  .global-nav-privacy::before {
    margin-right: 16px;
    font-size: 20px;
  }

  .header-actions {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
  }

  .header-content .request-button-pc {
    display: flex;
    width: 58%;
    max-width: 245px;
    height: 62px;
    font-size: 16px;
  }

  .header-content .social-links {
    flex-wrap: wrap;
    justify-content: center;
    width: 42%;
    max-width: 170px;
    margin: 0;
  }

  .header-content .social-label {
    width: 100%;
    margin: 0 0 8px;
    text-align: center;
    font-size: 11px;
  }

  .header-content .social-links a {
    width: 46px;
    height: 46px;
    margin: 0 3px;
  }

  .top-slider {
    margin-top: -47px;
    padding: 0 10px;
  }

  .top-slider-stage {
    border-radius: 16px;
  }

  .top-slider-item.is-active,
  .top-slider-placeholder {
    width: 100%;
  }

  .top-slider-item img {
    width: 100%;
  }

  .top-slider-thumbnails {
    margin-top: 8px;
  }

  .top-slider-thumbnail {
    padding: 0 3px;
  }

  .top-slider-thumbnail img,
  .top-slider-thumbnail-placeholder span {
    border-radius: 8px;
  }

  .top-slider-thumbnail-placeholder span {
    font-size: 12px;
  }

  .top-slider-dots {
    height: 36px;
  }

  .top-slider-dot,
  .top-slider-dots span {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }

  .top-movie {
    width: auto;
    max-width: none;
    margin: 20px 10px;
  }

  .top-movie-link {
    border-radius: 16px;
  }

    .movieitem {
        width: auto;
        max-width: none;
        margin: 20px 10px 67px;
        border-radius: 16px;
    }

  .top-news {
    margin: 0;
    padding: 54px 10px 58px;
    border-radius: 60px;
  }

  .top-news-heading {
    min-height: 0;
  }

  .top-news-heading h2 {
    font-size: 30px;
  }

  .top-news-list {
    display: flex;
    flex-direction: column;
  }

  .top-news-item {
    width: 100%;
    padding: 0 10px 48px;
  }

  .top-news-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.6;
    object-fit: contain;
    border-radius: 16px;
  }

  .top-news-image-logo {
    height: auto;
    padding: 0 24%;
  }

  .top-news-meta {
    margin-top: 10px;
    font-size: 11px;
  }

  .top-news-meta span {
    min-width: 78px;
    height: 20px;
    margin-left: 10px;
    font-size: 10px;
  }

  .top-news-item p {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.65;
  }

  .more-button {
    bottom: -26px;
    width: 205px;
    height: 52px;
    margin-left: -102px;
    font-size: 12px;
  }

  .site-footer {
    margin-top: 175px;
    padding: 56px 0 18px;
    border-top-right-radius: 65px;
  }

  .site-footer-inner {
    display: block;
    padding-right: 14px;
    padding-left: 14px;
  }

  .footer-logo {
    width: 100%;
    padding: 0;
  }

  .footer-logo img {
    width: 245px;
  }

  .footer-nav {
    width: 100%;
    margin-top: 20px;
  }

  .footer-nav li {
    margin-bottom: 7px;
  }

  .footer-nav-main {
    font-size: 21px;
  }

  .footer-nav-privacy {
    font-size: 13px;
  }

  .footer-nav a::before {
    margin-right: 8px;
  }

  .footer-actions {
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-top: 28px;
  }

  .footer-actions .request-button {
    width: 205px;
    height: 53px;
    font-size: 13px;
  }

  .footer-actions .social-links {
    flex-wrap: wrap;
    width: 145px;
    margin: 0;
  }

  .footer-actions .social-label {
    width: 100%;
    margin: 0 0 4px;
    text-align: center;
    font-size: 10px;
  }

  .footer-actions .social-links a {
    width: 40px;
    height: 40px;
    margin-left: 7px;
  }

  .footer-bottom {
    width: 100%;
    margin: 35px 0 0;
    padding-top: 14px;
    text-align: right;
  }

  .footer-bottom p {
    font-size: 9px;
  }
}

/* タブレット */
@media (min-width: 431px) and (max-width: 1024px) {
  .site-header {
    height: 178px;
  }

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

}

@media (max-width: 430px) {
  .site-header {
    height: 190px;
  }

  .top-movie {
    margin-top: 42px;
  }

  .footer-actions .request-button {
    width: 200px;
  }
}

@media (max-width: 390px) {
  .header-content .request-button-pc {
    width: 55%;
    height: 54px;
    font-size: 13px;
  }

  .header-content .social-links {
    position: relative;
    flex-wrap: nowrap;
    width: 45%;
    padding-top: 20px;
  }

  .header-content .social-label {
    position: absolute;
    top: 0;
    left: 0;
  }

  .header-content .social-links a {
    width: 38px;
    height: 38px;
    margin: 0 2px;
  }

  .footer-actions {
    gap: 10px;
  }

  .footer-actions .request-button {
    width: 190px;
  }

  .footer-actions .social-links {
    position: relative;
    flex-wrap: nowrap;
    width: 130px;
    padding-top: 18px;
  }

  .footer-actions .social-label {
    position: absolute;
    top: 0;
    left: 0;
  }

  .footer-actions .social-links a {
    width: 38px;
    height: 38px;
    margin-left: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms;
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
  }

  .js-enabled .fade-target {
    opacity: 1;
    transform: none;
  }
}
