@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap";
/*
===== original reset ===========================
*/
/* 1: universal reset
------------------------------------- */
html {
  cursor: default;
  font-size: 62.5%;
}

/* box sizing
------------------------------------- */
*,
::before,
::after {
  box-sizing: border-box;
}

/* general params
------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
body,
div,
p,
pre,
ul,
ol,
dl,
dt,
dd,
address,
form,
blockquote,
figure {
  margin: 0;
  padding: 0; /* margin&padding reset */
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

/* word break
------------------------------------- */
p {
  word-break: normal;
}

/* image
------------------------------------- */
img {
  vertical-align: bottom;
  border-style: none;
}

/* 2: form setting
------------------------------------- */
option {
  padding-right: 10px;
}

input,
select {
  vertical-align: middle;
}

*:focus {
  outline: none;
}

@-webkit-keyframes fade-bottom {
  from {
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes fade-bottom {
  from {
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333vw;
  }
}
html.fixed {
  position: fixed;
}

body {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  color: #fff;
  background-color: #000;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

* {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
}

img,
svg {
  width: 100%;
  height: auto;
  vertical-align: top;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
#site-wrapper {
  overflow: hidden;
}

#bg-layer {
  width: 100vw;
  height: 100dvh;
  position: fixed;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  z-index: -1;
}
#bg-layer.--show {
  opacity: 1;
}
#bg-layer::after {
  content: "";
  display: block;
  background-image: url("../img/bg-mosaic.jpg");
  background-repeat: repeat;
  background-size: contain;
  background-position: 0 0;
  background-size: 10rem auto;
  height: 100dvh;
}

.--cm-pt {
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .--cm-pt {
    padding: 0 3rem;
  }
}

.--cm-btn {
  width: 25rem;
  height: 5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  border-radius: 2.5rem;
  position: relative;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .--cm-btn {
    width: 43rem;
    height: 8rem;
    border-radius: 4rem;
  }
}
.--cm-btn span {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: 3.5rem;
  transition: all 0.4s;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .--cm-btn span {
    font-size: 2.4rem;
    padding-left: 5.6rem;
  }
}
.--cm-btn > .icon .icon__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.1rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .--cm-btn > .icon .icon__arrow {
    width: 2rem;
    height: 1.7rem;
    right: 3.4rem;
  }
}
.--cm-btn > .icon .icon__arrow svg {
  max-width: 100%;
}
.--cm-btn > .icon .icon__arrow svg:first-child {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .--cm-btn.--default:hover {
    background-color: #fff;
  }
  .--cm-btn.--default:hover span {
    transform: translateX(1rem);
    color: #000;
  }
  .--cm-btn.--default:hover > .icon .icon__arrow svg path {
    fill: #000;
  }
  .--cm-btn.--default:hover .icon .icon__arrow svg:first-child,
.--cm-btn.--default:hover .icon .icon__arrow img:first-child {
    opacity: 1;
    transform: translate(0.6rem, 0px);
    transition-delay: 300ms;
    transition-duration: 400ms;
  }
  .--cm-btn.--default:hover .icon .icon__arrow svg:last-child,
.--cm-btn.--default:hover .icon .icon__arrow img:last-child {
    opacity: 0;
    transform: translate(0.6rem, 0px);
    transition-duration: 400ms;
  }
}
.--cm-btn.--bk {
  background-color: #000;
  border: unset;
}
.--cm-btn.--bk:hover {
  background-color: #fff;
}
.--cm-btn.--bk:hover span {
  transform: translateX(1rem);
  color: #000;
}
.--cm-btn.--bk:hover > .icon .icon__arrow svg path {
  fill: #000;
}
.--cm-btn.--bk:hover .icon .icon__arrow svg:first-child,
.--cm-btn.--bk:hover .icon .icon__arrow img:first-child {
  opacity: 1;
  transform: translate(0.6rem, 0px);
  transition-delay: 300ms;
  transition-duration: 400ms;
}
.--cm-btn.--bk:hover .icon .icon__arrow svg:last-child,
.--cm-btn.--bk:hover .icon .icon__arrow img:last-child {
  opacity: 0;
  transform: translate(0.6rem, 0px);
  transition-duration: 400ms;
}
.--cm-btn.--transparent {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.--cm-btn.--transparent span {
  color: #000;
}
.--cm-btn.--transparent > .icon .icon__arrow svg path {
  fill: #000;
}
.--cm-btn.--transparent:hover {
  background-color: #fff;
  border: 1px solid white;
}
.--cm-btn.--transparent:hover span {
  transform: translateX(1rem);
}
.--cm-btn.--transparent:hover .icon .icon__arrow svg:first-child,
.--cm-btn.--transparent:hover .icon .icon__arrow img:first-child {
  opacity: 1;
  transform: translate(0.8rem, 0px);
  transition-delay: 300ms;
  transition-duration: 400ms;
}
.--cm-btn.--transparent:hover .icon .icon__arrow svg:last-child,
.--cm-btn.--transparent:hover .icon .icon__arrow img:last-child {
  opacity: 0;
  transform: translate(0.8rem, 0px);
  transition-duration: 400ms;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  padding-top: 2rem;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease-out;
}
.header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
  padding: 0 5rem;
}
@media screen and (max-width: 767px) {
  .header .header-content {
    height: 10rem;
    padding: 0 4rem;
  }
}
.header .header-content .header-logo {
  width: 15rem;
}
@media screen and (min-width: 768px) {
  .header .header-content .header-logo {
    transition: opacity 0.2s linear;
  }
  .header .header-content .header-logo:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .header .header-content .header-logo {
    width: 19.5rem;
  }
}
.header .header-content .header-list__wrapper {
  transition: opacity 0.3s ease-out;
}
.header .header-content .header-list__wrapper ul.header-list {
  display: flex;
  gap: 0 2.3rem;
}
.header .header-content .header-list__wrapper ul.header-list li a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 0.8rem 0;
  color: #fff;
  position: relative;
}
.header .header-content .header-list__wrapper ul.header-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  margin: auto;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header .header-content .header-list__wrapper ul.header-list li a:hover::after {
    width: 100%;
  }
}
.header .header-content .header-list__wrapper ul.header-list li a.--current::after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header .header-content .header-list__wrapper {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: auto;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding-top: 2rem;
  }
  .header .header-content .header-list__wrapper ul.header-list {
    flex-direction: column;
    padding: 16.7rem 6rem 10rem;
  }
  .header .header-content .header-list__wrapper ul.header-list li + li {
    margin-top: 5rem;
  }
  .header .header-content .header-list__wrapper ul.header-list li a {
    font-size: 4rem;
    font-weight: 300;
    letter-spacing: 0.05em;
  }
  .header .header-content .header-list__wrapper.--open {
    opacity: 1;
    visibility: visible;
  }
}
.header .header-content .header-trigger {
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  width: 4.4rem;
  height: 3.2rem;
}
@media screen and (min-width: 768px) {
  .header .header-content .header-trigger {
    display: none;
  }
}
.header .header-content .header-trigger span.--bar {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header .header-content .header-trigger span.--bar {
    height: 3px;
  }
}
.header .header-content .header-trigger span.--bar:nth-child(1) {
  top: 0;
}
.header .header-content .header-trigger span.--bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header .header-content .header-trigger span.--bar:nth-child(3) {
  bottom: 0;
}
.header .header-content .header-trigger.--active span.--bar {
  top: 50%;
}
.header .header-content .header-trigger.--active span.--bar:nth-child(1) {
  transform: rotate(135deg);
}
.header .header-content .header-trigger.--active span.--bar:nth-child(2) {
  opacity: 0;
}
.header .header-content .header-trigger.--active span.--bar:nth-child(3) {
  transform: rotate(225deg);
}
.header.--resize {
  padding-top: 0;
  background-color: black;
}
.header.--resize .header-content .header-list__wrapper {
  padding-top: 0;
}

.footer {
  width: 100%;
  background-color: #000;
}
.footer .footer-content {
  max-width: 125rem;
  margin: 0 auto;
  padding: 4.5rem 2.5rem 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer .footer-content {
    max-width: 100%;
    padding: 10rem 0;
  }
}
.footer .footer-content .footer-logo {
  display: block;
  width: 15.8rem;
}
@media screen and (min-width: 768px) {
  .footer .footer-content .footer-logo {
    transition: opacity 0.2s linear;
  }
  .footer .footer-content .footer-logo:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-content .footer-logo {
    width: 20.6rem;
    margin: 0 auto;
  }
}
.footer .footer-content .copy {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-top: 5rem;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .footer .footer-content .copy {
    font-size: 2rem;
    text-align: center;
    margin-top: 6.8rem;
  }
}
.footer .footer-content .page-top {
  position: absolute;
  top: 6rem;
  right: 2.5rem;
}
@media screen and (min-width: 768px) {
  .footer .footer-content .page-top {
    transition: opacity 0.2s linear;
  }
  .footer .footer-content .page-top:hover {
    opacity: 0.6;
  }
}
.footer .footer-content .page-top > img {
  width: 4rem;
  height: auto;
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  touch-action: none;
}

/* Anti FOUC */
.remodal {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
          animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
          animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  transform: translate3d(0, 0, 0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
          animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
          animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
/* Dialog buttons */
/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
/* IE8
   ========================================================================== */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
          animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
          animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  transform: translate3d(0, 0, 0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
          animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
          animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

/* Dialog buttons */
/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

#site-wrapper section.mv .mv-content {
  position: relative;
  height: 100dvh;
}
@media screen and (min-width: 768px) {
  #site-wrapper section.mv .mv-content {
    min-height: 85rem;
  }
}
#site-wrapper section.mv .mv-content .mv-textArea {
  position: absolute;
  top: 30rem;
  left: 7.5%;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.mv .mv-content .mv-textArea {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10.5%;
    padding: 0 8rem;
    width: 100%;
  }
}
#site-wrapper section.mv .mv-content .mv-textArea > .title {
  font-size: 6.4rem;
  line-height: 1.25;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.mv .mv-content .mv-textArea > .title {
    font-size: 5.9rem;
  }
}
#site-wrapper section.mv .mv-content .mv-textArea > .text {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.2666666667;
  margin-top: 2.3rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.mv .mv-content .mv-textArea > .text {
    font-size: 2.6rem;
    line-height: 1.6923076923;
    margin-top: 4.3rem;
  }
}
#site-wrapper section.mv .mv-content .mv-textArea > .play {
  cursor: pointer;
  margin-top: 5rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.mv .mv-content .mv-textArea > .play {
    margin-top: 8.5rem;
    transform: translateX(-0.4rem);
  }
}
#site-wrapper section.mv .mv-content .mv-textArea > .play .play-inner {
  display: flex;
  align-items: center;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.mv .mv-content .mv-textArea > .play .play-inner {
    gap: 0 3rem;
  }
}
#site-wrapper section.mv .mv-content .mv-textArea > .play .play-inner .play-ico {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.mv .mv-content .mv-textArea > .play .play-inner .play-ico {
    border: 2px solid rgba(255, 255, 255, 0.5);
    width: 12.1rem;
    height: 12.1rem;
  }
}
#site-wrapper section.mv .mv-content .mv-textArea > .play .play-inner .play-ico.icon .icon__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 1rem;
  transform: translateX(-0.3rem);
}
@media screen and (max-width: 767px) {
  #site-wrapper section.mv .mv-content .mv-textArea > .play .play-inner .play-ico.icon .icon__arrow {
    width: 3rem;
  }
}
#site-wrapper section.mv .mv-content .mv-textArea > .play .play-inner .play-ico.icon .icon__arrow svg {
  max-width: 100%;
}
#site-wrapper section.mv .mv-content .mv-textArea > .play .play-inner .play-ico.icon .icon__arrow svg:first-child {
  opacity: 0;
}
#site-wrapper section.mv .mv-content .mv-textArea > .play .play-inner .play-text {
  width: 10.6rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.mv .mv-content .mv-textArea > .play .play-inner .play-text {
    width: 17.2rem;
  }
}
@media screen and (min-width: 768px) {
  #site-wrapper section.mv .mv-content .mv-textArea > .play:hover .play-inner .play-ico {
    transform: scale(1.125);
    transform-origin: center;
    background-color: #fff;
  }
  #site-wrapper section.mv .mv-content .mv-textArea > .play:hover .play-inner .play-ico.icon .icon__arrow > svg path {
    fill: #000;
  }
  #site-wrapper section.mv .mv-content .mv-textArea > .play:hover .play-inner .icon .icon__arrow svg:first-child,
#site-wrapper section.mv .mv-content .mv-textArea > .play:hover .play-inner .icon .icon__arrow img:first-child {
    opacity: 1;
    transform: translate(0.9rem, 0px);
    transition-delay: 300ms;
    transition-duration: 400ms;
  }
  #site-wrapper section.mv .mv-content .mv-textArea > .play:hover .play-inner .icon .icon__arrow svg:last-child,
#site-wrapper section.mv .mv-content .mv-textArea > .play:hover .play-inner .icon .icon__arrow img:last-child {
    opacity: 0;
    transform: translate(0.9rem, 0px);
    transition-duration: 400ms;
  }
}
#site-wrapper section.mv .mv-content .mv-movie {
  width: 70%;
  height: 100%;
  margin-left: auto;
  position: relative;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.mv .mv-content .mv-movie {
    width: 100%;
  }
}
#site-wrapper section.mv .mv-content .mv-movie::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
}
#site-wrapper section.mv .mv-content .mv-movie .mv-movie__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  #site-wrapper section.mv .mv-content .mv-movie .mv-movie__inner {
    min-width: 1280px;
  }
}
#site-wrapper section.mv .mv-content .mv-movie .mv-movie__inner > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#site-wrapper section.mv .mv-content .mv-scroll {
  height: 11.3rem;
  position: absolute;
  right: 6.5rem;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.mv .mv-content .mv-scroll {
    height: 22.5rem;
    right: 4rem;
  }
}
#site-wrapper section.mv .mv-content .mv-scroll::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: 1px;
  height: 10rem;
  margin-bottom: -5rem;
  background-color: gray;
  -webkit-animation-name: scroll-text-pc;
          animation-name: scroll-text-pc;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.mv .mv-content .mv-scroll::after {
    -webkit-animation-name: scroll-text-sp;
            animation-name: scroll-text-sp;
    height: 20rem;
    margin-bottom: -10rem;
  }
}
#site-wrapper section.mv .mv-content .mv-scroll > img {
  width: 1.1rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.mv .mv-content .mv-scroll > img {
    width: 2rem;
  }
}
@-webkit-keyframes scroll-text-pc {
  0% {
    bottom: 10rem;
    height: 0;
  }
  35% {
    bottom: 0;
    height: 10rem;
  }
  70% {
    bottom: 0;
    height: 10rem;
  }
  90% {
    bottom: 0;
    height: 0;
  }
  100% {
    bottom: 0;
    height: 0;
  }
}
@keyframes scroll-text-pc {
  0% {
    bottom: 10rem;
    height: 0;
  }
  35% {
    bottom: 0;
    height: 10rem;
  }
  70% {
    bottom: 0;
    height: 10rem;
  }
  90% {
    bottom: 0;
    height: 0;
  }
  100% {
    bottom: 0;
    height: 0;
  }
}
@-webkit-keyframes scroll-text-sp {
  0% {
    bottom: 20rem;
    height: 0;
  }
  35% {
    bottom: 0;
    height: 20rem;
  }
  70% {
    bottom: 0;
    height: 20rem;
  }
  90% {
    bottom: 0;
    height: 0;
  }
  100% {
    bottom: 0;
    height: 0;
  }
}
@keyframes scroll-text-sp {
  0% {
    bottom: 20rem;
    height: 0;
  }
  35% {
    bottom: 0;
    height: 20rem;
  }
  70% {
    bottom: 0;
    height: 20rem;
  }
  90% {
    bottom: 0;
    height: 0;
  }
  100% {
    bottom: 0;
    height: 0;
  }
}
#site-wrapper section.challenge .challenge-content {
  padding-top: 11rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.challenge .challenge-content {
    padding-top: 20rem;
  }
}
#site-wrapper section.challenge .challenge-content .challenge-content__heading {
  display: flex;
  align-items: flex-start;
  gap: 0 3.8rem;
  position: relative;
  left: calc(50% - 21.3rem);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.challenge .challenge-content .challenge-content__heading {
    gap: 0 3.1rem;
    left: 6rem;
  }
}
#site-wrapper section.challenge .challenge-content .challenge-content__heading > .num {
  width: 2.1rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.challenge .challenge-content .challenge-content__heading > .num {
    margin-top: 0.2rem;
    width: 1.8rem;
  }
}
#site-wrapper section.challenge .challenge-content .challenge-content__heading > .title {
  width: 57.6%;
}
@media screen and (min-width: 768px) {
  #site-wrapper section.challenge .challenge-content .challenge-content__heading > .title {
    max-width: 77.8rem;
  }
}
@media screen and (max-width: 767px) {
  #site-wrapper section.challenge .challenge-content .challenge-content__heading > .title {
    width: 66.1rem;
  }
}
#site-wrapper section.challenge .challenge-content .challenge-content__top {
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.challenge .challenge-content .challenge-content__top {
    width: 100%;
    margin: 0 auto;
  }
}
#site-wrapper section.challenge .challenge-content .challenge-content__top .wrap {
  width: 100%;
  margin-top: -5.5rem;
  margin-left: auto;
  padding-left: 1.9rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.challenge .challenge-content .challenge-content__top .wrap {
    margin-top: -5rem;
    padding: 0 6rem;
  }
}
#site-wrapper section.challenge .challenge-content .challenge-content__top .wrap > .head {
  font-size: 5.4rem;
  line-height: 1.2962962963;
  letter-spacing: 0.025em;
  font-weight: bold;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #site-wrapper section.challenge .challenge-content .challenge-content__top .wrap > .head {
    font-size: 5rem;
    line-height: 1.4;
  }
}
#site-wrapper section.challenge .challenge-content .challenge-content__top .wrap > .text {
  font-size: 1.5rem;
  line-height: 2.2666666667;
  letter-spacing: 0.05em;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.challenge .challenge-content .challenge-content__top .wrap > .text {
    font-size: 2.6rem;
    line-height: 1.6923076923;
    margin-top: 5rem;
  }
}
#site-wrapper section.challenge .challenge-content .challenge-content__top .wrap > .btn {
  margin-top: 4rem;
  width: 23rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.challenge .challenge-content .challenge-content__top .wrap > .btn {
    width: 43rem;
    margin-top: 5rem;
  }
}
#site-wrapper section.challenge .challenge-content .challenge-content__top .wrap > .btn span {
  font-family: "Poppins", sans-serif;
}
#site-wrapper section.challenge .challenge-content .challenge-content__top .image {
  width: 100%;
  max-width: 150.3rem;
  position: absolute;
  top: 37rem;
  right: calc(50% + 11rem);
}
@media screen and (max-width: 767px) {
  #site-wrapper section.challenge .challenge-content .challenge-content__top .image {
    display: none;
  }
}
#site-wrapper section.challenge .challenge-content .challenge-content__bottom {
  width: calc(50% - 2rem);
  margin-top: 8rem;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  padding-top: 17.5rem;
}
@media screen and (min-width: 768px) {
  #site-wrapper section.challenge .challenge-content .challenge-content__bottom {
    min-width: 66.5rem;
    height: 82rem;
    padding-left: 8rem;
  }
}
@media screen and (max-width: 767px) {
  #site-wrapper section.challenge .challenge-content .challenge-content__bottom {
    width: 100%;
    height: auto;
    padding-top: 29rem;
    padding-bottom: 15.5rem;
    margin-top: 14.8rem;
  }
}
#site-wrapper section.challenge .challenge-content .challenge-content__bottom::after {
  content: "";
  display: block;
  background-image: url("../img/challenge-bottom-bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 193rem;
  height: 82.6rem;
  position: absolute;
  top: 0;
  right: -31.6rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.challenge .challenge-content .challenge-content__bottom::after {
    background-image: url("../img/challenge-bottom-bg--sp.jpg");
    background-size: cover;
    background-position: right;
    width: 75rem;
    height: 100%;
    right: 0;
    left: 0;
  }
}
#site-wrapper section.challenge .challenge-content .challenge-content__bottom > .inner {
  position: relative;
  z-index: 1;
  width: 29rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.challenge .challenge-content .challenge-content__bottom > .inner {
    width: 100%;
    padding: 0 6rem;
  }
}
#site-wrapper section.challenge .challenge-content .challenge-content__bottom > .inner .name-en {
  width: 13.3rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.challenge .challenge-content .challenge-content__bottom > .inner .name-en {
    width: 21.1rem;
  }
}
#site-wrapper section.challenge .challenge-content .challenge-content__bottom > .inner .name-ja {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-top: 2.3rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.challenge .challenge-content .challenge-content__bottom > .inner .name-ja {
    font-size: 4rem;
    margin-top: 4rem;
  }
}
#site-wrapper section.challenge .challenge-content .challenge-content__bottom > .inner .text {
  font-size: 1.3rem;
  line-height: 1.8461538462;
  letter-spacing: 0.05em;
  margin-top: 4.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.challenge .challenge-content .challenge-content__bottom > .inner .text {
    font-size: 2.4rem;
    line-height: 1.7083333333;
    margin-top: 9.7rem;
  }
}
#site-wrapper section.challenge .challenge-content .challenge-content__bottom > .inner .text::after {
  content: "";
  display: block;
  width: 2.3rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: -2.6rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.challenge .challenge-content .challenge-content__bottom > .inner .text::after {
    width: 4.6rem;
    top: -4.6rem;
  }
}
#site-wrapper section.challenge .challenge-content .challenge-content__bottom > .inner .btn {
  margin-top: 3.6rem;
  width: 26rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.challenge .challenge-content .challenge-content__bottom > .inner .btn {
    width: 43rem;
  }
}
#site-wrapper section.case .case-content {
  position: relative;
  max-width: 135rem;
  padding: 11rem 10rem 12rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.case .case-content {
    max-width: 100%;
    padding: 15rem 3rem;
    margin: 0 auto;
  }
}
#site-wrapper section.case .case-content .case-content__heading {
  display: flex;
  align-items: flex-start;
  gap: 0 3.8rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #site-wrapper section.case .case-content .case-content__heading {
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  #site-wrapper section.case .case-content .case-content__heading {
    gap: 0 3.1rem;
    padding: 0 3rem;
  }
}
#site-wrapper section.case .case-content .case-content__heading > .num {
  width: 2.1rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.case .case-content .case-content__heading > .num {
    width: 1.8rem;
  }
  #site-wrapper section.case .case-content .case-content__heading > .num > img {
    width: 1.8rem;
  }
}
#site-wrapper section.case .case-content .case-content__heading > .title {
  width: 61.6%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-left: -4.7rem;
}
@media screen and (min-width: 768px) {
  #site-wrapper section.case .case-content .case-content__heading > .title {
    max-width: 83.2rem;
  }
}
@media screen and (max-width: 767px) {
  #site-wrapper section.case .case-content .case-content__heading > .title {
    width: 70.6rem;
    margin: 0 auto;
  }
  #site-wrapper section.case .case-content .case-content__heading > .title > img {
    width: 70.6rem;
  }
}
#site-wrapper section.case .case-content .case-content__inner {
  width: 100%;
  margin: -3.8rem auto 0;
}
@media screen and (max-width: 1000px) {
  #site-wrapper section.case .case-content .case-content__inner {
    max-width: 79rem;
  }
}
@media screen and (max-width: 767px) {
  #site-wrapper section.case .case-content .case-content__inner {
    max-width: 100%;
    margin: -5.2rem auto 0;
  }
}
#site-wrapper section.case .case-content .case-content__inner > .lead {
  font-size: 4rem;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.025em;
  color: #000;
  position: relative;
  z-index: 1;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #site-wrapper section.case .case-content .case-content__inner > .lead {
    font-size: 5rem;
    line-height: 1.4;
    padding: 0 3rem;
  }
}
#site-wrapper section.case .case-content .case-content__inner > .detail {
  display: flex;
  flex-wrap: wrap;
  gap: 8.5rem 4.4%;
  margin-top: 8.2rem;
}
@media screen and (max-width: 1000px) {
  #site-wrapper section.case .case-content .case-content__inner > .detail {
    gap: 8rem 11.3%;
  }
}
@media screen and (max-width: 767px) {
  #site-wrapper section.case .case-content .case-content__inner > .detail {
    gap: 10rem 0;
    flex-direction: column;
    margin-top: 5.3rem;
  }
}
#site-wrapper section.case .case-content .case-content__inner > .detail .detail-item {
  max-width: 35rem;
  width: 30.4%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  #site-wrapper section.case .case-content .case-content__inner > .detail .detail-item {
    width: 44.3%;
  }
}
@media screen and (max-width: 767px) {
  #site-wrapper section.case .case-content .case-content__inner > .detail .detail-item {
    max-width: 100%;
    width: 100%;
  }
}
#site-wrapper section.case .case-content .case-content__inner > .detail .detail-item__thumb {
  position: relative;
}
#site-wrapper section.case .case-content .case-content__inner > .detail .detail-item__thumb > .category {
  background-color: #c1291f;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.9rem 1.6rem;
  position: absolute;
  bottom: -1.55rem;
  right: 1.5rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.case .case-content .case-content__inner > .detail .detail-item__thumb > .category {
    font-size: 2.6rem;
    bottom: -2.8rem;
    right: 3rem;
    padding: 1.5rem 3.1rem;
  }
}
#site-wrapper section.case .case-content .case-content__inner > .detail .detail-item__textArea {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.case .case-content .case-content__inner > .detail .detail-item__textArea {
    padding: 0 3rem;
  }
}
#site-wrapper section.case .case-content .case-content__inner > .detail .detail-item__textArea .head {
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 3.3rem;
  color: #000;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  #site-wrapper section.case .case-content .case-content__inner > .detail .detail-item__textArea .head {
    font-size: 4rem;
    line-height: 1.5;
    margin-top: 5rem;
  }
}
#site-wrapper section.case .case-content .case-content__inner > .detail .detail-item__textArea .text {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
  margin-top: 1em;
  color: #000;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.case .case-content .case-content__inner > .detail .detail-item__textArea .text {
    font-size: 2.6rem;
    line-height: 1.6923076923;
  }
}
#site-wrapper section.case .case-content .case-content__inner > .detail .detail-item__textArea .btn {
  margin-top: 2.3rem;
  width: 19rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.case .case-content .case-content__inner > .detail .detail-item__textArea .btn {
    margin-top: 5.2rem;
    width: 35rem;
  }
}
#site-wrapper section.case .case-content .case-content__inner > .more .btn {
  width: 46rem;
  height: 7rem;
  border-radius: 3.5rem;
  margin: 8rem auto 0;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.case .case-content .case-content__inner > .more .btn {
    width: 63rem;
    height: 10rem;
    border-radius: 5rem;
    margin: 10rem auto 0;
  }
}
#site-wrapper section.case .case-content .case-content__inner > .more .btn span {
  font-size: 1.6rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.case .case-content .case-content__inner > .more .btn span {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  #site-wrapper section.case .case-content .case-content__inner > .more .btn > .icon .icon__arrow {
    width: 1.6rem;
    height: 1.3rem;
    right: 3rem;
  }
}
#site-wrapper section.foot {
  width: 100%;
  height: 60rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.foot {
    height: 90rem;
  }
}
#site-wrapper section.foot .foot-movie {
  width: 100%;
  height: 100%;
  position: relative;
}
#site-wrapper section.foot .foot-movie::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
}
#site-wrapper section.foot .foot-movie > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#site-wrapper section.foot .foot-movie .foot-movie__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: -1.5rem auto 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.foot .foot-movie .foot-movie__inner {
    margin: -6.4rem auto 0;
  }
}
#site-wrapper section.foot .foot-movie .foot-movie__inner::after {
  content: "";
  display: block;
  width: 1px;
  height: 3rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3.6rem;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.foot .foot-movie .foot-movie__inner::after {
    width: 0.4rem;
    height: 6.2rem;
    top: 7rem;
    margin-left: 1px;
  }
}
#site-wrapper section.foot .foot-movie .foot-movie__inner .head {
  width: 5.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #site-wrapper section.foot .foot-movie .foot-movie__inner .head {
    width: 10.9rem;
  }
}
#site-wrapper section.foot .foot-movie .foot-movie__inner ul.sns-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(6.5rem);
}
@media screen and (max-width: 767px) {
  #site-wrapper section.foot .foot-movie .foot-movie__inner ul.sns-icons {
    transform: translateY(13.2rem);
  }
}
#site-wrapper section.foot .foot-movie .foot-movie__inner ul.sns-icons li.--icon-fb {
  width: 3.9rem;
  height: 3.9rem;
  transform: translateX(-1.4rem);
}
@media screen and (max-width: 767px) {
  #site-wrapper section.foot .foot-movie .foot-movie__inner ul.sns-icons li.--icon-fb {
    width: 7.8rem;
    height: 7.8rem;
    transform: translateX(-2.9rem);
  }
}
#site-wrapper section.foot .foot-movie .foot-movie__inner ul.sns-icons li.--icon-x {
  width: 3.3rem;
  height: 3.4rem;
  transform: translateX(1.5rem);
}
@media screen and (max-width: 767px) {
  #site-wrapper section.foot .foot-movie .foot-movie__inner ul.sns-icons li.--icon-x {
    width: 6.5rem;
    height: 6.7rem;
    transform: translateX(3rem);
  }
}
#site-wrapper section.foot .foot-movie .foot-movie__inner ul.sns-icons li a {
  display: block;
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #site-wrapper section.foot .foot-movie .foot-movie__inner ul.sns-icons li a:hover {
    transition: opacity 0.2s linear;
  }
  #site-wrapper section.foot .foot-movie .foot-movie__inner ul.sns-icons li a:hover:hover {
    opacity: 0.6;
  }
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.remodal {
  overflow: auto;
  position: relative;
  padding: 0 3rem;
  max-width: 1000px;
  width: calc(100vw - 6rem);
}
.remodal .modal-close {
  cursor: pointer;
  position: relative;
  width: 4rem;
  height: 4rem;
  margin: 0 0 1rem auto;
}
@media screen and (min-width: 768px) {
  .remodal .modal-close {
    transition: opacity 0.2s linear;
  }
  .remodal .modal-close:hover {
    opacity: 0.6;
  }
}
.remodal .modal-close::before, .remodal .modal-close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #fff;
}
.remodal .modal-close::before {
  transform: rotate(45deg);
}
.remodal .modal-close::after {
  transform: rotate(-45deg);
}
.remodal .modal-content {
  position: relative;
  background: #333333;
  margin: 0 auto;
}
.remodal .modal-content::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.remodal .modal-content iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
