@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-navy);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-navy: #145777;
  --color-line: #d5d5d5;
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
  --ease_bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
@media screen and (min-width: 961px) and (min-width: 1400px) {
  html {
    font-size: min(0.7142857143vw, 12px);
  }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  html {
    font-size: max(0.8333333333vw, 8px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 20px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-text);
  position: relative;
  text-decoration: none;
}

.clearfix:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-text) !important;
}

input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=" tel "] {
  display: inline-block;
  color: inherit;
}

button {
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
  font-feature-settings: normal;
}

[data-suffix]::after {
  content: attr(data-suffix);
  font-feature-settings: normal;
}

.p-home {
  width: 100%;
  display: block;
  position: relative;
  opacity: 0;
}
@media screen and (min-width: 961px) {
  .p-home {
    height: var(--lvh);
    min-height: 75rem;
  }
}
@media screen and (max-width: 960px) {
  .p-home {
    padding: 10rem 0 8rem;
  }
}
.p-home.is-page-load {
  opacity: 1;
  transition: opacity 1.4s var(--ease_out);
}
.p-home__list {
  width: calc(var(--lvh) * 0.9);
  height: calc(var(--lvh) * 0.9);
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-home__list {
    min-width: 60rem;
    max-width: 70vw;
    min-height: 70rem;
    position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 960px) {
  .p-home__list {
    width: 35rem;
    height: 35rem;
    margin: 0 auto;
    /*
    left: 50%;
    transform: translate(-50%, 0) scale(.8);
    */
    left: 0 !important;
    transform: scale(0.8);
  }
  .is-page-load .p-home__list {
    transform: scale(1);
    transition: transform 1.8s var(--ease_inout) 0.5s;
  }
}
.p-home__list::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_tm_bg_main.webp") no-repeat center/contain;
}
@media screen and (min-width: 961px) {
  .p-home__list::before {
    opacity: 0;
    transform: translateY(2rem);
  }
  .is-page-load .p-home__list::before {
    opacity: 1;
    transform: translateY(0);
    transition: transform 3s var(--ease_out), opacity 1.2s var(--ease_inout);
  }
}
.p-home__list-item {
  width: 32rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 4rem));
}
@media screen and (max-width: 960px) {
  .p-home__list-item {
    width: 39.84375%;
  }
}
.is-page-load .p-home__list-item {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: transform 3s var(--ease_out), opacity 1.2s var(--ease_inout);
}
.is-page-load .p-home__list-item:nth-child(1) {
  transition-delay: 0s;
}
.is-page-load .p-home__list-item:nth-child(2) {
  transition-delay: 0.2s;
}
.is-page-load .p-home__list-item:nth-child(3) {
  transition-delay: 0.4s;
}
.is-page-load .p-home__list-item:nth-child(4) {
  transition-delay: 0.6s;
}
.is-page-load .p-home__list-item:nth-child(5) {
  transition-delay: 0.8s;
}
.is-page-load .p-home__list-item:nth-child(6) {
  transition-delay: 1s;
}
.is-page-load .p-home__list-item:nth-child(7) {
  transition-delay: 1.2s;
}
.is-page-load .p-home__list-item:nth-child(8) {
  transition-delay: 1.4s;
}
.is-page-load .p-home__list-item:nth-child(9) {
  transition-delay: 1.6s;
}
.is-page-load .p-home__list-item:nth-child(10) {
  transition-delay: 1.8s;
}
.p-home__list-item.--link1 {
  top: 30.5%;
  left: 25.8%;
}
.p-home__list-item.--link2 {
  top: 30%;
  left: 71.8%;
}
.p-home__list-item.--link3 {
  top: 50%;
  left: 50%;
}
.p-home__list-item.--link4 {
  top: 70.5%;
  left: 26.2%;
}
.p-home__list-item.--link5 {
  top: 70.2%;
  left: 72%;
}
.p-home__link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-home__link {
    transition: transform 0.6s var(--ease_out);
  }
  .p-home__link:hover {
    transform: scale(1.05);
  }
}

.p-form {
  width: 100%;
  min-height: var(--lvh);
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-form {
    min-height: var(--lvh);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-form.is-page-load {
  opacity: 1;
  transition: opacity 1.4s var(--ease_out);
}
.p-form__container {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 7.2rem 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-form__container {
    padding: 8rem 0 6rem;
  }
}
.is-sending .p-form__container {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s var(--ease_out);
}
.p-form__header {
  width: 90%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto 1.8rem;
}
@media screen and (max-width: 960px) {
  .p-form__header {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.p-form__title {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  transform: scale(1.001);
}
.p-form__inner {
  width: 90%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-form__lead {
  display: block;
  position: relative;
  margin-bottom: 3.5rem;
  font-size: 1.7rem;
  letter-spacing: 0.03rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-form__lead {
    margin-bottom: 2.5rem;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.p-form__content {
  display: block;
  position: relative;
  padding: 4.8rem 0;
  background: url("../img/bg_repeat.jpg") repeat 0 0/500px auto;
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-form__content {
    padding: 2rem 0 3rem;
  }
}
.p-form__field {
  width: 90%;
  max-width: 70rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-form__field {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2.2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-form__field {
    width: 85%;
  }
}
.p-form__field + .p-form__field {
  margin-top: 1.4rem;
}
.p-form__field-cap {
  width: 20.2rem;
  display: block;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 961px) {
  .p-form__field-cap {
    text-align: right;
  }
}
@media screen and (max-width: 960px) {
  .p-form__field-cap {
    margin-bottom: 0.2rem;
    font-size: 1.1rem;
  }
}
.p-form__field-cap small {
  font-size: 0.9em;
}
.p-form__field-content {
  flex: 1 1 0;
  max-width: 40rem;
  min-width: 0;
  display: block;
  position: relative;
}
.p-form__field-content:has(select)::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translate(50%, -50%) rotate(90deg);
  background: url("../img/arrow_b.svg") no-repeat center/contain;
}
.p-form__field-content input[type=text],
.p-form__field-content input[type=email],
.p-form__field-content textarea {
  width: 100%;
  min-height: 4.2rem;
  display: block;
  position: relative;
  font-size: 16px;
  letter-spacing: -0.05px;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  padding: 0.5rem 1rem;
  margin: 0;
  background: var(--color-white);
  border: 1px solid var(--color-line);
  border-radius: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-form__field-content select {
  width: 100%;
  min-height: 4.2rem;
  display: block;
  position: relative;
  font-size: 16px;
  letter-spacing: -0.05px;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  padding: 0.5rem 1rem;
  margin: 0;
  background: var(--color-white);
  border: 1px solid var(--color-line);
  border-radius: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.p-form__check {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 3.8rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-form__check {
    width: 87%;
    margin-top: 2rem;
  }
}
.p-form__check-item {
  display: block;
  position: relative;
}
.p-form__check-item + .p-form__check-item {
  margin-top: 1rem;
}
.p-form__agree {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-form__agree {
    align-items: flex-start;
    gap: 0.8rem;
  }
}
.p-form__agree input {
  width: 1px;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
}
.p-form__agree-icon {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  position: relative;
  border-radius: 0.3rem;
}
@media screen and (max-width: 960px) {
  .p-form__agree-icon {
    width: 1.2rem;
    height: 1.2rem;
    top: 0.4rem;
  }
}
input:checked + .p-form__agree-icon {
  background: var(--color-navy);
}
.p-form__agree-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-navy);
  border-radius: 0.3rem;
}
.p-form__agree-icon::after {
  content: "";
  width: 1rem;
  height: 0.7rem;
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-left: 2.5px solid var(--color-white);
  border-bottom: 2.5px solid var(--color-white);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-form__agree-icon::after {
    width: 0.8rem;
    height: 0.5rem;
    top: 42%;
  }
}
input:checked + .p-form__agree-icon::after {
  opacity: 1;
}
.p-form__agree-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 960px) {
  .p-form__agree-text {
    font-size: 1.2rem;
  }
}
.p-form__submit {
  width: 38rem;
  min-height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 3.4rem auto 0;
  color: var(--color-white);
  background: var(--color-navy);
  border-radius: 20rem;
  transition: color 0.8s var(--ease_out), background-color 0.8s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-form__submit {
    width: 27rem;
    min-height: 5.1rem;
    margin-top: 2rem;
  }
}
.p-form__submit[disabled] {
  color: #ccc;
  background-color: #999;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .p-form__submit:hover {
    color: var(--color-navy);
    background-color: var(--color-white);
  }
}
.p-form__submit::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-navy);
  border-radius: 20rem;
  opacity: 1;
  transition: opacity 0.6s var(--ease_out);
}
.p-form__submit[disabled]::after {
  opacity: 0;
}

.p-form__submit-text {
  width: 90%;
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-form__submit-text {
    font-size: 1.3rem;
  }
}
.p-form__submit-arrow {
  width: 0.8rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 2.7rem;
  transform: translate(50%, -50%);
  fill: currentColor;
  opacity: 1;
  transition: opacity 0.6s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-form__submit-arrow {
    width: 0.5rem;
    right: 2rem;
  }
}
.p-form__submit[disabled] .p-form__submit-arrow {
  opacity: 0;
}
.p-form__back {
  width: 38rem;
  min-height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 7.4rem auto 0;
  color: var(--color-navy);
  background: transparent;
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-form__back {
    width: 27rem;
    min-height: 5.1rem;
    margin-top: 4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-form__back {
    transition: color 0.8s var(--ease_out), background-color 0.8s var(--ease_out);
  }
  .p-form__back:hover {
    color: var(--color-white);
    background-color: var(--color-navy);
  }
}
.p-form__back::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-navy);
  border-radius: 20rem;
}
.p-form__back-text {
  width: 90%;
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-form__back-text {
    font-size: 1.3rem;
  }
}
.p-form__back-arrow {
  width: 0.8rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 2.7rem;
  transform: translate(-50%, -50%) scale(-1, 1);
  fill: currentColor;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .p-form__back-arrow {
    width: 0.5rem;
    left: 2rem;
  }
}
.p-form__back[disabled] .p-form__back-arrow {
  opacity: 0;
}
.p-form__anim {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.is-sending .p-form__anim {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 1s var(--ease_inout);
}

.p-form_anim {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-form_anim__base {
  width: 24.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-form_anim__base {
    width: 16rem;
  }
}
.p-form_anim__mail {
  width: 11rem;
  display: block;
  position: absolute;
  top: 38%;
  left: -6.3rem;
  transform: translate(-50%, -50%);
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .p-form_anim__mail {
    width: 7.5rem;
  }
}
.is-sending .p-form_anim__mail {
  opacity: 0;
  transition: opacity 1.4s var(--ease_out) 1.5s;
}
.p-form_anim__mail-img {
  display: block;
  position: relative;
  opacity: 0;
}
@keyframes waveMove {
  0% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0), 0rem);
  }
  1% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.01), 0.0627905195rem);
  }
  2% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.02), 0.1253332336rem);
  }
  3% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.03), 0.1873813146rem);
  }
  4% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.04), 0.2486898872rem);
  }
  5% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.05), 0.3090169944rem);
  }
  6% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.06), 0.3681245527rem);
  }
  7% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.07), 0.4257792916rem);
  }
  8% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.08), 0.4817536741rem);
  }
  9% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.09), 0.535826795rem);
  }
  10% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.1), 0.5877852523rem);
  }
  11% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.11), 0.6374239897rem);
  }
  12% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.12), 0.6845471059rem);
  }
  13% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.13), 0.7289686274rem);
  }
  14% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.14), 0.7705132428rem);
  }
  15% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.15), 0.8090169944rem);
  }
  16% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.16), 0.8443279255rem);
  }
  17% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.17), 0.87630668rem);
  }
  18% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.18), 0.9048270525rem);
  }
  19% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.19), 0.9297764859rem);
  }
  20% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.2), 0.9510565163rem);
  }
  21% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.21), 0.9685831611rem);
  }
  22% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.22), 0.9822872507rem);
  }
  23% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.23), 0.9921147013rem);
  }
  24% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.24), 0.9980267284rem);
  }
  25% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.25), 1rem);
  }
  26% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.26), 0.9980267284rem);
  }
  27% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.27), 0.9921147013rem);
  }
  28% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.28), 0.9822872507rem);
  }
  29% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.29), 0.9685831611rem);
  }
  30% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.3), 0.9510565163rem);
  }
  31% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.31), 0.9297764859rem);
  }
  32% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.32), 0.9048270525rem);
  }
  33% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.33), 0.87630668rem);
  }
  34% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.34), 0.8443279255rem);
  }
  35% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.35), 0.8090169944rem);
  }
  36% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.36), 0.7705132428rem);
  }
  37% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.37), 0.7289686274rem);
  }
  38% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.38), 0.6845471059rem);
  }
  39% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.39), 0.6374239897rem);
  }
  40% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.4), 0.5877852523rem);
  }
  41% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.41), 0.535826795rem);
  }
  42% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.42), 0.4817536741rem);
  }
  43% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.43), 0.4257792916rem);
  }
  44% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.44), 0.3681245527rem);
  }
  45% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.45), 0.3090169944rem);
  }
  46% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.46), 0.2486898872rem);
  }
  47% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.47), 0.1873813146rem);
  }
  48% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.48), 0.1253332336rem);
  }
  49% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.49), 0.0627905195rem);
  }
  50% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.5), 0rem);
  }
  51% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.51), -0.0627905195rem);
  }
  52% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.52), -0.1253332336rem);
  }
  53% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.53), -0.1873813146rem);
  }
  54% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.54), -0.2486898872rem);
  }
  55% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.55), -0.3090169944rem);
  }
  56% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.56), -0.3681245527rem);
  }
  57% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.57), -0.4257792916rem);
  }
  58% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.58), -0.4817536741rem);
  }
  59% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.59), -0.535826795rem);
  }
  60% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.6), -0.5877852523rem);
  }
  61% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.61), -0.6374239897rem);
  }
  62% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.62), -0.6845471059rem);
  }
  63% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.63), -0.7289686274rem);
  }
  64% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.64), -0.7705132428rem);
  }
  65% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.65), -0.8090169944rem);
  }
  66% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.66), -0.8443279255rem);
  }
  67% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.67), -0.87630668rem);
  }
  68% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.68), -0.9048270525rem);
  }
  69% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.69), -0.9297764859rem);
  }
  70% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.7), -0.9510565163rem);
  }
  71% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.71), -0.9685831611rem);
  }
  72% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.72), -0.9822872507rem);
  }
  73% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.73), -0.9921147013rem);
  }
  74% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.74), -0.9980267284rem);
  }
  75% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.75), -1rem);
  }
  76% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.76), -0.9980267284rem);
  }
  77% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.77), -0.9921147013rem);
  }
  78% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.78), -0.9822872507rem);
  }
  79% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.79), -0.9685831611rem);
  }
  80% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.8), -0.9510565163rem);
  }
  81% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.81), -0.9297764859rem);
  }
  82% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.82), -0.9048270525rem);
  }
  83% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.83), -0.87630668rem);
  }
  84% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.84), -0.8443279255rem);
  }
  85% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.85), -0.8090169944rem);
  }
  86% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.86), -0.7705132428rem);
  }
  87% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.87), -0.7289686274rem);
  }
  88% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.88), -0.6845471059rem);
  }
  89% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.89), -0.6374239897rem);
  }
  90% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.9), -0.5877852523rem);
  }
  91% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.91), -0.535826795rem);
  }
  92% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.92), -0.4817536741rem);
  }
  93% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.93), -0.4257792916rem);
  }
  94% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.94), -0.3681245527rem);
  }
  95% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.95), -0.3090169944rem);
  }
  96% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.96), -0.2486898872rem);
  }
  97% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.97), -0.1873813146rem);
  }
  98% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.98), -0.1253332336rem);
  }
  99% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 0.99), -0.0627905195rem);
  }
  100% {
    transform: translate(calc(-20rem + (15rem - -20rem) * 1), 0rem);
  }
}
@media screen and (max-width: 960px) {
  @keyframes waveMove_sp {
    0% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0), 0rem);
    }
    1% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.01), 0.0627905195rem);
    }
    2% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.02), 0.1253332336rem);
    }
    3% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.03), 0.1873813146rem);
    }
    4% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.04), 0.2486898872rem);
    }
    5% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.05), 0.3090169944rem);
    }
    6% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.06), 0.3681245527rem);
    }
    7% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.07), 0.4257792916rem);
    }
    8% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.08), 0.4817536741rem);
    }
    9% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.09), 0.535826795rem);
    }
    10% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.1), 0.5877852523rem);
    }
    11% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.11), 0.6374239897rem);
    }
    12% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.12), 0.6845471059rem);
    }
    13% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.13), 0.7289686274rem);
    }
    14% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.14), 0.7705132428rem);
    }
    15% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.15), 0.8090169944rem);
    }
    16% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.16), 0.8443279255rem);
    }
    17% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.17), 0.87630668rem);
    }
    18% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.18), 0.9048270525rem);
    }
    19% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.19), 0.9297764859rem);
    }
    20% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.2), 0.9510565163rem);
    }
    21% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.21), 0.9685831611rem);
    }
    22% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.22), 0.9822872507rem);
    }
    23% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.23), 0.9921147013rem);
    }
    24% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.24), 0.9980267284rem);
    }
    25% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.25), 1rem);
    }
    26% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.26), 0.9980267284rem);
    }
    27% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.27), 0.9921147013rem);
    }
    28% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.28), 0.9822872507rem);
    }
    29% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.29), 0.9685831611rem);
    }
    30% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.3), 0.9510565163rem);
    }
    31% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.31), 0.9297764859rem);
    }
    32% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.32), 0.9048270525rem);
    }
    33% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.33), 0.87630668rem);
    }
    34% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.34), 0.8443279255rem);
    }
    35% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.35), 0.8090169944rem);
    }
    36% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.36), 0.7705132428rem);
    }
    37% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.37), 0.7289686274rem);
    }
    38% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.38), 0.6845471059rem);
    }
    39% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.39), 0.6374239897rem);
    }
    40% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.4), 0.5877852523rem);
    }
    41% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.41), 0.535826795rem);
    }
    42% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.42), 0.4817536741rem);
    }
    43% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.43), 0.4257792916rem);
    }
    44% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.44), 0.3681245527rem);
    }
    45% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.45), 0.3090169944rem);
    }
    46% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.46), 0.2486898872rem);
    }
    47% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.47), 0.1873813146rem);
    }
    48% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.48), 0.1253332336rem);
    }
    49% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.49), 0.0627905195rem);
    }
    50% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.5), 0rem);
    }
    51% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.51), -0.0627905195rem);
    }
    52% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.52), -0.1253332336rem);
    }
    53% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.53), -0.1873813146rem);
    }
    54% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.54), -0.2486898872rem);
    }
    55% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.55), -0.3090169944rem);
    }
    56% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.56), -0.3681245527rem);
    }
    57% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.57), -0.4257792916rem);
    }
    58% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.58), -0.4817536741rem);
    }
    59% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.59), -0.535826795rem);
    }
    60% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.6), -0.5877852523rem);
    }
    61% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.61), -0.6374239897rem);
    }
    62% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.62), -0.6845471059rem);
    }
    63% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.63), -0.7289686274rem);
    }
    64% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.64), -0.7705132428rem);
    }
    65% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.65), -0.8090169944rem);
    }
    66% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.66), -0.8443279255rem);
    }
    67% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.67), -0.87630668rem);
    }
    68% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.68), -0.9048270525rem);
    }
    69% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.69), -0.9297764859rem);
    }
    70% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.7), -0.9510565163rem);
    }
    71% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.71), -0.9685831611rem);
    }
    72% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.72), -0.9822872507rem);
    }
    73% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.73), -0.9921147013rem);
    }
    74% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.74), -0.9980267284rem);
    }
    75% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.75), -1rem);
    }
    76% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.76), -0.9980267284rem);
    }
    77% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.77), -0.9921147013rem);
    }
    78% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.78), -0.9822872507rem);
    }
    79% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.79), -0.9685831611rem);
    }
    80% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.8), -0.9510565163rem);
    }
    81% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.81), -0.9297764859rem);
    }
    82% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.82), -0.9048270525rem);
    }
    83% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.83), -0.87630668rem);
    }
    84% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.84), -0.8443279255rem);
    }
    85% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.85), -0.8090169944rem);
    }
    86% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.86), -0.7705132428rem);
    }
    87% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.87), -0.7289686274rem);
    }
    88% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.88), -0.6845471059rem);
    }
    89% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.89), -0.6374239897rem);
    }
    90% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.9), -0.5877852523rem);
    }
    91% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.91), -0.535826795rem);
    }
    92% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.92), -0.4817536741rem);
    }
    93% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.93), -0.4257792916rem);
    }
    94% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.94), -0.3681245527rem);
    }
    95% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.95), -0.3090169944rem);
    }
    96% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.96), -0.2486898872rem);
    }
    97% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.97), -0.1873813146rem);
    }
    98% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.98), -0.1253332336rem);
    }
    99% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 0.99), -0.0627905195rem);
    }
    100% {
      transform: translate(calc(-10rem + (13rem - -10rem) * 1), 0rem);
    }
  }
}
.is-sending .p-form_anim__mail-img {
  opacity: 1;
  transition: opacity 0.4s var(--ease_inout) 0.6s;
  animation: waveMove 2s var(--ease_out) 0.6s forwards;
}
@media screen and (max-width: 960px) {
  .is-sending .p-form_anim__mail-img {
    animation: waveMove_sp 2s var(--ease_out) 0.6s forwards;
  }
}

.p-archive {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-archive {
    min-height: var(--lvh);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-archive__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 9rem 0 12rem;
}
@media screen and (max-width: 960px) {
  .p-archive__container {
    padding: 8rem 0 6rem;
  }
}

.p-archive_slide {
  width: 90%;
  max-width: 60rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-archive_slide {
    max-width: 33.75rem;
  }
}
.is-page-load .p-archive_slide {
  opacity: 1;
  transform: translateY(0);
  transition: transform 2s var(--ease_out), opacity 1.2s var(--ease_inout);
}
.p-archive_slide__base {
  display: block;
  position: relative;
}
.p-archive_slide__base::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/img_letter_member.webp") no-repeat center/contain;
  transition: opacity 0.5s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-archive_slide__base::before {
    background: url("../img/img_letter_member_sp.webp") no-repeat center/contain;
  }
}
[data-comment-type="2"] .p-archive_slide__base::before {
  opacity: 1;
}
.p-archive_slide__base-img {
  display: block;
  position: relative;
  transition: opacity 0.5s var(--ease_out);
}
[data-comment-type="2"] .p-archive_slide__base-img {
  opacity: 0;
}
.p-archive_slide__content {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.p-archive_slide__list {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  z-index: 0;
}
.p-archive_slide__list-item {
  width: 100%;
  flex-shrink: 0;
  height: 100%;
  display: block;
  position: relative;
  z-index: 0;
}
.p-archive_slide__list-item.is-slide-current {
  z-index: 1;
}
.p-archive_slide__btn {
  width: 17rem;
  min-height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 2.8rem;
  color: var(--color-navy);
  background: transparent;
  border-radius: 20rem;
  z-index: 1;
  transition: color 0.5s var(--ease_out), background-color 0.5s var(--ease_out), opacity 0.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-archive_slide__btn {
    width: 13.5rem;
    min-height: 3.2rem;
  }
}
[data-comment-type="2"] .p-archive_slide__btn {
  color: var(--color-white);
}
.p-archive_slide__btn.--prev {
  left: 5rem;
}
@media screen and (max-width: 960px) {
  .p-archive_slide__btn.--prev {
    left: 2.5rem;
  }
}
.p-archive_slide__btn.--next {
  right: 5rem;
}
@media screen and (max-width: 960px) {
  .p-archive_slide__btn.--next {
    right: 2.5rem;
  }
}
.p-archive_slide__btn[disabled] {
  opacity: 0;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .p-archive_slide__btn:hover {
    color: var(--color-white);
    background-color: var(--color-navy);
  }
  [data-comment-type="2"] .p-archive_slide__btn:hover {
    color: var(--color-navy);
    background-color: var(--color-white);
  }
}
.p-archive_slide__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-navy);
  border-radius: 20rem;
  transition: border-color 0.8s var(--ease_out);
}
[data-comment-type="2"] .p-archive_slide__btn::after {
  border-color: var(--color-white);
}
.p-archive_slide__btn-text {
  width: 90%;
  display: block;
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-archive_slide__btn-text {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}
.p-archive_slide__btn-icon {
  width: 0.5rem;
  display: block;
  position: absolute;
  top: 50%;
  fill: currentColor;
  opacity: 1;
}
.--next .p-archive_slide__btn-icon {
  right: 1.6rem;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 960px) {
  .--next .p-archive_slide__btn-icon {
    right: 1rem;
  }
}
.--prev .p-archive_slide__btn-icon {
  left: 1.6rem;
  transform: translate(-50%, -50%) scale(-1, 1);
}
@media screen and (max-width: 960px) {
  .--prev .p-archive_slide__btn-icon {
    left: 1rem;
  }
}

.p-archive_data {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  opacity: 0;
  transition: opacity 0.8s var(--ease_out);
}
.is-slide-current .p-archive_data {
  opacity: 1;
}
.p-archive_data__content {
  width: calc(100% - 10rem);
  height: 26rem;
  display: block;
  position: absolute;
  top: 4rem;
  left: 5rem;
}
@media screen and (max-width: 960px) {
  .p-archive_data__content {
    width: calc(100% - 4rem);
    left: 2rem;
  }
}
.p-archive_data__text {
  width: 100%;
  height: calc(100% - 4.3rem);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: auto;
  scrollbar-width: thin;
}
.p-archive_data__text-comment {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 4.3rem;
  transition: color 0.5s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-archive_data__text-comment {
    font-size: 1.2rem;
  }
}
[data-comment-type="2"] .p-archive_data__text-comment {
  color: var(--color-white);
}
.p-archive_data__name {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 1em;
  font-size: 1.4rem;
  line-height: 4.3rem;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .p-archive_data__name {
    font-size: 1.2rem;
  }
}

.p-archive_nav {
  width: 95%;
  max-width: 108rem;
  display: block;
  position: relative;
  margin: 5rem auto 0;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-archive_nav {
    width: 90%;
  }
}
.is-page-load .p-archive_nav {
  opacity: 1;
  transform: translateY(0);
  transition: transform 2s var(--ease_out) 0.1s, opacity 1.2s var(--ease_inout) 0.1s;
}
.p-archive_nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-archive_nav__list {
    gap: 2rem 1rem;
  }
}
.p-archive_nav__list-item {
  width: calc(20% - 2.8rem);
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-archive_nav__list-item {
    width: calc(33.3333333333% - 0.6666666667rem);
  }
}
.p-archive_nav__link {
  display: block;
  position: relative;
}
.is-current .p-archive_nav__link {
  pointer-events: none;
}
.p-archive_nav__link-img {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-archive_nav__link-img {
    transition: transform 0.6s var(--ease_out);
  }
  .p-archive_nav__link-img:hover {
    transform: scale(1.05);
  }
}
.is-current .p-archive_nav__link-img {
  transform: scale(1.45);
}
@media screen and (max-width: 960px) {
  .is-current .p-archive_nav__link-img {
    transform: scale(1.35);
  }
}

.p-archive_share {
  width: 100%;
  display: block;
  position: relative;
  margin: 4rem auto 0;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-archive_share {
    margin-top: 3.2rem;
  }
}
.is-page-load .p-archive_share {
  opacity: 1;
  transform: translateY(0);
  transition: transform 2s var(--ease_out) 0.2s, opacity 1.2s var(--ease_inout) 0.2s;
}
.p-archive_share__lead {
  display: block;
  position: relative;
  font-size: 1.3rem;
  letter-spacing: 0.25rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-archive_share__lead {
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
  }
}
.p-archive_share__content {
  width: 60rem;
  min-height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 1rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-archive_share__content {
    width: 90%;
    min-height: 4rem;
    margin-top: 1.6rem;
  }
}
.p-archive_share__content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-navy);
  opacity: 0.1;
  border-radius: 20rem;
}
.p-archive_share__cap {
  display: block;
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-right: 6rem;
}
@media screen and (max-width: 960px) {
  .p-archive_share__cap {
    font-size: 1rem;
    margin-right: 5.5rem;
  }
}
.p-archive_share__cap::before {
  content: "";
  width: 1px;
  height: 1.5rem;
  display: block;
  position: absolute;
  top: 55%;
  right: -3rem;
  transform: translate(50%, -50%);
  border-left: 1px solid var(--color-navy);
}
@media screen and (max-width: 960px) {
  .p-archive_share__cap::before {
    height: 1.2rem;
    right: -2.8rem;
  }
}
.p-archive_share__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-archive_share__list {
    gap: 2rem;
  }
}
.p-archive_share__list-item {
  display: block;
  position: relative;
}
.p-archive_share__link {
  width: 2.8rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-archive_share__link {
    width: 2.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-archive_share__link {
    transition: opacity 0.5s var(--ease_out);
  }
  .p-archive_share__link:hover {
    opacity: 0.6;
  }
}
.p-archive_share__copy {
  width: 10rem;
  height: 3rem;
  display: block;
  position: relative;
  margin-left: 3rem;
  padding-right: 1.2rem;
  border-radius: 0.7rem;
}
@media screen and (max-width: 960px) {
  .p-archive_share__copy {
    width: 9rem;
    height: 2.5rem;
    margin-left: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-archive_share__copy {
    transition: background-color 0.8s var(--ease_out);
  }
  .p-archive_share__copy:hover {
    background: rgba(20, 87, 119, 0.1);
  }
}
.p-archive_share__copy::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-navy);
  border-radius: 0.7rem;
  opacity: 0.5;
}
.p-archive_share__copy::after {
  content: "";
  width: 1.5rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0.5rem;
  background: url("../img/icon_copy.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-archive_share__copy::after {
    width: 1.4rem;
    right: 0.6rem;
    top: 0.1rem;
  }
}
.p-archive_share__copy-text {
  width: 100%;
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-archive_share__copy-text {
    font-size: 1.1rem;
  }
}

.p-info {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-info {
    min-height: var(--lvh);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-info__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 11.8rem 0 6rem;
}
@media screen and (max-width: 960px) {
  .p-info__container {
    padding: 8rem 0 5rem;
  }
}
.p-info__title {
  width: 45rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-info__title {
    width: 32rem;
  }
}
.is-page-load .p-info__title {
  opacity: 1;
  transform: translateY(0);
  transition: transform 2s var(--ease_out), opacity 1.2s var(--ease_inout);
}
.p-info__listen {
  width: 38rem;
  min-height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 2rem auto 0;
  color: var(--color-navy);
  background: transparent;
  border-radius: 20rem;
  transition: color 0.8s var(--ease_out), background-color 0.8s var(--ease_out), transform 2s var(--ease_out) 0.2s, opacity 1.2s var(--ease_inout) 0.2s;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-info__listen {
    width: 27rem;
    min-height: 5.2rem;
    margin-top: 2.5rem;
  }
}
.p-info__listen[disabled] {
  color: #ccc;
  background-color: #999;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .p-info__listen:hover {
    color: var(--color-white);
    background-color: var(--color-navy);
  }
}
.is-page-load .p-info__listen {
  opacity: 1;
  transform: translateY(0);
}
.p-info__listen::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-navy);
  border-radius: 20rem;
  opacity: 1;
  transition: opacity 0.6s var(--ease_out);
}
.p-info__listen[disabled]::after {
  opacity: 0;
}

.p-info__listen-text {
  width: 90%;
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-info__listen-text {
    font-size: 1.4rem;
  }
}
.p-info__listen-arrow {
  width: 0.8rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 2.7rem;
  transform: translate(50%, -50%);
  fill: currentColor;
  opacity: 1;
  transition: opacity 0.6s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-info__listen-arrow {
    width: 0.6rem;
    right: 2rem;
  }
}
.p-info__listen[disabled] .p-info__listen-arrow {
  opacity: 0;
}
.p-info__link {
  width: 100%;
  display: block;
  position: relative;
  margin: 4.2rem auto 0;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (min-width: 961px) {
  .p-info__link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-info__link {
    margin-top: 5.5rem;
  }
}
.is-page-load .p-info__link {
  opacity: 1;
  transform: translateY(0);
  transition: transform 2s var(--ease_out) 0.2s, opacity 1.2s var(--ease_inout) 0.2s;
}
.p-info__link-item {
  width: 37.5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-info__link-item {
    width: 27rem;
    margin: 0 auto;
  }
  .p-info__link-item + .p-info__link-item {
    margin-top: 1rem;
  }
}
.p-info__btn {
  width: 100%;
  min-height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-white);
  background: var(--color-navy);
  border-radius: 20rem;
  transition: color 0.8s var(--ease_out), background-color 0.8s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-info__btn {
    min-height: 5.2rem;
  }
}
.p-info__btn[disabled] {
  color: #ccc;
  background-color: #999;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .p-info__btn:hover {
    color: var(--color-navy);
    background-color: var(--color-white);
  }
}
.p-info__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-navy);
  border-radius: 20rem;
  opacity: 1;
  transition: opacity 0.6s var(--ease_out);
}
.p-info__btn[disabled]::after {
  opacity: 0;
}

.p-info__btn-text {
  width: 90%;
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-info__btn-text {
    font-size: 1.4rem;
  }
}
.p-info__btn-arrow {
  width: 0.8rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 2.7rem;
  transform: translate(50%, -50%);
  fill: currentColor;
  opacity: 1;
  transition: opacity 0.6s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-info__btn-arrow {
    width: 0.6rem;
    right: 2rem;
  }
}
.p-info__btn[disabled] .p-info__btn-arrow {
  opacity: 0;
}
.p-info__back {
  width: 9.2rem;
  height: 9.2rem;
  display: block;
  position: fixed;
  top: 3rem;
  right: 3rem;
  z-index: 2;
  font-size: 0;
}
@media screen and (max-width: 960px) {
  .p-info__back {
    width: 4rem;
    height: 4rem;
    top: 1rem;
    right: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-info__back {
    transition: opacity 0.5s var(--ease_out);
  }
  .p-info__back:hover {
    opacity: 0.6;
  }
}
.p-info__back-text {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
}
.p-info__back-text::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-navy);
}
.p-info__back-text::after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-navy);
}

.p-info_sns {
  width: 100%;
  display: block;
  position: relative;
  margin: 4rem auto 0;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-info_sns {
    margin-top: 4.8rem;
  }
}
.is-page-load .p-info_sns {
  opacity: 1;
  transform: translateY(0);
  transition: transform 2s var(--ease_out) 0.3s, opacity 1.2s var(--ease_inout) 0.3s;
}
.p-info_sns__lead {
  display: block;
  position: relative;
  font-size: 1.3rem;
  letter-spacing: 0.25rem;
  text-align: center;
}
.p-info_sns__content {
  width: 60rem;
  min-height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 1rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-info_sns__content {
    width: 90%;
    min-height: 4rem;
    margin-top: 1.6rem;
  }
}
.p-info_sns__content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-navy);
  opacity: 0.1;
  border-radius: 20rem;
}
.p-info_sns__cap {
  display: block;
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-right: 6rem;
}
@media screen and (max-width: 960px) {
  .p-info_sns__cap {
    font-size: 1rem;
    margin-right: 3rem;
  }
}
.p-info_sns__cap::before {
  content: "";
  width: 1px;
  height: 1.5rem;
  display: block;
  position: absolute;
  top: 55%;
  right: -3rem;
  transform: translate(50%, -50%);
  border-left: 1px solid var(--color-navy);
}
@media screen and (max-width: 960px) {
  .p-info_sns__cap::before {
    top: 55%;
    height: 1.2rem;
    right: -1.5rem;
  }
}
.p-info_sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-info_sns__list {
    gap: 1.2rem;
  }
}
.p-info_sns__list-item {
  display: block;
  position: relative;
}
.p-info_sns__link {
  width: 2.8rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-info_sns__link {
    width: 2.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-info_sns__link {
    transition: opacity 0.5s var(--ease_out);
  }
  .p-info_sns__link:hover {
    opacity: 0.6;
  }
}

.p-thanks {
  width: 100%;
  min-height: var(--lvh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-thanks {
    min-height: calc(var(--lvh) - 15rem);
  }
}
.p-thanks.is-page-load {
  opacity: 1;
  transition: opacity 1.4s var(--ease_out);
}
.p-thanks__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 7.2rem 0 10rem;
}
@media screen and (max-width: 960px) {
  .p-thanks__container {
    padding: 4.6rem 0 6rem;
  }
}
.p-thanks__header {
  width: 90%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto 3.8rem;
}
@media screen and (max-width: 960px) {
  .p-thanks__header {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.p-thanks__title {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  transform: scale(1.001);
}
.p-thanks__inner {
  width: 90%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-thanks__lead {
  display: block;
  position: relative;
  font-size: 2.8rem;
  letter-spacing: -0.1rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-thanks__lead {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
.p-thanks__content {
  display: block;
  position: relative;
  padding: 6.8rem 0;
  background: url("../img/bg_repeat.jpg") repeat 0 0/500px auto;
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-thanks__content {
    padding: 7rem 0;
  }
}
.p-thanks__back {
  width: 38rem;
  min-height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 4.4rem auto 0;
  color: var(--color-navy);
  background: transparent;
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-thanks__back {
    width: 27rem;
    min-height: 5.1rem;
    margin-top: 4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-thanks__back {
    transition: color 0.8s var(--ease_out), background-color 0.8s var(--ease_out);
  }
  .p-thanks__back:hover {
    color: var(--color-white);
    background-color: var(--color-navy);
  }
}
.p-thanks__back::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-navy);
  border-radius: 20rem;
}
.p-thanks__back-text {
  width: 90%;
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-thanks__back-text {
    font-size: 1.3rem;
  }
}
.p-thanks__back-arrow {
  width: 0.8rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 2.7rem;
  transform: translate(-50%, -50%) scale(-1, 1);
  fill: currentColor;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .p-thanks__back-arrow {
    width: 0.5rem;
    left: 2rem;
  }
}
.p-thanks__back[disabled] .p-thanks__back-arrow {
  opacity: 0;
}
.p-thanks__anim {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.p-page {
  width: 100%;
  min-height: var(--lvh);
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
.p-page .fade-enter-active,
.p-page .fade-leave-active {
  transition: opacity 0.8s var(--ease_out);
}
.p-page .fade-enter-from,
.p-page .fade-leave-to {
  opacity: 0;
}
.p-page .fade-enter-to,
.p-page .fade-leave-from {
  opacity: 1;
}
.p-page__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
.is-v-load .p-page__container {
  opacity: 1;
  transition: opacity 1.8s var(--ease_inout);
}
.p-page__inner {
  display: block;
  position: relative;
}
.p-page__content {
  display: block;
  position: relative;
  opacity: 1;
  transition: opacity 1s var(--ease_out);
}
.is-transition .p-page__content {
  opacity: 0;
  transition: opacity 0.4s var(--ease_out);
}

.p-bg {
  width: 100%;
  height: 100%;
  min-height: var(--lvh);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.p-bg__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/ito_repeat.webp") repeat-x 0 50%/140rem auto;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .p-bg__line {
    background-size: 70rem auto;
  }
}
.is-load .p-bg__line {
  animation: bg_line 60s linear infinite;
}
@media screen and (max-width: 960px) {
  .is-load .p-bg__line {
    animation-duration: 120s;
  }
}
@keyframes bg_line {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -140rem;
  }
}
.p-bg__img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1.2s var(--ease_out);
  z-index: 0;
}
.p-bg__img:first-child {
  opacity: 1 !important;
  z-index: -1;
}
.p-bg__img.is-bg-active {
  opacity: 1;
  z-index: 1;
}
.p-bg__img.--bg1 {
  background: url("../img/bg_1_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-bg__img.--bg1 {
    background: url("../img/bg_1_sp.jpg") no-repeat center/cover;
  }
}
.p-bg__img.--bg2 {
  background: url("../img/bg_2_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-bg__img.--bg2 {
    background: url("../img/bg_2_sp.jpg") no-repeat center/cover;
  }
}
.p-bg__img.--bg3 {
  background: url("../img/bg_3_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-bg__img.--bg3 {
    background: url("../img/bg_3_sp.jpg") no-repeat center/cover;
  }
}
.p-bg__img.--bg4 {
  background: url("../img/bg_4_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-bg__img.--bg4 {
    background: url("../img/bg_4_sp.jpg") no-repeat center/cover;
  }
}
.p-bg__img.--bg5 {
  background: url("../img/bg_5_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-bg__img.--bg5 {
    background: url("../img/bg_5_sp.jpg") no-repeat center/cover;
  }
}
.p-bg__img.--bg6 {
  background: url("../img/bg_6_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-bg__img.--bg6 {
    background: url("../img/bg_6_sp.jpg") no-repeat center/cover;
  }
}
.p-bg__img.--bg7 {
  background: url("../img/bg_7_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-bg__img.--bg7 {
    background: url("../img/bg_7_sp.jpg") no-repeat center/cover;
  }
}

.p-confirm {
  width: 100%;
  min-height: var(--lvh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
}
.p-confirm__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.4rem;
  position: relative;
  opacity: 0;
  transform: scale(1.1);
}
@media screen and (max-width: 960px) {
  .p-confirm__list {
    gap: 9rem;
  }
}
.is-v-load .p-confirm__list {
  opacity: 1;
  transform: scale(1.001);
  transition: transform 2s var(--ease_out), opacity 1.2s var(--ease_inout);
}
.p-confirm__list-item {
  display: block;
  position: relative;
}
.p-confirm__list-item + .p-confirm__list-item::before {
  content: "";
  width: 1px;
  height: 5rem;
  display: block;
  position: absolute;
  top: 38%;
  left: -3.7rem;
  transform: translate(-50%, -50%);
  background: var(--color-navy);
}
@media screen and (max-width: 960px) {
  .p-confirm__list-item + .p-confirm__list-item::before {
    left: -4.5rem;
    top: 30%;
    height: 5rem;
  }
}
.p-confirm__btn {
  width: 7rem;
  max-width: 70px;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-confirm__btn {
    width: 6.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-confirm__btn {
    transition: transform 0.6s var(--ease_out);
  }
  .p-confirm__btn:hover {
    transform: scale(1.05);
  }
}
.p-confirm__btn-img {
  display: block;
  position: relative;
}
.p-confirm__btn-text {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p-confirm__btn-text {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 960px) {
  .p-footer {
    display: block;
    position: relative;
    padding: 2rem 0 2rem;
  }
}
.p-footer__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-footer__content {
    position: fixed;
  }
  .p-footer__content.--left {
    bottom: 3.5rem;
    left: 5rem;
  }
  .p-footer__content.--right {
    width: 19rem;
    bottom: 2rem;
    right: 1rem;
  }
}
.p-footer__info {
  width: 17rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-footer__info {
    width: 12rem;
    margin-bottom: 1.8rem;
  }
}
.is-page-load + .p-footer .p-footer__info {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.6s var(--ease_out) 0.2s, opacity 1.2s var(--ease_inout) 0.2s;
}
.p-footer__info-img {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-footer__info-img {
    transition: transform 0.6s var(--ease_out);
  }
  .p-footer__info:hover .p-footer__info-img {
    transform: scale(1.05);
  }
}
.p-footer__letter {
  width: 15rem;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (min-width: 961px) {
  .p-footer__letter {
    margin: 0 auto 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  .p-footer__letter {
    width: 10rem;
    position: fixed;
    right: 1rem;
    bottom: 2rem;
  }
}
.is-page-load + .p-footer .p-footer__letter {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.6s var(--ease_out) 0.2s, opacity 1.2s var(--ease_inout) 0.2s;
}
.p-footer__letter-img {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-footer__letter-img {
    transition: transform 0.6s var(--ease_out);
  }
  .p-footer__letter:hover .p-footer__letter-img {
    transform: scale(1.05);
  }
}
.p-footer__copy {
  display: block;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  text-align: center;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-footer__copy {
    font-size: 0.9rem;
    letter-spacing: 0.25rem;
  }
}
.is-page-load + .p-footer .p-footer__copy {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.6s var(--ease_out) 0.3s, opacity 1.2s var(--ease_inout) 0.3s;
}

.p-sound {
  width: 27rem;
  display: block;
  position: fixed;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 5;
}
@media screen and (max-width: 960px) {
  .p-sound {
    width: 19rem;
    top: 1rem;
    left: 1rem;
  }
}
.p-sound__base {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-sound__base {
    transition: opacity 0.6s var(--ease_out);
  }
  .p-sound__base:hover {
    opacity: 0.7;
  }
}
.p-sound__btn {
  width: 5.5rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 86.2%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-sound__btn {
    width: 3.8rem;
  }
}
.p-sound__btn-img {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-sound__btn-img {
    transition: transform 0.6s var(--ease_out);
  }
  .p-sound__btn:hover .p-sound__btn-img {
    transform: scale(1.05);
  }
}

.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-ta-center {
  text-align: center !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fs-1 {
  font-size: 0.1em;
}

.u-fs-2 {
  font-size: 0.2em;
}

.u-fs-3 {
  font-size: 0.3em;
}

.u-fs-4 {
  font-size: 0.4em;
}

.u-fs-5 {
  font-size: 0.5em;
}

.u-fs-6 {
  font-size: 0.6em;
}

.u-fs-7 {
  font-size: 0.7em;
}

.u-fs-8 {
  font-size: 0.8em;
}

.u-fs-9 {
  font-size: 0.9em;
}

.u-fs-10 {
  font-size: 1em;
}

.u-fs-11 {
  font-size: 1.1em;
}

.u-fs-12 {
  font-size: 1.2em;
}

.u-fs-13 {
  font-size: 1.3em;
}

.u-fs-14 {
  font-size: 1.4em;
}

.u-fs-15 {
  font-size: 1.5em;
}

.u-fs-16 {
  font-size: 1.6em;
}

.u-fs-17 {
  font-size: 1.7em;
}

.u-fs-18 {
  font-size: 1.8em;
}

.u-fs-19 {
  font-size: 1.9em;
}

.u-fs-20 {
  font-size: 2em;
}

.u-color-white {
  color: var(--color-white);
}

.u-color-black {
  color: var(--color-black);
}

.u-lazy.--thumb {
  width: 100%;
  max-width: none;
  opacity: 0;
}
.u-lazy.--thumb.is-lazy-loaded {
  width: auto;
  max-width: 100%;
  opacity: 1;
}
.u-lazy.--thumb.is-lazy-loaded:not(.is-lazy-end) {
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy.--thumb + .u-lazy__loader {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #fff 0%, #fff 26%, #efefef 50%, #fff 75%, #fff 100%) repeat-x 100% 0/400% 100%;
  z-index: 1;
  animation: skeleton_screen 1s linear infinite;
}
.u-lazy.--thumb.is-lazy-loading + .u-lazy__loader,
.u-lazy.--thumb.is-lazy-loaded + .u-lazy__loader {
  display: block;
}

.u-lazy.--thumb.is-lazy-loaded + .u-lazy__loader {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes clip-out {
  0% {
    -webkit-clip-path: polygon(-8rem 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-8rem 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + 8rem) 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% + 8rem) 100%);
  }
}
@keyframes clip-in {
  0% {
    -webkit-clip-path: polygon(0 0, -8rem 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -8rem 0, 0 100%, 0% 100%);
  }
  99% {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% + 8rem) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% + 8rem) 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@keyframes clip-out-top {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 200% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -100% 0, 0 100%, 0% 100%);
  }
}
@keyframes clip-in-top {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 200% 100%);
  }
  100% {
    -webkit-clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-100% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes glitch {
  0% {
    clip: rect(200px, 9999px, 63px, 0);
  }
  4% {
    top: -3px;
    clip: rect(7px, 9999px, 6px, 0);
  }
  8% {
    clip: rect(82px, 9999px, 78px, 0);
  }
  12% {
    clip: rect(85px, 9999px, 25px, 0);
  }
  16% {
    clip: rect(93px, 9999px, 38px, 0);
  }
  20% {
    left: 8px;
    clip: rect(70px, 9999px, 96px, 0);
  }
  24% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  28% {
    clip: rect(39px, 9999px, 65px, 0);
  }
  32% {
    clip: rect(36px, 9999px, 34px, 0);
  }
  36% {
    left: -12px;
    clip: rect(84px, 9999px, 96px, 0);
  }
  40% {
    top: -5px;
    clip: rect(99px, 9999px, 45px, 0);
  }
  44% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  48% {
    clip: rect(63px, 9999px, 20px, 0);
  }
  52% {
    clip: rect(5px, 9999px, 44px, 0);
  }
  56% {
    left: 11px;
    clip: rect(65px, 9999px, 270px, 0);
  }
  60% {
    clip: rect(4px, 9999px, 300px, 0);
  }
  64% {
    clip: rect(6px, 9999px, 9px, 0);
  }
  68% {
    top: 1px;
    clip: rect(37px, 9999px, 69px, 0);
  }
  72% {
    clip: rect(32px, 9999px, 64px, 0);
  }
  76% {
    left: -12px;
    clip: rect(0px, 9999px, 96px, 0);
  }
  80% {
    clip: rect(99px, 9999px, 45px, 0);
  }
  84% {
    top: -2px;
    clip: rect(37px, 9999px, 73px, 0);
  }
  88% {
    clip: rect(70px, 9999px, 96px, 0);
  }
  92% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  96% {
    left: 6px;
    clip: rect(39px, 9999px, 65px, 0);
  }
  100% {
    clip: rect(37px, 9999px, 73px, 0);
  }
}
@keyframes glitch_min {
  0% {
    left: -5px;
    clip: rect(10px, 9999px, 63px, 0);
  }
  4% {
    clip: rect(137px, 9999px, 150px, 0);
  }
  8% {
    clip: rect(82px, 9999px, 178px, 0);
  }
  12% {
    left: -2px;
    clip: rect(85px, 9999px, 125px, 0);
  }
  16% {
    clip: rect(223px, 9999px, 258px, 0);
  }
  20% {
    left: 10px;
    clip: rect(100px, 9999px, 146px, 0);
  }
  24% {
    clip: rect(41px, 9999px, 72px, 0);
  }
  28% {
    clip: rect(9px, 9999px, 45px, 0);
  }
  32% {
    clip: rect(136px, 9999px, 164px, 0);
  }
  36% {
    left: -4px;
    clip: rect(84px, 9999px, 116px, 0);
  }
  40% {
    top: 3px;
    clip: rect(229px, 9999px, 315px, 0);
  }
  44% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  48% {
    clip: rect(163px, 9999px, 180px, 0);
  }
  52% {
    clip: rect(205px, 9999px, 244px, 0);
  }
  56% {
    left: 2px;
    clip: rect(135px, 9999px, 170px, 0);
  }
  60% {
    clip: rect(14px, 9999px, 100px, 0);
  }
  64% {
    left: -1px;
    clip: rect(116px, 9999px, 129px, 0);
  }
  68% {
    clip: rect(37px, 9999px, 69px, 0);
  }
  72% {
    top: -4px;
    clip: rect(232px, 9999px, 264px, 0);
  }
  76% {
    left: -4px;
    clip: rect(100px, 9999px, 196px, 0);
  }
  80% {
    clip: rect(199px, 9999px, 245px, 0);
  }
  84% {
    clip: rect(37px, 9999px, 73px, 0);
  }
  88% {
    left: -5px;
    clip: rect(1px, 9999px, 296px, 0);
  }
  92% {
    clip: rect(141px, 9999px, 272px, 0);
  }
  96% {
    clip: rect(33px, 9999px, 65px, 0);
  }
  100% {
    clip: rect(137px, 9999px, 273px, 0);
  }
}