@charset "UTF-8";
.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;
}

html, body {
  scroll-behavior: auto !important;
}

body {
  overflow-x: hidden;
}

.main-contents {
  counter-reset: num;
}
.main-contents section {
  width: 100%;
  overflow-x: hidden;
}
.main-contents .section_headline {
  position: relative;
  margin-left: 0;
  margin-bottom: 40px;
  color: #DC2F20;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}
.main-contents .section_headline::before, .main-contents .section_headline::after {
  position: absolute;
  left: -80px;
}
.main-contents .section_headline::before {
  counter-increment: num;
  content: "0" counter(num);
  top: 0;
}
.main-contents .section_headline::after {
  content: "";
  width: 1.5em;
  height: 1px;
  background-color: #DC2F20;
  top: 2em;
}
@media (max-width: 767px) {
  .main-contents .section_headline {
    padding-left: 36px;
  }
  .main-contents .section_headline::before, .main-contents .section_headline::after {
    left: 0;
  }
}

.contents_inn {
  position: relative;
  width: 100%;
}
.contents_inn::before {
  position: absolute;
  content: "";
  width: 100%;
  background: linear-gradient(178deg, #DC2F20, #5072F7);
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .contents_inn::before {
    height: calc(100% + 250px);
    top: -250px;
  }
}
@media (max-width: 767px) {
  .contents_inn::before {
    height: calc(100% + 180px);
    top: -180px;
  }
}

.page_eyeblow {
  color: white;
}

.scrolldown {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  padding: 18px 0;
  overflow: hidden;
  top: calc(100% - 54px - 30px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.scrolldown .scrolldown_text {
  color: white;
  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.scrolldown .lottie {
  position: absolute;
  width: 6px;
  height: 100%;
  top: 0;
  left: calc(50% + 2px);
}

.sec01 {
  position: relative;
  width: 100%;
  height: 200vh;
  overflow-y: hidden;
}

.sec01_img01_wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
}
.sec01_img01_wrap .sec01_img01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  opacity: 0;
}
.sec01_img01_wrap .sec01_img01 svg {
  display: block;
  width: 100%;
}

.sec01_copy_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 200vh;
  padding-top: 100vh;
  z-index: 0;
}
@media (max-width: 767px) {
  .sec01_copy_wrap {
    padding-left: min(5.3333333333vw, 20px);
    padding-right: min(5.3333333333vw, 20px);
  }
}
.sec01_copy_wrap .sec01_copy {
  color: white;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .sec01_copy_wrap .sec01_copy {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .sec01_copy_wrap .sec01_copy {
    font-size: clamp(23px, 5.4545454545vw + 5.5454545455px, 26px);
    line-height: 1.4615384615;
  }
}
.sec01_copy_wrap .sec01_copy span {
  will-change: opacity;
  opacity: 0.1;
}

.sec02 {
  width: 100%;
  padding-bottom: 180px;
}
@media (max-width: 767px) {
  .sec02 {
    padding-bottom: 100px;
  }
}

.sec02_block01 {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .sec02_block01 {
    padding-bottom: 0;
  }
}

.sec02_header {
  position: relative;
  width: 100%;
  padding-top: clamp(50px, 37.5vh + -250px, 200px);
  margin-top: 50px;
}
.sec02_header::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background-color: white;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.sec02_headline01 {
  width: 100%;
  margin-bottom: 60px;
  color: white;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.3571428571;
  text-align: center;
}
@media (max-width: 767px) {
  .sec02_headline01 {
    padding-top: 100px;
    margin-bottom: 1em;
    font-size: clamp(32px, 10.9090909091vw + -2.9090909091px, 38px);
    line-height: 1.3684210526;
  }
}

.sec02_list {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 80px;
  padding-left: 28.9583333333vw;
  padding-right: 4vw;
}
@media (max-width: 767px) {
  .sec02_list {
    position: static;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 0;
    padding-left: min(5.3333333333vw, 20px);
    padding-right: min(5.3333333333vw, 20px);
  }
}
.sec02_list .sec02_item {
  padding: 60px;
  border: 1px solid #ededed;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .sec02_list .sec02_item {
    padding: 24px;
  }
}
.sec02_list .sec02_item:nth-child(1) {
  width: min(42.0833333333vw, 808px);
}
@media (max-width: 767px) {
  .sec02_list .sec02_item:nth-child(1) {
    width: 100%;
  }
}
.sec02_list .sec02_item:nth-child(2) {
  width: min(87.9166666667vw, 1688px);
}
@media (max-width: 767px) {
  .sec02_list .sec02_item:nth-child(2) {
    width: 100%;
  }
}
.sec02_list .sec02_text01 {
  margin-bottom: 40px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 767px) {
  .sec02_list .sec02_text01 {
    font-size: 16px;
    line-height: 1.75;
  }
}
.sec02_list .sec02_graphs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
}
.sec02_list .sec02_graphs picture {
  display: block;
}
@media (max-width: 767px) {
  .sec02_list .sec02_graphs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 0;
  }
  .sec02_list .sec02_graphs > * {
    width: 100%;
  }
}
.sec02_list .sec02_graph0_legend {
  margin-bottom: 12px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5555555556;
}

.sec02_block02 {
  position: relative;
  width: min(100%, 1170px);
  padding-top: 260px;
  padding-bottom: 260px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec02_block02 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

.sec02_headline02 {
  width: 100%;
  margin-bottom: 48px;
  color: white;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .sec02_headline02 {
    padding-left: min(5.3333333333vw, 20px);
    padding-right: min(5.3333333333vw, 20px);
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 1.4615384615;
  }
}

.sec02_text02 {
  width: min(100%, 680px);
  margin: 0 auto;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .sec02_text02 {
    padding-left: min(5.3333333333vw, 20px);
    padding-right: min(5.3333333333vw, 20px);
    font-size: 16px;
    line-height: 1.75;
  }
}

.sec02_circles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec02_circles::before {
  position: absolute;
  content: "";
  width: 305px;
  aspect-ratio: 1/1;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .sec02_circles::before {
    width: 200px;
  }
}
.sec02_circles .sec02_circle {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  color: white;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5294117647;
  text-align: center;
  opacity: 0;
  top: 50%;
}
@media (max-width: 767px) {
  .sec02_circles .sec02_circle {
    font-size: clamp(10px, 3.6363636364vw + -1.6363636364px, 12px);
    line-height: 1.5;
  }
}
.sec02_circles .sec02_circle:nth-child(1) {
  width: 162px;
}
@media (max-width: 767px) {
  .sec02_circles .sec02_circle:nth-child(1) {
    width: min(19.2vw, 72px);
  }
}
.sec02_circles .sec02_circle:nth-child(2) {
  width: 134px;
}
@media (max-width: 767px) {
  .sec02_circles .sec02_circle:nth-child(2) {
    width: min(16vw, 60px);
  }
}
.sec02_circles .sec02_circle:nth-child(3) {
  width: 150px;
}
@media (max-width: 767px) {
  .sec02_circles .sec02_circle:nth-child(3) {
    width: min(26.1333333333vw, 98px);
  }
}
.sec02_circles .sec02_circle:nth-child(4) {
  width: 212px;
}
@media (max-width: 767px) {
  .sec02_circles .sec02_circle:nth-child(4) {
    width: min(37.8666666667vw, 142px);
  }
}
.sec02_circles .sec02_circle:nth-child(5) {
  width: 220px;
}
@media (max-width: 767px) {
  .sec02_circles .sec02_circle:nth-child(5) {
    width: min(32.5333333333vw, 122px);
  }
}
.sec02_circles .sec02_circle:nth-child(6) {
  width: 168px;
}
@media (max-width: 767px) {
  .sec02_circles .sec02_circle:nth-child(6) {
    width: min(21.8666666667vw, 82px);
  }
}
.sec02_circles .sec02_circle:nth-child(7) {
  width: 148px;
}
@media (max-width: 767px) {
  .sec02_circles .sec02_circle:nth-child(7) {
    width: min(23.4666666667vw, 88px);
  }
}
.sec02_circles .sec02_circle:nth-child(8) {
  width: 154px;
}
@media (max-width: 767px) {
  .sec02_circles .sec02_circle:nth-child(8) {
    width: min(22.9333333333vw, 86px);
  }
}
.sec02_circles .sec02_circle:nth-child(9) {
  width: 212px;
}
@media (max-width: 767px) {
  .sec02_circles .sec02_circle:nth-child(9) {
    width: min(23.4666666667vw, 88px);
  }
}
.sec02_circles > span {
  position: absolute;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  top: 50%;
}
.sec02_circles > span:nth-of-type(1) {
  width: min(5vw, 96px);
}
@media (max-width: 767px) {
  .sec02_circles > span:nth-of-type(1) {
    width: min(13.8666666667vw, 52px);
  }
}
.sec02_circles > span:nth-of-type(2) {
  width: min(4.4791666667vw, 86px);
}
@media (max-width: 767px) {
  .sec02_circles > span:nth-of-type(2) {
    width: min(14.4vw, 54px);
  }
}
.sec02_circles > span:nth-of-type(3) {
  width: min(3.6458333333vw, 70px);
}
@media (max-width: 767px) {
  .sec02_circles > span:nth-of-type(3) {
    width: min(10.6666666667vw, 40px);
  }
}

.sec03 {
  position: relative;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 180px;
}
.sec03::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background-color: white;
  top: 0;
  left: 50%;
}
@media (max-width: 767px) {
  .sec03 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.sec03_inn {
  padding-top: 50px;
}

.sec03_headline {
  width: 100%;
  margin-bottom: 60px;
  color: white;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.3571428571;
  text-align: center;
}
@media (max-width: 767px) {
  .sec03_headline {
    margin-bottom: 1em;
    font-size: clamp(32px, 10.9090909091vw + -2.9090909091px, 38px);
    line-height: 1.3684210526;
  }
}

.sec03_lead {
  width: 100%;
  color: white;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .sec03_lead {
    padding-left: min(5.3333333333vw, 20px);
    padding-right: min(5.3333333333vw, 20px);
    font-size: clamp(22px, 7.2727272727vw + -1.2727272727px, 26px);
    line-height: 1.4615384615;
  }
}

[data-effect02] span {
  will-change: opacity;
  opacity: 0.1;
}

.sec04 {
  position: relative;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 160px;
  overflow: hidden;
}
.sec04::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background-color: white;
  top: 0;
  left: 50%;
}
@media (max-width: 767px) {
  .sec04 {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}

.sec04_inn {
  padding-top: 50px;
}

.sec04_headline {
  width: 100%;
  margin-bottom: min(4.8vh, 60px);
  color: white;
  font-size: clamp(60px, 2.8571428571vh + 34.2857142857px, 70px);
  font-weight: 500;
  line-height: 1.3571428571;
  text-align: center;
}
@media (max-width: 767px) {
  .sec04_headline {
    margin-bottom: 1em;
    font-size: clamp(32px, 10.9090909091vw + -2.9090909091px, 38px);
    line-height: 1.3684210526;
  }
}

.sec04_lead {
  width: 100%;
  margin-bottom: clamp(40px, 24vh + -200px, 100px);
  color: white;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5833333333;
  text-align: center;
}
@media (max-width: 767px) {
  .sec04_lead {
    padding-left: min(5.3333333333vw, 20px);
    padding-right: min(5.3333333333vw, 20px);
    font-size: 20px;
    line-height: 1.5;
  }
}

.sec04_gallery {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 280px;
  padding-left: 30vw;
  padding-right: 4vw;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .sec04_gallery {
    position: static;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .sec04_gallery .sec04_gallery_item:nth-child(1) {
    width: 81.875vw;
  }
}
@media (max-width: 767px) {
  .sec04_gallery .sec04_gallery_item:nth-child(1) {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .sec04_gallery .sec04_gallery_item:nth-child(2) {
    width: 122.9166666667vw;
  }
}
@media (max-width: 767px) {
  .sec04_gallery .sec04_gallery_item:nth-child(2) {
    width: 100%;
  }
}
.sec04_gallery .sec04_gallery_item_text {
  margin-bottom: 16px;
  color: white;
  font-family: "Sora", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2857142857;
}
@media (max-width: 767px) {
  .sec04_gallery .sec04_gallery_item_text {
    padding-left: min(5.3333333333vw, 20px);
    padding-right: min(5.3333333333vw, 20px);
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.5;
  }
}
.sec04_gallery .sec04_gallery_item_img {
  width: 100%;
}
.sec04_gallery .sec04_gallery_item_img picture {
  display: block;
}
.sec04_gallery .sec04_gallery_item_images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[24];
  grid-template-columns: repeat(24, 1fr);
}
.sec04_gallery .sec04_gallery_item_img01 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 24;
  grid-column: 1/25;
}
.sec04_gallery .sec04_gallery_item_img02 {
  -ms-grid-column: 10;
  -ms-grid-column-span: 15;
  grid-column: 10/25;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.sec04_gallery .sec04_gallery_item_img03 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 15;
  grid-column: 2/17;
  margin-top: -20px;
  margin-left: 0px;
}
.sec04_gallery .sec04_gallery_item_img04 {
  -ms-grid-column: 9;
  -ms-grid-column-span: 16;
  grid-column: 9/25;
  margin-top: 50px;
}
.sec04_gallery .sec04_gallery_item_img05 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 13;
  grid-column: 3/16;
  margin-top: -20px;
}
.sec04_gallery .sec04_gallery_item_img06 {
  position: relative;
  -ms-grid-column: 12;
  -ms-grid-column-span: 12;
  grid-column: 12/24;
  z-index: 1;
}
.sec04_gallery .sec04_gallery_item_img07 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 24;
  grid-column: 1/25;
  margin-top: -54px;
}
.sec04_gallery .sec04_gallery_item_img08 {
  -ms-grid-column: 15;
  -ms-grid-column-span: 10;
  grid-column: 15/25;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
.sec04_gallery .sec04_gallery_item_img09 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 17;
  grid-column: 3/20;
  margin-top: -20px;
}
.sec04_gallery .sec04_gallery_item_img10 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 22;
  grid-column: 2/24;
  margin-top: 48px;
}
.sec04_gallery .sec04_gallery_item_img11 {
  -ms-grid-column: 11;
  -ms-grid-column-span: 11;
  grid-column: 11/22;
  margin-top: -25px;
}

.sec05 {
  position: relative;
  width: 100%;
  padding-top: 250px;
  padding-bottom: 180px;
}
.sec05::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background-color: white;
  top: 0;
  left: 50%;
}
@media (max-width: 767px) {
  .sec05 {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .sec05_header {
    position: absolute;
    display: inline-block;
    width: auto;
    font-size: clamp(80px, 34.5454545455vw + -30.5454545455px, 99px);
    top: 0;
    left: 0;
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: translate(-103%, 150px) rotate(270deg);
            transform: translate(-103%, 150px) rotate(270deg);
  }
}

@media (min-width: 768px) {
  .sec05_headline01 {
    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%);
  }
}
@media (max-width: 767px) {
  .sec05_headline01 {
    color: white;
    font-size: 1em;
    font-family: "Sora", sans-serif;
    font-weight: 500;
    line-height: 1;
  }
}

.sec05_block01 {
  width: min(100%, 1640px);
  padding-left: min(30.487804878%, 460px);
  padding-right: min(1.2195121951%, 20px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec05_block01 {
    padding-left: clamp(75px, 63.6363636364vw + -128.6363636364px, 110px);
    padding-right: min(5.3333333333vw, 20px);
  }
}

.sec05_copy {
  color: white;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .sec05_copy {
    font-size: 26px;
    line-height: 1.4615384615;
  }
}

.sec05_copy_emphasis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .sec05_copy_emphasis {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 0;
  }
}
.sec05_copy_emphasis p {
  display: block;
  padding: 0 0.5em;
  background-color: white;
  border-radius: 100px;
  color: black;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.7777777778;
  white-space: nowrap;
}
.sec05_copy_emphasis p + p {
  position: relative;
  margin-left: 50px;
}
.sec05_copy_emphasis p + p::before {
  position: absolute;
  content: "×";
  color: white;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-115%);
          transform: translateX(-115%);
}
@media (max-width: 767px) {
  .sec05_copy_emphasis p {
    padding: 8px 16px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2222222222;
  }
  .sec05_copy_emphasis p + p {
    margin-left: 34px;
  }
  .sec05_copy_emphasis p + p::before {
    font-size: 26px;
    top: 50%;
    -webkit-transform: translate(-120%, -50%);
            transform: translate(-120%, -50%);
  }
  .sec05_copy_emphasis p:nth-of-type(3) {
    width: min(100%, 160px);
    white-space: initial;
  }
}

.sec05_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2em;
  padding-top: 60px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.sec05_text p {
  width: 100%;
}
@media (max-width: 767px) {
  .sec05_text {
    gap: 1.75em 0;
    font-size: 16px;
    line-height: 1.75;
  }
}

[data-effect05] span {
  will-change: opacity;
  opacity: 0.1;
}

.sec06 {
  position: relative;
  width: 100%;
  padding-top: 250px;
  padding-bottom: 180px;
}
.sec06::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background-color: white;
  top: 0;
  left: 50%;
}
@media (max-width: 767px) {
  .sec06 {
    padding-top: 150px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .sec06_header {
    position: absolute;
    display: inline-block;
    width: auto;
    font-size: 99px;
    top: 0;
    right: 0;
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: translate(-0.85em, 150px) rotate(270deg);
            transform: translate(-0.85em, 150px) rotate(270deg);
  }
}

@media (min-width: 768px) {
  .sec06_headline01 {
    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%);
  }
}
@media (max-width: 767px) {
  .sec06_headline01 {
    color: white;
    font-size: 1em;
    font-family: "Sora", sans-serif;
    font-weight: 500;
    line-height: 1;
  }
}

.sec06_block01 {
  width: min(100%, 1200px);
  padding-left: 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec06_block01 {
    padding-left: min(5.3333333333vw, 20px);
  }
}

.sec06_block02 {
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .sec06_block02 {
    margin-bottom: 80px;
  }
}

.sec06_copy {
  color: white;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .sec06_copy {
    font-size: 26px;
    line-height: 1.4615384615;
  }
}

.sec06_copy_emphasis {
  padding: 0 0.5em;
  margin: 4px 0;
  background-color: white;
  border-radius: 100px;
  color: black;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.7777777778;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .sec06_copy_emphasis {
    padding: 0.4444444444em 0.8888888889em;
    font-size: 0.6923076923em;
    font-weight: bold;
    line-height: 1.2222222222;
  }
}

.sec06_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2em;
  padding-top: 60px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.sec06_text p {
  width: 100%;
}
@media (max-width: 767px) {
  .sec06_text {
    gap: 1.75em 0;
    padding-right: min(29.3333333333vw, 110px);
    font-size: 16px;
    line-height: 1.75;
  }
}

[data-effect06-text01] > *,
[data-effect06-text02] > *,
[data-effect06-text03] > *,
[data-effect06-text04] > *,
[data-effect06-text01-sp] > *,
[data-effect06-text02-sp] > *,
[data-effect06-text03-sp] > *,
[data-effect06-text04-sp] > *,
[data-effect06-text05-sp] > *,
[data-effect06-text06-sp] > *,
[data-effect06-text07-sp] > * {
  display: inline-block;
}

.sec07 {
  position: relative;
  width: 100%;
  padding-top: 250px;
  padding-bottom: 180px;
}
.sec07::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background-color: white;
  top: 0;
  left: 50%;
}
@media (max-width: 767px) {
  .sec07 {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .sec07_header {
    position: absolute;
    display: inline-block;
    width: auto;
    font-size: 99px;
    top: 0;
    left: 0;
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: translate(-103%, 150px) rotate(270deg);
            transform: translate(-103%, 150px) rotate(270deg);
  }
}

@media (min-width: 768px) {
  .sec07_headline01 {
    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%);
  }
}
@media (max-width: 767px) {
  .sec07_headline01 {
    color: white;
    font-size: 1em;
    font-family: "Sora", sans-serif;
    font-weight: 500;
    line-height: 1;
  }
}

.sec07_block01 {
  width: min(100%, 1640px);
  padding-left: min(30.487804878%, 460px);
  padding-right: min(1.2195121951%, 20px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec07_block01 {
    padding-right: 0;
  }
}

.sec07_copy {
  color: white;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.6;
  --lh: calc(64/40);
}
@media (max-width: 767px) {
  .sec07_copy {
    padding-right: min(5.3333333333vw, 20px);
    font-size: 26px;
    line-height: 1.4615384615;
    --lh: calc(38/26);
  }
}
.sec07_copy .sec07_text_slider {
  height: calc(1em * var(--lh));
  overflow: hidden;
}
@media (max-width: 767px) {
  .sec07_copy .sec07_text_slider {
    display: block;
    width: 100%;
    height: calc(2em * var(--lh));
    margin-top: 10px;
  }
}
.sec07_copy .sec07_text_slider .--change {
  -webkit-animation: change 10s infinite;
          animation: change 10s infinite;
}

.sec07_copy_emphasis {
  padding: 0 0.5em;
  background-color: white;
  border-radius: 100px;
  color: black;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.7777777778;
  white-space: nowrap;
  vertical-align: top;
}
@media (max-width: 767px) {
  .sec07_copy_emphasis {
    padding: 8px 16px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2222222222;
  }
}

.sec07_text01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2em 0;
  margin-top: 60px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.sec07_text01 p {
  width: 100%;
}
@media (max-width: 767px) {
  .sec07_text01 {
    padding-right: min(5.3333333333vw, 20px);
    font-size: 16px;
    line-height: 1.75;
  }
}

.sec07_text02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 110px;
  color: white;
  font-size: 40px;
  font-weight: 500;
  line-height: 2;
}
.sec07_text02 p {
  width: 100%;
}
@media (max-width: 767px) {
  .sec07_text02 {
    gap: 24px 0;
    padding-right: min(5.3333333333vw, 20px);
    margin-top: 3em;
    font-size: clamp(22px, 7.2727272727vh + -1.2727272727px, 26px);
    line-height: 1.4615384615;
  }
}

[data-effect07-text01] > * {
  display: inline-block;
}

@-webkit-keyframes change {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  46% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  96% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes change {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  46% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  96% {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.sec08 {
  position: relative;
  width: 100%;
  padding-top: 250px;
  padding-bottom: 180px;
}
.sec08::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background-color: white;
  top: 0;
  left: 50%;
}
@media (max-width: 767px) {
  .sec08 {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

.sec08_inn {
  width: min(100%, 1640px);
  padding: 0 20px;
  margin: 0 auto;
}

.sec08_headline {
  width: 100%;
  margin-bottom: 60px;
  color: white;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.3571428571;
  text-align: center;
}
@media (max-width: 767px) {
  .sec08_headline {
    font-size: clamp(29px, 10.9090909091vw + -5.9090909091px, 35px);
    font-weight: bold;
    line-height: 1.3684210526;
  }
}

.sec08_lead {
  width: 100%;
  color: white;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5833333333;
  text-align: center;
}
@media (max-width: 767px) {
  .sec08_lead {
    font-size: 20px;
    line-height: 1.5;
  }
}

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

[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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[data-reveal_text_gsap] span {
  position: absolute;
  width: 100%;
}

[data-effect03] .word {
  display: block;
}
[data-effect03] .word span {
  position: relative;
  display: inline-block;
}

@media (min-width: 768px) {
  [data-effect04] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  [data-effect04] [data-effect04-text01] {
    position: absolute;
    top: 0;
    left: clamp(0px, 32.9566854991vw + -253.4369114878px, 175px);
    pointer-events: none;
  }
  [data-effect04] [data-effect04-text02] {
    position: absolute;
    top: 0;
    right: clamp(-55px, 48.0225988701vw + -424.2937853107px, 200px);
    pointer-events: none;
  }
  [data-effect04] [data-effect04-text03] {
    position: absolute;
    top: 0;
    left: clamp(0px, 32.9566854991vw + -253.4369114878px, 175px);
    pointer-events: none;
  }
  [data-effect04] .fixed-position-text {
    position: absolute;
    color: white;
    font-family: "Sora", sans-serif;
    font-size: 194px;
    font-weight: 500;
    line-height: 1.25;
    top: 100%;
    left: 0;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
@media (max-width: 767px) {
  [data-effect04] {
    display: none;
  }
}

@media (min-width: 768px) {
  .side-scroll-content {
    height: 100vh;
  }
}