@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, caption, tbody, tfoot, thead, tr, th, td,
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;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: 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;
}

@media not all and (max-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html {
  touch-action: manipulation;
}

body,
button,
input,
select,
textarea,
datalist {
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: normal;
  color: #373a57;
}
@media not all and (max-width: 900px) {
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 16px;
  }
}

body {
  position: relative;
}

h2 {
  font-weight: 400;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

* {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

a {
  color: currentColor;
  text-decoration: none;
}

svg {
  fill-rule: evenodd;
  width: 100%;
  height: 100%;
}

[data-modal] {
  cursor: pointer;
}

[tabindex] {
  cursor: pointer;
}
[tabindex].focus-visible {
  outline: 1px solid;
}

.js-focus-visible :focus:not(:focus-visible) {
  outline: 0;
}

.visually-hidden {
  font-size: 0;
  opacity: 0;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translate3d(0, 0, 0);
  background: url(../img/bg.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .l-bg {
    background-image: url(../img/bg_sp.jpg);
  }
}
.l-bg::before, .l-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 27.7%;
  padding-top: 27.7%;
  background: url(../img/deco_sakura_L.png) top left no-repeat;
  background-size: 100% auto;
  opacity: 0;
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .l-bg::before, .is-load .l-bg::after {
  opacity: 1;
}
@media not all and (max-width: 900px) {
  .l-bg::before, .l-bg::after {
    transform: translate(-10%, -10%);
  }
  .is-load .l-bg::before, .is-load .l-bg::after {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 900px) {
  .l-bg::before, .l-bg::after {
    transform: translateY(-10%);
  }
  .is-load .l-bg::before, .is-load .l-bg::after {
    transform: translateY(0);
  }
}
@media screen and (max-width: 900px) {
  .l-bg::before {
    width: 100%;
    padding-top: 100%;
    background-image: url(../img/deco_sakura_sp.png);
  }
}
@media not all and (max-width: 900px) {
  .l-bg::after {
    left: auto;
    right: 0;
    width: 34.5%;
    background-image: url(../img/deco_sakura_R.png);
    transform: translate(10%, -10%);
  }
}
@media screen and (max-width: 900px) {
  .l-bg::after {
    content: none;
  }
}

.l-main {
  position: relative;
  margin-bottom: 34px;
}
@media screen and (max-width: 900px) {
  .l-main {
    margin-bottom: 7px;
  }
}
.l-main__wrap {
  position: relative;
  width: 86.6666666667%;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .l-main__wrap {
    max-width: 650px;
  }
}

.l-footer {
  position: relative;
  padding: 75px 0;
}
@media screen and (max-width: 900px) {
  .l-footer {
    padding: 45px 0;
  }
}
.l-footer__copy {
  text-align: center;
  color: #ea609e;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .l-footer__copy {
    font-size: 10px;
    line-height: 1.9;
  }
}

.c-btn {
  position: relative;
}
.c-btn__inner {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 99px;
  cursor: pointer;
  border: none;
  overflow: hidden;
}
@media (hover: hover) {
  .c-btn__inner:hover::before {
    transform: translateX(-50%);
  }
}
.--back .c-btn__inner::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 99px;
  background: linear-gradient(to right, #fee9f2, #ffe8ef);
}
.c-btn__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(to right, #ea619e 0%, #fc7fa7 50%, #fc7fa7 60%, #ea619e 100%);
  border-radius: 99px;
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-btn__inner input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-btn__txt {
  position: relative;
  display: block;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  padding: 30px 0 33px;
}
@media screen and (max-width: 900px) {
  .c-btn__txt {
    padding: 18px 0 21px;
    font-size: 14px;
  }
}
.--back .c-btn__txt {
  color: #ea609e;
}
.c-btn__txt::after {
  content: "";
  position: absolute;
  top: 0;
  right: 22px;
  width: 20px;
  height: 100%;
  -webkit-mask: url(../img/icon_arrow.svg) center center no-repeat;
  mask: url(../img/icon_arrow.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .c-btn__txt::after {
    right: 15px;
    width: 13px;
  }
}
@media (hover: hover) {
  .c-btn__inner:hover .c-btn__txt::after {
    animation: arrow_anime 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }
}
.--back .c-btn__txt::after {
  right: auto;
  left: 22px;
  background: #fc7fa7;
  transform: scaleX(-1);
}
@media screen and (max-width: 900px) {
  .--back .c-btn__txt::after {
    left: 15px;
  }
}
.--back .c-btn__inner:hover .c-btn__txt::after {
  animation-name: arrow_anime_back;
}

@keyframes cirlce_rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes modal_elem {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrow_anime {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  49% {
    transform: translateX(8px);
    opacity: 0;
  }
  50% {
    transform: translateX(-8px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes arrow_anime_back {
  0% {
    transform: translateX(0) scaleX(-1);
    opacity: 1;
  }
  49% {
    transform: translateX(-8px) scaleX(-1);
    opacity: 0;
  }
  50% {
    transform: translateX(8px) scaleX(-1);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleX(-1);
    opacity: 1;
  }
}
.p-hero {
  position: relative;
  margin-bottom: 118px;
  padding-top: 151px;
}
@media screen and (max-width: 900px) {
  .p-hero {
    margin-bottom: 57px;
    padding-top: 75px;
  }
}
@media screen and (max-width: 900px) {
  .--thanks .p-hero {
    margin-bottom: 43px;
  }
}
.p-hero__logo {
  width: 642px;
  margin: 0 auto;
  transform: scale(0.8);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media screen and (max-width: 900px) {
  .p-hero__logo {
    width: 99%;
    max-width: 642px;
  }
}
[data-page=in] .p-hero__logo {
  width: 450px;
}
@media screen and (max-width: 900px) {
  [data-page=in] .p-hero__logo {
    width: 69%;
    max-width: 642px;
  }
}
.is-load .p-hero__logo {
  transform: scale(1);
  opacity: 1;
}

.p-contents {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
.is-load .p-contents {
  transform: translateY(0);
  opacity: 1;
}

.p-period {
  position: relative;
  margin-bottom: 109px;
}
@media screen and (max-width: 900px) {
  .p-period {
    margin-bottom: 49px;
  }
}
.p-period__ttl {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .p-period__ttl {
    margin-bottom: 12px;
  }
}
.p-period__txt {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 900px) {
  .p-period__txt {
    font-size: 17px;
    line-height: 1.7;
  }
}

.p-ttl {
  position: relative;
  display: block;
  color: #ea609e;
  text-align: center;
  font-size: 40px;
  transform: scaleY(1.1);
  letter-spacing: 0.38rem;
}
@media screen and (max-width: 900px) {
  .p-ttl {
    font-size: 22px;
    letter-spacing: 0.25rem;
  }
}

.p-about__ttl {
  position: relative;
  margin-bottom: 27px;
}
@media screen and (max-width: 900px) {
  .p-about__ttl {
    margin-bottom: 14px;
  }
}
.p-about__list {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  background-image: repeating-linear-gradient(90deg, rgba(55, 58, 87, 0.4), rgba(55, 58, 87, 0.4) 4px, transparent 4px, transparent 8px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
@media screen and (max-width: 900px) {
  .p-about__list {
    background-image: repeating-linear-gradient(90deg, rgba(55, 58, 87, 0.4), rgba(55, 58, 87, 0.4) 2px, transparent 2px, transparent 4px);
  }
}
.p-about__list-item {
  padding: 23px 0 22px;
  background-image: repeating-linear-gradient(90deg, rgba(55, 58, 87, 0.4), rgba(55, 58, 87, 0.4) 4px, transparent 4px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .p-about__list-item {
    background-image: repeating-linear-gradient(90deg, rgba(55, 58, 87, 0.4), rgba(55, 58, 87, 0.4) 2px, transparent 2px, transparent 4px);
  }
}
@media not all and (max-width: 900px) {
  .p-about__list-item {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 900px) {
  .p-about__list-item {
    padding: 14px 0;
  }
}
.p-about__list-ttl {
  color: #ea609e;
  font-size: 18px;
  letter-spacing: 0.03rem;
}
@media not all and (max-width: 900px) {
  .p-about__list-ttl {
    min-width: 162px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-about__list-ttl {
    font-size: 14px;
  }
}
.p-about__list-txt {
  font-size: 18px;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 900px) {
  .p-about__list-txt {
    font-size: 14px;
    letter-spacing: 0.05rem;
  }
}
.p-about__list-txt .p-in-small {
  margin-top: 4px;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-about__list-txt .p-in-small {
    margin-top: 0;
    font-size: 12px;
  }
}

.p-serial {
  position: relative;
  margin-top: 120px;
  padding-top: 54px;
  padding-bottom: 62px;
  background: linear-gradient(to right, #fee9f2, #ffe8ef);
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .p-serial {
    margin-top: 60px;
    padding-top: 25px;
    padding-bottom: 30px;
    border-radius: 5px;
  }
}
.p-serial__container {
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-serial__container {
    width: 88%;
    margin: 0 auto;
  }
}
.p-serial__header {
  position: relative;
  margin-bottom: 38px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-serial__header {
    margin-bottom: 27px;
  }
}
.p-serial__lead {
  font-size: 18px;
  line-height: 1.75;
}
@media screen and (max-width: 900px) {
  .p-serial__lead {
    font-size: 14px;
  }
}
.p-serial__attention {
  position: relative;
  margin-top: 10px;
}
.p-serial__attention-item {
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-serial__attention-item {
    font-size: 11px;
    line-height: 1.7;
  }
}
.p-serial__form {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
}
.p-serial__form-container {
  background-image: repeating-linear-gradient(90deg, rgba(55, 58, 87, 0.4), rgba(55, 58, 87, 0.4) 4px, transparent 4px, transparent 8px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
@media screen and (max-width: 900px) {
  .p-serial__form-container {
    background-image: repeating-linear-gradient(90deg, rgba(55, 58, 87, 0.4), rgba(55, 58, 87, 0.4) 2px, transparent 2px, transparent 4px);
  }
}
.p-serial__field {
  padding: 21px 0;
  background-image: repeating-linear-gradient(90deg, rgba(55, 58, 87, 0.4), rgba(55, 58, 87, 0.4) 4px, transparent 4px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
@media screen and (max-width: 900px) {
  .p-serial__field {
    background-image: repeating-linear-gradient(90deg, rgba(55, 58, 87, 0.4), rgba(55, 58, 87, 0.4) 2px, transparent 2px, transparent 4px);
  }
}
@media not all and (max-width: 900px) {
  .p-serial__field {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .p-serial__field {
    display: block;
    padding: 20px 0;
  }
}
.p-serial__field-cap {
  position: relative;
  color: #ea609e;
  font-size: 18px;
}
@media not all and (max-width: 900px) {
  .p-serial__field-cap {
    width: 199px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-serial__field-cap {
    display: block;
    margin-bottom: 7px;
    font-size: 13px;
    text-align: center;
  }
}
.p-serial__field-input {
  display: block;
  padding: 11px;
  border: none;
  background: #fff;
  box-sizing: border-box;
  font-size: 16px;
}
@media not all and (max-width: 900px) {
  .p-serial__field-input {
    flex-grow: 1;
  }
}
@media screen and (max-width: 900px) {
  .p-serial__field-input {
    width: 100%;
    padding: 10px;
  }
}
.p-serial__btn {
  position: relative;
  width: 390px;
  margin: 40px auto 0;
}
@media screen and (max-width: 900px) {
  .p-serial__btn {
    width: 89%;
    margin-top: 20px;
  }
}

.p-caution {
  position: relative;
  margin-top: 111px;
}
.p-form + .p-caution {
  margin-top: 56px;
}
@media screen and (max-width: 900px) {
  .p-form + .p-caution {
    margin-top: 26px;
  }
}
.p-caution__block + .p-caution__block {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .p-caution__block + .p-caution__block {
    margin-top: 22px;
  }
}
.p-caution__ttl {
  position: relative;
  margin-bottom: 22px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-caution__ttl {
    margin-bottom: 10px;
  }
}
.p-caution__ttl span {
  display: inline-block;
  transform: scaleY(1.1);
  color: #ea609e;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 900px) {
  .p-caution__ttl span {
    font-size: 14px;
  }
}
.p-caution__list-item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .p-caution__list-item {
    font-size: 11px;
    line-height: 1.7;
  }
}
.p-caution__list-item + .p-caution__list-item {
  margin-top: 9px;
}

.p-form {
  position: relative;
  background: linear-gradient(to right, #fee9f2, #ffe8ef);
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .p-form {
    border-radius: 5px;
  }
}
.p-form__container {
  position: relative;
  margin: 0 auto;
  padding-top: 58px;
  padding-bottom: 60px;
}
@media not all and (max-width: 900px) {
  .p-form__container {
    max-width: 680px;
  }
}
@media screen and (max-width: 900px) {
  .p-form__container {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.p-form__header {
  position: relative;
  margin-bottom: 34px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-form__header {
    margin-bottom: 16px;
  }
}
.p-form__lead {
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .p-form__lead {
    font-size: 14px;
    line-height: 1.8;
  }
}
.p-form__attention {
  position: relative;
  margin-top: 7px;
}
@media screen and (max-width: 900px) {
  .p-form__attention {
    margin-top: 1px;
  }
}
.p-form__attention-item {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .p-form__attention-item {
    font-size: 11px;
  }
}
.p-form__inner {
  position: relative;
  background-image: repeating-linear-gradient(90deg, rgba(55, 58, 87, 0.4), rgba(55, 58, 87, 0.4) 4px, transparent 4px, transparent 8px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
@media screen and (max-width: 900px) {
  .p-form__inner {
    background-image: repeating-linear-gradient(90deg, rgba(55, 58, 87, 0.4), rgba(55, 58, 87, 0.4) 2px, transparent 2px, transparent 4px);
  }
}
@media screen and (max-width: 900px) {
  .p-form__inner {
    width: 87.6%;
    margin: 0 auto;
  }
}
.p-form__field {
  display: block;
  padding: 21px 0;
  background-image: repeating-linear-gradient(90deg, rgba(55, 58, 87, 0.4), rgba(55, 58, 87, 0.4) 4px, transparent 4px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
@media screen and (max-width: 900px) {
  .p-form__field {
    background-image: repeating-linear-gradient(90deg, rgba(55, 58, 87, 0.4), rgba(55, 58, 87, 0.4) 2px, transparent 2px, transparent 4px);
  }
}
@media not all and (max-width: 900px) {
  .p-form__field {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  .p-form__field {
    padding: 17px 0 20px;
  }
}
.p-form__field input {
  display: block;
  padding: 12px 19px;
  background: #fff;
  border: none;
  font-size: 16px;
  box-sizing: border-box;
}
@media not all and (max-width: 900px) {
  .p-form__field input {
    flex-grow: 1;
  }
}
@media screen and (max-width: 900px) {
  .p-form__field input {
    width: 100%;
    padding: 8px;
  }
}
.p-form__field input:disabled {
  background-color: #f7c7d7;
  color: #373a57;
  opacity: 1;
}
.p-form__field-cap {
  display: block;
  color: #ea609e;
  font-size: 17px;
}
@media not all and (max-width: 900px) {
  .p-form__field-cap {
    min-width: 171px;
    margin-right: 29px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 900px) {
  .p-form__field-cap {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.p-form__field-cap .p-in-required {
  display: inline-block;
  padding: 2px 9px;
  vertical-align: baseline;
  border: 1px solid #ea609e;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-form__field-cap .p-in-required {
    margin-left: 9px;
    padding: 1px 6px;
    font-size: 11px;
  }
}
.p-form__field-confirm {
  position: relative;
  display: block;
  padding: 12px 19px;
  flex-grow: 1;
  background: #f7c7d7;
}
@media screen and (max-width: 900px) {
  .p-form__field-confirm {
    padding: 10px;
  }
}
.p-form__field-confirm.--fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex-grow: 0;
}
.p-form__select {
  position: relative;
  display: block;
}
@media not all and (max-width: 900px) {
  .p-form__select {
    flex-grow: 1;
  }
}
.p-form__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  width: 8px;
  height: 6px;
  background: #ea609e;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: translateY(-50%);
}
.p-form__select select {
  display: block;
  width: 100%;
  padding: 12px 19px;
  border: none;
  background: #fff;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 900px) {
  .p-form__select select {
    padding: 8px;
  }
}
.p-form__name {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-form__name {
    flex-wrap: wrap;
  }
}
.p-form__name-cap {
  font-size: 18px;
  color: #ea609e;
}
@media not all and (max-width: 900px) {
  .p-form__name-cap {
    width: 38px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-form__name-cap {
    margin-right: 5px;
    font-size: 14px;
  }
}
@media not all and (max-width: 900px) {
  .p-form__name input {
    width: 170px;
    flex-grow: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-form__name input {
    width: 100px;
  }
}
.p-form__name input + .p-form__name-cap {
  margin-left: 40px;
}
@media screen and (max-width: 900px) {
  .p-form__name input + .p-form__name-cap {
    margin-left: 16px;
  }
}
.p-form__yo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-form__yo {
    flex-wrap: wrap;
  }
}
.p-form__yo-cap {
  margin-left: 14px;
  font-size: 18px;
  color: #ea609e;
}
@media screen and (max-width: 900px) {
  .p-form__yo-cap {
    margin-left: 5px;
    font-size: 14px;
  }
}
.p-form__yo input {
  width: 100px;
}
@media screen and (max-width: 900px) {
  .p-form__yo input {
    width: 50px;
  }
}
.p-form__post {
  display: flex;
}
@media screen and (max-width: 900px) {
  .p-form__post {
    flex-wrap: wrap;
  }
}
.p-form__post .p-in-hyphen {
  position: relative;
  display: block;
  width: 59px;
}
@media screen and (max-width: 900px) {
  .p-form__post .p-in-hyphen {
    width: 30px;
  }
}
.p-form__post .p-in-hyphen::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
  height: 1px;
  background: #ea609e;
}
@media screen and (max-width: 900px) {
  .p-form__post .p-in-hyphen::after {
    left: 10px;
    width: 10px;
  }
}
.p-form__post input {
  width: 100px;
}
@media screen and (max-width: 900px) {
  .p-form__post input {
    width: 85px;
  }
}
.p-form__post input:last-child {
  width: 160px;
}
@media screen and (max-width: 900px) {
  .p-form__post input:last-child {
    width: 120px;
  }
}
.p-form__tel {
  display: flex;
}
.p-form__tel .p-in-hyphen {
  position: relative;
  display: block;
  width: 59px;
}
@media screen and (max-width: 900px) {
  .p-form__tel .p-in-hyphen {
    width: 30px;
  }
}
.p-form__tel .p-in-hyphen::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
  height: 1px;
  background: #ea609e;
}
@media screen and (max-width: 900px) {
  .p-form__tel .p-in-hyphen::after {
    left: 10px;
    width: 10px;
  }
}
.p-form__tel input {
  width: 100px;
}
@media screen and (max-width: 900px) {
  .p-form__tel input {
    width: 60px;
  }
}
.p-form__error {
  display: block;
  font-size: 13px;
  color: red;
}
@media not all and (max-width: 900px) {
  .p-form__error {
    margin-top: 10px;
    margin-left: 200px;
  }
}
@media screen and (max-width: 900px) {
  .p-form__error {
    margin-top: 5px;
    line-height: 1.8;
  }
}
.p-form__btn {
  position: relative;
  width: 390px;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .p-form__btn {
    width: 89.6%;
    margin-top: 22px;
  }
}
.p-form__btn + .p-form__btn {
  margin-top: 10px;
}
@media not all and (max-width: 900px) {
  .p-form__btn .c-btn__txt {
    padding: 33px 0 34px;
  }
}
@media screen and (max-width: 900px) {
  .p-form__btn .c-btn__txt {
    padding: 20px 0 21px;
  }
}

.p-thanks {
  position: relative;
}
.p-thanks__lead {
  margin-bottom: 39px;
  text-align: center;
  font-size: 28px;
}
@media screen and (max-width: 900px) {
  .p-thanks__lead {
    margin-bottom: 22px;
    font-size: 22px;
    line-height: 1.75;
  }
}
.p-thanks__btn {
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .p-thanks__btn {
    width: 390px;
  }
}
@media screen and (max-width: 900px) {
  .p-thanks__btn {
    width: 78.5%;
  }
}
.p-thanks__btn .c-btn__inner::after {
  background: #fff;
}
@media screen and (max-width: 900px) {
  .p-thanks__btn .c-btn__txt {
    padding: 21px 0 21px;
  }
}
@media not all and (max-width: 900px) {
  .p-thanks__btn .c-btn__txt {
    padding: 33px 0 34px;
  }
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background: rgba(215, 137, 173, 0.8);
  text-align: center;
  animation: modal_elem 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  overflow-y: auto;
}
@media screen and (max-width: 900px) {
  .m-modal {
    height: var(--win-h);
  }
}
.m-modal__wrap {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
@media screen and (max-width: 900px) {
  .m-modal__wrap {
    min-height: var(--win-h);
  }
}
.m-modal__container {
  width: 86.5%;
  max-width: 920px;
  padding: 54px 0 60px;
  background: linear-gradient(to right, #fee9f2, #ffe8ef);
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .m-modal__container {
    padding: 25px 0 30px;
    border-radius: 5px;
  }
}
.--error .m-modal__container {
  padding: 47px 0 52px;
}
@media screen and (max-width: 900px) {
  .--error .m-modal__container {
    padding: 25px 0 28px;
  }
}
.m-modal__ttl {
  position: relative;
  margin-bottom: 28px;
  color: #ea609e;
  font-size: 40px;
  transform: scaleY(1.1);
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 900px) {
  .m-modal__ttl {
    margin-bottom: 12px;
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .m-modal__inner {
    width: 88%;
    margin: 0 auto;
  }
}
.m-modal__lead {
  position: relative;
  margin-bottom: 33px;
  font-size: 18px;
  line-height: 1.75;
}
@media screen and (max-width: 900px) {
  .m-modal__lead {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.m-modal__form {
  position: relative;
  width: 74%;
  margin: 0 auto 32px;
  background-image: repeating-linear-gradient(90deg, rgba(55, 58, 87, 0.4), rgba(55, 58, 87, 0.4) 4px, transparent 4px, transparent 8px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
@media screen and (max-width: 900px) {
  .m-modal__form {
    background-image: repeating-linear-gradient(90deg, rgba(55, 58, 87, 0.4), rgba(55, 58, 87, 0.4) 2px, transparent 2px, transparent 4px);
  }
}
@media screen and (max-width: 900px) {
  .m-modal__form {
    width: 100%;
    margin-bottom: 16px;
  }
}
.m-modal__field {
  background-image: repeating-linear-gradient(90deg, rgba(55, 58, 87, 0.4), rgba(55, 58, 87, 0.4) 4px, transparent 4px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
@media screen and (max-width: 900px) {
  .m-modal__field {
    background-image: repeating-linear-gradient(90deg, rgba(55, 58, 87, 0.4), rgba(55, 58, 87, 0.4) 2px, transparent 2px, transparent 4px);
  }
}
@media not all and (max-width: 900px) {
  .m-modal__field {
    display: flex;
    align-items: center;
    padding: 22px 0;
  }
}
@media screen and (max-width: 900px) {
  .m-modal__field {
    padding: 17px 0 21px;
  }
}
.m-modal__field-cap {
  color: #ea609e;
  text-align: left;
}
@media not all and (max-width: 900px) {
  .m-modal__field-cap {
    min-width: 200px;
    flex-shrink: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .m-modal__field-cap {
    margin-bottom: 8px;
    font-size: 14px;
    text-align: center;
  }
}
@media not all and (max-width: 900px) {
  .m-modal__field-input {
    flex-grow: 1;
  }
}
.m-modal__field-input input {
  display: block;
  width: 100%;
  padding: 12px 19px;
  background: #fff;
  border: none;
  font-size: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .m-modal__field-input input {
    padding: 8px;
  }
}
.m-modal__txt {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .m-modal__txt {
    text-align: left;
    font-size: 10.5px;
    line-height: 1.85;
  }
}
.--error .m-modal__txt {
  font-size: 18px;
  line-height: 1.75;
}
@media screen and (max-width: 900px) {
  .--error .m-modal__txt {
    width: 87%;
    margin: 0 auto;
    font-size: 14px;
  }
}
.m-modal__btn {
  width: 390px;
  margin: 0 auto;
  margin-top: 35px;
}
@media screen and (max-width: 900px) {
  .m-modal__btn {
    width: 100%;
    margin-top: 13px;
  }
}
@media not all and (max-width: 900px) {
  .m-modal__btn .c-btn__txt {
    padding: 33px 0;
  }
}
.m-modal__close {
  position: absolute;
  top: 28px;
  right: 30px;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  width: 78px;
  height: 78px;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .m-modal__close {
    top: 11px;
    right: 13px;
    width: 55px;
    height: 55px;
  }
}
@media (hover: hover) {
  .m-modal__close {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .m-modal__close:hover {
    opacity: 0.8;
    transform: scale(1.05);
  }
}
.m-modal__close span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.m-modal__close span:nth-child(1) {
  transform: rotate(45deg);
}
.m-modal__close span:nth-child(2) {
  transform: rotate(-45deg);
}

.p-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-loading .p-spinner {
  opacity: 1;
}
.p-spinner::before, .p-spinner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ea609e;
  border-radius: 50%;
  opacity: 0;
  animation: spinner 1.4s linear infinite;
}
.p-spinner::before {
  animation-delay: 0.7s;
}

@keyframes spinner {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  30% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}