@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #2a2a30;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

a:hover {
  opacity: 0.7;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  body {
    min-width: 0;
  }
  .inner--s,
  .inner--m,
  .inner--l {
    min-width: 0;
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #000;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #000;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #000;
}

.sb_style p {
  font-size: 16px;
  color: #000;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.heading--lv3 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.heading--lv3 .sub {
  display: flex;
  align-items: center;
  gap: 10px;
}
.heading--lv3 .sub .icon {
  width: 20px;
}
.heading--lv3 .sub .text {
  color: #5DB42E;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
}
.heading--lv3 .main {
  font-size: 3.2rem;
  font-weight: 500;
}

.title--section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #c80000;
  line-height: 0;
}
.title--section .en {
  font-family: "Inter", sans-serif;
  font-size: 9rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.title--section .ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.48px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .heading--lv3 .sub {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .heading--lv3 .sub .icon {
    width: 20px;
  }
  .heading--lv3 .sub .text {
    font-size: 1.8rem;
    margin-top: 5px;
  }
  .heading--lv3 .main {
    font-size: 2.4rem;
  }
  .title--section {
    gap: 8px;
  }
  .title--section .en {
    font-size: 4.5rem;
  }
  .title--section .ja {
    font-size: 1.4rem;
    letter-spacing: 0.2px;
  }
}
.button--pattern-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 346px;
  background: #c80000;
  padding: 8px 10px 8px 40px;
  box-sizing: border-box;
  border-radius: 40px;
}
.button--pattern-1 .text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.48px;
}
.button--pattern-1 .icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  color: #c80000;
}
.button--pattern-1 .icon i {
  font-size: 1.6rem;
  line-height: 1;
}
.button--pattern-2 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #2a2a30;
  color: #2a2a30;
}
.button--pattern-2 .icon {
  color: #c80000;
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    max-width: 346px;
    padding: 8px 10px 8px 24px;
  }
  .button--pattern-1 .text {
    font-size: 1.5rem;
  }
  .button--pattern-1 .icon {
    width: 42px;
    height: 42px;
  }
  .button--pattern-2 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #3498db;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #000000;
  background-color: #000000;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.page-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  color: #c80000;
}
.page-title .en {
  font-family: "Inter", sans-serif;
  font-size: 9rem;
  font-weight: 500;
  line-height: 1;
}
.page-title .ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.48px;
}
.page-title--light {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .page-title {
    gap: 10px;
  }
  .page-title .en {
    font-size: 5.6rem;
  }
  .page-title .ja {
    font-size: 1.4rem;
    letter-spacing: 0.2px;
  }
}
.header {
  background: #fff;
  position: relative;
  z-index: 100;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
}
.header .page-fv {
  flex-shrink: 0;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: clamp(0.8rem, 1.042vw, 2rem);
  box-sizing: border-box;
  width: 100%;
  max-width: min(1920px, 100vw);
  height: clamp(7rem, 5.469vw, 10.5rem);
  min-height: clamp(7rem, 5.469vw, 10.5rem);
  margin: 0 auto;
  padding: clamp(1.2rem, 1.094vw, 2.1rem) clamp(2rem, 3.125vw, 6rem);
}
.header__logo {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: clamp(0.6rem, 0.521vw, 1rem);
  text-decoration: none;
  color: #2a2a30;
}
.header__logo-img {
  display: block;
  width: 16.3rem;
}
.header__logo-text {
  font-size: clamp(2rem, 1.563vw, 3rem);
  font-weight: 700;
  line-height: 1.53;
  white-space: nowrap;
}
.header__nav {
  flex: 0 0 auto;
  min-width: 0;
  margin-left: clamp(1.5rem, 2.5vw, 4rem);
}
.header__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(0.8rem, 1.563vw, 3rem);
}
.header__link {
  color: #2a2a30;
  font-size: clamp(1.2rem, 0.833vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.48px;
  text-decoration: none;
  white-space: nowrap;
}
.header__actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: clamp(0.8rem, 1.042vw, 2rem);
  margin-left: auto;
}
.header__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 30px;
  color: #fff;
  font-size: clamp(1.2rem, 0.833vw, 1.6rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.48px;
  text-decoration: none;
  white-space: nowrap;
}
.header__cta--download {
  gap: clamp(0.5rem, 0.521vw, 1rem);
  width: clamp(14rem, 12.656vw, 24.3rem);
  height: clamp(4rem, 2.813vw, 5.4rem);
  background: #c80000;
}
.header__cta--download .header__cta-icon {
  display: block;
  flex-shrink: 0;
  width: clamp(1.6rem, 1.094vw, 2.1rem);
  height: clamp(1.6rem, 1.094vw, 2.1rem);
  -o-object-fit: contain;
     object-fit: contain;
}
.header__cta--contact {
  gap: clamp(0.4rem, 0.26vw, 0.5rem);
  width: clamp(10rem, 8.906vw, 17.1rem);
  height: clamp(3.8rem, 2.708vw, 5.2rem);
  background: #131294;
}
.header__cta--contact .header__cta-icon {
  font-size: clamp(1.2rem, 0.833vw, 1.6rem);
}

@media only screen and (min-width: 1900px) {
  .header__inner {
    gap: 0;
  }
  .header__nav {
    flex: 0 0 auto;
    margin-left: clamp(2rem, 28.594vw, 54.9rem);
  }
  .header__list {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 1899px) and (min-width: 768px) {
  .header__inner {
    gap: 0;
  }
  .header__logo-text {
    font-size: 2.2rem;
  }
  .header__nav {
    margin-left: auto;
  }
  .header__list {
    justify-content: flex-end;
    gap: 0.8rem;
  }
  .header__link {
    font-size: 1.2rem;
    letter-spacing: 0.24px;
  }
  .header__actions {
    margin-left: 0.8rem;
    gap: 0.8rem;
  }
  .header__cta {
    font-size: 1.2rem;
  }
  .header__cta--download {
    width: auto;
    padding: 0 1.2rem;
  }
  .header__cta--contact {
    width: auto;
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 950px) and (min-width: 768px) {
  .header__inner {
    align-items: center;
    gap: 0.6rem;
    height: auto;
    min-height: 7rem;
    padding: 1rem 1.5rem;
  }
  .header__logo-img {
    width: clamp(10rem, 14vw, 13rem);
    height: auto;
    aspect-ratio: 163/50;
  }
  .header__logo-text {
    font-size: 1.8rem;
  }
  .header__nav {
    margin-left: auto;
    margin-right: 0.4rem;
  }
  .header__list {
    gap: 0.4rem;
  }
  .header__link {
    font-size: 1.1rem;
    letter-spacing: 0.2px;
  }
  .header__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    margin-left: 0;
  }
  .header__cta {
    font-size: 1.1rem;
    justify-content: center;
  }
  .header__cta--download, .header__cta--contact {
    width: auto;
    min-width: 13.5rem;
    height: 3.2rem;
    padding: 0 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .header__inner {
    justify-content: flex-start;
    padding: 14px 20px;
  }
  .header__logo-text {
    font-size: clamp(1.8rem, 5.333vw, 2rem);
  }
  .header__logo {
    width: 160px;
  }
  .header__logo img {
    width: 100%;
  }
  .header__nav, .header__actions {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .page-fv {
    --page-fv-scale: min(1, 100vw / 192rem);
    position: relative;
    display: block;
    width: 100%;
    max-width: 100vw;
    height: calc(49.4rem * var(--page-fv-scale));
    overflow: hidden;
    margin-bottom: -1px;
    background: url(../img/layout/page-fv/bg.webp) no-repeat center top/cover;
  }
  .page-fv__deco {
    position: absolute;
    width: min(62.7rem, 32.656vw);
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    pointer-events: none;
    z-index: 0;
  }
  .page-fv__deco--left {
    top: 0;
    left: 0;
    -o-object-position: left top;
       object-position: left top;
  }
  .page-fv__deco--right {
    top: min(8.9rem, 4.635vw);
    right: 0;
    max-height: calc(100% - min(8.9rem, 4.635vw));
    -o-object-position: right top;
       object-position: right top;
  }
  .page-fv__stage {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 192rem;
    height: 49.4rem;
    transform: translateX(-50%) scale(var(--page-fv-scale));
    transform-origin: top center;
    pointer-events: none;
  }
  .page-fv__cards {
    position: absolute;
    top: 3.8rem;
    right: 31.3rem;
    z-index: 1;
    width: 57.7rem;
    height: auto;
    filter: drop-shadow(0 1.5222rem 1.5222rem rgba(0, 0, 0, 0.25));
    pointer-events: none;
  }
  .page-fv__title {
    position: absolute;
    top: 16.1rem;
    left: 32rem;
    z-index: 2;
    padding: 0 1.35rem 1.35rem 0;
  }
  .page-fv__title-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2.6rem;
    background: #c80000;
    box-sizing: border-box;
  }
  .page-fv__title-box::before {
    content: "";
    position: absolute;
    top: 1.35rem;
    left: 1.35rem;
    width: 100%;
    height: 100%;
    background: #e50114;
    z-index: -1;
  }
  .page-fv__title-text {
    color: #fff;
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .page-fv {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    padding: 2rem 1.6rem 2.4rem;
    overflow: hidden;
    margin-bottom: -1px;
    box-sizing: border-box;
    background: url(../img/layout/page-fv/bg-sp.webp) no-repeat center top/cover;
  }
  .page-fv__deco {
    position: absolute;
    width: min(65vw, 28rem);
    z-index: 0;
  }
  .page-fv__deco--left {
    top: 0;
    left: 0;
  }
  .page-fv__deco--right {
    top: auto;
    bottom: 0;
    right: 0;
  }
  .page-fv__stage {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
    width: 100%;
  }
  .page-fv__title {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 1rem 1rem 1rem;
    box-sizing: border-box;
  }
  .page-fv__title-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: calc(100% - 1rem);
    margin: 0 auto;
    padding: 1.6rem 1.4rem;
    background: #c80000;
    box-sizing: border-box;
  }
  .page-fv__title-box::before {
    content: "";
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    width: 100%;
    height: 100%;
    background: #e50114;
    z-index: -1;
  }
  .page-fv__title-text {
    color: #fff;
    font-size: clamp(2rem, 5vw, 2.6rem);
    line-height: 1.25;
    white-space: normal;
    text-align: center;
    overflow-wrap: break-word;
  }
  .page-fv__cards {
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    filter: drop-shadow(0 0.8rem 0.8rem rgba(0, 0, 0, 0.18));
  }
}
.top-mv,
.message-bg,
.story-bg,
.company-bg {
  position: relative;
  z-index: 1;
}

.page-sub-bg {
  position: relative;
  margin-top: -31rem;
  padding-top: 31rem;
  isolation: isolate;
}
.page-sub-bg__bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100%;
  max-width: 192rem;
  height: 100%;
  min-height: 100%;
  transform: translateX(-50%);
  background-image: url(../img/components/bg/bg.webp);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  pointer-events: none;
}
.page-sub-bg__inner {
  position: relative;
  z-index: 1;
}
.page-sub-bg--top {
  margin-top: -1px;
  padding-top: 0;
}
.page-sub-bg--top .page-sub-bg__bg {
  max-width: none;
  width: 100vw;
  background-image: url(../img/components/bg/bg.webp);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
.page-sub-bg--top .page-sub-bg__bg-layer {
  position: absolute;
  left: 50%;
  width: 100vw;
  max-width: none;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
.page-sub-bg--top .page-sub-bg__bg-layer--base {
  inset: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  transform: none;
  z-index: 0;
  background-image: url(../img/pages/top/bg/bg-red.webp);
  background-position: center top;
}
.page-sub-bg--top .page-sub-bg__zone--round2 {
  position: relative;
}
.page-sub-bg--top .page-sub-bg__zone--round2 .page-sub-bg__bg-layer--round2 {
  position: absolute;
  top: 19.5%;
  bottom: 18.3%;
  left: 50%;
  z-index: 0;
  width: 100vw;
  transform: translateX(-50%);
  background-image: url(../img/pages/top/bg/bg-round2.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  pointer-events: none;
}
.page-sub-bg--top .page-sub-bg__zone--round2 .top-character,
.page-sub-bg--top .page-sub-bg__zone--round2 .top-development,
.page-sub-bg--top .page-sub-bg__zone--round2 .top-company {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .page-sub-bg {
    margin-top: -8rem;
    padding-top: 8rem;
  }
  .page-sub-bg__bg {
    max-width: 100%;
    background-image: url(../img/components/bg/bg-sp.webp);
  }
  .page-sub-bg--top {
    margin-top: 0;
    padding-top: 0;
  }
  .page-sub-bg--top .page-sub-bg__bg {
    background-image: url(../img/components/bg/bg-sp.webp);
  }
  .page-sub-bg--top .page-sub-bg__zone--round2 .page-sub-bg__bg-layer--round2 {
    top: 12%;
    bottom: 10%;
    background-position: center center;
    background-size: 100% 100%;
  }
}
.footer-action {
  padding: 70px 0 54px;
}
.footer-action__inner {
  position: relative;
  background: #c80000;
  border-radius: 50px;
  overflow: hidden;
  min-height: 447px;
  margin: 0 auto;
  padding: 68px 120px 72px;
  box-sizing: border-box;
}
.footer-action__inner::before, .footer-action__inner::after {
  content: "";
  position: absolute;
  width: 232px;
  height: 232px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  pointer-events: none;
}
.footer-action__inner::before {
  top: -71px;
  left: -85px;
}
.footer-action__inner::after {
  right: -99px;
  bottom: -80px;
}
.footer-action__mascot {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 109/158;
}
.footer-action__content {
  width: 595px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 31px;
}
.footer-action__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 321px;
  margin-bottom: 0;
  color: #fff;
  gap: 13px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.footer-action__title .en {
  font-family: "Inter", sans-serif;
  width: 312px;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.footer-action__title .ja {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.48px;
  white-space: nowrap;
}
.footer-action__lead {
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.78px;
  margin-bottom: 0;
}
.footer-action__buttons {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
}
.footer-action__button {
  width: 284px;
  height: 100px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  box-sizing: border-box;
}
.footer-action__button-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.6px;
}
.footer-action__button-icon {
  flex-shrink: 0;
}
.footer-action__button--download {
  background: #fff;
}
.footer-action__button--download .footer-action__button-icon {
  width: 21px;
  height: 21px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-action__button--download .footer-action__button-text {
  color: #c80000;
}
.footer-action__button--contact {
  width: 293px;
  border: 2px solid #fff;
  gap: 5px;
}
.footer-action__button--contact .footer-action__button-icon,
.footer-action__button--contact .footer-action__button-text {
  color: #fff;
}
.footer-action__button--contact .footer-action__button-icon {
  font-size: 2.1rem;
}

.footer {
  background: #c80000;
  border-radius: 80px 80px 0 0;
  color: #fff;
  padding: 41px 0 33px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.footer__contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 26px;
}
.footer__logo-img {
  display: block;
  width: 16.3rem;
  height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__logo-text {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.53;
}
.footer__company, .footer__address {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.48px;
}
.footer__company {
  margin-bottom: 8px;
}
.footer__address {
  margin-bottom: 19px;
}
.footer__sns {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  font-size: 2.1rem;
}
.footer__nav {
  width: 419px;
  padding-top: 19px;
}
.footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.footer__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.48px;
}
.footer__bottom {
  margin-top: 33px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer__copyright {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.65px;
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__link a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.4px;
}

@media only screen and (min-width: 1280px) {
  .footer-action__mascot {
    position: absolute;
    left: clamp(2rem, 6.25vw, 12rem);
    bottom: clamp(2.8rem, 3.75vw, 7.2rem);
    width: clamp(7.6rem, 5.68vw, 10.9rem);
    height: auto;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .footer-action__mascot {
    position: static;
    width: clamp(7.6rem, 12vw, 10.9rem);
    height: auto;
    margin: 0 auto 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer-action {
    padding: 40px 0 32px;
  }
  .footer-action__inner {
    border-radius: 30px;
    min-height: auto;
    padding: 40px 20px 28px;
  }
  .footer-action__inner::before, .footer-action__inner::after {
    width: 140px;
    height: 140px;
  }
  .footer-action__inner::before {
    top: -55px;
    left: -55px;
  }
  .footer-action__inner::after {
    right: -60px;
    bottom: -60px;
  }
  .footer-action__mascot {
    position: static;
    width: clamp(6.8rem, 20vw, 7.6rem);
    height: auto;
    margin: 0 auto 1.4rem;
  }
  .footer-action__content {
    width: 100%;
    gap: 20px;
  }
  .footer-action__title {
    width: 100%;
    margin-bottom: 0;
  }
  .footer-action__title .en {
    font-size: 5.2rem;
  }
  .footer-action__title .ja {
    font-size: 1.4rem;
  }
  .footer-action__lead {
    font-size: 2rem;
    letter-spacing: 0.4px;
    margin-bottom: 0;
  }
  .footer-action__buttons {
    flex-direction: column;
    gap: 10px;
  }
  .footer-action__button, .footer-action__button--contact {
    width: 100%;
    height: 70px;
  }
  .footer-action__button-text {
    font-size: 1.7rem;
  }
  .footer {
    border-radius: 40px 40px 0 0;
    padding: 32px 0 24px;
  }
  .footer__top {
    flex-direction: column;
    gap: 28px;
  }
  .footer__contents {
    align-items: center;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
  .footer__logo-img {
    width: clamp(10rem, 35vw, 16.3rem);
    height: auto;
    aspect-ratio: 163/50;
  }
  .footer__logo-text {
    font-size: 2.6rem;
  }
  .footer__company, .footer__address {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.28px;
  }
  .footer__address {
    margin-bottom: 16px;
  }
  .footer__nav {
    display: none;
  }
  .footer__bottom {
    margin-top: 24px;
    padding-top: 12px;
    flex-direction: column-reverse;
    align-items: center;
    gap: 14px;
  }
  .footer__links {
    display: none;
  }
  .footer__copyright {
    font-size: 1.1rem;
    letter-spacing: 0.2px;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #c80000;
  border-radius: 8px;
  cursor: pointer;
  z-index: 100000;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 10000;
}
.drawer-on__inner {
  padding: 11px 20px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 160px;
  margin-bottom: 30px;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

.drawer-download {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #c80000;
  padding: 15px;
  border-radius: 90px;
  margin-bottom: 15px;
}
.drawer-download .icon {
  width: 20px;
}
.drawer-download .text {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
}

.drawer-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #131294;
  padding: 15px;
  border-radius: 90px;
  margin-bottom: 20px;
}
.drawer-mail i, .drawer-mail span {
  color: #ffffff;
}
.drawer-mail span {
  font-size: 1.8rem;
  font-weight: 500;
}

.drawer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 10px 30px 20px;
  margin-bottom: 30px;
}
.drawer-tel__link {
  display: flex;
  justify-content: center;
  align-items: self-end;
  gap: 5px;
}
.drawer-tel__link i, .drawer-tel__link span {
  color: #000000;
}
.drawer-tel__link i {
  margin-bottom: 8px;
}
.drawer-tel__link span {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-tel__caption {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
}

.drawer-sns {
  margin-bottom: 20px;
}
.drawer-sns__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 10%;
}

.breadcrumbs {
  background: #c80000;
}
.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #ffffff;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #000000;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .top-mv {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: min(78.4rem, 78.4rem * 100vw / 192rem);
    overflow: hidden;
    background: url(../img/pages/top/mv/bg.webp) no-repeat center top/cover;
  }
  .top-mv__deco {
    position: absolute;
    height: auto;
    pointer-events: none;
    z-index: 0;
  }
  .top-mv__deco--left {
    top: 0;
    left: 0;
    width: min(77.7rem, 40.469vw);
  }
  .top-mv__deco--right {
    right: 0;
    bottom: 0;
    top: auto;
    width: min(77.6rem, 40.417vw);
  }
  .top-mv__stage {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 192rem;
    height: 78.4rem;
    transform: scale(min(1, 100vw / 192rem));
    transform-origin: top center;
  }
  .top-mv__body {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .top-mv__left {
    position: absolute;
    left: 12rem;
    top: 8rem;
    width: 84.2rem;
    min-height: 60.7rem;
  }
  .top-mv__mascot-wrap {
    position: relative;
    width: 24rem;
    z-index: 2;
  }
  .top-mv__mascot {
    position: relative;
    z-index: 2;
    display: block;
    width: 24rem;
    height: 36.3rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .top-mv__mascot-line {
    position: absolute;
    left: 4.4rem;
    bottom: 2rem;
    display: block;
    width: 15rem;
    height: 3.8rem;
    border-radius: 30px;
    background: #c80000;
  }
  .top-mv__heading {
    position: absolute;
    left: 24.9rem;
    top: 14.2rem;
    margin: 0;
    z-index: 3;
  }
  .top-mv__heading p {
    margin-bottom: 1.9rem;
  }
  .top-mv__heading p:last-child {
    margin-bottom: 0;
  }
  .top-mv__heading span {
    display: inline-block;
    padding: 0.8rem 1.8rem;
    background: #c80000;
    color: #fff;
    font-size: 7.9rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 2.37px;
    transform: skewX(-7deg);
  }
  .top-mv__catch {
    position: absolute;
    left: 4.8rem;
    top: 42.5rem;
    margin: 0;
    color: #2a2a30;
    letter-spacing: 6.72px;
    text-align: left;
  }
  .top-mv__catch p {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 900;
    line-height: 170%;
  }
  .top-mv__catch .accent {
    display: inline-block;
    padding: 0 0.8rem;
    margin-right: 0.2rem;
    background: #c80000;
    color: #fff;
    line-height: 1.3;
  }
  .top-mv__right {
    position: absolute;
    right: 12rem;
    top: 8rem;
    width: 91rem;
  }
  .top-mv__cards {
    display: block;
    width: 91rem;
    height: auto;
    filter: drop-shadow(0 2.4rem 2.4rem rgba(0, 0, 0, 0.25));
  }
}
@media only screen and (max-width: 767px) {
  .top-mv {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    padding: 2.4rem 1.6rem 2rem;
    overflow: hidden;
    box-sizing: border-box;
    background: url(../img/pages/top/mv/bg-sp.webp) no-repeat center top/cover;
  }
  .top-mv__deco {
    position: absolute;
    z-index: 0;
    pointer-events: none;
  }
  .top-mv__deco--left {
    top: 0;
    left: 0;
    width: min(65vw, 28rem);
  }
  .top-mv__deco--right {
    right: 0;
    bottom: 0;
    top: auto;
    width: min(65vw, 28rem);
  }
  .top-mv__stage {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .top-mv__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.8rem;
    padding: 0;
  }
  .top-mv__left {
    max-width: none;
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-template-rows: auto auto;
    -moz-column-gap: 6px;
         column-gap: 6px;
    row-gap: 14px;
    align-items: end;
  }
  .top-mv__mascot-wrap {
    width: 120px;
    grid-column: 1;
    grid-row: 1;
    align-self: end;
  }
  .top-mv__mascot {
    width: 120px;
    height: auto;
  }
  .top-mv__mascot-line {
    left: 20px;
    bottom: 8px;
    width: 72px;
    height: 18px;
  }
  .top-mv__heading {
    width: 100%;
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    z-index: 3;
    text-align: left;
  }
  .top-mv__heading p {
    margin-bottom: 8px;
  }
  .top-mv__heading p:last-child {
    margin-bottom: 0;
  }
  .top-mv__heading span {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #c80000;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.8px;
    transform: skewX(-7deg);
  }
  .top-mv__catch {
    grid-column: 1/-1;
    grid-row: 2;
    width: 100%;
    margin: 0;
    color: #2a2a30;
    letter-spacing: 0.12em;
    text-align: left;
  }
  .top-mv__catch p {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 900;
    line-height: 170%;
  }
  .top-mv__catch .accent {
    display: inline-block;
    padding: 0 0.4rem;
    margin-right: 0.2rem;
    background: #c80000;
    color: #fff;
    line-height: 1.3;
  }
  .top-mv__right {
    max-width: 400px;
  }
  .top-mv__cards {
    max-width: 100%;
    filter: drop-shadow(0 12px 16px rgba(0, 0, 0, 0.2));
  }
}
.top-concept {
  padding: 40px 0 80px;
}
.top-concept__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(2rem, 3.125vw, 6rem);
  margin: 0 auto;
  padding: clamp(3rem, 5.208vw, 10rem) clamp(2rem, 7.865vw, 15.1rem);
  border-radius: 30px;
  background: rgb(255, 255, 255);
  box-sizing: border-box;
  filter: drop-shadow(5px 5px 12px rgba(0, 0, 0, 0.15));
  overflow: hidden;
}
.top-concept__body-left {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(3rem, 2.604vw, 5rem);
}
.top-concept__left {
  min-width: 0;
  width: auto;
}
.top-concept__title {
  margin-bottom: 30px;
}
.top-concept__heading {
  margin-bottom: 24px;
  color: #2a2a30;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.53;
  letter-spacing: 0.96px;
}
.top-concept__text {
  margin-bottom: 0;
  color: #2a2a30;
}
.top-concept__text p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.48px;
  margin-bottom: 0;
}
.top-concept__button {
  width: min(100%, 34.6rem);
  max-width: 34.6rem;
}
.top-concept__right {
  flex: 0 0 auto;
  width: clamp(28rem, 33.5vw, 43rem);
  max-width: 43rem;
}
.top-concept__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 430/645;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (min-width: 1280px) {
  .top-concept__body-left {
    flex: 489 1 0;
  }
  .top-concept__right {
    flex: 430 0 0;
    width: auto;
    max-width: 43rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .top-concept__inner {
    width: 95%;
    min-width: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-concept {
    padding: 24px 0 50px;
  }
  .top-concept__inner {
    width: 95%;
    min-width: 0;
  }
  .top-concept__content {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 30px 20px;
    border-radius: 20px;
  }
  .top-concept__body-left {
    display: contents;
  }
  .top-concept__left {
    order: 1;
    width: 100%;
  }
  .top-concept__title {
    margin-bottom: 20px;
  }
  .top-concept__heading {
    margin-bottom: 16px;
    font-size: 2.4rem;
    letter-spacing: 0.4px;
  }
  .top-concept__text p {
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.2px;
  }
  .top-concept__right {
    flex: none;
    order: 2;
    width: 100%;
    max-width: min(32rem, 72vw);
    margin: 0 auto;
    padding-top: 0;
  }
  .top-concept__button {
    order: 3;
    width: 100%;
    max-width: 346px;
    margin: 0 auto;
  }
  .top-concept__image {
    width: 100%;
    max-width: min(32rem, 72vw);
    margin: 0 auto;
  }
}
.top-lineup {
  padding: 0 0 80px;
}
.top-lineup__title {
  margin-bottom: 46px;
}
.top-lineup__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
  gap: clamp(20px, 2.031vw, 39px);
  margin-bottom: 50px;
}
.top-lineup__item {
  max-width: 400px;
  width: 100%;
}
.top-lineup__link {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #2a2a30;
  text-decoration: none;
}
.top-lineup__thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 400/292;
  border-radius: 30px;
  box-shadow: 5px 5px 24px rgba(0, 0, 0, 0.15);
}
.top-lineup__item-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.54px;
}
.top-lineup__caption {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.48px;
}
.top-lineup__button {
  display: flex;
  width: 300px;
  margin-left: auto;
}
.top-lineup__download {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
  background: #c80000;
  border-radius: 90px;
}
.top-lineup__download .icon, .top-lineup__download .text {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .top-lineup {
    padding: 0 0 50px;
  }
  .top-lineup__inner {
    width: 95%;
    min-width: 0;
  }
  .top-lineup__title {
    margin-bottom: 24px;
  }
  .top-lineup__list {
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 32px;
    max-width: 500px;
    margin-inline: auto;
    margin-bottom: 28px;
  }
  .top-lineup__item {
    max-width: none;
    width: 100%;
  }
  .top-lineup__item-title {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .top-lineup__caption {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .top-lineup__button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .top-lineup__download {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    padding: 15px 10px;
  }
  .top-lineup__download .icon {
    width: 20px;
  }
  .top-lineup__download .text {
    font-size: 1.5rem;
  }
}
.top-character {
  padding: 0 0 80px;
}
.top-character__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(2rem, 3.125vw, 6rem);
  margin: 0 auto;
  padding: clamp(3rem, 4.896vw, 9.4rem) clamp(2rem, 6.979vw, 13.4rem) clamp(3rem, 5.208vw, 10rem) clamp(2rem, 6.25vw, 12rem);
  border-radius: 30px;
  background: #fff;
  box-shadow: 5px 5px 24px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.top-character__left {
  flex: 359 1 0;
  min-width: 0;
  width: auto;
}
.top-character__visual {
  display: block;
  width: 100%;
  max-width: 35.9rem;
  height: auto;
  aspect-ratio: 359/554;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-character__right {
  flex: 466 1 0;
  min-width: 0;
  width: auto;
  padding-top: 2px;
  container-type: inline-size;
}
.top-character__title {
  margin-bottom: clamp(2.4rem, 4.167vw, 8rem);
  max-width: 100%;
}
.top-character__title.title--section {
  width: 100%;
}
.top-character__title.title--section .en {
  font-size: clamp(3.6rem, 19.3cqi, 9rem);
}
.top-character__body {
  margin-bottom: 50px;
}
.top-character__name {
  margin-bottom: 16px;
  color: #2a2a30;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.53;
  letter-spacing: 0.75px;
}
.top-character__text {
  color: #2a2a30;
}
.top-character__text p {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.48px;
}
.top-character__button {
  width: min(100%, 30rem);
  max-width: 30rem;
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .top-character__inner {
    width: 95%;
    min-width: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-character {
    padding: 0 0 50px;
  }
  .top-character__inner {
    width: 95%;
    min-width: 0;
  }
  .top-character__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 30px 20px;
    border-radius: 20px;
  }
  .top-character__right {
    display: contents;
  }
  .top-character__title {
    order: 1;
  }
  .top-character__left {
    order: 2;
    flex: none;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  .top-character__body {
    order: 3;
  }
  .top-character__button {
    order: 4;
  }
  .top-character__visual {
    width: 100%;
    max-width: none;
    height: auto;
  }
  .top-character__title {
    margin-bottom: 0;
  }
  .top-character__title.title--section .en {
    font-size: 5.2rem;
  }
  .top-character__body {
    margin-bottom: 0;
  }
  .top-character__name {
    margin-bottom: 12px;
    font-size: 2.1rem;
    line-height: 1.5;
    letter-spacing: 0.3px;
  }
  .top-character__text p {
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.2px;
  }
  .top-character__button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.top-development {
  padding: 0 0 80px;
}
.top-development__title {
  margin-bottom: 30px;
  color: #fff;
}
.top-development__lead {
  margin-bottom: 40px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.72px;
}
.top-development__list {
  display: flex;
  gap: 40px;
}
.top-development__item {
  width: 400px;
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
}
.top-development__thumb {
  width: 100%;
  height: 270px;
}
.top-development__item-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 37px 0 33px;
}
.top-development__icon {
  color: #c80000;
  font-size: 3.2rem;
  line-height: 1;
}
.top-development__item-title {
  color: #c80000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.72px;
}
.top-development__text {
  margin: 0;
  padding: 0 clamp(0.4rem, 0.49vw, 6.7rem) clamp(1.4rem, 1.875vw, 3.6rem);
  color: #2a2a30;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.54px;
}

@media only screen and (max-width: 767px) {
  .top-development {
    padding: 0 0 50px;
  }
  .top-development__inner {
    width: 95%;
    min-width: 0;
  }
  .top-development__title {
    margin-bottom: 20px;
  }
  .top-development__lead {
    margin-bottom: 24px;
    font-size: 2rem;
    letter-spacing: 0.3px;
  }
  .top-development__list {
    flex-direction: column;
    gap: 24px;
    max-width: 500px;
    margin-inline: auto;
  }
  .top-development__item {
    width: 100%;
    border-radius: 20px;
  }
  .top-development__thumb {
    height: auto;
    aspect-ratio: 400/270;
  }
  .top-development__item-head {
    margin: 24px 0 18px;
  }
  .top-development__icon {
    font-size: 2.6rem;
  }
  .top-development__item-title {
    font-size: 2rem;
    letter-spacing: 0.3px;
  }
  .top-development__text {
    padding: 0 24px 24px;
    font-size: 1.6rem;
    letter-spacing: 0.2px;
  }
}
.top-company {
  padding: 0 0 80px;
}
.top-company__content {
  display: grid;
  grid-template-columns: 466fr 480fr;
  grid-template-rows: auto auto;
  align-items: start;
  gap: clamp(2rem, 3.125vw, 6rem);
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(3rem, 4.531vw, 8.7rem) clamp(2rem, 5.312vw, 10.2rem) clamp(3rem, 5.208vw, 10rem);
  border-radius: 30px;
  background: #fff;
  box-shadow: 5px 5px 24px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.top-company__left {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  width: auto;
  padding-top: 1px;
  container-type: inline-size;
}
.top-company__title {
  margin-bottom: clamp(2.4rem, 2.865vw, 5.5rem);
  max-width: 100%;
}
.top-company__title.title--section {
  width: 100%;
}
.top-company__title.title--section .en {
  font-size: clamp(3.6rem, 19.3cqi, 9rem);
}
.top-company__heading {
  margin-bottom: clamp(1.6rem, 1.563vw, 3rem);
  color: #2a2a30;
  font-size: clamp(2.8rem, 2.5vw, 4.8rem);
  font-weight: 900;
  line-height: 1.53;
  letter-spacing: 0.96px;
}
.top-company__text {
  margin-bottom: clamp(2.4rem, 2.604vw, 5rem);
  color: #2a2a30;
}
.top-company__text p {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.48px;
}
.top-company__button {
  grid-column: 1;
  grid-row: 2;
  width: min(100%, 30rem);
  max-width: 30rem;
}
.top-company__right {
  grid-column: 2;
  grid-row: 1/-1;
  min-width: 0;
  width: auto;
  padding-top: clamp(0.8rem, 0.677vw, 1.3rem);
}
.top-company__image-wrap {
  border-radius: clamp(2.4rem, 2.604vw, 5rem);
  overflow: hidden;
}
.top-company__image {
  display: block;
  width: 100%;
  max-width: 48rem;
  height: auto;
  aspect-ratio: 480/512;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .top-company__inner {
    width: 95%;
    min-width: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-company {
    padding: 0 0 50px;
  }
  .top-company__inner {
    width: 95%;
    min-width: 0;
  }
  .top-company__content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 24px;
    padding: 30px 20px;
    border-radius: 20px;
  }
  .top-company__left {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    padding-top: 0;
    container-type: normal;
  }
  .top-company__title {
    margin-bottom: 24px;
  }
  .top-company__title.title--section .en {
    font-size: 5.2rem;
  }
  .top-company__heading {
    margin-bottom: 16px;
    font-size: 3.2rem;
    letter-spacing: 0.4px;
  }
  .top-company__text {
    margin-bottom: 24px;
  }
  .top-company__text p {
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.2px;
  }
  .top-company__right {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    padding-top: 0;
  }
  .top-company__button {
    grid-column: 1;
    grid-row: 3;
    justify-self: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .top-company__image-wrap {
    border-radius: 24px;
  }
  .top-company__image {
    max-width: none;
    height: auto;
    aspect-ratio: 480/512;
  }
}
.top-column {
  padding: 80px 0 30px;
}
.top-column__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  row-gap: 50px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.top-column__head {
  grid-column: 1;
  grid-row: 1;
}
.top-column__title {
  margin-bottom: 30px;
}
.top-column__lead {
  color: #2a2a30;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.48px;
}
.top-column__button {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  justify-self: end;
  width: 220px;
  padding-left: 40px;
}
.top-column__list {
  grid-column: 1/-1;
  grid-row: 2;
  display: flex;
  gap: 40px;
}
.top-column__item {
  display: flex;
  width: calc((100% - 80px) / 3);
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #2a2a30;
  text-decoration: none;
}
.top-column__item .img {
  width: 100%;
  aspect-ratio: 400/285;
  background-color: #fff;
  background-image: url(../img/pages/top/column/no-img.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #c3c3c3;
  border-radius: 8px;
}
.top-column__item .time {
  padding-top: 20px;
  color: #2a2a30;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.48px;
}
.top-column__item .title {
  margin: 0;
  padding-top: 15px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.48px;
  word-break: break-all;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 50px 0 30px;
  }
  .top-column__inner {
    width: 95%;
    min-width: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 0;
  }
  .top-column__head {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 30px;
  }
  .top-column__title {
    margin-bottom: 20px;
  }
  .top-column__lead {
    font-size: 1.4rem;
    letter-spacing: 0.2px;
  }
  .top-column__button {
    grid-column: 1;
    grid-row: 3;
    justify-self: center;
    width: 220px;
    margin: 0 auto;
  }
  .top-column__list {
    grid-column: 1;
    grid-row: 2;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
  }
  .top-column__item {
    display: flex;
    width: 100%;
  }
  .top-column__item .time {
    padding-top: 12px;
    font-size: 1.4rem;
  }
  .top-column__item .title {
    padding-top: 12px;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.2px;
  }
}
.top-news {
  padding: 80px 0;
}
.top-news__inner {
  display: grid;
  grid-template-columns: 275px 1fr;
  grid-template-rows: auto auto;
  -moz-column-gap: 46px;
       column-gap: 46px;
  row-gap: 58px;
  align-items: start;
}
.top-news__head {
  grid-column: 1;
  grid-row: 1;
  flex-shrink: 0;
  width: 275px;
}
.top-news__title {
  color: #c80000;
}
.top-news__button {
  grid-column: 1;
  grid-row: 2;
  width: 220px;
  padding-left: 40px;
}
.top-news__list {
  grid-column: 2;
  grid-row: 1/-1;
  min-width: 0;
}
.top-news__item .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c3c3c3;
  padding: 20px 0;
  color: #2a2a30;
  text-decoration: none;
}
.top-news__item .wrapper {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: calc(100% - 101px);
}
.top-news__item .meta {
  display: flex;
  align-items: center;
  gap: 30px;
}
.top-news__item .time {
  color: #c80000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.8px;
}
.top-news__item .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 40px;
  background: #e6e6e6;
  color: #2a2a30;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.8px;
}
.top-news__item .title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-news__item .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #c80000;
  color: #fff;
  font-size: 1.2rem;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 50px 0;
  }
  .top-news__inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 24px;
    -moz-column-gap: 0;
         column-gap: 0;
    width: 95%;
  }
  .top-news__head {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
  }
  .top-news__title {
    margin-bottom: 0;
  }
  .top-news__list {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
  }
  .top-news__button {
    grid-column: 1;
    grid-row: 3;
    justify-self: center;
    margin: 0 auto;
  }
  .top-news__item .link {
    padding: 16px 0;
  }
  .top-news__item .wrapper {
    gap: 12px;
    width: calc(100% - 42px);
  }
  .top-news__item .meta {
    gap: 12px;
    flex-wrap: wrap;
  }
  .top-news__item .time {
    font-size: 1.4rem;
    letter-spacing: 0.2px;
  }
  .top-news__item .tag {
    height: 24px;
    font-size: 1.3rem;
    letter-spacing: 0.2px;
  }
  .top-news__item .title {
    font-size: 1.4rem;
    letter-spacing: 0.2px;
  }
  .top-news__item .icon {
    width: 26px;
    height: 26px;
    font-size: 1rem;
  }
}
.story-bg {
  margin-top: -8rem;
  overflow: hidden;
  border-radius: 0 0 clamp(8rem, 16.146vw, 31rem) clamp(8rem, 16.146vw, 31rem);
  background: #c80000;
}

.story-concept {
  padding: 13rem 0 10rem;
}
.story-concept__inner {
  position: relative;
}
.story-concept__title {
  margin-bottom: 7rem;
}
.story-concept__body {
  text-align: center;
}
.story-concept__content {
  position: relative;
  container-type: inline-size;
  width: 100%;
  max-width: 106.7rem;
  height: 39.2rem;
  margin: 0 auto;
}
.story-concept__watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  font-family: "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.2);
  font-size: clamp(5rem, 21.93cqi, 23.4rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
  pointer-events: none;
}
.story-concept__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  max-width: 94.8rem;
  color: #fff;
}
.story-concept__text p {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.8;
  letter-spacing: 0.6px;
  text-align: center;
  white-space: pre-wrap;
}

.story-feature {
  position: relative;
  z-index: 1;
  padding: 0 0 8rem;
}
.story-feature__card {
  padding: clamp(3rem, 4.7%, 6rem) clamp(2rem, 6.03%, 7.7rem) clamp(4rem, 6.26%, 8rem);
  border-radius: 50px;
  background: #fff;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.story-feature__heading {
  margin-bottom: clamp(2.4rem, 3.9vw, 5rem);
  color: #2a2a30;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.53;
  letter-spacing: 0.96px;
  text-align: center;
}
.story-feature__list {
  display: flex;
  gap: clamp(20px, 2.19vw, 28px);
  justify-content: center;
  width: 100%;
  min-width: 0;
}
.story-feature__item {
  flex: 1 1 28.8rem;
  min-width: 0;
  width: auto;
  max-width: 28.8rem;
  border-radius: 20px;
  background: #fff;
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.story-feature__thumb {
  width: 100%;
  height: 194px;
  overflow: hidden;
}
.story-feature__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.story-feature__item-body {
  padding: 31px 24px 36px;
}
.story-feature__item-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 20px;
}
.story-feature__icon {
  color: #c80000;
  font-size: 2.3rem;
  line-height: 1;
}
.story-feature__item-title {
  color: #c80000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.54px;
}
.story-feature__item-text {
  margin: 0;
  color: #2a2a30;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.48px;
}

.story-deployment {
  padding: 8rem 0 10rem;
  overflow-x: clip;
}
.story-deployment__title {
  margin-bottom: 5.8rem;
}
.story-deployment__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2.4rem, 3.9vw, 4.2rem);
  margin-bottom: clamp(6rem, 8vw, 10rem);
  width: 100%;
  min-width: 0;
}
.story-deployment__mascot {
  flex: 221 1 0;
  min-width: 0;
  width: auto;
  max-width: 22.1rem;
  height: auto;
}
.story-deployment__mascot img {
  display: block;
  position: relative;
  left: -0.9rem;
  width: 100%;
  max-width: 21.5rem;
  height: auto;
  aspect-ratio: 215/328;
  -o-object-fit: contain;
     object-fit: contain;
}
.story-deployment__lead-text {
  flex: 542 1 0;
  min-width: 0;
  width: auto;
  max-width: 54.2rem;
  color: #2a2a30;
}
.story-deployment__lead-text p {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8;
  letter-spacing: 0.54px;
}
.story-deployment__card {
  border-radius: 50px;
  background: #fff;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.story-deployment__card-inner {
  display: flex;
  gap: clamp(3rem, 6.944vw, 7.5rem);
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-width: 0;
  padding: clamp(4rem, 7.407vw, 8rem) clamp(2rem, 11.39%, 12.3rem);
  box-sizing: border-box;
}
.story-deployment__card-text {
  flex: 359 1 0;
  min-width: 0;
  width: auto;
  max-width: 35.9rem;
}
.story-deployment__card-heading {
  margin-bottom: 2.8rem;
  color: #c80000;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.53;
  letter-spacing: 0.96px;
}
.story-deployment__card-body {
  color: #2a2a30;
}
.story-deployment__card-body p {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.48px;
}
.story-deployment__card-photo {
  flex: 400 1 0;
  min-width: 0;
  width: auto;
  max-width: 40rem;
  border-radius: 30px;
  overflow: hidden;
}
.story-deployment__card-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 400/286;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .story-feature__card {
    padding: clamp(2.4rem, 3.5vw, 5rem) clamp(1.6rem, 5%, 6rem) clamp(3.2rem, 4vw, 6rem);
  }
  .story-feature__heading {
    margin-bottom: clamp(2rem, 3vw, 4rem);
    font-size: clamp(2rem, 2.2vw, 3.2rem);
  }
  .story-feature__list {
    gap: clamp(16px, 2vw, 24px);
  }
  .story-deployment__lead {
    gap: clamp(2rem, 3vw, 3.2rem);
  }
  .story-deployment__mascot img {
    left: 0;
  }
  .story-deployment__lead-text p {
    font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  }
  .story-deployment__card-inner {
    padding: clamp(3rem, 4vw, 5rem) clamp(2rem, 8%, 8rem);
  }
  .story-deployment__card-heading {
    font-size: clamp(2rem, 2.2vw, 3.2rem);
  }
  .story-deployment__card-body p {
    font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  }
}
@media only screen and (max-width: 950px) and (min-width: 768px) {
  .story-feature__card {
    padding: clamp(2rem, 3vw, 3.6rem) clamp(1.6rem, 4%, 3.2rem) clamp(2.4rem, 3.5vw, 4rem);
  }
  .story-deployment__card-inner {
    padding: clamp(2rem, 3vw, 3.6rem) clamp(1.6rem, 4%, 3.2rem);
    gap: clamp(2rem, 3vw, 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .story-bg {
    margin-top: -4rem;
    border-radius: 0 0 clamp(3rem, 8vw, 5rem) clamp(3rem, 8vw, 5rem);
  }
  .story-concept {
    padding: 8rem 0 5rem;
  }
  .story-concept__title {
    margin-bottom: 3.2rem;
  }
  .story-concept__content {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 4rem 0;
    overflow-x: hidden;
    overflow-y: visible;
    box-sizing: border-box;
  }
  .story-concept__watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 100%;
    max-width: 100%;
    font-size: clamp(5rem, 21.93cqi, 10rem);
    letter-spacing: 0.08em;
    text-align: center;
    white-space: nowrap;
  }
  .story-concept__text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .story-concept__text p {
    font-size: 1.6rem;
    line-height: 2.2;
    letter-spacing: 0.48px;
    text-align: left;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .story-concept__watermark {
    font-size: clamp(4.8rem, 18.5cqi, 7.2rem);
    letter-spacing: 0.06em;
  }
}
@media only screen and (max-width: 767px) {
  .story-feature {
    padding: 0 0 5rem;
  }
  .story-feature__card {
    padding: 3rem 2rem 4rem;
    border-radius: 30px;
  }
  .story-feature__heading {
    margin-bottom: 2.4rem;
    font-size: 2.2rem;
  }
  .story-feature__list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 500px;
    margin-inline: auto;
  }
  .story-feature__item {
    flex: none;
    width: 100%;
    max-width: 320px;
  }
  .story-deployment {
    padding: 5rem 0;
  }
  .story-deployment__title {
    margin-bottom: 3rem;
  }
  .story-deployment__lead {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    max-width: 410px;
    margin-inline: auto;
    margin-bottom: 4rem;
  }
  .story-deployment__mascot {
    flex: none;
    width: 100%;
    max-width: 21.5rem;
  }
  .story-deployment__mascot img {
    left: 0;
    margin: 0 auto;
  }
  .story-deployment__lead-text {
    flex: none;
    width: 100%;
    max-width: none;
  }
  .story-deployment__lead-text p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .story-deployment__card {
    border-radius: 30px;
  }
  .story-deployment__card-inner {
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    padding: 3rem 2rem;
  }
  .story-deployment__card-heading {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    letter-spacing: 0.01em;
  }
  .story-deployment__card-heading br {
    display: none;
  }
  .story-deployment__card-photo {
    flex: none;
    width: 100%;
    max-width: 50rem;
    border-radius: 20px;
  }
  .story-deployment__card-photo img {
    height: auto;
    aspect-ratio: 400/286;
  }
}
.message-bg {
  margin-top: -8rem;
  overflow: hidden;
  border-radius: 0 0 clamp(8rem, 16.146vw, 31rem) clamp(8rem, 16.146vw, 31rem);
  background: #c80000;
}

.message-why {
  padding: 13rem 0 10rem;
}
.message-why__inner {
  position: relative;
}
.message-why__title {
  margin-bottom: 7rem;
}
.message-why__body {
  text-align: center;
}
.message-why__content {
  position: relative;
  container-type: inline-size;
  width: 100%;
  max-width: 94.8rem;
  height: 49.7rem;
  margin: 0 auto 8rem;
}
.message-why__watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  font-family: "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.2);
  font-size: clamp(5rem, 30.59cqi, 29rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  pointer-events: none;
}
.message-why__watermark .line {
  display: block;
}
.message-why__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  max-width: 94.8rem;
  color: #fff;
}
.message-why__text p {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8;
  letter-spacing: 0.6px;
  text-align: center;
}
.message-why__gap {
  visibility: hidden;
}
.message-why__card {
  width: 100%;
  max-width: 108rem;
  margin: 0 auto 8rem;
  padding: clamp(3rem, 5.833%, 6.3rem) clamp(2rem, 11.25%, 12.1rem);
  border-radius: 50px;
  background: #fff;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.message-why__card--values {
  padding: clamp(4rem, 5.556vw, 6rem) clamp(2rem, 11.11%, 12rem) clamp(5rem, 7.407vw, 8rem);
  box-shadow: 5px 5px 24px rgba(0, 0, 0, 0.15);
}
.message-why__card-inner {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  justify-content: center;
}
.message-why__card-body {
  flex: 1;
  max-width: 51.4rem;
}
.message-why__card-heading {
  margin-bottom: 2rem;
  color: #2a2a30;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.53;
  letter-spacing: 0.96px;
}
.message-why__card-text {
  color: #2a2a30;
}
.message-why__card-text p {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.48px;
}
.message-why__card-visual {
  flex-shrink: 0;
  width: 28.1rem;
}
.message-why__card-visual img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.message-why__values-heading {
  margin: 0 auto 6rem;
  color: #2a2a30;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.96px;
  text-align: center;
}
.message-why__values-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(2.4rem, 2.5vw, 4.8rem);
  width: 100%;
  min-width: 0;
}
.message-why__values-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.6rem;
  flex: 221 1 0;
  min-width: 0;
  width: auto;
  max-width: 22.1rem;
  text-align: center;
}
.message-why__values-item--last {
  flex: 207 1 0;
  max-width: 20.7rem;
}
.message-why__values-divider {
  flex-shrink: 0;
  align-self: center;
  width: 0;
  height: clamp(24rem, 31.5vw, 36.3rem);
  border-left: 1px dashed #989898;
}
.message-why__values-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20.7rem;
  flex-shrink: 0;
}
.message-why__values-icon-bg {
  display: block;
  width: 100%;
  height: 100%;
}
.message-why__values-icon-img {
  display: block;
  width: 20.7rem;
  height: 20.7rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.message-why__values-title {
  margin: 0;
  color: #2a2a30;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.72px;
}
.message-why__values-text {
  margin: 0;
  color: #2a2a30;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.54px;
}

.message-people {
  padding: 10rem 0 12rem;
  overflow-x: clip;
}
.message-people__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.message-people__title {
  margin-bottom: 8rem;
}
.message-people__blocks {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  width: 100%;
}
.message-people__block {
  display: flex;
  gap: clamp(3rem, 4.167vw, 6rem);
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
}
.message-people__content {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  flex: 436 1 0;
  min-width: 0;
  width: auto;
  max-width: 43.6rem;
}
.message-people__heading {
  margin: 0;
  color: #2a2a30;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.53;
  letter-spacing: 0.78px;
}
.message-people__heading .line {
  display: block;
}
.message-people__text {
  color: #2a2a30;
}
.message-people__text p {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.48px;
}
.message-people__photo {
  flex: 578 1 0;
  min-width: 0;
  width: auto;
  max-width: 57.8rem;
  height: auto;
  aspect-ratio: 578/346;
  border-radius: 30px;
  overflow: hidden;
}
.message-people__photo img {
  display: block;
  width: 106.4%;
  max-width: none;
  height: 118.5%;
  margin-left: -6.4%;
  -o-object-fit: cover;
     object-fit: cover;
}
.message-people__visual {
  flex: 578 1 0;
  min-width: 0;
  width: auto;
  max-width: 57.8rem;
  height: auto;
  aspect-ratio: 578/352;
  border-radius: 40px;
  overflow: hidden;
}
.message-people__visual-scene {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .message-why__card {
    padding: clamp(2.4rem, 3.5vw, 5rem) clamp(1.6rem, 5%, 6rem);
  }
  .message-why__card--values {
    padding: clamp(2.4rem, 3.5vw, 5rem) clamp(1.6rem, 5%, 6rem) clamp(3.2rem, 4vw, 6rem);
  }
  .message-why__values-list {
    gap: clamp(1.6rem, 2vw, 3rem);
  }
  .message-why__values-item {
    gap: clamp(1.6rem, 2vw, 2.6rem);
  }
  .message-why__values-title {
    font-size: clamp(2rem, 2vw, 2.4rem);
  }
  .message-why__values-text {
    font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  }
  .message-people__block {
    gap: clamp(2rem, 3vw, 4rem);
  }
  .message-people__heading {
    font-size: clamp(2rem, 2.2vw, 2.6rem);
  }
  .message-people__text p {
    font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  }
  .message-people__photo img {
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 950px) and (min-width: 768px) {
  .message-why__card {
    padding: clamp(2rem, 3vw, 3.6rem) clamp(1.6rem, 4%, 3.2rem);
  }
  .message-why__card--values {
    padding: clamp(2rem, 3vw, 3.6rem) clamp(1.6rem, 4%, 3.2rem) clamp(2.4rem, 3.5vw, 4rem);
  }
  .message-why__card-inner {
    gap: clamp(2rem, 3vw, 4rem);
  }
}
@media only screen and (max-width: 767px) {
  .message-bg {
    margin-top: -4rem;
    border-radius: 0 0 clamp(3rem, 8vw, 5rem) clamp(3rem, 8vw, 5rem);
  }
  .message-why {
    padding: 6rem 0 5rem;
  }
  .message-why__title {
    margin-bottom: 4rem;
  }
  .message-why__content {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 4rem;
    padding: 4rem 0;
    overflow-x: hidden;
    overflow-y: visible;
    box-sizing: border-box;
  }
  .message-why__watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    font-size: clamp(5rem, 30.59cqi, 9rem);
    letter-spacing: 0.08em;
  }
  .message-why__text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .message-why__text p {
    font-size: 1.6rem;
    line-height: 2.2;
    letter-spacing: 0.48px;
    text-align: left;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .message-why__card {
    margin-bottom: 4rem;
    padding: 3rem 2rem;
    border-radius: 30px;
  }
  .message-why__card--values {
    padding: 4rem 2rem 4.5rem;
  }
  .message-why__card-inner {
    flex-direction: column;
    align-items: center;
  }
  .message-why__card-heading {
    font-size: 2.2rem;
  }
  .message-why__values-heading {
    margin-bottom: 3rem;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .message-why__values-list {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    max-width: 500px;
    margin-inline: auto;
  }
  .message-why__values-item {
    flex: none;
    gap: 1.6rem;
    width: 100%;
    max-width: none;
  }
  .message-why__values-item--last {
    width: 100%;
    max-width: none;
  }
  .message-why__values-divider {
    width: 100%;
    max-width: 50rem;
    height: 0;
    margin: 0;
    border-left: none;
    border-top: 1px dashed #989898;
    align-self: center;
  }
  .message-why__values-icon {
    width: auto;
    max-width: none;
  }
  .message-why__values-icon-img {
    width: 18rem;
    height: 18rem;
  }
  .message-why__values-text {
    text-align: center;
  }
  .message-people {
    padding: 5rem 0 6rem;
  }
  .message-people__title {
    margin-bottom: 4rem;
  }
  .message-people__blocks {
    gap: 5rem;
  }
  .message-people__block {
    flex-direction: column;
    gap: 3.2rem;
  }
  .message-people__block--reverse {
    flex-direction: column;
    gap: 3.2rem;
  }
  .message-people__block--reverse > .message-people__content {
    order: 1;
  }
  .message-people__block--reverse > .message-people__visual {
    order: 2;
  }
  .message-people__content {
    flex: none;
    width: 100%;
    max-width: none;
  }
  .message-people__heading {
    font-size: 2.2rem;
  }
  .message-people__photo {
    flex: none;
    width: 100%;
    max-width: 50rem;
    height: auto;
    aspect-ratio: 578/346;
    border-radius: 20px;
  }
  .message-people__photo img {
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
  .message-people__visual {
    flex: none;
    width: 100%;
    max-width: 50rem;
    height: auto;
    aspect-ratio: 578/352;
    border-radius: 20px;
  }
}
.games-bg {
  position: relative;
  z-index: 1;
  margin-top: -2px;
  overflow: hidden;
  border-radius: 0 0 clamp(8rem, 16.146vw, 31rem) clamp(8rem, 16.146vw, 31rem);
  background: #c80000;
}
.games-bg::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c80000;
  pointer-events: none;
}

.games-lineup {
  padding: 13rem 0 10rem;
}
.games-lineup__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.games-lineup__title {
  margin-bottom: 8rem;
}
.games-lineup__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
  gap: clamp(20px, 2.031vw, 39px);
  width: 100%;
}
.games-lineup__item {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  max-width: 400px;
  color: #fff;
}
.games-lineup__thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 400/292;
  border-radius: 30px;
  background: #fff;
  box-shadow: 4.23px 4.23px 20.305px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.games-lineup__thumb img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.games-lineup__item-title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.54px;
}
.games-lineup__caption {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.48px;
}
.games-lineup__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 12px 10px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 90px;
}
.games-lineup__button .icon, .games-lineup__button .text {
  color: #c80000;
  font-size: 1.6rem;
  font-weight: 700;
}

.games-movie {
  padding: 10rem 0 12rem;
}
.games-movie__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.games-movie__title {
  margin-bottom: 7.6rem;
}
.games-movie__lead {
  margin: 0 0 7.6rem;
  color: #2a2a30;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.54px;
  text-align: center;
}
.games-movie__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
  gap: clamp(20px, 2.031vw, 39px);
  width: 100%;
}
.games-movie__card {
  width: 100%;
  max-width: 400px;
}
.games-movie__card-link {
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
  box-sizing: border-box;
  width: 100%;
  padding: 3.8rem 3.7rem 3.8rem 3.8rem;
  border-radius: 31.792px;
  background: #fff;
  box-shadow: 4.483px 4.483px 13.046px rgba(0, 0, 0, 0.12);
  color: #2a2a30;
  text-decoration: none;
}
.games-movie__video {
  width: 100%;
  max-width: 26.2rem;
  margin-inline: auto;
  aspect-ratio: 16/9;
  border-radius: 20px;
  background: url(../img/pages/games/youtube.webp) no-repeat center/cover;
  overflow: hidden;
}
.games-movie__video iframe {
  width: 100%;
  height: 100%;
}
.games-movie__card-title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.54px;
}
.games-movie__card-caption {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.48px;
}

@media only screen and (max-width: 767px) {
  .games-bg {
    margin-top: -1px;
    border-radius: 0 0 clamp(3rem, 8vw, 5rem) clamp(3rem, 8vw, 5rem);
  }
  .games-lineup {
    padding: 6rem 0 5rem;
  }
  .games-lineup__title {
    margin-bottom: 4rem;
  }
  .games-lineup__list {
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 32px;
    max-width: 400px;
    margin-inline: auto;
  }
  .games-lineup__item {
    max-width: none;
    width: 100%;
  }
  .games-lineup__item-title {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .games-lineup__caption {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .games-lineup__button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
  }
  .games-lineup__button .icon {
    width: 25px;
  }
  .games-lineup__button .text {
    font-size: 1.5rem;
  }
  .games-movie {
    padding: 5rem 0 6rem;
  }
  .games-movie__title {
    margin-bottom: 3rem;
  }
  .games-movie__lead {
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }
  .games-movie__list {
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 32px;
    max-width: 500px;
    margin-inline: auto;
  }
  .games-movie__card {
    max-width: 300px;
    margin-inline: auto;
  }
  .games-movie__card-title {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .games-movie__card-caption {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.company-bg {
  margin-top: -8rem;
  overflow: hidden;
  border-radius: 0 0 clamp(8rem, 16.146vw, 31rem) clamp(8rem, 16.146vw, 31rem);
  background: #c80000;
}

.company-vision {
  padding: 13rem 0 10rem;
}
.company-vision__inner {
  position: relative;
}
.company-vision__title {
  margin-bottom: 9rem;
}
.company-vision__body {
  text-align: center;
}
.company-vision__content {
  position: relative;
  width: 100%;
  max-width: 105.7rem;
  height: 39.2rem;
  margin: 0 auto;
}
.company-vision__watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-family: "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.2);
  font-size: clamp(6rem, 18.75vw, 36rem);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}
.company-vision__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  max-width: 94.8rem;
  color: #fff;
}
.company-vision__text p {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8;
  letter-spacing: 0.6px;
  text-align: center;
  white-space: pre-wrap;
}

.company-why {
  padding-bottom: 10rem;
  overflow-x: clip;
}
.company-why__inner {
  display: flex;
  justify-content: center;
}
.company-why__block {
  display: flex;
  gap: clamp(3rem, 4.167vw, 6rem);
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
}
.company-why__content {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  flex: 436 1 0;
  min-width: 0;
  width: auto;
  max-width: 43.6rem;
}
.company-why__heading {
  margin: 0;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.53;
  letter-spacing: 0.78px;
}
.company-why__text {
  color: #fff;
}
.company-why__text p {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.48px;
}
.company-why__photo {
  flex: 578 1 0;
  min-width: 0;
  width: auto;
  max-width: 57.8rem;
  height: auto;
  aspect-ratio: 578/346;
  border-radius: 30px;
  overflow: hidden;
}
.company-why__photo img {
  display: block;
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .company-why__block {
    gap: clamp(2rem, 3vw, 4rem);
  }
  .company-why__heading {
    font-size: clamp(2rem, 2.2vw, 2.6rem);
  }
  .company-why__text p {
    font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  }
  .company-message__block {
    gap: clamp(2rem, 3vw, 4rem);
  }
  .company-message__heading {
    font-size: clamp(2rem, 2.2vw, 2.6rem);
  }
  .company-message__text p {
    font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  }
}
.company-policy {
  padding-bottom: 13rem;
}
.company-policy__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company-policy__title {
  margin: 0 0 7rem;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.53;
  letter-spacing: 0.78px;
  text-align: center;
}
.company-policy__list {
  display: flex;
  gap: clamp(24px, 2.083vw, 40px);
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.company-policy__item {
  display: flex;
  flex-direction: column;
  flex: 1 1 31.3rem;
  min-width: 0;
  width: auto;
  max-width: 31.3rem;
}
.company-policy__visual {
  position: relative;
  margin-bottom: 2.7rem;
}
.company-policy__number {
  position: absolute;
  top: 0;
  left: 0.6rem;
  z-index: 1;
  margin: 0;
  transform: translateY(-50%);
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
}
.company-policy__photo {
  width: 100%;
  height: auto;
  aspect-ratio: 312/330;
  border-radius: 30px;
  overflow: hidden;
}
.company-policy__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-policy__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  text-align: center;
}
.company-policy__heading {
  margin: 0;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.78px;
}
.company-policy__text {
  margin: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.47px;
}

.company-info {
  padding: 10rem 0 12rem;
}
.company-info__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company-info__title {
  margin-bottom: 8rem;
}
.company-info__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  margin: 0;
  padding: 0 0 3rem;
  border-bottom: 1px solid #adadad;
}
.company-info__row {
  display: flex;
  align-items: center;
  margin: 0;
  border-top: 1px solid #adadad;
  padding-top: 3rem;
}
.company-info__term {
  flex: 0 0 11.1rem;
  width: 11.1rem;
  margin: 0;
  color: #2a2a30;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.54px;
}
.company-info__desc {
  margin: 0;
  color: #2a2a30;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.48px;
}
.company-info__map {
  width: 100%;
  height: 40rem;
  margin-top: 8rem;
  border-radius: 30px;
  overflow: hidden;
}
.company-info__map iframe {
  width: 100%;
  height: 100%;
}

.company-message {
  padding-bottom: 12rem;
  overflow-x: clip;
}
.company-message__inner {
  display: flex;
  justify-content: center;
}
.company-message__block {
  display: flex;
  gap: clamp(3rem, 4.167vw, 6rem);
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
}
.company-message__content {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  flex: 436 1 0;
  min-width: 0;
  width: auto;
  max-width: 43.6rem;
}
.company-message__heading {
  margin: 0;
  color: #2a2a30;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.53;
  letter-spacing: 0.78px;
}
.company-message__text {
  color: #2a2a30;
}
.company-message__text p {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.48px;
}
.company-message__photo {
  flex: 589 1 0;
  min-width: 0;
  width: auto;
  max-width: 58.9rem;
  height: auto;
  aspect-ratio: 589/452;
  border-radius: 30px;
  overflow: hidden;
}
.company-message__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .company-bg {
    margin-top: -4rem;
    border-radius: 0 0 clamp(3rem, 8vw, 5rem) clamp(3rem, 8vw, 5rem);
  }
  .company-vision {
    padding: 6rem 0 5rem;
  }
  .company-vision__title {
    margin-bottom: 4rem;
  }
  .company-vision__content {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 4rem 0;
    overflow-x: hidden;
    overflow-y: visible;
    box-sizing: border-box;
  }
  .company-vision__watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    font-size: clamp(6rem, 22vw, 10rem);
    white-space: nowrap;
  }
  .company-vision__text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .company-vision__text p {
    font-size: 1.6rem;
    line-height: 2.2;
    letter-spacing: 0.48px;
    text-align: left;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .company-why {
    padding-bottom: 6rem;
  }
  .company-why__block {
    flex-direction: column;
    gap: 3.2rem;
  }
  .company-why__content {
    flex: none;
    width: 100%;
    max-width: none;
    gap: 2rem;
  }
  .company-why__heading {
    font-size: 2.2rem;
  }
  .company-why__photo {
    flex: none;
    width: 100%;
    max-width: 50rem;
    height: auto;
    aspect-ratio: 578/346;
  }
  .company-policy {
    padding-bottom: 6rem;
  }
  .company-policy__title {
    margin-bottom: 4rem;
    font-size: 2.2rem;
  }
  .company-policy__list {
    flex-direction: column;
    gap: 24px;
    max-width: 500px;
    margin-inline: auto;
  }
  .company-policy__item {
    flex: none;
    width: 100%;
    max-width: none;
  }
  .company-policy__photo {
    border-radius: 20px;
  }
  .company-policy__number {
    font-size: 4.8rem;
  }
  .company-policy__heading {
    font-size: 2.2rem;
  }
  .company-policy__text {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.2px;
  }
  .company-info {
    padding: 6rem 0 8rem;
  }
  .company-info__title {
    margin-bottom: 4rem;
  }
  .company-info__list {
    gap: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .company-info__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    padding-top: 2.4rem;
  }
  .company-info__term {
    flex: none;
    width: auto;
  }
  .company-info__desc {
    line-height: 1.6;
  }
  .company-info__map {
    width: 100%;
    height: auto;
    aspect-ratio: 1080/400;
    min-height: 20rem;
    margin-top: 3.2rem;
    border-radius: 15px;
  }
  .company-message {
    padding-bottom: 6rem;
  }
  .company-message__block {
    flex-direction: column;
    gap: 3.2rem;
  }
  .company-message__content {
    flex: none;
    width: 100%;
    max-width: none;
    gap: 2rem;
  }
  .company-message__heading {
    font-size: 2.2rem;
  }
  .company-message__photo {
    flex: none;
    width: 100%;
    max-width: 50rem;
    height: auto;
    aspect-ratio: 589/452;
    border-radius: 20px;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 870px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  font-size: 1.6rem;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  background: #c80000;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  color: #ffffff;
  font-size: 1.4rem;
  background: #c80000;
  padding: 2px 10px;
}
.blog-single__title {
  color: #000000;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: end;
  border-top: 1px solid #000000;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.contact-complete__inner {
  padding: 80px 0;
}
.contact-complete__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .contact-complete__inner {
    padding: 50px 0;
  }
  .contact-complete__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-complete__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .contact-complete__text a {
    border-bottom: 1px solid #000000;
  }
}
.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}/*# sourceMappingURL=style.css.map */