@charset "UTF-8";
:root {
  --color-brown: #49381f;
  --color-brown-light: #bba07c;
  --color-blue: #007ca8;
  --color-white: #f1efee;
  --color-yellow: #dcc779;
  --font-main: YakuHanJP, zen-kaku-gothic-antique, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --font-sub: YakuHanJP, sicselifgothice, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.p-intro {
  position: relative;
  background: var(--color-brown);
}
.p-intro::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-brown-light);
}
@media (min-width: 861px) {
  .p-intro::before {
    top: 7px;
  }
}
@media (min-width: 1400px) {
  .p-intro::before {
    top: 9px;
  }
}
.p-intro::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-brown-light);
}
@media (min-width: 861px) {
  .p-intro::after {
    bottom: 7px;
  }
}
@media (min-width: 1400px) {
  .p-intro::after {
    bottom: 9px;
  }
}
.p-intro__deco {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.p-intro__deco-item {
  position: absolute;
}
.p-intro__deco-item:nth-child(1) {
  top: 0;
  right: 0;
  transform: translateY(-15%);
  width: 100px;
}
@media (min-width: 861px) {
  .p-intro__deco-item:nth-child(1) {
    right: -7px;
    transform: translateY(-14%);
    width: 120px;
  }
}
@media (min-width: 1400px) {
  .p-intro__deco-item:nth-child(1) {
    width: 160px;
  }
}
.p-intro__deco-item:nth-child(1) img {
  transform: scale(1.15);
  transform-origin: 0 100%;
  opacity: 0;
}
.p-intro.is-active .p-intro__deco-item:nth-child(1) img {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-intro__deco-item:nth-child(2) {
  bottom: 0;
  left: 6px;
  transform: translateY(21.5%);
  width: 96px;
}
@media (min-width: 861px) {
  .p-intro__deco-item:nth-child(2) {
    left: 1px;
    transform: translateY(22%);
    width: 115.2px;
  }
}
@media (min-width: 1400px) {
  .p-intro__deco-item:nth-child(2) {
    width: 153.6px;
  }
}
.p-intro__deco-item:nth-child(2) img {
  transform: scale(1.15);
  transform-origin: 100% 0;
  opacity: 0;
}
.p-intro.is-active .p-intro__deco-item:nth-child(2) img {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-intro__deco-item:nth-child(3) {
  bottom: 0;
  right: 11px;
  transform: translateY(-20%);
  width: 37px;
}
@media (min-width: 861px) {
  .p-intro__deco-item:nth-child(3) {
    width: 44.4px;
  }
}
@media (min-width: 1400px) {
  .p-intro__deco-item:nth-child(3) {
    width: 59.2px;
  }
}
.p-intro__deco-item:nth-child(3) .p-in-foot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.p-intro__deco-item:nth-child(3).is-active .p-in-foot {
  opacity: 1;
  transition: opacity 0s;
}
.p-intro__deco-item:nth-child(3).is-active .p-in-foot:nth-child(1) {
  transition-delay: calc(0.4s * 0);
}
.p-intro__deco-item:nth-child(3).is-active .p-in-foot:nth-child(2) {
  transition-delay: calc(0.4s * 1);
}
.p-intro__deco-item:nth-child(3).is-active .p-in-foot:nth-child(3) {
  transition-delay: calc(0.4s * 2);
}
.p-intro__deco-item:nth-child(3).is-active .p-in-foot:nth-child(4) {
  transition-delay: calc(0.4s * 3);
}

.p-intro__deco-item:nth-child(3) .p-in-foot:first-child {
  position: relative;
}
.p-intro__wrapper {
  position: relative;
  z-index: 1;
}
.p-intro__inner {
  width: 90%;
  max-width: 380px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 59px;
}
@media (min-width: 861px) {
  .p-intro__inner {
    max-width: none;
    padding-top: 72px;
    padding-bottom: 70.8px;
  }
}
@media (min-width: 1400px) {
  .p-intro__inner {
    max-width: none;
    padding-top: 96px;
    padding-bottom: 94.4px;
  }
}
.p-intro__heading {
  text-align: center;
  font-family: var(--font-sub);
  color: var(--color-yellow);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
  transform: translateY(10px);
  opacity: 0;
}
.p-intro.is-active .p-intro__heading {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.25s, opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.25s;
}
@media (min-width: 861px) {
  .p-intro__heading {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .p-intro__heading {
    font-size: 32px;
  }
}
.p-intro__body {
  margin-top: 24px;
}
@media (min-width: 861px) {
  .p-intro__body {
    margin-top: 28.8px;
  }
}
@media (min-width: 1400px) {
  .p-intro__body {
    margin-top: 38.4px;
  }
}
.p-intro__description {
  text-align: center;
  color: var(--color-white);
  transform: translateY(10px);
  opacity: 0;
}
.p-intro.is-active .p-intro__description {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.45s, opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.45s;
}

.p-section--period {
  margin-top: 80px;
}
@media (min-width: 861px) {
  .p-section--period {
    margin-top: 96px;
  }
}
@media (min-width: 1400px) {
  .p-section--period {
    margin-top: 128px;
  }
}
.p-section--join {
  margin-top: 50px;
}
@media (min-width: 861px) {
  .p-section--join {
    margin-top: 60px;
  }
}
@media (min-width: 1400px) {
  .p-section--join {
    margin-top: 80px;
  }
}
.p-section__wrapper {
  position: relative;
  width: 89.5%;
  max-width: 420px;
  margin: 0 auto;
  transform: translateY(15px);
  opacity: 0;
}
.p-section.is-active .p-section__wrapper {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (min-width: 861px) {
  .p-section__wrapper {
    max-width: none;
  }
}
.p-section__frame {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 2px var(--color-brown) solid;
  border-radius: 14px;
}
@media (min-width: 861px) {
  .p-section__frame {
    border-radius: 16.8px;
  }
}
@media (min-width: 1400px) {
  .p-section__frame {
    border-radius: 22.4px;
  }
}
.p-section__frame::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_texture.jpg) repeat center center/auto auto;
}
.p-section__frame::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px var(--color-brown) solid;
  border-radius: 12px;
}
@media (min-width: 861px) {
  .p-section__frame::after {
    border-radius: 14.4px;
  }
}
@media (min-width: 1400px) {
  .p-section__frame::after {
    border-radius: 19.2px;
  }
}
.p-section__head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -41%);
  width: 75%;
}
.p-section__heading {
  position: relative;
  width: 100%;
  transform: scale(1.1);
  opacity: 0;
}
.p-section.is-active .p-section__heading {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.p-section__heading-bg {
  position: relative;
  width: 100%;
}
.p-section__heading-txt {
  position: absolute;
  top: 36.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-sub);
  color: var(--color-white);
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media (min-width: 861px) {
  .p-section__heading-txt {
    font-size: 22.8px;
  }
}
@media (min-width: 1400px) {
  .p-section__heading-txt {
    font-size: 30.4px;
  }
}
.p-section__body {
  position: relative;
}

.p-period {
  position: relative;
  padding-top: 14.8%;
  padding-bottom: 14.6%;
}
.p-period__inner {
  width: 85%;
  margin: 0 auto;
}
.p-period__list {
  position: relative;
}
.p-period__list::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../img/dashline.png) repeat-x left center/auto 100%;
}
.p-period__list-item {
  position: relative;
}
.p-period__list-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../img/dashline.png) repeat-x left center/auto 100%;
}

.p-period_info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 17px;
}
@media (min-width: 861px) {
  .p-period_info {
    padding-top: 18px;
    padding-bottom: 20.4px;
  }
}
@media (min-width: 1400px) {
  .p-period_info {
    padding-top: 24px;
    padding-bottom: 27.2px;
  }
}
.p-period_info__label {
  position: relative;
  width: 95px;
  padding-left: 18px;
}
@media (min-width: 861px) {
  .p-period_info__label {
    width: 114px;
    padding-left: 21.6px;
  }
}
@media (min-width: 1400px) {
  .p-period_info__label {
    width: 152px;
    padding-left: 28.8px;
  }
}
.p-period_info__label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 100%;
  background: url(../img/icon_sparkle_blue.png) no-repeat center center/100% auto;
}
@media (min-width: 861px) {
  .p-period_info__label::before {
    width: 16.8px;
  }
}
@media (min-width: 1400px) {
  .p-period_info__label::before {
    width: 22.4px;
  }
}
.p-period_info__label-txt {
  font-family: var(--font-sub);
  color: var(--color-blue);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.p-period_info__detail {
  flex-basis: 0;
  flex-grow: 1;
}
.p-period_info__detail-description {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (min-width: 861px) {
  .p-period_info__detail-description {
    font-size: 15.6px;
  }
}
@media (min-width: 1400px) {
  .p-period_info__detail-description {
    font-size: 20.8px;
    letter-spacing: 0;
  }
}

.p-join {
  position: relative;
  padding-top: 13%;
  padding-bottom: 13%;
}
.p-join__inner {
  width: 85%;
  margin: 0 auto;
}
.p-join__description {
  text-align: center;
  font-weight: 500;
  line-height: 1.81;
}
.p-join__notes {
  margin-top: 2px;
}
@media (min-width: 861px) {
  .p-join__notes {
    margin-top: 2.4px;
  }
}
@media (min-width: 1400px) {
  .p-join__notes {
    margin-top: 3.2px;
  }
}
.p-join__notes-list-item {
  text-align: center;
  font-size: 11px;
}
@media (min-width: 861px) {
  .p-join__notes-list-item {
    font-size: 13.2px;
  }
}
@media (min-width: 1400px) {
  .p-join__notes-list-item {
    font-size: 17.6px;
  }
}

.p-vote {
  position: relative;
  margin-top: 55px;
  padding-bottom: 90px;
}
@media (min-width: 861px) {
  .p-vote {
    margin-top: 66px;
    margin-bottom: 108px;
  }
}
@media (min-width: 1400px) {
  .p-vote {
    margin-top: 88px;
    margin-bottom: 144px;
  }
}
.p-vote__inner {
  position: relative;
  width: 76%;
  max-width: 420px;
  margin: 0 auto;
}
@media (min-width: 861px) {
  .p-vote__inner {
    max-width: none;
  }
}
.p-vote__content {
  position: relative;
}

.p-vote_form__list-item {
  margin-top: 15px;
  transform: translateY(15px);
  opacity: 0;
}
.p-vote.is-active .p-vote_form__list-item {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-vote.is-active .p-vote_form__list-item:nth-child(1) {
  transition-delay: calc(0.2s * 0);
}
.p-vote.is-active .p-vote_form__list-item:nth-child(2) {
  transition-delay: calc(0.2s * 1);
}
@media (min-width: 861px) {
  .p-vote_form__list-item {
    margin-top: 18px;
  }
}
@media (min-width: 1400px) {
  .p-vote_form__list-item {
    margin-top: 24px;
  }
}
.p-vote_form__list-item:first-child {
  margin-top: 0;
}
.p-vote_form__label {
  position: relative;
}
.p-vote_form__label-txt {
  display: block;
  position: relative;
  box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 21px;
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 861px) {
  .p-vote_form__label-txt {
    padding: 0 25.2px;
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .p-vote_form__label-txt {
    padding: 0 33.6px;
    font-size: 24px;
  }
}
.p-vote_form__label-txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background: url(../img/icon_sparkle.png) no-repeat center center/100% auto;
}
@media (min-width: 861px) {
  .p-vote_form__label-txt::before {
    width: 18px;
  }
}
@media (min-width: 1400px) {
  .p-vote_form__label-txt::before {
    width: 24px;
  }
}
.p-vote_form__label-txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  background: url(../img/icon_sparkle.png) no-repeat center center/100% auto;
}
@media (min-width: 861px) {
  .p-vote_form__label-txt::after {
    width: 18px;
  }
}
@media (min-width: 1400px) {
  .p-vote_form__label-txt::after {
    width: 24px;
  }
}
.p-vote_form__select {
  display: block;
  position: relative;
  margin-top: 3px;
}
@media (min-width: 861px) {
  .p-vote_form__select {
    margin-top: 3.6px;
  }
}
@media (min-width: 1400px) {
  .p-vote_form__select {
    margin-top: 4.8px;
  }
}
.p-vote_form__select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 7.5%;
  transform: translateY(-58%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-right: 1px var(--color-white) solid;
  border-bottom: 1px var(--color-white) solid;
  pointer-events: none;
}
@media (min-width: 861px) {
  .p-vote_form__select::after {
    transform: translateY(-80%) rotate(45deg);
    width: 6px;
    height: 6px;
  }
}
@media (min-width: 1400px) {
  .p-vote_form__select::after {
    transform: translateY(-80%) rotate(45deg);
    width: 8px;
    height: 8px;
  }
}
.p-vote_form__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: none;
  margin: 0;
  padding: 13px 10px;
  border-radius: 5px;
  width: 100%;
  background: var(--color-brown);
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
  font-family: var(--font-main);
  color: var(--color-white);
  font-size: 13px;
}
@media (min-width: 861px) {
  .p-vote_form__select select {
    padding: 15.6px 12px;
    border-radius: 6px;
    font-size: 15.6px;
  }
}
@media (min-width: 1400px) {
  .p-vote_form__select select {
    padding: 20.8px 16px;
    border-radius: 8px;
    font-size: 20.8px;
  }
}
.p-vote_form__submit {
  margin-top: 40px;
  transform: translateY(15px);
  opacity: 0;
}
.p-vote.is-active .p-vote_form__submit {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
}
@media (min-width: 861px) {
  .p-vote_form__submit {
    margin-top: 48px;
  }
}
@media (min-width: 1400px) {
  .p-vote_form__submit {
    margin-top: 64px;
  }
}
.p-vote_form__submit-btn {
  width: 82.5%;
  margin: 0 auto;
}
.p-vote_form__submit-error {
  display: none;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  color: #f00;
}
@media (min-width: 861px) {
  .p-vote_form__submit-error {
    font-size: 14px;
  }
}
.error-active .p-vote_form__submit-error {
  display: block;
}