/* default settings */
/* default settings */
@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 110%;
            transform-origin: 0 110%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 110%;
            transform-origin: 0 110%;
  }
}
@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 110%;
            transform-origin: 0 110%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 110%;
            transform-origin: 0 110%;
  }
}
.fv-screen {
  position: relative;
  overflow: hidden;
  height: var(--fvHeight);
}

.kv-container {
  width: 100%;
}

.kv {
  width: 100%;
  height: var(--fvHeight);
  position: relative;
  overflow: hidden;
  background-color: #707070;
  z-index: 1;
}
.kv::before {
  content: "";
  display: block;
  width: 100%;
  padding: 0 0 54.375%;
}
@media (max-width: 768px) {
  .kv::before {
    padding-bottom: 200%;
  }
}
.kv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv__scroll {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  bottom: 4.5625rem;
  right: 2.375rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  padding-left: 0.4375rem;
  overflow: hidden;
  letter-spacing: 0.05em;
  height: 6.5rem;
}
@media (max-width: 768px) {
  .kv__scroll {
    font-size: 0.875rem;
    height: 5.5rem;
    bottom: 8.625rem;
    right: 0.8125rem;
    padding-left: 0.5rem;
  }
}
.kv__scroll:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: -1px;
  width: 0.125rem;
  background-color: #fff;
  -webkit-animation: sdl 2s infinite;
          animation: sdl 2s infinite;
}
@media (max-width: 768px) {
  .kv__scroll:before {
    bottom: -2px;
  }
}
.kv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8.75rem;
  height: 11.75rem;
  background: url("/assets/img/page-top/kv-logo.svg") no-repeat center/contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  margin-top: -2.0625rem;
}
@media (max-width: 768px) {
  .kv__logo {
    width: 7.5rem;
    height: 10rem;
    margin-top: -1.53125rem;
  }
}

.kv-news-container {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}
@media (min-width: 769px) {
  .kv-news-container {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  .kv-news-container {
    border-top: 1px solid #707070;
  }
}
.kv-news-container .inner {
  width: 100%;
  margin: 0 auto;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  grid-template-columns: 6.5625rem 1fr;
}
@media (max-width: 768px) {
  .kv-news-container .inner {
    grid-template-columns: 4.8125rem 1fr;
  }
}
.kv-news-container .kv-news__label {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000;
  margin: 0;
  height: 2rem;
  line-height: 2rem;
  border-right: 1px solid #707070;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 768px) {
  .kv-news-container .kv-news__label {
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 0.6875rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
}
.kv-news-container .kv-news {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 3.5rem;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
@media (max-width: 768px) {
  .kv-news-container .kv-news {
    height: 2.875rem;
  }
}
.kv-news-container .kv-news > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kv-news-container .kv-news > li a {
  text-decoration: none;
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .kv-news-container .kv-news > li a {
    padding-right: 2.1875rem;
  }
}
.kv-news-container .kv-news.is-sliding {
  opacity: 0;
}
.kv-news-container .kv-news-item {
  height: 3.5rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem 0 1.375rem;
  position: relative;
}
@media (max-width: 768px) {
  .kv-news-container .kv-news-item {
    height: 2.875rem;
    padding: 0 0 0 0.6875rem;
  }
}
.kv-news-container .kv-news-item > .__date {
  font-family: "Inter", "AotoGothicStdN", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2.1875rem;
  text-align: left;
  color: #707070;
  margin: 0;
  padding-right: 0.5rem;
}
.kv-news-container .kv-news-item > .__title {
  font-family: "Inter", "AotoGothicStdN", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
  color: #161f20;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .kv-news-container .kv-news-item > .__title {
    font-size: 0.875rem;
    font-weight: 300;
  }
}
.kv-news-container .kv-news-item > .__desc {
  font-family: "Inter", "AotoGothicStdN", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
  color: #707070;
  margin: 0;
  padding-left: 0.9375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .kv-news-container .kv-news-item > .__desc {
    display: none;
  }
}
.kv-news-container .kv-news__nav {
  background: url("/assets/img/page-top/icon-seemore-news.svg") no-repeat center;
  background-size: contain;
  width: 5.5rem;
  height: 0.875rem;
  overflow: hidden;
  text-indent: -9999px;
  font-weight: 300;
  position: absolute;
  right: 1.5rem;
  pointer-events: none;
}
@media (max-width: 768px) {
  .kv-news-container .kv-news__nav {
    width: 3rem;
    height: 3rem;
    background-image: url("/assets/img/page-top/icon-greater.svg");
    background-size: 0.375rem auto;
    right: -2.1875rem;
  }
}

.sec-1 {
  padding-block: 6.5rem;
}
@media (min-width: 769px) {
  .sec-1 {
    background: url("/assets/img/page-top/bg-statement.webp") no-repeat top center/cover;
  }
}
@media (max-width: 768px) {
  .sec-1 {
    padding-top: 4.8125rem;
    padding-bottom: 4rem;
    background: url("/assets/img/page-top/bg-statement-sp.webp") no-repeat top center/cover;
  }
}
.sec-1 .inner {
  max-width: 47.5rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .sec-1 .inner {
    padding-inline: 2.5rem;
  }
}
.sec-1 .inner .sec__title {
  font-family: "Inter", "AotoGothicStdN", sans-serif;
  font-weight: 300;
  font-size: 1.625rem;
  letter-spacing: 0.08em;
  line-height: 3rem;
  text-align: left;
  color: #161f20;
  margin: 0;
}
@media (max-width: 768px) {
  .sec-1 .inner .sec__title {
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
}
.sec-1 .inner .sec__title .spacing {
  letter-spacing: 0.5em;
}
@media (max-width: 768px) {
  .sec-1 .inner .sec__title .spacing {
    letter-spacing: 0.6em;
  }
}
.sec-1 .inner .sec__text {
  font-family: "Inter", "AotoGothicStdN", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.09em;
  line-height: 2.1875rem;
  text-align: left;
  color: #161f20;
  margin: 1.75rem 0 0;
}
@media (max-width: 768px) {
  .sec-1 .inner .sec__text {
    font-size: 1rem;
    line-height: 2rem;
    margin-top: 2rem;
    letter-spacing: 0.06em;
  }
}
.sec-1 .inner .sec__text .spacing {
  letter-spacing: 0.5em;
}
@media (max-width: 768px) {
  .sec-1 .inner .sec__text .spacing {
    letter-spacing: 0.4em;
  }
}
.sec-1 .inner .__arrow {
  display: inline-block;
  height: 0.9375rem;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  margin: 0;
  margin-top: 4rem;
  position: relative;
  padding-left: 5.375rem;
  font-family: "Inter", "AotoGothicStdN", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1;
  text-align: left;
  color: #161f20;
  text-decoration: none;
}
@media (min-width: 769px) {
  .sec-1 .inner .__arrow {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .sec-1 .inner .__arrow:hover {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .sec-1 .inner .__arrow {
    height: 0.9375rem;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    margin-top: 4rem;
    padding-left: 4.8125rem;
  }
}
.sec-1 .inner .__arrow::before {
  content: "";
  background: url("/assets/img/page-top/icon-seemore-no-text.svg") no-repeat right bottom;
  background-size: 100% auto;
  display: inline-block;
  width: 4.375rem;
  height: 0.8125rem;
  position: absolute;
  left: 0;
  bottom: 0.125rem;
}
@media (max-width: 768px) {
  .sec-1 .inner .__arrow::before {
    width: 4.375rem;
    height: 0.8125rem;
    bottom: 0.1875rem;
  }
}
.sec-1 .inner .__arrow--white, .sec-1 .inner .sec-3 .__arrow, .sec-3 .sec-1 .inner .__arrow {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.sec-1 .inner .__arrow .__text-container {
  position: relative;
  display: block;
}
.sec-1 .inner .__arrow .__text-container > .__hover-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media (min-width: 769px) {
  .sec-1 .inner .__arrow:hover .__default-text {
    opacity: 0;
    visibility: hidden;
  }
  .sec-1 .inner .__arrow:hover .__hover-text {
    display: block;
  }
}
.sec-1 .inner .__arrow-container {
  text-align: right;
}
@media (min-width: 769px) {
  .sec-1 .inner .__arrow-container {
    position: relative;
    top: -0.5625rem;
  }
}
.sec-1 .inner .__arrow {
  margin: 0;
}
@media (max-width: 768px) {
  .sec-1 .inner .__arrow {
    margin-top: 2.75rem;
  }
}

.sec-2 {
  padding: 6.75rem 0 5rem;
  min-height: 31.25rem;
  background-color: #F6F6F6;
}
@media (max-width: 768px) {
  .sec-2 {
    padding: 5.125rem 0 4rem;
  }
}
.sec-2 .inner {
  max-width: 63.125rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .sec-2 .inner {
    margin: 0 2.5rem;
  }
}
.sec-2 .sec__title {
  margin: 0;
  font-weight: 300;
  font-size: 1.625rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
  color: #161F20;
}
@media (max-width: 768px) {
  .sec-2 .sec__title {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
}
.sec-2 .sec__title .en {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.sec-2 .sec__title .en.--split {
  height: 1.5625rem;
  line-height: 1.5625rem;
  border-right: 0.0625rem solid #161F20;
  padding-right: 1.125rem;
  margin-right: 1.25rem;
}
@media (max-width: 768px) {
  .sec-2 .sec__title .en.--split {
    height: 1.5rem;
    line-height: 1.5rem;
    padding-right: 1rem;
    margin-right: 1rem;
  }
}
.sec-2 .sec__title--white, .sec-2 .sec-3 .sec__title, .sec-3 .sec-2 .sec__title {
  color: #fff;
}
.sec-2 .sec__title--white .en.--split, .sec-2 .sec-3 .sec__title .en.--split, .sec-3 .sec-2 .sec__title .en.--split {
  border-color: #fff;
}
@media (max-width: 768px) {
  .sec-2 .sec__title .en.--split {
    padding-right: 0.875rem;
    margin-right: 1.0625rem;
  }
  .sec-2 .sec__title .jp {
    letter-spacing: 0;
  }
}
.sec-2 .sec__desc {
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2.1875rem;
  text-align: left;
  color: #161f20;
  margin: 2.1875rem 0 0 0;
  font-family: "Inter", "AotoGothicStdN", sans-serif;
}
@media (min-width: 769px) {
  .sec-2 .sec__desc {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 768px) {
  .sec-2 .sec__desc {
    font-size: 1rem;
    line-height: 2rem;
    text-align: left;
    margin-top: 1.25rem;
  }
}
.sec-2 .sec__desc {
  letter-spacing: 0.12em;
}
@media (min-width: 769px) {
  .sec-2 .sec__desc {
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .sec-2 .sec__desc {
    margin-top: 1.8125rem;
    letter-spacing: 0.07em;
  }
}
.sec-2 .sec__desc .spacing {
  letter-spacing: 0.5em;
}
@media (max-width: 768px) {
  .sec-2 .sec__desc .spacing {
    letter-spacing: 0.4em;
  }
}
@media (min-width: 769px) {
  .sec-2 .__list-container-inner {
    text-align: center;
  }
}
.sec-2 .__list-container {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .sec-2 .__list-container {
    display: inline-block;
  }
}
.sec-2 .__list {
  min-width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
  padding: 0;
  margin: 0;
  margin-top: 3.875rem;
}
@media (max-width: 768px) {
  .sec-2 .__list {
    max-width: 21.125rem;
    grid-template-columns: repeat(2, 10.3125rem);
    gap: 1rem 0.5rem;
    margin-top: 3.0625rem;
  }
}
.sec-2 .__list > li {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  will-change: transform;
}
@media (min-width: 769px) {
  .sec-2 .__list > li:first-child {
    padding-left: 1rem;
  }
  .sec-2 .__list > li:last-child {
    padding-right: 1rem;
  }
}
.sec-2 .__list .product {
  height: 100%;
}
.sec-2 .__list .product__url {
  height: 100%;
  position: relative;
  background-color: #fff;
  padding-bottom: 3.125rem;
  display: block;
  text-decoration: none;
  color: #161f20;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .sec-2 .__list .product__url {
    padding-bottom: 1.5625rem;
  }
}
.sec-2 .__list .product__img {
  width: 100%;
  padding: 0 0 100% 0;
  background: #707070 no-repeat center center;
  background-size: cover;
  position: relative;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sec-2 .__list .product__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sec-2 .__list .product__text {
  padding: 0.25rem 1.4375rem 0.8125rem;
  word-break: break-all;
}
@media (max-width: 768px) {
  .sec-2 .__list .product__text {
    padding: 0.8125rem 0.5rem 0.8125rem 0.75rem;
  }
}
.sec-2 .__list .product__text .ttl {
  font-size: 1.3125rem;
  letter-spacing: 0.05em;
  line-height: 2.8125rem;
  text-align: left;
  margin: 0;
  font-weight: 300;
}
@media (min-width: 769px) {
  .sec-2 .__list .product__text .ttl {
    margin-right: -0.875rem;
  }
}
@media (max-width: 768px) {
  .sec-2 .__list .product__text .ttl {
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.875rem;
  }
}
@media (max-width: 768px) {
  .sec-2 .__list .product__text .ttl.--ls0 {
    letter-spacing: 0;
  }
}
.sec-2 .__list .product__text .ttl.--ls-sub02 {
  letter-spacing: -0.02em;
}
.sec-2 .__list .product__text .txt {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.6428571429;
  text-align: left;
  margin-top: 0;
  text-align: justify;
}
@media (max-width: 768px) {
  .sec-2 .__list .product__text .txt {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 1.6428571429;
    margin-top: 0.625rem;
  }
}
.sec-2 .__list .product__arr {
  display: block;
  position: absolute;
  bottom: 1.4375rem;
  right: 1.5rem;
  width: 4.375rem;
  height: 1px;
  background-color: #707070;
}
@media (max-width: 768px) {
  .sec-2 .__list .product__arr {
    width: 2.5625rem;
    bottom: 1rem;
    right: 1rem;
  }
}
.sec-2 .__list .product__arr:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 1px;
  height: 1rem;
  background-color: #707070;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: rotateZ(-42deg);
          transform: rotateZ(-42deg);
}
@media (max-width: 768px) {
  .sec-2 .__list .product__arr:after {
    height: 0.625rem;
  }
}
.sec-2 .__list .product {
  width: 17.125rem;
  height: 100%;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .sec-2 .__list .product {
    width: 17.125rem;
  }
}
.sec-2 .__list .product__img {
  background-color: transparent;
}
@media (min-width: 769px) {
  .sec-2 .__list .product__img {
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .sec-2 .__list .product__text {
    padding-top: 0.25rem;
    padding-inline: 1.375rem;
  }
  .sec-2 .__list .product__text .ttl {
    font-size: 1.3125rem;
    line-height: 2.8125rem;
  }
  .sec-2 .__list .product__text .txt {
    margin-top: 0;
  }
  .sec-2 .__list .product__url {
    padding-bottom: 1.0625rem;
    font-size: 2.8125rem;
  }
  .sec-2 .__list .product__url:after {
    width: 4.375rem;
    height: 0.75rem;
    bottom: 1.375rem;
    right: 1.3125rem;
  }
  .sec-2 .__list .product__arr {
    width: 4.375rem;
    bottom: 1.375rem;
    right: 1.5rem;
  }
  .sec-2 .__list .product__arr::after {
    height: 0.9375rem;
  }
}
.sec-2 .__list-progress-container {
  width: 63.125rem;
  margin: 0 auto;
  margin-top: 2.5rem;
  position: relative;
  height: 0.125rem;
  overflow: hidden;
}
.sec-2 .__list-progress-container::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px solid #E3E3E3;
  z-index: 1;
  position: relative;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (max-width: 768px) {
  .sec-2 .__list-progress-container {
    width: 19.375rem;
  }
}
.sec-2 .__list-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 21rem;
  height: 0.125rem;
  background-color: #161F20;
  z-index: 2;
}
@media (max-width: 768px) {
  .sec-2 .__list-progress-bar {
    width: 3.125rem;
  }
}
.sec-2 .scrollbox-wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.sec-2 .scrollbox {
  padding-bottom: 2.75rem;
}
@media (max-width: 768px) {
  .sec-2 .scrollbox {
    padding-bottom: 2.6875rem;
  }
}
.sec-2 .scrollbox__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: -webkit-grab;
  cursor: grab;
  gap: 0;
  padding: 0;
  margin: 0;
  margin-top: 3.875rem;
}
@media (max-width: 768px) {
  .sec-2 .scrollbox__main {
    margin-left: -2.5rem;
    padding-left: 2.5rem;
    overflow-x: auto;
  }
  .sec-2 .scrollbox__main::-webkit-scrollbar {
    display: none;
  }
}
.sec-2 .scrollbox__main--item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
}
.sec-2 .scrollbox__main--item .product {
  height: 100%;
}
.sec-2 .scrollbox__main--item .product__url {
  height: 100%;
  position: relative;
  background-color: #fff;
  padding-bottom: 3.125rem;
  display: block;
  text-decoration: none;
  color: #161f20;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .sec-2 .scrollbox__main--item .product__url {
    padding-bottom: 1.5625rem;
  }
}
.sec-2 .scrollbox__main--item .product__img {
  width: 100%;
  padding: 0 0 100% 0;
  background: #707070 no-repeat center center;
  background-size: cover;
  position: relative;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sec-2 .scrollbox__main--item .product__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sec-2 .scrollbox__main--item .product__text {
  padding: 0.25rem 1.4375rem 0.8125rem;
  word-break: break-all;
}
@media (max-width: 768px) {
  .sec-2 .scrollbox__main--item .product__text {
    padding: 0.8125rem 0.5rem 0.8125rem 0.75rem;
  }
}
.sec-2 .scrollbox__main--item .product__text .ttl {
  font-size: 1.3125rem;
  letter-spacing: 0.05em;
  line-height: 2.8125rem;
  text-align: left;
  margin: 0;
  font-weight: 300;
}
@media (min-width: 769px) {
  .sec-2 .scrollbox__main--item .product__text .ttl {
    margin-right: -0.875rem;
  }
}
@media (max-width: 768px) {
  .sec-2 .scrollbox__main--item .product__text .ttl {
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.875rem;
  }
}
@media (max-width: 768px) {
  .sec-2 .scrollbox__main--item .product__text .ttl.--ls0 {
    letter-spacing: 0;
  }
}
.sec-2 .scrollbox__main--item .product__text .ttl.--ls-sub02 {
  letter-spacing: -0.02em;
}
.sec-2 .scrollbox__main--item .product__text .txt {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.6428571429;
  text-align: left;
  margin-top: 0;
  text-align: justify;
}
@media (max-width: 768px) {
  .sec-2 .scrollbox__main--item .product__text .txt {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 1.6428571429;
    margin-top: 0.625rem;
  }
}
.sec-2 .scrollbox__main--item .product__arr {
  display: block;
  position: absolute;
  bottom: 1.4375rem;
  right: 1.5rem;
  width: 4.375rem;
  height: 1px;
  background-color: #707070;
}
@media (max-width: 768px) {
  .sec-2 .scrollbox__main--item .product__arr {
    width: 2.5625rem;
    bottom: 1rem;
    right: 1rem;
  }
}
.sec-2 .scrollbox__main--item .product__arr:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 1px;
  height: 1rem;
  background-color: #707070;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: rotateZ(-42deg);
          transform: rotateZ(-42deg);
}
@media (max-width: 768px) {
  .sec-2 .scrollbox__main--item .product__arr:after {
    height: 0.625rem;
  }
}
.sec-2 .scrollbox__main--item .product {
  width: 17.125rem;
  height: var(--slideHeight);
  margin: 0 1rem 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .sec-2 .scrollbox__main--item .product {
    width: 17.125rem;
    margin-right: 0.5rem;
  }
}
.sec-2 .scrollbox__main--item .product__img {
  background-color: transparent;
}
@media (min-width: 769px) {
  .sec-2 .scrollbox__main--item .product__img {
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .sec-2 .scrollbox__main--item .product__text {
    padding-top: 0.25rem;
    padding-inline: 1.375rem;
  }
  .sec-2 .scrollbox__main--item .product__text .ttl {
    font-size: 1.3125rem;
    line-height: 2.8125rem;
  }
  .sec-2 .scrollbox__main--item .product__text .txt {
    margin-top: 0;
  }
  .sec-2 .scrollbox__main--item .product__url {
    padding-bottom: 1.0625rem;
    font-size: 2.8125rem;
  }
  .sec-2 .scrollbox__main--item .product__url:after {
    width: 4.375rem;
    height: 0.75rem;
    bottom: 1.375rem;
    right: 1.3125rem;
  }
  .sec-2 .scrollbox__main--item .product__arr {
    width: 4.375rem;
    bottom: 1.375rem;
    right: 1.5rem;
  }
  .sec-2 .scrollbox__main--item .product__arr::after {
    height: 0.9375rem;
  }
}
.sec-2 .scrollbox__main.swiper-no-scrollbar {
  cursor: auto;
}
.sec-2 .scrollbox.swiper {
  overflow: visible;
}
@media (min-width: 769px) {
  .sec-2 .scrollbox.swiper {
    margin-left: calc((100% - 63.125rem) / 2);
  }
}
@media (max-width: 768px) {
  .sec-2 .scrollbox.swiper {
    padding-left: 2.5rem;
  }
}
.sec-2 .scrollbox .swiper-scrollbar {
  opacity: 1 !important;
  -webkit-transition: none !important;
  transition: none !important;
  background: #E3E3E3;
  height: 1px;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  max-width: 63.125rem;
  border-radius: 0;
  cursor: -webkit-grab;
  cursor: grab;
}
@media (max-width: 768px) {
  .sec-2 .scrollbox .swiper-scrollbar {
    max-width: 19.375rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-left: 2.5rem;
  }
}
.sec-2 .scrollbox .swiper-scrollbar-drag {
  background: #707070;
  height: 2px;
  top: -0.5px;
  border-radius: 0;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.sec-3 {
  position: relative;
  overflow: hidden;
  min-height: 29.6875rem;
  padding: 7.75rem 0 6.25rem;
  background-color: #707070;
}
@media (max-width: 768px) {
  .sec-3 {
    padding: 5.125rem 0 3.75rem;
    min-height: 28.5rem;
  }
}
.sec-3 .sec__bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  min-height: 100%;
}
.sec-3 .sec__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-3 .sec__inner {
  position: relative;
  z-index: 1;
  max-width: 63.125rem;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 768px) {
  .sec-3 .sec__inner {
    padding: 0 2.5rem;
  }
}
.sec-3 .sec__title {
  margin: 0;
  font-weight: 300;
  font-size: 1.625rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
  color: #161F20;
}
@media (max-width: 768px) {
  .sec-3 .sec__title {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
}
.sec-3 .sec__title .en {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.sec-3 .sec__title .en.--split {
  height: 1.5625rem;
  line-height: 1.5625rem;
  border-right: 0.0625rem solid #161F20;
  padding-right: 1.125rem;
  margin-right: 1.25rem;
}
@media (max-width: 768px) {
  .sec-3 .sec__title .en.--split {
    height: 1.5rem;
    line-height: 1.5rem;
    padding-right: 1rem;
    margin-right: 1rem;
  }
}
.sec-3 .sec__title--white, .sec-3 .sec__title {
  color: #fff;
}
.sec-3 .sec__title--white .en.--split, .sec-3 .sec__title .en.--split {
  border-color: #fff;
}
.sec-3 .sec__title {
  font-weight: 400;
}
@media (max-width: 768px) {
  .sec-3 .sec__title .en.--split {
    padding-right: 0.75rem;
  }
}
.sec-3 .sec__title .jp {
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .sec-3 .sec__title .jp {
    letter-spacing: 0.08em;
    display: block;
    margin-top: 0.5rem;
  }
}
.sec-3 .sec__desc {
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2.1875rem;
  text-align: left;
  color: #161f20;
  margin: 2.1875rem 0 0 0;
  font-family: "Inter", "AotoGothicStdN", sans-serif;
}
@media (min-width: 769px) {
  .sec-3 .sec__desc {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 768px) {
  .sec-3 .sec__desc {
    font-size: 1rem;
    line-height: 2rem;
    text-align: left;
    margin-top: 1.25rem;
  }
}
.sec-3 .sec__desc {
  color: #fff;
  margin-top: 2.1875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .sec-3 .sec__desc {
    letter-spacing: 0;
    margin-top: 1.9375rem;
  }
}
.sec-3 .sec__desc .spacing {
  letter-spacing: 0.6em;
}
.sec-3 .__arrow-container {
  text-align: left;
}
@media (max-width: 768px) {
  .sec-3 .__arrow-container {
    text-align: right;
  }
}
.sec-3 .__arrow {
  display: inline-block;
  height: 0.9375rem;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  margin: 0;
  margin-top: 4rem;
  position: relative;
  padding-left: 5.375rem;
  font-family: "Inter", "AotoGothicStdN", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1;
  text-align: left;
  color: #161f20;
  text-decoration: none;
}
@media (min-width: 769px) {
  .sec-3 .__arrow {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .sec-3 .__arrow:hover {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .sec-3 .__arrow {
    height: 0.9375rem;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    margin-top: 4rem;
    padding-left: 4.8125rem;
  }
}
.sec-3 .__arrow::before {
  content: "";
  background: url("/assets/img/page-top/icon-seemore-no-text.svg") no-repeat right bottom;
  background-size: 100% auto;
  display: inline-block;
  width: 4.375rem;
  height: 0.8125rem;
  position: absolute;
  left: 0;
  bottom: 0.125rem;
}
@media (max-width: 768px) {
  .sec-3 .__arrow::before {
    width: 4.375rem;
    height: 0.8125rem;
    bottom: 0.1875rem;
  }
}
.sec-3 .__arrow--white, .sec-3 .__arrow {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.sec-3 .__arrow .__text-container {
  position: relative;
  display: block;
}
.sec-3 .__arrow .__text-container > .__hover-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media (min-width: 769px) {
  .sec-3 .__arrow:hover .__default-text {
    opacity: 0;
    visibility: hidden;
  }
  .sec-3 .__arrow:hover .__hover-text {
    display: block;
  }
}
.sec-3 .__arrow {
  margin-top: 3.3125rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .sec-3 .__arrow {
    margin: 2.5rem 0 0 auto;
    font-family: "Inter", "AotoGothicStdN", sans-serif;
  }
}

.sec-4 {
  position: relative;
  padding: 6.625rem 0 7.5rem;
}
@media (max-width: 768px) {
  .sec-4 {
    padding: 5rem 0;
  }
}
.sec-4 .inner {
  max-width: 63.125rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .sec-4 .inner {
    padding: 0 2.5rem;
  }
}
.sec-4 .sec__title {
  margin: 0;
  font-weight: 300;
  font-size: 1.625rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
  color: #161F20;
}
@media (max-width: 768px) {
  .sec-4 .sec__title {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
}
.sec-4 .sec__title .en {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.sec-4 .sec__title .en.--split {
  height: 1.5625rem;
  line-height: 1.5625rem;
  border-right: 0.0625rem solid #161F20;
  padding-right: 1.125rem;
  margin-right: 1.25rem;
}
@media (max-width: 768px) {
  .sec-4 .sec__title .en.--split {
    height: 1.5rem;
    line-height: 1.5rem;
    padding-right: 1rem;
    margin-right: 1rem;
  }
}
.sec-4 .sec__title--white, .sec-4 .sec-3 .sec__title, .sec-3 .sec-4 .sec__title {
  color: #fff;
}
.sec-4 .sec__title--white .en.--split, .sec-4 .sec-3 .sec__title .en.--split, .sec-3 .sec-4 .sec__title .en.--split {
  border-color: #fff;
}
.sec-4 .news__list {
  margin: 2.875rem 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .sec-4 .news__list {
    margin-top: 2.4375rem;
    gap: 0.9375rem;
  }
}
.sec-4 .news__list > li {
  width: 100%;
}
.sec-4 .news-block {
  background-color: #F6F6F6;
  min-height: 4.6875rem;
  display: grid;
  grid-template-columns: 10.625rem auto 11.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-block: 1.4375rem;
}
@media (max-width: 768px) {
  .sec-4 .news-block {
    display: block;
    min-height: auto;
    padding-top: 2.5rem;
    padding-bottom: 1rem;
  }
}
.sec-4 .news-block > .__date {
  padding-left: 3rem;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  text-align: left;
  color: #707070;
  position: relative;
  margin: 0;
}
@media (max-width: 768px) {
  .sec-4 .news-block > .__date {
    position: absolute;
    top: 0.5rem;
    left: 8.75rem;
    padding-left: 0;
    font-size: 0.6875rem;
  }
}
.sec-4 .news-block > .__date::before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5625rem;
  height: 0rem;
  background: transparent;
  border-top: 0.0625rem solid #707070;
}
@media (max-width: 768px) {
  .sec-4 .news-block > .__date::before {
    left: -1.125rem;
  }
}
.sec-4 .news-block > .__title {
  font-family: "Inter", "AotoGothicStdN", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify;
  margin: 0;
  padding-left: 0.375rem;
  padding-right: 3.75rem;
}
@media (max-width: 768px) {
  .sec-4 .news-block > .__title {
    font-size: 0.875rem;
    font-weight: 300;
    padding-left: 1.25rem;
    padding-right: 0;
    max-width: 16.25rem;
    line-height: 1.25rem;
  }
}
.sec-4 .news-block > .__title br {
  display: none;
}
.sec-4 .news-block > .__title a {
  text-decoration: none;
  color: #161f20;
}
.sec-4 .news-block > .__cate {
  font-family: "Inter", "AotoGothicStdN", sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #161f20;
  text-decoration: none;
  width: 7.4375rem;
  height: 2.0625rem;
  background: transparent;
  border: 0.0625rem solid #707070;
  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;
}
@media (max-width: 768px) {
  .sec-4 .news-block > .__cate {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.6875rem;
    width: 7.0625rem;
    height: 1.9375rem;
    font-weight: 300;
  }
}
.sec-4 .news-block > .__arr {
  display: block;
  width: 0.375rem;
  height: 0.6875rem;
  background: url("/assets/img/page-top/icon-greater.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .sec-4 .news-block > .__arr {
    right: 1rem;
  }
}
.sec-4 .news-block > a {
  position: absolute;
  top: 1.875rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 769px) {
  .sec-4 .news-block > a {
    top: 0;
    left: 10.625rem;
  }
}
.sec-4 .__arrow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sec-4 .__arrow {
  display: inline-block;
  height: 0.9375rem;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  margin: 0;
  margin-top: 4rem;
  position: relative;
  padding-left: 5.375rem;
  font-family: "Inter", "AotoGothicStdN", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1;
  text-align: left;
  color: #161f20;
  text-decoration: none;
}
@media (min-width: 769px) {
  .sec-4 .__arrow {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .sec-4 .__arrow:hover {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .sec-4 .__arrow {
    height: 0.9375rem;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    margin-top: 4rem;
    padding-left: 4.8125rem;
  }
}
.sec-4 .__arrow::before {
  content: "";
  background: url("/assets/img/page-top/icon-seemore-no-text.svg") no-repeat right bottom;
  background-size: 100% auto;
  display: inline-block;
  width: 4.375rem;
  height: 0.8125rem;
  position: absolute;
  left: 0;
  bottom: 0.125rem;
}
@media (max-width: 768px) {
  .sec-4 .__arrow::before {
    width: 4.375rem;
    height: 0.8125rem;
    bottom: 0.1875rem;
  }
}
.sec-4 .__arrow--white, .sec-4 .sec-3 .__arrow, .sec-3 .sec-4 .__arrow {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.sec-4 .__arrow .__text-container {
  position: relative;
  display: block;
}
.sec-4 .__arrow .__text-container > .__hover-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media (min-width: 769px) {
  .sec-4 .__arrow:hover .__default-text {
    opacity: 0;
    visibility: hidden;
  }
  .sec-4 .__arrow:hover .__hover-text {
    display: block;
  }
}
@media (max-width: 768px) {
  .sec-4 .__arrow {
    margin-top: 2.875rem;
  }
}

.sec-5 .inner {
  max-width: 63.125rem;
  min-height: 21.0625rem;
  margin: 0 auto;
  position: relative;
  background-color: #F6F6F6;
}
.sec-5 .inner > .__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 768px) {
  .sec-5 .inner > .__img {
    width: 100%;
    height: auto;
    padding: 0 0 100% 0;
    position: relative;
  }
}
.sec-5 .inner > .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-5 .inner > .__content {
  width: 50%;
  padding: 4.3125rem 5rem 0 4.5rem;
}
@media (max-width: 768px) {
  .sec-5 .inner > .__content {
    width: 100%;
    padding: 5rem 2.5rem 4.625rem;
  }
}
.sec-5 .sec__title {
  margin: 0;
  font-weight: 300;
  font-size: 1.625rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
  color: #161F20;
}
@media (max-width: 768px) {
  .sec-5 .sec__title {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
}
.sec-5 .sec__title .en {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.sec-5 .sec__title .en.--split {
  height: 1.5625rem;
  line-height: 1.5625rem;
  border-right: 0.0625rem solid #161F20;
  padding-right: 1.125rem;
  margin-right: 1.25rem;
}
@media (max-width: 768px) {
  .sec-5 .sec__title .en.--split {
    height: 1.5rem;
    line-height: 1.5rem;
    padding-right: 1rem;
    margin-right: 1rem;
  }
}
.sec-5 .sec__title--white, .sec-5 .sec-3 .sec__title, .sec-3 .sec-5 .sec__title {
  color: #fff;
}
.sec-5 .sec__title--white .en.--split, .sec-5 .sec-3 .sec__title .en.--split, .sec-3 .sec-5 .sec__title .en.--split {
  border-color: #fff;
}
@media (max-width: 768px) {
  .sec-5 .sec__title .en.--split {
    padding-right: 0.875rem;
    margin-right: 0.875rem;
  }
  .sec-5 .sec__title .jp {
    letter-spacing: 0.02em;
  }
}
.sec-5 .sec__desc {
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2.1875rem;
  text-align: left;
  color: #161f20;
  margin: 2.1875rem 0 0 0;
  font-family: "Inter", "AotoGothicStdN", sans-serif;
}
@media (min-width: 769px) {
  .sec-5 .sec__desc {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 768px) {
  .sec-5 .sec__desc {
    font-size: 1rem;
    line-height: 2rem;
    text-align: left;
    margin-top: 1.25rem;
  }
}
.sec-5 .sec__desc {
  margin-top: 1.5rem;
  text-align: justify;
  letter-spacing: 0.09em;
  line-height: 2;
}
@media (max-width: 768px) {
  .sec-5 .sec__desc {
    margin-top: 2.0625rem;
    letter-spacing: 0.01em;
  }
}
.sec-5 .sec__desc .spacing {
  letter-spacing: 0.5em;
}
@media (max-width: 768px) {
  .sec-5 .sec__desc .spacing {
    letter-spacing: 0.5em;
  }
}
.sec-5 .__arrow {
  display: inline-block;
  height: 0.9375rem;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  margin: 0;
  margin-top: 4rem;
  position: relative;
  padding-left: 5.375rem;
  font-family: "Inter", "AotoGothicStdN", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1;
  text-align: left;
  color: #161f20;
  text-decoration: none;
}
@media (min-width: 769px) {
  .sec-5 .__arrow {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .sec-5 .__arrow:hover {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .sec-5 .__arrow {
    height: 0.9375rem;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    margin-top: 4rem;
    padding-left: 4.8125rem;
  }
}
.sec-5 .__arrow::before {
  content: "";
  background: url("/assets/img/page-top/icon-seemore-no-text.svg") no-repeat right bottom;
  background-size: 100% auto;
  display: inline-block;
  width: 4.375rem;
  height: 0.8125rem;
  position: absolute;
  left: 0;
  bottom: 0.125rem;
}
@media (max-width: 768px) {
  .sec-5 .__arrow::before {
    width: 4.375rem;
    height: 0.8125rem;
    bottom: 0.1875rem;
  }
}
.sec-5 .__arrow--white, .sec-5 .sec-3 .__arrow, .sec-3 .sec-5 .__arrow {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.sec-5 .__arrow .__text-container {
  position: relative;
  display: block;
}
.sec-5 .__arrow .__text-container > .__hover-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media (min-width: 769px) {
  .sec-5 .__arrow:hover .__default-text {
    opacity: 0;
    visibility: hidden;
  }
  .sec-5 .__arrow:hover .__hover-text {
    display: block;
  }
}
.sec-5 .__arrow-container {
  text-align: left;
}
@media (max-width: 768px) {
  .sec-5 .__arrow-container {
    text-align: right;
  }
}
.sec-5 .__arrow {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .sec-5 .__arrow {
    margin-top: 2.4375rem;
    margin-left: auto;
    margin-right: 0;
  }
}

.sec-6 {
  margin: 10.625rem 0 0;
}
@media (max-width: 768px) {
  .sec-6 {
    margin-top: 0;
  }
}
.sec-6 .inner {
  max-width: 80rem;
  width: 100%;
  min-height: 25.1875rem;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .sec-6 .inner {
    display: block;
  }
}
.sec-6 .inner > .__img {
  position: relative;
  height: 100%;
}
.sec-6 .inner > .__img img {
  width: calc(100% - 2.5rem);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .sec-6 .inner > .__img {
    width: 100%;
    height: auto;
    padding: 0 0 100% 0;
    position: relative;
  }
  .sec-6 .inner > .__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.sec-6 .inner > .__content {
  padding: 0 0 0 2.5rem;
}
@media (max-width: 768px) {
  .sec-6 .inner > .__content {
    padding: 5rem 2.5rem 0;
  }
}
.sec-6 .sec__title {
  margin: 0;
  font-weight: 300;
  font-size: 1.625rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
  color: #161F20;
}
@media (max-width: 768px) {
  .sec-6 .sec__title {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
}
.sec-6 .sec__title .en {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.sec-6 .sec__title .en.--split {
  height: 1.5625rem;
  line-height: 1.5625rem;
  border-right: 0.0625rem solid #161F20;
  padding-right: 1.125rem;
  margin-right: 1.25rem;
}
@media (max-width: 768px) {
  .sec-6 .sec__title .en.--split {
    height: 1.5rem;
    line-height: 1.5rem;
    padding-right: 1rem;
    margin-right: 1rem;
  }
}
.sec-6 .sec__title--white, .sec-6 .sec-3 .sec__title, .sec-3 .sec-6 .sec__title {
  color: #fff;
}
.sec-6 .sec__title--white .en.--split, .sec-6 .sec-3 .sec__title .en.--split, .sec-3 .sec-6 .sec__title .en.--split {
  border-color: #fff;
}
.sec-6 .sec__title {
  position: relative;
  top: 0.125rem;
}
.sec-6 .sec__title .en.--split {
  margin-right: 1.375rem;
}
@media (max-width: 768px) {
  .sec-6 .sec__title .en.--split {
    padding-right: 0.875rem;
    margin-right: 0;
  }
}
.sec-6 .sec__title .jp {
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .sec-6 .sec__title .jp {
    display: block;
    margin-top: 0.75rem;
  }
}
.sec-6 .sec__desc {
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2.1875rem;
  text-align: left;
  color: #161f20;
  margin: 2.1875rem 0 0 0;
  font-family: "Inter", "AotoGothicStdN", sans-serif;
}
@media (min-width: 769px) {
  .sec-6 .sec__desc {
    letter-spacing: 0.05em;
  }
}
@media (max-width: 768px) {
  .sec-6 .sec__desc {
    font-size: 1rem;
    line-height: 2rem;
    text-align: left;
    margin-top: 1.25rem;
  }
}
.sec-6 .sec__desc {
  margin-top: 2.1875rem;
  letter-spacing: 0.12em;
}
@media (max-width: 768px) {
  .sec-6 .sec__desc {
    margin-top: 2.0625rem;
    letter-spacing: 0.06em;
  }
}
.sec-6 .sec__desc .spacing {
  letter-spacing: 0.5em;
}
.sec-6 .__link {
  font-family: "Inter", "AotoGothicStdN", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.5rem;
  text-align: left;
  color: #2f2f2f;
  text-decoration: none;
  position: relative;
  padding-left: 1rem;
  margin-right: 1.875rem;
}
@media (max-width: 768px) {
  .sec-6 .__link {
    font-size: 0.75rem;
    padding-left: 0.75rem;
    margin-right: 1.0625rem;
  }
}
.sec-6 .__link::before {
  content: "";
  position: absolute;
  left: 0.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.4375rem;
  height: 0.75rem;
  background: url("/assets/img/page-top/icon-greater.svg") no-repeat center center;
  background-size: contain;
}
@media (max-width: 768px) {
  .sec-6 .__link::before {
    left: 0;
  }
}
.sec-6 .__link-container {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .sec-6 .__link-container {
    margin-top: 1.6875rem;
  }
}