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

body {
  font-family: YakuHanJPs, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg/bg.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .l-bg {
    background: url(../img/bg/bg_pc.jpg) no-repeat center center;
    background-size: cover;
  }
}

.l-wrap {
  position: relative;
  margin: 0 auto;
  min-height: 100vh;
  overflow: hidden;
}
.l-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10;
}
.is-load .l-wrap::after {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-wrap {
    max-width: 700px;
    background-color: #fff;
  }
}

.l-content {
  padding-top: 38px;
}
@media screen and (min-width: 768px) {
  .l-content {
    padding-top: 29px;
  }
}

.l-section {
  padding-top: 20px;
  margin-bottom: 63px;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding-top: 42px;
    margin-bottom: 83px;
  }
}
.l-section:last-of-type {
  margin-bottom: 0;
}
.l-section__ttl {
  margin: 0 auto 16px;
  width: 67%;
  transform: translateY(18px);
  opacity: 0;
}
.l-section.is-active .l-section__ttl {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .l-section__ttl {
    width: 58%;
  }
}
.l-section__inner {
  margin: 0 auto;
  width: 90%;
}

.l-footer {
  text-align: center;
  padding: 100px 0 50px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 148px 0 73px;
  }
}
.l-footer__inner {
  padding: 0 5%;
}
.l-footer__brand-logo {
  width: 70px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer__brand-logo {
    width: 80px;
  }
}
.l-footer__brand-logo a {
  display: block;
}
.l-footer__brand-legal {
  font-size: 11px;
  font-family: "Marcellus", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.4;
  margin-top: 27px;
}
.l-footer__help {
  margin-top: 26px;
}
.l-footer__help-list {
  display: flex;
  justify-content: center;
  font-size: 11px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-footer__help-list {
    font-size: 12px;
  }
}
.l-footer__help-list-item {
  position: relative;
}
.l-footer__help-list-item + .l-footer__help-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
}
.l-footer__help-list a {
  text-decoration: none;
  font-family: "Marcellus", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #000;
  display: block;
  padding: 0 9px;
}
@media screen and (min-width: 768px) {
  .l-footer__help-list a {
    transition: color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    padding: 0 10px;
  }
}
@media (hover: hover) {
  .l-footer__help-list a:hover {
    color: #ff60be;
  }
}
.l-footer__copy {
  margin-top: 30px;
  font-size: 10px;
  letter-spacing: -0.5px;
  line-height: 1.5;
}
.l-footer__copy-text + .l-footer__copy-text {
  margin-top: 2px;
}
.l-footer__copy-text:last-child {
  font-family: "Marcellus", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 11px;
  letter-spacing: 0;
}

.c-btn {
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 0 0 0 1px #ff9cd7;
  position: relative;
  transition: background-color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.c-btn.--blank {
  background-color: #ff9cd7;
}
@media (hover: hover) {
  .c-btn.--blank:hover {
    background-color: #ff60be;
  }
}
@media (hover: hover) {
  .c-btn:hover {
    background-color: #ff9cd7;
  }
  .c-btn:hover .c-btn__inner::before {
    background-color: #fff;
  }
  .c-btn:hover .c-btn__text {
    color: #fff;
  }
}
.c-btn__inner {
  display: block;
  text-decoration: none;
  padding: 10px 13% 11px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn__inner {
    padding: 14px 13% 15px;
  }
}
.c-btn__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #ff9cd7;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transition: background-color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (min-width: 768px) {
  .c-btn__inner::before {
    right: 5%;
    width: 9px;
    height: 8px;
  }
}
.--blank .c-btn__inner::before {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-clip-path: none;
  clip-path: none;
}
@media screen and (min-width: 768px) {
  .--blank .c-btn__inner::before {
    right: 8%;
    width: 6px;
    height: 6px;
  }
}
.c-btn__text {
  color: #ff9cd7;
  font-size: 13px;
  line-height: 1.3;
  transition: color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (min-width: 768px) {
  .c-btn__text {
    font-size: 15px;
  }
}
.--blank .c-btn__text {
  color: #fff;
}
.c-btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.c-back {
  text-align: center;
  background-color: #ff9cd7;
  border-radius: 100px;
  box-shadow: 0 0 0 1px #ff9cd7;
  transition: background-color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  position: relative;
}
@media (hover: hover) {
  .c-back:hover {
    background-color: #ff60be;
  }
}
.c-back__inner {
  display: block;
  text-decoration: none;
  padding: 10px 13% 11px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-back__inner {
    padding: 14px 13% 13px;
  }
}
.c-back__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-clip-path: none;
  clip-path: none;
}
@media screen and (min-width: 768px) {
  .c-back__inner::before {
    left: 9%;
    width: 6px;
    height: 6px;
  }
}
.c-back__text {
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-back__text {
    font-size: 16px;
  }
}

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

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
.p-hero {
  padding-top: 13%;
  margin: 0 auto;
  width: 64%;
  max-width: 240px;
}
@media screen and (min-width: 768px) {
  .p-hero {
    width: 54%;
    padding-top: 11.5%;
    max-width: none;
  }
}
.p-hero__ttl {
  margin: 0 auto;
  width: 82%;
  padding-top: 9%;
}

.p-headbtn {
  margin: 0 auto;
  padding-top: 41px;
  width: 236px;
}
@media screen and (min-width: 768px) {
  .p-headbtn {
    padding-top: 61px;
    width: 336px;
  }
}
.p-headbtn__item + .p-headbtn__item {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .p-headbtn__item + .p-headbtn__item {
    margin-top: 22px;
  }
}

.p-prize__content {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-prize__content {
    width: 90%;
    margin: 0 auto;
  }
}
.p-prize__box {
  text-align: center;
  width: 48.5%;
  margin-right: 3%;
  display: flex;
  flex-direction: column;
  transform: translateY(18px);
  opacity: 0;
}
.l-section.is-active .p-prize__box {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.3s;
}
.p-prize__box:last-of-type {
  margin-right: 0;
}
.p-prize__box-ttl {
  color: #ff60be;
  font-family: "Arsenal SC", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  letter-spacing: 3px;
  margin-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .p-prize__box-ttl {
    font-size: 23px;
    margin-bottom: 18px;
  }
}
.p-prize__box-ttl .is-large {
  vertical-align: baseline;
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .p-prize__box-ttl .is-large {
    font-size: 54px;
  }
}
.p-prize__box-name {
  font-size: 11px;
  line-height: 1.55;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-prize__box-name {
    line-height: 1.7;
    font-size: 16px;
  }
}
.p-prize__box-people {
  color: #ff60be;
  font-size: 20px;
  margin-top: 19px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-prize__box-people {
    font-size: 13px;
    margin-top: 13px;
  }
}

.p-entry__date {
  padding-top: 4px;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.3px;
  transform: translateY(18px);
  opacity: 0;
}
.l-section.is-active .p-entry__date {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-entry__date {
    padding-top: 7px;
    font-size: 18px;
  }
}
.p-entry__note {
  text-align: center;
  font-size: 11px;
  margin-top: 15px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  transform: translateY(18px);
  opacity: 0;
}
.l-section.is-active .p-entry__note {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-entry__note {
    font-size: 14px;
  }
}

.p-attention__list {
  padding-top: 4px;
  transform: translateY(18px);
  opacity: 0;
}
.l-section.is-active .p-attention__list {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-attention__list {
    padding: 6px 7.5% 0;
  }
}
.p-attention__list-item {
  font-size: 11px;
  text-indent: -0.8rem;
  padding-left: 0.8rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .p-attention__list-item {
    line-height: 1.9;
    font-size: 15px;
  }
}
.p-attention__list-item + .p-attention__list-item {
  margin-top: -1px;
}

.p-serial__form {
  padding-top: 6px;
  transform: translateY(18px);
  opacity: 0;
}
.l-section.is-active .p-serial__form {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.3s;
}
.p-serial__form-input {
  margin: 0 auto;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-serial__form-input {
    width: 70%;
  }
}
.p-serial__form-input input {
  text-align: center;
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ff9cd7;
  border-radius: 5px;
  padding: 9px 10px;
  background-color: #fff;
  color: #ff9cd7;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-serial__form-input input {
    border-radius: 10px;
    font-size: 18px;
    padding: 15px 10px;
  }
}
.p-serial__form-btn {
  margin: 0 auto;
  margin-top: 26px;
  width: 190px;
}
@media screen and (min-width: 768px) {
  .p-serial__form-btn {
    margin-top: 31px;
    width: 230px;
  }
}
.p-serial__form-error {
  text-align: center;
  font-size: 11px;
  margin-top: 20px;
  letter-spacing: -0.5px;
  color: #ff60be;
}
@media screen and (min-width: 768px) {
  .p-serial__form-error {
    font-size: 14px;
    margin-top: 19px;
  }
}

.p-contact__text {
  text-align: center;
  font-size: 12px;
  line-height: 1.55;
  transform: translateY(18px);
  opacity: 0;
}
.l-section.is-active .p-contact__text {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    font-size: 17px;
  }
}
.p-contact__text .is-tel {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-contact__text .is-tel {
    font-size: 19px;
  }
}
.p-contact__link {
  text-align: center;
  transform: translateY(18px);
  opacity: 0;
}
.l-section.is-active .p-contact__link {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-contact__link {
    margin-top: 6px;
  }
}
.p-contact__link a {
  text-decoration: none;
  color: #ff60be;
  font-size: 13px;
  letter-spacing: 0.5px;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) {
  .p-contact__link a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__link a {
    font-size: 18px;
  }
}

.p-form__lead {
  text-align: center;
  font-size: 12px;
  padding-top: 10px;
  transform: translateY(18px);
  opacity: 0;
}
.l-section.is-active .p-form__lead {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-form__lead {
    font-size: 16px;
    padding-top: 12px;
  }
}
.p-form__lead .is-pink {
  vertical-align: top;
  color: #ff60be;
  display: inline-block;
  padding-right: 3px;
}
.p-form__content {
  padding-top: 38px;
  transform: translateY(18px);
  opacity: 0;
}
.l-section.is-active .p-form__content {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.5s;
}
@media screen and (min-width: 768px) {
  .p-form__content {
    padding: 63px 7% 0;
  }
}
.p-form__content.-check {
  padding-top: 17px;
}
@media screen and (min-width: 768px) {
  .p-form__content.-check {
    padding-top: 44px;
  }
}
.p-form__serial {
  display: flex;
}
.p-form__serial-label {
  position: relative;
  font-weight: 500;
  padding-right: 6px;
  font-size: 13px;
  letter-spacing: -1px;
  margin-right: 21px;
}
@media screen and (min-width: 768px) {
  .p-form__serial-label {
    font-size: 16px;
    padding-right: 10px;
    letter-spacing: -2px;
    margin-right: 51px;
  }
}
.p-form__serial-label.is-required::before {
  content: "*";
  position: absolute;
  top: 0;
  right: 0;
  color: #ff60be;
}
.p-form__serial-text {
  pointer-events: none;
  font-size: 13px;
  letter-spacing: 1px;
  margin-top: -2px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__serial-text {
    font-size: 16px;
  }
}
.-check .p-form__serial-text {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .-check .p-form__serial-text {
    margin-top: -1px;
  }
}
.p-form__serial-text input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: none;
  font-size: 13px;
  padding: 0;
  min-height: auto;
}
@media screen and (min-width: 768px) {
  .p-form__serial-text input {
    font-size: 16px;
  }
}
.p-form__list-item {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 25px;
  padding-top: 19px;
}
@media screen and (min-width: 768px) {
  .p-form__list-item {
    margin-top: 28px;
    padding-top: 24px;
  }
}
.-check .p-form__list-item {
  margin-top: 22px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .-check .p-form__list-item {
    margin-top: 26px;
    padding-top: 24px;
  }
}
.p-form__list-item:first-of-type {
  margin-top: 19px;
  padding-top: 19px;
}
@media screen and (min-width: 768px) {
  .p-form__list-item:first-of-type {
    margin-top: 22px;
    padding-top: 25px;
  }
}
.-check .p-form__list-item:first-of-type {
  margin-top: 24px;
  padding-top: 19px;
}
@media screen and (min-width: 768px) {
  .-check .p-form__list-item:first-of-type {
    margin-top: 30px;
    padding-top: 25px;
  }
}
.p-form__list-item:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 41px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-form__list-item:last-of-type {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) {
  .-check .p-form__list-item:last-of-type {
    margin-bottom: 60px;
  }
}
.p-form__list-label {
  position: relative;
  font-weight: 500;
  padding-right: 6px;
  font-size: 13px;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .p-form__list-label {
    font-size: 16px;
    padding-right: 9px;
  }
}
.p-form__list-label.is-required::before {
  content: "*";
  position: absolute;
  top: 0;
  right: 0;
  color: #ff60be;
}
.p-form__list-text {
  margin-top: 15px;
  position: relative;
  font-weight: 500;
}
.-check .p-form__list-text {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .-check .p-form__list-text {
    margin-top: 21px;
    font-size: 18px;
  }
}
.p-form__list-text.-select::after {
  content: "";
  width: 7px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 4.2%;
  transform: translateY(-50%);
  background-color: #000;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-form__list-text.-select::after {
    width: 9px;
    height: 8px;
    right: 3.5%;
  }
}
.p-form__list-text input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 6px 10px;
  font-size: 16px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-form__list-text input {
    border-radius: 10px;
    padding: 12px 16px 8px;
  }
}
.p-form__list-text select {
  cursor: pointer;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  width: 100% !important;
  font-size: 14px;
  padding: 10px 10px 10px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-form__list-text select {
    border-radius: 10px;
    font-size: 16px;
    padding: 12px 16px 8px;
  }
}
.p-form__list-columns {
  display: flex;
}
.p-form__list-columns-item {
  display: flex;
  align-items: center;
  width: 48.5%;
  margin-right: 3%;
}
@media screen and (min-width: 768px) {
  .p-form__list-columns-item {
    width: 38.5%;
    margin-right: 5%;
  }
}
.p-form__list-columns-item.-small {
  margin-right: 0;
  width: 33%;
}
@media screen and (min-width: 768px) {
  .p-form__list-columns-item.-small {
    width: 24%;
  }
}
@media screen and (min-width: 768px) {
  .-check .p-form__list-columns-item.-small {
    margin-right: 0;
  }
}
.-check .p-form__list-columns-item {
  width: auto;
}
@media screen and (min-width: 768px) {
  .-check .p-form__list-columns-item {
    margin-right: 5px;
  }
}
.p-form__list-columns-item:last-of-type {
  margin-right: 0;
}
.p-form__list-columns-line {
  width: 9%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form__list-columns-line {
    width: 6%;
  }
}
.-check .p-form__list-columns-line {
  width: 13px;
}
.p-form__list-columns-line::before {
  content: "";
  width: 35%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
}
.-check .p-form__list-columns-line::before {
  top: 55%;
}
.p-form__list-columns-label {
  font-size: 13px;
  width: 20px;
  flex-shrink: 0;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .p-form__list-columns-label {
    font-size: 15px;
    width: 22px;
  }
}
.p-form__list-columns-text input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 6px 10px;
  font-size: 16px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-form__list-columns-text input {
    padding: 8px 10px;
    font-size: 17px;
    border-radius: 10px;
  }
}
.p-form__list-radio-item + .p-form__list-radio-item {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-form__list-radio-item + .p-form__list-radio-item {
    margin-top: 9px;
  }
}
.p-form__list-radio .c-formCheckbox {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .p-form__list-radio .c-formCheckbox {
    padding-left: 28px;
  }
}
.p-form__list-radio .c-formCheckbox input[type=radio]:checked ~ .p-in_radio::after {
  opacity: 1;
}
.p-form__list-radio .c-formCheckbox input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  top: 2px;
  width: 18px;
  margin: 0;
  height: 18px;
  opacity: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-form__list-radio .c-formCheckbox input {
    top: 4px;
  }
}
.p-form__list-radio .c-formCheckbox .p-in_radio {
  cursor: pointer;
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  width: 18px;
  height: 18px;
  margin: 0;
  display: block;
  background: url(../img/radiobtn_off.png) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-form__list-radio .c-formCheckbox .p-in_radio {
    top: 4px;
  }
}
.p-form__list-radio .c-formCheckbox .p-in_radio::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/radiobtn_on.png) no-repeat center center;
  background-size: contain;
  opacity: 0;
}
.p-form__list-radio .c-formCheckbox__text {
  font-size: 15.5px;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .p-form__list-radio .c-formCheckbox__text {
    line-height: 1.65;
    font-size: 13px;
  }
}
.p-form__btn {
  margin: 0 auto;
  width: 190px;
}
@media screen and (min-width: 768px) {
  .p-form__btn {
    width: 228px;
  }
}

.p-thanks {
  padding-top: 6px;
}
@media screen and (min-width: 768px) {
  .p-thanks {
    padding-top: 44px;
  }
}
.p-thanks__lead {
  padding-top: 30px;
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.5px;
  margin-bottom: 61px;
  font-weight: 500;
  transform: translateY(18px);
  opacity: 0;
}
.l-section.is-active .p-thanks__lead {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-thanks__lead {
    padding-top: 40px;
    font-size: 21px;
    letter-spacing: -2px;
    margin-bottom: 109px;
  }
}
.p-thanks__btn {
  margin: 0 auto;
  width: 190px;
  transform: translateY(18px);
  opacity: 0;
}
.l-section.is-active .p-thanks__btn {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.6s;
}
@media screen and (min-width: 768px) {
  .p-thanks__btn {
    width: 224px;
  }
}