@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  min-width: 0;
  border-width: 0;
  border-style: solid;
}

html {
  line-height: 1.15;
  tab-size: 4;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

embed,
object,
iframe {
  display: block;
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  background: transparent;
  appearance: none;
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details > summary {
  list-style: none;
  cursor: pointer;
}

details > summary::marker,
details > summary::-webkit-details-marker {
  display: none;
}

table {
  border-color: inherit;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: inherit;
  text-align: left;
}

[hidden] {
  display: none;
}

/*========================================
*	common
========================================*/
::selection {
  color: #262626;
  background: #f5f5f5;
}

*:focus {
  outline: 0;
}

html {
  scrollbar-gutter: stable;
}

html.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

html,
body {
  color: #262626;
  font-family: "BIZ UDPGothic", serif;
  font-size: 62.5%;
  background-color: #f5f5f5;
}

body {
  width: 100%;
}
body.is-cutscene {
  touch-action: none;
}

.flash {
  position: fixed;
  inset: 0;
  z-index: 9997;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .js-after-section {
    display: none;
  }
  .js-after-section.js--ready {
    display: block;
  }
}

.main {
  position: relative;
  z-index: 1;
  isolation: isolate;
  background-color: #f5f5f5;
}
.main:has(.lp) {
  background-color: #ffffff;
}

h1,
h2,
h3 {
  line-height: 1;
}

img,
picture {
  vertical-align: bottom;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.sp-show {
  display: block;
}
@media only screen and (min-width: 768px) {
  .sp-show {
    display: none;
  }
}

.pc-show {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pc-show {
    display: block;
  }
}

:not(.main:has([data-page=top])) .header__store {
  display: none;
}

@keyframes bg-border-effect {
  0% {
    transform: scale(0, 1);
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1, 1);
  }
}
@keyframes bg-border-gradient {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes bg-border-gradient-pass {
  0% {
    opacity: 0;
    transform: translateY(-200%);
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
@keyframes bg-border-text-left {
  0% {
    opacity: 1;
    transform: translateY(200%);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bg-border-text-right {
  0% {
    opacity: 1;
    transform: translateY(-200%);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bg-border-text-left-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(200%);
  }
}
@keyframes bg-border-text-right-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-200%);
  }
}
[data-page=top] .js-bgborder--about .common__bg-border-item-effect-inner,
[data-page=top] .js-bgborder--story .common__bg-border-item-effect-inner,
[data-page=top] .js-bgborder--system .common__bg-border-item-effect-inner,
[data-page=top] .js-bgborder--movie .common__bg-border-item-effect-inner,
[data-page=top] .js-bgborder--special .common__bg-border-item-effect-inner {
  display: none;
}

.common__bg-border {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
}
.common__bg-border.js--show {
  display: block;
}
.common__bg-border.js--front {
  z-index: 3;
}
.common__bg-border.js-bgborder--mv .common__bg-border-text {
  display: none;
}
.common__bg-border-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 4vw;
  font-weight: 300;
  letter-spacing: 0.6666666667vw;
  opacity: 0;
}
@media (min-width: 768px) {
  .common__bg-border-section {
    margin-left: 0px;
  }
}
@media (min-width: 1280px) {
  .common__bg-border-section {
    margin-left: 0px;
  }
}
@media (min-width: 1920px) {
  .common__bg-border-section {
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .common__bg-border-section {
    letter-spacing: 5.6px;
  }
}
@media (min-width: 1280px) {
  .common__bg-border-section {
    letter-spacing: 8px;
  }
}
@media (min-width: 1920px) {
  .common__bg-border-section {
    letter-spacing: 9.6px;
  }
}
.common__bg-border-section:first-of-type {
  position: relative;
}
.common__bg-border-section.js--current {
  opacity: 1;
}
.common__bg-border-text--left .common__bg-border-section {
  transform: translateY(40%);
}
.common__bg-border-text--left .common__bg-border-section.js--current {
  animation: bg-border-text-left 0.4s ease;
  animation-fill-mode: forwards;
}
.common__bg-border-text--left .common__bg-border-section.js--current.js--leaving, .common__bg-border-text--left .common__bg-border-section.js--leaving {
  animation: bg-border-text-left-out 0.4s ease forwards;
}
.common__bg-border-text--right .common__bg-border-section {
  transform: translateY(-40%);
}
.common__bg-border-text--right .common__bg-border-section.js--current {
  animation: bg-border-text-right 0.4s ease;
  animation-fill-mode: forwards;
}
.common__bg-border-text--right .common__bg-border-section.js--current.js--leaving, .common__bg-border-text--right .common__bg-border-section.js--leaving {
  animation: bg-border-text-right-out 0.4s ease forwards;
}
.common__bg-border-item {
  position: absolute;
  top: 0;
  width: 4vw;
  height: 100%;
}
@media (min-width: 768px) {
  .common__bg-border-item {
    width: 21px;
  }
}
@media (min-width: 1280px) {
  .common__bg-border-item {
    width: 30px;
  }
}
@media (min-width: 1920px) {
  .common__bg-border-item {
    width: 36px;
  }
}
.common__bg-border-item-border {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #9f9f9f;
}
.common__bg-border-item-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 50%;
  background: url("../img/common/bg_gradient_about.webp") no-repeat center center/auto 100%;
}
.common__bg-border-item-gradient.js--anime {
  animation: bg-border-gradient-pass 0.9s ease;
}
.common__bg-border-item-effect {
  position: absolute;
  top: 0;
  left: 50%;
  width: 26.6666666667vw;
  height: 100%;
  transform: translateX(-50%);
}
.common__bg-border-item-effect.js--anime .common__bg-border-item-effect-inner {
  animation: bg-border-effect 0.6s ease;
  animation-delay: 0.4s;
}
@media (min-width: 768px) {
  .common__bg-border-item-effect {
    width: 280px;
  }
}
@media (min-width: 1280px) {
  .common__bg-border-item-effect {
    width: 400px;
  }
}
@media (min-width: 1920px) {
  .common__bg-border-item-effect {
    width: 480px;
  }
}
.common__bg-border-item-effect-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg_gradient_effect.webp") no-repeat center bottom/100% 100%;
  transform: scale(0, 1);
  /* 左右に向かって透明にするマスク */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 30%, black 70%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 30%, black 70%, transparent 100%);
}
.common__bg-border-item--left {
  top: 0;
  left: 1.3333333333vw;
}
.common__bg-border-item--right {
  top: 0;
  right: 1.3333333333vw;
}
.common__bg-border-item__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.common__bg-border-text {
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  color: #9f9f9f;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4vw;
  font-weight: 700;
  white-space: nowrap;
  transform: rotate(90deg);
  transform-origin: left 50%;
}
@media (min-width: 768px) {
  .common__bg-border-text {
    font-size: 9.8px;
  }
}
@media (min-width: 1280px) {
  .common__bg-border-text {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .common__bg-border-text {
    font-size: 16.8px;
  }
}
@media (min-width: 768px) {
  .common__bg-border-text {
    padding-top: 0px;
  }
}
@media (min-width: 1280px) {
  .common__bg-border-text {
    padding-top: 0px;
  }
}
@media (min-width: 1920px) {
  .common__bg-border-text {
    padding-top: 0px;
  }
}
.common__bg-border-text--left {
  transform: rotate(90deg) translate(-50%, -25%);
}
@media only screen and (min-width: 768px) {
  .common__bg-border-text--left {
    transform: rotate(90deg) translateX(-50%);
  }
}
.common__bg-border-text--right {
  transform: rotate(90deg) translate(-50%, 25%);
}
@media only screen and (min-width: 768px) {
  .common__bg-border-text--right {
    transform: rotate(90deg) translateX(-50%);
  }
}
.common__bg-border-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.6666666667vw;
  height: 200%;
  transform: translateY(-100%);
}
@media (min-width: 768px) {
  .common__bg-border-line {
    width: 2.8px;
  }
}
@media (min-width: 1280px) {
  .common__bg-border-line {
    width: 4px;
  }
}
@media (min-width: 1920px) {
  .common__bg-border-line {
    width: 4.8px;
  }
}
@media (min-width: 768px) {
  .common__bg-border-line {
    left: 0px;
  }
}
@media (min-width: 1280px) {
  .common__bg-border-line {
    left: 0px;
  }
}
@media (min-width: 1920px) {
  .common__bg-border-line {
    left: 0px;
  }
}
@media (min-width: 768px) {
  .common__bg-border-line {
    top: 0px;
  }
}
@media (min-width: 1280px) {
  .common__bg-border-line {
    top: 0px;
  }
}
@media (min-width: 1920px) {
  .common__bg-border-line {
    top: 0px;
  }
}
.common__bg-border-line.js--anime {
  animation: bg-border-gradient 1s ease;
  animation-fill-mode: forwards;
}
.common__bg-border-line.js--shown {
  transform: translateY(0);
}
.common__bg-border-line--left {
  right: auto;
  left: 0;
}
.common__bg-border-line--right {
  right: 0;
  left: auto;
}
.common__bg-border-line--right .common__bg-border-item-effect {
  transform: translateX(-50%) scale(-1, 1);
}

body:has(.js--cutin-cover) .common__bg-border {
  z-index: 6;
}

@keyframes cursor-ripple {
  0% {
    width: 100%;
    height: 100%;
    filter: blur(4px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    width: 130%;
    height: 130%;
    filter: blur(3px);
    opacity: 0;
  }
  95%, 100% {
    width: 130%;
    height: 130%;
    filter: blur(3px);
    opacity: 0;
  }
}
body.isPc .movie .common__circle-cursor,
body.isPc .movie .common__circle-cursor-ring,
body.isPc .about .common__circle-cursor,
body.isPc .about .common__circle-cursor-ring {
  display: none;
}

.common__circle-cursor-wrapper.js-cursor-global {
  z-index: 100;
}

[data-page=character] .common__circle-cursor-ring.js-cursor-global-ring {
  mix-blend-mode: normal;
}

.common__circle-cursor-wrapper.js-cursor-global .common__circle-cursor {
  z-index: 100;
  transition: background-color 0.35s ease;
}

.common__circle-cursor-wrapper.js-cursor-global .common__circle-cursor.js--about {
  background-color: rgba(0, 0, 0, 0.25);
}

body.isPc.js-cursor-pointer {
  cursor: pointer;
}

.common__circle-cursor-ring.js-cursor-global-ring {
  z-index: 100;
  mix-blend-mode: overlay;
}

.common__circle-cursor-wrapper.js-cursor-global .common__circle-cursor::after {
  animation: none;
}

.common__circle-cursor-wrapper.js-cursor-global .common__circle-cursor.js--pulse::after {
  border-width: 1.0666666667vw;
  border-color: #fff;
  mix-blend-mode: normal;
  animation: cursor-pulse 0.75s ease-out infinite;
}
@media (min-width: 768px) {
  .common__circle-cursor-wrapper.js-cursor-global .common__circle-cursor.js--pulse::after {
    border-width: 2.8px;
  }
}
@media (min-width: 1280px) {
  .common__circle-cursor-wrapper.js-cursor-global .common__circle-cursor.js--pulse::after {
    border-width: 4px;
  }
}
@media (min-width: 1920px) {
  .common__circle-cursor-wrapper.js-cursor-global .common__circle-cursor.js--pulse::after {
    border-width: 4.8px;
  }
}

@keyframes cursor-pulse {
  0% {
    width: 100%;
    height: 100%;
    filter: blur(4px);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  85% {
    width: 130%;
    height: 130%;
    filter: blur(5px);
    opacity: 0;
  }
  100% {
    width: 130%;
    height: 130%;
    filter: blur(5px);
    opacity: 0;
  }
}
body.isSp .movie .common__circle-cursor-text,
body.isSp .about .common__circle-cursor-text,
body.isTablet .movie .common__circle-cursor-text,
body.isTablet .about .common__circle-cursor-text {
  opacity: 1;
}

.common__circle-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 40vw;
  height: 40vw;
  border-radius: 40vw;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1.0666666667vw 1.0666666667vw rgba(255, 255, 255, 0.1) inset;
  opacity: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .common__circle-cursor {
    position: fixed;
    top: 0;
    left: 0;
  }
}
body.isTablet .common__circle-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24vw;
  height: 24vw;
  border-radius: 24vw;
}
@media (orientation: landscape) {
  body.isTablet .common__circle-cursor {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border-radius: 13.3333333333vw;
  }
}
@media (min-width: 768px) {
  .common__circle-cursor {
    width: 120.4px;
  }
}
@media (min-width: 1280px) {
  .common__circle-cursor {
    width: 172px;
  }
}
@media (min-width: 1920px) {
  .common__circle-cursor {
    width: 206.4px;
  }
}
@media (min-width: 768px) {
  .common__circle-cursor {
    height: 120.4px;
  }
}
@media (min-width: 1280px) {
  .common__circle-cursor {
    height: 172px;
  }
}
@media (min-width: 1920px) {
  .common__circle-cursor {
    height: 206.4px;
  }
}
@media (min-width: 768px) {
  .common__circle-cursor {
    border-radius: 120.4px;
  }
}
@media (min-width: 1280px) {
  .common__circle-cursor {
    border-radius: 172px;
  }
}
@media (min-width: 1920px) {
  .common__circle-cursor {
    border-radius: 206.4px;
  }
}
@media (min-width: 768px) {
  .common__circle-cursor {
    box-shadow: 0px 0px 5.6px 5.6px rgba(255, 255, 255, 0.1) inset;
  }
}
@media (min-width: 1280px) {
  .common__circle-cursor {
    box-shadow: 0px 0px 8px 8px rgba(255, 255, 255, 0.1) inset;
  }
}
@media (min-width: 1920px) {
  .common__circle-cursor {
    box-shadow: 0px 0px 9.6px 9.6px rgba(255, 255, 255, 0.1) inset;
  }
}
.common__circle-cursor.js--active {
  opacity: 1;
}
.common__circle-cursor::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 0.8vw solid #fff;
  border-radius: 50%;
  opacity: 0;
  animation: cursor-ripple 0.75s ease-out infinite;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .common__circle-cursor::after {
    border-width: 2.1px;
  }
}
@media (min-width: 1280px) {
  .common__circle-cursor::after {
    border-width: 3px;
  }
}
@media (min-width: 1920px) {
  .common__circle-cursor::after {
    border-width: 3.6px;
  }
}
.common__circle-cursor-text {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  font-size: 8vw;
  letter-spacing: 0;
  opacity: 0;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .common__circle-cursor-text {
    font-size: 22.4px;
  }
}
@media (min-width: 1280px) {
  .common__circle-cursor-text {
    font-size: 32px;
  }
}
@media (min-width: 1920px) {
  .common__circle-cursor-text {
    font-size: 38.4px;
  }
}
@media (min-width: 768px) {
  .common__circle-cursor-text {
    letter-spacing: calc(0.14em * 1px);
  }
}
@media (min-width: 1280px) {
  .common__circle-cursor-text {
    letter-spacing: calc(0.2em * 1px);
  }
}
@media (min-width: 1920px) {
  .common__circle-cursor-text {
    letter-spacing: calc(0.24em * 1px);
  }
}
body.isTablet .common__circle-cursor-text {
  font-size: 4vw;
}
@media (orientation: landscape) {
  body.isTablet .common__circle-cursor-text {
    font-size: 2.6666666667vw;
  }
}
.common__circle-cursor-text.js--current {
  opacity: 1;
}

.common__circle-cursor-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 40vw;
  height: 40vw;
  border: 0.8vw solid #a8bafd;
  border-radius: 40vw;
  opacity: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .common__circle-cursor-ring {
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .common__circle-cursor-ring {
    mix-blend-mode: overlay;
  }
}
@media (min-width: 768px) {
  .common__circle-cursor-ring {
    width: 120.4px;
  }
}
@media (min-width: 1280px) {
  .common__circle-cursor-ring {
    width: 172px;
  }
}
@media (min-width: 1920px) {
  .common__circle-cursor-ring {
    width: 206.4px;
  }
}
@media (min-width: 768px) {
  .common__circle-cursor-ring {
    height: 120.4px;
  }
}
@media (min-width: 1280px) {
  .common__circle-cursor-ring {
    height: 172px;
  }
}
@media (min-width: 1920px) {
  .common__circle-cursor-ring {
    height: 206.4px;
  }
}
@media (min-width: 768px) {
  .common__circle-cursor-ring {
    border-width: 2.1px;
  }
}
@media (min-width: 1280px) {
  .common__circle-cursor-ring {
    border-width: 3px;
  }
}
@media (min-width: 1920px) {
  .common__circle-cursor-ring {
    border-width: 3.6px;
  }
}
@media (min-width: 768px) {
  .common__circle-cursor-ring {
    border-radius: 168px;
  }
}
@media (min-width: 1280px) {
  .common__circle-cursor-ring {
    border-radius: 240px;
  }
}
@media (min-width: 1920px) {
  .common__circle-cursor-ring {
    border-radius: 288px;
  }
}
body.isTablet .common__circle-cursor-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24vw;
  height: 24vw;
  border-radius: 24vw;
  mix-blend-mode: overlay;
}
@media (orientation: landscape) {
  body.isTablet .common__circle-cursor-ring {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border-radius: 13.3333333333vw;
  }
}
.common__circle-cursor-ring.js--active {
  opacity: 1;
}

.footer {
  position: relative;
  width: 100%;
  overflow-x: clip;
  backface-visibility: hidden;
}
.footer__main {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footer__main {
    z-index: 3;
  }
}
.footer__wrap {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footer__wrap {
    z-index: 3;
  }
}
.footer__inner {
  position: relative;
  margin: 0 auto;
  padding: 0 5.3333333333vw;
}
@media only screen and (max-width: 767px) {
  .footer__inner {
    z-index: 2;
  }
}
@media only screen and (min-width: 768px) {
  .footer__inner {
    max-width: 100vw;
    padding: 4.1666666667vw 6.25vw 11.8055555556vw;
  }
}
@media (min-width: 1440px) {
  .footer__inner {
    max-width: 1440px;
    padding-right: 90px;
    padding-bottom: 170px;
    padding-left: 90px;
  }
}
@media (min-width: 768px) {
  .footer__info {
    max-width: 427px;
  }
}
@media (min-width: 1280px) {
  .footer__info {
    max-width: 610px;
  }
}
@media (min-width: 1920px) {
  .footer__info {
    max-width: 732px;
  }
}
.footer__logo {
  position: relative;
  z-index: 2;
  display: block;
  width: 48vw;
  margin: 0 auto 10vw;
}
@media (min-width: 768px) {
  .footer__logo {
    width: 171.5px;
  }
}
@media (min-width: 1280px) {
  .footer__logo {
    width: 245px;
  }
}
@media (min-width: 1920px) {
  .footer__logo {
    width: 294px;
  }
}
@media (min-width: 768px) {
  .footer__logo {
    margin-left: 115.5px;
  }
}
@media (min-width: 1280px) {
  .footer__logo {
    margin-left: 165px;
  }
}
@media (min-width: 1920px) {
  .footer__logo {
    margin-left: 198px;
  }
}
@media (min-width: 768px) {
  .footer__logo {
    margin-bottom: 38.5px;
  }
}
@media (min-width: 1280px) {
  .footer__logo {
    margin-bottom: 55px;
  }
}
@media (min-width: 1920px) {
  .footer__logo {
    margin-bottom: 66px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__logo {
    width: 17.0138888889vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .footer__logo {
    width: 326.6666666667px;
  }
}
.footer__detail {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  gap: 4.6666666667vw;
}
@media (min-width: 768px) {
  .footer__detail {
    gap: 21px;
  }
}
@media (min-width: 1280px) {
  .footer__detail {
    gap: 30px;
  }
}
@media (min-width: 1920px) {
  .footer__detail {
    gap: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__detail {
    align-items: center;
  }
}
.footer__detail-thumb {
  flex-shrink: 0;
  width: 19.3333333333vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .footer__detail-thumb {
    width: 108.5px;
  }
}
@media (min-width: 1280px) {
  .footer__detail-thumb {
    width: 155px;
  }
}
@media (min-width: 1920px) {
  .footer__detail-thumb {
    width: 186px;
  }
}
.footer__detail-thumb img {
  width: 100%;
  height: auto;
}
.footer__detail-list {
  flex: 1;
  min-width: 0;
}
@media only screen and (max-width: 767px) {
  .footer__detail-list {
    margin-top: -1.0666666667vw;
  }
}
.footer__detail-row {
  display: flex;
  align-items: baseline;
}
.footer__detail-label {
  flex-shrink: 0;
  width: 23.3333333333vw;
  color: #0d0d0d;
  font-family: "BIZ UDPGothic", serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  line-height: 1.7272727273;
  letter-spacing: 0.08em;
  word-break: break-all;
}
@media (min-width: 768px) {
  .footer__detail-label {
    font-size: 9.8px;
  }
}
@media (min-width: 1280px) {
  .footer__detail-label {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .footer__detail-label {
    font-size: 16.8px;
  }
}
@media (min-width: 768px) {
  .footer__detail-label {
    width: 87.5px;
  }
}
@media (min-width: 1280px) {
  .footer__detail-label {
    width: 125px;
  }
}
@media (min-width: 1920px) {
  .footer__detail-label {
    width: 150px;
  }
}
.footer__detail-value {
  color: #0d0d0d;
  font-family: "BIZ UDPGothic", serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  line-height: 1.7272727273;
  letter-spacing: 0.08em;
  word-break: break-all;
}
@media (min-width: 768px) {
  .footer__detail-value {
    font-size: 9.8px;
  }
}
@media (min-width: 1280px) {
  .footer__detail-value {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .footer__detail-value {
    font-size: 16.8px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__detail-value {
    line-height: 2.2857142857;
  }
}
.footer__detail-value span {
  font-size: 2.1333333333vw;
}
@media (min-width: 768px) {
  .footer__detail-value span {
    font-size: 9.8px;
  }
}
@media (min-width: 1280px) {
  .footer__detail-value span {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .footer__detail-value span {
    font-size: 16.8px;
  }
}
.footer__sns {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3.3333333333vw;
  margin-top: 9.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .footer__sns {
    z-index: 3;
  }
}
@media only screen and (max-width: 767px) {
  .footer__sns {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .footer__sns {
    gap: 17.5px;
  }
}
@media (min-width: 1280px) {
  .footer__sns {
    gap: 25px;
  }
}
@media (min-width: 1920px) {
  .footer__sns {
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .footer__sns {
    margin-top: 38.5px;
  }
}
@media (min-width: 1280px) {
  .footer__sns {
    margin-top: 55px;
  }
}
@media (min-width: 1920px) {
  .footer__sns {
    margin-top: 66px;
  }
}
.footer__sns-label {
  color: #0d0d0d;
  font-family: "Zen Old Mincho", serif;
  font-size: 4.2666666667vw;
  font-weight: 400;
}
@media (min-width: 768px) {
  .footer__sns-label {
    font-size: 16.8px;
  }
}
@media (min-width: 1280px) {
  .footer__sns-label {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .footer__sns-label {
    font-size: 28.8px;
  }
}
.footer__sns-list {
  display: flex;
  align-items: center;
  gap: 5.3333333333vw;
}
@media (min-width: 768px) {
  .footer__sns-list {
    gap: 1.3888888889vw;
  }
}
@media (min-width: 1920px) {
  .footer__sns-list {
    gap: 24px;
  }
}
.footer__sns-item--x {
  width: 6.6666666667vw;
}
@media (min-width: 768px) {
  .footer__sns-item--x {
    width: 17.5px;
  }
}
@media (min-width: 1280px) {
  .footer__sns-item--x {
    width: 25px;
  }
}
@media (min-width: 1920px) {
  .footer__sns-item--x {
    width: 30px;
  }
}
.footer__sns-item--youtube {
  width: 8.6666666667vw;
}
@media (min-width: 768px) {
  .footer__sns-item--youtube {
    width: 28px;
  }
}
@media (min-width: 1280px) {
  .footer__sns-item--youtube {
    width: 40px;
  }
}
@media (min-width: 1920px) {
  .footer__sns-item--youtube {
    width: 48px;
  }
}
.footer__sns-item--linkcopy {
  width: 6vw;
}
@media (min-width: 768px) {
  .footer__sns-item--linkcopy {
    width: 23.1px;
  }
}
@media (min-width: 1280px) {
  .footer__sns-item--linkcopy {
    width: 33px;
  }
}
@media (min-width: 1920px) {
  .footer__sns-item--linkcopy {
    width: 39.6px;
  }
}
.footer__sns-link {
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer__sns-link {
    transition: transform 0.2s ease-in-out;
  }
  .footer__sns-link:hover {
    transform: scale(0.95);
  }
}
.footer__store {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3.3333333333vw;
  margin-top: 10.6666666667vw;
}
@media only screen and (max-width: 767px) {
  .footer__store {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .footer__store {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 1920px) {
  .footer__store {
    gap: 18px;
  }
}
@media (min-width: 768px) {
  .footer__store {
    margin-top: 42px;
  }
}
@media (min-width: 1280px) {
  .footer__store {
    margin-top: 60px;
  }
}
@media (min-width: 1920px) {
  .footer__store {
    margin-top: 72px;
  }
}
.footer__store-btn {
  position: relative;
  z-index: 2;
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer__store-btn {
    transition: transform 0.2s ease-in-out;
  }
  .footer__store-btn:hover {
    transform: scale(0.95);
  }
}
.footer__store-btn.is-disabled {
  cursor: default;
}
.footer__store-btn.is-disabled:hover {
  transform: none;
}
.footer__store-btn img {
  width: 100%;
  height: auto;
}
.footer__store-btn--apple {
  width: 38.6666666667vw;
}
@media (min-width: 768px) {
  .footer__store-btn--apple {
    width: 112px;
  }
}
@media (min-width: 1280px) {
  .footer__store-btn--apple {
    width: 160px;
  }
}
@media (min-width: 1920px) {
  .footer__store-btn--apple {
    width: 192px;
  }
}
.footer__store-btn--google {
  width: 47.2vw;
}
@media (min-width: 768px) {
  .footer__store-btn--google {
    width: 134.4px;
  }
}
@media (min-width: 1280px) {
  .footer__store-btn--google {
    width: 192px;
  }
}
@media (min-width: 1920px) {
  .footer__store-btn--google {
    width: 230.4px;
  }
}
.footer__store-btn--dmm {
  width: 47.2vw;
}
@media (min-width: 768px) {
  .footer__store-btn--dmm {
    width: 134.4px;
  }
}
@media (min-width: 1280px) {
  .footer__store-btn--dmm {
    width: 192px;
  }
}
@media (min-width: 1920px) {
  .footer__store-btn--dmm {
    width: 230.4px;
  }
}
.footer__note {
  position: relative;
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .footer__note {
    margin-top: 14px;
  }
}
@media (min-width: 1280px) {
  .footer__note {
    margin-top: 20px;
  }
}
@media (min-width: 1920px) {
  .footer__note {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__note {
    z-index: 3;
  }
}
.footer__note p {
  padding-left: 1.3333333333vw;
  color: #313131;
  font-family: "BIZ UDPGothic", serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  .footer__note p {
    font-size: 7px;
  }
}
@media (min-width: 1280px) {
  .footer__note p {
    font-size: 10px;
  }
}
@media (min-width: 1920px) {
  .footer__note p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__note p {
    padding-left: 0;
    line-height: 2;
    text-indent: 0;
  }
}
.footer__chara {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 150.6666666667vw;
  transition: all 300ms;
}
@media only screen and (max-width: 767px) {
  .footer__chara {
    z-index: 3;
    margin-top: 12vw;
  }
}
@media (min-width: 768px) {
  .footer__chara {
    width: 125vw;
  }
}
@media (min-width: 1920px) {
  .footer__chara {
    width: 2160px;
  }
}
@media (min-width: 768px) {
  .footer__chara {
    height: 79.7916666667vw;
  }
}
@media (min-width: 1920px) {
  .footer__chara {
    height: 1378.8px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__chara {
    position: absolute;
    bottom: 0;
    left: calc(50% + 18.4027777778vw);
    z-index: 1;
    transform: translateX(-50%);
  }
}
@media (min-width: 1440px) {
  .footer__chara {
    left: calc(50% + 265px);
    width: 1800px;
    height: 1149px;
  }
}
.footer__chara picture,
.footer__chara img {
  width: 100%;
  height: auto;
}
.footer__chara picture {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.footer__chara .js-footer-chara-img {
  opacity: 0;
}
.footer__chara .js-footer-chara-img.is-loaded {
  opacity: 1;
}
.footer__bottom {
  position: relative;
  z-index: 4;
  padding: 16vw 0 24vw;
  border-top: 0.6666666667vw solid #9f9f9f;
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .footer__bottom {
    padding: 49px 0px 56px;
  }
}
@media (min-width: 1280px) {
  .footer__bottom {
    padding: 70px 0px 80px;
  }
}
@media (min-width: 1920px) {
  .footer__bottom {
    padding: 84px 0px 96px;
  }
}
@media (min-width: 768px) {
  .footer__bottom {
    border-top-width: 2.8px;
  }
}
@media (min-width: 1280px) {
  .footer__bottom {
    border-top-width: 4px;
  }
}
@media (min-width: 1920px) {
  .footer__bottom {
    border-top-width: 4.8px;
  }
}
.footer__bottom-inner {
  margin: 0 auto;
  padding: 0 8.6666666667vw;
}
@media (min-width: 768px) {
  .footer__bottom-inner {
    padding: 0px 56px;
  }
}
@media (min-width: 1280px) {
  .footer__bottom-inner {
    padding: 0px 80px;
  }
}
@media (min-width: 1920px) {
  .footer__bottom-inner {
    padding: 0px 96px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__bottom-inner {
    max-width: 1440px;
  }
}
.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4vw 6.6666666667vw;
}
@media (min-width: 768px) {
  .footer__nav-list {
    gap: 21px;
  }
}
@media (min-width: 1280px) {
  .footer__nav-list {
    gap: 30px;
  }
}
@media (min-width: 1920px) {
  .footer__nav-list {
    gap: 36px;
  }
}
.footer__nav-link {
  color: #0d0d0d;
  font-family: "BIZ UDPGothic", serif;
  font-size: 2.4vw;
  font-weight: 400;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
@media (min-width: 768px) {
  .footer__nav-link {
    font-size: 9.8px;
  }
}
@media (min-width: 1280px) {
  .footer__nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .footer__nav-link {
    font-size: 16.8px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__nav-link {
    line-height: 2.2857142857;
    background: url("../img/common/bg_gradient_about.webp") no-repeat 50% 50%/cover;
    -webkit-background-clip: text;
    background-clip: text;
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
  }
  @supports (-webkit-text-fill-color: transparent) {
    .footer__nav-link {
      -webkit-text-fill-color: currentcolor;
      transition: color 0.3s ease, text-decoration-color 0.3s ease, -webkit-text-fill-color 0.3s ease;
    }
  }
  .footer__nav-link:hover {
    color: transparent;
    text-decoration: none;
  }
  @supports (-webkit-text-fill-color: transparent) {
    .footer__nav-link:hover {
      -webkit-text-fill-color: transparent;
    }
  }
}
.footer__company {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.6666666667vw;
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .footer__company {
    gap: 24.5px;
  }
}
@media (min-width: 1280px) {
  .footer__company {
    gap: 35px;
  }
}
@media (min-width: 1920px) {
  .footer__company {
    gap: 42px;
  }
}
@media (min-width: 768px) {
  .footer__company {
    margin-top: 24.5px;
  }
}
@media (min-width: 1280px) {
  .footer__company {
    margin-top: 35px;
  }
}
@media (min-width: 1920px) {
  .footer__company {
    margin-top: 42px;
  }
}
.footer__company-logo {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer__company-logo img {
  width: 100%;
  height: auto;
}
.footer__company-logo--marvelous {
  width: 29.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .footer__company-logo--marvelous {
    width: min(10.4166666667vw, 150px);
  }
}
.footer__company-logo--honey {
  width: 34vw;
}
@media only screen and (min-width: 768px) {
  .footer__company-logo--honey {
    width: min(10.4166666667vw, 150px);
  }
}
.footer__copyright {
  margin-top: 5.3333333333vw;
  color: #535353;
  font-family: "BIZ UDPGothic", serif;
  font-size: 1.8666666667vw;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__copyright {
    font-size: 7px;
  }
}
@media (min-width: 1280px) {
  .footer__copyright {
    font-size: 10px;
  }
}
@media (min-width: 1920px) {
  .footer__copyright {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .footer__copyright {
    margin-top: 21px;
  }
}
@media (min-width: 1280px) {
  .footer__copyright {
    margin-top: 30px;
  }
}
@media (min-width: 1920px) {
  .footer__copyright {
    margin-top: 36px;
  }
}
.footer__pagetop {
  position: absolute;
  top: -13.3333333333vw;
  right: 1.3333333333vw;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  border: 0.6666666667vw solid #9f9f9f;
  background: #ffffff;
}
@media (min-width: 768px) {
  .footer__pagetop {
    width: 56px;
  }
}
@media (min-width: 1280px) {
  .footer__pagetop {
    width: 80px;
  }
}
@media (min-width: 1920px) {
  .footer__pagetop {
    width: 96px;
  }
}
@media (min-width: 768px) {
  .footer__pagetop {
    height: 56px;
  }
}
@media (min-width: 1280px) {
  .footer__pagetop {
    height: 80px;
  }
}
@media (min-width: 1920px) {
  .footer__pagetop {
    height: 96px;
  }
}
@media (min-width: 768px) {
  .footer__pagetop {
    border-width: 2.8px;
  }
}
@media (min-width: 1280px) {
  .footer__pagetop {
    border-width: 4px;
  }
}
@media (min-width: 1920px) {
  .footer__pagetop {
    border-width: 4.8px;
  }
}
@media (min-width: 768px) {
  .footer__pagetop {
    top: -56px;
  }
}
@media (min-width: 1280px) {
  .footer__pagetop {
    top: -80px;
  }
}
@media (min-width: 1920px) {
  .footer__pagetop {
    top: -96px;
  }
}
.footer__pagetop::before {
  content: "";
  position: absolute;
  padding: 0.6666666667vw 0.6666666667vw 0;
  background: url("../img/common/bg_gradient_about.webp") no-repeat 50% 50%/cover;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  inset: -0.6666666667vw -0.6666666667vw 0;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media (min-width: 768px) {
  .footer__pagetop::before {
    padding: 2.8px 2.8px 0px;
  }
}
@media (min-width: 1280px) {
  .footer__pagetop::before {
    padding: 4px 4px 0px;
  }
}
@media (min-width: 1920px) {
  .footer__pagetop::before {
    padding: 4.8px 4.8px 0px;
  }
}
@media (min-width: 768px) {
  .footer__pagetop::before {
    inset: -2.8px -2.8px 0px;
  }
}
@media (min-width: 1280px) {
  .footer__pagetop::before {
    inset: -4px -4px 0px;
  }
}
@media (min-width: 1920px) {
  .footer__pagetop::before {
    inset: -4.8px -4.8px 0px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__pagetop {
    right: 1.3541666667vw;
  }
  .footer__pagetop:hover::before {
    opacity: 1;
  }
}
.footer__pagetop-text {
  color: #262626;
  font-family: "Zen Old Mincho", serif;
  font-size: 4.2666666667vw;
  font-weight: 900;
}
@media (min-width: 768px) {
  .footer__pagetop-text {
    font-size: 11.2px;
  }
}
@media (min-width: 1280px) {
  .footer__pagetop-text {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .footer__pagetop-text {
    font-size: 19.2px;
  }
}

.main[data-page=character]:has(.character-dtl) .footer {
  padding-top: 26.6666666667vw;
  background-color: #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .main[data-page=character]:has(.character-dtl) .footer {
    padding-top: 6.25vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .main[data-page=character]:has(.character-dtl) .footer {
    padding-top: 120px;
  }
}

@property --store-draw {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
@keyframes store-draw {
  from {
    --store-draw: 0deg;
  }
  to {
    --store-draw: 360deg;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .header:has(.header__nav:hover) + .nav .nav__wrap {
    transform: scale(0.94);
  }
}
.header.js-hide-lock {
  pointer-events: none;
}
.header.js-hide-lock + .nav {
  pointer-events: none;
}
.header.js-hide {
  pointer-events: none;
}
.header.js-hide .header__nav {
  opacity: 0;
  transition: top 0.3s ease, opacity 0s ease;
  pointer-events: none;
}
.header__logo {
  position: fixed;
  top: 4.8vw;
  left: 1.8666666667vw;
  z-index: 6;
  width: 23.4666666667vw;
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media (min-width: 768px) {
  .header__logo {
    width: 98.7px;
  }
}
@media (min-width: 1280px) {
  .header__logo {
    width: 141px;
  }
}
@media (min-width: 1920px) {
  .header__logo {
    width: 169.2px;
  }
}
@media (min-width: 768px) {
  .header__logo {
    top: 7px;
  }
}
@media (min-width: 1280px) {
  .header__logo {
    top: 10px;
  }
}
@media (min-width: 1920px) {
  .header__logo {
    top: 12px;
  }
}
@media (min-width: 768px) {
  .header__logo {
    left: 4.2px;
  }
}
@media (min-width: 1280px) {
  .header__logo {
    left: 6px;
  }
}
@media (min-width: 1920px) {
  .header__logo {
    left: 7.2px;
  }
}
.header__logo.js--show {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .header__logo {
    transition: transform 0.2s ease-in-out;
  }
  .header__logo:hover {
    transform: scale(0.95);
  }
}
.header__store {
  position: fixed;
  right: 1.6vw;
  bottom: 11.4666666667vw;
  z-index: 6;
  width: 11.0666666667vw;
  border-radius: 0.6666666667vw;
  background: transparent;
  transition: all 0.25s ease;
}
@media (min-width: 768px) {
  .header__store {
    width: 130.2px;
  }
}
@media (min-width: 1280px) {
  .header__store {
    width: 186px;
  }
}
@media (min-width: 1920px) {
  .header__store {
    width: 223.2px;
  }
}
@media (min-width: 768px) {
  .header__store {
    right: 14px;
  }
}
@media (min-width: 1280px) {
  .header__store {
    right: 20px;
  }
}
@media (min-width: 1920px) {
  .header__store {
    right: 24px;
  }
}
@media (min-width: 768px) {
  .header__store {
    bottom: 14px;
  }
}
@media (min-width: 1280px) {
  .header__store {
    bottom: 20px;
  }
}
@media (min-width: 1920px) {
  .header__store {
    bottom: 24px;
  }
}
@media (min-width: 768px) {
  .header__store {
    border-radius: 3.5px;
  }
}
@media (min-width: 1280px) {
  .header__store {
    border-radius: 5px;
  }
}
@media (min-width: 1920px) {
  .header__store {
    border-radius: 6px;
  }
}
.header__store.js-store-open {
  z-index: 7;
}
.header__store.js-store-open .header__store-inner {
  background: #fff;
}
.header__store.js-store-open .header__store-inner::before {
  --store-draw: 360deg;
}
@media only screen and (min-width: 768px) {
  .header__store.js-store-open:hover .header__store-inner {
    opacity: 1;
  }
}
.header__store.js-store-btn .header__store-title,
.header__store.js-store-btn .header__store-btn-wrap {
  opacity: 0;
  transition: opacity 0.25s ease;
}
.header__store.js--hide {
  pointer-events: none;
}
.header__store.js--hide .header__store-inner {
  opacity: 0;
  transition-delay: 0s;
}
.header__store.js--off {
  opacity: 0;
  pointer-events: none;
}
.header__store.js--draw .header__store-inner::before {
  animation: store-draw 0.6s ease forwards;
}
.header__store.js--draw {
  transition: opacity 0.25s ease, transform 0.25s ease, color 0.25s ease, font-size 0.25s ease, letter-spacing 0.25s ease, background-color 0.25s ease 0.45s;
}
.header__store.js-store-btn.js--draw .header__store-title,
.header__store.js-store-btn.js--draw .header__store-btn-wrap {
  opacity: 1;
  transition-delay: 0.45s;
}
.header__store.js-store-btn.js--draw .header__store-inner {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .header__store.js-store-btn.js--draw.js--hover .header__store-inner {
    opacity: 0;
    transition-delay: 0s;
  }
  .header__store.js-store-btn.js--draw.js--hover + .js-store-open {
    pointer-events: auto;
  }
  .header__store.js-store-btn.js--draw.js--hover + .js-store-open .header__store-inner {
    opacity: 1;
    transition: opacity 0.2s ease;
    transition-delay: 0.15s;
  }
}
.header__store-inner {
  border-radius: 0.6666666667vw;
  background: transparent;
  transition: opacity 0.4s ease, background-color 0.25s ease 0.45s;
  transition-delay: 0.3s, 0.45s;
}
@media (min-width: 768px) {
  .header__store-inner {
    border-radius: 3.5px;
  }
}
@media (min-width: 1280px) {
  .header__store-inner {
    border-radius: 5px;
  }
}
@media (min-width: 1920px) {
  .header__store-inner {
    border-radius: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .header__store-inner {
    transition: opacity 0.25s ease, background-color 0.25s ease 0.45s;
    transition-delay: 0.15s, 0.45s;
  }
}
.header__store-inner::before {
  content: "";
  position: absolute;
  z-index: 1;
  padding: 0.2666666667vw;
  border-radius: inherit;
  background: linear-gradient(204deg, #f18ab7, #f69b89, #ffbe49, #ffa045, #ff5c3e, #ff5f42);
  pointer-events: none;
  inset: 0;
}
@media only screen and (min-width: 768px) {
  .header__store-inner::before {
    background: conic-gradient(from 0deg at 50% 50%, #8a6cff 45deg, #ffd84d 135deg, #ff6ec7 225deg, #ff9a3c 315deg, #8a6cff 405deg);
  }
}
.header__store-inner::before {
  mask: conic-gradient(from 0deg, transparent 0 calc(360deg - var(--store-draw)), #000 calc(360deg - var(--store-draw))), linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: intersect, exclude, add;
}
@media (min-width: 768px) {
  .header__store-inner::before {
    padding: 1.4px;
  }
}
@media (min-width: 1280px) {
  .header__store-inner::before {
    padding: 2px;
  }
}
@media (min-width: 1920px) {
  .header__store-inner::before {
    padding: 2.4px;
  }
}
.header__store-title {
  height: 40vw;
  font-size: 4vw;
  line-height: 11.0666666667vw;
  letter-spacing: 0.5333333333vw;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .header__store-title {
    writing-mode: vertical-rl;
  }
}
@media (min-width: 768px) {
  .header__store-title {
    height: 42px;
  }
}
@media (min-width: 1280px) {
  .header__store-title {
    height: 60px;
  }
}
@media (min-width: 1920px) {
  .header__store-title {
    height: 72px;
  }
}
@media (min-width: 768px) {
  .header__store-title {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .header__store-title {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .header__store-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .header__store-title {
    line-height: 42px;
  }
}
@media (min-width: 1280px) {
  .header__store-title {
    line-height: 60px;
  }
}
@media (min-width: 1920px) {
  .header__store-title {
    line-height: 72px;
  }
}
@media (min-width: 768px) {
  .header__store-title {
    letter-spacing: 1.4px;
  }
}
@media (min-width: 1280px) {
  .header__store-title {
    letter-spacing: 2px;
  }
}
@media (min-width: 1920px) {
  .header__store-title {
    letter-spacing: 2.4px;
  }
}
.header__store-btn-wrap {
  padding: 0 3.7333333333vw 3.7333333333vw;
}
@media (min-width: 768px) {
  .header__store-btn-wrap {
    padding-left: 12.6px;
  }
}
@media (min-width: 1280px) {
  .header__store-btn-wrap {
    padding-left: 18px;
  }
}
@media (min-width: 1920px) {
  .header__store-btn-wrap {
    padding-left: 21.6px;
  }
}
@media (min-width: 768px) {
  .header__store-btn-wrap {
    padding-right: 12.6px;
  }
}
@media (min-width: 1280px) {
  .header__store-btn-wrap {
    padding-right: 18px;
  }
}
@media (min-width: 1920px) {
  .header__store-btn-wrap {
    padding-right: 21.6px;
  }
}
@media (min-width: 768px) {
  .header__store-btn-wrap {
    padding-bottom: 12.6px;
  }
}
@media (min-width: 1280px) {
  .header__store-btn-wrap {
    padding-bottom: 18px;
  }
}
@media (min-width: 1920px) {
  .header__store-btn-wrap {
    padding-bottom: 21.6px;
  }
}
.header__store-btn {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 1.6vw;
}
@media (min-width: 768px) {
  .header__store-btn {
    margin-top: 7px;
  }
}
@media (min-width: 1280px) {
  .header__store-btn {
    margin-top: 10px;
  }
}
@media (min-width: 1920px) {
  .header__store-btn {
    margin-top: 12px;
  }
}
.header__store-btn:first-of-type {
  margin-top: 0;
}
.header__nav {
  position: absolute;
  top: 4.6666666667vw;
  right: 4.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20.5333333333vw;
  height: 20.5333333333vw;
  border: none;
  background: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .header__nav {
    width: 85.4px;
  }
}
@media (min-width: 1280px) {
  .header__nav {
    width: 122px;
  }
}
@media (min-width: 1920px) {
  .header__nav {
    width: 146.4px;
  }
}
@media (min-width: 768px) {
  .header__nav {
    height: 85.4px;
  }
}
@media (min-width: 1280px) {
  .header__nav {
    height: 122px;
  }
}
@media (min-width: 1920px) {
  .header__nav {
    height: 146.4px;
  }
}
@media (min-width: 768px) {
  .header__nav {
    top: 8.4px;
  }
}
@media (min-width: 1280px) {
  .header__nav {
    top: 12px;
  }
}
@media (min-width: 1920px) {
  .header__nav {
    top: 14.4px;
  }
}
@media (min-width: 768px) {
  .header__nav {
    right: 8.4px;
  }
}
@media (min-width: 1280px) {
  .header__nav {
    right: 12px;
  }
}
@media (min-width: 1920px) {
  .header__nav {
    right: 14.4px;
  }
}
@media only screen and (max-width: 767px) {
  .header__nav {
    transition: top 0.3s ease, opacity 0.3s ease;
    transition-delay: 0s, 0.4s;
  }
  body:has(.nav.js-scrolled) .header__nav {
    top: 5.3333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .header__nav {
    transition: top 0.3s ease, opacity 0.3s ease, transform 0.2s ease-in-out;
    transition-delay: 0s, 0.4s, 0s;
  }
  .header__nav-circle {
    transition: opacity 0.2s ease-in-out;
  }
  .header__nav:hover {
    transform: scale(0.95);
  }
  .header__nav:hover .header__nav-circle {
    opacity: 0;
  }
}
.header__nav-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 20.5333333333vw;
  height: 20.5333333333vw;
  overflow: visible;
}
@media (min-width: 768px) {
  .header__nav-svg {
    width: 92.4px;
  }
}
@media (min-width: 1280px) {
  .header__nav-svg {
    width: 132px;
  }
}
@media (min-width: 1920px) {
  .header__nav-svg {
    width: 158.4px;
  }
}
@media (min-width: 768px) {
  .header__nav-svg {
    height: 92.4px;
  }
}
@media (min-width: 1280px) {
  .header__nav-svg {
    height: 132px;
  }
}
@media (min-width: 1920px) {
  .header__nav-svg {
    height: 158.4px;
  }
}
.header__nav-circle-fill {
  fill: transparent;
  stroke: none;
}
.is-nav-drawn .header__nav-circle-fill {
  animation: fill-circle 0.7s ease forwards;
}
.header__nav-circle {
  transform: rotate(-90deg) scaleY(-1);
  transform-origin: center;
  fill: none;
  stroke: #9f9f9f;
  stroke-width: 0.2933333333vw;
  stroke-dasharray: 125.66;
  stroke-dashoffset: 125.66;
}
@media only screen and (min-width: 768px) {
  .header__nav-circle {
    stroke-width: 1px;
  }
}
.is-nav-drawn .header__nav-circle {
  animation: draw-circle-stroke 0.7s ease forwards;
}
.header__nav-circle-grad {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .header__nav-circle-grad-inner {
    position: absolute;
    background: url("../img/common/bg_gradient_about.webp") no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    transition: opacity 0.4s ease;
    transform-origin: center;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .header__nav-circle-grad-inner {
    width: 78.4px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1280px) {
  .header__nav-circle-grad-inner {
    width: 112px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .header__nav-circle-grad-inner {
    width: 134.4px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .header__nav-circle-grad-inner {
    height: 78.4px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1280px) {
  .header__nav-circle-grad-inner {
    height: 112px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .header__nav-circle-grad-inner {
    height: 134.4px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .header__nav-circle-grad-inner {
    border-radius: 78.4px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1280px) {
  .header__nav-circle-grad-inner {
    border-radius: 112px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .header__nav-circle-grad-inner {
    border-radius: 134.4px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .header__nav-circle-grad-inner {
    top: 7px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1280px) {
  .header__nav-circle-grad-inner {
    top: 10px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .header__nav-circle-grad-inner {
    top: 12px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .header__nav-circle-grad-inner {
    right: 3.5px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1280px) {
  .header__nav-circle-grad-inner {
    right: 5px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .header__nav-circle-grad-inner {
    right: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .header__nav-circle-grad-inner::before {
    content: "";
    position: absolute;
    border-radius: 100%;
    background: #fff;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .header__nav-circle-grad-inner::before {
    top: 2.1px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1280px) {
  .header__nav-circle-grad-inner::before {
    top: 3px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .header__nav-circle-grad-inner::before {
    top: 3.6px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .header__nav-circle-grad-inner::before {
    left: 2.1px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1280px) {
  .header__nav-circle-grad-inner::before {
    left: 3px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .header__nav-circle-grad-inner::before {
    left: 3.6px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .header__nav-circle-grad-inner::before {
    width: 74.2px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1280px) {
  .header__nav-circle-grad-inner::before {
    width: 106px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .header__nav-circle-grad-inner::before {
    width: 127.2px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .header__nav-circle-grad-inner::before {
    height: 74.2px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1280px) {
  .header__nav-circle-grad-inner::before {
    height: 106px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .header__nav-circle-grad-inner::before {
    height: 127.2px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header__nav:hover .header__nav-circle-grad {
    opacity: 1;
  }
}
.header__nav-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease 0.4s;
}
.is-nav-drawn .header__nav-inner {
  opacity: 1;
}
.is-nav-drawn .header__nav-inner .header__nav-circle-grad {
  opacity: 1;
}
.header__nav-text {
  width: 5.3333333333vw;
  height: 3.8666666667vw;
  background: transparent url("../img/common/nav_line.webp") no-repeat center center/contain;
}
@media (min-width: 768px) {
  .header__nav-text {
    width: 28px;
  }
}
@media (min-width: 1280px) {
  .header__nav-text {
    width: 40px;
  }
}
@media (min-width: 1920px) {
  .header__nav-text {
    width: 48px;
  }
}
@media (min-width: 768px) {
  .header__nav-text {
    height: 20.3px;
  }
}
@media (min-width: 1280px) {
  .header__nav-text {
    height: 29px;
  }
}
@media (min-width: 1920px) {
  .header__nav-text {
    height: 34.8px;
  }
}
@media only screen and (min-width: 768px) {
  .header__nav-text {
    position: absolute;
    top: 55%;
    left: 50%;
    background-image: url("../img/common/nav_line_pc.webp");
    transform: translate3d(-50%, -50%, 0);
  }
}

@keyframes fill-circle {
  0% {
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    fill: #fff;
  }
}
@keyframes draw-circle-stroke {
  0% {
    stroke-dashoffset: 125.66;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.common__h1 {
  position: relative;
  margin-bottom: 21.3333333333vw;
  color: #262626;
  font-family: "Zen Old Mincho", serif;
  font-size: 9.3333333333vw;
  font-weight: 900;
  letter-spacing: -0.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .common__h1 {
    font-size: 47.6px;
  }
}
@media (min-width: 1280px) {
  .common__h1 {
    font-size: 68px;
  }
}
@media (min-width: 1920px) {
  .common__h1 {
    font-size: 81.6px;
  }
}
@media (min-width: 768px) {
  .common__h1 {
    margin-bottom: 84px;
  }
}
@media (min-width: 1280px) {
  .common__h1 {
    margin-bottom: 120px;
  }
}
@media (min-width: 1920px) {
  .common__h1 {
    margin-bottom: 144px;
  }
}
.common__h1-layer {
  display: block;
}
.common__h1-layer--1, .common__h1-layer--2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.common__h1-layer--1 {
  z-index: 1;
  color: #9f9f9f;
  opacity: 1;
  transition: clip-path 1.4s cubic-bezier(0.33, 0.235, 0.045, 0.95) 0.2s;
  clip-path: polygon(0vw 0, 17.3333333333vw 0, 25.3333333333vw 100%, 18.6666666667vw 100%);
}
@media only screen and (min-width: 768px) {
  .common__h1-layer--1 {
    transition-duration: 2.5s;
    transition-delay: 0.6s;
    clip-path: polygon(0vw 0, 17.3333333333vw 0, 25.3333333333vw 100%, 18.6666666667vw 100%);
  }
}
.common__h1-layer--2 {
  z-index: 2;
  color: transparent;
  background: url("../img/common/bg_gradient_about.webp") no-repeat 50% 50%/100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 1;
  transition: clip-path 1.4s cubic-bezier(0.33, 0.235, 0.045, 0.95) 0.35s;
  clip-path: polygon(0vw 0, 17.3333333333vw 0, 25.3333333333vw 100%, 18.6666666667vw 100%);
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 768px) {
  .common__h1-layer--2 {
    transition-duration: 2.5s;
    transition-delay: 0.8s;
    clip-path: polygon(0vw 0, 17.3333333333vw 0, 25.3333333333vw 100%, 18.6666666667vw 100%);
  }
}
.common__h1-layer--3 {
  position: relative;
  z-index: 3;
  color: #262626;
  transition: clip-path 1.4s cubic-bezier(0.33, 0.235, 0.045, 0.95) 0.55s;
  clip-path: polygon(0vw 0, 100% 0, 100% 100%, 18.6666666667vw 100%);
}
@media only screen and (min-width: 768px) {
  .common__h1-layer--3 {
    transition-duration: 2.5s;
    transition-delay: 1s;
    clip-path: polygon(0vw 0, 100% 0, 100% 100%, 18.6666666667vw 100%);
  }
}
:where(:root.js) .common__h1:not(.js--anime) .common__h1-layer--1,
:where(:root.js) .common__h1:not(.js--anime) .common__h1-layer--2,
:where(:root.js) .common__h1:not(.js--anime) .common__h1-layer--3 {
  clip-path: polygon(66.6666666667vw 0, 104vw 0, 133.3333333333vw 100%, 80vw 100%);
}
@media only screen and (min-width: 768px) {
  :where(:root.js) .common__h1:not(.js--anime) .common__h1-layer--1,
  :where(:root.js) .common__h1:not(.js--anime) .common__h1-layer--2,
  :where(:root.js) .common__h1:not(.js--anime) .common__h1-layer--3 {
    clip-path: polygon(78.6666666667vw 0, 104vw 0, 133.3333333333vw 100%, 80vw 100%);
  }
}

.linkcopy-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.linkcopy-modal.js--show {
  opacity: 1;
  pointer-events: auto;
}
.linkcopy-modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
}
.linkcopy-modal__inner {
  position: relative;
  width: 26vw;
  padding: 2.6666666667vw 3.3333333333vw;
  border-radius: 0.6666666667vw;
  background: #ffffff;
  transition: transform 0.3s ease-in-out;
  transform: scale(0.95);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .linkcopy-modal__inner {
    width: 122.5px;
  }
}
@media (min-width: 1280px) {
  .linkcopy-modal__inner {
    width: 175px;
  }
}
@media (min-width: 1920px) {
  .linkcopy-modal__inner {
    width: 210px;
  }
}
@media (min-width: 768px) {
  .linkcopy-modal__inner {
    padding: 10.5px 19.6px;
  }
}
@media (min-width: 1280px) {
  .linkcopy-modal__inner {
    padding: 15px 28px;
  }
}
@media (min-width: 1920px) {
  .linkcopy-modal__inner {
    padding: 18px 33.6px;
  }
}
@media (min-width: 768px) {
  .linkcopy-modal__inner {
    border-radius: 3.5px;
  }
}
@media (min-width: 1280px) {
  .linkcopy-modal__inner {
    border-radius: 5px;
  }
}
@media (min-width: 1920px) {
  .linkcopy-modal__inner {
    border-radius: 6px;
  }
}
.linkcopy-modal.js--show .linkcopy-modal__inner {
  transform: scale(1);
}
.linkcopy-modal__text {
  color: #262626;
  font-family: "BIZ UDPGothic", serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .linkcopy-modal__text {
    font-size: 12.6px;
  }
}
@media (min-width: 1280px) {
  .linkcopy-modal__text {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .linkcopy-modal__text {
    font-size: 21.6px;
  }
}

.loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.loading__open {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.loading__open-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #fff;
}
.loading__open-left.js--hide {
  transition: transform 0.15s ease-in-out;
  transform: translateX(-100%);
}
.loading__open-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #fff;
}
.loading__open-right.js--hide {
  transition: transform 0.15s ease-in-out;
  transform: translateX(100%);
}
.loading__inner {
  height: 16vw;
  overflow: hidden;
  visibility: hidden;
}
@media (min-width: 768px) {
  .loading__inner {
    height: 84px;
  }
}
@media (min-width: 1280px) {
  .loading__inner {
    height: 120px;
  }
}
@media (min-width: 1920px) {
  .loading__inner {
    height: 144px;
  }
}
.loading__inner-scroll {
  will-change: transform;
}
.loading__number {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-family: "Zen Old Mincho", serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.8, 1);
}
@media (min-width: 768px) {
  .loading__number {
    font-size: 22.4px;
  }
}
@media (min-width: 1280px) {
  .loading__number {
    font-size: 32px;
  }
}
@media (min-width: 1920px) {
  .loading__number {
    font-size: 38.4px;
  }
}
.loading .loading-number__text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16vw;
  color: #f5f5f5;
  font-family: "Zen Old Mincho", serif;
  font-size: 14.9333333333vw;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .loading .loading-number__text {
    height: 84px;
  }
}
@media (min-width: 1280px) {
  .loading .loading-number__text {
    height: 120px;
  }
}
@media (min-width: 1920px) {
  .loading .loading-number__text {
    height: 144px;
  }
}
@media (min-width: 768px) {
  .loading .loading-number__text {
    font-size: 78.4px;
  }
}
@media (min-width: 1280px) {
  .loading .loading-number__text {
    font-size: 112px;
  }
}
@media (min-width: 1920px) {
  .loading .loading-number__text {
    font-size: 134.4px;
  }
}
.loading.is-first-visit .loading__inner,
.loading.is-first-visit .loading__number {
  visibility: visible;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.modal.js--show {
  opacity: 1;
  pointer-events: auto;
}
.modal.js--show .modal__bg {
  cursor: pointer;
}
.modal__close {
  position: absolute;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
  width: 10.6666666667vw;
}
@media (min-width: 768px) {
  .modal__close {
    width: 98px;
  }
}
@media (min-width: 1280px) {
  .modal__close {
    width: 140px;
  }
}
@media (min-width: 1920px) {
  .modal__close {
    width: 168px;
  }
}
@media (min-width: 768px) {
  .modal__close {
    top: 28px;
  }
}
@media (min-width: 1280px) {
  .modal__close {
    top: 40px;
  }
}
@media (min-width: 1920px) {
  .modal__close {
    top: 48px;
  }
}
@media (min-width: 768px) {
  .modal__close {
    right: 28px;
  }
}
@media (min-width: 1280px) {
  .modal__close {
    right: 40px;
  }
}
@media (min-width: 1920px) {
  .modal__close {
    right: 48px;
  }
}
.modal__close-icon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .modal__close-icon {
    width: 28px;
  }
}
@media (min-width: 1280px) {
  .modal__close-icon {
    width: 40px;
  }
}
@media (min-width: 1920px) {
  .modal__close-icon {
    width: 48px;
  }
}
@media (min-width: 768px) {
  .modal__close-icon {
    height: 28px;
  }
}
@media (min-width: 1280px) {
  .modal__close-icon {
    height: 40px;
  }
}
@media (min-width: 1920px) {
  .modal__close-icon {
    height: 48px;
  }
}
.modal__close-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7.7333333333vw;
  height: 0.4666666667vw;
  background: #000;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .modal__close-bar {
    width: 28px;
  }
}
@media (min-width: 1280px) {
  .modal__close-bar {
    width: 40px;
  }
}
@media (min-width: 1920px) {
  .modal__close-bar {
    width: 48px;
  }
}
@media (min-width: 768px) {
  .modal__close-bar {
    height: 2.8px;
  }
}
@media (min-width: 1280px) {
  .modal__close-bar {
    height: 4px;
  }
}
@media (min-width: 1920px) {
  .modal__close-bar {
    height: 4.8px;
  }
}
.modal__close-bar:first-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close-bar:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 5.3333333333vw);
  max-width: none;
  height: 53.3333333333vw;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .modal__inner {
    width: 700px;
  }
}
@media (min-width: 1280px) {
  .modal__inner {
    width: 1000px;
  }
}
@media (min-width: 1920px) {
  .modal__inner {
    width: 1200px;
  }
}
@media (min-width: 768px) {
  .modal__inner {
    height: 393.4px;
  }
}
@media (min-width: 1280px) {
  .modal__inner {
    height: 562px;
  }
}
@media (min-width: 1920px) {
  .modal__inner {
    height: 674.4px;
  }
}
.modal__iframe {
  width: 100%;
  max-width: none;
  height: 100%;
}
.modal__iframe iframe {
  width: 100%;
  height: 100%;
}
.modal__video {
  width: 100%;
  max-width: none;
  height: 100%;
  background: #000;
  object-fit: contain;
}
.modal__img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: contain;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .pagination {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .pagination {
    gap: 2.7777777778vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .pagination {
    gap: 53.3333333333px;
  }
}
.pagination__list {
  display: flex;
  align-items: center;
  gap: 3.2vw;
}
@media only screen and (min-width: 768px) {
  .pagination__list {
    gap: 1.3888888889vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .pagination__list {
    gap: 26.6666666667px;
  }
}
.pagination__item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 8vw;
  height: 8vw;
  padding: 0.2666666667vw;
}
@media (min-width: 768px) {
  .pagination__item {
    width: 28px;
  }
}
@media (min-width: 1280px) {
  .pagination__item {
    width: 40px;
  }
}
@media (min-width: 1920px) {
  .pagination__item {
    width: 48px;
  }
}
@media (min-width: 768px) {
  .pagination__item {
    height: 28px;
  }
}
@media (min-width: 1280px) {
  .pagination__item {
    height: 40px;
  }
}
@media (min-width: 1920px) {
  .pagination__item {
    height: 48px;
  }
}
@media (min-width: 768px) {
  .pagination__item {
    padding: 1.4px;
  }
}
@media (min-width: 1280px) {
  .pagination__item {
    padding: 2px;
  }
}
@media (min-width: 1920px) {
  .pagination__item {
    padding: 2.4px;
  }
}
.pagination__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #262626;
  font-family: "BIZ UDPGothic", serif;
  font-size: 3.2vw;
  font-weight: 400;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .pagination__num {
    font-size: 9.8px;
  }
}
@media (min-width: 1280px) {
  .pagination__num {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .pagination__num {
    font-size: 16.8px;
  }
}
@media only screen and (min-width: 768px) {
  .pagination__num {
    transition: all 300ms;
  }
  .pagination__num:hover:before {
    opacity: 1;
  }
}
.pagination__num:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent url("../img/common/bg_gradient_about.webp") no-repeat;
  background-position: 17% 25%;
  background-size: 120vw auto;
  opacity: 0;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .pagination__num:before {
    background-size: 13.8888888889vw auto;
    background-position: 50% 60%;
    transition: all 300ms;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .pagination__num:before {
    background-size: 266.6666666667px auto;
  }
}
.pagination__num:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #9f9f9f;
  transform: translate(-50%, -50%);
}
.pagination__num.is-current {
  pointer-events: none;
}
.pagination__num.is-current:before {
  opacity: 1;
}
.pagination__num.is-current:after {
  opacity: 0;
}
.pagination__ellipsis {
  width: 8vw;
  height: 0.5333333333vw;
  background-color: #9f9f9f;
}
@media (min-width: 768px) {
  .pagination__ellipsis {
    width: 23.1px;
  }
}
@media (min-width: 1280px) {
  .pagination__ellipsis {
    width: 33px;
  }
}
@media (min-width: 1920px) {
  .pagination__ellipsis {
    width: 39.6px;
  }
}
@media (min-width: 768px) {
  .pagination__ellipsis {
    height: 2.8px;
  }
}
@media (min-width: 1280px) {
  .pagination__ellipsis {
    height: 4px;
  }
}
@media (min-width: 1920px) {
  .pagination__ellipsis {
    height: 4.8px;
  }
}
.pagination__arrow {
  position: relative;
  z-index: 1;
  width: 8vw;
  height: 8vw;
  padding: 0.2666666667vw;
  border-radius: 50%;
  color: #262626;
}
@media (min-width: 768px) {
  .pagination__arrow {
    width: 28px;
  }
}
@media (min-width: 1280px) {
  .pagination__arrow {
    width: 40px;
  }
}
@media (min-width: 1920px) {
  .pagination__arrow {
    width: 48px;
  }
}
@media (min-width: 768px) {
  .pagination__arrow {
    height: 28px;
  }
}
@media (min-width: 1280px) {
  .pagination__arrow {
    height: 40px;
  }
}
@media (min-width: 1920px) {
  .pagination__arrow {
    height: 48px;
  }
}
@media (min-width: 768px) {
  .pagination__arrow {
    padding: 1.4px;
  }
}
@media (min-width: 1280px) {
  .pagination__arrow {
    padding: 2px;
  }
}
@media (min-width: 1920px) {
  .pagination__arrow {
    padding: 2.4px;
  }
}
@media only screen and (min-width: 768px) {
  .pagination__arrow {
    transition: all 300ms;
  }
  .pagination__arrow:hover:before {
    opacity: 1;
  }
  .pagination__arrow:hover .pagination__arrow-icon::before {
    opacity: 1;
  }
}
.pagination__arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent url("../img/common/bg_gradient_about.webp") no-repeat;
  background-position: 17% 25%;
  background-size: 120vw auto;
  opacity: 0;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .pagination__arrow:before {
    background-size: 13.8888888889vw auto;
    background-position: 50% 60%;
    transition: all 300ms;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .pagination__arrow:before {
    background-size: 266.6666666667px auto;
  }
}
.pagination__arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #9f9f9f;
  transform: translate(-50%, -50%);
}
.pagination__arrow.is-disabled {
  color: #9f9f9f;
  pointer-events: none;
}
.pagination__arrow.is-disabled:after {
  background-color: #9f9f9f;
}
.pagination__arrow.is-disabled .pagination__arrow-icon {
  background-color: #9f9f9f;
}
.pagination__arrow.is-disabled .pagination__arrow-icon::before {
  opacity: 0 !important;
}
.pagination__arrow-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
}
.pagination__arrow-icon {
  position: relative;
  display: block;
  width: 1.6vw;
  height: 3.4666666667vw;
  background-color: #262626;
  -webkit-mask-image: url("../img/common/btn_arrow.webp");
  mask-image: url("../img/common/btn_arrow.webp");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media (min-width: 768px) {
  .pagination__arrow-icon {
    width: 7.7px;
  }
}
@media (min-width: 1280px) {
  .pagination__arrow-icon {
    width: 11px;
  }
}
@media (min-width: 1920px) {
  .pagination__arrow-icon {
    width: 13.2px;
  }
}
@media (min-width: 768px) {
  .pagination__arrow-icon {
    height: 11.2px;
  }
}
@media (min-width: 1280px) {
  .pagination__arrow-icon {
    height: 16px;
  }
}
@media (min-width: 1920px) {
  .pagination__arrow-icon {
    height: 19.2px;
  }
}
.pagination__arrow-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/common/bg_gradient_about.webp") no-repeat 50% 50%/cover;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.pagination__arrow--prev .pagination__arrow-icon {
  margin-right: 0.2666666667vw;
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  .pagination__arrow--prev .pagination__arrow-icon {
    margin-right: 1.4px;
  }
}
@media (min-width: 1280px) {
  .pagination__arrow--prev .pagination__arrow-icon {
    margin-right: 2px;
  }
}
@media (min-width: 1920px) {
  .pagination__arrow--prev .pagination__arrow-icon {
    margin-right: 2.4px;
  }
}
.pagination__arrow--next .pagination__arrow-icon {
  margin-left: 0.2666666667vw;
}
@media (min-width: 768px) {
  .pagination__arrow--next .pagination__arrow-icon {
    margin-left: 1.4px;
  }
}
@media (min-width: 1280px) {
  .pagination__arrow--next .pagination__arrow-icon {
    margin-left: 2px;
  }
}
@media (min-width: 1920px) {
  .pagination__arrow--next .pagination__arrow-icon {
    margin-left: 2.4px;
  }
}

.main:not([data-page=top]) .header__logo {
  opacity: 1;
}
.main:not([data-page=top]) .header__nav-inner {
  opacity: 1;
}
.main:not([data-page=top]) .header__nav-circle {
  stroke-dashoffset: 0;
  animation: draw-circle-stroke 0.7s ease forwards;
}
.main:not([data-page=top]) .footer__store {
  opacity: 1;
}
.main:not([data-page=top]) .footer__store-icon {
  opacity: 1;
}
.main:not([data-page=top]) .footer__store-icon-bg {
  opacity: 1;
}
.main:not([data-page=top]) .common__bg-border {
  display: block;
}
.main:not([data-page=top]) .common__bg-border-line {
  transform: translateY(0);
}

.under__wrap {
  padding: 21.3333333333vw 0;
}
@media only screen and (min-width: 768px) {
  .under__wrap {
    padding-top: 8.6805555556vw;
    padding-bottom: 4.1666666667vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .under__wrap {
    padding-top: 166.6666666667px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .under__wrap {
    padding-bottom: 80px;
  }
}
.under__heading.common__h1 {
  margin-bottom: 14.6666666667vw;
  font-size: 5.3333333333vw;
}
@media (min-width: 768px) {
  .under__heading.common__h1 {
    font-size: 33.6px;
  }
}
@media (min-width: 1280px) {
  .under__heading.common__h1 {
    font-size: 48px;
  }
}
@media (min-width: 1920px) {
  .under__heading.common__h1 {
    font-size: 57.6px;
  }
}
@media (min-width: 768px) {
  .under__heading.common__h1 {
    margin-bottom: 56px;
  }
}
@media (min-width: 1280px) {
  .under__heading.common__h1 {
    margin-bottom: 80px;
  }
}
@media (min-width: 1920px) {
  .under__heading.common__h1 {
    margin-bottom: 96px;
  }
}
.under__inner {
  margin: 0 auto;
  padding: 0 8.6666666667vw;
  opacity: 1;
  transition: opacity 0.6s ease 0.9s;
}
@media (min-width: 768px) {
  .under__inner {
    padding: 0px 56px;
  }
}
@media (min-width: 1280px) {
  .under__inner {
    padding: 0px 80px;
  }
}
@media (min-width: 1920px) {
  .under__inner {
    padding: 0px 96px;
  }
}
@media (min-width: 768px) {
  .under__inner {
    max-width: 1008px;
  }
}
@media (min-width: 1280px) {
  .under__inner {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {
  .under__inner {
    max-width: 1728px;
  }
}
.under__deco-left, .under__deco-right {
  position: fixed;
  top: 0;
  width: 4vw;
  height: 100%;
  pointer-events: none;
}
@media (min-width: 768px) {
  .under__deco-left, .under__deco-right {
    width: 21px;
  }
}
@media (min-width: 1280px) {
  .under__deco-left, .under__deco-right {
    width: 30px;
  }
}
@media (min-width: 1920px) {
  .under__deco-left, .under__deco-right {
    width: 36px;
  }
}
.under__deco-left.js-layer, .under__deco-right.js-layer {
  z-index: 4;
}
.under__deco-left.js--no-anime .under__deco-label, .under__deco-right.js--no-anime .under__deco-label {
  transition: none;
}
.under__deco-left > span, .under__deco-right > span {
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  color: #9f9f9f;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4vw;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  white-space: nowrap;
  transform: rotate(90deg);
  transform-origin: left 50%;
}
@media (min-width: 768px) {
  .under__deco-left > span, .under__deco-right > span {
    font-size: 9.8px;
  }
}
@media (min-width: 1280px) {
  .under__deco-left > span, .under__deco-right > span {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .under__deco-left > span, .under__deco-right > span {
    font-size: 16.8px;
  }
}
.under__deco-label {
  display: block;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.under__deco-left {
  left: 1.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .under__deco-left {
    left: 1.1111111111vw;
  }
}
.under__deco-left > span {
  transform: rotate(90deg) translate(-50%, -25%);
}
.under__deco-left.js--leaving .under__deco-label {
  opacity: 0;
  transform: translateY(200%);
}
.under__deco-right {
  right: 1.0666666667vw;
}
@media only screen and (min-width: 768px) {
  .under__deco-right {
    right: 1.0416666667vw;
  }
}
.under__deco-right > span {
  transform: rotate(90deg) translate(-50%, 25%);
}
.under__deco-right.js--leaving .under__deco-label {
  opacity: 0;
  transform: translateY(-200%);
}
.under__share {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14.6666666667vw;
}
@media only screen and (max-width: 767px) {
  .under__share {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .under__share {
    margin-top: 63px;
  }
}
@media (min-width: 1280px) {
  .under__share {
    margin-top: 90px;
  }
}
@media (min-width: 1920px) {
  .under__share {
    margin-top: 108px;
  }
}
.under__share-title {
  color: #262626;
  font-family: "Zen Old Mincho", serif;
  font-size: 5.3333333333vw;
  font-weight: 900;
  letter-spacing: -0.2em;
  text-indent: -0.2em;
}
@media (min-width: 768px) {
  .under__share-title {
    font-size: 18.2px;
  }
}
@media (min-width: 1280px) {
  .under__share-title {
    font-size: 26px;
  }
}
@media (min-width: 1920px) {
  .under__share-title {
    font-size: 31.2px;
  }
}
.under__share-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4vw;
}
@media only screen and (max-width: 767px) {
  .under__share-list {
    margin-top: 3.3333333333vw;
  }
}
@media (min-width: 768px) {
  .under__share-list {
    gap: 14px;
  }
}
@media (min-width: 1280px) {
  .under__share-list {
    gap: 20px;
  }
}
@media (min-width: 1920px) {
  .under__share-list {
    gap: 24px;
  }
}
@media (min-width: 768px) {
  .under__share-list {
    margin-left: 10.5px;
  }
}
@media (min-width: 1280px) {
  .under__share-list {
    margin-left: 15px;
  }
}
@media (min-width: 1920px) {
  .under__share-list {
    margin-left: 18px;
  }
}
.under__share-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.2vw;
  height: 11.2vw;
}
@media (min-width: 768px) {
  .under__share-link {
    width: 24.5px;
  }
}
@media (min-width: 1280px) {
  .under__share-link {
    width: 35px;
  }
}
@media (min-width: 1920px) {
  .under__share-link {
    width: 42px;
  }
}
@media (min-width: 768px) {
  .under__share-link {
    height: 24.5px;
  }
}
@media (min-width: 1280px) {
  .under__share-link {
    height: 35px;
  }
}
@media (min-width: 1920px) {
  .under__share-link {
    height: 42px;
  }
}
@media only screen and (min-width: 768px) {
  .under__share-link {
    transition: transform 0.2s ease-in-out;
  }
  .under__share-link:hover {
    transform: scale(0.95);
  }
}
.under__share-link:last-of-type {
  width: 9.3333333333vw;
  height: 9.3333333333vw;
}
@media (min-width: 768px) {
  .under__share-link:last-of-type {
    width: 23.1px;
  }
}
@media (min-width: 1280px) {
  .under__share-link:last-of-type {
    width: 33px;
  }
}
@media (min-width: 1920px) {
  .under__share-link:last-of-type {
    width: 39.6px;
  }
}
@media (min-width: 768px) {
  .under__share-link:last-of-type {
    height: 23.1px;
  }
}
@media (min-width: 1280px) {
  .under__share-link:last-of-type {
    height: 33px;
  }
}
@media (min-width: 1920px) {
  .under__share-link:last-of-type {
    height: 39.6px;
  }
}
.under__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4vw;
  margin: 22vw auto 0;
}
@media only screen and (max-width: 767px) {
  .under__nav {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .under__nav {
    margin-top: 56px;
  }
}
@media (min-width: 1280px) {
  .under__nav {
    margin-top: 80px;
  }
}
@media (min-width: 1920px) {
  .under__nav {
    margin-top: 96px;
  }
}
@media only screen and (min-width: 768px) {
  .under__nav {
    max-width: 55.5555555556vw;
    gap: 2.7777777778vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .under__nav {
    max-width: 1066.6666666667px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .under__nav {
    gap: 53.3333333333px;
  }
}
.under__nav-arrow {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 8vw;
  height: 8vw;
  padding: 0.2666666667vw;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .under__nav-arrow {
    width: 28px;
  }
}
@media (min-width: 1280px) {
  .under__nav-arrow {
    width: 40px;
  }
}
@media (min-width: 1920px) {
  .under__nav-arrow {
    width: 48px;
  }
}
@media (min-width: 768px) {
  .under__nav-arrow {
    height: 28px;
  }
}
@media (min-width: 1280px) {
  .under__nav-arrow {
    height: 40px;
  }
}
@media (min-width: 1920px) {
  .under__nav-arrow {
    height: 48px;
  }
}
@media (min-width: 768px) {
  .under__nav-arrow {
    padding: 1.4px;
  }
}
@media (min-width: 1280px) {
  .under__nav-arrow {
    padding: 2px;
  }
}
@media (min-width: 1920px) {
  .under__nav-arrow {
    padding: 2.4px;
  }
}
@media only screen and (min-width: 768px) {
  .under__nav-arrow {
    transition: all 300ms;
  }
  .under__nav-arrow:hover::before {
    opacity: 1;
  }
  .under__nav-arrow:hover .under__nav-icon::before {
    opacity: 1;
  }
}
.under__nav-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent url("../img/common/bg_gradient_about.webp") no-repeat;
  background-position: 17% 25%;
  background-size: 120vw auto;
  opacity: 0;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .under__nav-arrow:before {
    background-size: 13.8888888889vw auto;
    background-position: 50% 60%;
    transition: all 300ms;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .under__nav-arrow:before {
    background-size: 266.6666666667px auto;
  }
}
.under__nav-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #9f9f9f;
  transform: translate(-50%, -50%);
}
.under__nav-arrow.is-disabled {
  pointer-events: none;
}
.under__nav-arrow.is-disabled .under__nav-icon {
  background-color: #9f9f9f;
}
.under__nav-arrow-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
}
.under__nav-icon {
  position: relative;
  display: block;
  width: 1.6vw;
  height: 2.9333333333vw;
  background-color: #262626;
  -webkit-mask-image: url("../img/common/icon_pager.webp");
  mask-image: url("../img/common/icon_pager.webp");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media (min-width: 768px) {
  .under__nav-icon {
    width: 6.3px;
  }
}
@media (min-width: 1280px) {
  .under__nav-icon {
    width: 9px;
  }
}
@media (min-width: 1920px) {
  .under__nav-icon {
    width: 10.8px;
  }
}
@media (min-width: 768px) {
  .under__nav-icon {
    height: 11.9px;
  }
}
@media (min-width: 1280px) {
  .under__nav-icon {
    height: 17px;
  }
}
@media (min-width: 1920px) {
  .under__nav-icon {
    height: 20.4px;
  }
}
@media only screen and (min-width: 768px) {
  .under__nav-icon {
    -webkit-mask-image: url("../img/common/icon_pager_pc.webp");
    mask-image: url("../img/common/icon_pager_pc.webp");
  }
}
.under__nav-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/common/bg_gradient_about.webp") no-repeat 50% 50%/cover;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.under__nav-arrow--next .under__nav-icon {
  margin-left: 0.2666666667vw;
}
@media (min-width: 768px) {
  .under__nav-arrow--next .under__nav-icon {
    margin-left: 1.4px;
  }
}
@media (min-width: 1280px) {
  .under__nav-arrow--next .under__nav-icon {
    margin-left: 2px;
  }
}
@media (min-width: 1920px) {
  .under__nav-arrow--next .under__nav-icon {
    margin-left: 2.4px;
  }
}
.under__nav-arrow--prev .under__nav-icon {
  margin-right: 0.2666666667vw;
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  .under__nav-arrow--prev .under__nav-icon {
    margin-right: 1.4px;
  }
}
@media (min-width: 1280px) {
  .under__nav-arrow--prev .under__nav-icon {
    margin-right: 2px;
  }
}
@media (min-width: 1920px) {
  .under__nav-arrow--prev .under__nav-icon {
    margin-right: 2.4px;
  }
}
.under__nav-back {
  position: relative;
  z-index: 1;
  width: 54vw;
  height: 8vw;
  border: 0.2666666667vw solid #9f9f9f;
  border-radius: 4vw;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .under__nav-back {
    width: 189px;
  }
}
@media (min-width: 1280px) {
  .under__nav-back {
    width: 270px;
  }
}
@media (min-width: 1920px) {
  .under__nav-back {
    width: 324px;
  }
}
@media (min-width: 768px) {
  .under__nav-back {
    height: 28px;
  }
}
@media (min-width: 1280px) {
  .under__nav-back {
    height: 40px;
  }
}
@media (min-width: 1920px) {
  .under__nav-back {
    height: 48px;
  }
}
@media (min-width: 768px) {
  .under__nav-back {
    border-width: 1.4px;
  }
}
@media (min-width: 1280px) {
  .under__nav-back {
    border-width: 2px;
  }
}
@media (min-width: 1920px) {
  .under__nav-back {
    border-width: 2.4px;
  }
}
@media (min-width: 768px) {
  .under__nav-back {
    border-radius: 17.5px;
  }
}
@media (min-width: 1280px) {
  .under__nav-back {
    border-radius: 25px;
  }
}
@media (min-width: 1920px) {
  .under__nav-back {
    border-radius: 30px;
  }
}
.under__nav-back span {
  color: #262626;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2vw;
  font-weight: 400;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) {
  .under__nav-back span {
    font-size: 12.6px;
  }
}
@media (min-width: 1280px) {
  .under__nav-back span {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .under__nav-back span {
    font-size: 21.6px;
  }
}
.under__nav-back::before {
  content: "";
  position: absolute;
  padding: 0.2666666667vw;
  border-radius: inherit;
  background: url("../img/common/bg_gradient_about.webp") no-repeat 50% 50%/cover;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  inset: -0.2666666667vw;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media (min-width: 768px) {
  .under__nav-back::before {
    padding: 1.4px;
  }
}
@media (min-width: 1280px) {
  .under__nav-back::before {
    padding: 2px;
  }
}
@media (min-width: 1920px) {
  .under__nav-back::before {
    padding: 2.4px;
  }
}
@media (min-width: 768px) {
  .under__nav-back::before {
    inset: -1.4px;
  }
}
@media (min-width: 1280px) {
  .under__nav-back::before {
    inset: -2px;
  }
}
@media (min-width: 1920px) {
  .under__nav-back::before {
    inset: -2.4px;
  }
}
@media only screen and (min-width: 768px) {
  .under__nav-back {
    transition: all 300ms;
  }
  .under__nav-back:hover::before {
    opacity: 1;
  }
}
.under__article {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .under__article {
    max-width: 560px;
  }
}
@media (min-width: 1280px) {
  .under__article {
    max-width: 800px;
  }
}
@media (min-width: 1920px) {
  .under__article {
    max-width: 960px;
  }
}
.under__article-head {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .under__article-head {
    margin-bottom: 28px;
  }
}
@media (min-width: 1280px) {
  .under__article-head {
    margin-bottom: 40px;
  }
}
@media (min-width: 1920px) {
  .under__article-head {
    margin-bottom: 48px;
  }
}
.under__article-head h2 {
  padding: 2vw 2.6666666667vw 2vw 4vw;
  color: #ffffff;
  font-family: "BIZ UDPGothic", serif;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  background: #8e7b7c;
}
@media (min-width: 768px) {
  .under__article-head h2 {
    font-size: 22.4px;
  }
}
@media (min-width: 1280px) {
  .under__article-head h2 {
    font-size: 32px;
  }
}
@media (min-width: 1920px) {
  .under__article-head h2 {
    font-size: 38.4px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-head h2 {
    line-height: 1.5;
  }
}
.under__article-title {
  padding: 2vw 2.6666666667vw 2vw 4vw;
  color: #ffffff;
  font-family: "BIZ UDPGothic", serif;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  background: #8e7b7c;
}
@media (min-width: 768px) {
  .under__article-title {
    font-size: 22.4px;
  }
}
@media (min-width: 1280px) {
  .under__article-title {
    font-size: 32px;
  }
}
@media (min-width: 1920px) {
  .under__article-title {
    font-size: 38.4px;
  }
}
@media (min-width: 768px) {
  .under__article-title {
    padding: 14px 14px 14px 21px;
  }
}
@media (min-width: 1280px) {
  .under__article-title {
    padding: 20px 20px 20px 30px;
  }
}
@media (min-width: 1920px) {
  .under__article-title {
    padding: 24px 24px 24px 36px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-title {
    line-height: 1.5;
  }
}
.under__article__meta {
  display: flex;
  align-items: center;
  gap: 2.6666666667vw;
}
.under__article-meta {
  display: flex;
  align-items: center;
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .under__article-meta {
    margin-top: 14px;
  }
}
@media (min-width: 1280px) {
  .under__article-meta {
    margin-top: 20px;
  }
}
@media (min-width: 1920px) {
  .under__article-meta {
    margin-top: 24px;
  }
}
.under__article-tags {
  display: flex;
  align-items: center;
  gap: 1.3333333333vw;
  margin-left: 3.3333333333vw;
}
@media (min-width: 768px) {
  .under__article-tags {
    gap: 7px;
  }
}
@media (min-width: 1280px) {
  .under__article-tags {
    gap: 10px;
  }
}
@media (min-width: 1920px) {
  .under__article-tags {
    gap: 12px;
  }
}
@media (min-width: 768px) {
  .under__article-tags {
    margin-left: 14px;
  }
}
@media (min-width: 1280px) {
  .under__article-tags {
    margin-left: 20px;
  }
}
@media (min-width: 1920px) {
  .under__article-tags {
    margin-left: 24px;
  }
}
.under__article-tag {
  min-width: 11.4666666667vw;
  padding: 1.3333333333vw 2.4vw;
  border-radius: 2.6666666667vw;
  color: #262626;
  font-family: "BIZ UDPGothic", serif;
  font-size: 2.4vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  background: #d6e29e;
}
@media (min-width: 768px) {
  .under__article-tag {
    padding: 2.8px 10.5px;
  }
}
@media (min-width: 1280px) {
  .under__article-tag {
    padding: 4px 15px;
  }
}
@media (min-width: 1920px) {
  .under__article-tag {
    padding: 4.8px 18px;
  }
}
@media (min-width: 768px) {
  .under__article-tag {
    font-size: 9.8px;
  }
}
@media (min-width: 1280px) {
  .under__article-tag {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .under__article-tag {
    font-size: 16.8px;
  }
}
@media (min-width: 768px) {
  .under__article-tag {
    min-width: 38.5px;
  }
}
@media (min-width: 1280px) {
  .under__article-tag {
    min-width: 55px;
  }
}
@media (min-width: 1920px) {
  .under__article-tag {
    min-width: 66px;
  }
}
@media (min-width: 768px) {
  .under__article-tag {
    border-radius: 8.4px;
  }
}
@media (min-width: 1280px) {
  .under__article-tag {
    border-radius: 12px;
  }
}
@media (min-width: 1920px) {
  .under__article-tag {
    border-radius: 14.4px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-tag {
    letter-spacing: 0.06em;
  }
}
.under__article-tag--important {
  color: #f5f5f5;
  background: #ee4065;
}
@media only screen and (min-width: 768px) {
  .under__article-tag--important {
    font-weight: 300;
  }
}
.under__article-tag.is-news {
  background: #ffe4d1;
}
.under__article-tag.is-tips {
  background: #fffbdd;
}
.under__article-tag.is-manga {
  background: #eacaf3;
}
.under__article-tag.is-fankit {
  background: #ccd4f2;
}
.under__article-date {
  color: #262626;
  font-family: "BIZ UDPGothic", serif;
  font-size: 4.2666666667vw;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
}
@media (min-width: 768px) {
  .under__article-date {
    font-size: 12.6px;
  }
}
@media (min-width: 1280px) {
  .under__article-date {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .under__article-date {
    font-size: 21.6px;
  }
}
.under {
  /* stylelint-disable selector-class-pattern */
}
.under__article-body h2 {
  margin-top: 16vw;
  padding: 2vw 4vw;
  color: #ffffff;
  font-family: "BIZ UDPGothic", serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  background: #8e7b7c;
}
@media (min-width: 768px) {
  .under__article-body h2 {
    font-size: 16.8px;
  }
}
@media (min-width: 1280px) {
  .under__article-body h2 {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .under__article-body h2 {
    font-size: 28.8px;
  }
}
@media (min-width: 768px) {
  .under__article-body h2 {
    margin-top: 49px;
  }
}
@media (min-width: 1280px) {
  .under__article-body h2 {
    margin-top: 70px;
  }
}
@media (min-width: 1920px) {
  .under__article-body h2 {
    margin-top: 84px;
  }
}
@media (min-width: 768px) {
  .under__article-body h2 {
    padding: 10.5px 14px;
  }
}
@media (min-width: 1280px) {
  .under__article-body h2 {
    padding: 15px 20px;
  }
}
@media (min-width: 1920px) {
  .under__article-body h2 {
    padding: 18px 24px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body h2 {
    line-height: 1.4166666667;
  }
}
.under__article-body h3 {
  position: relative;
  z-index: 1;
  margin-top: 9.3333333333vw;
  margin-bottom: 5.3333333333vw;
  margin-left: 2.6666666667vw;
  padding-bottom: 0.6666666667vw;
  border-bottom: 0.2666666667vw solid #8e7b7c;
  color: #8e7b7c;
  font-family: "BIZ UDPGothic", serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}
@media (min-width: 768px) {
  .under__article-body h3 {
    font-size: 16.8px;
  }
}
@media (min-width: 1280px) {
  .under__article-body h3 {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .under__article-body h3 {
    font-size: 28.8px;
  }
}
@media (min-width: 768px) {
  .under__article-body h3 {
    margin-top: 28px;
  }
}
@media (min-width: 1280px) {
  .under__article-body h3 {
    margin-top: 40px;
  }
}
@media (min-width: 1920px) {
  .under__article-body h3 {
    margin-top: 48px;
  }
}
@media (min-width: 768px) {
  .under__article-body h3 {
    margin-bottom: 21px;
  }
}
@media (min-width: 1280px) {
  .under__article-body h3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1920px) {
  .under__article-body h3 {
    margin-bottom: 36px;
  }
}
@media (min-width: 768px) {
  .under__article-body h3 {
    margin-left: 10.5px;
  }
}
@media (min-width: 1280px) {
  .under__article-body h3 {
    margin-left: 15px;
  }
}
@media (min-width: 1920px) {
  .under__article-body h3 {
    margin-left: 18px;
  }
}
@media (min-width: 768px) {
  .under__article-body h3 {
    padding-bottom: 2.1px;
  }
}
@media (min-width: 1280px) {
  .under__article-body h3 {
    padding-bottom: 3px;
  }
}
@media (min-width: 1920px) {
  .under__article-body h3 {
    padding-bottom: 3.6px;
  }
}
@media (min-width: 768px) {
  .under__article-body h3 {
    border-bottom-width: 1.4px;
  }
}
@media (min-width: 1280px) {
  .under__article-body h3 {
    border-bottom-width: 2px;
  }
}
@media (min-width: 1920px) {
  .under__article-body h3 {
    border-bottom-width: 2.4px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body h3 {
    line-height: 1.4166666667;
  }
}
.under__article-body h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.6vw;
  left: -2.6666666667vw;
  width: 3.0666666667vw;
  height: 3.0666666667vw;
  background: transparent url("../img/common/line_deco.webp") no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media (min-width: 768px) {
  .under__article-body h3:after {
    width: 12.6px;
  }
}
@media (min-width: 1280px) {
  .under__article-body h3:after {
    width: 18px;
  }
}
@media (min-width: 1920px) {
  .under__article-body h3:after {
    width: 21.6px;
  }
}
@media (min-width: 768px) {
  .under__article-body h3:after {
    height: 12.6px;
  }
}
@media (min-width: 1280px) {
  .under__article-body h3:after {
    height: 18px;
  }
}
@media (min-width: 1920px) {
  .under__article-body h3:after {
    height: 21.6px;
  }
}
@media (min-width: 768px) {
  .under__article-body h3:after {
    bottom: -7px;
  }
}
@media (min-width: 1280px) {
  .under__article-body h3:after {
    bottom: -10px;
  }
}
@media (min-width: 1920px) {
  .under__article-body h3:after {
    bottom: -12px;
  }
}
@media (min-width: 768px) {
  .under__article-body h3:after {
    left: -10.5px;
  }
}
@media (min-width: 1280px) {
  .under__article-body h3:after {
    left: -15px;
  }
}
@media (min-width: 1920px) {
  .under__article-body h3:after {
    left: -18px;
  }
}
.under__article-body p {
  margin: 6.6666666667vw 0 9.3333333333vw;
  font-family: "BIZ UDPGothic", serif;
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
}
@media (min-width: 768px) {
  .under__article-body p {
    font-size: 12.6px;
  }
}
@media (min-width: 1280px) {
  .under__article-body p {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .under__article-body p {
    font-size: 21.6px;
  }
}
@media (min-width: 768px) {
  .under__article-body p {
    margin: 24.5px 0px;
  }
}
@media (min-width: 1280px) {
  .under__article-body p {
    margin: 35px 0px;
  }
}
@media (min-width: 1920px) {
  .under__article-body p {
    margin: 42px 0px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body p {
    line-height: 1.5;
  }
}
.under__article-body p:last-child {
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .under__article-body p:last-child {
    margin-bottom: 7px;
  }
}
@media (min-width: 1280px) {
  .under__article-body p:last-child {
    margin-bottom: 10px;
  }
}
@media (min-width: 1920px) {
  .under__article-body p:last-child {
    margin-bottom: 12px;
  }
}
.under__article-body p:has(img) {
  flex-wrap: nowrap;
  margin: 1.3333333333vw 0;
}
@media (min-width: 768px) {
  .under__article-body p:has(img) {
    margin: 14px 0px;
  }
}
@media (min-width: 1280px) {
  .under__article-body p:has(img) {
    margin: 20px 0px;
  }
}
@media (min-width: 1920px) {
  .under__article-body p:has(img) {
    margin: 24px 0px;
  }
}
.under__article-body p:has(img:nth-of-type(2)) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6vw;
  margin-top: 6vw;
}
@media (min-width: 768px) {
  .under__article-body p:has(img:nth-of-type(2)) {
    gap: 14px;
  }
}
@media (min-width: 1280px) {
  .under__article-body p:has(img:nth-of-type(2)) {
    gap: 20px;
  }
}
@media (min-width: 1920px) {
  .under__article-body p:has(img:nth-of-type(2)) {
    gap: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body p:has(img:nth-of-type(2)) {
    flex-direction: row;
  }
}
.under__article-body p:has(img:nth-of-type(2)) img {
  margin: 0 !important;
}
@media only screen and (min-width: 768px) {
  .under__article-body p:has(img:nth-of-type(2)) img {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body p:has(img:nth-of-type(3)) {
    flex-wrap: wrap;
  }
  .under__article-body p:has(img:nth-of-type(3)) img {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    margin: 0;
  }
  .under__article-body p:has(img:nth-of-type(3)) img:first-of-type {
    flex: 0 0 100%;
    width: 100%;
  }
}
.under__article-body ol,
.under__article-body ul,
.under__article-body li {
  font-family: "BIZ UDPGothic", serif;
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1.9285714286;
}
@media (min-width: 768px) {
  .under__article-body ol,
  .under__article-body ul,
  .under__article-body li {
    font-size: 12.6px;
  }
}
@media (min-width: 1280px) {
  .under__article-body ol,
  .under__article-body ul,
  .under__article-body li {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .under__article-body ol,
  .under__article-body ul,
  .under__article-body li {
    font-size: 21.6px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body ol,
  .under__article-body ul,
  .under__article-body li {
    line-height: 1.7777777778;
  }
}
.under__article-body ol {
  margin-top: 5.3333333333vw;
  padding-left: 0;
  counter-reset: article-ol;
  list-style: none;
}
@media (min-width: 768px) {
  .under__article-body ol {
    margin-top: 14px;
  }
}
@media (min-width: 1280px) {
  .under__article-body ol {
    margin-top: 20px;
  }
}
@media (min-width: 1920px) {
  .under__article-body ol {
    margin-top: 24px;
  }
}
.under__article-body ol li {
  position: relative;
  z-index: 1;
  padding-left: 6vw;
  counter-increment: article-ol;
}
@media (min-width: 768px) {
  .under__article-body ol li {
    padding-left: 19.6px;
  }
}
@media (min-width: 1280px) {
  .under__article-body ol li {
    padding-left: 28px;
  }
}
@media (min-width: 1920px) {
  .under__article-body ol li {
    padding-left: 33.6px;
  }
}
.under__article-body ol li::before {
  content: counter(article-ol);
  position: absolute;
  top: 0;
  left: 0;
  color: #8e7b7c;
}
.under__article-body ul {
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .under__article-body ul {
    margin-top: 14px;
  }
}
@media (min-width: 1280px) {
  .under__article-body ul {
    margin-top: 20px;
  }
}
@media (min-width: 1920px) {
  .under__article-body ul {
    margin-top: 24px;
  }
}
.under__article-body ul li {
  position: relative;
  z-index: 1;
  padding-left: 4vw;
}
@media (min-width: 768px) {
  .under__article-body ul li {
    padding-left: 14px;
  }
}
@media (min-width: 1280px) {
  .under__article-body ul li {
    padding-left: 20px;
  }
}
@media (min-width: 1920px) {
  .under__article-body ul li {
    padding-left: 24px;
  }
}
.under__article-body ul li::before {
  content: "";
  position: absolute;
  top: 2.6666666667vw;
  left: 0;
  width: 2.4vw;
  height: 2.4vw;
  border-radius: 0.4vw;
  background-color: #8e7b7c;
}
@media (min-width: 768px) {
  .under__article-body ul li::before {
    width: 7.7px;
  }
}
@media (min-width: 1280px) {
  .under__article-body ul li::before {
    width: 11px;
  }
}
@media (min-width: 1920px) {
  .under__article-body ul li::before {
    width: 13.2px;
  }
}
@media (min-width: 768px) {
  .under__article-body ul li::before {
    height: 7.7px;
  }
}
@media (min-width: 1280px) {
  .under__article-body ul li::before {
    height: 11px;
  }
}
@media (min-width: 1920px) {
  .under__article-body ul li::before {
    height: 13.2px;
  }
}
@media (min-width: 768px) {
  .under__article-body ul li::before {
    border-radius: 2.1px;
  }
}
@media (min-width: 1280px) {
  .under__article-body ul li::before {
    border-radius: 3px;
  }
}
@media (min-width: 1920px) {
  .under__article-body ul li::before {
    border-radius: 3.6px;
  }
}
@media (min-width: 768px) {
  .under__article-body ul li::before {
    top: 8.4px;
  }
}
@media (min-width: 1280px) {
  .under__article-body ul li::before {
    top: 12px;
  }
}
@media (min-width: 1920px) {
  .under__article-body ul li::before {
    top: 14.4px;
  }
}
.under__article-body ul.listDeco li:before {
  content: "";
  display: block;
  position: absolute;
  top: 2vw;
  left: 0;
  width: 3.0666666667vw;
  height: 3.0666666667vw;
  background: transparent url("../img/common/line_deco.webp") no-repeat center center/contain;
  pointer-events: none;
}
@media (min-width: 768px) {
  .under__article-body ul.listDeco li:before {
    width: 9.8px;
  }
}
@media (min-width: 1280px) {
  .under__article-body ul.listDeco li:before {
    width: 14px;
  }
}
@media (min-width: 1920px) {
  .under__article-body ul.listDeco li:before {
    width: 16.8px;
  }
}
@media (min-width: 768px) {
  .under__article-body ul.listDeco li:before {
    height: 9.8px;
  }
}
@media (min-width: 1280px) {
  .under__article-body ul.listDeco li:before {
    height: 14px;
  }
}
@media (min-width: 1920px) {
  .under__article-body ul.listDeco li:before {
    height: 16.8px;
  }
}
@media (min-width: 768px) {
  .under__article-body ul.listDeco li:before {
    top: 6.3px;
  }
}
@media (min-width: 1280px) {
  .under__article-body ul.listDeco li:before {
    top: 9px;
  }
}
@media (min-width: 1920px) {
  .under__article-body ul.listDeco li:before {
    top: 10.8px;
  }
}
.under__article-body h3 + p {
  margin-top: 4vw;
}
@media (min-width: 768px) {
  .under__article-body h3 + p {
    margin-top: 21px;
  }
}
@media (min-width: 1280px) {
  .under__article-body h3 + p {
    margin-top: 30px;
  }
}
@media (min-width: 1920px) {
  .under__article-body h3 + p {
    margin-top: 36px;
  }
}
.under__article-body h3 + table,
.under__article-body h3 + .btn,
.under__article-body h3 + .flex-row {
  margin-top: 0;
}
.under__article-body strong + p {
  margin-top: 1.3333333333vw;
}
@media (min-width: 768px) {
  .under__article-body strong + p {
    margin-top: 7px;
  }
}
@media (min-width: 1280px) {
  .under__article-body strong + p {
    margin-top: 10px;
  }
}
@media (min-width: 1920px) {
  .under__article-body strong + p {
    margin-top: 12px;
  }
}
.under__article-body p:has(+ p) {
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .under__article-body p:has(+ p) {
    margin-bottom: 7px;
  }
}
@media (min-width: 1280px) {
  .under__article-body p:has(+ p) {
    margin-bottom: 10px;
  }
}
@media (min-width: 1920px) {
  .under__article-body p:has(+ p) {
    margin-bottom: 12px;
  }
}
.under__article-body p + p {
  margin-top: 1.3333333333vw;
}
@media (min-width: 768px) {
  .under__article-body p + p {
    margin-top: 7px;
  }
}
@media (min-width: 1280px) {
  .under__article-body p + p {
    margin-top: 10px;
  }
}
@media (min-width: 1920px) {
  .under__article-body p + p {
    margin-top: 12px;
  }
}
.under__article-body strong {
  color: #2b2022;
  font-family: "BIZ UDPGothic", serif;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
}
@media (min-width: 768px) {
  .under__article-body strong {
    font-size: 12.6px;
  }
}
@media (min-width: 1280px) {
  .under__article-body strong {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .under__article-body strong {
    font-size: 21.6px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body strong {
    line-height: 1.7777777778;
  }
}
.under__article-body a {
  color: #e27a00;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
@media only screen and (min-width: 768px) {
  .under__article-body a {
    text-underline-offset: 0.3em;
    text-decoration-color: #e27a00;
    transition: all 200ms;
  }
  .under__article-body a:hover {
    text-decoration-color: transparent;
  }
}
.under__article-body img {
  display: block;
  width: 100%;
  height: auto;
  margin: 5.3333333333vw 0;
  border-radius: 0.8vw;
}
@media (min-width: 768px) {
  .under__article-body img {
    border-radius: 3.5px;
  }
}
@media (min-width: 1280px) {
  .under__article-body img {
    border-radius: 5px;
  }
}
@media (min-width: 1920px) {
  .under__article-body img {
    border-radius: 6px;
  }
}
@media (min-width: 768px) {
  .under__article-body img {
    margin: 14px 0px;
  }
}
@media (min-width: 1280px) {
  .under__article-body img {
    margin: 20px 0px;
  }
}
@media (min-width: 1920px) {
  .under__article-body img {
    margin: 24px 0px;
  }
}
.under__article-body img + p {
  margin-top: 0;
}
@media (min-width: 768px) {
  .under__article-body img + p {
    margin-top: 3.5px;
  }
}
@media (min-width: 1280px) {
  .under__article-body img + p {
    margin-top: 5px;
  }
}
@media (min-width: 1920px) {
  .under__article-body img + p {
    margin-top: 6px;
  }
}
.under__article-body iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin: 5.3333333333vw 0;
}
@media (min-width: 768px) {
  .under__article-body iframe {
    margin: 21px 0px;
  }
}
@media (min-width: 1280px) {
  .under__article-body iframe {
    margin: 30px 0px;
  }
}
@media (min-width: 1920px) {
  .under__article-body iframe {
    margin: 36px 0px;
  }
}
.under__article-body table {
  margin-top: 6.6666666667vw;
  font-family: "BIZ UDPGothic", serif;
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1.7142857143;
}
@media (min-width: 768px) {
  .under__article-body table {
    font-size: 11.2px;
  }
}
@media (min-width: 1280px) {
  .under__article-body table {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .under__article-body table {
    font-size: 19.2px;
  }
}
@media (min-width: 768px) {
  .under__article-body table {
    margin-top: 28px;
  }
}
@media (min-width: 1280px) {
  .under__article-body table {
    margin-top: 40px;
  }
}
@media (min-width: 1920px) {
  .under__article-body table {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body table {
    line-height: 1.75;
  }
}
.under__article-body table tr {
  text-align: center;
  background-color: #eae8e5;
}
.under__article-body table tr:first-child {
  font-weight: 700 !important;
}
.under__article-body table tr:nth-child(even) {
  background-color: #f5f5f5;
}
.under__article-body table tr th,
.under__article-body table tr td {
  padding: 2vw 2.6666666667vw;
  border: solid 0.2666666667vw #786a6b;
}
@media (min-width: 768px) {
  .under__article-body table tr th,
  .under__article-body table tr td {
    border-width: 1.4px;
  }
}
@media (min-width: 1280px) {
  .under__article-body table tr th,
  .under__article-body table tr td {
    border-width: 2px;
  }
}
@media (min-width: 1920px) {
  .under__article-body table tr th,
  .under__article-body table tr td {
    border-width: 2.4px;
  }
}
@media (min-width: 768px) {
  .under__article-body table tr th,
  .under__article-body table tr td {
    padding: 9.1px 14px;
  }
}
@media (min-width: 1280px) {
  .under__article-body table tr th,
  .under__article-body table tr td {
    padding: 13px 20px;
  }
}
@media (min-width: 1920px) {
  .under__article-body table tr th,
  .under__article-body table tr td {
    padding: 15.6px 24px;
  }
}
.under__article-body table tr th {
  color: #ffffff;
  background-color: #8e7b7c;
}
.under__article-body table tr td {
  color: #2b2022;
  text-align: left;
}
.under__article-body .tableScroll {
  overflow: auto hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}
@media only screen and (min-width: 768px) {
  .under__article-body .tableScroll.is-grabbable {
    cursor: grab;
  }
  .under__article-body .tableScroll.is-grabbing {
    cursor: grabbing;
    user-select: none;
  }
  .under__article-body .tableScroll.is-grabbing * {
    cursor: grabbing !important;
  }
}
.under__article-body .tableScroll table {
  width: max-content;
  min-width: 100%;
}
.under__article-body .tableScroll tr {
  background-color: #eae8e5;
}
.under__article-body .tableScroll th {
  white-space: nowrap;
}
.under__article-body .colorRed {
  color: #ee4065;
}
.under__article-body .colorOrange {
  color: #fec333;
}
.under__article-body .colorBlue {
  color: #40b3ee;
}
.under__article-body .frame1 {
  position: relative;
  z-index: 1;
  margin: 5.3333333333vw 0;
  padding: 1.0666666667vw 0;
  border-radius: 0.6666666667vw;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .under__article-body .frame1 {
    margin: 14px 0px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .frame1 {
    margin: 20px 0px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .frame1 {
    margin: 24px 0px;
  }
}
@media (min-width: 768px) {
  .under__article-body .frame1 {
    padding: 2.8px 0px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .frame1 {
    padding: 4px 0px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .frame1 {
    padding: 4.8px 0px;
  }
}
@media (min-width: 768px) {
  .under__article-body .frame1 {
    border-radius: 3.5px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .frame1 {
    border-radius: 5px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .frame1 {
    border-radius: 6px;
  }
}
.under__article-body .frame1:before, .under__article-body .frame1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.0666666667vw;
  border-radius: 0.5333333333vw;
  background-color: #eae3e5;
}
@media (min-width: 768px) {
  .under__article-body .frame1:before, .under__article-body .frame1:after {
    height: 2.8px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .frame1:before, .under__article-body .frame1:after {
    height: 4px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .frame1:before, .under__article-body .frame1:after {
    height: 4.8px;
  }
}
@media (min-width: 768px) {
  .under__article-body .frame1:before, .under__article-body .frame1:after {
    border-radius: 1.4px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .frame1:before, .under__article-body .frame1:after {
    border-radius: 2px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .frame1:before, .under__article-body .frame1:after {
    border-radius: 2.4px;
  }
}
.under__article-body .frame1:before {
  top: 0;
}
.under__article-body .frame1:after {
  bottom: 0;
}
.under__article-body .frame1 p {
  margin: 0;
  padding: 2vw 4vw;
}
@media (min-width: 768px) {
  .under__article-body .frame1 p {
    padding: 10.5px 14px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .frame1 p {
    padding: 15px 20px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .frame1 p {
    padding: 18px 24px;
  }
}
.under__article-body .frame2 {
  position: relative;
  z-index: 1;
  margin: 5.3333333333vw 0;
  border: solid 0.4vw #d1d2d2;
  border-radius: 0.6666666667vw;
  background-color: #e4e1dd;
}
@media (min-width: 768px) {
  .under__article-body .frame2 {
    margin: 14px 0px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .frame2 {
    margin: 20px 0px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .frame2 {
    margin: 24px 0px;
  }
}
@media (min-width: 768px) {
  .under__article-body .frame2 {
    border-radius: 3.5px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .frame2 {
    border-radius: 5px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .frame2 {
    border-radius: 6px;
  }
}
@media (min-width: 768px) {
  .under__article-body .frame2 {
    border-width: 2.1px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .frame2 {
    border-width: 3px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .frame2 {
    border-width: 3.6px;
  }
}
.under__article-body .frame2 p {
  margin: 0;
  padding: 2vw 4vw;
  letter-spacing: 0;
  text-indent: 0;
}
@media (min-width: 768px) {
  .under__article-body .frame2 p {
    padding: 10.5px 14px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .frame2 p {
    padding: 15px 20px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .frame2 p {
    padding: 18px 24px;
  }
}
.under__article-body p + .frame2,
.under__article-body p + .frame1 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .under__article-body p + .frame2,
  .under__article-body p + .frame1 {
    margin-top: 3.5px;
  }
}
@media (min-width: 1280px) {
  .under__article-body p + .frame2,
  .under__article-body p + .frame1 {
    margin-top: 5px;
  }
}
@media (min-width: 1920px) {
  .under__article-body p + .frame2,
  .under__article-body p + .frame1 {
    margin-top: 6px;
  }
}
.under__article-body .chat-row {
  display: flex;
  align-items: center;
  gap: 5.3333333333vw;
  margin: 5.3333333333vw 0;
}
@media (min-width: 768px) {
  .under__article-body .chat-row {
    margin: 14px 0px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .chat-row {
    margin: 20px 0px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .chat-row {
    margin: 24px 0px;
  }
}
@media (min-width: 768px) {
  .under__article-body .chat-row {
    gap: 21px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .chat-row {
    gap: 30px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .chat-row {
    gap: 36px;
  }
}
.under__article-body .chat-row p {
  margin: 0;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}
@media (min-width: 768px) {
  .under__article-body .chat-row p {
    font-size: 11.2px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .chat-row p {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .chat-row p {
    font-size: 19.2px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body .chat-row p {
    line-height: 1.75;
  }
}
.under__article-body .chat-row .avatar, .under__article-body .chat-row > img {
  flex-shrink: 0;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  margin: 0;
  border: 0.2666666667vw solid #8e7b7c;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .under__article-body .chat-row .avatar, .under__article-body .chat-row > img {
    border-width: 1.4px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .chat-row .avatar, .under__article-body .chat-row > img {
    border-width: 2px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .chat-row .avatar, .under__article-body .chat-row > img {
    border-width: 2.4px;
  }
}
@media (min-width: 768px) {
  .under__article-body .chat-row .avatar, .under__article-body .chat-row > img {
    width: 56px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .chat-row .avatar, .under__article-body .chat-row > img {
    width: 80px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .chat-row .avatar, .under__article-body .chat-row > img {
    width: 96px;
  }
}
@media (min-width: 768px) {
  .under__article-body .chat-row .avatar, .under__article-body .chat-row > img {
    height: 56px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .chat-row .avatar, .under__article-body .chat-row > img {
    height: 80px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .chat-row .avatar, .under__article-body .chat-row > img {
    height: 96px;
  }
}
.under__article-body .chat-row .bubble-wrap {
  margin-top: 1.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .under__article-body .chat-row .bubble-wrap {
    margin-top: 0;
  }
}
.under__article-body .chat-row .bubble {
  position: relative;
  z-index: 1;
  padding: 1.3333333333vw 4vw;
  border: 0.2666666667vw solid #d1d2d2;
  border-radius: 0.6666666667vw;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .under__article-body .chat-row .bubble {
    padding: 7px 14px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .chat-row .bubble {
    padding: 10px 20px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .chat-row .bubble {
    padding: 12px 24px;
  }
}
@media (min-width: 768px) {
  .under__article-body .chat-row .bubble {
    border-width: 2.1px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .chat-row .bubble {
    border-width: 3px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .chat-row .bubble {
    border-width: 3.6px;
  }
}
@media (min-width: 768px) {
  .under__article-body .chat-row .bubble {
    border-radius: 3.5px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .chat-row .bubble {
    border-radius: 5px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .chat-row .bubble {
    border-radius: 6px;
  }
}
.under__article-body .chat-row .bubble:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 2.2666666667vw;
  height: 2.6666666667vw;
  background: transparent url("../img/common/parts_chat.webp") no-repeat center center/contain;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .under__article-body .chat-row .bubble:before {
    width: 12.6px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .chat-row .bubble:before {
    width: 18px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .chat-row .bubble:before {
    width: 21.6px;
  }
}
@media (min-width: 768px) {
  .under__article-body .chat-row .bubble:before {
    height: 14.7px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .chat-row .bubble:before {
    height: 21px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .chat-row .bubble:before {
    height: 25.2px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body .chat-row .bubble:before {
    background-image: url("../img/common/parts_chat_pc.webp");
  }
}
.under__article-body .chat-row.chat-row--left .bubble:before {
  left: -2.2666666667vw;
}
@media (min-width: 768px) {
  .under__article-body .chat-row.chat-row--left .bubble:before {
    left: -11.9px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .chat-row.chat-row--left .bubble:before {
    left: -17px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .chat-row.chat-row--left .bubble:before {
    left: -20.4px;
  }
}
.under__article-body .chat-row.chat-row--right .avatar {
  order: 2;
}
.under__article-body .chat-row.chat-row--right .bubble-wrap {
  order: 1;
}
.under__article-body .chat-row.chat-row--right .bubble:before {
  right: -2.2666666667vw;
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 768px) {
  .under__article-body .chat-row.chat-row--right .bubble:before {
    right: -11.9px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .chat-row.chat-row--right .bubble:before {
    right: -17px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .chat-row.chat-row--right .bubble:before {
    right: -20.4px;
  }
}
.under__article-body .btn {
  width: 74.6666666667vw;
  margin: 6vw auto;
  letter-spacing: 0;
  text-indent: 0;
}
@media only screen and (min-width: 768px) {
  .under__article-body .btn {
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .under__article-body .btn {
    margin: 28px auto;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn {
    margin: 40px auto;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn {
    margin: 48px auto;
  }
}
.under__article-body .btn a {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 3.2vw;
  text-decoration: none;
}
@media (min-width: 768px) {
  .under__article-body .btn a {
    padding: 0px 14px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn a {
    padding: 0px 20px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn a {
    padding: 0px 24px;
  }
}
@media (min-width: 768px) {
  .under__article-body .btn a {
    font-size: 12.6px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn a {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn a {
    font-size: 21.6px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body .btn a {
    transition: all 300ms;
  }
  .under__article-body .btn a:hover {
    opacity: 0.85;
  }
}
@media only screen and (max-width: 767px) {
  .under__article-body .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.under__article-body .btn.btn1 a {
  padding: 0;
  color: #2b2022;
  text-shadow: 0 0 5px #ffffff;
  filter: drop-shadow(0 1px 0 #35332e) drop-shadow(0 1px 3px rgba(53, 51, 46, 0.5));
  will-change: filter;
}
@media (min-width: 768px) {
  .under__article-body .btn.btn1 a {
    margin: 0px 14px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn1 a {
    margin: 0px 20px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn1 a {
    margin: 0px 24px;
  }
}
.under__article-body .btn.btn1 a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.2666666667vw;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: transparent url("../img/common/button/parts_btn_wh.webp") no-repeat center right;
  background-size: contain;
  mix-blend-mode: overlay;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .under__article-body .btn.btn1 a:before {
    right: -11.9px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn1 a:before {
    right: -17px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn1 a:before {
    right: -20.4px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body .btn.btn1 a:before {
    background-image: url("../img/common/button/parts_btn_wh_pc.webp");
  }
}
.under__article-body .btn.btn1 a .btn__label {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 3.3333333333vw 1.3333333333vw;
  text-align: center;
  background: transparent url("../img/common/button/parts_btn_wh_repeat.webp") repeat-x center center;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .under__article-body .btn.btn1 a .btn__label {
    width: calc(100% - 10.6666666667vw);
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .under__article-body .btn.btn1 a .btn__label {
    padding: 9.8px 3.5px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn1 a .btn__label {
    padding: 14px 5px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn1 a .btn__label {
    padding: 16.8px 6px;
  }
}
@media (min-width: 768px) {
  .under__article-body .btn.btn1 a .btn__label {
    min-width: 220.5px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn1 a .btn__label {
    min-width: 315px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn1 a .btn__label {
    min-width: 378px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body .btn.btn1 a .btn__label {
    background-image: url("../img/common/button/parts_btn_wh_repeat_pc.webp");
  }
}
.under__article-body .btn.btn1 a .btn__label:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5.0666666667vw;
  width: 5.3333333333vw;
  height: 100%;
  background: transparent url("../img/common/button/parts_btn_left_wh.webp") no-repeat left center;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .under__article-body .btn.btn1 a .btn__label:before {
    width: 14px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn1 a .btn__label:before {
    width: 20px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn1 a .btn__label:before {
    width: 24px;
  }
}
@media (min-width: 768px) {
  .under__article-body .btn.btn1 a .btn__label:before {
    left: -13.3px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn1 a .btn__label:before {
    left: -19px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn1 a .btn__label:before {
    left: -22.8px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body .btn.btn1 a .btn__label:before {
    background-image: url("../img/common/button/parts_btn_left_wh_pc.webp");
  }
}
.under__article-body .btn.btn1 a .btn__label:after {
  content: "";
  position: absolute;
  top: 0;
  right: -4.9333333333vw;
  width: 5.3333333333vw;
  height: 100%;
  background: transparent url("../img/common/button/parts_btn_right_wh.webp") no-repeat center right;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .under__article-body .btn.btn1 a .btn__label:after {
    width: 14px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn1 a .btn__label:after {
    width: 20px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn1 a .btn__label:after {
    width: 24px;
  }
}
@media (min-width: 768px) {
  .under__article-body .btn.btn1 a .btn__label:after {
    right: -13.3px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn1 a .btn__label:after {
    right: -19px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn1 a .btn__label:after {
    right: -22.8px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body .btn.btn1 a .btn__label:after {
    background-image: url("../img/common/button/parts_btn_right_wh_pc.webp");
  }
}
.under__article-body .btn.btn1 a .btn__deco {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url("../img/common/button/line_wh_repeat.webp") repeat-x center center;
  background-size: contain;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .under__article-body .btn.btn1 a .btn__deco {
    left: 50%;
    width: calc(100% - 10.6666666667vw);
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .under__article-body .btn.btn1 a .btn__deco {
    padding: 9.8px 3.5px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn1 a .btn__deco {
    padding: 14px 5px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn1 a .btn__deco {
    padding: 16.8px 6px;
  }
}
@media (min-width: 768px) {
  .under__article-body .btn.btn1 a .btn__deco {
    min-width: 220.5px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn1 a .btn__deco {
    min-width: 315px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn1 a .btn__deco {
    min-width: 378px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body .btn.btn1 a .btn__deco {
    background-image: url("../img/common/button/line_wh_repeat_pc.webp");
  }
}
.under__article-body .btn.btn1 a .btn__deco:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5.0666666667vw;
  width: 5.3333333333vw;
  height: 100%;
  background: transparent url("../img/common/button/line_wh_left.webp") no-repeat left center;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .under__article-body .btn.btn1 a .btn__deco:before {
    width: 14px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn1 a .btn__deco:before {
    width: 20px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn1 a .btn__deco:before {
    width: 24px;
  }
}
@media (min-width: 768px) {
  .under__article-body .btn.btn1 a .btn__deco:before {
    left: -13.3px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn1 a .btn__deco:before {
    left: -19px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn1 a .btn__deco:before {
    left: -22.8px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body .btn.btn1 a .btn__deco:before {
    background-image: url("../img/common/button/line_wh_left_pc.webp");
  }
}
.under__article-body .btn.btn1 a .btn__deco:after {
  content: "";
  position: absolute;
  top: 0;
  right: -4.9333333333vw;
  width: 5.3333333333vw;
  height: 100%;
  background: transparent url("../img/common/button/line_wh_right.webp") no-repeat center right;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .under__article-body .btn.btn1 a .btn__deco:after {
    width: 14px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn1 a .btn__deco:after {
    width: 20px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn1 a .btn__deco:after {
    width: 24px;
  }
}
@media (min-width: 768px) {
  .under__article-body .btn.btn1 a .btn__deco:after {
    right: -13.3px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn1 a .btn__deco:after {
    right: -19px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn1 a .btn__deco:after {
    right: -22.8px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body .btn.btn1 a .btn__deco:after {
    background-image: url("../img/common/button/line_wh_right_pc.webp");
  }
}
.under__article-body .btn.btn2 a {
  padding: 0;
  color: #ffffff;
  text-shadow: 0 0 5px #d4962a;
  filter: drop-shadow(0 1px 0 #35332e) drop-shadow(0 1px 3px rgba(53, 51, 46, 0.5));
  will-change: filter;
}
@media (min-width: 768px) {
  .under__article-body .btn.btn2 a {
    margin: 0px 14px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn2 a {
    margin: 0px 20px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn2 a {
    margin: 0px 24px;
  }
}
.under__article-body .btn.btn2 a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.2666666667vw;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: transparent url("../img/common/button/parts_btn_y.webp") no-repeat center right;
  background-size: contain;
  mix-blend-mode: overlay;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .under__article-body .btn.btn2 a:before {
    right: -11.9px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn2 a:before {
    right: -17px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn2 a:before {
    right: -20.4px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body .btn.btn2 a:before {
    background-image: url("../img/common/button/parts_btn_y_pc.webp");
  }
}
.under__article-body .btn.btn2 a .btn__label {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 3.3333333333vw 1.3333333333vw;
  text-align: center;
  background: transparent url("../img/common/button/parts_btn_y_repeat.webp") repeat-x center center;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .under__article-body .btn.btn2 a .btn__label {
    width: calc(100% - 10.6666666667vw);
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .under__article-body .btn.btn2 a .btn__label {
    padding: 9.8px 3.5px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn2 a .btn__label {
    padding: 14px 5px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn2 a .btn__label {
    padding: 16.8px 6px;
  }
}
@media (min-width: 768px) {
  .under__article-body .btn.btn2 a .btn__label {
    min-width: 220.5px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn2 a .btn__label {
    min-width: 315px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn2 a .btn__label {
    min-width: 378px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body .btn.btn2 a .btn__label {
    background-image: url("../img/common/button/parts_btn_y_repeat_pc.webp");
  }
}
.under__article-body .btn.btn2 a .btn__label:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5.0666666667vw;
  width: 5.3333333333vw;
  height: 100%;
  background: transparent url("../img/common/button/parts_btn_left_y.webp") no-repeat left center;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .under__article-body .btn.btn2 a .btn__label:before {
    width: 14px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn2 a .btn__label:before {
    width: 20px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn2 a .btn__label:before {
    width: 24px;
  }
}
@media (min-width: 768px) {
  .under__article-body .btn.btn2 a .btn__label:before {
    left: -14px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn2 a .btn__label:before {
    left: -20px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn2 a .btn__label:before {
    left: -24px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body .btn.btn2 a .btn__label:before {
    background-image: url("../img/common/button/parts_btn_left_y_pc.webp");
  }
}
.under__article-body .btn.btn2 a .btn__label:after {
  content: "";
  position: absolute;
  top: 0;
  right: -5.0666666667vw;
  width: 5.3333333333vw;
  height: 100%;
  background: transparent url("../img/common/button/parts_btn_right_y.webp") no-repeat center right;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .under__article-body .btn.btn2 a .btn__label:after {
    width: 14px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn2 a .btn__label:after {
    width: 20px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn2 a .btn__label:after {
    width: 24px;
  }
}
@media (min-width: 768px) {
  .under__article-body .btn.btn2 a .btn__label:after {
    right: -12.6px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn2 a .btn__label:after {
    right: -18px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn2 a .btn__label:after {
    right: -21.6px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body .btn.btn2 a .btn__label:after {
    background-image: url("../img/common/button/parts_btn_right_y_pc.webp");
  }
}
.under__article-body .btn.btn2 a .btn__deco {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url("../img/common/button/line_y_repeat.webp") repeat-x center center;
  background-size: contain;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .under__article-body .btn.btn2 a .btn__deco {
    left: 50%;
    width: calc(100% - 10.6666666667vw);
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .under__article-body .btn.btn2 a .btn__deco {
    padding: 9.8px 3.5px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn2 a .btn__deco {
    padding: 14px 5px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn2 a .btn__deco {
    padding: 16.8px 6px;
  }
}
@media (min-width: 768px) {
  .under__article-body .btn.btn2 a .btn__deco {
    min-width: 220.5px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn2 a .btn__deco {
    min-width: 315px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn2 a .btn__deco {
    min-width: 378px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body .btn.btn2 a .btn__deco {
    background-image: url("../img/common/button/line_y_repeat_pc.webp");
  }
}
.under__article-body .btn.btn2 a .btn__deco:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5.0666666667vw;
  width: 5.3333333333vw;
  height: 100%;
  background: transparent url("../img/common/button/line_y_left.webp") no-repeat left center;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .under__article-body .btn.btn2 a .btn__deco:before {
    width: 14px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn2 a .btn__deco:before {
    width: 20px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn2 a .btn__deco:before {
    width: 24px;
  }
}
@media (min-width: 768px) {
  .under__article-body .btn.btn2 a .btn__deco:before {
    left: -14px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn2 a .btn__deco:before {
    left: -20px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn2 a .btn__deco:before {
    left: -24px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body .btn.btn2 a .btn__deco:before {
    background-image: url("../img/common/button/line_y_left_pc.webp");
  }
}
.under__article-body .btn.btn2 a .btn__deco:after {
  content: "";
  position: absolute;
  top: 0;
  right: -5.0666666667vw;
  width: 5.3333333333vw;
  height: 100%;
  background: transparent url("../img/common/button/line_y_right.webp") no-repeat center right;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .under__article-body .btn.btn2 a .btn__deco:after {
    width: 14px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn2 a .btn__deco:after {
    width: 20px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn2 a .btn__deco:after {
    width: 24px;
  }
}
@media (min-width: 768px) {
  .under__article-body .btn.btn2 a .btn__deco:after {
    right: -12.6px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .btn.btn2 a .btn__deco:after {
    right: -18px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .btn.btn2 a .btn__deco:after {
    right: -21.6px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body .btn.btn2 a .btn__deco:after {
    background-image: url("../img/common/button/line_y_right_pc.webp");
  }
}
.under__article-body .flex-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5.3333333333vw;
  margin-top: 6vw;
}
@media (min-width: 768px) {
  .under__article-body .flex-row {
    margin-top: 28px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .flex-row {
    margin-top: 40px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .flex-row {
    margin-top: 48px;
  }
}
@media (min-width: 768px) {
  .under__article-body .flex-row {
    gap: 14px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .flex-row {
    gap: 20px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .flex-row {
    gap: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .under__article-body .flex-row {
    flex-direction: row;
  }
}
.under__article-body .flex-row .mt-image-right {
  margin: 0 !important;
}
.under__article-body .flex-row .mt-image-left {
  margin: 0 !important;
}
@media only screen and (min-width: 768px) {
  .under__article-body .flex-row:has(img) {
    flex-wrap: nowrap;
  }
}
.under__article-body .flex-row:has(img) img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .under__article-body .flex-row:has(img:nth-of-type(3)) {
    flex-wrap: wrap;
  }
  .under__article-body .flex-row:has(img:nth-of-type(3)) img {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    margin: 0;
  }
  .under__article-body .flex-row:has(img:nth-of-type(3)) img:first-of-type {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .under__article-body .flex-row:has(.btn) {
    gap: 28px;
  }
}
@media (min-width: 1280px) {
  .under__article-body .flex-row:has(.btn) {
    gap: 40px;
  }
}
@media (min-width: 1920px) {
  .under__article-body .flex-row:has(.btn) {
    gap: 48px;
  }
}
.under__article-body .flex-row:has(.btn) .btn {
  margin: 0;
}
.under {
  /* stylelint-enable selector-class-pattern */
}

:where(:root.js) .under__inner:not(.js--anime) {
  opacity: 0;
}

body.js-nav-open {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  body.js-scrolled .nav.js-active {
    height: 100dvh;
  }
}

.nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  height: 100dvh;
  padding: 2.6666666667vw 1.3333333333vw;
  opacity: 0;
  transition: width 0.4s ease, height 0.4s ease, top 0.3s ease, opacity 0.3s ease;
  transition-delay: 0s, 0s, 0s, 0.5s;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .nav {
    opacity: 0;
    transition: width 0.4s ease, height 0.4s ease, top 0.3s ease, opacity 0.3s ease;
    transition-delay: 0s, 0s, 0s, 0.4s;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .nav {
    padding: 11.2px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1280px) {
  .nav {
    padding: 16px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .nav {
    padding: 19.2px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .nav {
    padding-top: 14.7px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1280px) {
  .nav {
    padding-top: 21px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .nav {
    padding-top: 25.2px;
  }
}
.nav.js-active {
  width: 100%;
  height: 100dvh;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  transition: width 0.4s ease, height 0.4s ease, top 0.3s ease, opacity 0s ease;
  transition-delay: 0s, 0s, 0s, 0s;
  pointer-events: auto;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media only screen and (max-width: 767px) {
  .nav.js-active {
    transition: width 0.4s ease, height 0.4s ease, top 0.3s ease, opacity 0s ease;
    transition-delay: 0s, 0s, 0s, 0s;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .nav.js-active .nav__wrap {
    padding: 2.8px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1280px) {
  .nav.js-active .nav__wrap {
    padding: 4px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1920px) {
  .nav.js-active .nav__wrap {
    padding: 4.8px;
  }
}
.nav.js-active .nav__wrap {
  top: 0;
  right: 0;
  width: 64vw;
  height: 100%;
  border-radius: 0.6666666667vw 12vw 0.6666666667vw 0.6666666667vw;
  transition-timing-function: ease-in-out;
}
@media (min-width: 768px) {
  .nav.js-active .nav__wrap {
    width: 336px;
  }
}
@media (min-width: 1280px) {
  .nav.js-active .nav__wrap {
    width: 480px;
  }
}
@media (min-width: 1920px) {
  .nav.js-active .nav__wrap {
    width: 576px;
  }
}
@media (min-width: 768px) {
  .nav.js-active .nav__wrap {
    max-height: 462px;
  }
}
@media (min-width: 1280px) {
  .nav.js-active .nav__wrap {
    max-height: 660px;
  }
}
@media (min-width: 1920px) {
  .nav.js-active .nav__wrap {
    max-height: 792px;
  }
}
@media (min-width: 768px) {
  .nav.js-active .nav__wrap {
    border-radius: 3.5px 40.6px 3.5px 3.5px;
  }
}
@media (min-width: 1280px) {
  .nav.js-active .nav__wrap {
    border-radius: 5px 58px 5px 5px;
  }
}
@media (min-width: 1920px) {
  .nav.js-active .nav__wrap {
    border-radius: 6px 69.6px 6px 6px;
  }
}
.nav.js-active .nav__inner {
  padding-top: 17.3333333333vw;
  padding-bottom: 17.3333333333vw;
  border-radius: 0.6666666667vw 12vw 0.6666666667vw 0.6666666667vw;
  transition-timing-function: ease-in-out;
}
@media (min-width: 768px) {
  .nav.js-active .nav__inner {
    padding-top: 56px;
  }
}
@media (min-width: 1280px) {
  .nav.js-active .nav__inner {
    padding-top: 80px;
  }
}
@media (min-width: 1920px) {
  .nav.js-active .nav__inner {
    padding-top: 96px;
  }
}
@media (min-width: 768px) {
  .nav.js-active .nav__inner {
    padding-bottom: 56px;
  }
}
@media (min-width: 1280px) {
  .nav.js-active .nav__inner {
    padding-bottom: 80px;
  }
}
@media (min-width: 1920px) {
  .nav.js-active .nav__inner {
    padding-bottom: 96px;
  }
}
@media (min-width: 768px) {
  .nav.js-active .nav__inner {
    border-radius: 2.1px 39.2px 2.1px 2.1px;
  }
}
@media (min-width: 1280px) {
  .nav.js-active .nav__inner {
    border-radius: 3px 56px 3px 3px;
  }
}
@media (min-width: 1920px) {
  .nav.js-active .nav__inner {
    border-radius: 3.6px 67.2px 3.6px 3.6px;
  }
}
@media (min-width: 768px) {
  .nav.js-active .nav__inner:has(.nav__list > .nav__link:nth-child(5)) {
    padding-top: 42px;
  }
}
@media (min-width: 1280px) {
  .nav.js-active .nav__inner:has(.nav__list > .nav__link:nth-child(5)) {
    padding-top: 60px;
  }
}
@media (min-width: 1920px) {
  .nav.js-active .nav__inner:has(.nav__list > .nav__link:nth-child(5)) {
    padding-top: 72px;
  }
}
@media (min-width: 768px) {
  .nav.js-active .nav__inner:has(.nav__list > .nav__link:nth-child(5)) {
    padding-bottom: 42px;
  }
}
@media (min-width: 1280px) {
  .nav.js-active .nav__inner:has(.nav__list > .nav__link:nth-child(5)) {
    padding-bottom: 60px;
  }
}
@media (min-width: 1920px) {
  .nav.js-active .nav__inner:has(.nav__list > .nav__link:nth-child(5)) {
    padding-bottom: 72px;
  }
}
.nav.js-active .nav__logo,
.nav.js-active .nav__list,
.nav.js-active .nav__btn {
  opacity: 1;
  transition: opacity 0.5s ease;
  transition-delay: 0.3s;
}
.nav.js-active .nav__close {
  opacity: 1;
  transition: opacity 0.5s ease;
  transition-delay: 0.3s;
}
.nav__wrap {
  position: relative;
  top: 2.6666666667vw;
  right: 4vw;
  width: 18.9333333333vw;
  height: 18.9333333333vw;
  margin-left: auto;
  padding: 0.5333333333vw;
  border-radius: 20.5333333333vw;
  background: url("../img/common/bg_gradient_about.webp") no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 400ms ease;
}
@media (min-width: 768px) {
  .nav__wrap {
    width: 79.8px;
  }
}
@media (min-width: 1280px) {
  .nav__wrap {
    width: 114px;
  }
}
@media (min-width: 1920px) {
  .nav__wrap {
    width: 136.8px;
  }
}
@media (min-width: 768px) {
  .nav__wrap {
    height: 79.8px;
  }
}
@media (min-width: 1280px) {
  .nav__wrap {
    height: 114px;
  }
}
@media (min-width: 1920px) {
  .nav__wrap {
    height: 136.8px;
  }
}
@media (min-width: 768px) {
  .nav__wrap {
    top: 0px;
  }
}
@media (min-width: 1280px) {
  .nav__wrap {
    top: 0px;
  }
}
@media (min-width: 1920px) {
  .nav__wrap {
    top: 0px;
  }
}
@media (min-width: 768px) {
  .nav__wrap {
    right: 0px;
  }
}
@media (min-width: 1280px) {
  .nav__wrap {
    right: 0px;
  }
}
@media (min-width: 1920px) {
  .nav__wrap {
    right: 0px;
  }
}
@media (min-width: 768px) {
  .nav__wrap {
    padding: 2.1px;
  }
}
@media (min-width: 1280px) {
  .nav__wrap {
    padding: 3px;
  }
}
@media (min-width: 1920px) {
  .nav__wrap {
    padding: 3.6px;
  }
}
@media (min-width: 768px) {
  .nav__wrap {
    border-radius: 107.8px;
  }
}
@media (min-width: 1280px) {
  .nav__wrap {
    border-radius: 154px;
  }
}
@media (min-width: 1920px) {
  .nav__wrap {
    border-radius: 184.8px;
  }
}
.nav__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100dvh;
  overflow-y: auto;
  border-radius: 20.5333333333vw;
  background-color: #f5f5f5;
  transition: all 0.4s ease;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.nav__inner > * {
  flex-shrink: 0;
}
.nav__inner::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .nav__inner {
    border-radius: 107.8px;
  }
}
@media (min-width: 1280px) {
  .nav__inner {
    border-radius: 154px;
  }
}
@media (min-width: 1920px) {
  .nav__inner {
    border-radius: 184.8px;
  }
}
.nav__inner .nav__logo,
.nav__inner .nav__list,
.nav__inner .nav__btn {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.nav__logo {
  width: 40vw;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .nav__logo {
    width: 126px;
  }
}
@media (min-width: 1280px) {
  .nav__logo {
    width: 180px;
  }
}
@media (min-width: 1920px) {
  .nav__logo {
    width: 216px;
  }
}
@media (min-width: 768px) {
  .nav__logo {
    margin-bottom: 22.4px;
  }
}
@media (min-width: 1280px) {
  .nav__logo {
    margin-bottom: 32px;
  }
}
@media (min-width: 1920px) {
  .nav__logo {
    margin-bottom: 38.4px;
  }
}
.nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6.4vw;
}
@media (min-width: 768px) {
  .nav__list {
    gap: 21px;
  }
}
@media (min-width: 1280px) {
  .nav__list {
    gap: 30px;
  }
}
@media (min-width: 1920px) {
  .nav__list {
    gap: 36px;
  }
}
.nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nav__link span {
  color: #262626;
  font-family: "Zen Old Mincho", serif;
  font-size: 4.8vw;
  font-weight: 400;
}
@media (min-width: 768px) {
  .nav__link span {
    font-size: 15.4px;
  }
}
@media (min-width: 1280px) {
  .nav__link span {
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  .nav__link span {
    font-size: 26.4px;
  }
}
.nav__link.js-current span {
  color: transparent;
  background: url("../img/common/bg_gradient_about.webp") no-repeat 50% 50%/cover;
  -webkit-background-clip: text;
  background-clip: text;
}
@supports (-webkit-text-fill-color: transparent) {
  .nav__link.js-current span {
    -webkit-text-fill-color: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .nav__link:hover span {
    color: transparent;
    background: url("../img/common/bg_gradient_about.webp") no-repeat 50% 50%/cover;
    -webkit-background-clip: text;
    background-clip: text;
  }
  @supports (-webkit-text-fill-color: transparent) {
    .nav__link:hover span {
      -webkit-text-fill-color: transparent;
    }
  }
}
.nav__sns {
  margin-top: 13.3333333333vw;
}
@media (min-width: 768px) {
  .nav__sns {
    margin-top: 28px;
  }
}
@media (min-width: 1280px) {
  .nav__sns {
    margin-top: 40px;
  }
}
@media (min-width: 1920px) {
  .nav__sns {
    margin-top: 48px;
  }
}
.nav__sns p {
  margin-bottom: 6.6666666667vw;
  color: #262626;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2vw;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .nav__sns p {
    font-size: 9.8px;
  }
}
@media (min-width: 1280px) {
  .nav__sns p {
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  .nav__sns p {
    font-size: 16.8px;
  }
}
@media (min-width: 768px) {
  .nav__sns p {
    margin-bottom: 15.4px;
  }
}
@media (min-width: 1280px) {
  .nav__sns p {
    margin-bottom: 22px;
  }
}
@media (min-width: 1920px) {
  .nav__sns p {
    margin-bottom: 26.4px;
  }
}
.nav__sns-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 5.3333333333vw;
}
@media (min-width: 768px) {
  .nav__sns-wrap {
    gap: 14px;
  }
}
@media (min-width: 1280px) {
  .nav__sns-wrap {
    gap: 20px;
  }
}
@media (min-width: 1920px) {
  .nav__sns-wrap {
    gap: 24px;
  }
}
.nav__sns-link {
  display: block;
  height: 6.9333333333vw;
}
@media (min-width: 768px) {
  .nav__sns-link {
    height: 17.5px;
  }
}
@media (min-width: 1280px) {
  .nav__sns-link {
    height: 25px;
  }
}
@media (min-width: 1920px) {
  .nav__sns-link {
    height: 30px;
  }
}
.nav__sns-link img {
  width: auto;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .nav__sns-link {
    transition: transform 0.2s ease-in-out;
  }
  .nav__sns-link:hover {
    transform: scale(0.95);
  }
}
.nav__close {
  position: absolute;
  top: 6.6666666667vw;
  right: 5.3333333333vw;
  width: 10.6666666667vw;
  opacity: 0;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  .nav__close {
    top: 31.5px;
  }
}
@media (min-width: 1280px) {
  .nav__close {
    top: 45px;
  }
}
@media (min-width: 1920px) {
  .nav__close {
    top: 54px;
  }
}
@media (min-width: 768px) {
  .nav__close {
    right: 24.5px;
  }
}
@media (min-width: 1280px) {
  .nav__close {
    right: 35px;
  }
}
@media (min-width: 1920px) {
  .nav__close {
    right: 42px;
  }
}
@media (min-width: 768px) {
  .nav__close {
    width: 35px;
  }
}
@media (min-width: 1280px) {
  .nav__close {
    width: 50px;
  }
}
@media (min-width: 1920px) {
  .nav__close {
    width: 60px;
  }
}
.nav__close-icon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .nav__close-icon {
    width: 23.8px;
  }
}
@media (min-width: 1280px) {
  .nav__close-icon {
    width: 34px;
  }
}
@media (min-width: 1920px) {
  .nav__close-icon {
    width: 40.8px;
  }
}
@media (min-width: 768px) {
  .nav__close-icon {
    height: 23.8px;
  }
}
@media (min-width: 1280px) {
  .nav__close-icon {
    height: 34px;
  }
}
@media (min-width: 1920px) {
  .nav__close-icon {
    height: 40.8px;
  }
}
.nav__close-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7.7333333333vw;
  height: 0.4666666667vw;
  background: #000;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .nav__close-bar {
    width: 28px;
  }
}
@media (min-width: 1280px) {
  .nav__close-bar {
    width: 40px;
  }
}
@media (min-width: 1920px) {
  .nav__close-bar {
    width: 48px;
  }
}
@media (min-width: 768px) {
  .nav__close-bar {
    height: 2.8px;
  }
}
@media (min-width: 1280px) {
  .nav__close-bar {
    height: 4px;
  }
}
@media (min-width: 1920px) {
  .nav__close-bar {
    height: 4.8px;
  }
}
.nav__close-bar:first-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav__close-bar:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/*# sourceMappingURL=sourcemaps/global.css.map */
