/* ======================================================================
 * home
====================================================================== */
@font-face {
  font-family: "Corporate Logo Ver3";
  font-style: normal;
  font-weight: bold;
  src: url("/assets/fonts/Corporate-Logo-Bold-ver3.otf") format("opentype");
}
.main {
  position: relative;
  z-index: 0;
  background-color: #54c3f1;
}
.main .main-bg {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 29.72vw;
  object-position: center bottom;
}
@media screen and (max-width: 768px) {
  .main .main-bg {
    display: none;
  }
}

.contents-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contents-container {
    padding: 0;
  }
}

.sub-contents {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50.93vw;
  max-width: 54.9rem;
  height: 100vh;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .sub-contents {
    display: none;
  }
}
.sub-contents .mv {
  margin-bottom: 1.7rem;
}
.sub-contents .link-contents {
  width: 48.5rem;
  padding: 2.4rem 3.2rem;
  background-color: #fff;
  border-radius: 8px;
}
.sub-contents .link-contents .link {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.5rem;
  margin-bottom: 1.1rem;
  font-weight: bold;
  line-height: 1.48;
  color: #313131;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.3s, color 0.3s;
}
.sub-contents .link-contents .link::before {
  display: inline-block;
  width: 1.3rem;
  height: 1.6rem;
  margin-right: 8px;
  content: "";
  background: url("../../../images/home/link-arrow.svg") no-repeat center/contain;
}
.sub-contents .link-contents .link:last-child {
  margin: 0;
}
.sub-contents .link-contents .link:hover {
  color: #00a0e9;
  border-bottom: 1px solid #00a0e9;
  opacity: 1;
}
.sub-contents .button {
  margin-top: 2.4rem;
  text-align: center;
}

.main-contents {
  position: relative;
  z-index: 1;
  width: 36.18vw;
  max-width: 39rem;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .main-contents {
    box-shadow: 0 3px 40px #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .main-contents {
    width: 100%;
    max-width: 100%;
  }
}
.main-contents .adjust-width {
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .main-contents .adjust-width.-js-scroll {
    padding-bottom: 6rem;
  }
}
.main-contents .mv-section {
  display: flex;
  flex-direction: column;
  height: max(100%, 100vh);
  padding-bottom: 1.6rem;
  background-color: #e60012;
}
.main-contents .mv-section .mv {
  margin-bottom: 1.46rem;
}
.main-contents .mv-section .button {
  margin-top: 1rem;
  text-align: center;
}
.main-contents .mv-section .button .c-button {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main-contents .mv-section .button.-js-scroll {
    position: fixed;
    right: 2.5rem;
    bottom: 1.6rem;
    left: 2.5rem;
    z-index: 90;
  }
}
.main-contents .mv-section .object {
  position: relative;
  display: flex;
  align-items: center;
}
.main-contents .mv-section .norurun {
  width: 45.5%;
  margin-bottom: -4.4rem;
  margin-left: -0.96rem;
}
.main-contents .mv-section .arrow {
  width: 9.97%;
  margin-left: 4%;
}
.main-contents .mv-section .arrow > img {
  width: 100%;
}
.main-contents .mv-section .movie {
  position: absolute;
  right: -1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: flex-end;
  justify-content: center;
  width: 42.6%;
  aspect-ratio: 145/100;
  padding: 0.3rem 0.8rem 0.8rem;
  background: linear-gradient(180deg, #00a0e9, #fdf895);
  border-radius: 1.6rem;
  box-shadow: 0 0.3rem 4rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .main-contents .mv-section .movie {
    right: -15px;
  }
}
.main-contents .mv-section .movie.-js-close {
  display: none;
}
.main-contents .mv-section .movie::after {
  position: absolute;
  display: inline-block;
  width: 3.4rem;
  height: 3.4rem;
  margin-top: 1.5rem;
  content: "";
  background: url("../../../images/home/movie-play.svg") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .main-contents .mv-section .movie.-js-scroll {
    position: fixed;
    right: 1.1rem;
    bottom: 8.6rem;
    width: 38.7%;
  }
}
.main-contents .mv-section .movie .close-button {
  position: absolute;
  top: -1.2rem;
  right: -0.5rem;
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  cursor: pointer;
  transition: opacity 0.3s;
}
.main-contents .mv-section .movie .close-button:hover {
  opacity: 0.5;
}
.main-contents .mv-section .movie .close-button > img {
  width: 2.8rem;
  height: 2.8rem;
}
.main-contents .mv-section .movie .head {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Heebo", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
.main-contents .mv-section .movie .head::before {
  display: inline-block;
  width: 1rem;
  height: 1px;
  margin-right: 0.35rem;
  content: "";
  background-color: #ffffff;
  border-radius: 1rem;
  transform: rotate(50deg);
}
.main-contents .mv-section .movie .head::after {
  display: inline-block;
  width: 1rem;
  height: 1px;
  margin-left: 0.3rem;
  content: "";
  background-color: #ffffff;
  border-radius: 1rem;
  transform: rotate(130deg);
}
.main-contents .mv-section .movie iframe {
  aspect-ratio: 130/73;
  background-color: #313131;
  border-radius: 0.8rem;
}