@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background-color: #003223;
}

.appear {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 420ms ease, transform 420ms ease;
}
.appear.is-visible {
  opacity: 1;
  transform: none;
}
.appear--fade-up {
  transform: translateY(32px);
}
.appear--slide-left {
  transform: translateX(-28px);
}
.appear--zoom {
  transform: scale(0.92);
}
.appear--fade {
  transform: translateY(0);
}
.appear--fade.is-visible, .appear--fade-up.is-visible, .appear--slide-left.is-visible {
  transform: none;
}
.appear--zoom.is-visible {
  transform: scale(1);
}

.nav-global__list {
  text-transform: uppercase;
}

.link {
  display: inline-block;
  margin-top: 24px;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #003223;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .link:hover {
    opacity: 0.8;
  }
}
.link:active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .link {
    font-size: calc(16 / 375 * 100vw);
    margin-top: calc(26 / 375 * 100vw);
    display: block;
    width: max-content;
    margin-inline: auto;
  }
}
.link::after {
  content: "→";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #003223;
  color: white;
  border-radius: 100%;
  text-align: center;
  margin-left: 8px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .link::after {
    font-size: calc(16 / 375 * 100vw);
    width: min(calc(28 / 375 * 100vw), 28px);
    height: min(calc(28 / 375 * 100vw), 28px);
    line-height: min(calc(28 / 375 * 100vw), 28px);
  }
}
.link.-button {
  background: white;
  padding: 20px 40px;
  margin: 60px auto 0;
  display: block;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .link.-button {
    padding: calc(12 / 375 * 100vw) calc(16 / 375 * 100vw);
    margin: calc(24 / 375 * 100vw) auto 0;
  }
}

.section-inner {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .section-inner {
    padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}

.mv-delay {
  transition: opacity 1s 0.4s ease;
  opacity: 0;
}
.mv {
  text-align: center;
  padding-top: 54px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv {
    padding-bottom: 40px;
  }
}
.mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -125px;
  left: 0;
  background: url(../images/mv-bg.png) no-repeat top center/100%;
  mask-image: radial-gradient(ellipse, black 0%, transparent 80%);
  mix-blend-mode: lighten;
  z-index: -1;
  transition: opacity 1s ease;
  opacity: 0;
}
.mv.-visible .mv-delay {
  opacity: 1;
}
.mv.-visible::before {
  opacity: 0.43;
}
@media screen and (max-width: 767px) {
  .mv:has(.is-in-view) .mv-delay {
    opacity: 0;
  }
}
.mv .c {
  font-family: "Marcellus";
  position: absolute;
  top: 24px;
  right: 70px;
  color: #4ec9ab;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .mv .c {
    top: calc(83px + calc(10 / 375 * 100vw));
    right: calc(20 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    opacity: 0.3;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    padding-top: 83px;
  }
  .mv::before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: url(../images/mv-bg.png) no-repeat calc(50% + 351px) -40px/cover;
    mask-image: radial-gradient(ellipse, black 0%, transparent 70%);
    mix-blend-mode: lighten;
    transition: opacity 1s ease;
    opacity: 0;
  }
}
.mv-heading {
  font-family: "Noto Serif JP";
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.36;
  color: white;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .mv-heading {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(31 / 375 * 100vw);
  }
}
.mv-heading > .en {
  font-family: "Marcellus";
  font-size: 9.6rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .mv-heading > .en {
    font-size: calc(33 / 375 * 100vw);
  }
}
.mv-text {
  margin-top: 20px;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: white;
}
@media screen and (max-width: 767px) {
  .mv-text {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(8 / 375 * 100vw);
    line-height: 1.5;
  }
}
.mv-heading-2 {
  font-family: "Marcellus";
  font-size: 6.4rem;
  line-height: 1.2;
  color: white;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .mv-heading-2 {
    font-size: calc(32 / 375 * 100vw);
    padding-top: calc(76 / 375 * 100vw);
  }
}
.mv-lead {
  margin-top: 16px;
  font-family: "Noto Serif JP";
  font-size: 2.8rem;
  line-height: 1;
  color: white;
}
@media screen and (max-width: 767px) {
  .mv-lead {
    font-size: calc(16 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
  }
}
.mv-touchdown {
  position: fixed;
  z-index: 2;
  bottom: 100px;
  right: 0px;
  transform: rotate(90deg);
  background: white;
  border: 2px solid #dfdfdf;
  border-radius: 1000px;
  padding: 5px 25px 8px 16px;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  color: #003223;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .mv-touchdown:hover {
    opacity: 0.8;
  }
}
.mv-touchdown:active {
  opacity: 1;
}
.mv-touchdown > .arrow {
  display: inline-block;
  width: 16px;
  height: 24px;
  transform: rotate(-90deg) translate(-3px, 13px);
  background: url('data:image/svg+xml,<svg width="47" height="71" viewBox="0 0 47 71" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.22 0.000104782C10.3959 0.00010366 8.58655e-06 15.7433 6.88878e-06 35.1635C5.19101e-06 54.5837 10.3959 70.3269 23.22 70.3269C36.044 70.3269 46.4399 54.5837 46.4399 35.1635C46.4399 15.7433 36.044 0.000105903 23.22 0.000104782Z" fill="%23003223"/><path d="M22.5358 57.4176C22.9137 57.7955 23.5263 57.7955 23.9041 57.4176L30.0612 51.2605C30.439 50.8827 30.439 50.2701 30.0612 49.8923C29.6834 49.5144 29.0708 49.5144 28.693 49.8923L23.22 55.3653L17.747 49.8923C17.3691 49.5144 16.7566 49.5144 16.3787 49.8923C16.0009 50.2701 16.0009 50.8827 16.3787 51.2605L22.5358 57.4176ZM23.22 14.1636L22.2525 14.1636L22.2525 56.7335L23.22 56.7335L24.1875 56.7335L24.1875 14.1636L23.22 14.1636Z" fill="white"/></svg>') no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .mv-touchdown {
    border: none;
    color: transparent;
    background-color: currentColor;
    padding: 0;
    width: calc(70 / 375 * 100vw);
    height: calc(46 / 375 * 100vw);
    bottom: calc(40 / 375 * 100vw);
    right: calc(10 / 375 * 100vw);
    border-radius: 100%;
  }
  .mv-touchdown > .arrow {
    width: calc(46 / 375 * 100vw);
    height: calc(70 / 375 * 100vw);
    transform: rotate(-90deg) translate(calc(12 / 375 * 100vw), calc(13 / 375 * 100vw));
    position: absolute;
    inset: 0;
  }
}
.mv:has(.is-in-view) .mv-touchdown {
  opacity: 0;
  pointer-events: none;
}

.statement-text {
  margin-top: 40px;
  font-size: 2.2rem;
  line-height: 1.7;
  color: white;
}
@media screen and (max-width: 767px) {
  .statement-text {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(32 / 375 * 100vw);
  }
}

.ellipse-area {
  margin-top: 36px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ellipse-area {
    aspect-ratio: 1550/1126;
  }
}
@media screen and (max-width: 767px) {
  .ellipse-area {
    width: 100%;
    height: calc(728 / 375 * 100vw);
  }
}
.ellipse-area > picture {
  display: block;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .ellipse-area > picture {
    aspect-ratio: 1550/1024;
    width: 110%;
  }
}
@media screen and (max-width: 767px) {
  .ellipse-area > picture {
    width: calc(468 / 375 * 100vw);
    height: calc(728 / 375 * 100vw);
  }
}
.ellipse-area > picture {
  border-radius: 100%;
  overflow: hidden;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all 2s ease;
}
.ellipse-area > picture::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 100%;
  box-shadow: inset 0 0 30px 0 rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0);
  transition: background-color 3s ease, border-radius 2s ease, box-shadow 2s ease;
  z-index: 0;
}
.ellipse-area .background-image {
  transform: translateY(-103.2258064516vw);
  transition: transform 3s ease-in;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .ellipse-area .background-image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ellipse-area .background-image {
    transition: transform 1s linear;
    transform: translate(calc(-13 / 375 * 100vw), calc(-285 / 375 * 100vw)) scale(1.1);
  }
}
.ellipse-area .content-body {
  position: relative;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 3s ease, transform 3s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ellipse-area .content-body {
    transform: translateY(calc(100 / 375 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .ellipse-area.is-in-view picture {
    transform: translate(-50%, 0%) scale(1.35);
  }
}
.ellipse-area.is-in-view .background-image {
  transform: translateY(-67.7419354839vw);
}
@media screen and (max-width: 767px) {
  .ellipse-area.is-in-view .background-image {
    transform: translate(calc(-18 / 375 * 100vw), calc(-150 / 375 * 100vw));
  }
}
.ellipse-area.is-in-view > picture::after {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .ellipse-area.is-in-view > picture::after {
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@media screen and (max-width: 767px) {
  .ellipse-area.is-in-view > picture {
    border-radius: 0;
  }
  .ellipse-area.is-in-view > picture::after {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.2);
  }
}
.ellipse-area.is-in-view .content-body {
  opacity: 1;
  transform: translateY(0);
}

.heading-2 {
  text-align: center;
  color: #ffffff;
}
.heading-2 > .en {
  font-family: "Marcellus";
  font-style: normal;
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  display: block;
}
.heading-2 > .jp {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-top: 16px;
  display: block;
}
@media screen and (max-width: 767px) {
  .heading-2 > .en {
    font-size: calc(32 / 375 * 100vw);
  }
  .heading-2 > .jp {
    font-size: calc(16 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.heading-3 {
  text-align: center;
  color: #ffffff;
}
.heading-3 > .en {
  font-family: "Marcellus";
  font-style: normal;
  font-weight: 400;
  font-size: 4.2rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  display: block;
}
.heading-3 > .jp {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-top: 16px;
  display: block;
}
@media screen and (max-width: 767px) {
  .heading-3 > .en {
    font-size: calc(28 / 375 * 100vw);
  }
  .heading-3 > .jp {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .about-name {
    width: 1200px;
    margin-inline: auto;
  }
}
.about-name > .contents {
  padding: 60px 40px;
  margin-top: 40px;
  background: white;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-name > .contents {
    flex-direction: column;
    align-items: center;
    gap: calc(20 / 375 * 100vw);
    padding: calc(16 / 375 * 100vw);
    margin-top: calc(32 / 375 * 100vw);
  }
}
.about-name > .contents > picture {
  width: 640px;
}
@media screen and (max-width: 767px) {
  .about-name > .contents > picture {
    width: auto;
  }
}
.about-name > .contents > .description {
  width: 440px;
}
@media screen and (max-width: 767px) {
  .about-name > .contents > .description {
    width: auto;
  }
}
.about-name > .contents > .description > .text {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  color: black;
}
@media screen and (max-width: 767px) {
  .about-name > .contents > .description > .text {
    font-size: calc(14 / 375 * 100vw);
  }
}
.about-name > .contents > .description > .note {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #999999;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .about-name > .contents > .description > .note {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
  }
}

.about-olive {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .about-olive {
    width: auto;
  }
}
.about-olive .heading-2 > .jp img {
  width: 85px;
  transform: translateY(-3px);
}
@media screen and (max-width: 767px) {
  .about-olive .heading-2 > .jp img {
    width: min(calc(56 / 375 * 100vw), 56px);
    transform: translateY(max(calc(-3 / 375 * 100vw), -3px));
  }
}
.about-olive > .container {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .about-olive > .container {
    flex-direction: column;
    gap: calc(16 / 375 * 100vw);
    margin-top: calc(32 / 375 * 100vw);
  }
}
.about-olive > .container > picture {
  width: 572px;
}
@media screen and (max-width: 767px) {
  .about-olive > .container > picture {
    width: auto;
  }
}
.about-olive > .container > .description {
  width: 572px;
}
@media screen and (max-width: 767px) {
  .about-olive > .container > .description {
    width: auto;
  }
}
.about-olive > .container > .description .text {
  color: white;
}
@media screen and (min-width: 768px) {
  .about-olive > .container > .description .link.-button {
    margin-left: 0;
  }
}

.partnership-vision {
  position: relative;
}
@media screen and (min-width: 768px) {
  .partnership-vision {
    padding-top: 120px;
  }
}
.partnership-vision::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../images/partnership-vision_bg.png) no-repeat center/100%;
  mask-image: radial-gradient(ellipse, black 50%, transparent 70%);
  mix-blend-mode: lighten;
  z-index: -1;
  opacity: 0;
  transition: opacity 1s 0.5s ease;
}
@media screen and (max-width: 767px) {
  .partnership-vision::before {
    background: url(../images/partnership-vision_bg-sp.png) no-repeat center/cover;
    mask-image: radial-gradient(ellipse, black 90%, transparent 100%);
  }
}
.partnership-vision:has(.is-visible)::before {
  opacity: 0.8;
}
.partnership-vision .partnership-text {
  color: white;
  text-align: center;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.7;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .partnership-vision .partnership-text {
    margin-top: calc(32 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}
.partnership-vision > .title {
  color: white;
  text-align: center;
  width: 1200px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  gap: 10px;
  width: 1200px;
  height: 88px;
  background: #003223;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 75px rgba(255, 255, 255, 0.09), inset 0px 6px 22.3px rgba(255, 255, 255, 0.06);
  border-radius: 190px;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 3.2rem;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
@media screen and (max-width: 767px) {
  .partnership-vision > .title {
    width: auto;
    height: auto;
    padding: calc(15 / 375 * 100vw) calc(30 / 375 * 100vw);
    gap: calc(10 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid #ffffff;
    box-shadow: 0px 0px calc(75 / 375 * 100vw) rgba(255, 255, 255, 0.09), inset 0px calc(6 / 375 * 100vw) calc(22.3 / 375 * 100vw) rgba(255, 255, 255, 0.06);
    border-radius: 1900px;
    font-size: calc(21 / 375 * 100vw);
  }
}
.partnership-vision .pv-container {
  margin: 32px auto 0;
  display: flex;
  gap: 24px;
  width: 1200px;
}
@media screen and (max-width: 767px) {
  .partnership-vision .pv-container {
    margin-top: calc(32 / 375 * 100vw);
    flex-direction: column;
    width: auto;
    gap: calc(24 / 375 * 100vw);
  }
}
.partnership-vision .pv-container > .item {
  color: white;
  flex-basis: 33.3%;
}
.partnership-vision .pv-container > .item > .item-title {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .partnership-vision .pv-container > .item > .item-title {
    gap: calc(20 / 375 * 100vw);
  }
}
.partnership-vision .pv-container > .item > .item-title > .num {
  font-size: 3.2rem;
  position: relative;
  z-index: 1;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .partnership-vision .pv-container > .item > .item-title > .num {
    width: calc(130 / 375 * 100vw);
  }
}
.partnership-vision .pv-container > .item > .item-title > .num::before {
  content: "";
  position: absolute;
  width: 57.98px;
  height: 87.8px;
  inset: 0;
  margin: auto;
  background: #706e46;
  border-radius: 100%;
  transform: rotate(60deg);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .partnership-vision .pv-container > .item > .item-title > .num::before {
    width: calc(48 / 375 * 100vw);
    height: calc(72 / 375 * 100vw);
    font-size: calc(32 / 375 * 100vw);
  }
}
.partnership-vision .pv-container > .item > .item-title > .title-text {
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .partnership-vision .pv-container > .item > .item-title > .title-text {
    font-size: calc(23 / 375 * 100vw);
  }
}
.partnership-vision .pv-container > .item .item-text {
  font-size: 1.8rem;
  margin-top: 16px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .partnership-vision .pv-container > .item .item-text {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
  }
}

.concept-movie {
  position: relative;
}
.concept-movie::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../images/concept-movie.jpg) no-repeat center/220%;
  mask-image: radial-gradient(ellipse, black 0%, transparent 75%);
  mix-blend-mode: lighten;
  z-index: -1;
  opacity: 0;
  transition: opacity 1s 0.5s ease;
}
@media screen and (max-width: 767px) {
  .concept-movie::before {
    background-size: 520%;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.02) 100%);
  }
}
.concept-movie:has(.is-visible)::before {
  opacity: 0.6;
}

.sponsored-commercial {
  position: relative;
}
.sponsored-commercial::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../images/sponsored-commercial.jpg) no-repeat center/cover;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.8) 100%);
  mix-blend-mode: lighten;
  z-index: -1;
  opacity: 0;
  transition: opacity 1s 0.5s ease;
}
.sponsored-commercial:has(.is-visible)::before {
  opacity: 0.6;
}

.banner-area {
  max-width: 1200px;
  margin: auto;
}
.banner-area > .note {
  text-align: center;
  color: white;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .banner-area > .note {
    font-size: calc(14 / 375 * 100vw);
    text-align: left;
  }
}
.banner-area.section-inner {
  padding-block: 24px 40px;
}
@media screen and (max-width: 767px) {
  .banner-area.section-inner {
    padding-block: calc(24 / 375 * 100vw) calc(40 / 375 * 100vw);
  }
}
.banner-area > .list {
  margin: 30px auto 0;
  width: 940px;
}
.banner-area > .list a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.banner-area > .list a picture {
  text-align: center;
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .banner-area > .list {
    margin-top: calc(32 / 375 * 100vw);
    width: auto;
  }
}
.banner-area > .list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .banner-area > .list {
    gap: calc(20 / 375 * 100vw);
  }
}
.banner-area > .list > .item {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #013222;
}
@media screen and (max-width: 767px) {
  .banner-area > .list > .item {
    border-width: calc(1 / 375 * 100vw) 0;
  }
}
.banner-area .sports {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  color: white;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .banner-area .sports:hover {
    opacity: 0.8;
  }
}
.banner-area .sports:active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .banner-area .sports {
    height: calc(70 / 375 * 100vw);
    font-size: 5.3333333333vw;
    gap: calc(20 / 375 * 100vw);
  }
}
.banner-area .sports > .images {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .banner-area .sports > .images {
    gap: calc(10 / 375 * 100vw);
  }
}
.banner-area .sports > .images img {
  margin: 0;
  width: 74px;
  display: block !important;
}
@media screen and (max-width: 767px) {
  .banner-area .sports > .images img {
    width: 10.4vw;
  }
}

.movie-thumb {
  display: block;
  width: 570px;
  max-width: 100%;
  margin: 32px auto 0;
  position: relative;
  background: white;
}
.movie-thumb img {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .movie-thumb img:hover {
    opacity: 0.8;
  }
}
.movie-thumb img:active {
  opacity: 1;
}
.movie-thumb::before {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  position: absolute;
  inset: 0;
  margin: auto;
  background: url(../images/movie-play.png) no-repeat 0/contain;
  z-index: 1;
}

.movie-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.movie-modal.is-visible {
  opacity: 1;
  visibility: visible;
}

.movie-modal__content {
  position: relative;
  width: 90%;
  max-width: 960px;
  background-color: black;
  padding: 20px;
}

.movie-modal__video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}
.movie-modal__video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-modal__close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: none;
  background: transparent;
}
.movie-modal__close::before, .movie-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}
.movie-modal__close::before {
  transform: rotate(45deg);
}
.movie-modal__close::after {
  transform: rotate(-45deg);
}

/* utility */
@media screen and (max-width: 767px) {
  ._pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  ._sp {
    display: none;
  }
}