.contents {
  padding-top: 250px;
}
@media (max-width: 767px) {
  .contents {
    padding-top: 180px;
  }
}

@media (min-width: 768px) {
  br[pc] {
    display: block;
  }
}
@media (max-width: 767px) {
  br[pc] {
    display: none;
  }
}
@media (min-width: 768px) {
  br[sp] {
    display: none;
  }
}
@media (max-width: 767px) {
  br[sp] {
    display: block;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.page_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
  width: 93.75%;
  padding-bottom: 100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page_header {
    width: 100%;
    padding: 0 20px 60px;
  }
}

.page_headline {
  padding: 25px 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(54px, 7.4652777778vw + -3.3333333333px, 140px);
  font-weight: 600;
  line-height: 0.9;
}
@media (max-width: 767px) {
  .page_headline {
    padding: 6px 0;
    font-size: 54px;
    line-height: 1;
  }
}

.page_eyeblow {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #DC2F20;
  display: block;
  margin-bottom: 10px;
  line-height: 29px;
}
@media (max-width: 767px) {
  .page_eyeblow {
    font-size: 18px;
    line-height: 26px;
  }
}

.page_lead01 {
  width: 630px;
  padding-bottom: 32px;
  font-size: clamp(18px, 0.5208333333vw + 14px, 24px);
  font-weight: bold;
  line-height: 1.5833333333;
}
@media (max-width: 767px) {
  .page_lead01 {
    width: 100%;
    padding-bottom: 0;
    font-weight: 500;
    line-height: 1.6666666667;
  }
}

.bg_lightgray {
  background-color: #FAFAFA;
}

.section_inn {
  width: 93.75%;
  padding: 120px 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section_inn {
    width: 100%;
    padding: 40px 20px;
  }
}

.section_headline {
  margin-left: clamp(0px, 6.9444444444vw + -53.3333333333px, 80px);
  margin-bottom: clamp(40px, 12.1527777778vw + -53.3333333333px, 180px);
  font-family: "Noto Sans JP", sans-serif;
}
.section_headline p {
  height: calc(1em * 95/70);
}
.section_headline .eyeblow {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6666666667;
}
.section_headline .catch {
  font-size: clamp(32px, 3.2986111111vw + 6.6666666667px, 70px);
  font-weight: 500;
  line-height: 1.3571428571;
}
.section_headline .eyelash {
  margin-top: 18px;
  font-size: clamp(26px, 1.2152777778vw + 16.6666666667px, 40px);
  font-weight: 500;
  line-height: 1.4;
}
.section_headline .eyelash + .eyelash {
  margin-top: 0;
}
@media (max-width: 767px) {
  .section_headline .eyelash {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .section_headline p {
    height: calc(1em * 44/32);
  }
  .section_headline .eyeblow {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.5;
  }
  .section_headline .catch {
    font-size: 32px;
    line-height: 1.375;
  }
}

.current-nav {
  position: relative;
  width: min(100% * 410/1800, 410px);
  margin-left: calc(100% * 80/1800);
  color: rgba(0, 0, 0, 0.3);
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 1100px) {
  .current-nav {
    display: none;
  }
}

.current-nav-list {
  position: sticky;
  top: var(--current-nav-top);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 0;
  opacity: 1;
  counter-reset: num;
}
.current-nav-list li.active,
.current-nav-list .current-nav_link:hover {
  color: black;
}
.current-nav-list li.active .current-nav_text::before,
.current-nav-list .current-nav_link:hover .current-nav_text::before {
  color: rgba(0, 0, 0, 0.4);
}
.current-nav-list li.active .icon_arr:before,
.current-nav-list .current-nav_link:hover .icon_arr:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.current-nav_link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.current-nav_link .icon_arr {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  overflow: hidden;
  vertical-align: middle;
  left: -8px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.current-nav_link .icon_arr::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/img/icon_arrow-24px.svg);
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.current-nav_text {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.current-nav_text::before {
  position: absolute;
  counter-increment: num;
  content: "0" counter(num);
  color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}

.fadeout {
  opacity: 0;
}

.sec01_headline {
  margin-left: clamp(0px, 6.9444444444vw + -53.3333333333px, 80px);
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.sec01_headline p {
  height: calc(1em * 95/70);
}
.sec01_headline .eyeblow {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6666666667;
}
.sec01_headline .catch {
  font-size: clamp(32px, 3.2986111111vw + 6.6666666667px, 70px);
  font-weight: 500;
  line-height: 1.3571428571;
}
.sec01_headline .eyelash {
  margin-top: 18px;
  font-size: clamp(26px, 1.2152777778vw + 16.6666666667px, 40px);
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .sec01_headline p {
    height: calc(1em * 44/32);
  }
  .sec01_headline .eyeblow {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.5;
  }
  .sec01_headline .catch {
    font-size: 32px;
    line-height: 1.375;
  }
}

.sec01_chunk01 {
  position: relative;
  width: min(100%, 1408px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec01_chunk01 {
    width: 100%;
  }
}

.sec01_chunk02 {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 767px) {
  .sec01_chunk02 {
    width: 100%;
    padding: 0;
  }
}

.sec01_menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px 0;
  width: 100%;
}
.sec01_menuList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .sec01_menuList {
    gap: 60px 0;
  }
  .sec01_menuList li {
    display: block;
  }
}

.sec01_box01 {
  width: min(50%, 644px);
}
@media (max-width: 767px) {
  .sec01_box01 {
    width: 100%;
    padding-left: 34px;
  }
}

.sec01_headline02 {
  position: relative;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5833333333;
}
@media (max-width: 767px) {
  .sec01_headline02 {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}

.sec01_img01 {
  position: absolute;
  width: min(50% - 32px, 670px);
  aspect-ratio: 670/385;
  top: 50%;
  right: clamp(-116px, -22.65625vw + 319px, 0px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec01_img01 picture {
  display: block;
  width: 100%;
  background-color: #FAFAFA;
}
@media (max-width: 767px) {
  .sec01_img01 {
    position: static;
    width: 100%;
    padding-top: 32px;
    aspect-ratio: auto;
    -webkit-transform: none;
            transform: none;
  }
}

[data-overview_scroll_contents=true] {
  position: relative;
  height: 200vh;
  z-index: 1;
}
[data-overview_scroll_contents=true] > * {
  position: sticky;
  height: 100vh;
  top: 0;
  left: 0;
}
[data-overview_scroll_contents=true][data-overview_scroll_trigger01] > * {
  padding-top: 100px;
  padding-bottom: 100px;
}
[data-overview_scroll_contents=true] .sec01_headline {
  margin-bottom: min(10vh, 150px);
}
@media (max-width: 767px) {
  [data-overview_scroll_contents=true] {
    height: auto;
  }
  [data-overview_scroll_contents=true] > * {
    position: static;
    height: auto;
  }
  [data-overview_scroll_contents=true][data-overview_scroll_trigger01] > * {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  [data-overview_scroll_contents=true] .sec01_headline {
    margin-bottom: 40px;
  }
}

[data-overview_scroll_nav] {
  opacity: 0.15;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}
[data-overview_scroll_nav] .icon_arr {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 24px;
  overflow: hidden;
  vertical-align: middle;
  top: 7px;
  left: -24px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
[data-overview_scroll_nav] .icon_arr::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/img/icon_arrow-24px.svg);
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
@media (hover: hover) {
  [data-overview_scroll_nav]:hover {
    opacity: 1;
  }
  [data-overview_scroll_nav]:hover .icon_arr:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 768px) {
  [data-overview_scroll_nav].-active {
    opacity: 1;
  }
  [data-overview_scroll_nav].-active .icon_arr:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (max-width: 767px) {
  [data-overview_scroll_nav] {
    opacity: 1;
  }
  [data-overview_scroll_nav] .icon_arr {
    margin-right: 10px;
    left: -10px;
  }
  [data-overview_scroll_nav] .icon_arr:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

[data-overview_scroll_img] {
  overflow: hidden;
}
[data-overview_scroll_img] picture {
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
[data-overview_scroll_img]:not(.-show) picture {
  top: 100%;
}
[data-overview_scroll_img].-show picture {
  top: 0;
}
@media (max-width: 767px) {
  [data-overview_scroll_img] picture {
    position: static;
  }
}

[side-scroll] {
  height: 100vh;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  [side-scroll] {
    height: auto;
  }
}

.videos_container {
  position: relative;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #303030;
}
@media (max-width: 767px) {
  .videos_container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.videos_inner {
  width: 85.4166666667%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .videos_inner {
    width: 100%;
    padding: 0 20px;
  }
}

.videos_headline {
  width: min(100%, 860px);
  margin-bottom: 120px;
  color: white;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.3571428571;
}
@media (max-width: 767px) {
  .videos_headline {
    margin-bottom: 60px;
    font-size: 38px;
    line-height: 1.3684210526;
  }
}

.video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.video .video_play {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}
.video .video_play::after {
  position: absolute;
  content: "";
  width: 144px;
  height: 54px;
  border-radius: 30px;
  background: white url(/img/_renewal/video_play.svg) no-repeat center/88px 24px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.video .video_play picture {
  display: block;
  width: 100%;
  height: 100%;
}
.video .video_play picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) {
  .video .video_play {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .video .video_play:hover {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .video .video_play::after {
    width: 128px;
    height: 48px;
  }
}

.video_list {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 120px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.video_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 24px;
  width: 38.0208333333vw;
}
@media (max-width: 767px) {
  .video_list {
    position: static;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 0;
  }
  .video_list > li {
    width: 100%;
  }
}

.video_title {
  margin-bottom: 16px;
  color: white;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .video_title {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1.4285714286;
  }
}

.video_caption {
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5555555556;
}

.video_country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video_country .name {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2857142857;
}
.video_country .flag {
  display: block;
  width: 26px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.video_country .flag[data-country=kor] {
  background-image: url(/img/_renewal/_country/flag_kor.svg);
}
.video_country .flag[data-country=usa] {
  background-image: url(/img/_renewal/_country/flag_usa.svg);
}

.renewal_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 8.8888888889%;
  width: 100%;
  padding-top: 20px;
}
@media (max-width: 1100px) {
  .renewal_container {
    display: block;
    padding-top: 0;
  }
}

.renewal_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 200px 0;
  width: calc(100% * 1150/1800);
  counter-reset: num;
}
@media (max-width: 1100px) {
  .renewal_list {
    gap: 60px 0;
    width: 100%;
  }
}

.renewal_item {
  width: 100%;
}

.renewal_item_eyeblow {
  position: relative;
  margin-bottom: 28px;
  color: #DC2F20;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.renewal_item_eyeblow::before {
  position: absolute;
  counter-increment: num;
  content: "0" counter(num);
  top: 0;
  left: -80px;
}
.renewal_item_eyeblow::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #DC2F20;
  top: calc(1.5em + 4px);
  left: -80px;
}
@media (max-width: 1100px) {
  .renewal_item_eyeblow {
    padding-left: 36px;
    margin-bottom: 22px;
  }
  .renewal_item_eyeblow::before, .renewal_item_eyeblow::after {
    left: 0;
  }
}

.renewal_item_img {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.renewal_item_content_header {
  width: 100%;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .renewal_item_content_header {
    padding-bottom: 32px;
  }
}

.renewal_item_content_headline {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
}
.renewal_item_content_headline p {
  height: calc(1em * 56/40);
}
@media (max-width: 1100px) {
  .renewal_item_content_headline {
    font-size: 26px;
    line-height: 1.4615384615;
  }
  .renewal_item_content_headline p {
    height: calc(1em * 38/26);
  }
}

.renewal_item_content_text {
  width: min(100%, 800px);
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.75;
}

.renewal_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 16px;
  width: min(100%, 800px);
  counter-reset: num;
}
@media (max-width: 767px) {
  .renewal_cards {
    gap: 16px;
  }
}

.renewal_cards_headline {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5833333333;
}
@media (max-width: 767px) {
  .renewal_cards_headline {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.5555555556;
  }
}

.renewal_card {
  position: relative;
  padding: 0;
  background-color: #F4F4F4;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.renewal_card .renewal_card_content {
  padding: 24px;
}
@media (max-width: 767px) {
  .renewal_card .renewal_card_content {
    padding: 16px;
  }
}
.renewal_card .renewal_card_title {
  position: relative;
  padding-top: 50px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5555555556;
}
.renewal_card .renewal_card_title::before {
  position: absolute;
  counter-increment: num;
  content: "0" counter(num);
  color: #DC2F20;
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  top: 0;
  left: 0;
}
.renewal_card .renewal_card_title::after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1px;
  background-color: #DC2F20;
  top: calc(1.5em + 4px);
  left: 0;
}
.renewal_card .renewal_card_text {
  font-size: 14px;
  line-height: 1.7142857143;
}
@media (max-width: 767px) {
  .renewal_card .renewal_card_title {
    padding-top: 46px;
    margin-bottom: 8px;
  }
}

.renewal_cards:has(> :nth-of-type(3)) .renewal_card {
  width: calc(100%/3 - 32px/3);
}
@media (max-width: 767px) {
  .renewal_cards:has(> :nth-of-type(3)) .renewal_card {
    width: calc(50% - 8px);
  }
}
.renewal_cards:has(> :nth-of-type(4)) .renewal_card {
  width: calc(25% - 48px/4);
}
@media (max-width: 767px) {
  .renewal_cards:has(> :nth-of-type(4)) .renewal_card {
    width: calc(50% - 8px);
  }
}

.renewal_item_subcontent {
  width: min(100%, 800px);
}

.renewal_item_content_subheader {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5833333333;
}
@media (max-width: 767px) {
  .renewal_item_content_subheader {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}

[data-reveal_img_gsap] {
  position: relative;
  visibility: hidden;
  width: 100%;
}
[data-reveal_img_gsap] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

[data-reveal_text_gsap] p {
  position: relative;
  visibility: hidden;
  overflow: hidden;
}
[data-reveal_text_gsap] span {
  position: absolute;
}