@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-brown);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-brown: #43392d;
  --color-red: #e35959;
  --color-yellow: #e0b334;
  --color-count: #B3B748;
  --color-cream: #F5F0EA;
  --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;
}
@media screen and (min-width: 961px) and (max-width: 1400px) {
  html {
    font-size: max(0.7142857143vw, 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: "LINE Seed JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -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: "LINE Seed JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-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;
  background: url("../img/bg_pattern1.jpg") repeat 0 0/1065px auto;
}
@media screen and (max-width: 960px) {
  .l-wrap {
    baseline-shift: 532.5px;
  }
}
.l-wrap__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 0.8s var(--ease_out);
}

.l-footer {
  display: block;
  position: relative;
  color: var(--color-white);
  background: var(--color-brown);
  padding: 4.8rem 0;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 4rem 0;
  }
}
.l-footer__container {
  width: 94.2857142857%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    width: 89.5%;
  }
}
.l-footer__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__content {
    padding-right: 35rem;
  }
}
.l-footer__official {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__official {
    position: absolute;
    top: 1.5rem;
    right: 0;
  }
}
.l-footer__share {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer__share {
    margin-top: 3rem;
  }
}
.l-footer__help {
  display: block;
  position: relative;
  margin-top: 3rem;
}
.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 1.8rem;
}
.l-footer__legal-text {
  display: block;
  position: relative;
  font-size: 1.1rem;
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text {
    font-size: 0.8rem;
    text-align: center;
  }
}
.l-footer__legal-text + .l-footer__legal-text {
  margin-top: 0.6rem;
}

.l-footer_official {
  display: block;
  position: relative;
}
.l-footer_official__list {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_official__list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.l-footer_official__list-item {
  width: 27rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_official__list-item {
    width: calc(50% - 0.25rem);
  }
}
@media screen and (min-width: 961px) {
  .l-footer_official__list-item + .l-footer_official__list-item {
    margin-top: 1rem;
  }
}
.l-footer_official__link {
  width: 100%;
  min-height: 6.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-white);
  transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .l-footer_official__link {
    min-height: 4.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_official__link:hover {
    color: var(--color-brown);
    background: var(--color-white);
  }
}
.l-footer_official__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-white);
}
.l-footer_official__link-text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer_official__link-text {
    font-size: 1rem;
  }
}

.l-footer_share {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}
.l-footer_share__cap {
  display: block;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.25rem;
  font-weight: 700;
  font-family: "Jost", "LINE Seed JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 961px) {
  .l-footer_share__cap {
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer_share__cap {
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
  }
}
.l-footer_share__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6rem;
  position: relative;
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__link {
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: var(--color-white);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .l-footer_share__link {
    width: 4rem;
    height: 4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link:hover {
    animation: pyoko 0.3s linear 2;
  }
}
.l-footer_share__link::before {
  content: "";
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  border: 1px solid var(--color-brown);
  border-radius: 50%;
}
.l-footer_share__link-img {
  width: 2rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share__link-img {
    width: 1.7rem;
  }
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_help__list {
    justify-content: center;
    gap: 2.8rem;
  }
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
.l-footer_help__link {
  display: block;
  position: relative;
  padding-left: 1.3rem;
  color: var(--color-white);
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .l-footer_help__link {
    padding-left: 1rem;
  }
}
@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;
    }
  }
}
.l-footer_help__link::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  border-left: 0.8rem solid currentColor;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
}
@media screen and (max-width: 960px) {
  .l-footer_help__link::before {
    width: 0.6rem;
    height: 0.6rem;
    border-left: 0.6rem solid currentColor;
    border-top: 0.3rem solid transparent;
    border-bottom: 0.3rem solid transparent;
  }
}
.l-footer_help__link-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .l-footer_help__link-text {
    font-size: 1.1rem;
  }
}

.p-top {
  display: block;
  position: relative;
  background: url("../img/bg_pattern2.jpg") repeat 0 0/184px auto;
}
@media screen and (max-width: 960px) {
  .p-top {
    baseline-shift: 92px;
  }
}

.p-hero {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-bottom: 4rem;
  background: url("../img/bg_pattern1.jpg") repeat 0 0/1065px auto;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-hero {
    padding-bottom: 0;
    baseline-shift: 532.5px;
  }
}
.p-hero::before {
  content: "";
  width: 100%;
  height: 4rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/line.png") repeat-x 0 0/32.3rem auto;
  animation: hero_marquee 20s linear infinite;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-hero::before {
    height: 2rem;
    background-size: 16.15rem;
    animation-duration: 40s;
  }
}
@keyframes hero_marquee {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -32.3rem;
  }
}
.p-hero__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-hero__base {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero__base::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/kv/kv_deco_pc-right.png") no-repeat center/contain;
  }
}
.p-hero__chara {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(8rem);
}
.is-load .p-hero__chara {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.4s, transform 0.8s var(--ease_bounce) 0.4s;
}
.p-hero__title {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(5rem);
}
.is-load .p-hero__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.2s, transform 0.8s var(--ease_bounce) 0.2s;
}
.p-hero__content {
  width: 50%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  /*padding: 0 0 3.2142857143vw;*/
  padding: 0 0 2.2142857143vw;
  opacity: 0;
  transform: translate(-50%, 5rem);
}
@media screen and (max-width: 960px) {
  .p-hero__content {
    width: 80%;
    /*padding: 0 0 14.6666666667vw;*/
    padding: 0 0 12.6666666667vw;
  }
}
.is-load .p-hero__content {
  opacity: 1;
  transform: translate(-50%, 0);
  transition: opacity 0.3s var(--ease_out) 0.3s, transform 0.8s var(--ease_bounce) 0.3s;
}
.p-hero__lead {
  display: block;
  position: relative;
  font-size: 1.4285714286vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-hero__lead {
    font-size: 2.9333333333vw;
    letter-spacing: 0;
  }
}
.p-hero__btn {
  width: 100%;
  max-width: 36rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /*margin: 3.4rem auto 0;*/
  margin: 2.4rem auto 0;
  color: var(--color-white);
  background: url("../img/btn_pattern1.jpg") repeat 0 0/45px auto;
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-hero__btn {
    max-width: 24rem;
    height: 5.5rem;
    /*margin-top: 2rem;*/
    margin-top: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-hero__btn:hover {
    animation: pyoko 0.3s linear 2;
  }
}
.p-hero__btn::before {
  content: "";
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  border: 2px solid var(--color-white);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-hero__btn::before {
    border-width: 1px;
  }
}
.p-hero__btn-text {
  width: 100%;
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-hero__btn-text {
    font-size: 1.3rem;
  }
}

.p-post {
  width: 100%;
  max-width: 140rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 7.5rem 0 12rem;
}
@media screen and (max-width: 960px) {
  .p-post {
    padding: 4rem 0 19.7rem;
  }
}
.p-post__chara {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-post__chara-item {
  width: 25rem;
  display: block;
  position: absolute;
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (max-width: 960px) {
  .p-post__chara-item {
    width: 12rem;
  }
}
.is-load .p-post__chara-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.4s, transform 0.8s var(--ease_bounce) 0.4s;
}
.is-load .p-post__chara-item:nth-child(1) {
  transition-delay: 0.4s;
}
.is-load .p-post__chara-item:nth-child(2) {
  transition-delay: 0.45s;
}
.is-load .p-post__chara-item:nth-child(3) {
  transition-delay: 0.5s;
}
.is-load .p-post__chara-item:nth-child(4) {
  transition-delay: 0.55s;
}
.is-load .p-post__chara-item:nth-child(5) {
  transition-delay: 0.6s;
}
.is-load .p-post__chara-item:nth-child(6) {
  transition-delay: 0.65s;
}
.is-load .p-post__chara-item:nth-child(7) {
  transition-delay: 0.7s;
}
.is-load .p-post__chara-item:nth-child(8) {
  transition-delay: 0.75s;
}
.is-load .p-post__chara-item:nth-child(9) {
  transition-delay: 0.8s;
}
.is-load .p-post__chara-item:nth-child(10) {
  transition-delay: 0.85s;
}
.p-post__chara-item.--chara1 {
  top: 3rem;
  left: 9.1%;
}
@media screen and (max-width: 960px) {
  .p-post__chara-item.--chara1 {
    width: 10rem;
    top: 11.5rem;
    left: -1%;
  }
}
.p-post__chara-item.--chara2 {
  top: 24.8rem;
  right: 8.5%;
}
@media screen and (max-width: 960px) {
  .p-post__chara-item.--chara2 {
    width: 10rem;
    top: 23rem;
    right: 3%;
  }
}
.p-post__chara-item.--chara3 {
  bottom: 6.8rem;
  left: 5.8%;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-post__chara-item.--chara3 {
    left: 17%;
    bottom: -1rem;
  }
}
.p-post__chara-item.--chara4 {
  bottom: -1rem;
  right: 12.8%;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-post__chara-item.--chara4 {
    right: 20%;
    bottom: -1rem;
  }
}
.p-post__content {
  display: block;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(5rem);
}
.is-load .p-post__content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.5s, transform 0.8s var(--ease_bounce) 0.5s;
}
.p-post__total {
  width: 90%;
  max-width: 40rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-post__total {
    max-width: 26rem;
  }
}
.p-post__archive {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 10rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-post__archive {
    margin-top: 8rem;
  }
}
.p-post__sns {
  display: block;
  position: relative;
  margin-top: 9.8rem;
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (max-width: 960px) {
  .p-post__sns {
    margin-top: 5rem;
  }
}
.is-load .p-post__sns {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.5s, transform 0.8s var(--ease_bounce) 0.5s;
}

.p-post_total {
  width: 100%;
  display: block;
  position: relative;
}
.p-post_total__content {
  display: block;
  position: relative;
  padding: 5rem 0 1.4rem;
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-post_total__content {
    padding: 3.2rem 0 1rem;
  }
}
.p-post_total__content::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-count);
  border-radius: 1rem;
}
.p-post_total__cap {
  width: 82.5%;
  display: block;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-post_total__cap {
    top: 8%;
  }
}
.p-post_total__count {
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: relative;
  left: 0.5rem;
}
.p-post_total__count-no {
  display: block;
  position: relative;
  font-size: 6rem;
  letter-spacing: 0.2rem;
  font-weight: 700;
  font-family: "Jost", "LINE Seed JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-yellow);
}
@media screen and (max-width: 960px) {
  .p-post_total__count-no {
    font-size: 3.8rem;
  }
}
.p-post_total__count-text {
  display: block;
  position: relative;
  margin-left: 1rem;
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-yellow);
}
@media screen and (max-width: 960px) {
  .p-post_total__count-text {
    margin-left: 0.5rem;
    font-size: 1.82rem;
  }
}

.p-post_archive {
  display: block;
  position: relative;
}
.p-post_archive__header {
  display: block;
  position: relative;
  margin-bottom: 5.1rem;
}
@media screen and (max-width: 960px) {
  .p-post_archive__header {
    margin-bottom: 3rem;
  }
}
.p-post_archive__title {
  width: 100%;
  max-width: 28rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-post_archive__title {
    max-width: 17rem;
  }
}
.p-post_archive__inner {
  display: block;
  position: relative;
}
.p-post_archive__tab {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0.6rem;
  position: relative;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 960px) {
  .p-post_archive__tab {
    margin-bottom: 2.4rem;
  }
}
.p-post_archive__tab-item {
  display: block;
  position: relative;
}
.p-post_archive__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-post_archive__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.p-post_archive__list-item {
  min-width: 0;
  display: block;
  position: relative;
}
.p-post_archive__footer {
  width: 100%;
  min-height: 6.4rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-top: 4rem;
  box-sizing: content-box;
}
@media screen and (max-width: 960px) {
  .p-post_archive__footer {
    padding-top: 2.3rem;
    min-height: 4.6rem;
  }
}
.p-post_archive__more {
  width: 100%;
  max-width: 24rem;
  height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  color: var(--color-white);
  background: url("../img/btn_pattern1.jpg") repeat 0 0/45px auto;
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-post_archive__more {
    max-width: 18rem;
    height: 4.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-post_archive__more:hover {
    animation: pyoko 0.3s linear 2;
  }
}
.p-post_archive__more::before {
  content: "";
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  border: 2px solid var(--color-white);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-post_archive__more::before {
    border-width: 1px;
  }
}
.p-post_archive__more-text {
  width: 100%;
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-post_archive__more-text {
    font-size: 1.2rem;
  }
}

.p-post_tab {
  width: 10rem;
  min-height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-brown);
  background: var(--color-white);
  border-radius: 20rem;
  transition: color 0.2s var(--ease_out), background-color 0.2s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-post_tab {
    width: 7.5rem;
    min-height: 2.5rem;
  }
}
.p-post_tab[disabled] {
  color: var(--color-white);
  background: var(--color-brown);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .p-post_tab:hover {
    color: var(--color-white);
    background: var(--color-brown);
  }
}
.p-post_tab::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-brown);
  border-radius: 20rem;
}
.p-post_tab__text {
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-post_tab__text {
    font-size: 1.1rem;
  }
}

.p-post_article {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 0.6rem 0.6rem 5rem;
  border-radius: 1rem;
  text-align: left;
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-post_article {
    padding: 0.6rem 0.6rem 3.5rem;
  }
}
.p-post_article::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-brown);
  border-radius: 1rem;
  z-index: 1;
  pointer-events: none;
}
.p-post_article__thumb {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 1.8rem;
  background: var(--color-cream);
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-post_article__thumb {
    margin-bottom: 1.2rem;
  }
}
.p-post_article__thumb-img {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-post_article__thumb-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-post_article__name {
  width: calc(100% - 2.8rem);
  display: block;
  position: relative;
  margin: 0 0 0.2rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-post_article__name {
    width: calc(100% - 1.4rem);
    font-size: 1.1rem;
  }
}
.p-post_article__text {
  width: calc(100% - 2.8rem);
  display: block;
  position: relative;
  margin: 0 0;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-post_article__text {
    width: calc(100% - 1.4rem);
    font-size: 1.2rem;
    line-height: 1.5;
    -webkit-line-clamp: 4;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-post_article__text {
      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);
    }
    .p-post_article:hover .p-post_article__text {
      -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) {
    .p-post_article:hover .p-post_article__text {
      text-decoration: underline;
    }
  }
}

.p-post_like {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.5rem;
  position: absolute;
  bottom: 1.8rem;
  right: 2rem;
}
@media screen and (max-width: 960px) {
  .p-post_like {
    bottom: 1.2rem;
    right: 1.2rem;
  }
}
.p-post_like[disabled] {
  pointer-events: none;
}
.p-post_like__icon {
  width: 1.7rem;
  display: block;
  position: relative;
  top: 0.1rem;
}
.p-post_like[disabled] .p-post_like__icon img {
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-post_like__icon {
    width: 1.6rem;
  }
}
.p-post_like__icon::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/icon_heart-on.svg") no-repeat center/contain;
  opacity: 0;
}
.p-post_like[disabled] .p-post_like__icon::before {
  opacity: 1;
}
.p-post_like__count {
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Jost", "LINE Seed JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-post_like__count {
    font-size: 1rem;
  }
}

.p-post_modal {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: url("../img/bg_pattern2.jpg") repeat 0 0/184px auto;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: none;
  opacity: 0;
  transition: opacity 0.6s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-post_modal {
    baseline-shift: 92px;
  }
}
.p-post_modal.is-modal-active {
  opacity: 1;
  transition: opacity 0.3s var(--ease_out);
}
.p-post_modal__container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 5rem 0 10rem;
}
.p-post_modal__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-post_modal__content {
  width: 80%;
  max-width: 92rem;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(5rem);
  transition: opacity 0.6s var(--ease_out), transform 0s linear 0.6s;
}
@media screen and (max-width: 960px) {
  .p-post_modal__content {
    width: 90%;
  }
}
.is-modal-active .p-post_modal__content {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s var(--ease_out) 0.2s, transform 0.8s var(--ease_bounce) 0.2s;
}
.p-post_modal__chara {
  width: 20rem;
  display: block;
  position: absolute;
  bottom: -4rem;
  right: 0;
  opacity: 0;
  transform: translate(70%, 5rem);
  transition: opacity 0.6s var(--ease_out), transform 0s linear 0.6s;
}
@media screen and (max-width: 960px) {
  .p-post_modal__chara {
    display: none;
  }
}
.is-modal-active .p-post_modal__chara {
  opacity: 1;
  transform: translate(70%, 0);
  transition: opacity 0.6s var(--ease_out) 0.5s, transform 0.8s var(--ease_bounce) 0.5s;
}
.p-post_modal__close {
  width: 6rem;
  height: 6rem;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--color-white);
  background: url("../img/btn_pattern1.jpg") repeat 0 0/45px auto;
  border-radius: 50%;
  z-index: 1;
  transform: translate(30%, -30%);
}
@media screen and (max-width: 960px) {
  .p-post_modal__close {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.p-post_modal__close::before {
  content: "";
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  border: 2px solid var(--color-white);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .p-post_modal__close::before {
    border-width: 1px;
  }
}
.p-post_modal__close-icon {
  width: 30%;
  height: 30%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
}
@media screen and (max-width: 960px) {
  .p-post_modal__close-icon {
    width: 40%;
    height: 40%;
  }
}
.p-post_modal__close-icon::before {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-white);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 960px) {
  .p-post_modal__close-icon::before {
    height: 2px;
  }
}
.p-post_modal__close-icon::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-white);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 960px) {
  .p-post_modal__close-icon::after {
    height: 2px;
  }
}

.p-post_single {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 3rem 3rem;
  background: var(--color-white);
  border-radius: 1rem;
}
@media screen and (min-width: 961px) {
  .p-post_single {
    display: grid;
    grid-template-columns: 40rem 1fr;
    gap: 3rem;
    border-radius: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-post_single {
    padding: 0.6rem 0.6rem 5rem;
  }
}
.p-post_single::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-brown);
  border-radius: 1rem;
}
@media screen and (max-width: 960px) {
  .p-post_single::before {
    border-radius: 1.5rem;
  }
}
.p-post_single__header {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-post_single__header {
    margin-bottom: 1.8rem;
    position: static;
  }
}
.p-post_single__thumb {
  display: block;
  position: relative;
  background: var(--color-cream);
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-post_single__thumb-img {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-post_single__thumb-img img {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.p-post_single__like {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-post_single__like {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-post_single__like {
    position: absolute;
    bottom: 1.5rem;
    right: 2rem;
  }
}
.p-post_single__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-post_single__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 1rem 1.5rem 1rem 0;
  }
}
.p-post_single__name {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-post_single__name {
    width: calc(100% - 2.8rem);
    font-size: 1.1rem;
    margin: 0 auto 0.4rem;
  }
}
.p-post_single__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-post_single__text {
    width: calc(100% - 2.8rem);
    font-size: 1.2rem;
    margin: 0 auto;
  }
}

.p-post_single_like {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.5rem;
  position: relative;
}
.p-post_single_like[disabled] {
  pointer-events: none;
}
.p-post_single_like__icon {
  width: 1.7rem;
  display: block;
  position: relative;
  top: 0.1rem;
}
@media screen and (max-width: 960px) {
  .p-post_single_like__icon {
    width: 1.6rem;
  }
}
.p-post_single_like[disabled] .p-post_single_like__icon img {
  opacity: 0;
}
.p-post_single_like__icon::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/icon_heart-on.svg") no-repeat center/contain;
  opacity: 0;
}
.p-post_single_like[disabled] .p-post_single_like__icon::before {
  opacity: 1;
}
.p-post_single_like__count {
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Jost", "LINE Seed JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-post_single_like__count {
    font-size: 1rem;
  }
}

.p-sns {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-sns__header {
  display: block;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .p-sns__header {
    margin-bottom: 1.2rem;
  }
}
.p-sns__title {
  width: 100%;
  max-width: 17rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-sns__title {
    max-width: 10rem;
  }
}
.p-sns__inner {
  width: 100%;
  max-width: 60rem;
  display: block;
  position: relative;
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-sns__inner {
    max-width: 33rem;
  }
}
.p-sns__list {
  width: 100%;
  max-width: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.5rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-sns__list {
    width: 90%;
    gap: 1.2rem;
  }
}
.p-sns__list-item {
  flex: 1;
  display: block;
  position: relative;
}
.p-sns__list-item + .p-sns__list-item:before {
  content: "";
  width: 100%;
  height: calc(100% - 4.5rem);
  display: block;
  position: absolute;
  top: 50%;
  left: -2.5rem;
  border-left: 0.4rem dotted var(--color-text);
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .p-sns__list-item + .p-sns__list-item:before {
    height: calc(100% - 3.6rem);
    left: -0.7rem;
    border-width: 0.2rem;
  }
}

.p-sns_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
  padding: 2.7rem 2rem;
}
@media screen and (max-width: 960px) {
  .p-sns_link {
    padding: 1.8rem 0;
    gap: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-sns_link:hover {
    animation: pyoko 0.3s linear 2;
  }
}
.p-sns_link__icon {
  display: block;
  position: relative;
}
.--x .p-sns_link__icon {
  width: 3rem;
}
@media screen and (max-width: 960px) {
  .--x .p-sns_link__icon {
    width: 1.8rem;
  }
}
.--tt .p-sns_link__icon {
  width: 2.5rem;
}
@media screen and (max-width: 960px) {
  .--tt .p-sns_link__icon {
    width: 1.5rem;
  }
}
.p-sns_link__content {
  display: block;
  position: relative;
}
.p-sns_link__name {
  display: block;
  position: relative;
  margin-bottom: 0.4rem;
}
.--x .p-sns_link__name {
  width: 1.2rem;
}
@media screen and (max-width: 960px) {
  .--x .p-sns_link__name {
    width: 0.72rem;
  }
}
.--tt .p-sns_link__name {
  width: 6rem;
}
@media screen and (max-width: 960px) {
  .--tt .p-sns_link__name {
    width: 3.6rem;
  }
}
.p-sns_link__id {
  display: block;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-family: "Jost", "LINE Seed JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-sns_link__id {
    font-size: 1rem;
  }
}

.p-balloon {
  width: 20rem;
  height: 1px;
  position: -webkit-sticky;
  position: sticky;
  left: calc(100% - 22.8rem);
  bottom: 0;
  z-index: 10;
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (max-width: 960px) {
  .p-balloon {
    width: 11rem;
    left: calc(100% - 11.5rem);
  }
}
.is-load .p-balloon {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.6s, transform 0.8s var(--ease_bounce) 0.6s;
}
.p-balloon__link {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 2.8rem;
  transform: translate(0, -100%);
}
@media screen and (max-width: 960px) {
  .p-balloon__link {
    padding-bottom: 0.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-balloon__link:hover img {
    animation: pyoko 0.3s linear 2;
  }
}

.p-page {
  display: block;
  position: relative;
  background: url("../img/bg_pattern2.jpg") repeat 0 0/184px auto;
}
@media screen and (max-width: 960px) {
  .p-page {
    baseline-shift: 92px;
  }
}
.p-page__container {
  display: block;
  position: relative;
  padding-bottom: 8rem;
}
@media screen and (max-width: 960px) {
  .p-page__container {
    padding-bottom: 6.7rem;
  }
}
.p-page__header {
  display: block;
  position: relative;
}
.p-page__inner {
  min-height: calc(var(--svh) - 75rem);
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (max-width: 960px) {
  .p-page__inner {
    min-height: calc(var(--svh) - 56rem);
  }
}
.is-load .p-page__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.5s, transform 0.8s var(--ease_bounce) 0.5s;
}
.p-page__footer {
  width: 100%;
  display: block;
  position: relative;
  margin: 0.6rem auto 0;
  opacity: 0;
  transform: translateY(5rem);
}
@media screen and (max-width: 960px) {
  .p-page__footer {
    margin-top: 2.2rem;
  }
}
.is-load .p-page__footer {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.6s, transform 0.8s var(--ease_bounce) 0.6s;
}
.p-page__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media (hover: hover) and (pointer: fine) {
  .p-page__back:hover {
    animation: pyoko 0.3s linear 2;
  }
}
.p-page__back-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-page__back-text {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.p-page__back-text::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 2px solid var(--color-brown);
}

.p-page_hero {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
  padding-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .p-page_hero {
    padding-bottom: 2.5rem;
  }
}
.p-page_hero::before {
  content: "";
  width: 100%;
  height: 4rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/line.png") repeat-x 0 0/32.3rem auto;
  animation: hero_marquee 20s linear infinite;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-page_hero::before {
    height: 2.5rem;
    background-size: 19.38rem;
    animation: hero_marquee_sp 20s linear infinite;
  }
}
@keyframes hero_marquee_sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -19.38rem;
  }
}
.p-page_hero__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-page_hero__base {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-page_hero__base::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/header/header_deco_pc-right.png") no-repeat center/contain;
  }
}
.p-page_hero__title {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(2rem);
}
.is-load .p-page_hero__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.4s, transform 0.8s var(--ease_bounce) 0.4s;
}

.p-form {
  display: block;
  position: relative;
  padding: 7rem 0;
}
@media screen and (max-width: 960px) {
  .p-form {
    padding: 3.4rem 0;
  }
}
.p-form__header {
  display: block;
  position: relative;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 960px) {
  .p-form__header {
    margin-bottom: 2.5rem;
  }
}
.p-form__title {
  width: 100%;
  max-width: 28rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-form__title {
    max-width: 17rem;
  }
}
.p-form__inner {
  width: 90%;
  max-width: 70rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-form__field {
  display: block;
  position: relative;
  color: var(--color-brown);
}
.p-form__field + .p-form__field {
  margin-top: 2.3rem;
}
@media screen and (max-width: 960px) {
  .p-form__field + .p-form__field {
    margin-top: 1.6rem;
  }
}
.p-form__field-cap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-form__field-cap {
    margin-bottom: 0.4rem;
    font-size: 1.3rem;
  }
}
.p-form__field-require {
  margin-left: 0.2em;
  font-size: 0.8em;
  color: red;
}
.p-form__field-content {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-form__field-content {
    font-size: 1.2rem;
    margin: 0 auto;
  }
}
.p-form__field-content img {
  max-width: 40rem;
}
@media screen and (max-width: 960px) {
  .p-form__field-content img {
    max-width: 20rem;
  }
}
.p-form__field-content input[type=text] {
  width: 100%;
  max-width: 35rem;
  display: block;
  position: relative;
  padding: 18px 15px;
  font-size: 16px;
  font-family: "LINE Seed JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background: var(--color-white);
  border: 1px solid var(--color-brown);
  border-radius: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-form__field-content input[type=text] {
    padding: 12px 12px;
  }
}
.p-form__field-content textarea {
  width: 100%;
  display: block;
  position: relative;
  padding: 18px 15px;
  font-size: 16px;
  font-family: "LINE Seed JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background: var(--color-white);
  border: 1px solid var(--color-brown);
  border-radius: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-form__field-content textarea {
    padding: 12px 12px;
  }
}
.p-form__btn {
  width: 100%;
  max-width: 24rem;
  height: 6.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 3rem auto 0;
  color: var(--color-white);
  background: url("../img/btn_pattern1.jpg") repeat 0 0/45px auto;
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-form__btn {
    margin-top: 2.6rem;
    max-width: 18rem;
    height: 4.5rem;
  }
}
.p-form__btn.--back {
  background: var(--color-brown);
}
@media (hover: hover) and (pointer: fine) {
  .p-form__btn:hover {
    animation: pyoko 0.3s linear 2;
  }
}
.p-form__btn + .p-form__btn {
  margin-top: 1rem;
}
.p-form__btn::before {
  content: "";
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  border: 2px solid var(--color-white);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-form__btn::before {
    border-width: 1px;
  }
}
.p-form__btn-text {
  width: 100%;
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-form__btn-text {
    font-size: 1.2rem;
  }
}

.p-thanks {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 11rem 0 7rem;
}
@media screen and (max-width: 960px) {
  .p-thanks {
    padding: 7.5rem 0 3.5rem;
  }
}
.p-thanks__text {
  width: 52rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-thanks__text {
    width: 26rem;
  }
}

.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);
  }
}
@keyframes pyoko {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.5rem);
  }
  100% {
    transform: translateY(0);
  }
}