@import "https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@500;700;900&family=Noto+Sans+SC:wght@500;700;900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Poppins:wght@400;700&family=Cascadia+Code:wght@400;700&display=swap";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  line-height: 1.4;
}
* {
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
}
a {
  color: inherit;
}
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
input,
button,
select,
textarea {
  font: inherit;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  appearance: none;
}
textarea {
  resize: vertical;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
button {
  display: block;
  padding: 0;
  text-align: inherit;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
ol,
ul {
  list-style: none;
}
img,
video {
  max-width: 100%;
}
img {
  display: block;
  width: 100%;
  height: auto;
  border-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}
.clearfix::after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  content: ".";
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
html {
  width: 100%;
  font-size: calc(100vw * 1 / 1920);
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw * 1 / 414);
  }
}
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family:
    "Noto Serif SC",
    "Source Han Serif SC",
    "Songti SC",
    STSong,
    SimSun,
    "Hiragino Mincho ProN",
    YuMincho,
    serif;
  font-size: calc(16 * 1rem);
  font-weight: 700;
  color: #282828;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  (resolution >= 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
    font-size: calc(14 * 1rem);
  }
}
body.is-noscroll {
  overflow: hidden;
}
.font-bv {
  display: inline-block;
  font-family: "Libre Baskerville", "Noto Serif SC", serif;
  font-style: normal;
  font-variant-numeric: lining-nums;
  scale: 1.25 1;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.font-bv.--regular {
  font-weight: 400;
}
.font-bv.--medium {
  font-weight: 500;
}
.font-bv.--bold {
  font-weight: 700;
}
.font-bv.--vertical {
  scale: 1 1.25;
}
.font-bv.--center {
  -webkit-transform-origin: center;
  transform-origin: center;
}
.font-105 {
  scale: 1.05 1;
  display: inline-block;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.font-105.--center {
  -webkit-transform-origin: center;
  transform-origin: center;
}
.font-110 {
  scale: 1.1 1;
  display: inline-block;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.font-110.--center {
  -webkit-transform-origin: center;
  transform-origin: center;
}
.rotate {
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
}
.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.4s cubic-bezier(0.87, 0, 0.13, 1);
}
@media screen and (max-width: 768px) {
  .container {
    margin-top: 0;
  }
}
section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.inner {
  width: 1040rem;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 342rem;
  }
}
.common-h2 {
  width: auto;
  height: 82rem;
  color: #6ac8e0;
}
@media screen and (max-width: 768px) {
  .common-h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 4rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 72rem;
  }
}
.common-h2__en {
  margin-right: calc(var(--scaled-width) / 1.25 * 0.25);
  font-size: 80rem;
}
@media screen and (max-width: 768px) {
  .common-h2__en {
    margin-right: 0;
    font-size: 40rem;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}
.common-h2__ja {
  margin-bottom: 0.25em;
  margin-left: clamp(16px, 24rem, 24px);
  font-size: 32rem;
}
@media screen and (max-width: 768px) {
  .common-h2__ja {
    margin-left: 0;
    font-size: 16rem;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}
.common-hover {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (width >= calc(768px + 1px)) {
  .common-hover:hover {
    opacity: 0.6;
  }
}
.common-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 210rem;
  min-height: 40rem;
  padding: 12rem 40rem;
  font-size: 16rem;
  color: #fff;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  background-color: #6ac8e0;
  border: 2px solid #6ac8e0;
  border-radius: 7rem;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.common-btn:hover {
  color: #6ac8e0;
  background-color: #fff;
}
.common-arrow {
  --arrow-width: 32px;
  --arrow-thick: 2px;
  --arrow-angle: 0deg;
  --arrow-color: #282828;
  --arrow-length: calc(var(--arrow-width) / 2 * 1.41421356);
  --arrow-height: calc(
    var(--arrow-length) / 1.41421356 + var(--arrow-thick) / 1.41421356
  );
  --arrow-center: calc(var(--arrow-width) / 2 / 3 - var(--arrow-width) / 2 / 2);
  position: relative;
  width: var(--arrow-width);
  height: var(--arrow-width);
  -webkit-transform: rotate(var(--arrow-angle)) translateY(var(--arrow-center));
  transform: rotate(var(--arrow-angle)) translateY(var(--arrow-center));
}
.common-arrow::before,
.common-arrow::after {
  position: absolute;
  inset: 0;
  display: block;
  width: var(--arrow-length);
  height: var(--arrow-thick);
  margin: auto;
  content: "";
  background-color: var(--arrow-color);
  -webkit-transition: 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.4s cubic-bezier(0.87, 0, 0.13, 1);
}
.common-arrow::before {
  left: calc(var(--arrow-width) / -2);
  -webkit-transform: rotate(-45deg)
    translate(calc(var(--arrow-thick) / 4), calc(var(--arrow-thick) / 4));
  transform: rotate(-45deg)
    translate(calc(var(--arrow-thick) / 4), calc(var(--arrow-thick) / 4));
}
.common-arrow::after {
  right: calc(var(--arrow-width) / -2);
  -webkit-transform: rotate(45deg)
    translate(calc(var(--arrow-thick) / -4), calc(var(--arrow-thick) / 4));
  transform: rotate(45deg)
    translate(calc(var(--arrow-thick) / -4), calc(var(--arrow-thick) / 4));
}
.slick-slide,
.slick-slide * {
  outline: none !important;
}
.slick-list {
  overflow: unset;
}
::-moz-selection {
  color: #fff;
  background: #6ac8e0;
}
::selection {
  color: #fff;
  background: #6ac8e0;
}
::-moz-selection {
  color: #fff;
  background: #6ac8e0;
}
::selection {
  color: #fff;
  background: #6ac8e0;
}
.stroke {
  text-shadow:
    1px 1px 0 var(--stroke-color),
    -1px -1px 0 var(--stroke-color),
    -1px 1px 0 var(--stroke-color),
    1px -1px 0 var(--stroke-color),
    0 1px 0 var(--stroke-color),
    0 -1px 0 var(--stroke-color),
    -1px 0 0 var(--stroke-color),
    1px 0 0 var(--stroke-color);
}
@media screen and (max-width: 768px) {
  .stroke {
    text-shadow:
      calc(100vw * 1 / 414) calc(100vw * 1 / 414) 0 var(--stroke-color),
      calc(100vw * -1 / 414) calc(100vw * -1 / 414) 0 var(--stroke-color),
      calc(100vw * -1 / 414) calc(100vw * 1 / 414) 0 var(--stroke-color),
      calc(100vw * 1 / 414) calc(100vw * -1 / 414) 0 var(--stroke-color),
      0 calc(100vw * 1 / 414) 0 var(--stroke-color),
      0 calc(100vw * -1 / 414) 0 var(--stroke-color),
      calc(100vw * -1 / 414) 0 0 var(--stroke-color),
      calc(100vw * 1 / 414) 0 0 var(--stroke-color);
  }
}
.shadow {
  text-shadow:
    2px 2px 2px var(--shadow-color),
    -2px -2px 2px var(--shadow-color),
    -2px 2px 2px var(--shadow-color),
    2px -2px 2px var(--shadow-color),
    0 2px 2px var(--shadow-color),
    0 -2px 2px var(--shadow-color),
    -2px 0 2px var(--shadow-color),
    2px 0 2px var(--shadow-color);
}
@media screen and (max-width: 768px) {
  .shadow {
    text-shadow:
      calc(100vw * 2 / 414) calc(100vw * 2 / 414) calc(100vw * 2 / 414)
        var(--shadow-color),
      calc(100vw * -2 / 414) calc(100vw * -2 / 414) calc(100vw * 2 / 414)
        var(--shadow-color),
      calc(100vw * -2 / 414) calc(100vw * 2 / 414) calc(100vw * 2 / 414)
        var(--shadow-color),
      calc(100vw * 2 / 414) calc(100vw * -2 / 414) calc(100vw * 2 / 414)
        var(--shadow-color),
      0 calc(100vw * 2 / 414) calc(100vw * 2 / 414) var(--shadow-color),
      0 calc(100vw * -2 / 414) calc(100vw * 2 / 414) var(--shadow-color),
      calc(100vw * -2 / 414) 0 calc(100vw * 2 / 414) var(--shadow-color),
      calc(100vw * 2 / 414) 0 calc(100vw * 2 / 414) var(--shadow-color);
  }
}
.red {
  color: #e60014;
}
.blue {
  color: #6ac8e0;
}
.green {
  color: green;
}
.yellow {
  color: #ffd56a;
}
.is-hidden {
  pointer-events: none;
  opacity: 0;
  -webkit-animation: none;
  animation: none;
}
.is-visible {
  pointer-events: all;
  opacity: 1;
}
.is-noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-user-select: -moz-none;
  user-select: -moz-none;
  user-select: none;
  user-select: none;
  user-select: none;
}
.movie-iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #000;
}
.movie-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
a {
  text-decoration: none;
}
p > a {
  color: #6ac8e0;
  text-decoration: underline;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
p > a:hover {
  opacity: 0.6;
}
img {
  pointer-events: none;
}
.image-crisp {
  image-rendering: crisp-edges;
  image-rendering: optimize-contrast;
}
@media screen and (max-width: 768px) {
  br.is-only-pc {
    display: none;
  }
}
br.is-only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.is-only-sp {
    display: inline-block;
  }
}
.scroll-trigger {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.scroll-trigger.is-hidden {
  pointer-events: none;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(40rem);
  transform: translateY(40rem);
}
@media screen and (max-width: 768px) {
  .scroll-trigger.is-hidden {
    -webkit-transform: translateY(20rem);
    transform: translateY(20rem);
  }
}
.entrance {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #6ac8e0;
}
.entrance.is-hidden {
  display: none;
}
.entrance__logo {
  width: 820rem;
}
@media screen and (max-width: 768px) {
  .entrance__logo {
    width: 254rem;
  }
}
.entrance__attention {
  margin-top: calc(40rem - (24rem - 14rem) / 2);
  margin-bottom: calc(0px - (24rem - 14rem) / 2);
  font-size: 14rem;
  line-height: 24rem;
}
@media screen and (max-width: 768px) {
  .entrance__attention {
    width: 332rem;
    text-align: center;
    margin-top: calc(36rem - (24rem - 14rem) / 2);
    margin-bottom: calc(0px - (24rem - 14rem) / 2);
    font-size: 14rem;
    line-height: 24rem;
  }
}
.entrance__question {
  margin-top: 40rem;
  font-size: 16rem;
}
@media screen and (max-width: 768px) {
  .entrance__question {
    margin-top: 32rem;
    font-size: 16rem;
  }
}
.entrance__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 32rem;
}
@media screen and (max-width: 768px) {
  .entrance__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24rem;
  }
}
.entrance__btn {
  color: #6ac8e0;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 9999px;
}
.entrance__btn:hover {
  color: #fff;
  background-color: #6ac8e0;
}
.entrance__btn:nth-child(n + 2) {
  margin-left: 24rem;
}
@media screen and (max-width: 768px) {
  .entrance__btn:nth-child(n + 2) {
    margin-top: 10rem;
    margin-left: 0;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
}
.loading__logo {
  position: relative;
  width: 940rem;
}
@media screen and (max-width: 768px) {
  .loading__logo {
    width: 254rem;
  }
}
@-webkit-keyframes loadingAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadingAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal {
  --btn-width: 56px;
  --btn-height: var(--btn-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
}
@media (width <= 1408px) {
  .modal {
    --btn-width: 48px;
    --btn-height: var(--btn-width);
  }
}
.modal__close-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.modal__close-btn {
  position: fixed;
  top: 52rem;
  right: 54rem;
  z-index: 15;
  display: block;
  width: max(49rem, 4.9vh);
  height: max(32rem, 3.2vh);
}
@media screen and (max-width: 768px) {
  .modal__close-btn {
    top: 20rem;
    right: 20rem;
    width: 28rem;
    height: 20rem;
  }
}
.modal__close-btn span {
  position: absolute;
  inset: 0;
  width: max(56.6rem, 5.66vh);
  height: 2px;
  margin: auto;
  background-color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  .modal__close-btn span {
    width: 33.29rem;
  }
}
.modal__close-btn span:first-child {
  -webkit-transform: translateY(0) rotate(-32deg);
  transform: translateY(0) rotate(-32deg);
}
.modal__close-btn span:nth-child(2) {
  opacity: 0;
}
.modal__close-btn span:last-child {
  -webkit-transform: translateY(0) rotate(32deg);
  transform: translateY(0) rotate(32deg);
}
.modal--movie {
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.modal--movie__cont {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #000;
}
.modal--movie__cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.modal--image {
  position: relative;
  z-index: 1;
  display: none;
  width: auto;
  height: auto;
}
.modal--image img {
  width: auto;
  max-width: min(1200px, 100vw);
  height: auto;
  max-height: calc(100vh - (var(--btn-height) + 20px + 40px) * 2);
  pointer-events: all;
}
.modal__text {
  z-index: 1;
  font-size: 24px;
}
.modal__btn-wrap {
  position: absolute;
  inset: 0 calc(-40px - var(--btn-width)) 0 calc(-40px - var(--btn-width));
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% + 80px + var(--btn-width) * 2);
  max-width: calc(1280px + var(--btn-width) * 2);
  margin: auto;
  pointer-events: none;
}
@media (width <= 1408px) {
  .modal__btn-wrap {
    inset: auto 0 calc(var(--btn-height) * -1 - 20px) 0;
    width: calc(var(--btn-width) * 2 + 24px);
  }
}
.modal__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: var(--btn-width);
  height: var(--btn-height);
  pointer-events: none;
  border-radius: calc(var(--btn-width) / 2);
  opacity: 0;
}
.modal__btn .common-arrow {
  --arrow-color: #6ac8e0;
  --arrow-thick: 2px;
  --arrow-width: var(--btn-width);
}
.modal__btn.is-visible {
  pointer-events: all;
  opacity: 1;
}
.modal__btn--prev {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:
    transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (width >= calc(768px + 1px)) {
  .modal__btn--prev:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
.modal__btn--prev .common-arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.modal__btn--next {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:
    transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (width >= calc(768px + 1px)) {
  .modal__btn--next:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.modal__btn--next .common-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.modal.is-scrollable {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow-y: scroll;
}
.modal.is-scrollable .modal__close-bg {
  height: 100%;
}
.modal.is-scrollable .modal--image {
  width: auto;
  max-width: 640px;
  height: auto;
  max-height: unset;
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .modal.is-scrollable .modal--image {
    margin-top: calc(100vw * 80 / 414);
  }
}
.modal.is-scrollable .modal--image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: unset;
  -o-object-fit: unset;
  object-fit: unset;
}
.header {
  width: 100%;
  -webkit-transition: 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.4s cubic-bezier(0.87, 0, 0.13, 1);
}
.header__menu-body {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #6ac8e0;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header__menu-body.is-opened {
  pointer-events: all;
  opacity: 1;
}
.header__gnav {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .header__gnav {
    width: 334rem;
    margin-top: 0;
  }
}
.header__gnav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__gnav > ul {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
}
.header__gnav > ul > li {
  font-size: 64rem;
  color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (width >= calc(768px + 1px)) {
  .header__gnav > ul > li:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .header__gnav > ul > li {
    font-size: 40rem;
  }
  .header__gnav > ul > li a span {
    -webkit-transform-origin: top left !important;
    transform-origin: top left !important;
  }
}
.header__gnav > ul > li:nth-child(n + 2) {
  margin-top: 32rem;
}
@media screen and (max-width: 768px) {
  .header__gnav > ul > li:nth-child(n + 2) {
    margin-top: 24rem;
  }
}
.header__gnav > ul > li a {
  display: block;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header__gnav > ul > li a {
    width: 100%;
    height: auto;
  }
}
.header__share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 108rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header__share {
    position: absolute;
    right: 0;
    bottom: 28rem;
    left: 0;
    width: 334rem;
    margin: 0 auto;
    margin-top: 0;
  }
}
.header__share > p {
  width: auto;
  font-size: 12rem;
}
.header__share > p img {
  width: auto;
  height: 100%;
}
.header__share__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 14rem;
}
.header__share__list > li {
  width: 32rem;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (width >= calc(768px + 1px)) {
  .header__share__list > li:hover {
    opacity: 0.6;
  }
}
.header__share__list > li:nth-child(n + 2) {
  margin-left: 12rem;
}
.header__share__list > li a {
  display: block;
}
.header__menu-btn {
  position: fixed;
  top: 40rem;
  right: 40rem;
  z-index: 15;
  width: 64rem;
  height: 32rem;
}
@media screen and (max-width: 768px) {
  .header__menu-btn {
    top: 20rem;
    right: 20rem;
    width: 24rem;
    height: 12rem;
  }
}
.header__menu-btn span {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #6ac8e0;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  .header__menu-btn span {
    height: 2px;
    background-color: #6ac8e0;
  }
}
.header__menu-btn span:first-child {
  -webkit-transform: translateY(-16rem) rotate(0deg);
  transform: translateY(-16rem) rotate(0deg);
}
@media screen and (max-width: 768px) {
  .header__menu-btn span:first-child {
    -webkit-transform: translateY(-6rem) rotate(0deg);
    transform: translateY(-6rem) rotate(0deg);
  }
}
.header__menu-btn span:last-child {
  -webkit-transform: translateY(16rem) rotate(0deg);
  transform: translateY(16rem) rotate(0deg);
}
@media screen and (max-width: 768px) {
  .header__menu-btn span:last-child {
    -webkit-transform: translateY(6rem) rotate(0deg);
    transform: translateY(6rem) rotate(0deg);
  }
}
.header__menu-btn.is-cross span {
  width: 72rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .header__menu-btn.is-cross span {
    width: 27rem;
  }
}
.header__menu-btn.is-cross span:first-child {
  -webkit-transform: translateY(0) rotate(-26deg);
  transform: translateY(0) rotate(-26deg);
}
.header__menu-btn.is-cross span:nth-child(2) {
  opacity: 0;
}
.header__menu-btn.is-cross span:last-child {
  -webkit-transform: translateY(0) rotate(26deg);
  transform: translateY(0) rotate(26deg);
}
.header__menu-btn.--blue span {
  background-color: #fff;
}
.header__trial {
  position: fixed;
  right: 40rem;
  bottom: 40rem;
  display: block;
  width: 140rem;
  -webkit-transition: 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (width >= calc(768px + 1px)) {
  .header__trial:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .header__trial {
    right: unset;
    bottom: 16rem;
    left: 16rem;
    width: 80rem;
  }
}
.header__trial.is-hidden {
  opacity: 0;
}
.footer {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 160rem;
  background-color: #fff;
  -webkit-transition: 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.4s cubic-bezier(0.87, 0, 0.13, 1);
}
@media screen and (max-width: 768px) {
  .footer {
    height: 120rem;
  }
}
.footer__logo {
  width: 190rem;
}
.footer__copyright {
  margin-top: 16rem;
  font-size: 12rem;
}
.bg-wrap {
  width: 100%;
  background-color: #fff;
}
.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #6ac8e0;
}
@media screen and (max-width: 768px) {
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #6ac8e0;
    background-color: #fff;
  }
}
.hero__visual {
  width: 1080rem;
}
@media screen and (max-width: 768px) {
  .hero__visual {
    width: 100%;
  }
}
.hero__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 1080rem);
}
@media screen and (max-width: 768px) {
  .hero__content {
    width: 100%;
    margin-top: -80rem;
  }
}
.hero__logo {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .hero__logo {
    width: 100%;
  }
  .hero__logo img {
    -webkit-filter: drop-shadow(0 0 16rem white) drop-shadow(0 0 16rem white)
      drop-shadow(0 0 16rem white) drop-shadow(0 0 16rem white);
    filter: drop-shadow(0 0 16rem white) drop-shadow(0 0 16rem white)
      drop-shadow(0 0 16rem white) drop-shadow(0 0 16rem white);
  }
}
.hero__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 680rem;
  height: auto;
  padding: 33rem 0 31rem;
  margin-top: 36rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .hero__date {
    width: 320rem;
    padding: 24rem 0;
    margin-top: 24rem;
    border-color: #6ac8e0;
  }
}
.hero__date time {
  font-size: 96rem;
}
@media screen and (max-width: 768px) {
  .hero__date time {
    font-size: 36rem;
  }
}
.hero__date span {
  font-size: 80rem;
}
@media screen and (max-width: 768px) {
  .hero__date span {
    font-size: 30rem;
  }
}
.hero__en {
  margin-top: 34rem;
  margin-bottom: 10rem;
  font-size: 14rem;
}
@media screen and (max-width: 768px) {
  .hero__en {
    margin-top: 24rem;
    font-size: 12rem;
  }
}
.hero__sub-logo {
  width: 320rem;
  margin-top: 20rem;
}
.hero__sub-logo a {
  display: block;
}
@media screen and (max-width: 768px) {
  .hero__sub-logo {
    width: 220rem;
    margin-top: 16rem;
    margin-bottom: 28rem;
  }
}
.news {
  padding-top: 280rem;
  padding-bottom: 200rem;
}
@media screen and (max-width: 768px) {
  .news {
    padding-top: 80rem;
    padding-bottom: 80rem;
  }
}
.news__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 374rem;
  margin-top: 80rem;
}
@media screen and (max-width: 768px) {
  .news__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    height: auto;
    margin-top: 48rem;
  }
}
.news__list {
  width: 620rem;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .news__list {
    width: 100%;
    height: 380rem;
  }
}
.news__list__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 32rem;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 768px) {
  .news__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24rem 0;
  }
}
.news__list__item time {
  width: 104rem;
  margin-bottom: -3rem;
  font-size: 12rem;
  line-height: 18rem;
  color: #6ac8e0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@media screen and (max-width: 768px) {
  .news__list__item time {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0;
    line-height: 12rem;
  }
}
.news__list__item p {
  width: calc(90% - 104rem);
  margin-top: calc(0px - (24rem - 14rem) / 2);
  margin-bottom: calc(0px - (24rem - 14rem) / 2);
  font-size: 14rem;
  line-height: 24rem;
}
@media screen and (max-width: 768px) {
  .news__list__item p {
    width: 90%;
    margin-top: calc(16rem - (24rem - 14rem) / 2);
    margin-bottom: calc(0px - (24rem - 14rem) / 2);
    font-size: 14rem;
    line-height: 24rem;
  }
}
.news__x {
  width: 380rem;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .news__x {
    width: 100%;
    margin-top: 24rem;
  }
}
.news__x__widget {
  position: relative;
  width: calc(100% + 10rem);
  height: calc(100% + 10rem);
  background-color: #fff;
  -webkit-transform: translateX(-5rem);
  transform: translateX(-5rem);
}
.news__banners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 40rem;
}
@media screen and (max-width: 768px) {
  .news__banners {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 6rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.news__banners__item {
  width: calc((100% - 32rem) / 3);
  overflow: hidden;
  border-radius: 8rem;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (width >= calc(768px + 1px)) {
  .news__banners__item:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .news__banners__item {
    width: calc((100% - 6rem) / 2);
  }
}
.news__banners__item a {
  display: block;
}
.story {
  position: relative;
  padding: 96rem 0;
}
@media screen and (max-width: 768px) {
  .story {
    padding: 64rem 0 80rem;
  }
}
.story__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../images/top/story_bg.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .story__bg {
    background-image: url("../images/top/story_bg-sp.webp");
  }
}
.story__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #282828;
  opacity: 0.6;
}
.story::before,
.story::after {
  position: absolute;
  width: 100%;
  height: 127rem;
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#282828),
    to(rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(#282828, rgba(255, 255, 255, 0));
  background: linear-gradient(#282828, rgba(255, 255, 255, 0));
  opacity: 0.2;
}
.story::before {
  top: 0;
  left: 0;
  z-index: 0;
}
.story::after {
  bottom: 0;
  left: 0;
  z-index: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.story__title {
  position: relative;
  z-index: 1;
}
.story__text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 76rem;
  font-size: 23rem;
  color: #fff;
  line-height: 1.7;
}
.story__text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.story__text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .story__text {
    width: 90%;
    margin-top: 48rem;
    font-size: 15rem;
    line-height: 1.8;
  }
  .story__text::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * 0.5em);
    content: "";
  }
  .story__text::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * 0.5em);
    content: "";
  }
}
.chara {
  margin-top: 200rem;
}
@media screen and (max-width: 768px) {
  .chara {
    margin-top: 80rem;
  }
}
.chara__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin-top: 80rem;
}
@media screen and (max-width: 768px) {
  .chara__content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    margin-top: 40rem;
  }
}
.chara__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 80rem;
}
.chara__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .chara__item {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}
.chara__quote {
  margin-top: 40rem;
  font-size: 48rem;
  font-weight: 500;
  line-height: 1.3;
  color: #6ac8e0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .chara__quote {
    position: absolute;
    top: 8rem;
    right: 0;
    margin-top: 0;
    font-size: 24rem;
  }
}
.chara__visual {
  position: relative;
  width: 434rem;
  margin-left: 30rem;
}
@media screen and (max-width: 768px) {
  .chara__visual {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 286rem;
    margin: 0 auto;
  }
}
.chara__illusts {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .chara__illusts {
    width: 100%;
  }
}
.chara__illusts__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.4s cubic-bezier(0.87, 0, 0.13, 1);
}
.chara__illusts__item:first-child {
  position: relative;
}
.chara__illusts__item.is-active {
  opacity: 1;
}
.chara__en {
  position: absolute;
  top: 40rem;
  right: 0;
  font-size: 102rem;
  color: #6ac8e0;
  opacity: 0.2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .chara__en {
    top: 8rem;
    right: unset;
    left: -31rem;
    font-size: 64rem;
  }
}
.chara__en .is-only-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .chara__en .is-only-pc {
    display: none;
  }
}
.chara__en .is-only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .chara__en .is-only-sp {
    display: block;
  }
}
.chara__info {
  width: 400rem;
  margin-top: 40rem;
  margin-left: 58rem;
}
@media screen and (max-width: 768px) {
  .chara__info {
    position: relative;
    width: 100%;
    margin-top: 512rem;
    margin-left: 0;
    -webkit-filter: drop-shadow(0 0 4rem white) drop-shadow(0 0 4rem white);
    filter: drop-shadow(0 0 4rem white) drop-shadow(0 0 4rem white);
  }
}
.chara__info__hl {
  display: block;
  width: auto;
  font-size: 10rem;
}
.chara__info__hl img {
  width: auto;
  height: 100%;
}
.chara__catch {
  width: auto;
  font-size: 20rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .chara__catch {
    font-size: 16rem;
  }
}
.chara__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  margin-top: 32rem;
}
@media screen and (max-width: 768px) {
  .chara__name {
    margin-top: 20rem;
  }
}
.chara__name img {
  width: auto;
  height: 100%;
}
.chara__name__ja {
  font-size: 80rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .chara__name__ja {
    font-size: 48rem;
  }
}
.chara__name__en {
  margin-top: 20rem;
  font-size: 16rem;
}
@media screen and (max-width: 768px) {
  .chara__name__en {
    margin-top: 10rem;
    font-size: 14rem;
  }
}
.chara__cv {
  margin-top: 40rem;
  margin-bottom: 48rem;
  font-size: 16rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .chara__cv {
    margin-top: 34rem;
  }
}
.chara__cv img {
  width: auto;
  height: 100%;
}
.chara__voices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin-top: 24rem;
  margin-bottom: 40rem;
}
@media screen and (max-width: 768px) {
  .chara__voices {
    margin-top: 20rem;
    margin-bottom: 48rem;
  }
}
.chara__voices__item {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40rem;
  height: 40rem;
  overflow: hidden;
  cursor: pointer;
  background-color: #6ac8e0;
  border-radius: 50%;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.chara__voices__item img {
  width: 22rem;
  height: auto;
}
@media screen and (width >= calc(768px + 1px)) {
  .chara__voices__item:hover {
    opacity: 0.6;
  }
}
.chara__voices__item:nth-child(n + 2) {
  margin-left: 10rem;
}
.chara__voices__item.is-pink {
  background-color: #e46488;
}
.chara__costumes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  row-gap: 8rem;
  -webkit-column-gap: 8rem;
  -moz-column-gap: 8rem;
  column-gap: 8rem;
  width: 100%;
  margin-top: 24rem;
  margin-bottom: 48rem;
}
@media screen and (max-width: 768px) {
  .chara__costumes {
    row-gap: 9rem;
    -webkit-column-gap: 9rem;
    -moz-column-gap: 9rem;
    column-gap: 9rem;
    margin-top: 20rem;
  }
}
.chara__costumes__item {
  position: relative;
  width: 72rem;
  overflow: hidden;
  cursor: pointer;
  background-color: #6ac8e0;
  border-radius: 2rem;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (width >= calc(768px + 1px)) {
  .chara__costumes__item:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .chara__costumes__item {
    width: calc((100% - 18rem) / 3);
    height: 48rem;
    margin-left: 9rem;
    border-radius: 4rem;
  }
  .chara__costumes__item img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
  }
}
.chara__costumes__item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background-color: #6ac8e0;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.chara__costumes__item.is-current {
  pointer-events: none;
}
.chara__costumes__item.is-current::after {
  opacity: 0.4;
}
.chara__profile {
  width: 400rem;
  margin-top: 32rem;
  font-size: 14rem;
  font-weight: 700;
  line-height: 1.7;
}
.chara__profile::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.chara__profile::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
@media screen and (max-width: 768px) {
  .chara__profile {
    width: 95%;
    margin-top: 24rem;
  }
}
.graphic {
  margin-top: 180rem;
}
@media screen and (max-width: 768px) {
  .graphic {
    margin-top: 120rem;
  }
}
.graphic__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 64rem;
}
@media screen and (max-width: 768px) {
  .graphic__list {
    margin-top: 48rem;
  }
}
.graphic__list__item {
  z-index: 1;
  width: calc((100% - 32rem) / 3);
  margin-left: 16rem;
  overflow: hidden;
  border-radius: 8rem;
}
@media screen and (max-width: 768px) {
  .graphic__list__item {
    width: calc((100% - 6rem) / 2);
    margin-left: 6rem;
    border-radius: 8rem;
  }
}
.graphic__list__item.open-modal {
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (width >= calc(768px + 1px)) {
  .graphic__list__item.open-modal:hover {
    opacity: 0.6;
  }
}
.graphic__list__item:nth-child(3n-2) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .graphic__list__item:nth-child(3n-2) {
    margin-left: 6rem;
  }
}
.graphic__list__item:nth-child(n + 4) {
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  .graphic__list__item:nth-child(n + 4) {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .graphic__list__item:nth-child(n + 3) {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .graphic__list__item:nth-child(2n-1) {
    margin-left: 0;
  }
}
.world {
  margin-top: 200rem;
}
@media screen and (max-width: 768px) {
  .world {
    margin-top: 120rem;
  }
}
.world__list {
  width: 100%;
  margin-top: 80rem;
}
@media screen and (max-width: 768px) {
  .world__list {
    margin-top: 48rem;
  }
}
.world__list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .world__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}
.world__list__item:nth-child(n + 2) {
  margin-top: 80rem;
}
@media screen and (max-width: 768px) {
  .world__list__item:nth-child(n + 2) {
    margin-top: 56rem;
  }
}
.world__list__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .world__list__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.world__img {
  z-index: 1;
  width: 696rem;
  overflow: hidden;
  cursor: pointer;
  border-radius: 16rem;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (width >= calc(768px + 1px)) {
  .world__img:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .world__img {
    width: 100vw;
    margin-top: 14rem;
    margin-left: calc((100vw - 100%) / -2);
    border-radius: 0;
  }
}
.world__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 312rem;
}
@media screen and (max-width: 768px) {
  .world__text {
    display: contents;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    width: 100%;
  }
}
.world__text__num {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-size: 12rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .world__text__num {
    font-size: 10rem;
  }
}
.world__text__title {
  font-size: 32rem;
}
@media screen and (max-width: 768px) {
  .world__text__title {
    margin-top: 24rem;
    font-size: 24rem;
  }
}
.world__text__desc {
  margin-top: calc(28rem - (28rem - 14rem) / 2);
  margin-bottom: calc(0px - (28rem - 14rem) / 2);
  font-size: 14rem;
  line-height: 28rem;
}
@media screen and (max-width: 768px) {
  .world__text__desc {
    width: 95%;
    letter-spacing: 0.02em;
    margin-top: calc(20rem - (26rem - 13rem) / 2);
    margin-bottom: calc(0px - (26rem - 13rem) / 2);
    font-size: 13rem;
    line-height: 26rem;
  }
}
.special {
  padding-top: 200rem;
}
@media screen and (max-width: 768px) {
  .special {
    padding-top: 120rem;
  }
}
.special__visual-frame {
  width: 100%;
  margin-top: 64rem;
}
.special__visual-frame__ratio {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #eef9fd;
  border: 2px solid #6ac8e0;
  border-radius: 8px;
  aspect-ratio: 16 / 9;
}
.special__visual-frame__ratio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.special__visual-frame__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 28rem;
  color: #6ac8e0;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .special__visual-frame {
    margin-top: 48rem;
  }
  .special__visual-frame__ratio {
    border-width: 1px;
  }
  .special__visual-frame__placeholder {
    font-size: 14rem;
  }
}
.special__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 64rem;
}
@media screen and (max-width: 768px) {
  .special__list {
    margin-top: 48rem;
  }
}
.special__list__item {
  z-index: 1;
  width: calc((100% - 32rem) / 3);
  margin-left: 16rem;
  overflow: hidden;
  border-radius: 8rem;
}
@media screen and (max-width: 768px) {
  .special__list__item {
    width: calc((100% - 6rem) / 2);
    margin-left: 6rem;
    border-radius: 8rem;
  }
}
.special__list__item:nth-child(3n-2) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .special__list__item:nth-child(3n-2) {
    margin-left: 6rem;
  }
}
.special__list__item:nth-child(n + 4) {
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  .special__list__item:nth-child(n + 4) {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .special__list__item:nth-child(2n-1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .special__list__item:nth-child(n + 3) {
    margin-top: 6rem;
  }
}
.special__list__item a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (width >= calc(768px + 1px)) {
  .special__list__item a:hover {
    opacity: 0.6;
  }
}
.product {
  padding-top: 200rem;
  padding-bottom: 94rem;
  margin-top: 200rem;
  background-color: #6ac8e0;
}
@media screen and (max-width: 768px) {
  .product {
    padding-top: 120rem;
    padding-bottom: 40rem;
    margin-top: 120rem;
  }
}
.product__title {
  color: #fff;
}
.product__content {
  margin-top: 80rem;
}
@media screen and (max-width: 768px) {
  .product__content {
    margin-top: 48rem;
  }
}
.product__privilege {
  margin-top: 80rem;
}
.product__privilege__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 16rem;
}
@media screen and (max-width: 768px) {
  .product__privilege__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.product__privilege__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 32rem 24rem;
}
.product__privilege__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8rem 16rem;
  font-size: 20rem;
  color: #fff;
  text-indent: -0.01em;
  background-color: #6ac8e0;
  border-radius: 8rem;
}
@media screen and (max-width: 768px) {
  .product__privilege__title {
    padding: 6rem 12rem;
    font-size: 16rem;
    border-radius: 8rem;
  }
}
.product__privilege__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 32rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-top: 32rem;
}
.product__privilege__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product__privilege__item__name {
  color: #6ac8e0;
  margin-top: calc(0px - (28rem - 20rem) / 2);
  margin-bottom: calc(0px - (28rem - 20rem) / 2);
  font-size: 20rem;
  line-height: 28rem;
}
@media screen and (max-width: 768px) {
  .product__privilege__item__name {
    margin-top: calc(0px - (24rem - 16rem) / 2);
    margin-bottom: calc(0px - (24rem - 16rem) / 2);
    font-size: 16rem;
    line-height: 24rem;
  }
}
.product__privilege__item__desc {
  margin-top: calc(16rem - (24rem - 14rem) / 2);
  margin-bottom: calc(0px - (24rem - 14rem) / 2);
  font-size: 14rem;
  line-height: 24rem;
}
@media screen and (max-width: 768px) {
  .product__privilege__item__desc {
    width: 95%;
  }
}
.product__privilege__image {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .product__privilege__image {
    width: 100%;
    height: auto;
  }
}
.product__privilege__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.product__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 40rem 64rem 0 48rem;
  margin-top: 40rem;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .product__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    padding: 40rem 0 0;
    margin-top: 40rem;
    border-color: rgba(255, 255, 255, 0.2);
  }
}
.product__info__block {
  width: 436rem;
}
@media screen and (max-width: 768px) {
  .product__info__block {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .product__info__block--right .product__info__list {
    margin-bottom: 40rem;
  }
}
.product__info__title {
  font-size: 12rem;
  letter-spacing: 0.2em;
}
.product__info__list {
  width: 100%;
  margin-top: 32rem;
  margin-bottom: 40rem;
}
@media screen and (max-width: 768px) {
  .product__info__list {
    margin-bottom: 48rem;
  }
}
.product__info__list > li {
  width: 100%;
}
.product__info__list > li:nth-child(n + 2) {
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  .product__info__list > li:nth-child(n + 2) {
    margin-top: 18rem;
  }
}
.product__info__list > li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.product__info__list > li dl dt {
  width: 120rem;
  margin-top: calc(0px - (22rem - 14rem) / 2);
  margin-bottom: calc(0px - (22rem - 14rem) / 2);
  font-size: 14rem;
  line-height: 22rem;
}
@media screen and (max-width: 768px) {
  .product__info__list > li dl dt {
    width: 110rem;
  }
}
.product__info__list > li dl dd {
  width: calc(100% - 120rem);
  margin-top: calc(0px - (22rem - 14rem) / 2);
  margin-bottom: calc(0px - (22rem - 14rem) / 2);
  font-size: 14rem;
  line-height: 22rem;
}
@media screen and (max-width: 768px) {
  .product__info__list > li dl dd {
    width: calc((100% - 110rem) * 0.95);
  }
}

/* Team Testimonials - Isolated Fixed Metrics */
.special .team_testimonials {
  margin-top: 64rem;
}
@media screen and (max-width: 768px) {
  .special .team_testimonials {
    margin-top: 48rem;
  }
}
.team_testimonials,
.team_testimonials * {
  box-sizing: border-box;
}
.team_testimonials {
  --tt-color-main: #6ac8e0;
  --tt-color-sub: #9ddff0;
  --tt-item-bg: rgba(106, 200, 224, 0.18);
  --tt-item-bg-hover: rgba(106, 200, 224, 0.28);
  --tt-text-color: #282828;
  --tt-heimu-bg: #2e5f70;
  --tt-heimu-text: #ffffff;
  --tt-heimu-link: #bdefff;
  --tt-heimu-link-visited: #a7e6fb;
  --tt-heimu-link-new: #d2f5ff;
  --tt-heimu-link-new-visited: #bcefff;
  --tt-heimu-link-ext-visited: #95d7ef;

  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  word-spacing: 0;
  text-align: left;
  text-justify: auto;
  word-break: normal;
  overflow-wrap: normal;
  font-family: "Noto Serif SC", "Poppins", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;

  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  border: 3px solid var(--tt-color-main, #6ac8e0);
  outline: 0;
  border-radius: 16px;
  box-shadow: none;
  overflow: hidden;
}
.team_testimonials.no-title {
  border: 0;
  border-radius: 0;
  overflow: visible;
}
.team_testimonials.no-title .testimonials_title {
  display: none;
}
.testimonials_title {
  background: linear-gradient(135deg, var(--tt-color-main, #6ac8e0), var(--tt-color-sub, #9ddff0));
  padding: 15px 0;
  text-align: center;
  border-bottom: 2px solid var(--tt-color-main, #6ac8e0);
}
.testimonials_title h3 {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-family: "Poppins", "Noto Serif SC", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.testimonials_content {
  padding: 20px;
}
.team_testimonials.no-title .testimonials_content {
  padding: 0;
}
.testimonial_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 15px;
  background: var(--tt-item-bg, rgba(106, 200, 224, 0.18));
  border-left: 4px solid var(--tt-color-main, #6ac8e0);
  border-radius: 8px;
  transition: all 0.3s ease;
}
.testimonial_item:hover {
  background: var(--tt-item-bg-hover, rgba(106, 200, 224, 0.28));
  transform: translateX(5px);
  box-shadow: 0 2px 5px rgba(62, 154, 178, 0.25);
}
.testimonial_item:last-child {
  margin-bottom: 0;
}
.member_info {
  min-width: 150px;
  margin-right: 20px;
  padding-top: 2px;
  text-align: right;
}
.member_name {
  margin-bottom: 4px;
  color: var(--tt-color-main, #6ac8e0);
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Poppins", "Noto Sans SC", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.member_position {
  color: rgba(91, 105, 112, 0.9);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Noto Serif SC", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.member_position a,
.member_position a:visited {
  color: var(--tt-color-main, #6ac8e0);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}
.member_comment {
  flex: 1;
  color: var(--tt-text-color, #282828);
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Noto Serif SC", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.member_comment--input {
  display: block;
  width: 100%;
  min-height: 104px;
  padding: 10px 12px;
  background: #ffffff;
  border: 1px solid rgba(106, 200, 224, 0.6);
  border-radius: 6px;
  line-height: 1.6;
}
.member_comment--input:focus {
  border-color: var(--tt-color-main, #6ac8e0);
  box-shadow: 0 0 0 2px rgba(106, 200, 224, 0.22);
}
.member_comment--input::placeholder {
  color: rgba(91, 105, 112, 0.65);
}
.member_comment code {
  font-family: "Cascadia Mono", "Cascadia Code", "Noto Serif SC", monospace;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0;
}

/* Heimu / Spoiler */
.heimu,
.heimu rt {
  --heimu-color: var(--tt-heimu-bg, #2e5f70);
  --heimu-text-color: var(--tt-heimu-text, #fff);
  --heimu-link-color: var(--tt-heimu-link, #bdefff);
  --heimu-visited-link-color: var(--tt-heimu-link-visited, #a7e6fb);
  --heimu-new-link-color: var(--tt-heimu-link-new, #d2f5ff);
  --heimu-new-visited-link-color: var(--tt-heimu-link-new-visited, #bcefff);
  --heimu-extiw-visited-link-color: var(--tt-heimu-link-ext-visited, #95d7ef);
  background-color: var(--heimu-color);
  transition: background-color 0.13s linear, color 0.13s linear;
  border-radius: 3px;
  padding: 1px 2px;
  line-height: 1.2;
  letter-spacing: 0;
}
.heimu,
.heimu a,
a .heimu,
a.new .heimu,
span.heimu a:visited,
span.heimu a.new,
span.heimu a.external,
span.heimu a.external:visited,
span.heimu a.extiw,
span.heimu a.extiw:visited,
span.heimu a.mw-disambig,
span.heimu a.mw-redirect {
  transition: color 0.13s linear;
  color: var(--heimu-color);
  text-shadow: none;
}
span.heimu:hover,
span.heimu:active {
  color: var(--heimu-text-color);
  background-color: var(--heimu-color);
}
span.heimu:hover a,
a:hover span.heimu {
  color: var(--heimu-link-color);
}
span.heimu:hover a:visited,
a:visited:hover span.heimu {
  color: var(--heimu-visited-link-color);
}
span.heimu:hover a.new,
a.new:hover span.heimu {
  color: var(--heimu-new-link-color);
}
span.heimu a.new:hover:visited,
a.new:hover:visited span.heimu {
  color: var(--heimu-new-visited-link-color);
}
span.heimu:hover a.extiw:visited,
a.extiw:visited:hover span.heimu {
  color: var(--heimu-extiw-visited-link-color);
}

@media screen and (max-width: 960px) {
  .team_testimonials {
    border-radius: 12px;
  }
  .team_testimonials.no-title {
    border-radius: 0;
  }
  .testimonials_title h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .testimonials_content {
    padding: 14px;
  }
  .team_testimonials.no-title .testimonials_content {
    padding: 0;
  }
  .testimonial_item {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
    padding: 12px;
  }
  .member_info {
    min-width: 0;
    margin-right: 0;
    text-align: left;
  }
  .member_name {
    font-size: 15px;
    line-height: 18px;
  }
  .member_position {
    font-size: 11px;
    line-height: 15px;
  }
  .member_comment {
    font-size: 14px;
    line-height: 22px;
  }
}
.special__mod-download {
  width: 100%;
  margin-top: 64rem;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #58c2e0;
  border-radius: 16px;
}
.special__mod-download__title {
  padding: 24rem 16rem;
  font-size: 18px;
  line-height: 1.2;
  color: #3fc1ea;
  text-align: center;
  border-radius: 16px 16px 0 0;
}
.special__mod-download__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #58c2e0;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}
.special__mod-download__head {
  padding: 14rem 8rem;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  background-color: #86d5ef;
  border-right: 1px solid #58c2e0;
}
.special__mod-download__head:nth-child(2) {
  border-right: 0;
}
.special__mod-download__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18rem 16rem;
  border-top: 1px solid #58c2e0;
  border-right: 1px solid #58c2e0;
}
.special__mod-download__cell:nth-child(4) {
  border-right: 0;
}
.special__mod-download__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52%;
  padding: 10rem 24rem;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #49bee3;
  border: 0;
  border-radius: 8px;
}
.special__mod-download__btn.is-disabled {
  color: #8f9498;
  cursor: default;
  background: #bbbbbb;
}
@media screen and (max-width: 768px) {
  .special__mod-download {
    margin-top: 48rem;
    border-radius: 12px;
  }
  .special__mod-download__title {
    padding: 14px 10px;
    font-size: 16rem;
    border-radius: 12px 12px 0 0;
  }
  .special__mod-download__grid {
    border-radius: 0 0 12px 12px;
  }
  .special__mod-download__head {
    padding: 10px 6px;
    font-size: 14rem;
  }
  .special__mod-download__cell {
    padding: 12px 8px;
  }
  .special__mod-download__btn {
    min-width: 88%;
    padding: 8px 12px;
    font-size: 14rem;
  }
}
