:root {
  --color-primary: #893493;
  --color-text: #4c4c4c;
  --color-border: #b8b8b8;
  --color-white: #fff;
  --max-width-content: 1040px;
  --max-width-inner: 1200px;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: var(--color-text);
  line-height: 1.8;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

section {
  padding: 0 5vw;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/* ===== MV ===== */
.mv {
  position: relative;
  padding: 2.5vw 4.5vw;
  width: 100%;
  height: 100vh;
  z-index: 5;
  overflow: hidden;
}
.mv-visual {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/mv.jpg") center center/cover no-repeat;
  left: 0;
  top: 0;
  z-index: -1;
  will-change: transform;
  pointer-events: none;
}
.mv-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mv-logo {
  width: 310px;
}
.mv-lang {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  border: 1px solid #888;
  border-radius: 9999px;
  padding: 7px 20px 9px 20px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.mv-lang a {
  text-decoration: none;
  color: #7b7b7b;
}
.mv-lang .is-current {
  color: var(--color-primary);
  font-weight: 500;
  pointer-events: none;
}
.mv-copy {
  width: min(52vw, 765px);
  margin-top: calc(45vh - 90px);
  margin-left: auto;
  margin-right: 24px;
}
.mv-scroll {
  position: absolute;
  left: 26px;
  bottom: 34px;
  padding-bottom: 20px;
}
.mv-scroll::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: var(--color-text);
  position: absolute;
  opacity: 0.8;
  bottom: 0;
  left: calc(50% + 1px);
}
.mv-scroll span {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 13px;
  color: var(--color-text);
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .mv {
    min-height: 100vh;
    padding: 3.5vw 4.5vw;
  }
  .mv-visual {
    background: url("../images/mv_sp.jpg") center center/cover no-repeat;
  }
  .mv-logo {
    width: 125px;
  }
  .mv-lang {
    padding: 6px 15px 8px 15px;
    font-size: 11px;
  }
  .mv-copy {
    width: min(90vw, 460px);
    margin: 9vh auto 0 auto;
  }
  .mv-scroll {
    display: none;
  }
}

/* ===== About ===== */
.about {
  padding: 9.5vw 5vw;
  padding-bottom: calc(9.5vw + 15%);
  background-color: #ddd;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-bg {
  position: fixed;
  inset: -10%;
  pointer-events: none;
  z-index: 0;
  -webkit-filter: blur(35px);
          filter: blur(35px);
  opacity: 0.95;
  will-change: transform;
}
.about-bg-blob {
  position: absolute;
  border-radius: 50%;
  -webkit-filter: blur(40px);
          filter: blur(40px);
}
.about-bg-blob-1 {
  width: 48;
  aspect-ratio: 1.3/1;
  background: rgba(255, 255, 255, 0.95);
  top: 5%;
  left: 5%;
  -webkit-animation: blob-drift-1 7s ease-in-out infinite alternate;
          animation: blob-drift-1 7s ease-in-out infinite alternate;
}
.about-bg-blob-2 {
  width: 40%;
  aspect-ratio: 1/1.2;
  background: rgba(180, 180, 180, 0.65);
  top: 0%;
  right: 5%;
  -webkit-animation: blob-drift-2 9s ease-in-out infinite alternate;
          animation: blob-drift-2 9s ease-in-out infinite alternate;
}
.about-bg-blob-3 {
  width: 46%;
  aspect-ratio: 1.2/1;
  background: rgb(255, 255, 255);
  bottom: 10%;
  right: 10%;
  -webkit-animation: blob-drift-3 8s ease-in-out infinite alternate;
          animation: blob-drift-3 8s ease-in-out infinite alternate;
}
.about-bg-blob-4 {
  width: 45%;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.92);
  bottom: 5%;
  left: 10%;
  -webkit-animation: blob-drift-4 6s ease-in-out infinite alternate;
          animation: blob-drift-4 6s ease-in-out infinite alternate;
}
.about-bg-blob-5 {
  width: 38%;
  aspect-ratio: 1/1;
  background: rgb(255, 255, 255);
  top: 38%;
  left: 35%;
  -webkit-animation: blob-drift-5 8s ease-in-out infinite alternate;
          animation: blob-drift-5 8s ease-in-out infinite alternate;
}
.about-bg-blob-6 {
  width: 30%;
  aspect-ratio: 1.1/1;
  background: rgba(255, 255, 255, 0.8);
  top: 20%;
  left: 60%;
  -webkit-animation: blob-drift-6 10s ease-in-out infinite alternate;
          animation: blob-drift-6 10s ease-in-out infinite alternate;
}
.about-bg-blob-7 {
  width: 35%;
  aspect-ratio: 1/1.1;
  background: rgb(255, 255, 255);
  bottom: 35%;
  left: 38%;
  -webkit-animation: blob-drift-7 7s ease-in-out infinite alternate;
          animation: blob-drift-7 7s ease-in-out infinite alternate;
}
.about-bg-blob-8 {
  width: 30%;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.88);
  top: 45%;
  right: 18%;
  -webkit-animation: blob-drift-8 9s ease-in-out infinite alternate;
          animation: blob-drift-8 9s ease-in-out infinite alternate;
}
@media (prefers-reduced-motion: reduce) {
  .about .about-bg {
    display: none;
  }
}
.about-inner {
  position: relative;
  z-index: 1;
  will-change: transform;
}
.about-copy, .about-point, .about-loop {
  position: relative;
  z-index: 1;
}
.about-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(40px, 6vw, 80px);
  max-width: 1080px;
  margin: 0 auto;
}
.about-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: clamp(280px, 45%, 475px);
}
.about-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-top: 20px;
}
.about-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
  margin-bottom: 20px;
}
.about-heading-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.82;
}
.about-heading-text span {
  display: inline-block;
  position: relative;
  text-indent: 2em;
}
.about-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
.about-body-mt {
  margin-top: 2em;
}
.about-loop {
  position: relative;
  overflow: hidden;
  padding: 10vw 0;
  margin-left: -5vw;
  margin-right: -5vw;
}
.about-loop-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: about-loop-marquee 95s linear infinite;
          animation: about-loop-marquee 95s linear infinite;
  will-change: transform;
}
.about-loop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 35px;
  margin-right: 35px;
}
.about-loop-item img {
  width: 250px;
}
.about-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 34px;
  max-width: 860px;
  margin: 0 auto;
}
.about-point-copy {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  padding-top: 6px;
}
.about-point-logo {
  width: 84px;
  margin-bottom: 25px;
  margin-left: 64px;
}
.about-point-title {
  color: var(--color-primary);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-bottom: 44px;
}
.about-point-main {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.12em;
  margin-bottom: 48px;
}
.about-point-sub {
  font-size: 16px;
  line-height: 2.4;
  letter-spacing: 0.08em;
}
.about-point-bubbles {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 770px;
}
.about-bubble {
  position: absolute;
  width: 250px;
  aspect-ratio: 1;
  border: 1px solid rgba(143, 99, 153, 0.45);
  border-radius: 50%;
  color: var(--color-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
  background-color: transparent;
}
.about-bubble-1 {
  right: 154px;
  top: 0;
}
.about-bubble-2 {
  right: 0;
  top: 180px;
}
.about-bubble-3 {
  right: 154px;
  top: 360px;
}
.about-bubble-4 {
  right: 10px;
  top: 550px;
}
@media (max-width: 768px) {
  .about {
    padding: 90px 6.5vw 140px 6.5vw;
    padding-bottom: calc(20% + 150px);
  }
  .about-loop {
    margin-left: -6.5vw;
    margin-right: -6.5vw;
  }
  .about-loop-item {
    gap: 10px;
    margin-right: 10px;
  }
  .about-loop-item img {
    width: 122px;
  }
  .about-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 3.5vw;
    max-width: 100%;
  }
  .about-content {
    display: contents;
  }
  .about-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62%;
            flex: 0 0 62%;
    width: 62%;
    max-width: none;
    margin: 0;
  }
  .about-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .about-heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(38% - 3.5vw);
            flex: 0 0 calc(38% - 3.5vw);
    width: calc(38% - 3.5vw);
    max-width: none;
    margin: 11% 0 0 0;
    padding-right: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about-heading-text {
    font-size: clamp(20px, 5.6vw, 28px);
    letter-spacing: 0.14em;
    line-height: 1.72;
  }
  .about-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    width: 100%;
    margin-top: 32px;
    padding: 0 1px;
  }
  .about-body p {
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
  }
  .about-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 48px;
    max-width: 100%;
    gap: 0;
  }
  .about-point-copy {
    display: contents;
  }
  .about-point-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 72px;
    margin: 0 auto 20px;
  }
  .about-point-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
    margin: 0 auto 20px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .about-point-main {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 30px;
  }
  .about-point-sub {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -ms-flex-item-align: left;
        -ms-grid-row-align: left;
        align-self: left;
    width: 100%;
    max-width: 380px;
    margin: 36px auto 0;
    padding: 0 4vw;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.08em;
    text-align: left;
  }
  .about-point-bubbles {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 240px;
    height: 300px;
    min-height: 0;
  }
  .about-bubble {
    position: absolute;
    width: 125px;
    aspect-ratio: 1;
    max-width: none;
    font-size: 13px;
    font-weight: 400;
    padding: 0 0 4px 0;
  }
  .about-bubble-1 {
    left: 0;
    top: 0;
  }
  .about-bubble-2 {
    right: 9px;
    top: 55px;
  }
  .about-bubble-3 {
    left: 8px;
    top: 120px;
  }
  .about-bubble-4 {
    right: 0;
    top: 175px;
  }
}

@-webkit-keyframes blob-drift-1 {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  33% {
    -webkit-transform: translate(120px, 80px) scale(1.1);
            transform: translate(120px, 80px) scale(1.1);
  }
  66% {
    -webkit-transform: translate(-60px, 140px) scale(0.93);
            transform: translate(-60px, 140px) scale(0.93);
  }
  100% {
    -webkit-transform: translate(100px, -100px) scale(1.08);
            transform: translate(100px, -100px) scale(1.08);
  }
}

@keyframes blob-drift-1 {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  33% {
    -webkit-transform: translate(120px, 80px) scale(1.1);
            transform: translate(120px, 80px) scale(1.1);
  }
  66% {
    -webkit-transform: translate(-60px, 140px) scale(0.93);
            transform: translate(-60px, 140px) scale(0.93);
  }
  100% {
    -webkit-transform: translate(100px, -100px) scale(1.08);
            transform: translate(100px, -100px) scale(1.08);
  }
}
@-webkit-keyframes blob-drift-2 {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  40% {
    -webkit-transform: translate(-130px, 110px) scale(1.12);
            transform: translate(-130px, 110px) scale(1.12);
  }
  100% {
    -webkit-transform: translate(90px, -150px) scale(0.9);
            transform: translate(90px, -150px) scale(0.9);
  }
}
@keyframes blob-drift-2 {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  40% {
    -webkit-transform: translate(-130px, 110px) scale(1.12);
            transform: translate(-130px, 110px) scale(1.12);
  }
  100% {
    -webkit-transform: translate(90px, -150px) scale(0.9);
            transform: translate(90px, -150px) scale(0.9);
  }
}
@-webkit-keyframes blob-drift-3 {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  30% {
    -webkit-transform: translate(-100px, -110px) scale(1.08);
            transform: translate(-100px, -110px) scale(1.08);
  }
  70% {
    -webkit-transform: translate(150px, 60px) scale(0.92);
            transform: translate(150px, 60px) scale(0.92);
  }
  100% {
    -webkit-transform: translate(-80px, 130px) scale(1.1);
            transform: translate(-80px, 130px) scale(1.1);
  }
}
@keyframes blob-drift-3 {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  30% {
    -webkit-transform: translate(-100px, -110px) scale(1.08);
            transform: translate(-100px, -110px) scale(1.08);
  }
  70% {
    -webkit-transform: translate(150px, 60px) scale(0.92);
            transform: translate(150px, 60px) scale(0.92);
  }
  100% {
    -webkit-transform: translate(-80px, 130px) scale(1.1);
            transform: translate(-80px, 130px) scale(1.1);
  }
}
@-webkit-keyframes blob-drift-4 {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  50% {
    -webkit-transform: translate(160px, -80px) scale(1.14);
            transform: translate(160px, -80px) scale(1.14);
  }
  100% {
    -webkit-transform: translate(-110px, -130px) scale(0.88);
            transform: translate(-110px, -130px) scale(0.88);
  }
}
@keyframes blob-drift-4 {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  50% {
    -webkit-transform: translate(160px, -80px) scale(1.14);
            transform: translate(160px, -80px) scale(1.14);
  }
  100% {
    -webkit-transform: translate(-110px, -130px) scale(0.88);
            transform: translate(-110px, -130px) scale(0.88);
  }
}
@-webkit-keyframes blob-drift-5 {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  25% {
    -webkit-transform: translate(-150px, 90px) scale(1.08);
            transform: translate(-150px, 90px) scale(1.08);
  }
  60% {
    -webkit-transform: translate(120px, -70px) scale(0.94);
            transform: translate(120px, -70px) scale(0.94);
  }
  100% {
    -webkit-transform: translate(-70px, -120px) scale(1.12);
            transform: translate(-70px, -120px) scale(1.12);
  }
}
@keyframes blob-drift-5 {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  25% {
    -webkit-transform: translate(-150px, 90px) scale(1.08);
            transform: translate(-150px, 90px) scale(1.08);
  }
  60% {
    -webkit-transform: translate(120px, -70px) scale(0.94);
            transform: translate(120px, -70px) scale(0.94);
  }
  100% {
    -webkit-transform: translate(-70px, -120px) scale(1.12);
            transform: translate(-70px, -120px) scale(1.12);
  }
}
@-webkit-keyframes blob-drift-6 {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  35% {
    -webkit-transform: translate(110px, 130px) scale(1.06);
            transform: translate(110px, 130px) scale(1.06);
  }
  70% {
    -webkit-transform: translate(-90px, 80px) scale(0.92);
            transform: translate(-90px, 80px) scale(0.92);
  }
  100% {
    -webkit-transform: translate(80px, -110px) scale(1.1);
            transform: translate(80px, -110px) scale(1.1);
  }
}
@keyframes blob-drift-6 {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  35% {
    -webkit-transform: translate(110px, 130px) scale(1.06);
            transform: translate(110px, 130px) scale(1.06);
  }
  70% {
    -webkit-transform: translate(-90px, 80px) scale(0.92);
            transform: translate(-90px, 80px) scale(0.92);
  }
  100% {
    -webkit-transform: translate(80px, -110px) scale(1.1);
            transform: translate(80px, -110px) scale(1.1);
  }
}
@-webkit-keyframes blob-drift-7 {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  40% {
    -webkit-transform: translate(-80px, -60px) scale(1.1);
            transform: translate(-80px, -60px) scale(1.1);
  }
  100% {
    -webkit-transform: translate(90px, 40px) scale(0.92);
            transform: translate(90px, 40px) scale(0.92);
  }
}
@keyframes blob-drift-7 {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  40% {
    -webkit-transform: translate(-80px, -60px) scale(1.1);
            transform: translate(-80px, -60px) scale(1.1);
  }
  100% {
    -webkit-transform: translate(90px, 40px) scale(0.92);
            transform: translate(90px, 40px) scale(0.92);
  }
}
@-webkit-keyframes blob-drift-8 {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  30% {
    -webkit-transform: translate(-70px, 60px) scale(1.06);
            transform: translate(-70px, 60px) scale(1.06);
  }
  65% {
    -webkit-transform: translate(60px, -70px) scale(0.96);
            transform: translate(60px, -70px) scale(0.96);
  }
  100% {
    -webkit-transform: translate(-60px, -50px) scale(1.04);
            transform: translate(-60px, -50px) scale(1.04);
  }
}
@keyframes blob-drift-8 {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  30% {
    -webkit-transform: translate(-70px, 60px) scale(1.06);
            transform: translate(-70px, 60px) scale(1.06);
  }
  65% {
    -webkit-transform: translate(60px, -70px) scale(0.96);
            transform: translate(60px, -70px) scale(0.96);
  }
  100% {
    -webkit-transform: translate(-60px, -50px) scale(1.04);
            transform: translate(-60px, -50px) scale(1.04);
  }
}
@-webkit-keyframes about-loop-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes about-loop-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .about-loop-track {
    -webkit-animation: none;
            animation: none;
  }
}
/* ===== Area ===== */
.area {
  position: relative;
  padding: 120vh 5vw 11vw 5vw;
  overflow: hidden;
  z-index: 2;
}
.area .area-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.area .area-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  z-index: 0;
  left: 0;
  top: 0;
}
.area .area-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: auto;
}
.area .area-bg.is-fixed {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  backdrop-filter: blur(20px);
}
.area .area-bg.is-blur .area-bg-video {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}
.area .area-bg-video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: -webkit-filter 0.6s ease, -webkit-transform 0.6s ease;
  transition: -webkit-filter 0.6s ease, -webkit-transform 0.6s ease;
  transition: filter 0.6s ease, transform 0.6s ease;
  transition: filter 0.6s ease, transform 0.6s ease, -webkit-filter 0.6s ease, -webkit-transform 0.6s ease;
  will-change: filter, transform;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.area .area-bg-video__cover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.area .area-bg-video__player {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .area .area-bg-video {
    display: none;
  }
  .area .area-bg {
    background: #1a1a1a;
  }
}
.area.is-fixed .area-bg {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
}
.area-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.area-en-title {
  text-align: center;
  color: var(--color-white);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
.area-en-arrow {
  width: 10px;
  height: 10px;
  margin: 14px auto 90px;
  border-right: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.area-side-label {
  position: absolute;
  left: calc(5vw - 40px);
  top: calc(50vh + 50% - 75px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: rgba(255, 255, 255, 0.5);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
}
.area-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8%;
}
.area-copy {
  width: 50%;
  color: var(--color-white);
}
.area-copy p {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.4;
  letter-spacing: 0.06em;
  padding-right: 8%;
}
.area-heading {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.1em;
  padding-bottom: 22px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.area-map-wrap {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.area-stats {
  max-width: 800px;
  margin: 150px auto 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px;
}
.area-stat {
  text-align: center;
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.area-stat p strong {
  color: var(--color-primary);
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}
.area-stat p em {
  font-size: 20px;
  font-style: normal;
  margin-left: 4px;
  color: var(--color-primary);
  font-weight: 400;
  position: relative;
  display: inline-block;
  top: -1px;
}
.area-stat-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 12px;
  color: var(--color-text);
  font-weight: 400;
  padding: 5px 0;
  height: 42px;
}
.area-stat-label-double {
  padding: 0;
}
.area-stat-split .area-stat-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
}
.area-stat-split .area-stat-double span {
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
  color: var(--color-text);
  font-weight: 400;
  line-height: 1;
}
.area-stat-split .area-stat-double strong {
  color: var(--color-primary);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.area-stat-split .area-stat-double em {
  color: var(--color-primary);
  font-style: normal;
  font-size: 20px;
  font-weight: 500;
  margin-left: 4px;
}
@media (max-width: 768px) {
  .area {
    padding: 120vh 6.5vw 100px 6.5vw;
  }
  .area-en-title {
    font-size: 16px;
    letter-spacing: 0.02em;
  }
  .area-en-arrow {
    margin: 10px auto 22px;
  }
  .area-side-label {
    display: none;
  }
  .area-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 30px 0 0 0;
  }
  .area-copy, .area-map-wrap {
    width: 100%;
  }
  .area-copy {
    display: contents;
  }
  .area-copy p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
    padding-right: 0;
    font-size: 14px;
    line-height: 2.15;
    letter-spacing: 0.04em;
  }
  .area-heading {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 0;
    margin-bottom: 50px;
    border-bottom: 0;
    font-size: 6vw;
    line-height: 1.9;
    letter-spacing: 0.08em;
  }
  .area-map-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-radius: 8px;
  }
  .area-stats {
    margin: 28px auto 0;
    max-width: 230px;
    padding: 20px 15px 30px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    border-radius: 10px;
  }
  .area-stat p strong {
    font-size: 45px;
  }
  .area-stat p em {
    font-size: 16px;
    margin-left: 1px;
  }
  .area-stat-split .area-stat-double {
    gap: 22px;
  }
  .area-stat-split .area-stat-double strong {
    font-size: 33px;
  }
  .area-stat-split .area-stat-double em {
    font-size: 12px;
    margin-left: 1px;
  }
  .area-stat-label {
    height: auto;
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 8px;
  }
}

/* ===== Feature ===== */
.feature {
  padding: 12vw 0;
  background: #FFFEF8;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  z-index: 5;
}
.feature-inner {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature-media {
  width: 50%;
}
.feature-image {
  margin: 0;
}
.feature-content {
  width: 50%;
  padding-right: 5vw;
}
.feature-content-inner {
  max-width: 480px;
}
.feature-kicker {
  color: #7f688d;
  font-size: 18px;
  line-height: 1;
  display: block;
  margin-bottom: 60px;
}
.feature-title {
  margin-top: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid #893493;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.14em;
  font-weight: 500;
}
.feature-lead {
  margin-top: 24px;
  font-size: 16px;
  line-height: 2.35;
  letter-spacing: 0.08em;
  color: #4a4a4a;
}
.feature-floor {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
.feature-floor-map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 164px;
          flex: 0 0 164px;
}
.feature-floor-copy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.feature-floor-block + .feature-floor-block {
  margin-top: 18px;
}
.feature-floor h3 {
  color: var(--color-primary);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.feature-floor p {
  color: #4a4a4a;
  font-size: 12px;
  line-height: 2.2;
  letter-spacing: 0.08em;
}
.feature-floor p + p {
  margin-top: 10px;
}
.feature-side-label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(5vw - 40px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #bebebe;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .feature {
    padding: 90px 6.5vw;
  }
  .feature .feature-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .feature .feature-content,
  .feature .feature-content-inner {
    display: contents;
  }
  .feature .feature-kicker {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 36px;
  }
  .feature .feature-kicker img {
    width: 92px;
  }
  .feature .feature-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
    margin-bottom: 32px;
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 6vw;
    line-height: 1.7;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
  .feature .feature-media {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .feature .feature-lead {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 0;
    font-size: 15px;
    line-height: 2.05;
    letter-spacing: 0.06em;
  }
  .feature .feature-floor {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 24px;
    display: block;
  }
  .feature .feature-floor-map {
    width: 160px;
    margin: 0 auto 25px auto;
  }
  .feature .feature-floor-copy {
    margin-top: 14px;
    width: 80%;
    margin: 0 auto;
  }
  .feature .feature-floor-block + .feature-floor-block {
    margin-top: 14px;
  }
  .feature .feature-floor h3 {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .feature .feature-floor p {
    font-size: 12px;
    line-height: 2.1;
    letter-spacing: 0.06em;
  }
  .feature .feature-side-label {
    display: none;
  }
}

.feature-01 .feature-media {
  padding-right: 10vw;
}
.feature-01 .feature-image-02 {
  width: 75%;
  margin-left: auto;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .feature-01 .feature-media {
    padding-right: 0;
  }
}

.feature-02 {
  background: #EEF1F1;
}
.feature-02 .feature-side-label {
  right: auto;
  left: calc(5vw - 40px);
  color: #CBD7D8;
}
.feature-02 .feature-content {
  padding-left: 5vw;
  padding-right: 3%;
}
.feature-02 .feature-content .feature-content-inner {
  margin-left: auto;
}
.feature-02 .feature-media {
  padding-left: 3%;
}
.feature-02 .feature-image-03 {
  width: 75%;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.feature-02 .feature-image-04 {
  width: 45%;
  margin-top: -12.5%;
}
@media (max-width: 768px) {
  .feature-02 .feature-kicker {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .feature-02 .feature-title {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .feature-02 .feature-lead {
    padding-top: 20px;
  }
  .feature-02 .feature-media {
    display: none;
  }
}

.feature-03 {
  background: #FFFEF8;
}
.feature-03 .feature-side-label {
  right: calc(5vw - 40px);
  color: #c6c6c6;
}
.feature-03 .feature-content {
  padding-left: 5vw;
  padding-right: 3%;
}
.feature-03 .feature-content .feature-content-inner {
  margin-right: auto;
}
.feature-03 .feature-media {
  padding-right: 3%;
}
.feature-03 .feature-image-05 {
  width: 45%;
  margin-left: 30%;
}
.feature-03 .feature-image-06 {
  width: 38%;
  margin-left: auto;
  margin-top: -16%;
}
@media (max-width: 768px) {
  .feature-03 .feature-kicker {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .feature-03 .feature-title {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .feature-03 .feature-lead {
    padding-top: 20px;
  }
  .feature-03 .feature-media {
    display: none;
  }
}

/* ===== Access ===== */
.access {
  padding: 76px 5vw 92px;
  background: #697586;
  color: var(--color-white);
  position: relative;
  z-index: 5;
}
.access-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.access-header {
  margin-bottom: 28px;
}
.access-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.access-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 54px;
}
.access-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.access-list {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.access-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 78px 22px 1fr;
  grid-template-columns: 78px 1fr;
  gap: 22px;
}
.access-row dt,
.access-row dd {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.08em;
}
.access-row dt {
  font-weight: 400;
  white-space: nowrap;
}
.access-row dd {
  font-weight: 400;
}
.access-row dd p + p {
  margin-top: 2px;
}
.access-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 330px;
          flex: 0 0 330px;
  margin-top: 8px;
}
.access-map-wrap {
  margin: 42px auto 0;
  max-width: 760px;
  border-radius: 12px;
  overflow: hidden;
}
.access-map-wrap iframe {
  display: block;
  width: 100%;
  height: 250px;
  border: 0;
}
@media (max-width: 768px) {
  .access {
    padding: 90px 6.5vw;
  }
  .access-header {
    margin-bottom: 32px;
  }
  .access-title {
    font-size: 22px;
  }
  .access-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .access-row {
    -ms-grid-columns: 60px 15px 1fr;
    grid-template-columns: 60px 1fr;
    gap: 15px;
  }
  .access-row dt,
  .access-row dd {
    line-height: 1.9;
    font-size: 12px;
  }
  .access-label {
    max-width: 260px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
  .access-map-wrap {
    margin-top: 42px;
    border-radius: 6px;
    margin-bottom: 42px;
  }
}

/* ===== Contact ===== */
.contact {
  padding: 64px 5vw 76px;
  background: #efefef;
  position: relative;
  z-index: 5;
}
.contact-inner {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}
.contact-lead {
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: #4a4a4a;
}
.contact-tel {
  margin-top: 4px;
}
.contact-tel a {
  color: var(--color-primary);
  text-decoration: none;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.contact-company {
  margin-top: 6px;
  font-size: 11px;
  color: #6b6b6b;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.contact-cta {
  margin-top: 24px;
}
.contact-cta a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 230px;
  padding: 18px 30px;
  border-radius: 9999px;
  background: -webkit-gradient(linear, left top, right top, from(#b06ec2), to(#c7acd7));
  background: linear-gradient(90deg, #b06ec2 0%, #c7acd7 100%);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.contact-cta a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .contact {
    padding: 50px 5vw 58px;
  }
  .contact-lead {
    font-size: 12px;
  }
  .contact-tel {
    margin-top: 8px;
  }
  .contact-tel a {
    font-size: 30px;
  }
  .contact-company {
    margin-top: 8px;
    font-size: 10px;
  }
  .contact-cta {
    margin-top: 22px;
  }
  .contact-cta a {
    font-size: 15px;
    min-width: 230px;
    padding: 20px 18px;
  }
}

/* ===== Footer ===== */
.footer {
  padding: 20px 2.5vw 40px 2.5vw;
  background: #fff;
  position: relative;
  z-index: 5;
}
.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.footer-brand {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer-brand img {
  width: 240px;
  max-width: 100%;
}
.footer-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 38px;
  min-width: 0;
}
.footer-link, .footer-copy {
  color: #2d2d2d;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
.footer-link a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer-link a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 5vw 50px 5vw;
  }
  .footer-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .footer-brand {
    margin-bottom: 30px;
  }
  .footer-brand img {
    width: 270px;
  }
  .footer-meta {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
  .footer-link {
    font-size: 13px;
  }
  .footer-copy {
    white-space: normal;
    font-size: 10px;
  }
}

/* ===== Modal ===== */
body .fancybox-slide--html {
  padding: 20px;
}

body .fancybox-content {
  padding: 0;
  background: none !important;
  border: 0;
  overflow: visible;
}

.modal-policy {
  display: none;
}

.modal-policy__inner {
  background: #fff;
  max-width: 980px;
  max-height: 86vh;
  margin: 0 auto;
  border-radius: 15px;
  padding: 40px 6%;
  overflow-y: auto;
}
.modal-policy__inner h2 {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.modal-policy__inner p, .modal-policy__inner dl {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.8;
  line-height: 1.8;
}
.modal-policy__inner dl dt {
  font-weight: 400;
}
.modal-policy__inner .text-right {
  text-align: right;
}

.fancybox-slide--html .fancybox-close-small {
  display: block;
  width: 25px;
  height: 25px;
  border: 0 !important;
  background: url(../images/icon-small-close.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  margin-bottom: 8px;
  margin-left: auto;
}
.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}

/* ===== fixed ===== */
.fixed-bnr {
  position: fixed;
  z-index: 100;
  right: 70px;
  bottom: 42px;
  height: 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.fixed-bnr.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.fixed-bnr a {
  background: #fff;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-weight: 500;
  padding: 8px 24px;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 40px;
  font-size: 12px;
  display: block;
  border: 1px solid var(--color-primary);
}
.fixed-bnr a:hover {
  background: var(--color-primary);
  color: #fff;
}

.pagetop {
  position: fixed;
  z-index: 100;
  height: 40px;
  right: 20px;
  bottom: 42px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.pagetop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.pagetop span {
  background: #fff;
  border: 1px solid #8a4088;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
}
.pagetop span img {
  display: block;
  margin: 15px auto 0 auto;
  height: 6px;
}

/* ===== Animation ===== */
.js-fade-in {
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-fade-in.is-inview {
  opacity: 1;
}

.js-fade-up {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-fade-up.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}