@charset "UTF-8";
/*//////////////////////////////////////////////////
	TOP
//////////////////////////////////////////////////*/
html {
  background: #000;
}

.p-outer {
  position: relative;
  z-index: 1;
  max-width: 769px;
  margin: 0 auto;
}

.footer {
  margin-top: 0;
}

.check .h-inner {
  display: none;
}
.check .entry_form {
  border-bottom: 1px solid #333;
}

.completion .entry_form .bgc-black {
  margin-bottom: 0;
}
.completion .entry_form .t-center {
  line-height: 2.3;
}
.completion .entry_form .form_read {
  margin-bottom: 1em;
}
.completion .entry_form .bgc-black {
  padding-top: 1.6rem;
}

/*--------------------------------------------------
	MV
--------------------------------------------------*/
.mv {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 375/458;
}
.mv .mv__ttl {
  position: absolute;
  z-index: 2;
  top: 12rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.mv .mv__ttl img {
  width: 14.2rem;
}

@media screen and (min-width: 769px) {
  .mv .mv__ttl {
    top: 36rem;
  }
  .mv .mv__ttl img {
    width: 36rem;
  }
}
/*--------------------------------------------------
	メインコンテンツ
--------------------------------------------------*/
.entry_form .form_read {
  color: #fff;
}
.entry_form .form_read::before {
  content: "";
  display: block;
  aspect-ratio: 375/400;
}
.entry_form .form_read .body {
  text-align: center;
  font-size: 1.3rem;
}
.entry_form .bgc-black {
  padding: 3.6rem 0 6rem;
  color: #fff;
}
.entry_form .form .form_items .item:nth-child(1) .input, .entry_form .form .form_items .item:nth-child(2) .input {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.entry_form .form .form_items .item .form_inner {
  padding: 1.6rem 5%;
  border-top: 1px solid #fff;
}
.entry_form .form .form_items .item .form_inner p {
  position: relative;
  z-index: 1;
}
.entry_form .form .form_items .item .form_inner p .formError {
  top: auto !important;
  bottom: 100% !important;
  left: 0 !important;
  margin-top: 0 !important;
}
.entry_form .form .form_items .item .ttl {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.2rem;
}
.entry_form .form .form_items .item .txt {
  text-indent: 1em;
}
.entry_form .form .form_items .item .addr_wp {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-content: flex-start;
}
.entry_form .form .form_items .item .addr_wp-ttl {
  font-size: 1.2rem;
}
.entry_form .form .form_items .item .addr_wp:last-child {
  grid-template-columns: 1fr;
}
.entry_form .form .form_items .item .addr_wp:last-child .addr_wp-ttl {
  margin-bottom: 0.5rem;
}
.entry_form .form .form_items .item .addr_wp + .addr_wp {
  margin-top: 1.2rem;
}
.entry_form .form .form_items .item .trigger_wp .trigger_wp-ttl {
  font-size: 1.2rem;
}
.entry_form .form .form_items .item .trigger_wp .trigger_wp-data {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  justify-content: flex-start;
  grid-gap: 0.3rem 1.4rem;
}
.entry_form .form .form_items .item .trigger_wp .trigger_wp-data .trigger_item {
  flex: 0 1 auto;
  width: auto;
}
.entry_form .form .form_items .item .trigger_wp .trigger_wp-data .trigger_item:has(.trigger_other) {
  flex: 0 1 100%;
  width: 100%;
}
.entry_form .form .form_items .item .trigger_wp + .trigger_wp {
  margin-top: 1.2rem;
}
.entry_form .form .form_items .item .form_label {
  position: relative;
}
.entry_form .form .form_items .item .form_label input[type=checkbox] {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.entry_form .form .form_items .item .form_label input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-left-color: #bf0000;
  border-bottom-color: #bf0000;
}
.entry_form .form .form_items .item .form_label input[type=checkbox].error + span::before {
  border-color: #ce0a0a;
  background: #ffcccc;
}
.entry_form .form .form_items .item .form_label input[type=checkbox] + span {
  padding-left: 1.8rem;
  font-size: 1.1rem;
  position: relative;
}
.entry_form .form .form_items .item .form_label input[type=checkbox] + span::before, .entry_form .form .form_items .item .form_label input[type=checkbox] + span::after {
  content: "";
  position: absolute;
}
.entry_form .form .form_items .item .form_label input[type=checkbox] + span::before {
  width: 1.3rem;
  height: 1.3rem;
  border: 1px solid #C6C6C6;
  box-sizing: border-box;
  background: #ffffff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.entry_form .form .form_items .item .form_label input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0.1rem;
  width: 1.1em;
  height: 0.5em;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  opacity: 0;
}
.entry_form .form .form_items .item input[name=age] {
  width: 25%;
}
.entry_form .form .form_items .item input[name=number] {
  width: 40%;
}
.entry_form .form .form_items .item input[name=income] {
  width: 40%;
}
.entry_form .form .form_items .item .text_wrap {
  font-size: 1.1rem;
}
.entry_form .form .form_items .item .trigger_other {
  margin-top: 0.6rem;
}
.entry_form .form .form_items .item .trigger_other input {
  width: 75%;
}
.entry_form .form .form_items .item .select_other {
  margin-top: 1.2rem;
  font-size: 1.1rem;
}
.entry_form .form .form_items .item .select_other input {
  width: 75%;
}
.entry_form .form .form_items .required .ttl::after {
  content: "必須";
  padding: 0.2rem 0.4rem;
  line-height: 1;
  background: #E60012;
}
.entry_form .form .policy {
  margin-bottom: 0.4rem;
  padding: 2rem 2.6rem;
  background: #E0E1E1;
}
.entry_form .form .policy .underline {
  text-decoration: underline;
}
.entry_form .form .policy .ttl {
  margin-bottom: 1.2rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}
.entry_form .form .policy .body {
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
}
.entry_form .form .policy .links {
  margin-bottom: 2rem;
  font-size: 1.3rem;
}
.entry_form .form .policy .links a {
  text-decoration: underline;
}
.entry_form .form .policy .consent {
  text-align: center;
}
.entry_form .form .policy .consent .consent_inner {
  position: relative;
  z-index: 1;
}
.entry_form .form .policy .consent .consent_inner input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.entry_form .form .policy .consent label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  align-items: center;
  color: #fff;
  background: #231815;
  transition: all 0.3s;
}
.entry_form .form .policy .consent label span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.entry_form .form .policy .consent label span::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: #fff;
}
.entry_form .form .policy .consent label span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 1em;
  height: 0.4em;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  opacity: 0;
}
.entry_form .form .policy .consent input:checked + label {
  background: #bf0000;
}
.entry_form .form .policy .consent input:checked + label span::after {
  opacity: 1;
  border-left: 2px solid #bf0000;
  border-bottom: 2px solid #bf0000;
}
.entry_form .form .c-button {
  margin: 3.6rem 0 1.2rem;
}
.entry_form .bgc-white {
  padding: 2.4rem 0 8rem;
  color: #000;
  background: #fff;
}

.other_bnr {
  padding: 3rem 0 4rem;
  background: #575554;
  color: #fff;
}
.other_bnr .ttl {
  margin-bottom: 2.6rem;
  text-align: center;
  font-size: 1.6rem;
}
.other_bnr .c-s_inner {
  position: relative;
  z-index: 1;
  width: 80%;
}
.other_bnr .c-s_inner .swiper-ctl {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 100%;
  transform: translateY(calc(-50% - 4px - 0.2rem));
}
.other_bnr .c-s_inner .swiper-ctl .swiper-ctl_btn {
  width: 2rem;
}
.other_bnr .c-s_inner .swiper-ctl .swiper-prev {
  transform: translateX(-150%);
}
.other_bnr .c-s_inner .swiper-ctl .swiper-next {
  transform: translateX(150%);
}
.other_bnr .c-s_inner .swiper-ctl_pagination {
  margin-top: 0.4rem;
  text-align: center;
  line-height: 1;
}
.other_bnr .c-s_inner .swiper-ctl_pagination .swiper-pagination-bullet-active {
  background: #fff;
}

@media screen and (min-width: 769px) {
  /*--------------------------------------------------
      メインコンテンツ
  --------------------------------------------------*/
  .entry_form .form_read .body {
    font-size: 2.8rem;
  }
  .entry_form .bgc-black {
    padding: 6rem 0;
  }
  .entry_form .form .form_items .item:nth-child(1) .input, .entry_form .form .form_items .item:nth-child(2) .input {
    gap: 2.4rem;
  }
  .entry_form .form .form_items .item .form_inner {
    padding: 2.8rem 5%;
  }
  .entry_form .form .form_items .item .ttl {
    gap: 1.2rem;
    font-size: 2rem;
  }
  .entry_form .form .form_items .item .addr_wp-ttl {
    font-size: 1.6rem;
  }
  .entry_form .form .form_items .item .addr_wp-data input {
    width: 55%;
  }
  .entry_form .form .form_items .item .addr_wp:first-child .addr_wp-data input {
    width: 25%;
  }
  .entry_form .form .form_items .item .addr_wp:last-child {
    grid-template-columns: auto 1fr;
  }
  .entry_form .form .form_items .item .addr_wp:last-child .addr_wp-ttl {
    margin-bottom: 0;
  }
  .entry_form .form .form_items .item .addr_wp:last-child .addr_wp-data input {
    width: 100%;
  }
  .entry_form .form .form_items .item .addr_wp + .addr_wp {
    margin-top: 1.5rem;
  }
  .entry_form .form .form_items .item .trigger_wp .trigger_wp-ttl {
    font-size: 1.7rem;
  }
  .entry_form .form .form_items .item .trigger_wp .trigger_wp-data {
    grid-gap: 0.8rem 1.8rem;
  }
  .entry_form .form .form_items .item .trigger_wp + .trigger_wp {
    margin-top: 1.7rem;
  }
  .entry_form .form .form_items .item .form_label input[type=checkbox] + span {
    padding-left: 2.2rem;
    font-size: 1.6rem;
  }
  .entry_form .form .form_items .item .form_label input[type=checkbox] + span::before {
    width: 1em;
    height: 1em;
  }
  .entry_form .form .form_items .item .form_label input[type=checkbox] + span::after {
    top: 0.3em;
    left: 0.05rem;
  }
  .entry_form .form .form_items .item input[name=age] {
    width: 15%;
  }
  .entry_form .form .form_items .item input[name=number] {
    width: 15%;
  }
  .entry_form .form .form_items .item input[name=income] {
    width: 20%;
  }
  .entry_form .form .form_items .item .text_wrap {
    font-size: 1.6rem;
  }
  .entry_form .form .form_items .item .trigger_other {
    margin-top: 1.5rem;
  }
  .entry_form .form .form_items .item .trigger_other input {
    width: 65%;
  }
  .entry_form .form .form_items .item .select_other {
    font-size: 1.6rem;
  }
  .entry_form .form .form_items .item .select_other input {
    width: 65%;
  }
  .entry_form .form .form_items .required .ttl::after {
    font-size: 0.7em;
  }
  .entry_form .form .policy {
    margin-bottom: 2.4rem;
    padding: 4rem 4.8rem;
  }
  .entry_form .form .policy .ttl {
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
  }
  .entry_form .form .policy .body {
    margin-bottom: 2.4rem;
    font-size: 1.5rem;
  }
  .entry_form .form .policy .links {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
  }
  .entry_form .form .policy .consent label {
    height: 4.2rem;
  }
  .entry_form .form .policy .consent label span {
    gap: 1.2rem;
  }
  .entry_form .form .c-button {
    margin: 3.6rem 0 1.2rem;
  }
  .entry_form .bgc-white {
    padding: 6rem 0;
  }
  .other_bnr {
    padding: 3rem 0 4rem;
    background: #575554;
    color: #fff;
  }
  .other_bnr .ttl {
    margin-bottom: 2.6rem;
    text-align: center;
    font-size: 1.6rem;
  }
  .other_bnr .c-s_inner {
    position: relative;
    z-index: 1;
    width: 80%;
  }
  .other_bnr .c-s_inner .swiper-ctl {
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 100%;
    transform: translateY(calc(-50% - 4px - 0.2rem));
  }
  .other_bnr .c-s_inner .swiper-ctl .swiper-ctl_btn {
    width: 2rem;
  }
  .other_bnr .c-s_inner .swiper-ctl .swiper-prev {
    transform: translateX(-150%);
  }
  .other_bnr .c-s_inner .swiper-ctl .swiper-next {
    transform: translateX(150%);
  }
  .other_bnr .c-s_inner .swiper-ctl_pagination {
    margin-top: 0.4rem;
    text-align: center;
    line-height: 1;
  }
  .other_bnr .c-s_inner .swiper-ctl_pagination .swiper-pagination-bullet-active {
    background: #fff;
  }
}
/*# sourceMappingURL=style.css.map */
