.tw_about {
  position: relative;
  text-align: center;
  padding-top: 85px;
  padding-bottom: 88px;
  background-color: var(--color-black);
}

.tw_about::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 867px;
  height: 588px;
  background: url(../img/img-bg-about-01.png) no-repeat top right;
  background-size: contain;
}

.tw_about::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 646px;
  height: 662px;
  opacity: 0.9;
  background: url(../img/img-bg-about-02.png) no-repeat bottom left;
  background-size: contain;
}

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

.tw_about_container {
  position: relative;
  z-index: 1;
}

.tw_about_heading {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.44px;
  word-wrap: break-word;
}

.tw_about_text_mark {
  color: #c0323d;
}

.tw_about_text_year {
  margin-top: 40px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3.08px;
  word-wrap: break-word;
}

.tw_about__content {
  margin-top: 68px;
}

.tw_about__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
}

.tw_about__description {
  width: 800px;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 1.12px;
  word-wrap: break-word;
}

[lang="en"] .tw_about__description {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.54px;
}

@media only screen and (max-width: 768px) {
  .tw_about {
    padding-top: 30px;
    padding-bottom: 93px;
  }

  .tw_about_heading {
    font-size: 24px;
  }

  .tw_about_text_year {
    margin-top: 12px;
    font-size: 20px;
  }

  .tw_about__title {
    font-size: 18px;
  }

  .tw_about__content {
    margin-top: 30px;
  }

  .tw_about__description {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
  }

  .tw_about::before {
    left: auto;
    right: 0;
    width: 314px;
    height: 213px;
    background: url(../img/img-bg-about-01_sp.png) no-repeat top right;
    background-size: contain;
  }

  .tw_about::after {
    width: 384px;
    height: 280px;
    background: url(../img/img-bg-about-02_sp.png) no-repeat bottom left;
    background-size: contain;
  }
}
.tw_future {
  color: var(--color-black);
  padding-top: 200px;
  padding-bottom: 39.5rem;
  background-color: var(--color-white) !important;
  background: url("../img/img-bg-feature.jpg") no-repeat bottom center;
  background-size: 100% auto;
  margin-bottom: -2px;
  position: relative;
  z-index: 2;
}

.tw_future__line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 0;
  background-color: var(--color-black);
  z-index: 1;
}

.tw_future .tw_section_heading {
  display: flex;
  text-align: center;
  will-change: transform, opacity;
}

.tw_future__sub-heading {
  margin-top: 70px;
  color: #c0323d;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.84px;
  word-wrap: break-word;
  text-align: center;
  will-change: transform, opacity;
}

.tw_future__content {
  width: 900px;
  margin: 40px auto 0;
  color: var(--color-text, #222222);
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  word-wrap: break-word;
  text-align: center;
  will-change: transform, opacity;
}

@media screen and (max-width: 769px) {
  .tw_future {
    padding-top: 148px;
    padding-bottom: 315px;
    background: url("../img/img-bg-feature-sp.jpg") no-repeat bottom center;
    background-size: 100% auto;
  }

  .tw_future__sub-heading {
    font-size: 20px;
    margin-top: 20px;
  }

  .tw_future__content {
    width: 100%;
    font-size: 14px;
    margin-top: 24px;
    text-align: left;
  }

  .tw_future__line {
    max-height: 150px;
  }
}

.tw_future .tw_section_heading,
.tw_future__sub-heading,
.tw_future__content {
  opacity: 0;
}
.tw_footer {
  background-color: var(--color-black);
}

.tw_footer__container {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

.tw_footer__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px 0;
}

.tw_footer__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tw_footer__logo img {
  display: block;
  width: 216px;
  height: auto;
}

.tw_footer__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 48px;
}

.tw_footer__social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.tw_footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.tw_footer__social-link img {
  display: block;
  height: 28px;
  width: auto;
}

.tw_footer__lang {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 30px;
  gap: 10px;
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.14px;
  line-height: 1;
}

.tw_footer__lang-item {
  color: var(--color-white);
}

.tw_footer__lang-item--current {
  color: var(--color-gray);
}

.tw_footer__lang-link {
  text-decoration: none;
  color: var(--color-white);
}

.tw_footer__lang-divider {
  width: 1px;
  height: 14px;
  background-color: var(--color-gray);
}

.tw_footer__divider {
  width: 100%;
  height: 1px;
  background-color: var(--color-gray);
}

.tw_footer__row--bottom {
  font-family: var(--font-family-condensed);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14px;
}

.tw_footer__copyright {
  display: flex;
}

.tw_footer__copyright-text {
  color: var(--color-passive);
}

.tw_footer__copyright-brand {
  color: var(--color-white);
  padding: 0 4px;
}

.tw_footer__address {
  color: var(--color-passive);
}

@media only screen and (max-width: 768px) {
  .tw_footer__row {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }

  .tw_footer__container {
    padding: 0 15px;
  }

  .tw_footer__inner {
    gap: 20px;
  }

  .tw_footer__row--top {
    align-items: center;
  }

  .tw_footer__right {
    flex-direction: column;
    gap: 40px;
  }

  .tw_footer__lang {
    height: auto;
  }

  .tw_footer__row--bottom {
    text-align: center;
    gap: 8px;
    flex-direction: column-reverse;
  }

  .tw_footer__divider {
    width: 300px;
    margin: 0 auto;
  }

  .tw_footer__copyright {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tw_footer__logo img {
    width: 200px;
    height: auto;
  }

  .tw_footer__social {
    width: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: initial;
  }

  .tw_footer__social-link--facebook img {
    width: 14.35px;
    height: auto;
  }

  .tw_footer__social-link--youtube img {
    width: 30px;
    height: auto;
  }

  .tw_footer__social-link--x img {
    width: 37px;
    height: 30px;
  }

  .tw_footer__social-link--instagram img {
    width: 27px;
    height: 27px;
  }

  .tw_footer__social-link--online img {
    width: 35px;
    height: 27px;
  }

  .tw_footer__social-link--blog img {
    width: 61px;
    height: 25px;
  }
}
.tw_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-color: var(--color-black);
  z-index: 998;
}

.tw_header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 40px;
}

.tw_header__logo {
  display: flex;
  align-items: center;
}

.tw_header__logo-img {
  width: 230px;
  height: auto;
}

.tw_header__nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.tw_header__lang {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family-condensed);
  font-size: 20px;
  font-weight: 500;
}

.tw_header__lang:first-child {
  padding-right: 20px;
  border-right: 1px solid var(--color-light-gray);
  /* color: var(--color-gray); */
}

.tw_header__lang--current {
  color: var(--color-gray);
}

.tw_header__lang-link {
  text-decoration: none;
  color: var(--color-white);
}

@media (max-width: 768px) {
  .tw_header {
    height: 53px;
  }

  .tw_header__container {
    padding: 0 12px;
  }

  .tw_header__logo-img {
    width: 140px;
  }

  .tw_header__nav {
    gap: 10px;
  }

  .tw_header__lang {
    font-size: 16px;
  }

  .tw_header__lang:first-child {
    padding-right: 10px;
  }
}
.tw_history {
  background-color: var(--color-black);
  position: relative;
  min-height: 100dvh;
}

.tw_history__button {
  position: fixed;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  pointer-events: none;
}

.tw_history__button.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.tw_history__button_scroll {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 2;
  background-color: #4b4b4b;
  cursor: pointer;
  border: none;
}

.tw_history__button_scroll::before {
  animation: tw_historyButtonPulse 2s infinite;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}

.tw_history__button_scroll::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 3px);
  width: 16px;
  height: 16px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
}

@keyframes tw_historyButtonPulse {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.tw_history::before {
  content: "";
  position: absolute;
  height: 200px;
  width: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  top: -199px;
  left: 0;
  background: var(--color-black);
}

.tw_history__overview {
  position: relative;
  width: 100vw;
  padding-top: 312px;
  padding-bottom: 423px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("../img/img-wave-bg-title-02.png") no-repeat center calc(50% - 30px);
  background-size: auto 149px;
}

.tw_history__overview::before {
  content: "";
  position: absolute;
  top: 200px;
  right: 0;
  width: 595px;
  height: 366px;
  background: url("../img/img-bg-history-01.png") no-repeat top right;
  background-size: 100% auto;
  z-index: 0;
}

.tw_history__overview::after {
  content: "";
  position: absolute;
  top: 417px;
  left: 0;
  width: 665px;
  height: 549px;
  background: url("../img/img-bg-history-02.png") no-repeat top right;
  opacity: 0.8;
  z-index: 0;
}

.tw_history__overview > .container {
  position: relative;
  z-index: 1;
}

.tw_history .tw_section_heading {
  align-items: center;
  width: 100%;
  position: relative;
  padding-right: 58px;
}

.tw_history .tw_section_heading::before {
  content: "";
  position: absolute;
  top: -58px;
  left: calc(50% - 321px);
  width: 160px;
  height: 120px;
  background: url("../img/img-20th.svg") no-repeat center;
  background-size: contain;
}

.tw_history__container {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  overflow-y: hidden;
  max-width: 100vw;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.tw_history__container::-webkit-scrollbar {
  display: none;
}

.tw_history__content {
  display: flex;
  flex-direction: row;
  width: max-content;
  overscroll-behavior: none;
  position: relative;
}

.tw_history__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100vw;
  right: 0;
  height: 100%;
  z-index: -1;
  background: url("../img/bg-history-scroll.jpg") no-repeat center center;
  background-size: cover;
}

.tw_history__start_year,
.tw_history__current_year {
  width: 100%;
  text-align: left;
  display: block;
  color: #7c7c7c;
  font-size: 80px;
  font-family: var(--font-family-condensed);
  font-weight: 700;
  line-height: 1.175;
  letter-spacing: 1.6px;
  word-wrap: break-word;
}

.tw_history__start_year span,
.tw_history__current_year span {
  position: relative;
}

.tw_history__start_year span::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  margin-left: 14px;
  background-color: #7c7c7c;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.tw_history__current_year span::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  margin-right: 14px;
  background-color: #7c7c7c;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.tw_history__start_year {
  margin-bottom: 130px;
}

.tw_history__current_year {
  margin-top: 83px;
  text-align: right;
}
.tw_history__tabs {
  position: fixed;
  top: 121px;
  left: 0;
  width: 100vw;
  height: auto;
  z-index: 1000;
  pointer-events: none;
  transform: none;
  will-change: auto;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  margin: 0;
  padding: 0;
}

.tw_history__tabs.is-fixed {
  position: fixed;
  top: 121px;
  left: 0;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  display: block;
  transform: none;
  pointer-events: auto;
}

.tw_history__tabs .container {
  pointer-events: auto;
}

.tw_history__tabs .container {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.tw_history__tab {
  background-color: transparent;
  border: none;
  color: #d4d4d4;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  cursor: pointer;
  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease;
  position: relative;
  vertical-align: top;
}

@media screen and (min-width: 769px) {
  .tw_history__tab-label + span {
    margin-top: -20px;
  }

  .tw_history__tab:nth-of-type(2) {
    margin-top: -20px;
  }

  .tw_history__tab:nth-of-type(2) + .tw_history__tab-label + span {
    margin-top: -40px;
  }

  .tw_history__tab:nth-of-type(3) {
    margin-top: -40px;
  }

  .tw_history__tab:nth-of-type(3) + .tw_history__tab-label + span {
    margin-top: -60px;
  }

  .tw_history__tab:nth-of-type(4) {
    margin-top: -60px;
  }

  .tw_history__tab:nth-of-type(4) + .tw_history__tab-label + span {
    margin-top: -80px;
  }

  .tw_history__tab:nth-of-type(5) {
    margin-top: -80px;
  }

  .tw_history__tab:nth-of-type(5) + .tw_history__tab-label + span {
    margin-top: -100px;
  }
}

.tw_history__tab > span:first-child {
  color: #7c7c7c;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  border: 1px solid #7c7c7c;
  padding: 5px 15px;
  position: relative;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
  display: inline-block;
}

.tw_history__tab-label {
  position: absolute;
  line-height: 22px;
  white-space: nowrap;
  transition: color 0.3s ease;
  color: #d4d4d4;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  pointer-events: none;
  width: max-content;
}

.tw_history__tab-label-mobile {
  display: none;
}

@media screen and (min-width: 769px) {
  .tw_history__tabs .container > span:not(.tw_history__tab-label) {
    display: block;
    width: 25%;
    height: 1px;
    background: #4b4b4b;
    transition: background 0.3s ease;
  }
}

@media screen and (max-width: 768px) {
  .tw_history__tabs .container > span:not(.tw_history__tab-label) {
    display: none;
  }
}

.tw_history__tab > span::before {
  content: "";
  position: absolute;
}

.tw_history__tab[data-active="true"] {
  font-weight: 500;
  color: var(--color-white);
}

.tw_history__tab[data-active="true"] > span:first-child {
  color: #ffffff;
  background-color: #c0323d;
  border-color: #c0323d;
}

.tw_history__tab[data-active="true"] + .tw_history__tab-label {
  color: var(--color-white);
  font-weight: 500;
}

.tw_history__tab[data-active="true"] + .tw_history__tab-label + span {
  position: relative;
  background: #4b4b4b;
  overflow: hidden;
}

.tw_history__tab[data-active="true"] + .tw_history__tab-label + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--tab-progress, 0%);
  height: 100%;
  background: rgba(192, 50, 61, 1);
  transition: width 0.1s ease-out;
  z-index: 1;
}

.tw_timeline {
  background-image: url("../img/img-bg-timeline.jpg");
  background-repeat: repeat-x;
}

.tw_timeline_item {
  padding: 200px 140px 0 60px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 93px;
}

.tw_timeline_content {
  width: 932px;
  height: 711px;
  flex-shrink: 0;
}

.tw_timeline_title {
  margin-bottom: 32px;
  color: #c0323d;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: 1.32px;
  word-wrap: break-word;
  border-bottom: 1px solid #7c7c7c;
  position: relative;
}

[lang="en"] .tw_timeline_title {
  margin-bottom: 12px;
  font-size: 44px;
  line-height: 1.2;
}

.tw_timeline_description {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tw_timeline_description::after {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: 119px;
  background-image: url("../img/img-wave-bg-title.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.tw_timeline_text {
  display: block;
  margin-top: 12px;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  word-wrap: break-word;
}

.tw_timeline_text.tw_timeline_text--break-all {
  word-break: break-all;
}

.tw_timeline_button {
  display: block;
  color: var(--color-white);
  margin-top: 32px;
  padding: 3px 15px;
  background-color: transparent;
  border: 1px solid var(--color-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  word-wrap: break-word;
  text-decoration: none;
}

[lang="en"] .tw_timeline_button {
  margin-top: 12px;
}

.tw_timeline_year {
  margin-top: 50px;
  color: #c0323d;
  font-size: 150px;
  font-family: var(--font-family-condensed);
  font-weight: 700;
  line-height: 1;
  word-wrap: break-word;
  text-align: right;
  padding-right: 0;
}

@media screen and (min-width: 769px) {
  .tw_timeline_year {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1.6;
  }
}

.tw_timeline_images {
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.tw_timeline_images_item {
  width: 360px;
}

.tw_timeline_images_item:nth-of-type(2) {
  margin-left: 200px;
}

.tw_timeline_images_item_text {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 8px;
  color: white;
  text-align: right;
}

.tw_timeline_images img {
  width: 100%;
  height: auto;
}

.tw_history__scroll-sp {
  display: none;
}

.tw_history__scroll-line {
  width: 1px;
  height: 94px;
  position: relative;
  overflow: hidden;
  background: transparent;
  z-index: 1;
}

.tw_history__scroll-sp-container {
  transform: rotate(-90deg) translateY(50px);
}

.tw_history__scroll-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
    to bottom,
    var(--color-red) 0,
    var(--color-red) 5px,
    transparent 5px,
    transparent 8px
  );
  animation: tw_scrollLineFlow 2s infinite;
  will-change: clip-path;
}

.tw_history__scroll-text {
  font-weight: 400;
  font-size: 14px;
  color: var(--color-red);
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .tw_history__container {
    touch-action: pan-x pan-y !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: scroll-position;
  }

  .tw_history__content {
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  .tw_history__scroll-sp {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tw_history__button {
    top: auto;
    bottom: 14px;
    right: 14px;
    transform: none;
  }

  .tw_history__content::after {
    background: url("../img/bg-history-scroll-sp.jpg") no-repeat center center;
    background-size: cover;
  }

  .tw_history__content .tw_section_heading span:first-child {
    font-size: 48px;
  }

  .tw_history__content .tw_section_heading span:nth-of-type(2) {
    font-size: 12px;
    font-weight: 400;
    margin-top: 0;
  }

  .tw_history__button_scroll::before {
    width: 40px;
    height: 40px;
    animation: tw_historyButtonPulseMobile 2s infinite;
  }

  .tw_history .tw_section_heading {
    padding-right: 0;
  }
  .tw_history::before {
    height: 75px;
    top: -74px;
  }

  .tw_history .tw_section_heading::before {
    width: 77px;
    height: 119px;
    left: calc(50% - 140px);
  }

  .tw_history__start_year,
  .tw_history__current_year {
    font-size: 48px;
  }

  .tw_history__start_year {
    margin-bottom: 50px;
  }

  .tw_history__current_year {
    margin-top: 15px;
    padding-right: 0;
  }

  .tw_history__overview {
    padding-top: 129px;
    padding-bottom: 50px;
    background-size: auto 44px;
    background-position-y: 233px;
  }

  .tw_history__overview::after {
    top: 318px;
    left: 0;
    width: 264px;
    height: 178px;
    background: url(../img/img-bg-history-02_sp.png) no-repeat top right;
    background-size: contain;
  }

  .tw_history__overview::before {
    top: calc(50% - 150px);
    right: 0;
    width: 276px;
    height: 174px;
    background: url(../img/img-bg-history-01_sp.png) no-repeat top right;
    background-size: contain;
  }

  .tw_timeline_description::after {
    display: none;
  }

  .tw_timeline_title {
    font-size: 28px !important;
    line-height: 2 !important;
    margin-bottom: 0 !important;
    border-bottom: none;
    overflow-x: hidden;
  }

  .tw_timeline_title span {
    position: relative;
  }

  .tw_timeline_title span::after {
    margin-left: 15px;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 100%;
    width: 200vw;
    height: 1px;
    background-image: none;
    background-color: #7c7c7c;
    transform: translateY(-50%);
  }

  .tw_timeline_text {
    margin-top: 0;
    font-size: 14px;
    column-count: 2;
    column-gap: 30px;
    column-width: 345px;
    height: 305px;
    max-height: 50vh;
    text-align: justify;
  }

  [lang="en"] .tw_timeline_text {
    height: 344px;
    max-height: 60vh;
  }

  .tw_timeline_item {
    padding: 116px 90px 0 20px;
    gap: 26px;
    align-items: flex-start;
  }

  [lang="en"] .tw_timeline_item {
    align-self: flex-start;
    padding: 150px 90px 0 20px;
  }

  .tw_timeline_button {
    margin-top: 26px;
    margin-bottom: 12px;
    padding: 4px 16px;
    font-size: 14px;
  }

  .tw_timeline_year {
    width: 50%;
    margin-top: 2px;
    padding-right: 15px;
    font-size: 40px;
    line-height: 1.6;
  }

  .tw_timeline_content {
    width: 720px;
    height: auto;
  }

  .tw_timeline_images {
    margin-top: -15px;
    gap: 26px;
  }

  .tw_timeline_images_item {
    width: 185px;
  }

  .tw_timeline_images_item:nth-of-type(2) {
    margin-left: 65px;
  }

  .tw_timeline_images_item_text {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 4px;
  }

  .tw_history__content {
    height: 100vh;
    align-items: center;
  }
  .tw_history__tab {
    font-size: 14px;
    border: 1px solid #7c7c7c;
    flex: auto;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 9px;
    border-right-color: transparent;
  }

  .tw_history__tabs {
    top: 53px;
  }

  .tw_history__tabs.is-fixed {
    top: 53px;
    width: 100%;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
    pointer-events: auto;
    overscroll-behavior-x: contain;
  }

  /* .tw_history__tabs.is-fixed::-webkit-scrollbar {
    display: none;
  } */

  .tw_history__tabs .container {
    padding-left: 0;
    padding-right: 0;
    width: 500px;
    min-width: 500px;
    flex-shrink: 0;
  }

  .tw_history__tabs .container .tw_history__tab {
    flex-shrink: 0;
    white-space: nowrap;
  }

  .tw_history__tabs .container > span {
    display: none;
  }

  .tw_history__button_scroll {
    width: 40px;
    height: 40px;
  }

  .tw_history__tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 1;
    height: 53px;
  }

  [lang="en"] .tw_history__tab {
    gap: 0;
    height: 67px;
  }

  .tw_history__tab > span:first-child {
    border: none;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    display: flex;
  }

  .tw_history__tab-label-mobile {
    font-size: 14px;
    line-height: 17px;
    color: #7c7c7c;
    white-space: break-spaces;
    transition: color 0.3s ease;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .tw_history__tab[data-active="true"] .tw_history__tab-label-mobile {
    color: var(--color-white);
  }

  .tw_history__tab-label {
    display: none;
  }

  .tw_history__tab[data-active="true"] {
    background-color: var(--color-red);
    border-color: var(--color-white);
  }

  .tw_history__tab[data-active="true"] > span:first-child {
    color: #ffffff;
    background-color: transparent;
    border-color: transparent;
  }

  .tw_history__start_year span::after {
    width: 48px;
    margin-left: 6px;
  }

  .tw_history__current_year span::after {
    width: 48px;
    margin-right: 6px;
  }

  .tw_history__button_scroll::after {
    left: calc(50% - 2px);
    width: 9px;
    height: 9px;
    border-top-width: 1.5px;
    border-right-width: 1.5px;
  }
}

@keyframes tw_historyButtonPulseMobile {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
:root {
  --font-family-primary: "Noto Sans JP", sans-serif;
  --font-family-condensed: "Roboto Condensed", sans-serif;
  --color-white: #fff;
  --color-black: #000;
  --color-red: #c0323d;
  --color-text: #222;
  --color-light-gray: #f2f2f2;
  --color-gray: #7c7c7c;
  --color-zinc-600: #52525b;
  --color-passive: #606060;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: var(--font-family-primary);
  color: var(--color-white);
  overflow-x: hidden;
}

html[lang="en"] {
  --font-family-primary: "Roboto", sans-serif;
}

html[lang="en"] body {
  font-family: var(--font-family-primary);
}

.pc-only {
  display: block;
}

@media only screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.tw_page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120vh;
  z-index: 9999;
  overflow: hidden;
}

.tw_page-loader__first {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  transform: translateY(0);
  animation: tw_pageLoaderSlideUp 0.6s ease-out forwards;
  animation-delay: 1s;
  will-change: transform;
  z-index: 2;
}

.tw_page-loader__second {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  transform: translateY(0);
  animation: tw_pageLoaderSlideUp 0.6s ease-out forwards;
  animation-delay: 1.5s;
  will-change: transform;
  z-index: 1;
}

.tw_page-loader__animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  opacity: 0;
  animation: tw_pageLoaderFadeIn 0.5s ease-out forwards;
  animation-delay: 0.5s;
}

.tw_page-loader__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tw_page-loader__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

@keyframes tw_pageLoaderSlideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

@keyframes tw_pageLoaderFadeIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.container {
  width: 100%;
  max-width: 1160px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.tw_main {
  overflow: hidden;
}

#smooth-wrapper {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

#smooth-content {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
}

section {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

[data-pin-spacer] {
  margin: 0 !important;
  padding: 0 !important;
}

.tw_history [data-pin-spacer] {
  height: auto !important;
  min-height: 0 !important;
}

[data-pin] {
  margin-bottom: 0 !important;
}

.tw_section_heading {
  display: inline-flex;
  flex-direction: column;
}

.tw_section_heading span:first-child {
  font-size: 100px;
  font-family: var(--font-family-condensed);
  font-weight: 700;
}

.tw_section_heading span:nth-of-type(2) {
  margin-top: -5px;
  font-size: 24px;
  font-weight: 400;
  color: var(--color-gray);
}

.text-white {
  color: var(--color-white) !important;
}

.tw_sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgb(31 41 55 / 20%);
}

.tw_scroll-to-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 51px;
  height: 31px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease;
}

.tw_scroll-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tw_scroll-to-top:hover {
  opacity: 0.8;
}

.tw_scroll-to-top img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 768px) {
  .tw_section_heading span:first-child {
    font-size: 40px;
  }

  .tw_section_heading span:nth-of-type(2) {
    margin-top: 8px;
    font-size: 14px;
  }
}
.tw_keyvisual {
  position: relative;
  width: 100%;
  margin-top: 72px;
  height: calc(100vh - 72px);
}

.tw_keyvisual__bg {
  display: block;
  width: 100%;
  height: 100%;
}

.tw_keyvisual__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tw_keyvisual__logo {
  position: absolute;
  top: 83px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.tw_keyvisual__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.tw_keyvisual__scroll-line {
  width: 1px;
  height: 94px;
  position: relative;
  overflow: hidden;
  background: transparent;
  z-index: 1;
}

.tw_keyvisual__scroll {
  position: relative;
  z-index: 2;
}

.tw_keyvisual__scroll-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
    to bottom,
    var(--color-white) 0,
    var(--color-white) 5px,
    transparent 5px,
    transparent 8px
  );
  animation: tw_scrollLineFlow 2s infinite;
  will-change: clip-path;
}

@keyframes tw_scrollLineFlow {
  0% {
    clip-path: inset(0% 0 100% 0);
  }
  50% {
    clip-path: inset(0% 0 0 0);
  }
  51% {
    clip-path: inset(0% 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}

.tw_keyvisual__scroll img {
  display: block;
}

.tw_keyvisual__scroll-container {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 55px;
  height: 119px;
  z-index: 10;
  display: flex;
  flex-direction: column;
}

.tw_keyvisual__scroll-line-container {
  display: flex;
}

.tw_keyvisual__scroll-text {
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-white);
  text-align: right;
}

@media (max-width: 768px) {
  .tw_keyvisual {
    margin-top: 53px;
    height: calc(100vh - 155px);
  }

  .tw_keyvisual__logo {
    top: 80px;
    width: 250px;
  }

  .tw_keyvisual__scroll-container {
    bottom: 0;
    width: 43px;
    height: 73.5px;
  }

  .tw_keyvisual__scroll {
    bottom: 0;
  }

  .tw_keyvisual__scroll img {
    width: 26px;
    height: auto;
  }

  .tw_keyvisual__scroll-text {
    font-size: 13px;
    height: 20px;
  }

  .tw_keyvisual__scroll-line {
    height: 48.5px;
    margin-left: -1px;
  }
}
.tw_message {
  position: relative;
  color: var(--color-black);
  padding-bottom: 261px;
  padding-top: 34px;
  position: relative;
  z-index: 5;
  margin-top: -20px;
  background-color: var(--color-white);
  background-image: url("../img/img-bg-message.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 976px auto;
}

.tw_message::after {
  content: "";
  position: absolute;
  height: 200px;
  width: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  bottom: -1px;
  left: 0;
  background: var(--color-black);
  z-index: 6;
  pointer-events: none;
}

.tw_message .tw_section_heading span:nth-of-type(2) {
  margin-top: 5px;
}

.tw_message::before {
  content: "";
  position: absolute;
  height: 200px;
  width: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  top: -199px;
  left: 0;
  background: var(--color-white);
}

.tw_message__container {
  position: relative;
}

.tw_message__container .container {
}

.tw_message__container::before {
  content: "";
  position: absolute;
  top: -11px;
  right: -63px;
  width: 505px;
  height: 400px;
  background: url("../img/img-bg-message-02.png") no-repeat top center;
  background-size: 100% auto;
  z-index: 0;
}

.tw_message__list {
  margin-top: 160px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 29px;
  row-gap: 80px;
}

.tw_message__item {
  width: calc(33.33% - 20px);
  text-decoration: none;
  position: relative;
}

@media only screen and (min-width: 769px) {
  .tw_message__item:nth-child(3n + 2) {
    top: -40px;
  }

  .tw_message__item:nth-child(3n + 3) {
    top: -80px;
  }
}

.tw_message__avatar {
  display: block;
  line-height: 0;
}

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

.tw_message__info {
  position: relative;
}

.tw_message__info::before {
  position: absolute;
  opacity: 0;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-white);
  transition: opacity 0.3s ease;
}

.tw_message__item:hover .tw_message__info::before {
  opacity: 0.5;
}

.tw_message__name {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 25px);
  height: auto;
  padding: 8px 17px 11px;
  background-color: var(--color-black);
  color: var(--color-white);
  display: flex;
  flex-direction: row;
  font-size: 18px;
  font-weight: 700;
  justify-content: space-between;
}

[lang="en"] .tw_message__name {
  padding: 16px;
}

.tw_message__name > span {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.tw_message__name > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #7c7c7c;
  -webkit-mask-image: url("../img/icon-detail.svg");
  mask-image: url("../img/icon-detail.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-color 0.3s ease;
}

[lang="en"] .tw_message__name > span::before {
  top: 50%;
}

.tw_message__item:hover .tw_message__name > span::before {
  background-color: #c0323d;
}

.tw_message__item:hover .tw_message__name {
  background-color: rgba(0, 0, 0, 0.8);
}

.tw_message__role {
  font-size: 13px;
  font-weight: 400;
  margin-top: 3px;
}

[lang="en"] .tw_message__role {
  font-size: 14px;
  margin-top: 8px;
  padding-right: 40px;
}

.tw_message__role_description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #222222;
  margin-top: 13px;
}

.tw_message__inner {
  max-width: 960px;
  margin: 0 auto;
}

.tw_message__content {
  margin-top: 13px;
  color: var(--color-text, #222222);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}

.tw_message__icon_detail {
  position: relative;
  height: 20px;
  width: 20px;
}

.tw_message__icon_detail:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-image: url("../img/icon-detail.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.tw_modal__heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 52px;
  flex-shrink: 0;
}
.tw_modal__user_list {
  display: flex;
  flex-direction: row;
  gap: 22px;
  overflow-x: auto;
  padding: 6px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tw_modal__user_list::-webkit-scrollbar {
  display: none;
}

.tw_modal__user {
  height: 80px;
  width: 80px;
  display: flex;
  cursor: pointer;
  border-radius: 50%;
  border: 3px solid transparent;
  overflow: hidden;
  flex-shrink: 0;
}

.tw_modal__user[data-active="true"] {
  border: 3px solid var(--color-red);
}

.tw_modal__user img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid transparent;
}

.tw_modal__message_detail {
  margin-top: 48px;
  display: flex;
  flex-direction: row;
}

.tw_modal__message_info {
  background-color: var(--color-light-gray);
  color: var(--color-text);
  display: flex;
  flex-direction: column;
  max-width: 604px;
  padding: 20px 46px 20px 30px;
  border-bottom: 5px solid var(--color-red);
}

.tw_modal__message_name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  word-wrap: break-word;
}

.tw_modal__message_role {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 30px;
  font-size: 16px;
  line-height: 1.6;
  margin-left: 24px;
  padding-left: 24px;
  font-weight: 400;
}

.tw_modal__message_role::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background-color: var(--color-black);
}

.tw_modal__message_name > span {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.tw_modal__message_content {
  max-height: 340px;
  overflow-y: auto;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  word-wrap: break-word;
}

[lang="en"] .tw_modal__message_header .tw_modal__message_content {
  padding-left: 6px;
  border-left: 1px solid var(--color-black);
}

.tw_modal__message-avatar {
  width: calc(100% - 584px);
  margin-left: -20px;
  margin-top: -24px;
}

.tw_modal__message-avatar img {
  width: 100%;
  height: auto;
}
.swiper-button-next,
.swiper-button-prev {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #4b4b4bcc;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border: none;
}

.swiper-horizontal ~ .swiper-button-next,
.swiper-button-next {
  right: 24px;
}

.swiper-horizontal ~ .swiper-button-prev,
.swiper-button-prev {
  left: 24px;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  display: none;
}

.tw_modal__message_header_container {
  display: flex;
  gap: 24px;
}

@media only screen and (max-width: 768px) {
  .tw_message {
    padding-bottom: 200px;
    background-size: 375px auto;
  }

  .tw_message::after {
    height: 60px;
  }

  .tw_message::before {
    height: 75px;
    top: -74px;
  }

  .tw_message__list {
    margin-top: 71px;
    gap: 20px 24px;
  }

  .tw_message__item {
    width: calc(50% - 12px);
  }

  .tw_message__name {
    width: 100%;
  }

  .tw_message__name {
    font-size: 14px;
    padding: 8px;
  }

  .tw_message__role {
    font-size: 12px;
  }

  [lang="en"] .tw_message__name {
    padding: 6px 8px 8px;
    min-height: 48px;
  }

  [lang="en"] .tw_message__name > span::before {
    top: unset;
    bottom: -6px;
    right: -6px;
  }

  .tw_message__role_description {
    font-size: 12px;
    margin-top: 6px;
  }

  .tw_message__name > span::before {
    width: 12px;
    height: 12px;
    background-color: var(--color-red);
    mask-size: contain;
  }

  .tw_message__content {
    font-size: 14px;
    margin-top: 10px;
    -webkit-line-clamp: none;
  }

  .tw_modal__heading {
    flex-direction: column;
    gap: 16px;
    padding: 0;
  }

  .tw_modal__logo img {
    width: 51px;
    height: auto;
  }

  .tw_modal__user_list {
    gap: 4px;
    max-width: 100%;
    margin-left: -5px;
    padding-left: 5px;
  }

  .tw_modal__user {
    width: 59px;
    height: 59px;
    border: 2px solid transparent;
  }

  .tw_modal__user img {
    border: 2px solid transparent;
  }

  .tw_modal__user[data-active="true"] {
    border: 2px solid var(--color-red);
  }

  .tw_modal__message_header {
    width: calc(100% - 110px);
  }

  .tw_modal__message_detail {
    flex-direction: column;
    margin-top: 16px;
    width: 100% !important;
  }

  .tw_modal__message_info {
    max-width: 100%;
    padding: 24px 16px 16px;
  }

  .tw_modal__message-avatar {
    display: flex;
    height: fit-content;
    flex-shrink: 0;
    position: relative;
    margin-top: -8px;
    width: 90px;
    margin-left: 0;
  }

  .tw_modal__message-avatar.pc-only {
    display: none;
  }

  .tw_modal__message_name {
    font-size: 14px;
  }

  .tw_modal__message_name > span {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .tw_modal__message_role {
    font-size: 12px;
    padding-left: 6px;
    margin-left: 0;
  }

  .tw_modal__message_content {
    font-size: 12px;
    margin-top: 16px;
    max-height: 220px;
  }

  [lang="en"] .tw_modal__message_content {
    max-height: 250px;
  }

  .tw_modal__message_header .tw_modal__message_content {
    margin-top: 4px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    height: 40px;
    width: 40px;
  }

  .swiper-button-next {
    right: 16px !important;
  }

  .swiper-button-prev {
    left: 16px !important;
  }

  .swiper-button-next span,
  .swiper-button-prev span {
    width: 12px;
    height: 12px;
  }

  .tw_message__container::before {
    top: 0;
    right: -20px;
    width: 252px;
    height: 143px;
    z-index: -1;
    background-size: auto 100%;
  }

  .swiper-horizontal ~ .swiper-button-next img,
  .swiper-button-next img {
    width: 9px;
    height: auto;
  }

  .swiper-horizontal ~ .swiper-button-prev img,
  .swiper-button-prev img {
    width: 9px;
    height: auto;
  }

  .tw_message__slider_button {
    opacity: 0.6;
  }
}
.tw_modal {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    avenir next,
    avenir,
    helvetica neue,
    helvetica,
    ubuntu,
    roboto,
    noto,
    segoe ui,
    arial,
    sans-serif;
}

.tw_modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.tw_modal__container {
  background-color: #fff;
  padding: 40px 56px 104px 60px;
  max-width: 1120px;
  max-height: 100vh;
  border-radius: 0;
  overflow-y: auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1160px) {
  .tw_modal__container {
    width: calc(100% - 40px);
    padding: 20px 16px;
  }
}

@media screen and (max-width: 768px) {
  .tw_modal__overlay {
    align-items: flex-start;
    padding: 0;
  }

  .tw_modal__container {
    width: 100%;
    height: 100dvh; /* Dynamic viewport height - excludes browser UI */
    max-width: 100%;
    max-height: 100dvh;
    padding: 0;
    margin: 0;
    border-radius: 0;
  }
}

.tw_modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tw_modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.tw_modal__close {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  right: 28px;
  top: 28px;
  background: transparent;
  border: 0;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 10;
}
.tw_modal__close svg {
  width: 24px;
  height: 24px;
  color: var(--color-black);
  stroke: var(--color-black);
}

@media screen and (max-width: 1160px) {
  .tw_modal__close {
    right: 16px;
    top: 16px;
    width: 22px;
    height: 22px;
  }
  .tw_modal__close svg {
    width: 22px;
    height: 22px;
  }
}

.tw_modal__content {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  max-height: calc(100vh - 144px);
}

@media screen and (max-width: 768px) {
  .tw_modal__content {
    margin-right: 0;
    max-height: 100%;
    padding: 20px 16px 32px;
  }
}

.tw_modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition:
    transform 0.25s ease-out,
    -webkit-transform 0.25s ease-out;
}

.tw_modal__btn:focus,
.tw_modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.tw_modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

.tw_modal .swiper-button-next,
.tw_modal .swiper-button-prev {
  top: unset;
  bottom: 22px;
}

@media screen and (max-width: 768px) {
  .tw_modal .swiper-button-next,
  .tw_modal .swiper-button-prev {
    bottom: 10px;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.tw_micromodal-slide {
  display: none;
}

.tw_micromodal-slide.is-open {
  display: block;
}

.tw_micromodal-slide[aria-hidden="false"] .tw_modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.tw_micromodal-slide[aria-hidden="false"] .tw_modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.tw_micromodal-slide[aria-hidden="true"] .tw_modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.tw_micromodal-slide[aria-hidden="true"] .tw_modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.tw_micromodal-slide .tw_modal__container,
.tw_micromodal-slide .tw_modal__overlay {
  will-change: transform;
}
.tw_movie_group {
  position: relative;
}
.tw_movie {
  padding-top: 128px;
  padding-bottom: 296px;
  background: linear-gradient(180deg, black 11%, #e1e1e1 100%);
}

.tw_movie .tw_section_heading {
  color: #7c7c7c;
}

.tw_movie__content {
  max-width: 960px;
  margin: 80px auto 0;
}
.tw_movie__iframe {
  position: relative;
  padding-top: 56.25%;
}

.tw_movie__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tw_movie__ref {
  margin-top: 10px;
  text-align: right;
}

.tw_movie__ref a {
  color: var(--color-text);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.tw_movie__ref a > span {
  position: relative;
  padding-right: 40px;
}

.tw_movie__ref a > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #7c7c7c;
  mask-image: url("../img/icon-detail.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-color 0.3s ease;
}

.tw_movie__ref a:hover {
  color: var(--color-white);
}

.tw_movie__ref a:hover > span::after {
  background-color: var(--color-white);
}

@media only screen and (max-width: 768px) {
  .tw_movie {
    padding-top: 35px;
    padding-bottom: 67px;
  }

  .tw_movie__content {
    margin-top: 20px;
  }

  .tw_movie__ref a {
    font-size: 14px;
    text-decoration: underline;
  }
}
.tw_product {
  position: relative;
  padding-bottom: 300px;
  background: linear-gradient(180deg, black 0%, #282828 40%, black 85%, #282828 100%);
  z-index: 1;
}

.tw_product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/img-wave-product.png") no-repeat;
  background-position-y: -26px;
  background-position-y: -26px;
  background-size: auto 149px;
  z-index: -1;
}

.tw_product .tw_section_heading {
  color: #7c7c7c;
}

.tw_product__category_list {
  max-width: 990px;
  margin: 120px auto 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 30px;
}

.tw_product__category {
  position: relative;
  width: calc(33.33% - 20px);
  text-decoration: none;
  color: #999999;
  font-size: 28px;
  font-family: var(--font-family-condensed);
  font-weight: 400;
  word-wrap: break-word;
}

.tw_product__category span {
  position: absolute;
  left: 15px;
  bottom: 7px;
  width: calc(100% - 40px);
  text-align: right;
}

.tw_product__category img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.tw_product_detail {
  margin-top: 60px;
}

.tw_product_detail {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.4s ease-out,
    visibility 0.4s ease-out,
    transform 0.4s ease-out;
}

.tw_product_detail[data-active="false"] {
  display: none;
}

.tw_product_detail[data-active="fading-out"] {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}

.tw_product_detail[data-active="true"] {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tw_product_detail__category {
  font-size: 52px;
  font-family: var(--font-family-condensed);
  font-weight: 400;
  word-wrap: break-word;
}

.tw_product_detail__list {
  margin-top: 20px;
  display: flex;
}

.tw_product_detail__item {
  width: 228px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 12px;
  border: 2px solid transparent;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.tw_product_detail__info {
  padding: 16px 12px 52px;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  position: relative;
  color: var(--color-white);
  background-color: var(--color-black);
}

.tw_product_detail__info::after {
  content: "";
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  mask-image: url("../img/icon-detail.svg");
  background-color: #999;
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-color 0.3s ease;
}

.tw_product_detail__item:hover {
  border-color: var(--color-white);
}

.tw_product_detail__item:hover .tw_product_detail__info::after {
  background-color: #c0323d;
}

.tw_product_detail__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  word-wrap: break-word;
}

.tw_product_detail__description {
  display: none;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  word-wrap: break-word;
}

.tw_product_detail__price {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  word-wrap: break-word;
  text-align: right;
}

.tw_product_detail__swiper {
  width: 100%;
  margin-right: 0;
}

@media only screen and (max-width: 1080px) {
  .tw_product_detail__swiper {
    width: unset;
    margin-right: -20px;
  }
}

@media only screen and (max-width: 768px) {
  .tw_product {
    padding-bottom: 300px;
  }

  .tw_product::before {
    display: none;
  }

  .tw_product__category_list {
    margin-top: 30px;
    gap: 24px 20px;
  }

  .tw_product__category {
    width: calc(50% - 10px);
    font-size: 20px;
  }

  .tw_product_detail {
    margin-top: 30px;
  }

  .tw_product_detail__category {
    font-size: 24px;
  }

  .tw_product_detail__title {
    font-size: 14px;
  }

  .tw_product_detail__description {
    font-size: 12px;
  }

  .tw_product_detail__price {
    font-size: 14px;
  }

  .tw_product_detail__info::after {
    width: 18px;
    height: 18px;
    mask-size: contain;
  }

  .tw_product__category span {
    right: 8px;
    bottom: 4px;
    left: unset;
  }

  .tw_product_detail__item {
    width: 150px;
    border: none;
  }

  .tw_product_detail__image {
    height: 150px;
  }

  .tw_product_detail__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .tw_product_detail__swiper .swiper-button-next,
  .tw_product_detail__swiper .swiper-button-prev {
    display: none;
  }
}
