@charset "UTF-8";
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

a {
  text-decoration: unset;
}

.title-all-page {
  position: relative;
  color: white;
}
.title-all-page .bottom-text {
  position: absolute;
  bottom: 16px;
  right: 20px;
  left: 20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.title-all-page .bottom-text .text {
  font-family: "Higure Gothic";
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #ffffff;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.title-all-page .bottom-text .is-show.text {
  clip-path: inset(0 0 0 0);
}
.title-all-page .bottom-text svg {
  width: 16px;
  height: 16px;
  margin-bottom: 7px;
}

.btn-all-position {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-all-position .btn-all-page {
  margin-top: 16px;
  width: 315px;
  height: 70px;
  gap: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(182.62deg, #ff3300 20.77%, #c50101 97.81%);
  border-radius: 40px;
}
.btn-all-position .btn-all-page .text {
  font-family: "Inter Bold";
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.8px;
  color: #ffffff;
}
.btn-all-position .btn-all-page .text span {
  font-family: "Inter Semi Bold";
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  color: #ffffff;
  padding-right: 5px;
}
.btn-all-position .btn-all-page .line-horizon {
  height: 16px;
  width: 1px;
  background-color: #fff;
}
.btn-all-position .btn-all-page .icon {
  width: 16px;
  height: 16px;
}

@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}
@media (min-width: 376px) {
  .only-375 {
    display: none;
  }
}
body {
  visibility: visible !important;
  background: none !important;
  font-family: Noto Sans JP, Noto Sans Japanese, Noto Sans, Avenir, Open Sans,
    system-ui, -apple-system, Segoe UI, roboto, 游ゴシック, 游ゴシック体,
    Yu Gothic, yugothic, Meiryo UI, メイリオ, meiryo, ＭＳ Ｐゴシック,
    MS PGothic, sans-serif;
}

html,
body {
  overflow: hidden;
}

#loading {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  overflow: hidden;
}
#loading::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/lp/layout-pc.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.2);
  z-index: -1;
}
#loading .text {
  font-family: "Inter Semi Bold";
  font-weight: 600;
  font-size: 32px;
  line-height: 160%;
  letter-spacing: 0.7px;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media (max-width: 768px) {
  #loading .text {
    font-size: 18px;
    line-height: 180%;
  }
}
#loading .text.is-show {
  opacity: 1;
  transform: translateY(0);
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.line-white {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.no-scroll {
  overflow: hidden !important;
}

#logo-swiper {
  overflow: hidden;
}

#logo-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

#logo-swiper img {
  max-height: 60px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-landing-lp {
  position: relative;
  overflow-x: hidden;
}
.page-landing-lp::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("../img/lp/layout-pc.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media (max-width: 768px) {
  .page-landing-lp::before {
    display: none;
  }
}
.page-landing-lp .main-header {
  position: fixed;
  top: 9px;
  left: 0;
  right: 0;
  z-index: 999;
}
@media (max-width: 768px) {
  .page-landing-lp .main-header {
    top: 0px;
    padding: 0 10px !important;
    background: #eaebef !important;
  }
}
.page-landing-lp .main-header {
  display: flex;
  padding: 0 24px;
  padding-top: 0;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}
.page-landing-lp .main-header .main-header__left {
  display: flex;
  gap: 4px;
  align-items: end;
}
.page-landing-lp .main-header .main-header__left .link {
  color: #fff;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.1px;
  font-family: "Inter Semi Bold";
  font-weight: 600;
}
@media (max-width: 768px) {
  .page-landing-lp .main-header .main-header__left .link {
    color: #000000;
    font-size: 20px;
  }
}
.page-landing-lp .main-header .main-header__left .icon {
  width: 26px;
}
.page-landing-lp .main-header .main-header__right {
  background-color: #000000;
  padding: 8px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
}
.page-landing-lp .main-header .main-header__right .menu {
  font-size: 14px;
  font-family: "Inter Medium";
  font-weight: 500;
  color: #fff;
}
.page-landing-lp .main-header .main-header__right .span-line {
  width: 32px;
  height: 32px;
  padding: 12px 8px;
}
.page-landing-lp .main-header .main-header__right .span-line span {
  width: 18px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 2px;
  display: block;
}
.page-landing-lp .main-header .main-header__right:hover .menu {
  color: #ff0026;
}
.page-landing-lp .main-header .main-header__right:hover span {
  background: #ff0026;
}
.page-landing-lp .menu-bar-main {
  position: fixed;
  top: 0;
  right: -496px;
  width: 496px;
  height: 100vh;
  background: rgba(234, 235, 239, 0.8);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  z-index: 9999;
  transition: right 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  overflow-y: auto;
}
@media (max-width: 768px) {
  .page-landing-lp .menu-bar-main {
    right: -375px;
    max-width: 375px;
    width: 100%;
    background-image: url("../img/lp/bar-sp.png");
    background-size: cover;
  }
}
.page-landing-lp .menu-bar-main .header-bar {
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
}
.page-landing-lp .menu-bar-main .header-bar .main-header__left {
  display: flex;
  gap: 4px;
  align-items: end;
}
.page-landing-lp .menu-bar-main .header-bar .main-header__left .link {
  color: #000000;
  font-family: "Inter Semi Bold";
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
}
.page-landing-lp .menu-bar-main .header-bar .main-header__left .icon {
  width: 26px;
}
.page-landing-lp .menu-bar-main .header-bar .main-header__right {
  background-color: #000000;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 5px;
  cursor: pointer;
}
.page-landing-lp .menu-bar-main .header-bar .main-header__right .menu {
  font-size: 14px;
  font-family: "Inter Medium";
  font-weight: 500;
  color: #fff;
}
.page-landing-lp .menu-bar-main .header-bar .main-header__right .span-line {
  position: relative;
  width: 24px;
  height: 24px;
}
.page-landing-lp
  .menu-bar-main
  .header-bar
  .main-header__right
  .span-line
  span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s ease;
}
.page-landing-lp
  .menu-bar-main
  .header-bar
  .main-header__right
  .span-line
  span:nth-child(1) {
  transform: translateY(-50%) rotate(45deg);
}
.page-landing-lp
  .menu-bar-main
  .header-bar
  .main-header__right
  .span-line
  span:nth-child(2) {
  transform: translateY(-50%) rotate(-45deg);
}
.page-landing-lp .menu-bar-main .body-bar {
  padding: 70px 80px;
}
@media (max-width: 768px) {
  .page-landing-lp .menu-bar-main .body-bar {
    padding: 33px 20px;
  }
}
.page-landing-lp .menu-bar-main .body-bar .item {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 16px;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.page-landing-lp .menu-bar-main .body-bar .item .text {
  font-family: "Inter Semi Bold";
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.7px;
  color: #000000;
}
.page-landing-lp .menu-bar-main .body-bar .item img {
  width: 42px;
}
.page-landing-lp .menu-bar-main .body-bar .btn-link {
  margin-top: 16px;
  width: 100%;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: linear-gradient(182.62deg, #ff3300 20.77%, #c50101 97.81%);
  border-radius: 32px;
}
.page-landing-lp .menu-bar-main .body-bar .btn-link .text {
  font-family: "Inter Semi Bold";
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.7px;
  padding-left: 16px;
  color: #fff;
}
.page-landing-lp .menu-bar-main .body-bar .btn-link img {
  width: 42px;
}
.page-landing-lp .menu-bar-main.is-open {
  right: 0;
}
.page-landing-lp .btn-link-sp {
  width: 215px;
  height: 54px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(182.62deg, #ff3300 20.77%, #c50101 97.81%);
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 9;
}
@media (max-width: 768px) {
  .page-landing-lp .btn-link-sp {
    display: flex;
  }
}
.page-landing-lp .btn-link-sp .text {
  font-family: "Inter Bold";
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 1.1px;
  padding-left: 10px;
  color: #ffffff;
}
.page-landing-lp .btn-link-sp .line-horizon {
  height: 16px;
  width: 1px;
  background-color: #fff;
}
.page-landing-lp .btn-link-sp .icon {
  width: 16px;
  height: 16px;
}
.page-landing-lp .layout {
  display: flex;
  align-items: flex-start;
  padding-right: 2.25vw;
  height: calc(100vh - 64px);
  margin-top: 64px;
}
@media (max-width: 1440px) {
  .page-landing-lp .layout {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .page-landing-lp .layout {
    padding-right: 0;
    padding-top: 0;
    justify-content: unset;
    align-items: unset;
  }
}
.page-landing-lp .layout .sidebar {
  height: calc(100vh - 64px);
  position: fixed;
  top: 80px;
  padding-left: 10.111vw;
  padding-top: 11.25vw;
  padding-right: 9.375vw;
}
@media (max-width: 1439px) {
  .page-landing-lp .layout .sidebar {
    padding-left: 5.111vw;
    padding-right: 2.375vw;
  }
}
@media (max-width: 768px) {
  .page-landing-lp .layout .sidebar {
    display: none;
  }
}
.page-landing-lp .layout .sidebar .title {
  font-family: "Inter Semi Bold";
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.9px;
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 1280px) {
  .page-landing-lp .layout .sidebar .title {
    font-size: 1.39vw;
    letter-spacing: 0.07vw;
  }
}
.page-landing-lp .layout .sidebar .title-main {
  font-family: "Inter Bold";
  font-weight: 700;
  font-size: 72px;
  line-height: 120%;
  letter-spacing: 5.6px;
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 1280px) {
  .page-landing-lp .layout .sidebar .title-main {
    font-size: 5.3vw;
    letter-spacing: 0.44vw;
  }
}
@media (max-width: 992px) {
  .page-landing-lp .layout .sidebar .title-main {
    font-size: 4.36vw;
    letter-spacing: 0.4vw;
  }
}
.page-landing-lp .layout .sidebar .copy-right {
  font-family: "Inter Regular";
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 1.2px;
  color: #ffffff;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .page-landing-lp .layout .sidebar .copy-right {
    font-size: 1.25vw;
    letter-spacing: 0.09vw;
  }
}
.page-landing-lp .layout .sidebar .btn-link {
  width: 287px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(182.62deg, #ff3300 20.77%, #c50101 97.81%);
  border-radius: 32px;
  position: relative;
}
.page-landing-lp .layout .sidebar .btn-link:hover {
  background-color: transparent;
  transition-delay: 0.48s;
}
.page-landing-lp .layout .sidebar .btn-link::before {
  position: absolute;
  inset: 0;
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  margin: auto;
  content: "";
  background: #ff3300;
  border-radius: 32px;
  opacity: 0;
  scale: 1;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition-property: opacity, width, height, scale;
}
.page-landing-lp .layout .sidebar .btn-link:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  scale: 1.01;
}
.page-landing-lp .layout .sidebar .text {
  font-family: "Inter Bold";
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 1.1px;
  padding-left: 10px;
  color: #ffffff;
  position: relative;
}
@media (max-width: 1280px) {
  .page-landing-lp .layout .sidebar .text {
    font-size: 1.72vw;
  }
}
.page-landing-lp .layout .sidebar .line-horizon {
  height: 16px;
  width: 1px;
  background-color: #fff;
  position: relative;
}
.page-landing-lp .layout .sidebar .icon {
  width: 24px;
  height: 24px;
  position: relative;
}
.page-landing-lp .content-container {
  width: 382px;
  background: #eaebef;
  margin-left: 63.25vw;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.page-landing-lp .content-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}
@media (min-width: 1439px) and (max-width: 1600px) {
  .page-landing-lp .content-container {
    margin-left: 62.25vw;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .page-landing-lp .content-container {
    margin-left: 55.25vw;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .page-landing-lp .content-container {
    margin-left: 49.25vw;
  }
}
@media (max-width: 768px) {
  .page-landing-lp .content-container {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
.page-landing-lp .content-container .banner {
  background: #eaebef;
}
@media (max-width: 768px) {
  .page-landing-lp .content-container .banner {
    margin-top: 3px;
  }
}
.page-landing-lp .content-container .banner .banner-flex {
  display: flex;
  padding-top: 33px;
}
@media (max-width: 768px) {
  .page-landing-lp .content-container .banner .banner-flex {
    padding-top: 0;
  }
}
.page-landing-lp .content-container .banner .banner-flex .title-left {
  display: flex;
  gap: 1px;
  position: relative;
  z-index: 1;
}
.page-landing-lp
  .content-container
  .banner
  .banner-flex
  .title-left
  .title-horizon {
  display: flex;
  flex-direction: column;
  width: 80px;
  height: 225px;
  clip-path: inset(0 0 100% 0);
  opacity: 1;
  transition-property: clip-path;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.page-landing-lp
  .content-container
  .banner
  .banner-flex
  .title-left
  .title-horizon
  .char {
  font-family: "Zen Old Mincho";
  font-weight: 500;
  font-size: 68px;
  line-height: 1.1;
  color: #ffffff;
  background: #000000;
  padding-bottom: 1px;
  padding-left: 6px;
}
.page-landing-lp
  .content-container
  .banner
  .banner-flex
  .title-left
  .title-horizon.is-show {
  clip-path: inset(0 0 0 0);
}
.page-landing-lp .content-container .banner .banner-flex .title-right {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 100%;
  gap: 21px;
  position: relative;
  z-index: 1;
}
.page-landing-lp
  .content-container
  .banner
  .banner-flex
  .title-right
  .title-vertical__antro {
  font-family: "antro vectra";
  font-weight: 400;
  font-size: 48px;
  line-height: 50%;
  letter-spacing: 5px;
  color: #000000;
  text-align: end;
  color: #000000;
  transform: rotate(-90deg);
  margin-bottom: 41px;
  margin-top: 43px;
}
.page-landing-lp
  .content-container
  .banner
  .banner-flex
  .title-right
  .title-vertical {
  background: #000000;
  color: #fff;
  font-family: "Zen Old Mincho";
  font-weight: 500;
  font-size: 66px;
  line-height: 100%;
  letter-spacing: -5px;
  padding: 0px 10px 3px 18px;
  text-align: right;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 374px) {
  .page-landing-lp
    .content-container
    .banner
    .banner-flex
    .title-right
    .title-vertical {
    padding-left: 2px;
  }
}
.page-landing-lp
  .content-container
  .banner
  .banner-flex
  .title-right
  .is-show.title-vertical {
  clip-path: inset(0 0 0 0);
}
.page-landing-lp .content-container .banner .title-vertical-c {
  display: flex;
  margin-top: -69px;
  position: relative;
  z-index: 2;
  left: 8px;
}
.page-landing-lp .content-container .banner .title-vertical-c .special {
  font-weight: 500;
  font-size: 68px;
  line-height: 1.1;
  color: #ffffff;
  background: #000000;
  padding-bottom: 1px;
  background: linear-gradient(to bottom, #000 60.8px, #ce6f54 32%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-top: -7px;
  font-family: "Zen Old Mincho";
}
.page-landing-lp .content-container .banner .title-vertical-c .special1 {
  font-weight: 500;
  font-size: 68px;
  line-height: 1.1;
  color: #ffffff;
  padding-bottom: 1px;
  background: linear-gradient(to bottom, #000 60.8px, #a75f5a 32%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-top: -7px;
  margin-left: 10px;
  font-family: "Zen Old Mincho";
}
.page-landing-lp .content-container .banner .slider-image {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -23px;
  height: 231px;
}
@media (max-width: 768px) {
  .page-landing-lp .content-container .banner .slider-image {
    height: 61.6vw;
  }
}
.page-landing-lp .content-container .banner .slider-image .image-portrait {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  animation: fadeSlide 6s infinite ease-in-out;
}
.page-landing-lp
  .content-container
  .banner
  .slider-image
  .image-portrait:nth-child(1) {
  animation-delay: 0s;
}
.page-landing-lp
  .content-container
  .banner
  .slider-image
  .image-portrait:nth-child(2) {
  animation-delay: 3s;
}
.page-landing-lp .content-container .majority {
  position: relative;
  height: 198px;
}
.page-landing-lp .content-container .majority img {
  width: 100%;
  height: 100%;
}
.page-landing-lp .content-container .majority .box-content {
  position: absolute;
  top: 16px;
  left: 20px;
  right: 20px;
}
.page-landing-lp .content-container .majority .title-flex {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-landing-lp .content-container .majority .title-flex .title-left {
  background: #000000;
  width: 217px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  color: #fff;
  font-family: "Higure Gothic";
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 1px;
}
.page-landing-lp .content-container .majority .title-flex .title-right {
  font-family: "Inter Medium";
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 0.8px;
  color: #fff;
}
.page-landing-lp .content-container .majority .desc {
  font-family: "Inter Bold";
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.7px;
  color: #ffffff;
  margin-top: 8px;
}
.page-landing-lp .content-container .majority .subTitle {
  font-family: "Inter Medium";
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 0.9px;
  margin-top: 8px;
  color: #ffffff;
}
.page-landing-lp .content-container .majority .title {
  font-family: "Inter Bold";
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 2.7px;
  color: #ffffff;
  margin-top: 1px;
  white-space: nowrap;
}
.page-landing-lp .content-container .wrapper-marquee {
  width: 100%;
  height: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.page-landing-lp .content-container .wrapper-marquee .wrapper-marquee__main {
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.page-landing-lp
  .content-container
  .wrapper-marquee
  .wrapper-marquee__main
  .marquee__group {
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-max-content;
  width: max-content;
  flex-shrink: 0;
  animation: marquee-left 18s linear infinite;
  margin-right: 8px;
}
.page-landing-lp
  .content-container
  .wrapper-marquee
  .wrapper-marquee__main
  .marquee__group
  .marquee__group
  img {
  height: auto;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@keyframes marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.page-landing-lp .content-container .cta {
  position: relative;
  overflow-x: hidden;
  padding: 48px 20px;
  border-radius: 8px;
}
.page-landing-lp .content-container .cta::before {
  content: "";
  inset: 0;
  background-image: url("../img/lp/cta-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
.page-landing-lp .content-container .cta img,
.page-landing-lp .content-container .cta > div {
  position: relative;
  z-index: 2;
}
.page-landing-lp .content-container .cta .image-book {
  max-width: 221px;
  width: 100%;
  margin: 0 auto;
}
.page-landing-lp .content-container .cta .title {
  color: #fff;
  font-family: "Higure Gothic";
  font-weight: 700;
  font-size: 22px;
  line-height: 160%;
  letter-spacing: 1px;
  text-align: center;
  margin-top: -15px;
}
.page-landing-lp .content-container .cta .title-bg {
  margin: 0 auto;
  margin-top: 9px;
  background: #000000;
  color: #fff;
  font-family: "Inter Bold";
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 1.6px;
  text-align: center;
  width: 335px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-landing-lp .content-container .cta .desc {
  font-family: "Inter Semi Bold";
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.9px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 8px;
}
.page-landing-lp .content-container .intern {
  background: #eaebef;
  padding-top: 1px;
}
.page-landing-lp .content-container .intern .container-lp {
  padding: 40px 20px;
}
.page-landing-lp .content-container .intern .container-lp .desc-bold {
  font-family: "Inter Bold";
  font-weight: 700;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0.8px;
  color: #000000;
}
.page-landing-lp .content-container .intern .container-lp .desc {
  font-family: "Inter Medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.8px;
  color: #000000;
  margin-top: 16px;
}
.page-landing-lp .content-container .reasons {
  background: #222222;
  border-radius: 8px;
}
.page-landing-lp .content-container .reasons .container-lp {
  padding: 41px 10px 14px;
}
.page-landing-lp .content-container .reasons .container-lp .box-image-text {
  position: relative;
}
.page-landing-lp
  .content-container
  .reasons
  .container-lp
  .box-image-text
  .top-left-text {
  position: absolute;
  top: 9px;
  right: 3px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.page-landing-lp
  .content-container
  .reasons
  .container-lp
  .box-image-text
  .top-left-text
  .text {
  display: flex;
  flex-direction: column;
  margin-right: 4px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
}
.page-landing-lp
  .content-container
  .reasons
  .container-lp
  .box-image-text
  .top-left-text
  .text
  span {
  color: #fff;
  font-family: "Inter Bold";
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 5.3px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
}
.page-landing-lp
  .content-container
  .reasons
  .container-lp
  .box-image-text
  .top-left-text
  .text
  .number {
  font-family: "Inter Semi Bold";
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.9px;
  text-align: center;
  color: #fff;
  writing-mode: lr;
  font-weight: 700;
  font-family: 'Noto Sans JP';
}
.page-landing-lp
  .content-container
  .reasons
  .container-lp
  .box-image-text
  .top-left-text
  .text
  .bg-red {
  background: #ff0026;
  width: 25px;
  color: #fff;
  font-family: "Inter Bold";
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 5.3px;
  display: inline-block;
  font-weight: 700;
  font-family: 'Noto Sans JP';
}
.page-landing-lp
  .content-container
  .reasons
  .container-lp
  .box-image-text
  .top-left-text
  .mt-24 {
  margin-top: 24px;
}
.page-landing-lp .content-container .reasons .container-lp .mt-16 {
  margin-top: -16px;
}
.page-landing-lp .content-container .reasons .container-lp .desc {
  font-family: "Inter Bold";
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.68px;
  color: #fff;
  padding: 8px;
  position: relative;
  background: #000;
}
.page-landing-lp .content-container .reasons .container-lp .image-reasons2 {
  max-width: 311px;
  width: 100%;
  margin: 0 auto;
  margin-top: 17px;
}
.page-landing-lp .content-container .reasons .container-lp .box-image-text1 {
  position: relative;
  margin-top: 48px;
}
.page-landing-lp
  .content-container
  .reasons
  .container-lp
  .box-image-text1
  .top-left-text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.page-landing-lp
  .content-container
  .reasons
  .container-lp
  .box-image-text1
  .top-left-text
  .number {
  font-family: "Inter Semi Bold";
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.9px;
  color: #fff;
  margin-bottom: 4px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
}
.page-landing-lp
  .content-container
  .reasons
  .container-lp
  .box-image-text1
  .top-left-text
  .text {
  color: #fff;
  font-family: "Inter Bold";
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
}
.page-landing-lp
  .content-container
  .reasons
  .container-lp
  .box-image-text1
  .top-left-text
  .text
  .bg-red {
  background: #ff0026;
}
.page-landing-lp .content-container .reasons .container-lp .box-image-text5 {
  margin-top: 48px;
}
.page-landing-lp
  .content-container
  .reasons
  .container-lp
  .box-image-text5
  .number {
  margin-right: -5px !important;
  margin-top: -1px;
}
.page-landing-lp
  .content-container
  .reasons
  .container-lp
  .box-image-text5
  .text {
  margin-right: 6px !important;
}
.page-landing-lp
  .content-container
  .reasons
  .container-lp
  .box-image-text5
  .bg-red {
  width: 28px !important;
  padding-right: 2.5px;
  padding-top: 1px;
  margin-top: -1px;
  writing-mode: horizontal-tb;
}
.page-landing-lp
  .content-container
  .reasons
  .container-lp
  .box-image-text5
  .number-letter {
  letter-spacing: -2.5px !important;
  position: relative;
  left: -1px;
}
.page-landing-lp
  .content-container
  .reasons
  .container-lp
  .box-image-text5
  .bottom-left-text {
  position: absolute;
  bottom: 4px;
  left: 4px;
  font-family: "Inter Medium";
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 0.6px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Noto Sans JP';
}
.page-landing-lp .content-container .reasons .container-lp .image-reasons4 {
  width: 100vw;
  display: block;
  margin-top: 16px;
}
.page-landing-lp .content-container .reasons .container-lp .image-reasons6 {
  margin: 0 auto;
  margin-top: 16px;
  max-width: 311px;
  width: 100%;
}
.page-landing-lp .content-container .reasons .container-lp .desc-medium {
  margin-top: 17px;
  text-align: center;
  font-family: "Inter Medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.6px;
  color: #ffffff;
}
.page-landing-lp .content-container .reasons .container-lp .box-flex {
  margin-top: 50px;
  padding: 0 10px;
}
.page-landing-lp .content-container .reasons .container-lp .box-flex .item {
  background-color: #000000;
  color: #fff;
  width: 100%;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Inter Medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.9px;
  padding-top: 4px;
  margin-bottom: 1px;
  font-weight: 700;
  font-family: 'Noto Sans JP';
}
.page-landing-lp .content-container .reasons .container-lp .desc-s20 {
  margin-top: 18px;
  font-family: "Inter Bold";
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
}
.page-landing-lp .content-container .reasons .container-lp.pt-0 {
  padding-top: 0 !important;
}
.page-landing-lp .content-container .reasons .container-lp.pb-40 {
  padding-bottom: 40px !important;
}

.huge-difference {
  background-color: #fff;
  padding-bottom: 40px;
  border-radius: 8px;
}
.huge-difference .huge-difference__flex {
  padding-top: 26px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.huge-difference .huge-difference__flex .text {
  font-family: "Inter Medium";
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
}
.huge-difference .huge-difference-title {
  font-family: "Higure Gothic";
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  padding-left: 20px;
  margin-top: 8px;
}
.huge-difference img.img-plus {
  width: 16px;
  margin: 0 auto;
}
.huge-difference .table {
  margin-top: 16px;
  padding: 0 20px;
}
.huge-difference .table .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 52px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 0 16px;
}
.huge-difference .table .item .label {
  font-family: "Inter Semi Bold";
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.5px;
}
.huge-difference .table .item .value {
  font-family: "Inter Regular";
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.5px;
}
.huge-difference .table .item:last-child {
  margin-top: -2px;
}
.huge-difference .table-gray .item {
  background-color: #e9e9e9;
}
.huge-difference .table-gray .item .label,
.huge-difference .table-gray .item .value {
  color: #9a9a9a;
}
.huge-difference .table-red {
  margin-top: 0;
}
.huge-difference .table-red .item {
  background-color: #ff0026;
}
.huge-difference .table-red .item .label,
.huge-difference .table-red .item .value {
  color: #fff;
}
.huge-difference .mt-21 {
  margin-top: 21px;
}
.huge-difference .desc {
  font-family: "Inter Medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.7px;
  color: #000000;
  margin-bottom: 8px;
  padding: 0 20px;
}
.huge-difference .flex-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 0 20px;
  margin-bottom: 11px;
}
.huge-difference .flex-tag span {
  background-color: #eaebef;
  padding: 6px 8px;
  border-radius: 4px;
  font-family: "Inter Semi Bold";
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.7px;
  color: #000000;
}
.huge-difference .image-scroll {
  margin-top: 26px;
  padding-left: 20px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.huge-difference .image-scroll img {
  display: block;
  width: 1080px;
  max-width: none;
}

.interns-voices {
  border-radius: 8px;
  background: #222222;
  padding-bottom: 15px;
}
.interns-voices .swiper {
  padding-top: 53px;
}
.interns-voices .swiper .swiper-pagination {
  top: 12px;
  right: -129px;
  height: 20px;
  left: unset;
}
.interns-voices .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 32px !important;
  height: 3px !important;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
  padding: 0;
  border: none;
}
.interns-voices .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff0026;
}
.interns-voices .swiper .item {
  padding: 0 10px;
}
.interns-voices .swiper .item .image img {
  width: 100%;
}
.interns-voices .swiper .item .mt-14 {
  margin-top: -14px;
}
.interns-voices .swiper .item .title {
  font-family: "Inter Bold";
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.7px;
  color: #ffffff;
  background-color: #000000;
  padding: 8px;
  margin-bottom: 16px;
}
.interns-voices .swiper .item .title .text-right {
  margin-top: 10px;
  text-align: right;
  display: block;
}
.interns-voices .swiper .item .desc {
  font-family: "Inter Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.7px;
  color: #ffffff;
  margin-bottom: 8px;
  padding: 0 10px;
}

.flow {
  background: #eaebef;
}
.flow .flow-list-step {
  padding: 0 10px;
  margin-top: 16px;
  padding-bottom: 24px;
}
.flow .flow-list-step .item {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px;
  margin-top: 8px;
}
.flow .flow-list-step .item .header-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  border-bottom: 1px solid #eaebef;
  padding-bottom: 8px;
}
.flow .flow-list-step .item .header-item .number {
  font-family: "Inter Medium";
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #ff0026;
}
.flow .flow-list-step .item .header-item .title {
  font-family: "Inter Semi Bold";
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.7px;
  color: #000000;
}
.flow .flow-list-step .item .header-item .subTitle {
  font-family: "Inter Medium";
  font-weight: 500;
  font-size: 11px;
  line-height: 140%;
  // letter-spacing: 0.7px;
  color: rgba(0, 0, 0, 0.4);
}
.flow .flow-list-step .item .body-item {
  margin-top: 16px;
}
.flow .flow-list-step .item .body-item .mt-8 {
  margin-top: 8px;
}
.flow .flow-list-step .item .body-item .list-desc {
  display: flex;
  align-items: start;
}
.flow .flow-list-step .item .body-item .list-desc img {
  width: 16px;
}
.flow .flow-list-step .item .body-item .list-desc .text {
  font-family: "Inter Medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.7px;
  color: #000000;
}
.flow .flow-list-step .item .body-item .flex-arrow {
  display: flex;
  font-family: "Inter Medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.5px;
  color: #000000;
  margin-top: 18px;
}
.flow .flow-list-step .item .body-item .flex-arrow img {
  width: 16px;
}
.flow .flow-list-step .item .body-item .desc {
  margin-top: 16px;
  font-family: "Inter Semi Bold";
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.7px;
  color: #000000;
  background: #eaebef;
  border-radius: 2px;
  padding: 8px;
}
.flow .flow-list-step .item .body-item .desc.mt-8 {
  margin-top: 8px !important;
}

.requirements {
  background: #eaebef;
  padding-bottom: 24px;
}
.requirements .container-lp {
  padding: 0 10px;
}
.requirements .box-white {
  padding-bottom: 24px;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  margin-top: 16px;
}
.requirements .box-white .list-desc__group {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 17px;
}
.requirements .box-white .list-desc__group .list-desc {
  display: flex;
  align-items: start;
  max-width: 105px;
  width: 100%;
}
.requirements .box-white .list-desc__group .list-desc img {
  width: 16px;
}
.requirements .box-white .list-desc__group .list-desc .label {
  font-family: "Inter Semi Bold";
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.7px;
  color: #000000;
}
.requirements .box-white .list-desc__group .value {
  font-family: "Inter Medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.7px;
  color: #000000;
  max-width: 223px;
  width: 100%;
}
@media (min-width: 376px) and (max-width: 768px) {
  .requirements .box-white .list-desc__group .value {
    max-width: 100%;
  }
}
.requirements .box-white .flex-arrow {
  display: flex;
  font-family: "Inter Medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.5px;
  color: #000000;
  margin-top: -3px;
}
.requirements .box-white .flex-arrow img {
  width: 16px;
}
.requirements .box-white .desc {
  margin-top: 16px;
  font-family: "Inter Semi Bold";
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.7px;
  color: #000000;
  background: #eaebef;
  border-radius: 2px;
  padding: 8px;
}
.requirements .box-white .desc.mt-8 {
  margin-top: 8px !important;
}

.guide {
  background: #222222;
  padding-bottom: 40px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.guide .container-lp {
  padding: 0 10px;
}
.guide .item-box {
  margin-top: 40px;
}
.guide .item-box .image-text {
  position: relative;
}
.guide .item-box .image-text .text {
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.guide .item-box .image-text .text .title {
  font-family: "Inter Medium";
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.7px;
  color: #ffffff;
  text-align: right;
}
.guide .item-box .image-text .text .subtitle {
  font-family: "Inter Bold";
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.7px;
  color: #ffffff;
  text-align: right;
}
.guide .item-box .item-box__desc {
  font-family: "Inter Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.7px;
  color: #ffffff;
  padding: 8px;
}
.guide .item-box .btn-modal {
  margin-top: 11px;
  margin-left: auto;
  padding: 7px 8px 7px 16px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  max-width: 145px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: "Inter Semi Bold";
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.7px;
  color: #ffffff;
  cursor: pointer;
}
.guide .item-box .btn-modal img {
  width: 42px;
}
.guide .item-box .box-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.37);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.guide .item-box .box-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.guide .item-box .box-modal.is-open .box-modal__content {
  transform: translateY(0);
  opacity: 1;
}
.guide .item-box .box-modal .box-modal__width {
  max-width: 375px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 20px;
  padding-top: 80px;
  margin: 0 auto;
}
.guide .item-box .box-modal .box-modal__width .img-close {
  margin-left: auto;
  width: 32px;
  cursor: pointer;
}
.guide .item-box .box-modal .box-modal__width .title {
  font-family: "Inter Medium";
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.7px;
  color: #ffffff;
}
.guide .item-box .box-modal .box-modal__width .subtitle {
  font-family: "Inter Bold";
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.7px;
  color: #ffffff;
}
.guide .item-box .box-modal .box-modal__width .desc {
  font-family: "Inter Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.7px;
  color: #ffffff;
  margin-top: 16px;
}

.seriously {
  border-radius: 8px;
}
.seriously .seriously-box-image {
  position: relative;
  height: 275px;
}
.seriously .seriously-box-image img {
  height: 100%;
}
.seriously .seriously-box-image .box-content {
  position: absolute;
  top: 40px;
  left: 20px;
  right: 20px;
}
.seriously .seriously-box-image .box-content .seriously-grow {
  font-family: "Higure Gothic";
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.7px;
  color: #ffffff;
  width: 100%;
  background: #000000;
  border-radius: 2px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seriously .seriously-box-image .box-content .desc {
  margin-top: 16px;
  font-family: "Inter Bold";
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.7px;
  text-align: center;
  color: #ffffff;
}
.seriously .seriously-box-image .box-content .subTitle {
  margin-top: 16px;
  font-family: "Inter Medium";
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 0.8px;
  color: #ffffff;
}
.seriously .seriously-box-image .box-content .title {
  font-family: "Inter Bold";
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 2.4px;
  color: #ffffff;
  white-space: nowrap;
}
.seriously .container-lp {
  padding: 0 10px;
  margin: 16px 0;
}
.seriously .container-lp .seriously-box-content {
  padding: 16px;
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 8px;
}
.seriously .container-lp .seriously-box-content .title-line {
  font-family: "Inter Semi Bold";
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.7px;
  color: #000000;
  padding-bottom: 8px;
  width: 100%;
  border-bottom: 1px solid #eaebef;
  margin-bottom: 16px;
}
.seriously .container-lp .seriously-box-content .list-desc {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.seriously .container-lp .seriously-box-content .list-desc img {
  width: 16px;
}
.seriously .container-lp .seriously-box-content .list-desc .label {
  font-family: "Inter Medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.7px;
  color: #000000;
}
.seriously .container-lp .seriously-box-content .list-desc.mt-16 {
  margin-top: 16px !important;
}
.seriously .container-lp .seriously-box-content .list-desc:first-child {
  margin-top: 0;
}
.seriously .container-lp .seriously-box-content .desc {
  margin-top: 16px;
  font-family: "Inter Medium";
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.7px;
  color: rgba(0, 0, 0, 0.4);
}

.linl-timeRex {
  border-radius: 8px;
}
.linl-timeRex .linl-timeRex__scroll {
  margin-top: 16px;
  padding-left: 10px;
  width: 100%;
  // overflow-x: auto;
  // overflow-y: hidden;
  // -webkit-overflow-scrolling: touch;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .linl-timeRex .linl-timeRex__scroll {
    overflow-x: unset;
    overflow-y: unset;
  }
}
.linl-timeRex .linl-timeRex__scroll #timerex_calendar {
  display: block;
  // min-width: 979px;
  border-radius: 17px;
  max-width: none;
}
@media (max-width: 768px) {
  .linl-timeRex .linl-timeRex__scroll #timerex_calendar {
    min-width: unset;
  }
}

.div-footer {
  margin-top: 26px;
  background: linear-gradient(90deg, #16222a, #3a6073);
}
.div-footer .bg {
  background-color: hsla(0, 0%, 90.7%, 0.15);
  text-align: center;
  padding-bottom: 123px;
  padding-top: 57px;
}
.div-footer .logo-ft {
  width: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.div-footer .text-copyright {
  color: #f2f2f2;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.094rem;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "GoodTimesRg-Regular";
}
.div-footer .menu-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
}
.div-footer .menu-footer li {
  list-style: none;
  margin-bottom: 0;
  position: relative;
}
.div-footer .menu-footer li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.div-footer .menu-footer li:not(:last-child):before {
  border-left: 1px solid #fff;
  content: "";
  height: 70%;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.div-footer .ct-sns-section {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 24px;
}
.div-footer .ct-sns-section .ct-sns-title {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.div-footer .ct-sns-section .ct-sns-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.div-footer .ct-sns-section .ct-sns-icons a.ct-sns-link {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000 !important;
  border-radius: 5px;
  width: 50px;
  height: 50px;
}
.div-footer .ct-sns-section .ct-sns-icons a.ct-sns-link svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}

.content-thanks-404 {
  margin-top: 177px;
  text-align: center;
}
@media (max-width: 768px) {
  .content-thanks-404 {
    margin-top: 105px;
  }
}
.content-thanks-404 .title {
  font-weight: 600;
  font-size: 52px;
  line-height: 140%;
  letter-spacing: 1px;
  color: #000000;
}
.content-thanks-404 .subTitle {
  margin-top: 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.8px;
  text-align: center;
  color: #000000;
}
.content-thanks-404 .desc {
  margin-top: 24px;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.8px;
  text-align: center;
  color: #000000;
}
.content-thanks-404 a {
  display: block;
  margin-top: 40px;
  font-family: "Inter Medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.8px;
  text-align: center;
  color: #ff0026;
}
.content-thanks-404 a .text-red {
  color: #000000;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes fadeSlide {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
} /*# sourceMappingURL=index.css.map */
