@charset "UTF-8";
:root {
    --color-blk: #231815;
    --color-red: #e50012;
    --color-red-2: #cb311e;
    --color-red-3: #e9473f;
    --color-brn: #654423;
    --color-dark-brn: #310800;
    --color-yel: #f7ec96;
    --color-green: #526b5e;

    --font-maru: "Zen Maru Gothic", sans-serif;
}

.wrapper {
  overflow-x: hidden;
  color: var(--color-blk);
}

.wrapper * {
  box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.wrapper *::before,
.wrapper *::after {
  box-sizing: border-box;
}

.wrapper a {
  transition: all 0.2s;
}

.wrapper img {
  vertical-align: bottom;
}

.visually_hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  background-color: #fff;
  z-index: 99999;
}

.end_lead {
  position: relative;
  z-index: 10;
  text-align: center;
  color: var(--color-red-3);
  font-size: 200%;
  font-weight: 700;
  padding: 20px 0;
  background: #fff;
  margin: 30px auto 20px;
  border: solid 2px var(--color-red-3);
  border-radius: 10px;
  max-width: 600px;
}

.campaign_end {
  text-align: center;
  margin: 0 0 50px;
}

.end_bnr {
  text-align: center;
  background: #000;
  padding: 40px 0;
  color: #fff;
  margin: 0 0 50px;
  font-weight: 700;
}

.end_bnr .em {
  font-size: 200%;
  margin: 0 0 10px;
}

.sp_only {
  display: none !important;
}

/*body {
  min-width: 1220px;
}*/

.inner {
  width: clamp(0px, 87.8vw, 1200px);
  margin: auto;
}

.inner_s {
  width: clamp(0px, 73.2vw, 1000px);
  margin: auto;
}

.ib {
  display: inline-block;
}

.indent_1 {
  text-indent: -1em;
  padding-left: 1em;
}


/* list_note */
.list_note > li {
  font-size: 87.4%;
  position: relative;
  line-height: 1.4;
  padding-left: 1.2em;
}

.list_note > li:not(:first-child) {
  margin-top: 0.5em;
}

.list_note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em 1em;
}

.list > li::before {
  content: "●";
  color: #a3c4c2;
}

.btn_base {
  width: 396px;
  margin: auto;
  text-align: center;
  background: #ee7800;
  box-shadow: 0 0 10px 5px #fff;
}

.btn_base.btn_green {
  background-color: #489f36;
}

.btn_base a,
.btn_base > span {
  display: block;
  line-height: 60px;
  background: url(../img/arrow_right.svg) no-repeat right 20px center;
  background-size: 23px auto;
  color: #fff;
  font-size: 112.5%;
  font-weight: 500;
  transition: all 0.3s;
}

.btn_base a:hover,
.btn_base > span:hover {
  background-position: right 10px center;
}

a.hover,
.hover a {
    display: block;
    opacity: 1;
}

a.hover:hover,
.hover a:hover {
    opacity: 0.7;
}

main {
  position: relative;
  z-index: 0;
}

/*--------------------------------------------------*/
header .logo {
    width: 14%;
    position: absolute;
    left: 40px;
    top: 50px;
    z-index: 100;
    line-height: 0;
}

header .logo img {
  width: 100%;
}

header #side-fixed {
  position: fixed;
  right: clamp(0px, 2.2vw, 30px);
  bottom: clamp(0px, 2.2vw, 30px);
  z-index: 1000;
  transition: all .5s;
  width: clamp(0px, 15.7vw, 215px);
}

header #side-fixed a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

header #side-fixed a:hover {
  opacity: 0.7;
}

header #side-fixed a > span {
  display: inline-block;
  line-height: 1;
}

body.scroll__menu header #side-fixed {
  opacity: 0;
  bottom: -200px;
}

/*--------------------------------------------------*/
footer {
  padding: 50px 0;
}

footer .f-logo {
  width: 320px;
  margin: 0 auto 40px;
}

footer .f-box {
  overflow: hidden;
  width: 850px;
  margin: auto;
}

footer .f-box .box-left {
  float: left;
  width: 60%;
  font-size: 115%;
}

footer .f-box .box-right {
  float: left;
  width: 40%;
  font-size: 88%;
}

/*--------------------------------------------------*/

.scroll_down {
    width: 100px;
    max-width: 8%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: clamp(0px, 6.2vw, 85px);
}

.scroll_down_text {
  font-size: 93.8%;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}

.scroll_down_img {
  line-height: 1;
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
}

/* scroll_arrow */
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
  }
}

/*------------------------------*/
.lead_inner {
  width: 1010px;
  max-width: 74%;
  margin: 0 auto;
}

.lead_box {
  background-color: var(--color-red-2);
  color: #fff;
  padding: 150px 0 190px;
  position: relative;
}

.lead_box::after {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1010 / 100;
  background-image: url("../img/bg_lead.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.lead_box_inner {
  width: 865px;
  max-width: 86%;
  margin: 0 auto;
}

.lead_ttl {
  margin-bottom: 90px;
}

.lead_txt {
  font-size: 175%;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}

.lead_txt > span {
  color: var(--color-yel);
  font-size: 1.3em;
  font-weight: bold;
}

.lead_img {
  margin-bottom: 50px;
}

/*------------------------------*/

.detail_bg {
  width: 1090px;
  max-width: 90%;
  background-color: var(--color-red-2);
  padding: 90px 0 200px;
  margin: 0 auto 160px;
  position: relative;
}

.detail_bg::after {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1010 / 100;
  background-image: url("../img/bg_lead.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.detail_cont {
  max-width: 775px;
  margin: 0 auto;
  background-color: #ffff78;
  background-image: url("../img/bg_detail.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding: 70px 60px 60px;
  position: relative;
}

.detail_ttl {
  font-size: 218.8%;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-indent: 0.22em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

.detail_ttl::before,
.detail_ttl::after {
  content: "";
  width: 2.4em;
  border-top: 2px solid;
}

.detail_ttl::before {
    margin-right: 2em;
}

.detail_ttl::after {
    margin-left: 2em;
}

.detail_img01 {
  width: 600px;
  max-width: 92%;
  margin: 0 auto 30px;
}

.detail_txt01 {
  font-size: 125%;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: center;
}

.detail_txt02 {
  font-size: 250%;
  font-weight: bold;
  color: #e60012;
  letter-spacing: 0.04em;
  text-align: center;
  font-feature-settings: "palt";
  padding-bottom: 0.4em;
  border-bottom: 3px solid #e60012;
  margin: 0.5em -1em;
}

.detail_txt02 .detail_price {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
}

.detail_price .em {
  font-size: 1.5em;
}

.detail_price .sm {
  font-size: 0.6em;
  margin-top: 0.2em;
}

.detail_note {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block_detail .white_box {
  background-color: rgba(255, 255, 255, 0.9);
  width: calc(100% + 345px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 50px 35px 40px;
  box-sizing: border-box;
  margin: 40px 0 120px;
}

.detail_info {
  max-width: 920px;
  margin: 0 auto;
}

.dl_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.dl_info dt {
  width: 280px;
  background: #a3c4c2;
  padding: 5px 0;
  text-align: center;
  font-size: 125%;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 50px;
}

.dl_info dd {
  width: calc(100% - 300px);
  font-size: 156.3%;
  font-weight: 700;
  line-height: 1.35;
  margin: 6px 0 0;
}

.dl_info dd span.sub {
  font-size: 80%;
}

.dl_info dd small {
  display: inline-block;
  font-size: 60%;
  font-weight: 400;
  line-height: 1.6;
  margin: 10px 0 0;
  text-indent: -1em;
  padding: 0 0 0 1em;
}

.dl_info:nth-child(2) {
  margin: 20px 0;
}

.att_list_wrap .list {
  display: block;
}

.att_list_wrap .list > li {
  display: inline;
  font-size: 100%;
  line-height: 1.56;
  letter-spacing: 0.02em;
}

.block_detail .att_ttl {
  text-align: center;
  font-size: 156.25%;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 20px;
}

.block_detail .att_lead {
  text-align: center;
  font-size: 187.5%;
  font-weight: 700;
  color: #fff;
  margin: 0 0 60px;
}

.detail_att {
  border-top: 1px dashed #231815;
  padding-top: 40px;
  margin-top: 40px;
}

.detail_txt03_wrap {
  text-align: center;
}

.detail_txt03 {
  text-align: center;
  display: inline-block;
  padding: 0 30px;
}

.detail_txt03 > span {
  color: var(--color-blk);
  font-size: 206.3%;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.57;
  position: relative;
  display: inline-block;
  padding: 0 1.2em 1em;
}

.detail_txt03 > span .em {
  font-size: 1.3em;
}

.detail_txt03 > span .em_l {
  font-size: 1.5em;
}

.detail_txt03 > span::before,
.detail_txt03 > span::after {
  content: "";
  height: 60%;
  width: 3px;
  background-color: currentColor;
  position: absolute;
  bottom: 0.8em;
}

.detail_txt03 > span::before {
  left: 0;
  transform: rotate(-18deg);
}

.detail_txt03 > span::after {
  right: 0;
  transform: rotate(18deg);
}

.detail_txt04 {
  font-size: 187.5%;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 50px;
}

.detail_link {
  margin-bottom: 50px;
}

.detail_link_txt {
  font-size: 162.5%;
  font-weight: bold;
  color: #0068b7;
  text-align: center;
  margin-bottom: 30px;
}

.detail_link_list {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.detail_link_list .modal_open {
  font-size: 206.3%;
  font-weight: bold;
  color: #0068b7;
  text-align: center;
  position: relative;
  display: inline-block;
}

.detail_link_list .modal_open::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0068b7;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*--------------------------------------------------*/
.block_web {
  padding: 60px 0 100px;
  background-color: #fff;
}

.web_ttl {
  text-align: center;
  font-size: 187.5%;
  font-weight: 700;
  margin: 0 0 30px;
}

.list_web {
  display: flex;
  justify-content: space-between;
  margin: 0 0 90px;
}

.list_web li {
  width: 210px;
}

.list_web .web_thumbnail img {
  vertical-align: top;
}

.list_web .web_ttl {
  font-size: 125%;
  font-weight: 900;
  color: var(--color-red-3);
  margin: 10px 0;
  text-align: center;
}

.list_web .web_txt {
  font-weight: 500;
  font-size: 90%;
}

.list_web .web_txt .em {
  font-size: 1.2em;
}

.block_web .att_box {
  border: solid 3px var(--color-red-3);
  padding: 30px 40px;
}

.block_web .att_box .att_ttl {
  text-align: center;
  font-size: 187.5%;
  font-weight: 700;
  color: var(--color-red-3);
  line-height: 1;
  margin: 0 0 25px;
}

.block_web .att_box .att_ttl span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: var(--color-red-3);
  border-radius: 50%;
  font-size: 70%;
  width: 1.1em;
  text-align: center;
  line-height: 1.1;
  margin: 0 5px 4px;
}

.block_web .att_box .att_txt {
  font-size: 112.5%;
  font-weight: 700;
}

.block_web .att_box .att_txt span {
  color: var(--color-red-3);
}

/*--------------------------------------------------*/
.block_contact {
  padding: 80px 0;
  background-color: #fff;
}

.block_contact .inner {
  max-width: 950px;
}

.block_contact .contact-title,
.block_thanks .contact-title {
  text-align: center;
  font-size: 220%;
  margin: 0 0 30px;
}

.list_form {
  border: solid 1px #4c4948;
  margin: 0 0 90px;
  /* position: relative;
  z-index: 1001; */
}

.list_form li {
  overflow: hidden;
  display: table;
  width: 100%;
}

.list_form li + li {
  border-top: solid 1px #4c4948;
}

.list_form .area_label {
  display: table-cell;
  padding: 14px;
  background: #eeeee8;
  box-sizing: border-box;
  width: 20%;
  border-right: solid 1px #4c4948;
  vertical-align: top;
  position: relative;
}

.list_form li.hissu .area_input::after {
  content: "必須";
  display: inline-block;
  background: #D23F3E;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 15px;
  padding: 5px;
  margin: auto;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}

.list_form li.address .area_input::after {
  content: none;
}

.list_form li.past_campaign .area_label {
  /* padding: 14px 14px 40px; */
  text-align: left;
}

.list_form li.past_campaign .area_label.hissu::after {
  right: 0;
  left: 0;
  bottom: 10px;
  top: auto;
  margin: auto;
  width: 2em;
}

.list_form .area_input {
  display: table-cell;
  /* padding: 12px 20px; */
  padding: 15px 20px 15px 75px;
  box-sizing: border-box;
  position: relative;
}

.list_form li.past_campaign .area_input {
  vertical-align: middle;
}

.list_form .area_input p + p {
  margin: 10px 0 0;
}

.list_form .area_input.radio-box label {
  display: inline-block;
  width: 32%;
  cursor: pointer;
  margin: 3px 0;
}

.list_form .area_input.radio-box label input, .list_form .area_input.radio-box2 label input, .list_form .area_input.radio-box3 label input {
  margin: 0 5px 0 0;
  display: inline-block;
}

.list_form .area_input.radio-box2 label {
  display: inline-block;
  cursor: pointer;
  margin: 3px 0;
  padding: 0 20px 0 0;
}

.list_form .area_input.radio-box3 label, .list_form .area_input.radio-box3 .wpcf7-list-item {
  display: block;
  cursor: pointer;
}

.list_form .area_input .small {
  font-size: 75%;
  margin: 10px 0 0;
}

.list_form .area_input .small small {
  display: inline-block;
}

.list_form input[type=text], .list_form input[type=email], .list_form input[type=tel], .list_form textarea {
  width: 100%;
  background-color: #ecebeb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 10px;
}

.list_form input[type=text].short {
  width: 20%;
}

.list_form input[type=text].mt {
  margin-top: 20px;
}

.list_form input[type=email], .list_form input[type=text].long {
  width: 100%;
}

.list_form input[type=text]#datepicker {
  width: 140px;
  cursor: pointer;
}

.list_form textarea {
  width: 100%;
}

.list_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ecebeb;
  padding: 10px 40px 10px 15px;
  border: none;
  font-size: 16px;
  width: 300px;
}

.list_form span.select-arrow {
  position: relative;
  display: inline-block;
}

.list_form span.select-arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-top: solid 1px #4c4948;
  border-right: solid 1px #4c4948;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(135deg);
}

.list_form .check__on {
  display: none;
}

.list_form .check__on.check__start {
  display: table;
}

.block_contact .policy-title {
  font-size: 150%;
  font-weight: 600;
  margin: 0 0 10px;
  text-align: center;
}

.block_contact .policy-title strong {
  color: #b5464c;
}

.block_contact .policy-text {
  font-size: 93.8%;
  font-weight: 500;
  margin-top: 1.5em
}

.block_contact .policy-text a {
  text-decoration: underline;
}

.block_contact .policy-text a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.block_contact .area_policy {
  height: 220px;
  overflow-y: scroll;
  border: solid 1px #4c4948;
  box-sizing: border-box;
  padding: 30px;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 40px;
}

.block_contact .area_policy p + p {
  margin: 15px 0 0;
}

.list_disc li {
  list-style: disc;
  margin: 0 0 0 1.3em;
}

.block_contact .area_policy dl {
  margin: 20px 0 0;
}

.block_contact .area_policy dt {
  font-weight: 600;
  margin: 0 0 5px;
  font-size: 110%;
}

.block_contact .area_submit {
  text-align: center;
  margin: 0 0 50px;
}

.block_contact .area_submit button {
  display: inline-block;
  background: #fff;
  border: solid 1px #231815;
  line-height: 70px;
  margin: 0;
  padding: 0 75px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 125%;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.block_contact .area_submit button:hover {
  background: #b5464c;
  color: #fff;
}

.block_contact .area_error .error-title {
  text-align: center;
  color: #fff;
  background: #578b29;
  padding: 20px 0;
  font-size: 150%;
  font-weight: 600;
  line-height: 1.5;
}

.block_contact .area_error .error-box {
  background: #ecebeb;
  padding: 30px;
  margin: 0 0 20px;
}

.dl_error + .dl_error {
  margin: 20px 0 0;
}

.dl_error dt {
  font-size: 150%;
  font-weight: 600;
  margin: 0 0 10px;
}

.dl_error dd p + p {
  margin: 15px 0 0;
}

.block_contact .error-message {
  text-align: center;
  background: #578b29;
  padding: 15px 0;
  color: #fff;
  font-size: 135%;
  font-weight: 600;
  line-height: 1.5;
}

.list_btn {
  text-align: center;
}

.list_btn li {
  width: 350px;
  margin: 20px auto 0;
  background: #4c4948;
}

.list_btn img {
  vertical-align: top;
}

.list_formSteps {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
}

.list_formSteps::before {
  content: "";
  width: 400px;
  height: 1px;
  background: #231815;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.list_formSteps > li {
  width: 120px;
  height: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  z-index: 5;
  margin: 0 28px;
}

.list_formSteps > li:nth-child(1) {
  background-image: url("../img/steps01.svg");
}

.list_formSteps > li:nth-child(2) {
  background-image: url("../img/steps02.svg");
}

.list_formSteps > li:nth-child(3) {
  background-image: url("../img/steps03.svg");
}

.list_formSteps > li.active:nth-child(1) {
  background-image: url("../img/steps01_on.svg");
}

.list_formSteps > li.active:nth-child(2) {
  background-image: url("../img/steps02_on.svg");
}

.list_formSteps > li.active:nth-child(3) {
  background-image: url("../img/steps03_on.svg");
}

.formWaku {
  padding: 100px 0 0;
  position: relative;
}

.formWaku .formSticky {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  /* z-index: 1000; */
}

.formWaku .formSticky.none {
  display: none;
}

.formWaku .formSticky .sticky_wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  right: 0;
  border: solid 1px #231815;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1000;
}

.formWaku .form_nokori {
  position: relative;
  background: #FFF799;
  text-align: center;
  padding: 10px 100px 10px 35px;
  margin: 0 0 0 auto;
  font-size: 93.75%;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.formWaku .form_nokori::before {
  content: "";
  width: 31px;
  height: 17px;
  background: url("../img/next02.webp") no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.formWaku .form_nokori span.text {
  display: inline-block;
  vertical-align: middle;
}

.formWaku .form_nokori span#num {
  font-size: 180%;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}

.formWaku .form_last {
  background: #fff;
  box-sizing: border-box;
  padding: 0 10px;
}

.formWaku .form_last p {
  font-size: 88%;
  font-weight: 700;
}

.formWaku .form_last p a {
  display: block;
  padding: 2px 0;
}

.form_last {
  display: none;
}

.form_last p.none {
  display: none;
}

/* == contact ==============================================*/
#page_thanks header {
  background: #333;
  position: relative;
  text-align: center;
  padding: 20px 0;
}

#page_thanks header h1 {
  width: 300px;
  margin: auto;
}

#page_thanks header h1 img {
  vertical-align: top;
}

#formWrap {
  padding: 50px 0 0;
}

#formWrap .confirm-text-box {
  text-align: center;
}

#formWrap .confirm-text-box .confirm-title {
  font-size: 150%;
  margin: 0 0 15px;
}

#formWrap .form_base .formTable {
  width: 80%;
  margin: 20px auto 50px;
}

#formWrap .form_base .formTable th {
  text-align: left;
  padding: 10px;
  background: #f5f5f5;
  width: 25%;
  border: solid 1px #eee;
}

#formWrap .form_base .formTable td {
  padding: 10px;
  border: solid 1px #eee;
}

#formWrap .area_submit {
  text-align: center;
}

#formWrap .area_submit input {
  width: 200px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #ffe900;
  color: #333;
  font-weight: 600;
  padding: 10px 0;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}

#formWrap .area_submit input.back {
  background: #ccc;
}

.block_thanks {
  margin: 100px auto;
}

.block_thanks .inner {
  max-width: 900px;
}

.block_thanks .thanks-title {
  font-size: 125%;
  margin: 0 0 5px;
  font-weight: 600;
}

.block_thanks .thanks-text {
  margin: 20px 0 0;
}

.bnr_present {
  margin: 0 0 100px;
}

.bnr_present .present-title {
  background: #ee7800;
  text-align: center;
  padding: 20px 0 10px;
}

.bnr_present .present-title img {
  vertical-align: top;
}

.bnr_present .present-text {
  text-align: right;
  font-size: 88%;
}

.confirm_list_form {
  border: solid 1px #4c4948;
  margin: 0 0 40px;
}

.confirm_list_form li {
  overflow: hidden;
  display: table;
  width: 100%;
}

.confirm_list_form li + li {
  border-top: solid 1px #4c4948;
}

.confirm_list_form .area_label {
  display: table-cell;
  padding: 14px;
  background: #eeeee8;
  box-sizing: border-box;
  width: 20%;
  vertical-align: top;
  position: relative;
}

.confirm_list_form li.hissu .area_input::after {
  content: "必須";
  display: inline-block;
  background: #D23F3E;
  color: #fff;
  position: absolute;
  top: 16px;
  left: 15px;
  padding: 5px;
  margin: auto;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}

.confirm_list_form li.past_campaign .area_label {
  /* padding: 14px 14px 40px; */
  text-align: left;
}

.confirm_list_form li.past_campaign .area_label.hissu::after {
  right: 0;
  left: 0;
  bottom: 10px;
  top: auto;
  margin: auto;
  width: 2em;
}

.confirm_list_form .area_input {
  display: table-cell;
  /* padding: 12px 20px; */
  padding: 15px 20px 15px 75px;
  box-sizing: border-box;
  position: relative;
}

.confirm_list_form li.past_campaign .area_input {
  vertical-align: middle;
}

.confirm_list_form .area_input p + p {
  margin: 10px 0 0;
}

.confirm_list_form .area_input .small {
  font-size: 75%;
  margin: 10px 0 0;
}

input,
select,
button[type=submit],
button[type=button] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.check_txt {
  text-align: center;
  text-decoration: underline;
  transition: all 0.3s;
}

.block_contact .area_submit button.check_txt {
  border: none;
  background: none;
  line-height: 1.25;
  padding: 0;
  margin-top: 1em;
}

.block_contact .area_submit button.check_txt:hover {
  text-decoration: none;
  color: #000;
}

#page_confirm .block_contact .area_submit {
  margin-bottom: 0;
}

#page_confirm .block_contact {
  padding-bottom: 100px;
}

.contact_head_txt {
  margin-bottom: 2em;
  text-align: center;
}

.area_input .error {
  display: block;
  font-size: 93%;
  color: #B70000;
}

/* == animation ==============================================*/
/* .block_dream::before {
  transform: scale(0) translateX(-500px);
  transition: transform .4s ease-in 0s;
  transform-origin: left bottom;
} */
/* .block_dream::after {
  transform: scale(0) translateX(500px);
  transition: transform .4s ease-in 0s;
  transform-origin: right bottom;
} */
/* body.page--open .block_dream::before, body.page--open .block_dream::after {
  transform: scale(1) translateX(0);
} */
.block_dream .area_campaign.scroll--anime::before, .block_dream .area_campaign.scroll--anime::after, .block_dream .area_att.scroll--anime::before, .block_dream .area_att.scroll--anime::after {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s ease 1s;
}

.block_dream .area_campaign.scroll--start::before, .block_dream .area_campaign.scroll--start::after, .block_dream .area_att.scroll--start::before, .block_dream .area_att.scroll--start::after {
  opacity: 1;
  transform: translateY(0);
}


/* 2025.02.28 更新分 ここから */

footer .f-logo {
  text-align: center;
}

.close footer .f-box .box-left {
  float: none;
  width: auto;
  text-align: center;
}

.close .end_bnr {
  padding: 110px 0;
}

.close .end_bnr .em {
  font-size: 375%;
}

.close .end_bnr .em > span {
  font-weight: 900;
  display: inline-block;
  letter-spacing: 0.18em;
  text-indent: 0.18em;
  font-feature-settings: "palt";
}

.close .end_bnr .normal {
  font-size: 218.75%;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.list_form .area_ttl {
  font-size: 106.3%;
  font-weight: 500;
  margin: 0.7em 0 0.2em;
  position: relative;
}

.list_form .area_ttl.mt0 {
  margin-top: 0;
}

.list_form .area_ttl::after {
  content: "必須";
  display: inline-block;
  background: #D23F3E;
  color: #fff;
  position: absolute;
  top: calc(100% + 5px);
  right: calc(100% + 15px);
  padding: 5px;
  margin: auto;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
}

.list_form .area_ttl.no_icon::after {
  content: none;
}

.list_form .size_s select {
  width: 140px;
}


/*==============================
common
==============================*/
.bg_yel {
    background-color: var(--color-yel);
}


/*==============================
mv
==============================*/
.mv {
    width: 100%;
    position: relative;
}

.main_ttl {
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.main_ttl img {
    width: clamp(0px, 140.6vw, 1920px);
    max-width: initial;
}

.btn_top {
    width: clamp(0px, 33.3vw, 455px);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.present_button {
    width: clamp(0px, 33.3vw, 455px);
}


/*==============================
lead
==============================*/
.block_lead {
    width: 100vw;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding-top: clamp(0px, 15.4vw, 210px);
    position: relative;
}

.block_lead .lead_bg {
    width: clamp(0px, 95.2vw, 1300px);
}

.lead_text {
    width: clamp(0px, 32.2vw, 440px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/*==============================
house
==============================*/
.block_house {
    width: 100%;
    padding: clamp(0px, 11.7vw, 160px) 0 clamp(0px, 16.1vw, 220px);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}

.block_house .house_img {
    width: clamp(0px, 65.2vw, 890px);
}

.house_text {
    font-size: clamp(0px, 2.3vw, 31px);
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-align: center;
    font-weight: bold;
    font-family: var(--font-maru);
    color: var(--color-green);
    margin-bottom: clamp(0px, 7.3vw, 100px);
}


/*==============================
present
==============================*/
.block_present {
    width: 100vw;
    line-height: 0;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.block_present img {
    width: clamp(0px, 100vw, 1366px);
    max-width: initial;
}

.block_present .present_text {
    width: clamp(0px, 100vw, 1366px);
    position: absolute;
    top: clamp(-95px, -6.9vw, 0px);
    left: 0;
    right: 0;
    margin: auto;
}


/*==============================
point
==============================*/
.block_point {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: clamp(0px, 8.1vw, 110px) 0 clamp(0px, 14.7vw, 200px);
    background: url("../img/point_bg.png") no-repeat top center / clamp(0px, 140.6vw, 1920px) auto;
}

.point_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(0px, 12.1vw, 165px) 0;
    margin-bottom: clamp(0px, 14.7vw, 200px);
}

.point_list li {
    width: clamp(0px, 73.2vw, 1000px);
    aspect-ratio: 1000 / 625;
    background-color: #fff;
    border-radius: clamp(0px, 6.6vw, 90px);
    position: relative;
    display: flex;
}

.point_list li .point_nb {
    width: clamp(0px, 10.6vw, 145px);
    position: absolute;
    top: clamp(-70px, -5.1vw, 0px);
    left: 0;
    right: 0;
    margin: auto;
}

.point_list li .text_area,
.point_list li .img_area {
    width: 50%;
    position: relative;
}

.point_list li .text_area {
    font-family: var(--font-maru);
    padding: clamp(0px, 11vw, 150px) 0 0 clamp(0px, 5.5vw, 75px);
}

.point_list li .text_area .text_1 {
    font-size: clamp(0px, 2.2vw, 30px);
    font-weight: bold;
    letter-spacing: 0;
    line-height: 2em;
    color: #902512;
    white-space: nowrap;
    margin-bottom: 1.5em;
}

.point_list li .text_area .text_2 {
    font-size: clamp(0px, 1.5vw, 20px);
    letter-spacing: 0;
    line-height: 2em;
}

.point_01_img img {
    width: clamp(0px, 27.8vw, 380px);
    position: absolute;
    top: clamp(-20px, -1.5vw, 0px);
    left: clamp(0px, 4.4vw, 60px);
}

.point_02_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.point_02_img img {
    width: clamp(0px, 29.6vw, 405px);
}

.point_03_img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: clamp(0px, 2.9vw, 40px);
}

.point_03_img img {
    width: clamp(0px, 27.1vw, 370px);
}

.point_text {
    font-size: clamp(0px, 3.3vw, 45px);
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 2em;
    font-family: var(--font-maru);
    text-align: center;
    margin-bottom: clamp(0px, 11vw, 150px);
}


/*==============================
plan
==============================*/
.block_plan {
    width: 100vw;
    overflow: hidden;
    line-height: 0;
    display: flex;
    justify-content: center;
}

.block_plan img {
    width: clamp(0px, 140.6vw, 1920px);
    max-width: initial;
}


/*==============================
gift
==============================*/
.block_gift {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: clamp(0px, 8.8vw, 120px);
}

.gift_img {
    width: 100vw;
    overflow: hidden;
    line-height: 0;
    display: flex;
    justify-content: center;
}

.gift_img img {
    width: clamp(0px, 140.6vw, 1920px);
    max-width: initial;
}

.gift_text {
    width: clamp(0px, 75.4vw, 1030px);
    font-size: clamp(0px, 1.3vw, 18px);
    line-height: 1.6em;
    margin-bottom: clamp(0px, 4.4vw, 60px);
}


/*==============================
soudan
==============================*/
.block_soudan {
    width: 100vw;
    overflow: hidden;
    line-height: 0;
    display: flex;
    justify-content: center;
}

.block_soudan img {
    width: clamp(0px, 140.6vw, 1920px);
    max-width: initial;
}


/*==============================
closing
==============================*/
.block_closing {
    width: 100vw;
    overflow: hidden;
    line-height: 0;
    display: flex;
    justify-content: center;
}

.block_closing img {
    width: clamp(0px, 100vw, 1366px);
    max-width: initial;
}
