@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-gray);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-gray: #4c4c4c;
  --color-blue: #004ea2;
  --color-gray-line: #cfcfcf;
  --gradient-blue: linear-gradient(to right, #004ea2 0%, #0097e0 100%);
  --color-series-1: #004ea2;
  --color-series-2: #e84383;
  --color-series-3: #ea5550;
  --color-series-4: #b50372;
  --color-series-5: #004ea2;
  --gradient-series-1: linear-gradient(to right, #004ea2 0%, #0097e0 100%);
  --gradient-series-2: linear-gradient(to right, #e84383 0%, #ee86a1 100%);
  --gradient-series-3: linear-gradient(to right, #ea5550 0%, #f6a500 100%);
  --gradient-series-4: linear-gradient(to right, #b40372 0%, #e72418 100%);
  --gradient-series-5: linear-gradient(to right, #004ea2 0%, #c8161e 100%);
  --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: scroll;
}
@media screen and (min-width: 961px) and (min-width: 1400px) {
  html {
    font-size: min(0.7142857143vw, 14px);
  }
}
@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, 15px);
  }
}

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: "Noto Serif JP", "游明朝", "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: "Noto Serif JP", "游明朝", "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 {
  max-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;
}

.l-wrap {
  display: block;
  position: relative;
}
.l-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/bg_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .l-wrap::before {
    background: url("../img/bg_sp.jpg") no-repeat center/cover;
  }
}
.l-wrap__loader {
  height: 3rem;
  width: 3rem;
  display: block;
  position: fixed;
  bottom: 2rem;
  right: 3rem;
  pointer-events: none;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader {
    height: 2rem;
    width: 2rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
.is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 0.5s var(--ease_out) 1s;
}
.l-wrap__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 0.1rem solid transparent;
  border-top: 0.1rem solid var(--color-blue);
  animation: rotate 0.7s linear infinite;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader::before {
    border-width: 0.15rem;
  }
}
.l-wrap__container {
  width: 100%;
  min-height: var(--svh);
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1.4s var(--ease_inout);
}

.l-main {
  display: block;
  position: relative;
}

.l-footer {
  display: block;
  position: relative;
  background: var(--color-white);
}
.l-footer__container {
  display: block;
  position: relative;
}
.l-footer__header {
  display: block;
  position: relative;
  padding: 4rem 0 3.2rem;
}
.l-footer__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-gray-line);
}
.l-footer__series {
  width: 85%;
  max-width: 79rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-footer__bnr {
  width: 90%;
  max-width: 82rem;
  display: block;
  position: relative;
  margin: 3rem auto 0;
}
@media screen and (max-width: 960px) {
  .l-footer__bnr {
    margin-top: 2rem;
  }
}
.l-footer__inner {
  width: calc(100% - 6rem);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 2.5rem 0 3.5rem;
}
@media screen and (min-width: 961px) {
  .l-footer__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2.4rem 5rem;
  }
}
.l-footer__share {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__share {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.l-footer__help {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__help {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__help {
    margin-top: 2rem;
  }
}
.l-footer__legal {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__legal {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__legal {
    margin-top: 1.2rem;
  }
}
.l-footer__legal-text {
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 2;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text {
    line-height: 1.8;
    letter-spacing: 0;
    text-align: center;
  }
}
.l-footer__legal-text + .l-footer__legal-text {
  margin-top: 0.5em;
}

.l-footer_series {
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-footer_series__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  gap: 2rem;
}
@media screen and (max-width: 960px) {
  .l-footer_series__list {
    gap: 2.2rem 2rem;
  }
}
.l-footer_series__list-item {
  width: calc(20% - 1.6rem);
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_series__list-item {
    width: calc(50% - 1rem);
  }
}
.l-footer_series__link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_series__link {
    transition: opacity 0.8s var(--ease_out);
  }
  .l-footer_series__link:hover {
    opacity: 0.6;
  }
}

.l-footer_bnr {
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-footer_bnr__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  gap: 1rem;
}
.l-footer_bnr__list-item {
  width: calc(25% - 0.75rem);
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_bnr__list-item {
    width: calc(50% - 0.5rem);
  }
}
.l-footer_bnr__link {
  display: block;
  position: relative;
}
.l-footer_bnr__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-blue);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_bnr__link::before {
    transition: opacity 0.8s var(--ease_out);
  }
  .l-footer_bnr__link:hover::before {
    opacity: 0.2;
  }
}

.l-footer_share {
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .l-footer_share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.2rem;
  }
}
.l-footer_share__cap {
  display: block;
  position: relative;
  font-family: "Cormorant", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .l-footer_share__cap {
    margin-bottom: 0.2rem;
    text-align: center;
  }
}
.l-footer_share__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  gap: 1rem;
}
@media screen and (max-width: 960px) {
  .l-footer_share__list {
    justify-content: center;
    gap: 1.8rem;
  }
}
.l-footer_share__list-item {
  width: 2.5rem;
  display: block;
  position: relative;
}
.l-footer_share__link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link {
    transition: opacity 0.8s var(--ease_out);
  }
  .l-footer_share__link:hover {
    opacity: 0.6;
  }
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  gap: 3.5rem;
}
@media screen and (max-width: 960px) {
  .l-footer_help__list {
    justify-content: center;
  }
}
.l-footer_help__list-item {
  min-width: 0;
  display: block;
  position: relative;
}
.l-footer_help__list-item + .l-footer_help__list-item::before {
  content: "";
  width: 1px;
  height: 75%;
  display: block;
  position: absolute;
  top: 15%;
  left: -1.8rem;
  border-left: 1px solid var(--color-gray-line);
}
.l-footer_help__link {
  display: block;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.08rem;
  font-family: "Cormorant", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
@media screen and (max-width: 960px) {
  .l-footer_help__link {
    letter-spacing: 0.03rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_help__link {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .l-footer_help__link:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_help__link:hover {
      text-decoration: underline;
    }
  }
}

.p-app {
  display: block;
  position: relative;
  padding-bottom: 11rem;
}
@media screen and (max-width: 960px) {
  .p-app {
    padding-bottom: 5rem;
  }
}
.p-app__content {
  display: block;
  position: relative;
  overflow: hidden;
}

.p-hero {
  display: block;
  position: relative;
  padding-bottom: 3rem;
}
.p-hero__container {
  display: block;
  position: relative;
}
.p-hero__base {
  display: block;
  position: relative;
  transform: scale(1.048);
  transform-origin: 50% 20%;
}
@media screen and (max-width: 960px) {
  .p-hero__base {
    transform: scale(1.07);
  }
}
.p-hero__serif {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: blur(5px);
  transform: scale(1.15);
}
.p-hero__serif:first-child {
  position: revert;
}
.is-load .p-hero__serif {
  opacity: 1;
  filter: blur(0);
  transform: scale(1.0001);
  transition: opacity 2.4s var(--ease_out), filter 2s var(--ease_out), transform 2.4s var(--ease_out);
}
.is-load .p-hero__serif:nth-child(1) {
  transition-delay: 0s;
}
.is-load .p-hero__serif:nth-child(2) {
  transition-delay: 0.3s;
}
.is-load .p-hero__serif:nth-child(3) {
  transition-delay: 0.6s;
}
.is-load .p-hero__serif:nth-child(4) {
  transition-delay: 0.9s;
}
.is-load .p-hero__serif:nth-child(5) {
  transition-delay: 1.2s;
}
.is-load .p-hero__serif:nth-child(6) {
  transition-delay: 1.5s;
}
.is-load .p-hero__serif:nth-child(7) {
  transition-delay: 1.8s;
}
.is-load .p-hero__serif:nth-child(8) {
  transition-delay: 2.1s;
}
.is-load .p-hero__serif:nth-child(9) {
  transition-delay: 2.4s;
}
.is-load .p-hero__serif:nth-child(10) {
  transition-delay: 2.7s;
}
.p-hero__content {
  width: 80rem;
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-hero__content {
    width: 34rem;
    top: 52.5%;
  }
}
.p-hero__title {
  width: 74%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.is-load .p-hero__title {
  opacity: 1;
  transition: opacity 3s var(--ease_inout) 0.2s;
}

.p-intro {
  display: block;
  position: relative;
  margin-top: 7.2rem;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-intro {
    margin-top: 7.8rem;
  }
}
.is-load .p-intro {
  opacity: 1;
  transition: opacity 2s var(--ease_out) 0.2s;
}
.p-intro__cap {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-intro__cap {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.p-intro__lead {
  display: block;
  position: relative;
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-intro__lead {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.p-intro__list {
  width: 90%;
  max-width: 72rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin: 4.4rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-intro__list {
    margin-top: 3rem;
  }
}
.p-intro__list::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #bacfe5;
  background: rgba(255, 255, 255, 0.5);
}
.p-intro__list-item {
  width: 50%;
  display: block;
  position: relative;
}
.p-intro__list-item + .p-intro__list-item::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 961px) {
  .p-intro__list-item + .p-intro__list-item::before {
    height: 50%;
    top: 50%;
    transform: translate(0, -50%);
    border-left: 1px solid #bacfe5;
  }
}
.p-intro__data {
  display: block;
  position: relative;
  padding: 3.6rem 0 5rem;
}
@media screen and (max-width: 960px) {
  .p-intro__data {
    padding: 2.2rem 0 2rem;
  }
}
.p-intro__data-cap {
  display: block;
  position: relative;
  margin-bottom: 1.2rem;
  padding-bottom: 2.3rem;
  font-size: 2.2rem;
  text-align: center;
  color: var(--color-blue);
}
@media screen and (max-width: 960px) {
  .p-intro__data-cap {
    margin-bottom: 0.6rem;
    padding-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}
.p-intro__data-cap::before {
  content: "";
  width: 100%;
  height: 1.5rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/img_deco-star.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-intro__data-cap::before {
    height: 1.2rem;
  }
}
.p-intro__data-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-intro__data-text {
    min-height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    line-height: 1.5;
  }
}

.p-form {
  display: block;
  position: relative;
  margin-top: 7.2rem;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-form {
    margin-top: 2.4rem;
  }
}
.is-load .p-form {
  opacity: 1;
  transition: opacity 2s var(--ease_out) 0.2s;
}
.p-form__content {
  display: block;
  position: relative;
}

.p-form_content {
  --main-color: var(--color-blue);
  width: 90%;
  max-width: 118rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 4rem 0;
}
@media screen and (max-width: 960px) {
  .p-form_content {
    padding: 3rem 0;
  }
}
.p-form_content[data-series="1"] {
  --main-color: var(--color-series-1);
  --btn-color: var(--gradient-series-1);
}
.p-form_content[data-series="2"] {
  --main-color: var(--color-series-2);
  --btn-color: var(--gradient-series-2);
}
.p-form_content[data-series="3"] {
  --main-color: var(--color-series-3);
  --btn-color: var(--gradient-series-3);
}
.p-form_content[data-series="4"] {
  --main-color: var(--color-series-4);
  --btn-color: var(--gradient-series-4);
}
.p-form_content[data-series="5"] {
  --main-color: var(--color-series-5);
  --btn-color: var(--gradient-series-5);
}
.p-form_content + .p-form_content {
  margin-top: 6rem;
}
@media screen and (max-width: 960px) {
  .p-form_content + .p-form_content {
    margin-top: 0;
  }
}
.p-form_content__header {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 3.9rem;
}
@media screen and (max-width: 960px) {
  .p-form_content__header {
    margin-bottom: 3rem;
  }
}
.p-form_content__title {
  width: 30.4rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-form_content__title {
    width: 20rem;
  }
}
.p-form_content__inner {
  display: block;
  position: relative;
}
.p-form_content__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-form_content__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.p-form_content__list-item {
  min-width: 0;
  display: block;
  position: relative;
}

.p-form_scene {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: var(--color-white);
  padding: 1rem 1rem 3rem;
  border-radius: 1rem;
  box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.05);
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-form_scene {
    padding: 0.7rem 0.7rem 1.5rem;
  }
}
.p-form_scene input {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.p-form_scene__thumb {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 1.8rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-form_scene__thumb {
    margin-bottom: 1.2rem;
    border-radius: 0.2rem;
  }
}
.p-form_scene__thumb-img {
  display: block;
  position: relative;
}
.p-form_scene__ep {
  width: calc(100% - 2rem);
  display: block;
  position: relative;
  margin: 0 auto 0.6rem;
  font-size: 1.2rem;
  letter-spacing: 0;
  color: var(--main-color);
}
@media screen and (max-width: 960px) {
  .p-form_scene__ep {
    width: calc(100% - 1rem);
    margin-bottom: 0.4rem;
    font-size: 1rem;
  }
}
.p-form_scene__serif {
  width: calc(100% - 2rem);
  flex: 1 1 0;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-form_scene__serif {
    width: calc(100% - 1rem);
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.p-form_scene__link {
  width: calc(100% - 2rem);
  display: block;
  position: relative;
  margin: 2.1rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-form_scene__link {
    width: calc(100% - 1rem);
    margin-top: 0.8rem;
  }
}
.p-form_scene__link-item {
  display: block;
  position: relative;
}
.p-form_scene__btn {
  width: 100%;
  min-height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-white);
  background: var(--color-white);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-form_scene__btn {
    padding-left: 1.2rem;
    min-height: 3.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-form_scene__btn {
    transition: color 0.4s var(--ease_out), transform 0.4s var(--ease_out), box-shadow 0.4s var(--ease_out);
  }
  .p-form_scene__btn:hover {
    color: var(--main-color);
    transform: translateY(-0.2rem);
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  }
}
.p-form_scene__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--btn-color);
  border-radius: 20rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-form_scene__btn::before {
    transition: opacity 0.6s var(--ease_out);
  }
  .p-form_scene__btn:hover::before {
    opacity: 0;
  }
}
.p-form_scene__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--main-color);
  border-radius: 20rem;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-form_scene__btn::after {
    transition: opacity 0.6s var(--ease_out);
  }
  .p-form_scene__btn:hover::after {
    opacity: 0.4;
  }
}
.p-form_scene__btn-icon {
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 2.8rem;
  transform: translate(-50%, -50%);
  background: currentColor;
  -webkit-mask: url("../img/icon_vote.png") no-repeat center/contain;
  mask: url("../img/icon_vote.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-form_scene__btn-icon {
    width: 1.4rem;
    height: 1.4rem;
    left: 1.6rem;
  }
}
.p-form_scene__btn-text {
  display: block;
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-form_scene__btn-text {
    font-size: 1rem;
  }
}

.p-modal {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: none;
  opacity: 0;
  position-anchor: none;
  transition: opacity 1s var(--ease_out);
  background: url("../img/bg_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .p-modal {
    background: url("../img/bg_sp.jpg") no-repeat center/cover;
  }
}
.is-modal-open .p-modal {
  opacity: 1;
  position-anchor: auto;
  transition: opacity 0.8s var(--ease_inout);
}
.is-post-open .p-modal {
  opacity: 1;
  position-anchor: auto;
  transition: opacity 0.4s var(--ease_out);
}
.p-modal__container {
  width: 100%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 3rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-modal__container {
    padding: 7.8rem 0;
  }
}
.p-modal__content {
  width: 90%;
  max-width: 92rem;
  display: block;
  position: relative;
  background: var(--color-white);
  border-radius: 1rem;
  box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.05);
}
.p-modal__close {
  width: 10rem;
  height: 10rem;
  display: block;
  position: fixed;
  top: 2rem;
  right: 2rem;
  font-size: 0;
}
@media screen and (max-width: 960px) {
  .p-modal__close {
    width: 6.5rem;
    height: 6.5rem;
    top: 1rem;
    right: 1rem;
  }
}
.p-modal__close::before {
  content: "";
  width: 75%;
  height: 75%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--gradient-blue);
  opacity: 0;
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .p-modal__close::before {
    transition: opacity 0.6s var(--ease_out);
  }
  .p-modal__close:hover::before {
    opacity: 0.3;
  }
}
.p-modal__close::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_close.webp") no-repeat center/contain;
  animation: rotate 40s linear infinite;
}
.p-modal__close-text {
  width: 30%;
  height: 30%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-modal__close-text::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-blue);
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-modal__close-text::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-blue);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-modal_share {
  --main-color: var(--color-blue);
  width: 90%;
  max-width: 72rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 5rem 0 7rem;
}
@media screen and (max-width: 960px) {
  .p-modal_share {
    width: 88%;
    padding: 2rem 0 3.5rem;
  }
}
.p-modal_share[data-series="1"] {
  --main-color: var(--color-series-1);
  --btn-color: var(--gradient-series-1);
}
.p-modal_share[data-series="2"] {
  --main-color: var(--color-series-2);
  --btn-color: var(--gradient-series-2);
}
.p-modal_share[data-series="3"] {
  --main-color: var(--color-series-3);
  --btn-color: var(--gradient-series-3);
}
.p-modal_share[data-series="4"] {
  --main-color: var(--color-series-4);
  --btn-color: var(--gradient-series-4);
}
.p-modal_share[data-series="5"] {
  --main-color: var(--color-series-5);
  --btn-color: var(--gradient-series-5);
}
.p-modal_share__thumb {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto 1.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-modal_share__thumb {
    margin-bottom: 1rem;
  }
}
.p-modal_share__thumb-img {
  display: block;
  position: relative;
}
.p-modal_share__ep {
  display: block;
  position: relative;
  margin: 0 auto 0.6rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: var(--main-color);
}
@media screen and (max-width: 960px) {
  .p-modal_share__ep {
    margin-bottom: 0.4rem;
    font-size: 1.2rem;
  }
}
.p-modal_share__serif {
  flex: 1 1 0;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-modal_share__serif {
    font-size: 1.6rem;
  }
}
.p-modal_share__form {
  display: block;
  position: relative;
  margin-top: 2.2rem;
}
@media screen and (max-width: 960px) {
  .p-modal_share__form {
    margin-top: 1.8rem;
  }
}
.p-modal_share__form-cap {
  display: block;
  position: relative;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 960px) {
  .p-modal_share__form-cap {
    font-size: 1.3rem;
  }
}
.p-modal_share__form-content {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-modal_share__form-content textarea {
  width: 100%;
  min-height: 15rem;
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  border: 1px solid var(--color-gray-line);
  border-radius: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-modal_share__form-content textarea {
    padding: 8px 10px;
  }
}
.p-modal_share__form-count {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .p-modal_share__form-count {
    margin-top: 0.5rem;
    font-size: 1.1rem;
  }
}
.p-modal_share__link {
  display: block;
  position: relative;
  margin: 3rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-modal_share__link {
    margin-top: 2rem;
  }
}
.p-modal_share__link-item {
  width: 32rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-modal_share__link-item {
    width: 24rem;
  }
}
.p-modal_share__btn {
  width: 100%;
  min-height: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-white);
  background: var(--color-white);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-modal_share__btn {
    min-height: 4.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-modal_share__btn {
    transition: color 0.4s var(--ease_out), transform 0.4s var(--ease_out), box-shadow 0.4s var(--ease_out);
  }
  .p-modal_share__btn:hover {
    color: var(--main-color);
    transform: translateY(-0.2rem);
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  }
}
.p-modal_share__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--btn-color);
  border-radius: 20rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-modal_share__btn::before {
    transition: opacity 0.6s var(--ease_out);
  }
  .p-modal_share__btn:hover::before {
    opacity: 0;
  }
}
.p-modal_share__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--main-color);
  border-radius: 20rem;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-modal_share__btn::after {
    transition: opacity 0.6s var(--ease_out);
  }
  .p-modal_share__btn:hover::after {
    opacity: 0.4;
  }
}
.p-modal_share__btn-icon {
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 3.8rem;
  transform: translate(-50%, -50%);
  background: currentColor;
  -webkit-mask: url("../img/icon_x.webp") no-repeat center/contain;
  mask: url("../img/icon_x.webp") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-modal_share__btn-icon {
    width: 1.4rem;
    height: 1.4rem;
    left: 2.8rem;
  }
}
.p-modal_share__btn-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-modal_share__btn-text {
    font-size: 1.3rem;
  }
}
.p-modal_share__post {
  width: 100%;
  min-height: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-white);
  background: var(--color-white);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-modal_share__post {
    min-height: 4.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-modal_share__post {
    transition: color 0.4s var(--ease_out), transform 0.4s var(--ease_out), box-shadow 0.4s var(--ease_out);
  }
  .p-modal_share__post:hover {
    color: var(--main-color);
    transform: translateY(-0.2rem);
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  }
}
.p-modal_share__post::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--btn-color);
  border-radius: 20rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-modal_share__post::before {
    transition: opacity 0.6s var(--ease_out);
  }
  .p-modal_share__post:hover::before {
    opacity: 0;
  }
}
.p-modal_share__post::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--main-color);
  border-radius: 20rem;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-modal_share__post::after {
    transition: opacity 0.6s var(--ease_out);
  }
  .p-modal_share__post:hover::after {
    opacity: 0.4;
  }
}
.p-modal_share__post-icon {
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 3.8rem;
  transform: translate(-50%, -50%);
  background: currentColor;
  -webkit-mask: url("../img/icon_vote.png") no-repeat center/contain;
  mask: url("../img/icon_vote.png") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-modal_share__post-icon {
    width: 1.4rem;
    height: 1.4rem;
    left: 2.8rem;
  }
}
.p-modal_share__post-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-modal_share__post-text {
    font-size: 1.3rem;
  }
}

.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);
  }
}