:root {
  --primary-color: #2B7BDF;
  --primary-dark1: #3872B0;
  --primary-dark2: #004383;
  --separated-color: #0076E9;
  --txt-color: #273138;
  --accent-color-orange: #FF6E1D;
  --accent-color-red: #F93941;
  --cream-color1: #E9F2FC;
  --cream-color2: #ABC5E6;
  --light-gray1: #E8E8E8;
  --light-gray2: #EFEFEF;
  --white: #FFFFFF;
  --black: #000000;
  --font-family: "Noto Sans JP", sans-serif;
  --font-lp-used: YakuHanJP, "Zen Kaku Gothic New", serif;
  --font-family-num: "Roboto", sans-serif;
}

html {
  font-size: 10px;
  max-height: none;
  scroll-behavior: smooth;
}

html._op {
  max-height: auto;
  overflow: scroll;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
    /* overflow: hidden; */
    max-height: 100svh;
  }

  html._scr {
    overflow: scroll;
  }
}

body {
  position: relative;
  font-size: 16px;
  color: var(--txt-color);
  font-family: var(--font-family);
  background-color: var(--white);
  overflow-wrap: break-word;
  font-feature-settings: "palt" 1;
  font-optical-sizing: auto;
  font-kerning: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  z-index: 1;
}

.body-wrap {
  display: none;
}

.body.body._next .body-wrap {
  -webkit-transform: scaleX(0);
  -webkit-animation: pageAnime 1.2s ease-in-out;
  animation: pageAnime 1.2s ease-in-out;
  background-color: var(--separated-color);
  content: "";
  display: block;
  height: 100svh;
  left: 0;
  position: fixed;
  top: 0;
  transform: scaleX(0);
  width: 100%;
  z-index: 100;
}

.body-inner {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 750px;
  background-size: cover;
  position: relative;
  min-height: 100vh;
}

@media screen and (max-width: 750px) {
  .body-inner {
    height: 100svh;
    min-height: auto;
  }
}

.body-inner._scr {
  height: auto;
}

.sec-inner {
  margin: 0 auto;
  max-width: none;
  padding: 9rem 0;
}

.sec-img {
  margin: 4rem auto 1rem;
  width: 42.6rem;
}

.sec-thum {
  width: 48rem;
  margin: auto;
}

.sec-txt {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  line-height: 1.5625;
  text-align: center;
  font-size: 3.8rem;

  & sup {
    font-size: 0.45em;
  }
}

.sec-video {
  margin: auto;
  width: 65rem;
}

@media screen and (max-width: 750px) {
  .sec-video {
    margin: 11rem auto 0;
  }
}

.sec-video video {
  width: 100%;
}

.sec-item {
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}

.sec-item label {
  position: relative;
  font-size: 2.7rem;
  font-weight: bold;
  font-weight: 700;
  background: var(--primary-dark2);
  color: var(--white);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  width: 100%;
  border-radius: 12px;
  transition: 0.35s;

  &.txt-sm {
    font-size: 2.2rem;
  }

  &.txt-md {
    font-size: 2.6rem;

    & sup {
      font-size: 0.65em;
    }
  }
}

@media screen and (max-width: 750px) {
  .sec-item label {
    border-radius: 4px;
  }
}

.sec-list {
  width: 68rem;
  margin: 2rem auto;
}

.sec#js-sec-video {
  background: url("./../img/moviebg.png");
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 750px) {
  .sec#js-sec-video .sec-inner {
    height: 100svh;
  }
}

.sec#js-sec-video .sec-txt {
  font-size: 1.6rem;
  text-align: left;
  margin: 1.2rem auto 0;
  width: 65rem;
}

.sec-item._click label,
.sec-item:hover label {
  color: var(--white);
  background: var(--primary-color);
  cursor: pointer;
}

.notes {
  margin-top: 5rem;

  & li {
    margin-bottom: 2.4rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 750px) {
  .notes {
    padding: 1rem 2rem;

    & li {
      font-size: 2.35rem;
    }
  }
}

._hide {
  display: none;
}

._block {
  -webkit-animation: fadeIn 1s forwards;
  animation: fadeIn 1s forwards;
  display: block;
  opacity: 0;
}

.q-ttl {
  max-width: 32rem;
  margin: 0 auto 1.5rem;
}

.gauge {
  max-width: 23.3rem;
  margin: 0 auto 5rem;
}

.first-inner {
  margin-top: 5rem;
  padding-bottom: 26rem;
}

.cv-inner .cv-box {
  position: relative;
  font-family: var(--font-lp-used);
}

.cv-txt {
  width: 100%;
  padding: 35px 0;
  font-family: var(--font-family);
  color: var(--white);
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: var(--primary-dark1);
  text-align: center;
}

@media screen and (max-width: 750px) {
  .cv-txt {
    padding: 20px 0;
  }
}

@keyframes bound {
  0% {
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }

  5% {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
  }

  10% {
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }

  15% {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
  }

  20% {
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }

  25% {
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
  }

  30% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.cv-inner {
  height: 100svh;
}

.cv-inner .cv-area {
  width: 100%;
  height: auto;
  text-align: center;
}

.cv-inner .cv-area a {
  display: inline-block;
  width: 85%;
  margin: 7rem auto 7.5rem;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;

  &:hover {
    transform: translateY(-10px);
  }
}

.cv-inner .cv-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin: 0 auto;
  padding: 2.5rem 0;
  background-color: var(--txt-color);
  width: 100%;

  & li {
    padding-bottom: 0.5rem;
    transition: all 0.3s ease-in;

    &:hover {
      &::after {
        width: 100%;
      }
    }

    &::after {
      content: "";
      display: block;
      width: 0;
      height: 1.5px;
      background: var(--white);
      transition: width 0.3s ease-in;
      margin: 0.75rem 0 0;
    }

    & a {
      color: var(--white);
      font-size: 1.75rem;
      font-weight: medium;
      font-weight: 500;
      line-height: 1;
    }
  }
}

@media screen and (max-width: 750px) {
  .cv-inner .cv-footer {
    & li {
      & a {
        font-size: 13px;
      }
    }
  }
}

.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #eaeaea;
  padding: 1.5rem;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom__Txt {
  font-size: 1.3rem;
  color: #eaeaea;
  margin-bottom: 1rem;
}

.bottom__Txt a {
  font-size: 1.3rem;
  color: #eaeaea;
}

@-webkit-keyframes pageAnime {

  0%,
  50% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50.001%,
  100% {
    -webkit-transform-origin: left;
    transform-origin: left;
  }

  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes pageAnime {

  0%,
  50% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50.001%,
  100% {
    -webkit-transform-origin: left;
    transform-origin: left;
  }

  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes bound {

  0%,
  10%,
  20% {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }

  5%,
  15%,
  25% {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }

  30% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes bound {

  0%,
  10%,
  20% {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }

  5%,
  15%,
  25% {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }

  30% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}