@charset "UTF-8";
:root {
    --color-blk: #231815;
    --color-red: #c93928;
    --color-red2: #e60012;
    --color-brn: #3a1014;
    --color-dark-brn: #3a1014;
    --color-yel: #fff262;
    --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;
}

.campaign_end {
  text-align: center;
  margin: 0 0 40px;
}
.end_bnr {
  text-align: center;
  background: #000;
  padding: 40px 0;
  color: #fff;
  margin: 0 0 50px;
  font-weight: 700;
}
.end_bnr .em {
  font-size: 150%;
  margin: 0 0 5px;
}
html[lang=ja] {
  margin: 0 !important;
}

body {
  font-size: 3.7vw;
}

.pc_only {
  display: none !important;
}

#wpadminbar {
  display: none !important;
}

@media all and (min-width: 501px) {
  body {
    font-size: 18px;
  }
}
.inner, .inner_s {
  width: 90%;
  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.1em 1em;
}

.list > li::before {
  content: "●";
  color: #a3c4c2;
}

.btn_base {
  width: 77.77%;
  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;
  padding: 4% 0;
  background: url(../img/arrow_right.svg) no-repeat right 5% center;
  background-size: 1em auto;
  color: #fff;
  font-size: 87.5%;
  font-weight: 500;
  transition: all 0.3s;
}

main {
  overflow: hidden;
}

/*--------------------------------------------------*/
header .logo {
  width: 42.5%;
  line-height: 1;
  position: absolute;
  top: 7vw;
  left: 5vw;
  z-index: 100;
}

header #side-fixed {
  position: fixed;
  right: 0;
  bottom: 12vw;
  z-index: 1000;
  transition: all .5s;
  width: 28vw;
}

header #side-fixed a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

header #side-fixed a > span {
  display: inline-block;
  line-height: 1;
}

body.scroll__menu header #side-fixed {
  opacity: 0;
  bottom: -200px;
}

/*--------------------------------------------------*/
footer {
  padding: 10% 0;
}

footer .f-logo {
  width: 70%;
  margin: 0 auto 5%;
}

footer .f-box {
  overflow: hidden;
  margin: auto;
}

footer .f-box .box-left {
  font-size: 115%;
  margin: 0 0 5%;
}

/*--------------------------------------------------*/
.block_top .main_ttl {
    position: relative;
    padding-bottom: 16vw;
}

/*------------------------------*/
.scroll_down {
  width: 50px;
  margin: 5.6vw auto 0;
}

.scroll_down_text {
  font-size: 93.8%;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
    color: #fff;
}

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

/*----------*/
.block_contact {
  padding: 10% 0;
  background-color: #fff;
}

.block_contact .inner {
  max-width: 90%;
}

.contact_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5vw;
    margin-bottom: 10vw;
}

.block_contact .contact-title,
.block_thanks .contact-title {
  text-align: center;
  font-size: 190%;
  margin: 0 0 20px;
}

.block_contact .contact_title {
    margin: 0;
    line-height: 1;
    padding-bottom: 0.5em;
    position: relative;
}

.block_contact .contact_title::after {
    content: "";
    width: 100%;
    height: 0.5vw;
    background-color: var(--color-blk);
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact_head .text_1 {
    font-size: 3.6vw;
    letter-spacing: 0;
}

.list_form {
  border: solid 1px #4c4948;
  margin: 0 0 30px;
}

.list_form li {
  overflow: hidden;
  display: table;
  width: 100%;
}

.list_form li + li {
  border-top: solid 1px #4c4948;
}

.list_form .area_label {
  padding: 12px;
  background: #eeeee8;
  box-sizing: border-box;
  border-bottom: dotted 1px #4c4948;
  vertical-align: middle;
  font-weight: 600;
  position: relative;
}

.list_form li.hissu .area_label::after {
  content: "必須";
  display: inline-block;
  background: #b5464c;
  color: #fff;
  position: absolute;
  top: calc(50% - 12px);
  right: 5px;
  font-size: 88%;
  padding: 5px;
  margin: auto;
  line-height: 1;
}

.list_form .area_input {
  padding: 12px;
  box-sizing: border-box;
}

.list_form .area_input p + p {
  margin: 5px 0 0;
}

.list_form .area_input.radio-box label {
  display: block;
  margin: 5px 0;
}

.list_form .area_input.radio-box2 label {
  padding: 0 15px 0 0;
  display: block;
}

.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;
  vertical-align: middle;
}

.list_form .area_input.radio-box3 label, .list_form .area_input.radio-box3 .wpcf7-list-item {
  display: block;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.list_form .area_input.radio-box4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 7vw 0;
}

.list_form .area_input.radio-box4 label {
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.list_form .area_input.radio-box4 label .radio_right {
    flex: 1;
    width: 100%;
    padding-left: 2.2vw;
}

.radio-box4 input[type="radio"] {
    width: 20px;
    height: 20px;
}

.radio_right .text_1 {
    text-justify: inter-word;
    letter-spacing: 0.24em;
    font-size: 106.3%;
    font-weight: 500;
    margin-bottom: 0.3em;
}

.radio_right .img {
    width: 100%;
    max-width: 280px;
    aspect-ratio: 280 / 180;
}

.radio_right .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.radio_right .text_2 {
    font-size: 90%;
    line-height: 1.7em;
    margin-top: 0.3em;
}

.list_form .area_input.radio-box4 .error {
    width: 100%;
}

.list_form .area_input .small {
  font-size: 90%;
  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: #ecebeb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 10px;
}

.list_form input[type=text].short {
  width: 30%;
}

.list_form input[type=text].mt {
  margin-top: 8px;
}

.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;
  color: #333;
}

.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: 115%;
  font-weight: 600;
  margin: 0 0 10px;
}

.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: 180px;
  overflow-y: scroll;
  border: solid 1px #4c4948;
  box-sizing: border-box;
  padding: 12px;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 30px;
  font-size: 90%;
}

.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 100px; */
}

.block_contact .area_submit button {
  display: inline-block;
  background: #fff;
  line-height: 60px;
  margin: 0;
  padding: 0 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 135%;
  font-weight: 600;
  cursor: pointer;
  border: solid 1px #666;
  color: #333;
}

.block_contact .area_error .error-title {
  text-align: center;
  color: #fff;
  background: #578b29;
  padding: 12px 0;
  font-size: 120%;
  font-weight: 600;
  line-height: 1.5;
}

.block_contact .area_error .error-box {
  background: #ecebeb;
  padding: 15px;
  margin: 0 0 20px;
}

.dl_error {
  font-size: 88%;
}

.dl_error + .dl_error {
  margin: 20px 0 0;
}

.dl_error dt {
  font-size: 135%;
  font-weight: 600;
  margin: 0 0 5px;
}

.dl_error dd p + p {
  margin: 15px 0 0;
}

.block_contact .error-message {
  background: #578b29;
  padding: 15px;
  color: #fff;
}

.list_btn {
  text-align: center;
}

.list_btn li {
  width: 70%;
  margin: 20px auto 0;
  background: #4c4948;
}

.list_btn img {
  vertical-align: top;
}

.list_formSteps {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 0 10%;
}

.list_formSteps::before {
  content: "";
  width: 96%;
  height: 1px;
  background: #231815;
  position: absolute;
  left: 2%;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.list_formSteps > li {
  width: 25vw;
  height: 25vw;
  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 1vw;
}

.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 {
  position: relative;
}

.formWaku .formSticky {
  position: fixed;
  right: 10px;
  bottom: 11.1vw;
  z-index: 1000;
  transform: translateY(100px);
  transition: all 0.4s;
}

.formWaku .formSticky.none {
  display: none;
}

body.contact__start .formWaku .formSticky {
  transform: translateY(0);
}

.formWaku .formSticky .sticky_wrap {
  position: relative;
  border: solid 1px #231815;
  border-radius: 5px;
  overflow: hidden;
}

.formWaku .form_nokori {
  position: relative;
  background: #FFF799;
  text-align: center;
  padding: 8px 30px 8px 15px;
  margin: 0 0 0 auto;
  font-size: 90%;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.formWaku .form_nokori::before {
  content: "";
  width: 15px;
  height: 8px;
  background: url("../img/next02.webp") no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  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;
  padding: 10px 0;
}

#page_thanks header h1 {
  width: 200px;
  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 {
  margin: 20px auto 50px;
}

#formWrap .form_base .formTable th {
  text-align: left;
  padding: 10px;
  background: #f5f5f5;
  width: 30%;
  border: solid 1px #eee;
}

#formWrap .form_base .formTable td {
  padding: 10px;
  border: solid 1px #eee;
}

#formWrap .area_submit {
  text-align: center;
  margin: 0 0 50px;
}

#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;
  margin: 0 auto 10px;
}

.block_thanks {
  margin: 10% auto 100px;
}

.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 10%;
}

.bnr_present .present-title {
  background: #ee7800;
  text-align: center;
  padding: 4% 3% 2%;
}

.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 30px;
}

.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 {
  padding: 12px;
  background: #eeeee8;
  box-sizing: border-box;
  border-bottom: dotted 1px #4c4948;
  vertical-align: middle;
  font-weight: 600;
  position: relative;
}

.confirm_list_form li.hissu .area_label::after {
  content: "必須";
  display: inline-block;
  background: #b5464c;
  color: #fff;
  position: absolute;
  top: calc(50% - 12px);
  right: 5px;
  font-size: 88%;
  padding: 5px;
  margin: auto;
  line-height: 1;
}

.confirm_list_form .area_input {
  padding: 12px;
  box-sizing: border-box;
}

.confirm_list_form .area_input p + p {
  margin: 5px 0 0;
}

.confirm_list_form .area_input .small {
  font-size: 90%;
  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;
}

#page_confirm .block_contact .area_submit {
  margin-bottom: 0;
}

#page_confirm .block_contact {
  padding-bottom: 10%;
}

.contact_head_txt {
  margin-bottom: 2em;
}

.area_input .error {
  display: block;
  font-size: 93%;
  color: #B70000;
}

/* 2025.02.28 更新分 ここから */

footer .f-logo {
  text-align: center;
}

.close footer .f-box .box-left {
  text-align: center;
}

.close .end_bnr .em {
  font-size: 173%;
}

.close .end_bnr .em > span {
  font-weight: 900;
  display: inline-block;
  letter-spacing: 0.18em;
  text-indent: 0.18em;
}

.close .end_bnr .normal {
  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 .size_s select {
  width: 140px;
}


/*==============================
common
==============================*/
.bg_red {
    background-color: var(--color-red);
}


/*==============================
mv
==============================*/
.mv {
    width: 100%;
    position: relative;
}

.main_ttl,
.main_ttl img {
    width: 100%;
}

.btn_top {
    width: 80vw;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.btn_top img {
    width: 100%;
}

.present_button {
    width: 60.2vw;
}


/*==============================
lead
==============================*/
.block_lead {
    width: 100vw;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.block_lead .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.block_lead .lead_bg {
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.block_lead .lead_bg img {
    width: 100vw;
    max-width: initial;
}

.lead_text {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*==============================
detail
==============================*/
.block_detail {
    width: 100vw;
    height: 170vw;
    margin: 0 auto;
    position: relative;
}

.block_detail .detail_box {
    width: 100%;
    padding: 8vw 7vw 21vw;
    background-color: #fff;
    position: absolute;
    top: -22vw;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.block_detail .detail_box .deco {
    width: 11.5vw;
}

.block_detail .detail_box .text_1 {
    font-size: 6vw;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
}

.block_detail .detail_box .text_2 {
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.75em;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 8vw;
}

.block_detail .detail_box .text_2 .em1 {
    font-weight: 800;
    font-size: 1.3em;
}

.block_detail .detail_box .text_2 .em2 {
    font-weight: 800;
}

.block_detail .detail_box .text_2 .em3 {
    font-weight: 800;
    font-size: 0.7em;
}

.block_detail .detail_box .text_2 .line {
    position: relative;
    display: inline-block;
}

.block_detail .detail_box .text_2 .line::after {
    content: "";
    width: 100%;
    height: 0.4vw;
    background-color: var(--color-red);
    position: absolute;
    top: 1.6em;
    left: 0;
}

.block_detail .detail_box .text_3 {
    font-size: 2.5vw;
    line-height: 1.5em;
    letter-spacing: 0.08em;
    margin-bottom:15vw;
}

.block_detail .detail_box .text_4 li {
    font-size: 2.8vw;
    font-weight: bold;
    padding-left: 5.4em;
    text-indent: -5.4em;
}

.block_detail .detail_box .text_4 li.note {
    font-size: 2.5vw;
    font-weight: 500;
    line-height: 1.6em;
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 1em;
}

.block_detail .detail_box .text_4 li.note + .note {
    margin-top: 0;
}

.block_detail .detail_box .button_ora {
    width: 82vw;
    position: absolute;
    bottom: -6.5vw;
    left: 0;
    right: 0;
    margin: auto;
}

.block_detail .detail_box .button_ora img {
    width: 100%;
}


/*==============================
special
==============================*/
.block_special {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-bottom: 20vw;
}

.block_special .special_title {
    width: 100vw;
    margin-bottom: 3vw;
}

.block_special .special_cont {
    width: 100vw;
}

.block_special .special_cont + .special_cont {
    margin-top: 8vw;
}

.block_special .button_whi {
    width: 80vw;
    margin-top: 12vw;
    display: block;
}

.block_special .button_whi img {
    width: 100%;
}


/*==============================
house
==============================*/
.block_house {
    width: 100vw;
    background: url("../img/house_bg_sp.jpg") no-repeat top center / cover;
    padding-bottom: 14vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.block_house .house_title {
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.block_house .house_title img {
    width: 100%;
}

.block_house .house_cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11.5vw 0;
}

.block_house .house_box {
    width: 100vw;
    display: flex;
    justify-content: center;
    position: relative;
}

.block_house .house_box img {
    width: 100%;
}

.block_house .house_box.point1 .deco {
    display: none;
}


/*==============================
award
==============================*/
.block_award {
    width: 100%;
    background-color: var(--color-yel);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 16vw;
}

.block_award .award_cont {
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 10vw;
}

.block_award .award_cont img {
    width: 100%;
}

.block_award .text_1 {
    font-size: 3vw;
    line-height: 2em;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-align: center;
}


/*==============================
stamp
==============================*/
.block_stamp {
    width: 100%;
    padding: 13vw 0 65vw;
    background: url("../img/stamp_bg.jpg") repeat top center / 29.7vw auto;
}

.stamp_cont {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stamp_cont .stamp_title {
    width: 90vw;
    margin-bottom: 6.5vw;
    order: 1;
}

.stamp_cont .text_1 {
    font-size: 6vw;
    line-height: 1.6em;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: 1em;
    order: 2;
}

.stamp_cont .text_1 .em1 {
    font-size: 6vw;
    color: var(--color-red2);
}

.stamp_cont .text_1 .em2 {
    font-size: 1.5em;
    font-weight: 800;
    line-height: 1.5em;
}

.stamp_cont .text_2 {
    width: 100vw;
    height: 22vw;
    font-size: 4.5vw;
    letter-spacing: 0.08em;
    line-height: 1.9em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: var(--color-brn);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6.5vw;
    white-space: nowrap;
    order: 3;
}

.stamp_cont .text_3 {
    font-size: 2.5vw;
    line-height: 1.5em;
    letter-spacing: 0.04em;
    text-align: left;
    margin-bottom: 9vw;
    padding-left: 1em;
    text-indent: -1em;
    white-space: nowrap;
    order: 4;
}

.stamp_house_list {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15vw 0;
    order: 6;
}

.stamp_house_list:not(:nth-of-type(1)) {
    margin-top: 15vw;
}

.stamp_house_list li {
    width: 65vw;
    position: relative;
}

.stamp_house_list li.build_2::before {
    content: "";
    width: 19vw;
    aspect-ratio: 90 / 100;
    background: url("../img/stamp_house_deco.svg") no-repeat center center / contain;
    position: absolute;
    top: -5vw;
    left: -13vw;
    z-index: 3;
}

.stamp_house_list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stamp_house_list li .text_4 {
    width: 100%;
    height: 10vw;
    font-size: 4.5vw;
    line-height: 1;
    font-weight: bold;
    background-color: #e9473f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 2.8vw;
    margin-bottom: 7vw;
}

.stamp_house_list li .text_4.build_2,
.stamp_house_list li .text_4.build_3 {
    margin-bottom: 0;
    position: relative;
}

.stamp_house_list li .text_4.build_2::before,
.stamp_house_list li .text_4.build_3::before {
    content: "";
    width: 19vw;
    aspect-ratio: 90 / 100;
    background: url("../img/stamp_house_deco.svg") no-repeat center center / contain;
    position: absolute;
    top: -14vw;
    left: -12vw;
    z-index: 3;
}

.stamp_house_list li .list_img {
    width: 100%;
    border-bottom: 1px solid var(--color-blk);
    padding-bottom: 3vw;
    margin-bottom: 2.5vw;
}

.stamp_house_list li .list_img img {
    width: 100%;
}

.stamp_house_list li .text_5 {
    font-size: 3.6vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.2em;
    white-space: nowrap;
}

.stamp_house_list li .text_6 {
    font-size: 6vw;
    font-weight: 500;
    line-height: 1.2em;
    white-space: nowrap;
}

.stamp_house_list li .text_6 span {
    font-size: 0.5em;
}

.stamp_house_list li .text_7 {
    font-size: 2.9vw;
    margin: 1em 0 0;
}

.stamp_house_list li .text_8 {
    font-size: 5vw;
    font-weight: 500;
    line-height: 1;
    padding: 0.6em 0 0.5em;
}

.stamp_house_list li .also {
    width: 100%;
    text-align: center;
}

.stamp_map {
    width: 100vw;
    margin-bottom: 12vw;
    order: 5;
}


/*==============================
catch
==============================*/
.block_catch {
    width: 100%;
    padding: 23vw 0 10vw;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block_catch .catch_cont {
    width: 100vw;
    position: absolute;
    top: -53.9vw;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.block_catch .button_bro {
    width: 80vw;
    position: relative;
    z-index: 2;
}

.block_catch .button_bro a {
    display: block;
}

.block_catch .button_bro a img {
    width: 100%;
}


/*==============================
qa
==============================*/
.block_qa {
    width: 100%;
    padding-top: 15vw;
}

.block_qa .qa_cont {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qa_title {
    font-size: 6vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #fff;
    position: relative;
    padding-bottom: 0.7em;
    margin-bottom: 10vw;
}

.qa_title::after {
    content: "";
    width: 80%;
    height: 0.5vw;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#qa_list {
    width: 86vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8vw;
}

.qa_block {
    width: 100%;
    background-color: #fff;
    border-radius: 2.5vw;
}
.qa_q_cont {
    width: 100%;
    cursor: pointer;
    padding: 2.5vw 9vw  2.5vw 2.5vw;
    position: relative;
    color: #fff;
    background-color: var(--color-red);
    border: 2px solid #fff;
    border-radius: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qa_q_cont::after {
    content: "";
    width: 3.3vw;
    aspect-ratio: 40 / 93;
    background: url("../img/qa_arrow.svg") no-repeat center center / contain;
    display: block;
    transition: transform 0.3s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.9vw;
    margin: auto;
}

.qa_block.open .qa_q_cont::after {
    transform: rotate(-180deg);
}

.qa_q_cont .icon_area {
    width: 13vw;
    line-height: 1;
}

.qa_q_cont .icon_area img {
    width: 8vw;
}

.qa_q_cont .text_area {
    width: 100%;
    flex: 1;
}

.qa_q_cont .text_area p {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.6em;
    letter-spacing: 0.05em;
}

.qa_a_cont {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.qa_a_cont .cont_inner {
    display: flex;
    align-items: flex-start;
    padding: 6vw 6.5vw 8vw 2.5vw;
}

.qa_a_cont .icon_area {
    width: 13vw;
    padding-top: 0.8vw;
}

.qa_a_cont .icon_area img {
    width: 8vw;
}

.qa_a_cont .text_area {
    width: 100%;
    flex: 1;
}

.qa_a_cont .text_area p {
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.8em;
    letter-spacing: 0.05em;
}


/*==============================
block_special2
==============================*/
.block_special2 {
    display: flex;
    justify-content: center;
    padding: 15vw 0;
}

.block_special2 img {
    width: 100vw;
}


/*==============================
popup
==============================*/
.open_btn {
    width: 70vw;
    cursor: pointer;
    display: block;
    opacity: 1;
    transition: opacity 0.3s;
}

.open_btn:hover {
    opacity: 0.7;
}

.open_btn img {
    width: 100%;
}

.popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 9999;
}

.popup.show {
    opacity: 1;
    visibility: visible;
}

.popup_inner {
    width: 80vw;
    max-height: 100vh;
    background: #fff;
    border: 1px solid var(--color-blk);
    border-radius: 5.6vw;
    padding: 6.5vw 11vw 6.5vw;
    position: relative;
    transform: translateY(-10px);
    transition: transform 0.4s ease;
}

.popup_cont {
    height: auto;
    overflow: auto;
    padding-bottom: 6.5vw;
    max-height: calc(90vh - 16vw);
}

.popup.show .popup_inner {
    transform: translateY(0);
}

.close_btn {
    position: absolute;
    right: 4.5vw;
    top: -4.5vw;
    width: 9vw;
    cursor: pointer;
}

.popup_cont .cont_title {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 6.5vw;
}

.popup_cont .cont_title::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--color-blk);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.popup_cont .cont_title span {
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1;
    background-color: #fff;
    display: inline-block;
    padding: 0 2.5em;
    z-index: 2;
}

.area_tel_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6.5vw;
}

.area_tel_list li {
    width: 100%;
}

.area_tel_list li .text_2 {
    font-size: 3.5vw;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-bottom: 0.5em;
}

.area_tel_list li .text_3 {
    font-size: 4vw;
    line-height: 1;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 0.2em;
}

.area_tel_list li .text_3 a {
    font-size: 1.5em;
    line-height: 1;
}


/*==============================
page top
==============================*/
#pagetop_button {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9;
}

#pagetop_button a {
    width: 10vw;
    aspect-ratio: 1 / 1;
    background-color: var(--color-dark-brn);
    display: flex;
    justify-content: center;
    align-items: center;
}

#pagetop_button img {
    width: 50%;
    transform: rotate(-90deg);
}

