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

/*============================
#pagetop.l-wrapper
============================*/
.l-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  position: relative;
  margin: 0 auto 0;
  padding: 0 0;
  background-color: #000;
  overflow: hidden;
  font-family: YakuHanJP, "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    margin: 0 auto 0;
    padding: 0 0 0;
  }
}

.l-bg {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-size: cover;
  pointer-events: none;
}

.l-outer {
  position: relative;
}

.l-footer {
  width: 100%;
  position: relative;
  background: linear-gradient(rgba(19, 41, 91, 0) 55%, #13295b 100%);
  margin: auto auto 0;
  font-family: "Instrument Serif", "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin: auto auto 0;
  }
}
.l-footer__container {
  padding: 120px 5% 56px;
}
@media screen and (max-width: 767px) {
  .l-footer__container {
    padding: 119px 5% 49px;
  }
}
.l-footer_txtList {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 61px auto 0;
  font-family: YakuHanJP, "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .l-footer_txtList {
    margin-top: 47px;
  }
}
.l-footer_txtList__item:nth-last-of-type(1) .l-footer_txtList__link::before {
  content: none;
  display: none;
}
.l-footer_txtList__link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 0 6px transparent;
  filter: drop-shadow(0 0 6px transparent);
  transition: color 0.6s cubic-bezier(0.16, 1, 0.3, 1), text-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.l-footer_txtList__link:hover {
  color: #ffe6a9;
  text-shadow: 0 0 6px #ffe6a9;
  filter: drop-shadow(0 0 6px #ffe6a9);
}
.l-footer_txtList__link::before {
  content: "";
  display: block;
  width: 1px;
  height: 110%;
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fff;
  transform: translateY(-40%);
}
.l-footer_txtList__txt {
  display: block;
  padding: 0 0.8em;
  font-size: 12px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .l-footer_txtList__txt {
    padding: 0 1.15em;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .is-jp .l-footer_txtList__txt {
    font-size: 11px;
  }
}
.l-footer__lead {
  margin: 52px auto 0;
}
@media screen and (max-width: 767px) {
  .l-footer__lead {
    margin-top: 39px;
  }
}
.l-footer__lead_txt {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__lead_txt {
    line-height: 1.5;
  }
}
.l-footer__copy {
  margin: 8px auto 0;
  font-family: YakuHanJP, "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 6px;
  }
}
.l-footer__copy_txt {
  font-size: 12px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .l-footer__copy_txt {
    font-size: 9px;
  }
}

.c-btnList {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 0;
}
.p-lead + .c-btnList {
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .p-lead + .c-btnList {
    margin-top: 40px;
  }
}
.c-btnList__item {
  margin: 0 auto;
}

.c-btn {
  max-width: 247px;
  margin: 0 auto;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .c-btn {
    max-width: 200px;
  }
}
.c-btn__link {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 23%;
  background: url(../img/btn.png) center center no-repeat;
  background-size: contain;
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  filter: brightness(1);
}
.is-disabled .c-btn__link {
  pointer-events: none;
  filter: brightness(0.4);
}
.c-btn__link:hover {
  transform: scale(1.04);
}
.c-btn__link:hover::before {
  right: 10.5%;
}
.is-back .c-btn__link:hover::before {
  right: auto;
  left: 10.5%;
}
.c-btn__link::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 12%;
  background: url(../img/arrow.png) center center no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  transition: right 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 767px) {
  .c-btn__link::before {
    width: 9px;
    height: 9px;
    right: 10%;
  }
}
.is-back .c-btn__link::before {
  right: auto;
  left: 12%;
  transform: translateY(-50%) scale(-1, 1);
  transition: left 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 767px) {
  .is-back .c-btn__link::before {
    right: auto;
    left: 10%;
  }
}
.c-btn__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.01em;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .c-btn__txt {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-indent: -0.08em;
  }
}
.c-btn form {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.c-btn input[type=submit] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  padding: 0;
  opacity: 0;
}

.c-btn_note {
  margin: 20px auto 0;
  text-align: center;
}
.c-btn_note__item {
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-btn_note__item {
    font-size: 10px;
    letter-spacing: 0.09em;
    text-indent: 0.09em;
  }
}

.u-bp__spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-bp__pcOnly {
    display: none;
  }
  .u-bp__spOnly {
    display: block;
  }
}
[data-scroll-sa] {
  transform: translateY(20px);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
[data-scroll-sa].is-active {
  transform: translateY(0px);
  opacity: 1;
}

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

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
.p-kv {
  background-color: #000;
  transform: translateY(-20px);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1), transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
.js-load .p-kv {
  transform: translateY(0px);
  opacity: 1;
}
.p-kv img {
  background-color: transparent !important;
}
.p-kv__contents {
  position: relative;
}
.p-kv__bg {
  width: 183%;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 20%);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-kv__bg {
    width: 106%;
  }
}
.p-kv__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1e3875;
  transform: translateY(-100%);
}
.p-kv__bg img {
  margin: 0 auto;
}
.p-kv__logo {
  width: 36%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -38%);
  -webkit-clip-path: circle(0 at 50% 50%);
  clip-path: circle(0 at 50% 50%);
  transition: -webkit-clip-path 1s 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: clip-path 1s 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: clip-path 1s 0.8s cubic-bezier(0.5, 1, 0.89, 1), -webkit-clip-path 1s 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 767px) {
  .p-kv__logo {
    width: 63%;
    transform: translate(-50%, -40%);
  }
}
.js-load .p-kv__logo {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
}
.p-kv__logo img {
  margin: 0 auto;
}
.p-kv__title {
  position: relative;
  width: 38.5%;
  margin: 0 auto;
  padding-top: 3.6%;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.6s 1.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s 1.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 767px) {
  .p-kv__title {
    width: 77.5%;
    padding-top: 9.6%;
  }
}
.js-load .p-kv__title {
  transform: translateY(0px);
  opacity: 1;
}
.p-kv__title img {
  margin: 0 auto;
}

.p-lead {
  width: 90%;
  max-width: 1000px;
  margin: 158px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lead {
    width: 92%;
    margin-top: 96px;
  }
}
.p-lead__txt {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-lead__txt {
    font-size: 14px;
    line-height: 1.78;
  }
}

.p-form {
  width: 90%;
  max-width: 1000px;
  margin: 73px auto 0;
  padding: 62px 0 87px;
  background-image: url(../img/frame/frame_top_pc.png), url(../img/frame/frame_center_pc.png), url(../img/frame/frame_bottom_pc.png);
  background-repeat: no-repeat, repeat-y, no-repeat;
  background-position: top left, top left, bottom left;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .p-form {
    margin-top: 44px;
    padding: 42px 0 48px;
    background-image: url(../img/frame/frame_top_sp.png), url(../img/frame/frame_center_sp.png), url(../img/frame/frame_bottom_sp.png);
    background-repeat: no-repeat, repeat-y, no-repeat;
    background-position: top left, top left, bottom left;
    background-size: 100% auto;
  }
}
.p-form__cap {
  position: relative;
  text-align: center;
}
.p-form__cap-txt-eg {
  display: block;
  font-family: "Instrument Serif", "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 67px;
  color: rgba(255, 230, 169, 0.24);
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-form__cap-txt-eg {
    font-size: 47px;
  }
}
.p-form__cap-txt-jp {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  font-size: 26px;
  color: #fff;
  text-shadow: 0 0 6px #ffe6a9;
  letter-spacing: -0.06em;
  text-indent: -0.06em;
  transform: translate(-50%, -5%);
}
@media screen and (max-width: 767px) {
  .p-form__cap-txt-jp {
    font-size: 20px;
    letter-spacing: -0.09em;
    text-indent: -0.09em;
  }
}
.p-form__cap-txt-jp::before, .p-form__cap-txt-jp::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .p-form__cap-txt-jp::before, .p-form__cap-txt-jp::after {
    width: 30px;
    height: 30px;
  }
}
.p-form__cap-txt-jp::before {
  left: 0%;
  background: url(../img/title_deco_l.png) center center no-repeat;
  background-size: contain;
  transform: translate(-120%, -46%);
}
.p-form__cap-txt-jp::after {
  right: 0%;
  background: url(../img/title_deco_r.png) center center no-repeat;
  background-size: contain;
  transform: translate(120%, -46%);
}
.p-form__list {
  padding: 55px 100px 38px;
}
@media screen and (max-width: 767px) {
  .p-form__list {
    padding: 17px 25px 30px;
  }
}
.p-form__item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-form__item {
    display: block;
  }
}
.p-form__item + .p-form__item {
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .p-form__item + .p-form__item {
    margin-top: 17px;
  }
}
.p-form__first {
  width: 23.8%;
  font-size: 17px;
  color: #ffe6a9;
  letter-spacing: 0.04em;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .p-form__first {
    width: 100%;
    font-size: 13px;
  }
}
.p-form__first.is-hide {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-form__first.is-hide {
    display: none;
  }
}
.p-form__last {
  width: 76.2%;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .p-form__last {
    width: 100%;
    margin: 4px auto 0;
  }
}
.is-hide + .p-form__last {
  margin-top: 0;
}
.p-form__last input {
  display: block;
  width: 39%;
  border: none;
  border-radius: 3px;
  padding: 8px 13px 5px;
  background-color: #fff;
  font-size: 17px;
  letter-spacing: 0.04em;
  box-sizing: border-box;
  outline: none;
}
@media screen and (max-width: 767px) {
  .p-form__last input {
    width: 70%;
    border-radius: 2px;
    padding: 10px 15px 8px;
    font-size: 13px;
    letter-spacing: -0.05em;
  }
}
.p-form__last select {
  display: block;
  width: 39%;
  border: none;
  border-radius: 3px;
  padding: 8px 13px 5px;
  background-color: #fff;
  font-size: 17px;
  letter-spacing: 0.04em;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-form__last select {
    width: 70%;
    border-radius: 2px;
    padding: 10px 15px 10px;
    font-size: 13px;
    letter-spacing: -0.05em;
  }
}
.p-form__last textarea {
  display: block;
  width: 100%;
  border: none;
  border-radius: 3px;
  padding: 8px 13px 5px;
  background-color: #fff;
  font-size: 17px;
  letter-spacing: 0.04em;
  box-sizing: border-box;
  outline: none;
}
@media screen and (max-width: 767px) {
  .p-form__last textarea {
    min-height: 139px;
    border-radius: 2px;
    padding: 10px 15px 10px;
    font-size: 13px;
    letter-spacing: -0.05em;
  }
}

.p-bnrList {
  width: 85%;
  max-width: 320px;
  margin: 0 auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-bnrList__item:nth-of-type(1) {
  width: 50%;
}
.p-bnrList__item:nth-of-type(2) {
  width: 37.5%;
}

.p-bnr__link {
  display: block;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-bnr__link:hover {
  transform: scale(1.06);
}

.p-snsList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 68%;
  max-width: 237px;
  margin: 62px auto 0;
}
@media screen and (max-width: 767px) {
  .p-snsList {
    margin-top: 52px;
  }
}
.p-snsList__item {
  width: 38px;
}
.p-snsList__item.is-shera {
  width: 2.7em;
}

.p-sns__link {
  width: 26px;
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  fill: #fff;
  text-shadow: 0 0 6px transparent;
  filter: drop-shadow(0 0 6px transparent);
  transition: color 0.6s cubic-bezier(0.16, 1, 0.3, 1), fill 0.6s cubic-bezier(0.16, 1, 0.3, 1), text-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-sns__link:hover {
  color: #ffe6a9;
  fill: #ffe6a9;
  text-shadow: 0 0 6px #ffe6a9;
  filter: drop-shadow(0 0 6px #ffe6a9);
}
.is-shera .p-sns__link:hover {
  color: #fff;
  fill: #fff;
  text-shadow: 0 0 6px transparent;
  filter: drop-shadow(0 0 6px transparent);
}
.p-sns__link:hover::before {
  border-color: #ffe6a9;
  box-shadow: 0 0 6px #ffe6a9;
  filter: drop-shadow(0 0 6px #ffe6a9);
}
.p-sns__link::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.is-shera .p-sns__link::before {
  display: none;
}
.p-sns__link.is-shera {
  width: 2.7em;
}
.p-sns__link svg {
  display: block;
}
.p-sns__txt {
  display: block;
  width: 2.7em;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-sns__txt {
    font-size: 14px;
  }
}