@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: #fff100;
}

.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 {
  text-align: center;
  color: #E9473F;
  font-size: 175%;
  font-weight: 700;
  padding: 15px 0;
  background: #fff;
  margin: 10px auto 0;
  position: relative;
  z-index: 5;
  border: solid 2px #E9473F;
  width: 80%;
  border-radius: 10px;
}
.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;
}

/* スライダー矢印 共通 */
.slick-prev,
.slick-next {
  width: 8vw;
  height: 8vw;
  top: 50%;
}

.slick-prev {
  left: 4vw;
  background-image: url(../img/arrow_prev.svg);
}

.slick-next {
  right: 4vw;
  background-image: url(../img/arrow_next.svg);
}

/* slider2_thumb */
.slider2_thumb {
  margin-bottom: -1px;
}

.slider2_thumb .slick-list {
  margin: 0 -3px;
}

.slider2_thumb .slick-slide {
  margin: 0 3px;
}

.slider2_thumb .in {
  color: var(--color-dark-brn);
  font-size: 100%;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  padding: 0.75em 0.5em;
  border-left: 1px solid var(--color-blk);
  border-top: 1px solid var(--color-blk);
  border-right: 1px solid var(--color-blk);
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
}

.slider2_thumb .slick-track {
  transform: unset !important;
}

.slider2_thumb .slick-slide:not(.slick-current) .in {
  cursor: pointer;
}

.slider2_thumb .slick-slide:not(.slick-current) .in:hover {
  opacity: 0.3;
  transition: opacity 0.2s;
}

.slider2_thumb .slick-current .in {
  background-color: var(--color-dark-brn);
  color: #fff;
}

/* slider2 */
.slider2 {
  margin-bottom: 10%;
  position: relative;
}

.slider2 .slick-prev,
.slider2 .slick-next {
  width: 8vw;
  height: 8vw;
}

.slider2 .slick-prev {
  left: -4%;
}

.slider2 .slick-next {
  right: -4%;
}

/* slider3 */
.slider3 .slick-prev.slick-disabled,
.slider3 .slick-next.slick-disabled {
  opacity: 0;
}

.slider3 .slick-list {
  margin: 0 -25px;
}

.slider3 .slick-slide {
  margin: 0 25px;
}

.slider3 .slick-list{
    overflow: visible;
}

.slider3 .slick-prev {
  left: -5vw;
}

.slider3 .slick-next {
  right: -5vw;
}

/* slider4 */
.slider4 .slick-prev.slick-disabled,
.slider4 .slick-next.slick-disabled {
  opacity: 0;
}

.slider4 .slick-list {
  margin: 0 -25px;
}

.slider4 .slick-slide {
  margin: 0 25px;
}

.slider4 .slick-list{
    overflow: visible;
}

.slider4 .slick-prev {
  left: -5vw;
}

.slider4 .slick-next {
  right: -5vw;
}

/* modal */
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 100%;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

button {
  padding: 0;
  cursor: pointer;
}

.modal {
  z-index: 1001;
}

.modal_overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_container {
  width: 100%;
  height: 100dvh;
  max-height: 100dvh;
  color: var(--color-blk);
  overflow-y: auto;
  padding: 100px 0;
}

.modal_inner {
  width: 96%;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px 10px;
  border: 1px solid var(--color-blk);
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}

.modal_header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.modal_ttl {
  width: 100%;
  font-size: 157.1%;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}

.modal_ttl::before,
.modal_ttl::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: var(--color-blk);
}

.modal_ttl::before {
    margin-right: 1em;
}

.modal_ttl::after {
    margin-left: 1em;
}

.modal_close {
  border: 0;
  width: 40px;
  aspect-ratio: 1 / 1;
  background: url("../img/btn_close.svg") no-repeat center center / contain;
  position: absolute;
  top: -20px;
  right: 10px;
  outline: none;
}

.modal_content {
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 20px;
}

.modal_open {
  display: block;
}

.modal_txt {
  font-size: 157.1%;
  margin: 2em 0.5em;
  text-align: center;
  line-height: 2;
}

/* モーダルアニメーション */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes slideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes slideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal_slide {
  display: none;
}

.micromodal_slide.is_open {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.micromodal_slide[aria-hidden="false"] .modal_overlay {
  animation: fadeIn .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal_slide[aria-hidden="false"] .modal_container {
  animation: slideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal_slide[aria-hidden="true"] .modal_overlay {
  animation: fadeOut .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal_slide[aria-hidden="true"] .modal_container {
  animation: slideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal_slide .modal_container,
.micromodal_slide .modal_overlay {
  will-change: transform;
}

/* 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: #fff;
  /* box-shadow: 0 0 10px 5px #fff; */
}

.btn_base.btn_green {
  background-color: #489f36;
  box-shadow: 0 0 10px 5px #fff;
}

.btn_base a,
.btn_base > span {
  display: block;
  padding: 4% 0;
  background: url(../img/arrow_right_red.svg) no-repeat right 5% center;
  background-size: 1em auto;
  color: var(--color-red-2);
  font-size: 87.5%;
  font-weight: 500;
  transition: all 0.3s;
}

.btn_base.btn_green a,
.btn_base.btn_green > span {
  color: #fff;
  background: url(../img/arrow_right_wht.svg) no-repeat right 5% center;
}

main {
  overflow: hidden;
}

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

header #side-fixed {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 1000;
  transition: all .5s;
  width: 40px;
  height: 100px;
  background-color: var(--color-brn);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 2px solid #fff;
  border-right: none;
}

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

header #side-fixed img {
  width: 26px;
}

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 {
  margin-bottom: 40px;
}

.block_top .main_ttl {
  position: relative;
  background-color: #a5c2bf;
  padding-bottom: 5%;
}

.block_top .main_ttl_note  {
  font-size: 57.1%;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
  width: 90%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.block_top .btn_top {
  width: 77.77%;
  margin: 0 auto;
  text-align: center;
  background: var(--color-yel);
  border: 2px solid #fff;
  position: relative;
  z-index: 2;
  transform: translateY(-50%);
}

.block_top .btn_top a {
  display: block;
  color: var(--color-dark-brn);
  font-size: 87.5%;
  font-weight: 500;
  background: url(../img/arrow_right_brn.svg) no-repeat right 1em center;
  background-size: 1em auto;
  padding: 4% 0;
}

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

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

.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: 100%;
  margin: 0 auto;
}

.lead_box {
  background-color: var(--color-red-2);
  color: #fff;
  padding: 10% 0 20%;
  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: 90%;
  margin: 0 auto;
}

.lead_ttl {
  margin-bottom: 8%;
}

.lead_txt {
  font-size: 107.1%;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 5%;
}

.lead_txt > span {
  color: var(--color-yel);
  font-size: 1.3em;
  font-weight: bold;
}

.lead_img {
  margin: 0 -5% 8%;
}

/*------------------------------*/
.block_house {
  padding-top: 8%;
}

.house_inner {
  width: 90%;
  margin: 0 auto;
}

.house_ttl {
  width: 86%;
  margin: 0 auto 8%;
}

.block_house .bg {
  background-color: #bdd3cd;
  padding-top: 8%;
  position: relative;
  padding-bottom: 22%;
}

.block_house .bg::before {
  content: "";
  width: 100%;
  height: 10%;
  background-color: #bdd3cd;
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: -1;
}

.block_house .bg::after {
  content: "";
  width: 100%;
  height: 16vw;
  background-image: url("../img/bg_house.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.house_txt {
  font-size: 100%;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 10%;
}

.house_list {
  width: 86%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
}

.house_list > li {
  width: calc((100% - 10px) / 2);
}

.plan_ttl {
  font-size: 157.1%;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 5%;
}

.plan_txt01 {
  width: 600px;
  max-width: 100%;
  font-size: 171.4%;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.6em;
  padding: 0.6em 0;
  margin: 0 auto;
  border-top: 1px solid var(--color-blk);
  border-bottom: 1px solid var(--color-blk);
  margin-bottom: 8%;
}

.plan_slider {
  margin-bottom: 8%;
}

.plan_txt01 .sm {
  font-size: 0.7em;
}

.plan_item_ttl {
  font-size: 242.9%;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
}

.plan_item_img {
  margin: 0 -8%;
}

.plan_ex {
  margin-top: -5%;
}

.plan_ex_inner {
  font-size: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}

.plan_ex_ttl {
  flex-shrink: 0;
}

.plan_ex_list .list {
  display: block;
}

.plan_ex_list .list > li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}

.plan_layout_img {
  margin: 8% 0;
}

.plan_list_wrap {
  margin-bottom: 5%;
}

.plan_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
}

.plan_list li {
  width: calc((100% - 5px) / 2);
  box-sizing: border-box;
  background: #a3c4c2;
  line-height: 40px;
  padding: 5px;
  border-radius: 6px;
  font-size: 92.9%;
  line-height: 1.4;
  text-align: center;
}

.plan_note01 {
  font-size: 78.125%;
  font-feature-settings: "palt";
}

.plan_price {
  background-color: var(--color-dark-brn);
  position: relative;
  margin-top: 70px;
}

.plan_price::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 25px 18px;
  border-color: transparent transparent var(--color-dark-brn) transparent;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
}

.plan_price {
  padding: 10% 0;
  margin: 10% -6% 0;
}

.plan_price_img {
  width: 710px;
  max-width: 90%;
  margin: 0 auto;
}

.plan_txt02 {
  font-size: 157.1%;
  font-weight: bold;
  color: #d92a3e;
  text-align: center;
  letter-spacing: 0.12em;
  margin-bottom: 0.5em;
}

.plan_note02 {
  font-size: 100%;
  letter-spacing: 0.04em;
  text-align: center;
}

.slider2 .item_inner {
  padding: 5% 5% 0;
  position: relative;
  border: 1px solid var(--color-blk);
}

.spec {
  background-color: #a3c4c2;
  padding: 8% 0;
}

.spec_box_l {
  width: 90%;
  background-color: #fff;
  padding: 8% 0;
  margin: 0 auto;
}

.spec_ttl_wrap {
  margin-bottom: 8%;
}

.spec_ttl {
  font-size: 142.9%;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.14em;
  text-indent: 0.14em;
}

.spec_ttl_note {
  font-size: 85.7%;
  text-align: center;
  margin-top: 1em;
}

.spec .slider_wrap {
  width: 86%;
  max-width: 500px;
  margin: 0 auto;
}

.slider3 .slick-track {
  display: flex;
}

.slider3 .slick-slide {
  height: auto !important;
}

.slider3 .slick-slide > div {
  height: 100%;
}

.slider3 .item {
  border: 2px solid var(--color-blk);
  border-radius: 15px;
  padding: 15px 15px 20px;
  background-color: #fff;
  overflow: hidden;
}

.slider3 .item_en {
  font-size: 100%;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.5em;
}

.slider3 .item_ttl {
  font-size: 114.3%;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-align: center;
}

.slider3 .item_sub {
  font-size: 87.5%;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1em;
}

.slider3 .item_txt {
  font-size: 92.9%;
  line-height: 1.55;
	text-align: justify;
	text-justify: inter-character;
  margin-top: 0.5em;
}

.spec_inner {
  width: 940px;
  max-width: 90%;
  margin: 0 auto;
}

.spec_box {
  border: 3px solid #a3c4c2;
  padding: 20px;
  margin: 10% 0;
}

.spec_box_ttl {
  font-size: 128.6%;
  text-align: center;
  margin-bottom: 0.5em;
}

.spec_box_ttl > span {
    display: inline-block;
    border-bottom: 2px solid #a3c4c2;
}

.slider4 .slick-track {
  display: flex;
}

.slider4 .slick-slide {
  height: auto !important;
}

.slider4 .slick-slide > div {
  height: 100%;
}

.slider4 .item {
  border: 2px solid var(--color-blk);
  border-radius: 15px;
  padding: 15px 10px 20px;
  background-color: #fffbc7;
  height: 100%;
}

.slider4 .item.pd_s {
  padding-left: 20px;
  padding-right: 20px;
}

.slider4 .item_ttl {
  font-size: 114.3%;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1em;
}

.slider4 .item_ttl.mb_s {
  margin-bottom: 0.6em;
}

.slider4 .item_note {
  font-size: 87.5%;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 1em;
}
.slider4 .item_note02 {
  font-size: 125%;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 0.2em;
}

/*------------------------------*/

.detail_bg {
  background-color: var(--color-red-2);
  padding: 10% 0 15%;
  margin: 0 auto 10%;
  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: 30px 20px 25px;
  position: relative;
}

.detail_ttl {
  font-size: 128.6%;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-indent: 0.22em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5%;
}

.detail_ttl::before,
.detail_ttl::after {
  content: "";
  width: 2em;
  border-top: 1px solid;
}

.detail_ttl::before {
    margin-right: 1em;
}

.detail_ttl::after {
    margin-left: 1em;
}

.detail_img01 {
  width: 600px;
  max-width: 92%;
  margin: 0 auto 5%;
}

.detail_txt01 {
  font-size: 92.9%;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: center;
}

.detail_txt02 {
  font-size: 185.7%;
  font-weight: bold;
  color: #e60012;
  letter-spacing: 0.04em;
  text-align: center;
  font-feature-settings: "palt";
  padding-bottom: 0.2em;
  border-bottom: 2px solid #e60012;
  margin: 0.5em -0.5em;
}

.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: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block_detail .white_box {
  background-color: rgba(255, 255, 255, 0.9);
  width: 118%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 8%;
  box-sizing: border-box;
  margin: 25px 0 30px;
}

.detail_info {
  max-width: 920px;
  margin: 0 auto;
}

.dl_info dt {
  background: #a3c4c2;
  padding: 5px 0;
  text-align: center;
  font-size: 125%;
  font-weight: 700;
  border-radius: 50px;
  margin: 0 0 10px;
}

.dl_info dd {
  font-size: 140%;
  font-weight: 700;
  line-height: 1.5;
  text-align: start;
}

.dl_info dd span.sub {
  font-size: 80%;
}

.dl_info dd small {
  display: inline-block;
  font-size: 62.5%;
  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;
  line-height: 1.4;
}

.att_list_wrap .list > li {
  display: inline;
  font-size: 85.7%;
  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 15px;
  margin: 0 -1em;
}

.detail_txt03 > span {
  color: #231815;
  font-size: 129.8%;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.65;
  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: 2px;
  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: 129.8%;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 8%;
}

.detail_link {
  margin-bottom: 10%;
}

.detail_link_txt {
  font-size: 121.4%;
  font-weight: bold;
  color: #0068b7;
  text-align: center;
  margin-bottom: 5%;
}

.detail_link_list {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.detail_link_list .modal_open {
  font-size: 171.4%;
  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_point {
  background-color: #fed400;
  padding: 10% 0 12%;
}

.point_ttl {
  width: 90%;
  margin: 0 auto;
}

.list_point {
  margin: 50px 0;
}

.list_point > li + li {
  margin: 60px 0 0;
}

.list_point > li {
  background-color: #fff;
  position: relative;
  padding: 15% 5% 8%;
  box-sizing: border-box;
}

.list_point h3 {
  color: #1b1210;
  font-size: 145%;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 20px;
}


.list_point > li::before {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
}

.list_point > li:nth-child(1)::before {
  background-image: url(../img/num1.svg);
}

.list_point > li:nth-child(2)::before {
  background-image: url(../img/num2.svg);
}

.list_point > li:nth-child(3)::before {
  background-image: url(../img/num3.svg);
}

.list_point .point_img01 {
  width: 60%;
  margin: 0 auto 5%;
}

.list_point .point_txt01 {
  font-size: 90%;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

.point_note .list_note > li {
  font-size: 71.4%;
}

/*--------------------------------------------------*/
.detail_att {
  border-top: 1px dashed #231815;
  padding-top: 20px;
  margin-top: 25px;
}

.list_point .point_img02,
.list_point .point_img03 {
  width: 570px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 1;
}

.last {
  background-color: #fff;
  padding: 50px 20px 30px;
  position: relative;
}

.last_catch {
  width: 30%;
  position: absolute;
  top: -40px;
  left: -20px;
}

.block_point .last_txt01 {
  display: block;
  text-align: center;
  font-size: 128.6%;
  font-weight: 700;
  line-height: 1.7;
}

.block_point .last_txt01 span {
  color: #c40e18;
  line-height: 1;
  display: inline-block;
  padding: 0 0.05em;
}

.block_point .last_txt01 span.em {
  font-size: 150%;
}

.block_point .last_txt01 span.em_l {
  font-size: 180%;
  position: relative;
}

.block_point .last_txt01 sup {
  font-size: 12px;
  color: var(--color-blk);
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: -1em;
  right: -0.5em;
  display: inline-block;
  white-space: nowrap;
}

.block_point .last_txt02 {
  display: block;
  margin: 10px -3vw;
}

.last_txt03_wrap {
  margin: 5% 0 10%;
}

.last_txt03_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.block_point .last_txt03 {
  font-size: 114.3%;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  white-space: nowrap;
}

.block_point .last_txt03 > span:nth-child(2) {
  width: 36%;
}

.block_point .last_txt04 {
  margin: 5% 0 0;
  font-size: 75%;
}

/*--------------------------------------------------*/
.block_gift {
  padding-top: 12%;
}

.gift {
  background-color: var(--color-red-3);
  color: #fff;
}

.gift img {
  transform: translateY(-1.86vw);
}

.gift .list_note {
  padding: 0 15px 15px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
  font-size: 68.8%;
}

.gift .list_note > li {
  line-height: 1.65;
}

.gift .list_note > li:not(:first-child) {
  margin-top: 0;
}

.gift_note {
  font-size: 62.5%;
  text-align: right;
  font-weight: 500;
  margin-top: 0.2em;
}

/*--------------------------------------------------*/
.block_web {
  padding: 12% 0;
  background-color: #fff;
}

.web_ttl {
  text-align: center;
  font-size: 190%;
  font-weight: 700;
  margin: 0 0 8%;
}

.list_web {
  width: 100%;
  margin: 0 auto 15%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
}

.list_web .web_thumbnail {
  width: 55%;
  margin: auto;
}

.list_web .web_thumbnail img {
  vertical-align: top;
}

.list_web .web_ttl {
  font-size: 110%;
  font-weight: 900;
  color: #E9473F;
  margin: 5% 0 3%;
  text-align: center;
}

.list_web .web_txt {
  font-weight: 500;
  font-size: 90%;
  text-align: start;
}

.list_web .web_txt .em {
  font-size: 1.15em;
  display: inline-block;
  font-feature-settings: "palt";
}

.block_web .att_box {
  border: solid 2px #E9473F;
  padding: 8% 5%;
}

.block_web .att_box .att_ttl {
  text-align: center;
  font-size: 187.5%;
  font-weight: 700;
  color: #E9473F;
  line-height: 1;
  margin: 0 0 5%;
}

.block_web .att_box .att_ttl span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #E9473F;
  border-radius: 50%;
  font-size: 70%;
  width: 1.2em;
  text-align: center;
  line-height: 1.2;
  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: #E9473F;
}

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

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

.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 .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: 20px;
  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;
  /* width: 90%; */
}

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

#anchor_form02 .modal_open {
  text-decoration: underline;
  cursor: pointer;
}

#anchor_form02 .modal_open.hide {
	display: none;
}