@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
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, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

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

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  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;
}

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

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -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%;
  word-wrap: break-word;
}

:root {
  --font-jp: YakuHanMP, "Shippori Mincho", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --color-pink: #ff648c;
  --color-pink-light: #ff91ae;
  --color-gold: #d9af35;
  --color-gold-dark: #ac8410;
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #b0b3b4;
  --gradient-pink: linear-gradient(to right, #ffeff3, #fff7f9);
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  --ease-out-sine: cubic-bezier(0.61, 1, 0.88, 1);
  --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

button {
  font-family: var(--font-jp);
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0rem;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  font-size: min(0.7142857143vw, 10px);
}
@media screen and (max-width: 1200px) {
  html {
    font-size: min(0.8333333333vw, 10px);
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: min(1vw, 10px);
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: min(2.6666666667vw, 15px);
  }
}

[data-modal] {
  cursor: pointer;
}

.p-wrapper {
  position: relative;
  min-height: 100vh;
  font-family: var(--font-jp);
  font-size: 1.6rem;
  overflow: hidden;
  opacity: 0;
}
.on-load .p-wrapper {
  opacity: 1;
  transform: opacity 0.6s var(--ease-out-cubic);
}

.p-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.p-map.is-active {
  position: fixed;
  opacity: 1;
  pointer-events: auto;
}
.p-map__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-map__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform: translateZ(0) scale(1.05);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-map__inner {
    transform: translateZ(0) scale(1.06);
  }
}
.is-active .p-map__inner {
  transform: scale(1);
  opacity: 1;
}
.is-first-active .p-map__inner {
  transform: scale(1);
  opacity: 1;
  transition: transform 2.6s var(--ease-out-sine), opacity 0.7s var(--ease-out-cubic);
}
.p-map__inner iframe {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.p-map__title {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  width: 36.4rem;
  -webkit-mask-image: linear-gradient(to right, #000 33%, transparent 66%);
  mask-image: linear-gradient(to right, #000 33%, transparent 66%);
  -webkit-mask-position: right 0 top 0;
  mask-position: right 0 top 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .p-map__title {
    top: 0.8rem;
    left: 0.8rem;
    width: 14.5rem;
  }
}
.is-active .p-map__title {
  -webkit-mask-position: right 100% top 0;
  mask-position: right 100% top 0;
}
.is-first-active .p-map__title {
  -webkit-mask-position: right 100% top 0;
  mask-position: right 100% top 0;
  transition: -webkit-mask-position 1.8s var(--ease-out-cubic) 0.5s;
  transition: mask-position 1.8s var(--ease-out-cubic) 0.5s;
  transition: mask-position 1.8s var(--ease-out-cubic) 0.5s, -webkit-mask-position 1.8s var(--ease-out-cubic) 0.5s;
}
.p-map__howto {
  position: absolute;
  bottom: 2.1rem;
  left: 2.1rem;
  width: 14.9rem;
  transform: scale(0.6);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-map__howto {
    bottom: 1rem;
    left: 1rem;
    width: 8.7rem;
  }
}
.is-active .p-map__howto {
  transform: scale(1);
  opacity: 1;
}
.is-first-active .p-map__howto {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.7s var(--ease-out-back) 1.1s, opacity 0.6s var(--ease-out-cubic) 1.1s;
}
.p-map__howto-icon {
  transition: transform 0.6s var(--ease-out-cubic);
}
@media (hover: hover) {
  .p-map__howto-icon:hover {
    transform: scale(1.08);
  }
}
.p-map__post {
  position: absolute;
  bottom: 1.1rem;
  right: 0.1rem;
  width: 31.5rem;
  transform: scale(0.7);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-map__post {
    bottom: 0.4rem;
    right: -0.5rem;
    width: 18.4rem;
  }
}
.is-active .p-map__post {
  transform: scale(1);
  opacity: 1;
}
.is-first-active .p-map__post {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.7s var(--ease-out-back) 1.4s, opacity 0.6s var(--ease-out-cubic) 1.4s;
}
.p-map__post-icon {
  display: block;
  cursor: pointer;
  transition: transform 0.6s var(--ease-out-cubic);
}
@media (hover: hover) {
  .p-map__post-icon:hover {
    transform: scale(1.07);
  }
}

.p-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.8s var(--ease-out-cubic);
  pointer-events: none;
}
.p-photo.is-active {
  position: relative;
  opacity: 1;
  transition-duration: 1.2s;
  pointer-events: auto;
}
.p-photo::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/bg_pc.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 750px) {
  .p-photo::before {
    background-image: url(../img/bg_sp.jpg);
  }
}
.p-photo__title {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  width: 19.8rem;
  -webkit-mask-image: linear-gradient(to right, #000 33%, transparent 66%);
  mask-image: linear-gradient(to right, #000 33%, transparent 66%);
  -webkit-mask-position: right 0 top 0;
  mask-position: right 0 top 0;
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .p-photo__title {
    top: 1.2rem;
    left: 1.2rem;
    width: 13.7rem;
  }
}
.is-active .p-photo__title {
  -webkit-mask-position: right 100% top 0;
  mask-position: right 100% top 0;
}
.is-first-active .p-photo__title {
  -webkit-mask-position: right 100% top 0;
  mask-position: right 100% top 0;
  transition: -webkit-mask-position 1.6s var(--ease-out-cubic) 0.5s;
  transition: mask-position 1.6s var(--ease-out-cubic) 0.5s;
  transition: mask-position 1.6s var(--ease-out-cubic) 0.5s, -webkit-mask-position 1.6s var(--ease-out-cubic) 0.5s;
}
.p-photo__wrapper {
  width: 100%;
  min-height: 100vh;
}
.p-photo__inner {
  width: 89.5%;
  max-width: 130rem;
  margin: 0 auto;
  padding-top: 12rem;
  padding-bottom: 8rem;
  transform: translateY(1.2rem);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .p-photo__inner {
    padding-top: 11rem;
    padding-bottom: 6rem;
  }
}
.is-active .p-photo__inner {
  transform: translateY(0);
  opacity: 1;
}
.is-first-active .p-photo__inner {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic) 0.9s, opacity 0.6s var(--ease-out-cubic) 0.9s;
}
.p-photo__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 750px) {
  .p-photo__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
  }
}

.p-photo_item {
  position: relative;
}
.p-photo_item__thumbnail {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.p-photo_item__thumbnail::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-pink-light);
  opacity: 0;
  transition: opacity 0.6s var(--ease-out-cubic);
}
@media (hover: hover) {
  .p-photo_item:hover .p-photo_item__thumbnail::after {
    opacity: 0.4;
  }
}
.p-photo_item__thumbnail-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: transform 0.6s var(--ease-out-cubic);
}
@media (hover: hover) {
  .p-photo_item:hover .p-photo_item__thumbnail-img {
    transform: scale(1.1);
  }
}

.p-tab {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 30rem;
  padding: 0.4rem;
  background: var(--color-gold);
  border-radius: 50rem;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .p-tab {
    top: 1.5rem;
    right: 1rem;
    width: 53.4%;
    padding: 0.2rem;
  }
}
.content-active .p-tab {
  opacity: 1;
  transition: opacity 0.6s var(--ease-out-cubic);
  pointer-events: auto;
}
.p-tab__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-tab__list-item {
  width: 50%;
}
.p-tab__btn {
  position: relative;
  width: 100%;
  height: 4.2rem;
  border-radius: 50rem;
  background: var(--color-gold);
  color: var(--color-white);
  transition: background-color 0.4s var(--ease-out-cubic), color 0.4s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .p-tab__btn {
    height: 3.6rem;
  }
}
.p-tab__btn.is-active {
  background: var(--color-white);
  color: var(--color-gold);
  pointer-events: none;
}
.p-tab__btn-txt {
  display: block;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-tab__btn-txt {
    font-size: 1.2rem;
  }
}
.p-tab__btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  width: 2.4rem;
}
@media screen and (max-width: 750px) {
  .p-tab__btn-icon {
    left: 0.4rem;
  }
}
.p-tab__btn-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  opacity: 0;
  transition: opacity 0.4s var(--ease-out-cubic);
}
.is-active .p-tab__btn-icon::after {
  opacity: 1;
}
.--map .p-tab__btn-icon::after {
  background-image: url(../img/icon/icon_pin-gold.svg);
}
.--photo .p-tab__btn-icon::after {
  background-image: url(../img/icon/icon_photo-gold.svg);
}

.m-modal.m-modal-custom {
  font-family: var(--font-jp);
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .m-modal.m-modal-custom {
    font-size: 1.2rem;
  }
}
.m-modal.m-modal-custom .m-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_modal_pc.jpg) no-repeat center center/cover;
  cursor: auto;
}
@media screen and (max-width: 750px) {
  .m-modal.m-modal-custom .m-modal__bg {
    background-image: url(../img/bg_modal_sp.jpg);
  }
}
.m-modal.m-modal-custom .m-modal__content-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_modal_pc.jpg) no-repeat center center/cover;
  cursor: auto;
}
@media screen and (max-width: 750px) {
  .m-modal.m-modal-custom .m-modal__content-bg {
    background-image: url(../img/bg_modal_sp.jpg);
  }
}
.m-modal.m-modal-custom .m-modal__content {
  width: 89.5%;
  max-width: 100rem;
}
.is-modal-overflow-prep .m-modal.m-modal-custom .m-modal__content {
  margin: 4rem auto;
}
@media screen and (max-width: 750px) {
  .is-modal-overflow-prep .m-modal.m-modal-custom .m-modal__content {
    margin: 2rem auto;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 10rem;
  background: var(--color-pink-light);
  transition: filter 0.6s var(--ease-out-cubic);
}
@media screen and (max-width: 750px) {
  .m-modal.m-modal-custom .m-modal__close-btn {
    width: 3.5rem;
    height: 8.8rem;
  }
}
@media (hover: hover) {
  .m-modal.m-modal-custom .m-modal__close-btn:hover {
    filter: brightness(120%);
  }
}
.m-modal.m-modal-custom .m-modal__close-btn::before, .m-modal.m-modal-custom .m-modal__close-btn::after {
  content: none;
}
.m-modal.m-modal-custom .m-modal__close-btn-text {
  width: 1.5rem;
  margin: 0 auto;
  padding-top: 3.8rem;
  text-align: left;
  writing-mode: vertical-rl;
  color: var(--color-white);
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .m-modal.m-modal-custom .m-modal__close-btn-text {
    width: 1.3rem;
    padding-top: 3.3rem;
    font-size: 1.3rem;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn-icon {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 750px) {
  .m-modal.m-modal-custom .m-modal__close-btn-icon {
    top: 1.4rem;
    width: 1.7rem;
    height: 1.7rem;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-25deg);
  width: 1px;
  height: 100%;
  background: var(--color-white);
}
.m-modal.m-modal-custom .m-modal__close-btn-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(25deg);
  width: 1px;
  height: 100%;
  background: var(--color-white);
}

.p-modal {
  position: relative;
  background: var(--color-white);
  border: 1px solid var(--color-gold);
  transform: translateY(1.5rem);
  opacity: 0;
}
.is-open .p-modal {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.8s var(--ease-out-cubic), opacity 0.5s var(--ease-out-cubic);
}
.p-modal::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--color-gold);
}
@media screen and (max-width: 750px) {
  .p-modal::before {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.p-modal::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--color-gold);
}
@media screen and (max-width: 750px) {
  .p-modal::after {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.p-modal__wrapper {
  position: relative;
  padding: 0.3rem;
}
@media screen and (max-width: 750px) {
  .p-modal__wrapper {
    padding: 0.2rem;
  }
}
.p-modal__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--color-gold);
}
@media screen and (max-width: 750px) {
  .p-modal__wrapper::before {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.p-modal__wrapper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--color-gold);
}
@media screen and (max-width: 750px) {
  .p-modal__wrapper::after {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.p-modal__outer {
  position: relative;
  border: 1px solid var(--color-gold);
}
.p-modal__inner {
  width: 87%;
  max-width: 80rem;
  margin: 0 auto;
  padding-top: 5.2rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 750px) {
  .p-modal__inner {
    padding-top: 3.1rem;
    padding-bottom: 2.8rem;
  }
}

.p-howto__head {
  padding-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .p-howto__head {
    padding-bottom: 2.1rem;
  }
}
.p-howto__title {
  position: relative;
  width: 27.6rem;
  margin: 0 auto;
  padding-top: 0.3rem;
}
@media screen and (max-width: 750px) {
  .p-howto__title {
    width: 19.9rem;
    padding-top: 0;
  }
}
.p-howto__heading {
  position: relative;
  box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 4.2rem;
}
@media screen and (max-width: 750px) {
  .p-howto__heading {
    padding: 0 2.8rem;
  }
}
.p-howto__heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 100%;
  background: url(../img/img_deco-sakura.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 750px) {
  .p-howto__heading::before {
    width: 1.7rem;
  }
}
.p-howto__heading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 100%;
  background: url(../img/img_deco-sakura.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 750px) {
  .p-howto__heading::after {
    width: 1.7rem;
  }
}
.p-howto__heading-text {
  color: var(--color-pink);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.02;
}
@media screen and (max-width: 750px) {
  .p-howto__heading-text {
    font-size: 2rem;
    line-height: 1;
  }
}
.p-howto__body {
  padding-top: 4.4rem;
  border-top: 1px solid var(--color-gold);
}
@media screen and (max-width: 750px) {
  .p-howto__body {
    padding-top: 2.4rem;
  }
}
.p-howto__lead {
  margin-bottom: 4.4rem;
  text-align: center;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .p-howto__lead {
    margin-bottom: 2.6rem;
  }
}
.p-howto__join {
  position: relative;
  background: var(--gradient-pink);
}
.p-howto__join-inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 3.6rem;
  padding-bottom: 4.2rem;
}
@media screen and (max-width: 750px) {
  .p-howto__join-inner {
    padding-top: 2.4rem;
    padding-bottom: 3rem;
  }
}
.p-howto__join-heading {
  position: relative;
  box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 1.7rem;
  padding: 0 2.6rem;
  text-align: center;
  color: var(--color-pink);
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .p-howto__join-heading {
    margin-bottom: 1.4rem;
    padding: 0 2.2rem 0 2rem;
    font-size: 1.6rem;
  }
}
.p-howto__join-heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 100%;
  background: url(../img/img_deco-sakura.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 750px) {
  .p-howto__join-heading::before {
    width: 1.3rem;
  }
}
.p-howto__join-heading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.6rem;
  height: 100%;
  background: url(../img/img_deco-sakura.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 750px) {
  .p-howto__join-heading::after {
    width: 1.3rem;
  }
}
.p-howto__join-description {
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .p-howto__join-description {
    line-height: 1.75;
  }
}
.p-howto__join-note {
  margin-top: 0.8rem;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  .p-howto__join-note {
    font-size: 1rem;
  }
}
.p-howto__more {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .p-howto__more {
    display: block;
    margin-top: 2.5rem;
  }
}
.p-howto__more-btn {
  width: 32.5%;
}
@media screen and (max-width: 750px) {
  .p-howto__more-btn {
    width: 77.5%;
    margin: 0 auto;
  }
}
.p-howto__more-btn:nth-child(n+2) {
  margin-left: 1.25%;
}
@media screen and (max-width: 750px) {
  .p-howto__more-btn:nth-child(n+2) {
    margin-left: auto;
    margin-top: 1rem;
  }
}
.p-howto__post {
  margin-top: 3.7rem;
}
@media screen and (max-width: 750px) {
  .p-howto__post {
    margin-top: 2.5rem;
  }
}
.p-howto__post-btn {
  width: 40rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-howto__post-btn {
    width: 95%;
  }
}
.p-howto__notes {
  margin-top: 5.6rem;
}
@media screen and (max-width: 750px) {
  .p-howto__notes {
    margin-top: 3.8rem;
  }
}
.p-howto__notes-label {
  text-align: left;
  color: var(--color-pink);
  font-size: 1.5rem;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 750px) {
  .p-howto__notes-label {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
  }
}
.p-howto__notes-lead {
  margin-top: 1.2rem;
  margin-bottom: 1.5rem;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 750px) {
  .p-howto__notes-lead {
    margin-top: 0.8rem;
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
  }
}
.p-howto__notes-list {
  margin-top: 0.6rem;
}
@media screen and (max-width: 750px) {
  .p-howto__notes-list {
    margin-top: 0.4rem;
  }
}
.p-howto__notes-list-item {
  text-align: left;
  padding-left: 0.6rem;
  text-indent: -0.6rem;
  font-size: 1.1rem;
  line-height: 1.9;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 750px) {
  .p-howto__notes-list-item {
    font-size: 1rem;
    line-height: 1.74;
  }
}

.p-post__head {
  padding-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .p-post__head {
    padding-bottom: 2.1rem;
  }
}
.p-post__heading {
  position: relative;
  box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 4.2rem;
}
@media screen and (max-width: 750px) {
  .p-post__heading {
    padding: 0 2.5rem;
  }
}
.p-post__heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 100%;
  background: url(../img/img_deco-sakura.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 750px) {
  .p-post__heading::before {
    width: 1.7rem;
  }
}
.p-post__heading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 100%;
  background: url(../img/img_deco-sakura.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 750px) {
  .p-post__heading::after {
    width: 1.7rem;
  }
}
.p-post__heading-text {
  color: var(--color-pink);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.09em;
}
@media screen and (max-width: 750px) {
  .p-post__heading-text {
    font-size: 2rem;
    line-height: 1;
  }
}
.p-post__body {
  padding-top: 4.9rem;
  border-top: 1px solid var(--color-gold);
}
@media screen and (max-width: 750px) {
  .p-post__body {
    padding-top: 2.7rem;
  }
}
.p-post__block {
  text-align: left;
}
.p-post__block:nth-child(n+2) {
  margin-top: 2.9rem;
}
@media screen and (max-width: 750px) {
  .p-post__block:nth-child(n+2) {
    margin-top: 1.9rem;
  }
}
.p-post__block-label {
  color: var(--color-pink);
}
@media screen and (max-width: 750px) {
  .p-post__block-label {
    font-size: 1.3rem;
  }
}
.p-post__block-label .required {
  margin-left: 0.9rem;
  vertical-align: baseline;
  color: var(--color-gold-dark);
  font-size: 0.75em;
}
@media screen and (max-width: 750px) {
  .p-post__block-label .required {
    margin-left: 0.3rem;
  }
}
.p-post__block-select {
  position: relative;
  width: 40rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 750px) {
  .p-post__block-select {
    width: 100%;
    margin-top: 1rem;
  }
}
.p-post__block-select::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 4.8%;
  width: 3%;
  height: 100%;
  background: url(../img/arrow.png) no-repeat center center/100% auto;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .p-post__block-select::after {
    right: 5%;
    width: 3.5%;
  }
}
.p-post__block-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 1.5rem 2rem 1.6rem;
  border: 1px solid var(--color-gray);
  outline: none;
  border-radius: 0.3rem;
  color: var(--color-black);
  font-family: var(--font-jp);
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-post__block-select select {
    padding: 1.2rem 1rem 1.4rem;
    font-size: 1.2rem;
  }
}
.p-post__block-select select:invalid {
  color: var(--color-gray);
}
.p-post__block-select select option {
  color: var(--color-black);
}
.p-post__block-textarea {
  width: 100%;
  margin-top: 1.2rem;
}
@media screen and (max-width: 750px) {
  .p-post__block-textarea {
    margin-top: 0.9rem;
  }
}
.p-post__block-textarea textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 12.7rem;
  padding: 1.5rem 2rem 1.6rem;
  border: 1px solid var(--color-gray);
  outline: none;
  border-radius: 0.3rem;
  color: var(--color-black);
  font-family: var(--font-jp);
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  resize: none;
}
@media screen and (max-width: 750px) {
  .p-post__block-textarea textarea {
    min-height: 22.5rem;
    padding: 1.2rem 1rem 1.4rem;
    font-size: 1.2rem;
  }
}
.p-post__block-textarea textarea::-moz-placeholder {
  color: var(--color-gray);
}
.p-post__block-textarea textarea::placeholder {
  color: var(--color-gray);
}
.p-post__foot {
  margin-top: 4rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 750px) {
  .p-post__foot {
    margin-top: 2.5rem;
    padding-bottom: 0.3rem;
  }
}
.p-post__btn {
  width: 94.5%;
  max-width: 40rem;
  margin: 0 auto;
}

.p-btn {
  display: block;
  position: relative;
  width: 100%;
  height: 5rem;
  background: var(--color-gold);
  border-radius: 50rem;
  transition: transform 0.6s var(--ease-out-cubic);
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .p-btn {
    height: 4.5rem;
  }
}
@media (hover: hover) {
  .p-btn:hover {
    transform: scale(1.05);
  }
}
.p-btn.disabled {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.6;
}
.p-howto__post-btn .p-btn, .p-post__btn .p-btn {
  height: 6rem;
}
@media screen and (max-width: 750px) {
  .p-howto__post-btn .p-btn, .p-post__btn .p-btn {
    height: 5rem;
  }
}
.p-btn__txt {
  display: block;
  position: absolute;
  top: 50%;
  left: 51.5%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  color: var(--color-white);
  font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
  .p-btn__txt {
    font-size: 1.25rem;
  }
}
.p-howto__post-btn .p-btn__txt, .p-post__btn .p-btn__txt {
  left: 50%;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .p-howto__post-btn .p-btn__txt, .p-post__btn .p-btn__txt {
    font-size: 1.4rem;
  }
}
.p-btn__icon {
  position: absolute;
  top: 50%;
  left: 8.5%;
  transform: translateY(-50%);
  width: 10%;
}
.p-howto__post-btn .p-btn__icon, .p-post__btn .p-btn__icon {
  left: 7.35%;
  width: 5.8%;
}
@media screen and (max-width: 750px) {
  .p-howto__post-btn .p-btn__icon, .p-post__btn .p-btn__icon {
    left: 7.4%;
    width: 6.5%;
  }
}