html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background-repeat: no-repeat;
}

html {
  overflow-y: scroll;
  font-weight: 400;
  font-size: 62.5%;
}
@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  background-color: var(--color-bg);
  color: var(--color-white);
}
@supports (-webkit-touch-callout: none) {
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  color: inherit;
}

.t-br {
  display: block;
}

.t-ib {
  display: inline-block;
}

.t-hidden {
  display: none;
}

.t-hiddenSp {
  display: none;
}

.t-taL {
  text-align: left !important;
}

.t-taR {
  text-align: right !important;
}

.t-taC {
  text-align: center !important;
}
.t-bold {
  font-weight: 600 !important;
}

.t-italic {
  font-style: italic !important;
}

.t-ttU {
  text-transform: uppercase !important;
}

.t-ttL {
  text-transform: lowercase !important;
}

.t-caution-color {
  color: var(--caution-color);
}

.t-mt0 {
  margin-top: 0 !important;
}

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

:root {
  --color-bg: #1e1e1e;
  --color-black: #000;
  --color-white: #fff;
  --color-text: #171717;
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Roboto", sans-serif;
  --font-krona: "Krona One", sans-serif;
}

.m-wrapper {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  display: flex;
  padding-top: 13px;
  z-index: 10;
}

.l-footer {
  padding: 15px;
}
.l-footer p {
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 0.24px;
  text-align: center;
  font-size: 1rem;
  color: #9f9f9f;
}

.c-btn {
  display: block;
  max-width: 300px;
  margin: 0 auto 60px;
  background: var(--color-white);
  color: var(--color-black);
  position: relative;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 1.28px;
  padding: 19px;
  font-size: 1.4rem;
  -webkit-clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
          clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  transition: all 0.3s;
}
.c-btn::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  background: url(../img/top/new-tab.svg) no-repeat;
}
.c-btnSkeleton {
  display: block;
  max-width: 230px;
  text-align: center;
  border: 1px solid var(--color-white);
  color: var(--color-white);
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s;
  background: var(--color-bg);
}
.c-btnSkeleton::before, .c-btnSkeleton::after {
  content: "";
  width: 14px;
  aspect-ratio: 1/1;
  position: absolute;
  background: var(--color-white);
  transition: all 0.3s;
  z-index: 1;
}
.c-btnSkeleton::before {
  left: -1px;
  bottom: -1px;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.c-btnSkeleton::after {
  top: -1px;
  right: -1px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.c-btnSkeleton span {
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 1.28px;
  font-size: 1.4rem;
  display: block;
  padding: 12px;
  position: relative;
  z-index: 0;
  transition: all 0.3s;
}
.c-btnSkeleton span::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  -webkit-mask-image: url(../img/top/new-tab.svg);
          mask-image: url(../img/top/new-tab.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: var(--color-white);
}
.c-btnSkeleton.-black {
  background: rgba(23, 23, 23, 0);
  border-color: var(--color-text);
}
.c-btnSkeleton.-black::before, .c-btnSkeleton.-black::after {
  background: var(--color-text);
}
.c-btnSkeleton.-black span {
  color: var(--color-text);
}
.c-btnSkeleton.-black span::before {
  background: var(--color-text);
}
.c-btnSkeleton.-rakuten span::before {
  -webkit-mask-image: url(../img/top/icon-rakuten.svg);
          mask-image: url(../img/top/icon-rakuten.svg);
}
.c-btnSkeleton.-yahoo span::before {
  -webkit-mask-image: url(../img/top/icon-yahoo.svg);
          mask-image: url(../img/top/icon-yahoo.svg);
}

.c-listVideo {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.c-listVideo__iframe iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 560/315;
}
.c-listVideo li {
  width: 100%;
}
.c-listVideo li a {
  transition: all 0.3s;
}
.c-listVideo li a figure {
  position: relative;
  margin-bottom: 13px;
}
.c-listVideo li a figure::before {
  content: "";
  aspect-ratio: 1/1;
  background: url(../img/top/youtube.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}
.c-listVideo li a figure img {
  width: 100%;
}
.c-listVideo li a h3 {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 16px */
  letter-spacing: 0.64px;
  padding: 10px 0 0 33px;
  position: relative;
}
.c-listVideo li a h3::before, .c-listVideo li a h3::after {
  content: "";
  position: absolute;
}
.c-listVideo li a h3::before {
  aspect-ratio: 18/26;
  background: url(../img/top/decor-youtube.svg) no-repeat;
  background-size: cover;
  left: 9px;
  top: 3px;
  width: 14px;
}
.c-listVideo li a h3::after {
  background: url(../img/top/line-ttl.svg) no-repeat right;
  background-size: cover;
  width: 100%;
  height: 5px;
  top: 0;
  right: 0;
}
.c-listContent li {
  display: flex;
  align-items: flex-start;
  font-size: 1.4rem;
}
.c-listContent li:not(:last-child) {
  margin-bottom: 10px;
}
.c-listContent li span:first-of-type {
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 10px */
  letter-spacing: 0.4px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 8px;
  width: 38px;
}
.c-listContent li span:first-of-type::after {
  content: "";
  width: 26px;
  aspect-ratio: 26/18;
  background: url(../img/top/decor-list-content.svg) no-repeat;
  background-size: cover;
  display: block;
}
.c-listContent li span:nth-child(2) {
  width: calc(100% - 46px);
}
.c-listBenefits {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.c-listBenefits li {
  width: 100%;
}
.c-listBenefits li figure img {
  width: 100%;
}
.c-listBenefits__info h3 {
  padding: 5px 0 0 33px;
  position: relative;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
  font-size: 1.6rem;
  margin-top: 10px;
}
.c-listBenefits__info h3::before, .c-listBenefits__info h3::after {
  content: "";
  position: absolute;
}
.c-listBenefits__info h3::before {
  width: 16px;
  aspect-ratio: 18/26;
  -webkit-mask-image: url(../img/top/decor-youtube.svg);
          mask-image: url(../img/top/decor-youtube.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: var(--color-text);
  -webkit-mask-size: cover;
          mask-size: cover;
  left: 9px;
  top: 3px;
}
.c-listBenefits__info h3::after {
  -webkit-mask-image: url(../img/top/line-ttl.svg);
          mask-image: url(../img/top/line-ttl.svg);
  background: var(--color-text);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 100%;
  height: 5px;
  top: 0;
  right: 0;
}
.c-listBenefits__info h3 span {
  font-size: 1.2rem;
  letter-spacing: 0.24px;
  display: block;
}
.c-listBenefits__info p {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
  letter-spacing: 0.3px;
  margin-top: 6px;
}
.c-listBenefits__info p span {
  font-size: 1.1rem;
  letter-spacing: 0.22px;
}
.c-listBenefits__info .c-btnSkeleton {
  margin-left: auto;
}
.c-listBenefits__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  gap: 10px;
}
.c-listBenefits__btn.-full {
  gap: 8px;
}
.c-listBenefits__btn.-full a {
  width: 100%;
  max-width: 100%;
}
.c-listBenefits__btn a {
  width: calc((100% - 19px) / 2);
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c-loading__bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(106deg, #979797 0%, #cbcaca 48.44%, #979797 100%);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.c-loading__logo {
  margin-bottom: 50px;
  animation: 1s fadeInLogo 0.5s normal forwards;
  opacity: 0;
}
.c-loading__progressBar {
  width: 238px;
  height: 2px;
  position: relative;
  background: rgba(118, 118, 118, 0.4);
  animation: 1s fadeInLogo 0.5s normal forwards;
  opacity: 0;
}
.c-loading__progressBar::before {
  content: "";
  width: 0;
  height: 100%;
  background: var(--color-black);
  position: absolute;
  left: 0;
  animation: 3s loadingBar 1s normal forwards;
}

@keyframes loadingBar {
  0% {
    width: 0;
  }
  30% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fadeInLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-sliderMv {
  padding: 60px 0 140px;
  overflow: hidden;
}
.c-sliderMv .swiper-slide-shadow {
  display: none;
}
.c-sliderMv__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-sliderMvContent {
  max-width: 580px;
  overflow: hidden;
}
.c-sliderMvContent .swiper-slide-active h1 span span::before {
  animation: 1s showText 0.5s normal forwards;
}
.c-sliderMvContent h1 {
  min-width: 350px;
}
.c-sliderMvContent h1 span {
  display: flex;
}
.c-sliderMvContent h1 span:first-of-type span {
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  letter-spacing: 1px;
  font-size: 1.6rem;
}
.c-sliderMvContent h1 span:nth-of-type(2) span, .c-sliderMvContent h1 span:nth-of-type(3) span {
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 32px */
  letter-spacing: 1.6px;
  font-size: 1.8rem;
}
.c-sliderMvContent h1 span > span {
  font-family: var(--font-krona);
  color: var(--color-text);
  background: var(--color-white);
  padding: 4px 6px 7px 6px;
  position: relative;
  z-index: 1;
}
.c-sliderMvContent h1 span > span::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-bg);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 1px;
  background: var(--color-white);
}

@keyframes showText {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.c-titleOverview {
  text-align: center;
  position: relative;
  border-top: 1px solid var(--color-white);
  margin-bottom: 30px;
}
.c-titleOverview::before {
  content: "";
  width: 74px;
  aspect-ratio: 148/30;
  background: var(--color-white);
  display: block;
  margin: 0 auto 5px;
}
.c-titleOverview span {
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: 3px;
  font-size: 2rem;
}

.p-topMv {
  position: relative;
}
.p-topMv__under {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 25vw;
}
.p-topMv__center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.p-topMv__center > span {
  width: 100%;
  display: block;
  width: 275vw;
  max-width: 3964px;
}
.p-topMv__center > span:first-of-type img {
  margin-left: auto;
}
.p-topMv__center > span:nth-of-type(2) img {
  margin: 0 auto;
}
.p-topMv__center > span img {
  width: 189vw;
  max-width: 2723px;
  display: block;
}
.p-topMv__center .bg-text-container {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: -999;
  width: 194%;
}
.p-topMv__center .scroll-txt img {
  width: 100%;
}
.p-topMv__center .scroll-txt.left {
  transform: scaleX(-1);
}
.p-topMv__center .scroll-txt.left img {
  transform: scaleX(-1);
}
.p-topMv__center span {
  display: inline-block;
  line-height: 0.75;
  min-width: auto;
  font-weight: 800;
  padding-top: 2px;
}
.p-topMv__center span img {
  width: 100%;
}
.p-topMv__content {
  position: absolute;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
  overflow: hidden;
}
.p-topMv__scroll {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  z-index: 1;
}
.p-topMv__scroll a {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
.p-topMv__scroll a::before {
  content: "";
  width: 1px;
  background: var(--color-white);
  display: block;
  margin-right: 10px;
  transform: translateY(-101%);
  animation: goDown 3s infinite;
  height: 70px;
}
.p-topMv__scroll a span {
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10px */
  letter-spacing: 0.2px;
  font-size: 1rem;
  font-family: var(--font-krona);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.p-topMv__slider {
  max-width: 672px;
  margin-left: auto;
}
.p-topMv__progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-krona);
}
.p-topMv__progress span {
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  font-size: 1.1rem;
}
.p-topMv__bar {
  width: calc(100% - 68px);
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  display: block;
  position: relative;
}
.p-topMv__bar::before {
  content: "";
  width: 0;
  height: 1px;
  background: var(--color-white);
  position: absolute;
  left: 0;
  top: 0;
}
.p-topVideo {
  padding: 80px 0;
}
.p-topOverview {
  padding-bottom: 60px;
}
.p-topOverview__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.p-topOverview__border, .p-topBenefits__border {
  border: 1px solid var(--color-white);
  padding: 20px 15px;
  border-left-width: 4px;
  border-right-width: 4px;
  margin-bottom: 25px;
}
.p-topOverview__border p, .p-topBenefits__border p {
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.32px;
  font-size: 1.4rem;
}
.p-topOverview__border > span, .p-topBenefits__border > span {
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 20.4px */
  letter-spacing: 0.24px;
  font-size: 1.2rem;
  margin-top: 10px;
  display: block;
}
.p-topOverview__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p-topOverview__row.-mb80 {
  margin-bottom: 40px;
}
.p-topOverview__row.-mb120 {
  margin-bottom: 80px;
}
.p-topOverview__sticky {
  width: 100%;
  margin-bottom: 20px;
}
.p-topOverview__video {
  position: relative;
  aspect-ratio: 400/480;
}
.p-topOverview__video .c-videoSticky {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-topOverview__video .c-videoSticky.-show {
  opacity: 1;
  visibility: visible;
}
.p-topOverview__about {
  width: 100%;
}
.p-topOverview__about > ul > li:not(:last-child) {
  margin-bottom: 60px;
}
.p-topOverview__about > ul > li h3 {
  margin-bottom: 24px;
}
.p-topOverview__about > ul > li h3.animatable span span {
  position: relative;
  z-index: 1;
}
.p-topOverview__about > ul > li h3.animatable span span::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-bg);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.p-topOverview__about > ul > li h3.animatable.-animated span span::before {
  animation: 1s showText 0.5s normal forwards;
}
.p-topOverview__about > ul > li h3 span {
  display: flex;
}
.p-topOverview__about > ul > li h3 span:first-of-type span {
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  letter-spacing: 0.8px;
  font-size: 1.7rem;
}
.p-topOverview__about > ul > li h3 span:nth-of-type(2) span, .p-topOverview__about > ul > li h3 span:nth-of-type(3) span {
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.3px;
  font-size: 1.7rem;
}
.p-topOverview__about > ul > li h3 span span {
  font-family: var(--font-krona);
  color: var(--color-text);
  background: var(--color-white);
  padding: 4px 6px;
}
.p-topOverview__about > ul > li > picture {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.p-topOverview__about > ul > li p {
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: 0.28px;
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.p-topOverview__about > ul > li .c-borderOverview > span {
  display: flex;
}
.p-topOverview__about > ul > li .c-borderOverview > span span {
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 1.6px;
  font-size: 1.6rem;
  padding: 1px 4px 3px;
  background: var(--color-white);
  color: var(--color-text);
}
.p-topOverview__about > ul > li .c-borderOverview__inner {
  border: 1px solid var(--color-white);
  padding: 20px;
}
.p-topOverview__about > ul > li .c-borderOverview__sec:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-topOverview__about > ul > li .c-borderOverview__sec h4 {
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.64px;
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.p-topOverview__about > ul > li .c-borderOverview__sec ul li {
  position: relative;
  padding: 5px 0 0 37px;
  font-size: 1.4rem;
}
.p-topOverview__about > ul > li .c-borderOverview__sec ul li:first-of-type {
  padding-top: 7px;
}
.p-topOverview__about > ul > li .c-borderOverview__sec ul li:first-of-type::before {
  top: 3px;
}
.p-topOverview__about > ul > li .c-borderOverview__sec ul li:first-of-type::after {
  background: url(../img/top/line-ttl.svg) no-repeat right;
  background-size: cover;
  width: 100%;
  height: 5px;
  top: 0;
  right: 0;
}
.p-topOverview__about > ul > li .c-borderOverview__sec ul li::before, .p-topOverview__about > ul > li .c-borderOverview__sec ul li::after {
  content: "";
  position: absolute;
}
.p-topOverview__about > ul > li .c-borderOverview__sec ul li::before {
  background: url(../img/top/decor-list-1.svg) no-repeat right;
  background-size: cover;
  width: 19px;
  aspect-ratio: 19/26;
  left: 10px;
  top: -5px;
}
.p-topOverview__price {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.56px;
  font-family: var(--font-krona);
  display: block;
  margin-bottom: 48px;
}
.p-topOverview__price strong {
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.12px;
  font-size: 2rem;
}
.p-topOverview__price span {
  font-family: var(--font-jp);
  margin-left: 8px;
}
.p-topOverview__comment {
  padding: 3px;
  background: var(--color-white);
}
.p-topOverview__content {
  background: url(../img/top/bg-comment.svg) no-repeat, var(--color-bg);
  background-size: cover;
  -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
          clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
  padding: 0 20px 30px;
}
.p-topOverview__content > span {
  text-align: center;
  display: block;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: 6.4px;
  margin-bottom: 30px;
  font-size: 2rem;
}
.p-topOverview__content > span::before {
  content: "";
  aspect-ratio: 260/30;
  width: 130px;
  display: block;
  margin: 0 auto 15px;
  background: var(--color-white);
}
.p-topOverview__content h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.p-topOverview__content h3.animatable span span {
  position: relative;
  z-index: 1;
}
.p-topOverview__content h3.animatable span span::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-bg);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.p-topOverview__content h3.animatable.-animated span span::before {
  animation: 1s showText 0.5s normal forwards;
}
.p-topOverview__content h3 span {
  display: flex;
}
.p-topOverview__content h3 span span {
  padding: 4px 6px;
  background: var(--color-white);
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 26px */
  letter-spacing: 1.3px;
  font-size: 1.7rem;
  color: var(--color-text);
}
.p-topOverview__content p {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.32px;
  text-align: center;
  line-height: 2;
}
.p-topBenefits {
  background: url(../img/top/bg-benefit.webp) no-repeat center;
  background-size: cover;
  padding-bottom: 40px;
  color: var(--color-text);
}
.p-topBenefits__border {
  border-color: var(--color-bg);
  max-width: 1000px;
  margin: 0 auto 20px;
}
.p-topBenefits h2 {
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: 6.4px;
  margin-bottom: 30px;
  font-size: 2rem;
}
.p-topBenefits h2::before {
  content: "";
  aspect-ratio: 263/30;
  background: var(--color-bg);
  display: block;
  width: 130px;
  margin: 0 auto 15px;
}
.p-topBenefits__box {
  padding: 15px;
  border: 1px solid #aaa;
  max-width: 639px;
  margin: 0 auto;
}
.p-topBenefits__box p {
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 20.4px */
  letter-spacing: 0.24px;
  font-size: 1.2rem;
}

@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes goDown {
  0% {
    transform: translateY(-101%);
  }
  100% {
    transform: translateY(101%);
  }
}
@keyframes text-scrolling {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}
@media print, screen and (min-width: 769px) {
  .t-hiddenSp {
    display: block;
  }
  .t-hiddenPc {
    display: none;
  }
  .t-taL-pc {
    text-align: left !important;
  }
  .t-taR-pc {
    text-align: right !important;
  }
  .t-taC-pc {
    text-align: center !important;
  }
  .l-header {
    padding-top: 26px;
  }
  .l-footer {
    padding: 30px;
  }
  .l-footer p {
    font-size: 1.2rem;
  }
  .c-btn {
    font-size: 1.6rem;
    margin-bottom: 120px;
  }
  .c-btnSkeleton span {
    font-size: 1.6rem;
  }
  .c-listVideo {
    gap: 40px;
  }
  .c-listVideo li {
    max-width: 600px;
  }
  .c-listVideo li a figure::before {
    width: 71px;
  }
  .c-listVideo li a h3 {
    font-size: 1.6rem;
  }
  .c-listVideo li a h3::before {
    width: 16px;
  }
  .c-listContent li {
    font-size: 1.6rem;
  }
  .c-listBenefits__info h3 {
    font-size: 1.8rem;
  }
  .c-listBenefits__btn {
    gap: 19px;
  }
  .c-sliderMv {
    padding: 85px 0;
  }
  .c-sliderMvContent h1 {
    min-width: 510px;
  }
  .c-sliderMvContent h1 span:first-of-type span {
    font-size: 2rem;
  }
  .c-sliderMvContent h1 span:nth-of-type(2) span, .c-sliderMvContent h1 span:nth-of-type(3) span {
    font-size: 3.2rem;
  }
  .c-titleOverview {
    margin-bottom: 60px;
    border-width: 2px;
  }
  .c-titleOverview::before {
    width: 148px;
    margin-bottom: 10px;
  }
  .c-titleOverview span {
    letter-spacing: 6.4px;
    font-size: 3.2rem;
  }
  .p-topMv__scroll a::before {
    height: 140px;
  }
  .p-topMv__progress span {
    font-size: 1.4rem;
  }
  .p-topVideo {
    padding: 160px 0;
  }
  .p-topOverview {
    padding-bottom: 120px;
  }
  .p-topOverview__border, .p-topBenefits__border {
    margin-bottom: 50px;
    padding: 40px 30px;
    margin-bottom: 100px;
    border-left-width: 8px;
    border-right-width: 8px;
  }
  .p-topOverview__border p, .p-topBenefits__border p {
    font-size: 1.6rem;
  }
  .p-topOverview__border > span, .p-topBenefits__border > span {
    margin-top: 20px;
  }
  .p-topOverview__row.-mb80 {
    margin-bottom: 80px;
  }
  .p-topOverview__row.-mb120 {
    margin-bottom: 120px;
  }
  .p-topOverview__sticky {
    position: sticky;
    top: 15px;
    width: 40%;
    margin-bottom: 0;
  }
  .p-topOverview__about {
    padding-left: 20px;
  }
  .p-topOverview__about > ul > li:not(:last-child) {
    margin-bottom: 200px;
  }
  .p-topOverview__about > ul > li h3 span:first-of-type span {
    font-size: 1.6rem;
  }
  .p-topOverview__about > ul > li > picture {
    display: none;
  }
  .p-topOverview__about > ul > li p {
    margin-bottom: 24px;
  }
  .p-topOverview__about > ul > li .c-borderOverview__sec ul li {
    font-size: 1.6rem;
  }
  .p-topOverview__about > ul > li .c-borderOverview__sec ul li::before {
    top: -2px;
  }
  .p-topOverview__price strong {
    font-size: 2.8rem;
  }
  .p-topOverview__content {
    padding: 0 40px 65px;
    -webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
            clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
  }
  .p-topOverview__content > span {
    margin-bottom: 60px;
    font-size: 3.2rem;
  }
  .p-topOverview__content > span::before {
    width: 260px;
    margin-bottom: 30px;
  }
  .p-topOverview__content h3 {
    margin-bottom: 30px;
    gap: 24px;
  }
  .p-topOverview__content h3.-sp {
    display: none;
  }
  .p-topOverview__content h3 span span {
    font-size: 2.6rem;
  }
  .p-topOverview__content p {
    font-size: 1.6rem;
    line-height: 220%; /* 35.2px */
  }
  .p-topBenefits {
    padding-bottom: 80px;
  }
  .p-topBenefits__border {
    margin-bottom: 40px;
  }
  .p-topBenefits h2 {
    margin-bottom: 60px;
    font-size: 3.2rem;
  }
  .p-topBenefits h2::before {
    width: 263px;
    margin-bottom: 30px;
  }
  .p-topBenefits__box {
    padding: 30px;
    border-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 150px;
  }
  .c-loading__logo {
    max-width: 170px;
  }
  .c-loading__progressBar {
    max-width: 170px;
  }
  .c-sliderMv__slide picture {
    max-width: 80%;
    margin: 0 auto;
  }
  .p-topMv__under span:not(:last-child) {
    margin-bottom: 2.5vw;
  }
  .p-topMv__content {
    padding-bottom: 60px;
    align-items: flex-end;
  }
  .p-topMv__progress {
    justify-content: flex-end;
  }
  .p-topMv__progress span:first-of-type::after {
    content: "/";
    display: inline-block;
    margin: 0 5px;
  }
  .p-topMv__bar {
    display: none;
  }
  .p-topOverview__content h3.-pc {
    display: none;
  }
  .p-topOverview__content p .-pc {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  .c-btnSkeleton:hover {
    background: rgba(23, 23, 23, 0);
    border-color: var(--color-text);
  }
  .c-btnSkeleton:hover::before, .c-btnSkeleton:hover::after {
    background: var(--color-bg);
  }
  .c-btnSkeleton:hover span {
    color: var(--color-bg);
  }
  .c-btnSkeleton:hover span::before {
    background: var(--color-bg);
  }
  .c-btnSkeleton.-black:hover {
    border-color: var(--color-white);
  }
  .c-btnSkeleton.-black:hover::before, .c-btnSkeleton.-black:hover::after {
    background: var(--color-white);
  }
  .c-btnSkeleton.-black:hover span {
    color: var(--color-white);
    background-color: var(--color-bg);
  }
  .c-btnSkeleton.-black:hover span::before {
    background: var(--color-white);
  }
  .c-listVideo li a:hover {
    opacity: 0.7;
  }
  .c-listBenefits li a:hover .c-btnSkeleton {
    border-color: var(--color-white);
  }
  .c-listBenefits li a:hover .c-btnSkeleton::before, .c-listBenefits li a:hover .c-btnSkeleton::after {
    background: var(--color-white);
  }
  .c-listBenefits li a:hover .c-btnSkeleton span {
    color: var(--color-white);
    background-color: var(--color-bg);
  }
  .c-listBenefits li a:hover .c-btnSkeleton span::before {
    background: var(--color-white);
  }
}
@media print, screen and (min-width: 992px) {
  .c-listBenefits {
    gap: 40px 30px;
    margin-bottom: 80px;
  }
  .c-listBenefits li {
    width: calc((100% - 60px) / 3) !important;
  }
  .p-topOverview__about {
    width: 60%;
    padding-left: 39px;
  }
  .p-topOverview__about > ul > li h3 span:nth-of-type(2) span, .p-topOverview__about > ul > li h3 span:nth-of-type(3) span {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 400px) {
  .c-listBenefits li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .c-listBenefits__btn a {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .p-topMv__content {
    width: 95%;
  }
}