@charset "UTF-8";
/* RESET */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border: 0;
  border-top: 1px solid;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

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

b,
pointong {
  font-weight: bolder;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

embed,
object,
iframe {
  vertical-align: bottom;
  border: 0;
}

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

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[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 {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

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

template {
  display: none;
}

[hidden] {
  display: none;
}

i,
em {
  font-style: normal;
}

*:focus {
  outline: 0;
}

* {
  padding: 0;
  margin: 0;
}

/* padding,border内側設定 */
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 */
article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  display: block;
}

video {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

/* ==================================
reset
  ================================== */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: initial;
  bottom: initial;
  left: initial;
  width: initial;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: initial;
}

.swiper-pagination-bullet-active {
  background: initial;
  opacity: initial;
}

.swiper-pagination-bullet {
  display: initial;
  width: initial;
  height: initial;
  border-radius: initial;
  background: initial;
  opacity: initial;
}

/* ドットをカスタマイズ前リセット */
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  font-size: 0;
}

.swiper-horizontal {
  position: initial;
  height: initial;
}

/* 矢印をカスタマイズ前リセット */
.swiper-button-next,
.swiper-button-prev {
  position: initial;
  top: initial;
  z-index: initial;
  display: initial;
  justify-content: initial;
  align-items: initial;
  width: initial;
  height: initial;
  margin-top: initial;
  color: initial;
  cursor: initial;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: initial;
  cursor: initial;
  pointer-events: initial;
}

/* ==================================
ページネーション
  ================================== */
/* ページネーション要素をスライダー要素の外へ移動します */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: 0;
  right: 0;
  width: auto;
}

.reverse .swiper-horizontal > .swiper-pagination-bullets,
.reverse .swiper-pagination-bullets.swiper-pagination-horizontal,
.reverse .swiper-pagination-custom,
.reverse .swiper-pagination-fraction {
  right: 0;
  align-items: end;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  display: flex;
  flex-direction: column;
}

/* ==================================
ドット
  ================================== */
/* ドットをカスタマイズ */
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0.6rem;
  border: solid 1px var(--sub-color);
  border-radius: 50rem;
  background: var(--main-color);
  font-size: 0;
  opacity: 1;
  cursor: pointer;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-top: 0;
}

/* アクティブなときのスタイル */
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--sub-color);
  transform: scale(1);
}

.reverse .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: -2.6rem;
}

/* ==================================
矢印
  ================================== */
/* 矢印の位置調整 */
.swiper-horizontal {
  position: relative;
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 4rem;
  height: 3rem;
  border: solid 1.5px var(--sub-color);
  border-radius: 50rem;
  background: var(--main-color);
}

.swiper-button-next {
  right: 0;
  transform: translate(50%, -50%);
}

.swiper-button-prev {
  left: 0;
  transform: translate(-50%, -50%);
}

/* デフォルトの矢印を消す方法 */
/* //ここでデフォルトの矢印を上書き */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev svg,
.swiper-button-next svg {
  position: absolute;
  top: 0;
  bottom: 0;
  /* ここでデフォルトの矢印を上書き */
  width: 1.8rem;
  height: 0.818rem;
  margin: auto;
  color: var(--sub-color);
}

.swiper-button-prev svg {
  left: 1rem;
}

.swiper-button-next svg {
  right: 1rem;
}

/* 非アクティブ */
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* ==================================
anim
  ================================== */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.06);
  }
}
.swiper-slide {
  overflow: hidden;
}

.mv-wrap .swiper-slide-active img,
.mv-wrap .swiper-slide-duplicate-active img,
.mv-wrap .swiper-slide-prev img {
  animation: zoomUp 6s linear 0s normal both;
}

@media (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    top: 0;
    bottom: auto;
    flex-direction: column;
    justify-content: center;
    align-items: end;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0.6rem;
    margin-right: 0;
    margin-left: 0;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
    margin-top: 0;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0;
  }
}
/*
Version: 1.0.0
*/
/* ==================================
  base
  ================================== */
html {
  overflow-x: hidden;
  font-feature-settings: "palt";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  word-spacing: 1px;
}

html {
  font-size: 0.7320644217vw;
  font-weight: 400;
  font-style: normal;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.088em;
}

html {
  background-color: var(--m-1);
  color: #3e3e3e;
}

@media (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
  body .wrapper {
    display: block;
  }
}
@media (min-width: 768px) {
  .wrapper {
    margin-left: 39.6rem;
  }
  .pc-menu-l {
    width: 39.6rem;
  }
  .pc-menu-r {
    position: fixed;
    top: 0;
    right: 0;
    width: 56.5rem;
    height: 100vh;
    opacity: 0.25;
  }
  .pc-menu-r .menu-images {
    position: relative;
    height: 100%;
  }
  .pc-menu-r .menu-images li {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .pc-menu-r .menu-images li img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main {
    position: relative;
    width: 39rem;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  }
  .menu, .modal {
    left: 39.6rem !important;
    width: 39rem !important;
  }
  .menu-btn {
    right: 60rem !important;
  }
  .fixed {
    right: 35rem !important;
  }
}
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

#svg {
  display: none;
}

/* 横方向の動きのアニメーション */
@keyframes bg-anim {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.4;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* ==================================
 font
  ================================== */
.en {
  font-style: normal;
  font-family: "TASA Explorer", sans-serif;
  font-optical-sizing: auto;
}

.csr {
  font-weight: 500;
  font-style: normal;
  font-family: "Edu SA Beginner", cursive;
  font-optical-sizing: auto;
}

/* ==================================
  global
  ================================== */
:root {
  --m-1: #F9C5C9;
  --m-1-70: rgb(249 197 201 / 70%);
  --k-1: #27C482;
  --m-2: #F8E67F;
  --m-2-70: rgb(248 230 127 / 70%);
  --k-2: #3383E6;
  --m-3: #B1DBE8;
  --m-3-70: rgb(177 219 232 / 70%);
  --k-3: #E9430F;
  --b-1:#1a1a1a;
}

/* ==================================
  bg
  ================================== */
body {
  background: var(--main-color);
  color: var(--sub-color);
  transition: background-color 0.6s ease;
}

body[data-bg="01"] {
  --sub-color: var(--k-1);
  --main-color: var(--m-1);
  --main-color-70: var(--m-1-70);
}

body[data-bg="02"] {
  --sub-color: var(--k-2);
  --main-color: var(--m-2);
  --main-color-70: var(--m-2-70);
}

body[data-bg="03"] {
  --sub-color: var(--k-3);
  --main-color: var(--m-3);
  --main-color-70: var(--m-3-70);
}

/* ==================================
common
================================== */
.flex {
  display: flex;
}

.reverse {
  flex-direction: row-reverse;
}

main {
  position: relative;
}

.inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.three-heart {
  justify-content: center;
  gap: 1rem;
}

.three-heart svg {
  width: 0.8rem;
  height: 0.8rem;
}

.linear {
  transition-timing-function: linear;
}

.fixed {
  position: fixed;
  right: -2rem;
  bottom: 2rem;
  z-index: 50;
}
.fixed a {
  position: relative;
  display: block;
  width: 17.5rem;
  height: 17.5rem;
}
.fixed a :nth-child(1) {
  width: 100%;
  height: 100%;
}
.fixed a .fixed-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fixed a .fixed-text p {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}
.fixed a .fixed-text svg {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 1.8rem auto;
}

/* ==================================
pc
================================== */
.pc-menu-item .menu-icon {
  display: none;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.2rem;
  margin-left: 0;
  color: var(--sub-color);
  vertical-align: middle;
}

.pc-menu-item a.current .menu-icon {
  display: inline-block;
}

.pc-menu-l {
  position: fixed;
  left: 0;
  color: var(--b-1);
}
.pc-menu-l .pc-menu-l-inner {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  margin-top: 2.4rem;
  margin-left: 3.2rem;
  padding-bottom: 5rem;
}
.pc-menu-l .pc-menu-l-inner .logo {
  width: 15rem;
  margin-bottom: 9.2rem;
}
.pc-menu-l .pc-menu-l-inner .pc-menu-list {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.23em;
}
.pc-menu-l .pc-menu-l-inner .official {
  margin-bottom: 3.6rem;
  line-height: 1;
}
.pc-menu-l .pc-menu-l-inner .official .official-title {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  opacity: 0.65;
}
.pc-menu-l .pc-menu-l-inner .official a {
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}
.pc-menu-l .pc-menu-l-inner .pc-menu-sns .pc-menu-sns-title {
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  opacity: 0.65;
}
.pc-menu-l .pc-menu-l-inner .pc-menu-sns .pc-menu-sns-list {
  margin-left: -0.5rem;
  gap: 0.9rem;
}
.pc-menu-l .pc-menu-l-inner .pc-menu-sns .pc-menu-sns-list .pc-menu-sns-item {
  width: 3.2rem;
  height: 3.2rem;
}
.pc-menu-l .pc-menu-l-inner .pc-menu-sns .pc-menu-sns-list .pc-menu-sns-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.pc-menu-l .pc-menu-l-inner .pc-menu-sns .pc-menu-sns-list .pc-menu-sns-item svg {
  width: 100%;
  height: 100%;
}

/* ==================================
  menu-btn
  ================================== */
/* base */
.menu-btn {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 98;
  transition: 0.3s ease-out;
}

.menu-line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.menu-line span {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  transition: 0.3s ease-out;
  transform-origin: top;
}
.menu-line span:first-child {
  top: 0;
}
.menu-line span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu-line span:last-child {
  bottom: 0;
  width: 50%;
}

.active .menu-line span:first-child {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}
.active .menu-line span:nth-child(2) {
  opacity: 0;
}
.active .menu-line span:last-child {
  top: 50%;
  bottom: auto;
  width: 100%;
  transform: rotate(45deg) translateY(-50%);
}

.menu-btn {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 100%;
  border-radius: 50rem;
  background: var(--sub-color);
}

.menu-line {
  width: 50%;
  height: 1.22rem;
}

.menu-line span {
  height: 1px;
  background: var(--main-color);
}

@media (min-width: 768px) {
  .menu-btn:hover {
    opacity: 0.5;
  }
}
/* ==================================
	menu
	================================== */
/* base */
.menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 97;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.active .menu {
  overflow-y: scroll;
  opacity: 1;
  visibility: visible;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.active .menu::-webkit-scrollbar {
  display: none;
}

.menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.menu-wrap {
  position: relative;
}

/* custom */
.menu {
  background: var(--main-color-70);
  color: var(--sub-color);
  transition: 0.6s ease-out;
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
}

.menu-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.menu-inner {
  top: 50%;
  left: 50%;
  margin: 0;
  border-radius: 13px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.menu-title {
  padding: 3.2rem 0;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
}

.menu-list {
  width: 87.2%;
  margin: 0 auto;
  padding: 3.6rem 0;
  border-top: solid 1px var(--sub-color);
  border-bottom: solid 1px var(--sub-color);
  color: var(--b-1);
  font-size: 1.6rem;
  line-height: 2.9375;
  letter-spacing: 0.23em;
}

.menu-item {
  margin-left: 2.2rem;
}

.menu-sns {
  margin-top: 3.2rem;
  padding-bottom: 5.6rem;
}

.menu-sns-title {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
}

.menu-sns-list {
  justify-content: center;
  gap: 0.9rem;
}

.menu-sns-item {
  width: 3.2rem;
  height: 3.2rem;
  color: var(--b-1);
}
.menu-sns-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.menu-sns-item svg {
  width: 100%;
  height: 100%;
}

.menu-item .menu-icon {
  display: none;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.6rem;
  margin-left: 0;
  color: var(--sub-color);
  vertical-align: middle;
}

.menu-item a.current .menu-icon {
  display: inline-block;
}

/* ==================================
 footer
  ================================== */
.footer-wrap {
  padding-top: 12rem;
  background: #fff;
  color: var(--b-1);
}
.footer-wrap .HNSwiper {
  margin-bottom: 8rem;
}
.footer-wrap .HNSwiper .swiper-slide {
  width: 10rem;
}
.footer-wrap .footer-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.2rem;
}
.footer-wrap .footer-top .footer-top-l {
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.19em;
}
@keyframes colorCycle {
  0% {
    color: var(--m-1);
  }
  20% {
    color: var(--k-1);
  }
  40% {
    color: var(--m-2);
  }
  60% {
    color: var(--k-2);
  }
  80% {
    color: var(--m-3);
  }
  100% {
    color: var(--k-3);
  }
}
.footer-wrap .footer-top .footer-top-r .footer-cta {
  position: relative;
  display: block;
  width: 7.2rem;
  height: 7.2rem;
  animation: colorCycle 18s infinite;
}
.footer-wrap .footer-top .footer-top-r .footer-cta svg {
  width: 100%;
  height: 100%;
}
.footer-wrap .footer-top .footer-top-r .footer-cta .footer-heart {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.1rem;
  height: 1.1rem;
  transform: translate(-50%, -50%);
}
.footer-wrap .footer-bottom {
  justify-content: space-between;
  margin-bottom: 4rem;
}
.footer-wrap .footer-bottom .footer-bottom-l .footer-sns-list {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 7.85rem;
}
.footer-wrap .footer-bottom .footer-bottom-l .footer-sns-list .footer-sns-item {
  width: 3.3rem;
  height: 3.3rem;
}
.footer-wrap .footer-bottom .footer-bottom-l .footer-sns-list .footer-sns-item:nth-child(n+3) {
  margin-top: 1rem;
}
.footer-wrap .footer-bottom .footer-bottom-l .footer-sns-list .footer-sns-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-wrap .footer-bottom .footer-bottom-l .footer-sns-list .footer-sns-item svg {
  width: 100%;
  height: 100%;
}
.footer-wrap .footer-bottom .footer-bottom-r {
  width: 12rem;
}
.footer-wrap .footer-bottom .footer-bottom-r .footer-logo-item:nth-child(2) {
  width: 8rem;
  margin-top: 2rem;
  margin-left: auto;
}
.footer-wrap .copyright {
  padding: 1.4rem;
  border-top: solid 1px #707070;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

/*************************************************

animation

*************************************************/
.fdIn,
.fdInD,
.fdInN {
  opacity: 0;
  transition: 0.8s ease-out;
  transition-property: opacity;
  filter: contrast(0.5) blur(15px);
}

.fdIn.active,
.fdInD.active,
.fdInN.active {
  opacity: 1;
  filter: blur(0);
}

.fdInN:nth-child(even) {
  transition-delay: 0.2s;
}

@media (max-width: 767px) {
  .fdIn,
  .fdInD,
  .fdInN {
    transition: 1s ease-out;
  }
  .fdInD:nth-child(2) {
    transition-delay: 0.4s;
  }
  .fdInD:nth-child(3) {
    transition-delay: 0.8s;
  }
}
/* ==================================
  mv
  ================================== */
.mv-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
}

.mvSwiper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 27.5rem;
  height: auto;
  overflow: hidden;
  aspect-ratio: 27.5/59.6;
  transform: translate(-50%, -50%);
}

#mv.slide-01 {
  background: var(--m-1);
}

#mv.slide-02 {
  background: var(--m-2);
}

#mv.slide-03 {
  background: var(--m-3);
}

.mv-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.9rem 0.7rem;
  background: var(--sub-color);
  color: var(--main-color);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3em;
  writing-mode: vertical-lr;
}

.mv-inner {
  position: relative;
  z-index: 1;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}

.mv-top {
  justify-content: space-between;
  margin-bottom: 4rem;
  padding-top: 3.2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}

.mv-logo {
  width: 28.5rem;
  margin-bottom: 3.2rem;
}

.mv-middle {
  justify-content: space-between;
}

.mv-copy-en {
  color: var(--b-1);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.23em;
}

.mv-vol {
  position: relative;
  padding-top: 13rem;
  color: var(--b-1);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  writing-mode: sideways-rl;
}

.mv-vol::before {
  position: absolute;
  top: 40%;
  left: 34%;
  width: 0.5px;
  height: 6.4rem;
  background: var(--b-1);
  content: "";
  transform: translate(-50%, -50%);
}

.mv-middle-r {
  position: relative;
  left: 0.7rem;
  width: 3.4rem;
}

.mv-copy-jp-01, .mv-copy-jp-02 {
  position: relative;
  z-index: 1;
}

.mv-deco-01, .mv-deco-02 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.6rem;
  height: 9.6rem;
  opacity: 0.75;
  transform: translate(50%, -50%);
}

.mv-deco-02 {
  right: -0.2rem;
}

#mv[data-bg="01"] {
  --sub-color: var(--k-1);
  --main-color: var(--m-1);
}

#mv[data-bg="02"] {
  --sub-color: var(--k-2);
  --main-color: var(--m-2);
}

#mv[data-bg="03"] {
  --sub-color: var(--k-3);
  --main-color: var(--m-3);
}

.mv-deco-01, .mv-deco-02 {
  color: var(--sub-color);
}

.mv-bottom {
  position: absolute;
  bottom: 4.3rem;
  width: 1.655rem;
}

.mv-fixed {
  position: absolute;
  right: -2rem;
  bottom: 2rem;
  z-index: 50;
  color: var(--sub-color);
}
.mv-fixed a {
  position: relative;
  display: block;
  width: 17.5rem;
  height: 17.5rem;
}
.mv-fixed a :nth-child(1) {
  width: 100%;
  height: 100%;
}
.mv-fixed a .fixed-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mv-fixed a .fixed-text p {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}
.mv-fixed a .fixed-text svg {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 1.8rem auto;
}

/* ==================================
scene-top
================================== */
.scene {
  padding: 7.2rem 0;
}

/* section-head */
.section-head {
  margin-bottom: 7.2rem;
  color: var(--sub-color);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.23em;
  text-align: center;
}

.section-head-heart {
  margin-bottom: 2rem;
}

/* section-middle */
.section-middle-heart {
  margin-bottom: 7.2rem;
}

/* scene-top */
.scene-top {
  margin-bottom: 7.2rem;
}

.scene-kv {
  border-top: solid 1.5px var(--sub-color);
}

.scene-cat-en {
  margin: 0 auto;
  margin-bottom: 5.4rem;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(-50%);
}

.scene-top-inner {
  position: relative;
  width: 95%;
  margin-bottom: 6.4rem;
  margin-left: auto;
  padding-bottom: 5rem;
}

.scene-title {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
  gap: 1.05rem;
}

.scene-title span {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.65rem 0.95rem 0.65rem 2.05rem;
  background: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
}

.scene-cat {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1.6rem;
  background: var(--sub-color);
  color: var(--main-color);
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
}

/* scene-num */
.scene-num-box {
  position: absolute;
  right: 0;
  bottom: 0;
}

.scene-tag-deco {
  position: absolute;
  top: 3%;
  right: 7.35rem;
}

.scene-tag-deco svg {
  width: 2rem;
  height: 2rem;
}

.scene-tag {
  position: relative;
  margin-right: 1.95rem;
  margin-left: auto;
  padding-bottom: 10.4rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  writing-mode: sideways-rl;
}

.scene-tag::before {
  position: absolute;
  top: 60%;
  left: 60%;
  width: 0.5px;
  height: 5rem;
  background: var(--sub-color);
  content: "";
  transform: translate(-50%, -50%);
}

.scene-num {
  position: relative;
  right: -2%;
  font-size: 18rem;
  font-weight: 900;
  line-height: 0.7;
  letter-spacing: -0.03em;
}

/* scene-lead */
.scene-lead {
  color: var(--b-1);
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0.16em;
  text-align: justify;
}

/* ==================================
contents-top
================================== */
.contents-top {
  margin-bottom: 4rem;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.contents-top .inner {
  justify-content: space-between;
  align-items: center;
}

.contents-top-l {
  font-weight: 700;
}
.contents-top-l span {
  font-weight: 600;
}

.contents-top-r {
  font-weight: 600;
}
.contents-top-r .contents-top-kind {
  position: relative;
  margin-left: 1.2rem;
  color: var(--main-color);
  font-size: 1rem;
  font-weight: 900;
}
.contents-top-r .contents-top-kind span {
  position: relative;
  z-index: 1;
}
.contents-top-r .contents-top-kind svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  color: var(--sub-color);
  transform: translate(-53%, -52%);
}

/* ==================================
contents-slide
================================== */
.contents-slide {
  position: relative;
  margin-bottom: 10rem;
}
.contents-slide .inner {
  position: relative;
}
.contents-slide .Swiper {
  width: 85.5%;
  margin: 0 auto;
  border-radius: 3px;
}
.contents-slide .swiper-slide {
  border: solid 1.5px var(--sub-color);
  aspect-ratio: 3/4;
}
.contents-slide .contents-slider-text {
  margin-top: 4.8rem;
  color: var(--b-1);
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.16em;
}
.contents-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ==================================
  common
================================== */
.contents-main span {
  display: block;
}

.contents-text {
  color: var(--b-1);
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.16em;
}

.contents-img img {
  border-radius: 3px;
}

.product-button {
  display: block;
  margin: 0 auto 11.2rem;
  padding: 0.6rem 8.2rem;
  border-radius: 50rem;
  background: var(--sub-color);
  color: var(--main-color);
  text-align: center;
}
.product-button :nth-child(1) {
  margin-bottom: 0.2rem;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}
.product-button :nth-child(2) {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}

.scene-bottom-img {
  margin-bottom: 8rem;
}

.cta {
  margin-bottom: 7.2rem;
}
.cta a {
  position: relative;
  display: block;
  width: 20.4rem;
  height: 20.4rem;
  margin: 0 auto;
}
.cta a :nth-child(1) {
  width: 100%;
  height: 100%;
}
.cta a .cta-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cta a .cta-text p {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}
.cta a .cta-text svg {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 1.8rem auto;
}

/* ==================================
.scene-1
  ================================== */
.scene-1 .num1-a .contents-01 .contents-l {
  position: relative;
  width: 20rem;
  margin-left: 5%;
}
.scene-1 .num1-a .contents-01 .contents-l span {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.4rem;
  transform: translate(65%, -15%);
}
.scene-1 .num1-a .contents-01 .contents-r {
  margin-left: auto;
}
.scene-1 .num1-a .contents-01 .contents-r .contents-img-cutout {
  width: 10rem;
  margin-right: 1.5rem;
  transform: translateY(-50%);
}
.scene-1 .num1-a .contents-01 .contents-r .contents-text {
  position: relative;
  top: 12%;
  right: 19%;
  text-align: center;
  transform: rotate(8deg);
}
.scene-1 .num1-a .contents-01 .contents-r .contents-text span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.scene-1 .num1-a .contents-01 .contents-r .contents-text span:nth-child(1) {
  left: -10%;
  width: 1.5rem;
}
.scene-1 .num1-a .contents-01 .contents-r .contents-text span:nth-child(3) {
  right: -5%;
  width: 1.5rem;
}
.scene-1 .num1-a .contents-02 {
  position: relative;
  align-items: center;
  margin-bottom: 5rem;
}
.scene-1 .num1-a .contents-02 .contents-l span:nth-child(1) {
  width: 1.7rem;
  margin-left: 1.5rem;
}
.scene-1 .num1-a .contents-02 .contents-l span:nth-child(2) {
  width: 3.4rem;
  margin-top: 1rem;
  margin-left: 4rem;
}
.scene-1 .num1-a .contents-02 .contents-r {
  width: 26.4rem;
  margin-top: -1rem;
  margin-left: auto;
}
.scene-1 .num1-a .contents-03 {
  margin-bottom: 2rem;
}
.scene-1 .num1-a .contents-03 .contents-text {
  position: relative;
  left: 4rem;
  margin-bottom: 6rem;
}
.scene-1 .num1-a .contents-03 .contents-text p {
  transform: rotate(-6deg);
}
.scene-1 .num1-a .contents-03 .contents-text span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  transform: translate(-85%, 40%);
}
.scene-1 .num1-a .contents-03 .contents-text span:nth-child(3) {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 21.3rem;
  transform: translateY(50%);
}
.scene-1 .num1-a .contents-03 .contents-img {
  position: relative;
  width: 26.7rem;
  margin: 0 auto;
}
.scene-1 .num1-a .contents-03 .contents-img-cutout {
  position: relative;
  width: 8.5rem;
  margin-top: -2rem;
  margin-right: 0.5rem;
  margin-left: auto;
}
.scene-1 .num1-b {
  margin-bottom: 10rem;
}
.scene-1 .num1-b .contents-01 {
  position: relative;
  margin-bottom: 10.4rem;
}
.scene-1 .num1-b .contents-01 span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18rem;
  transform: translate(5%, 50%);
}
.scene-1 .num1-b .contents-02 {
  position: relative;
  z-index: 1;
  justify-content: space-between;
}
.scene-1 .num1-b .contents-02 .contents-l {
  width: 18rem;
  margin-left: 4rem;
}
.scene-1 .num1-b .contents-02 .contents-r .contents-text {
  position: relative;
  margin-bottom: 7rem;
  text-align: center;
  transform: translate(-25%, -90%);
}
.scene-1 .num1-b .contents-02 .contents-r .contents-text span {
  position: absolute;
}
.scene-1 .num1-b .contents-02 .contents-r .contents-text :nth-child(2) {
  top: 0;
  left: 0;
  width: 4.6rem;
  transform: translate(-25%, -60%);
}
.scene-1 .num1-b .contents-02 .contents-r .contents-text :nth-child(3) {
  right: 0;
  bottom: 0;
  width: 12.5rem;
  transform: translate(10%, 70%);
}
.scene-1 .num1-b .contents-02 .contents-r > span {
  width: 10rem;
  margin-right: 1.5rem;
  margin-left: auto;
}
.scene-1 .num1-b .contents-03 {
  justify-content: space-between;
  width: 95%;
  margin-top: -1.4rem;
}
.scene-1 .num1-b .contents-03 .contents-l {
  width: 13rem;
}
.scene-1 .num1-b .contents-03 .contents-l .contents-img-cutout {
  position: relative;
  left: -20%;
  margin-top: 8rem;
  margin-bottom: 5.6rem;
}
.scene-1 .num1-b .contents-03 .contents-l .contents-text {
  position: relative;
  margin-left: 2rem;
  transform: rotate(-6deg);
}
.scene-1 .num1-b .contents-03 .contents-l .contents-text span {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  transform: translateY(-120%);
}
.scene-1 .num1-b .contents-03 .contents-r {
  position: relative;
  width: 23.2rem;
}
.scene-1 .num1-b .contents-03 .contents-r span {
  position: absolute;
  right: 0.5rem;
  bottom: 0;
  width: 5.6rem;
  transform: translateY(55%);
}

/* ==================================
.scene-2
    ================================== */
.scene-2 .num2-a .contents-01 {
  position: relative;
  width: 30rem;
  margin: 0 auto 4.8rem;
}
.scene-2 .num2-a .contents-01 span {
  position: absolute;
}
.scene-2 .num2-a .contents-01 > span:nth-child(2) {
  top: 0;
  right: 0;
  width: 5.2rem;
  transform: translate(50%, -70%);
}
.scene-2 .num2-a .contents-01 :nth-child(4) {
  bottom: 7rem;
  left: 0;
  width: 4rem;
  transform: translateX(-35%);
}
.scene-2 .num2-a .contents-01 .contents-text {
  position: absolute;
  top: -3rem;
  left: -1.5rem;
  text-align: center;
  word-break: keep-all;
  transform: rotate(-7deg);
}
.scene-2 .num2-a .contents-01 .contents-text span {
  top: 50%;
  right: 0;
  width: 4rem;
  transform: translate(120%, -50%);
}
.scene-2 .num2-a .contents-02 {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  width: 95%;
  margin-left: auto;
}
.scene-2 .num2-a .contents-02 .contents-l .contents-img-cutout:nth-child(1) {
  position: relative;
  width: 12rem;
  margin-top: 4rem;
}
.scene-2 .num2-a .contents-02 .contents-l .contents-img-cutout:nth-child(1) span {
  position: absolute;
  top: 0;
  right: 0;
  width: 8.73rem;
  transform: rotate(4deg) translate(5%, -60%);
}
.scene-2 .num2-a .contents-02 .contents-l .contents-img-cutout:nth-child(2) {
  position: relative;
  width: 6.5rem;
  margin-top: 3rem;
  margin-right: 1rem;
  margin-left: auto;
}
.scene-2 .num2-a .contents-02 .contents-l .contents-img-cutout:nth-child(2) span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5rem;
  transform: rotate(4deg) translate(-50%, 60%);
}
.scene-2 .num2-a .contents-02 .contents-r {
  width: 17.6rem;
}
.scene-2 .num2-a .contents-03 {
  position: relative;
  align-items: center;
  width: 90%;
  margin: -3.2rem auto 7.2rem;
}
.scene-2 .num2-a .contents-03 .contents-text {
  position: relative;
  margin-right: -1rem;
  margin-left: auto;
  text-align: center;
  transform: rotate(-6deg);
}
.scene-2 .num2-a .contents-03 .contents-text span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  transform: translate(-50%, -50%);
}
.scene-2 .num2-a .contents-03 .contents-img {
  width: 17.6rem;
  margin-right: 4rem;
  margin-left: auto;
}
.scene-2 .num2-a .contents-03 .contents-img :nth-child(2) {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.7rem;
  transform: translateY(-50%);
}
.scene-2 .num2-a .contents-03 .contents-img :nth-child(3) {
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: 23.6rem;
  transform: translate(-25%, 50%);
}
.scene-2 .num2-b {
  margin-bottom: 10rem;
}
.scene-2 .num2-b .contents-01 {
  margin-bottom: 5.6rem;
}
.scene-2 .num2-b .contents-01 .contents-l .contents-text {
  position: relative;
  z-index: 1;
  margin-top: 3rem;
  margin-bottom: 10rem;
  margin-left: 4rem;
  text-align: center;
}
.scene-2 .num2-b .contents-01 .contents-l .contents-text span {
  position: absolute;
}
.scene-2 .num2-b .contents-01 .contents-l .contents-text :nth-child(2) {
  top: -2rem;
  left: -2rem;
  width: 4rem;
}
.scene-2 .num2-b .contents-01 .contents-l .contents-text :nth-child(3) {
  right: -2.5rem;
  bottom: -1rem;
  width: 2.2rem;
}
.scene-2 .num2-b .contents-01 .contents-l .contents-img-cutout {
  position: relative;
  left: -1rem;
  width: 11rem;
  transform: rotate(-20deg);
}
.scene-2 .num2-b .contents-01 .contents-l .contents-img-cutout span {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4.8rem;
  transform: translate(30%, 70%);
}
.scene-2 .num2-b .contents-01 .contents-r {
  position: relative;
  width: 21.7rem;
  margin-right: 4rem;
  margin-left: auto;
}
.scene-2 .num2-b .contents-01 .contents-r span {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5.2rem;
  transform: translate(50%, 50%);
}
.scene-2 .num2-b .contents-02 {
  width: 90%;
  margin: 0 auto 4.2rem;
}
.scene-2 .num2-b .contents-02 .contents-img {
  width: 23.4rem;
}
.scene-2 .num2-b .contents-03 {
  justify-content: space-between;
}
.scene-2 .num2-b .contents-03 .contents-l {
  position: relative;
  z-index: 1;
}
.scene-2 .num2-b .contents-03 .contents-l .contents-text {
  position: absolute;
  top: 9.8rem;
  left: 2rem;
  word-break: keep-all;
  transform: rotate(-9deg);
}
.scene-2 .num2-b .contents-03 .contents-l span {
  position: absolute;
  top: 0;
  right: -2.5rem;
  width: 4.8rem;
  transform: translateY(-100%) rotate(15deg);
}
.scene-2 .num2-b .contents-03 .contents-img-cutout {
  position: absolute;
  bottom: 4rem;
  width: 9.2rem;
}
.scene-2 .num2-b .contents-03 .contents-img-cutout span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 5.8rem;
  transform: translate(-40%, -120%);
}
.scene-2 .num2-b .contents-r {
  position: relative;
  width: 26.4rem;
}
.scene-2 .num2-b .contents-r span {
  position: absolute;
  top: 0;
  right: 5.4rem;
  width: 2.5rem;
  transform: translateY(-100%);
}

/* ==================================
.scene-3
================================== */
.scene-3 .num3-a .contents-01 {
  margin-bottom: 4rem;
}
.scene-3 .num3-a .contents-01 .contents-l {
  position: relative;
}
.scene-3 .num3-a .contents-01 .contents-l .contents-img {
  width: 26.5rem;
}
.scene-3 .num3-a .contents-01 .contents-l span {
  position: absolute;
  top: 0;
  right: 0;
  width: 5.8rem;
  transform: translate(60%, -60%);
}
.scene-3 .num3-a .contents-01 .contents-r {
  position: relative;
  margin-left: 1rem;
}
.scene-3 .num3-a .contents-01 .contents-r .contents-text {
  position: relative;
  margin-top: 8rem;
}
.scene-3 .num3-a .contents-01 .contents-r .contents-text span {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.3rem;
  transform: translate(60%, -70%);
}
.scene-3 .num3-a .contents-01 .contents-r .contents-img-cutout {
  position: absolute;
  right: inherit;
  bottom: 8rem;
  left: 1.5rem;
  width: 10rem;
}
.scene-3 .num3-a .contents-01 .contents-r .contents-img-cutout span {
  position: absolute;
  top: -9rem;
  right: 2rem;
  width: 5.5rem;
}
.scene-3 .num3-a .contents-02 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto 4rem;
}
.scene-3 .num3-a .contents-02 .contents-l .contents-img-cutout {
  position: relative;
  left: 6rem;
  z-index: 1;
  width: 7rem;
}
.scene-3 .num3-a .contents-02 .contents-l .contents-img-cutout span {
  position: absolute;
  top: -7rem;
  left: -4rem;
  width: 4.53rem;
}
.scene-3 .num3-a .contents-02 .contents-r {
  position: relative;
  width: 22.7rem;
  margin-left: auto;
}
.scene-3 .num3-a .contents-02 .contents-r span {
  position: absolute;
  top: 0.5rem;
  right: 25%;
  width: 6rem;
  transform: translateY(-100%);
}
.scene-3 .num3-a .contents-03 {
  position: relative;
  padding-bottom: 7.2rem;
}
.scene-3 .num3-a .contents-03 .contents-text {
  position: absolute;
  top: 0;
  left: 7%;
  z-index: 1;
  width: 2.7rem;
  text-align: center;
  word-break: keep-all;
  transform: translateY(-120%) rotate(-7deg);
}
.scene-3 .num3-a .contents-03 .contents-text span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 110%;
  width: 14rem;
  transform: translate(-50%, -50%);
}
.scene-3 .num3-a .contents-03 .contents-text span:nth-child(3) {
  position: absolute;
  top: -57%;
  left: -60%;
  width: 2.7rem;
  transform: translateY(-100%);
}
.scene-3 .num3-a .contents-03 .contents-img {
  position: relative;
}
.scene-3 .num3-a .contents-03 .contents-img span {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 30.4rem;
  transform: translate(25%, 50%);
}
.scene-3 .num3-b {
  margin-bottom: 9rem;
}
.scene-3 .num3-b .contents-01 {
  position: relative;
  margin-bottom: 9.2rem;
}
.scene-3 .num3-b .contents-01 .contents-img {
  position: relative;
  width: 28.2rem;
}
.scene-3 .num3-b .contents-01 .contents-img span {
  position: absolute;
}
.scene-3 .num3-b .contents-01 .contents-img :nth-child(2) {
  bottom: -5rem;
  left: -1rem;
  width: 4.9rem;
}
.scene-3 .num3-b .contents-01 .contents-img :nth-child(3) {
  right: -4.5rem;
  bottom: -3rem;
  width: 7.3rem;
}
.scene-3 .num3-b .contents-01 .contents-text {
  position: absolute;
  top: 0;
  right: 6rem;
  text-align: center;
  word-break: keep-all;
  transform: rotate(7deg);
}
.scene-3 .num3-b .contents-01 .contents-text span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16.4rem;
  transform: translate(-50%, -50%);
}
.scene-3 .num3-b .contents-01 .contents-img-cutout {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 11.4rem;
  transform: translateY(-50%);
}
.scene-3 .num3-b .contents-01 .contents-img-cutout span {
  position: absolute;
  right: 0.7rem;
  bottom: -5rem;
  width: 4.8rem;
}
.scene-3 .num3-b .contents-02 {
  justify-content: space-between;
}
.scene-3 .num3-b .contents-02 .contents-l {
  width: 16.4rem;
}
.scene-3 .num3-b .contents-02 .contents-l .contents-img-cutout {
  position: relative;
  width: 8.1rem;
  margin-top: 6rem;
  margin-bottom: 2rem;
  margin-left: 0.7rem;
}
.scene-3 .num3-b .contents-02 .contents-l .contents-img-cutout span {
  position: absolute;
}
.scene-3 .num3-b .contents-02 .contents-l .contents-img-cutout :nth-child(2) {
  top: -9.5rem;
  left: 1rem;
  width: 6.8rem;
}
.scene-3 .num3-b .contents-02 .contents-l .contents-img-cutout :nth-child(3) {
  top: -12rem;
  left: 11.3rem;
  width: 11.2rem;
}
.scene-3 .num3-b .contents-02 .contents-l .contents-img {
  position: relative;
}
.scene-3 .num3-b .contents-02 .contents-l .contents-img span {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.4rem;
  transform: translate(-30%, -80%);
}
.scene-3 .num3-b .contents-02 .contents-r {
  position: relative;
  width: 19.5rem;
}
.scene-3 .num3-b .contents-02 .contents-text {
  position: relative;
  margin-top: 4rem;
  text-align: center;
  transform: rotate(11deg);
}
.scene-3 .num3-b .contents-02 .contents-text span {
  position: absolute;
}
.scene-3 .num3-b .contents-02 .contents-text :nth-child(2) {
  bottom: -1.5rem;
  left: 1rem;
  width: 4.8rem;
  transform: rotate(-15deg);
}
.scene-3 .num3-b .contents-02 .contents-text :nth-child(3) {
  right: 1.5rem;
  bottom: -2rem;
  width: 5rem;
}

/* ==================================
person
================================== */
.person .person-title {
  margin-bottom: 4rem;
  color: var(--b-1);
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: 0.28em;
  text-align: center;
}
.person .person-name-box {
  margin-bottom: 3.2rem;
  text-align: center;
}
.person .person-name-ruby {
  margin-bottom: 0.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}
.person .person-name {
  margin-bottom: 0.8rem;
  color: var(--b-1);
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.17em;
}
.person .person-name span:nth-child(1) {
  color: var(--sub-color);
}
.person .person-name span:nth-child(2) {
  margin-left: -1rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
}
.person .person-cat {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
.person .person-img {
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
  margin-bottom: 3.2rem;
  overflow: hidden;
  border-radius: 50rem;
}
.person .sns-list {
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.person .sns-list .sns-item {
  width: 3.2rem;
  height: 3.2rem;
}
.person .sns-list .sns-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.person .sns-list .sns-item svg {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}

/* ==================================
 modal
  ================================== */
/* base */
.modal {
  position: fixed;
  top: 0;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-wrap {
  position: relative;
  pointer-events: none;
}

/* custom */
.modal {
  background: var(--main-color-70);
  color: var(--sub-color);
  transition: 0.6s ease-out;
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
}

.modal-bg {
  background: transparent;
}

.modal-inner {
  padding: 18rem 0;
  pointer-events: none;
}
.modal-inner div {
  margin-bottom: 2rem;
}
.modal-inner div:last-child {
  margin-bottom: 0;
}
.modal-inner img {
  border-radius: 3px;
}

/* ==================================
 modal-head
  ================================== */
/* base */
.modal-close {
  position: absolute;
  pointer-events: all;
}

.modal-line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.modal-line span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  transform-origin: top;
}
.modal-line span:first-child {
  transform: rotate(-45deg) translateY(-50%);
}
.modal-line span:last-child {
  transform: rotate(45deg) translateY(-50%);
}

/* custom */
.modal-close {
  top: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: transparent;
}

.modal-line {
  width: 100%;
  height: 2rem;
}

.modal-line span {
  height: 1px;
  background: #fff;
}