@charset "UTF-8";
/* -------------------------------------
    設定
-----------------------------------------*/
/* FontFamily */
/* font-weight */
.l-con { font-family: "Noto Sans JP", "Open Sans", "Inter", sans-serif;}

main { container-type: inline-size;}

.fc_yellow { color: #F4B42E;}

/* -------------------------------------
        l-section
-----------------------------------------*/
.l-section {
  font-size: calc(16 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  font-size: calc(16 / 430 * 100cqw);
  line-height: 1.8;
}

.l-section img { width: 100%;}

@media screen and (min-width: 768px) {
  .l-section img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* -------------------------------------
        l-bg
-----------------------------------------*/
.l-bgwrap {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .l-bgwrap {
    position: absolute;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-bgwrap {
    display: none;
  }
}

.l-bg {
  position: relative;
  background: #f2f3f0;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
.l-bg.fixed {
  position: fixed;
}

.l-bg_sideL,
.l-bg_sideR {
  display: flex; align-items: center; justify-content: center;
  width: calc((100% - (454px + 12px + 12px)) / 2);
  position: fixed; bottom: 0;
}

.l-bg_sideL {
  background-image: url(../images/mv_pc_left-top.png), url(../images/mv_pc_left-bottom.png);
  background-repeat: repeat-x, no-repeat;
  background-size: auto 148px, 100% auto;
  background-position: right -40px top -10px, center bottom;
}

.l-bg_sideR {
    left: calc(((100% - (454px + 12px + 12px)) / 2) + (454px + 12px + 12px));
    background-image: url(../images/mv_pc_right-top.png), url(../images/mv_pc_right-bottom.png);
    background-repeat: repeat-x, repeat-x;
    background-size: auto 148px, auto 148px;
    background-position: left -40px top -10px, left -40px bottom -10px;
  }

.l-bg_sideL .-_lp_name { display: none;}

@media (min-width: 1400px) {
  .l-bg_sideL,
  .l-bg_sideR {
    height: calc(100% - 70px);
  }
}

@media screen and (min-width: 1280px) {
  .l-bg {
    height: calc(100vh - 70px);
  }

  .l-bg_sideL .-_lp_name {
    display: block;
    width: 90%;
    max-width: 358px;
    transform: translateY(-51px);
  }
}

@media screen and (min-width: 1080px) and (max-width: 1279.98px) {
  .l-bg {
    height: calc(100vh - 60px);
  }

  .l-bg_sideL { width: 13%;}

  .l-bg_sideR {
    width: calc(100% - (454px + 12px + 12px) - 13%);
    left: calc(13% + (454px + 12px + 12px));
  }
}

@media screen and (min-width: 860px) and (max-width: 1079.98px) {
  .l-bg_sideL { width: 8%;}

  .l-bg_sideR {
    width: calc(100% - (454px + 12px + 12px) - 8%);
    left: calc(8% + (454px + 12px + 12px));
  }
}

@media screen and (max-width: 859.98px) {
  .l-bg_sideR .bl_menu { display: none;}
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  .l-bg_sideL,
  .l-bg_sideR {
    height: calc(100% - 60px);
  }
}

@media screen and (max-width: 767.98px) {
  .l-bg_sideL,
  .l-bg_sideR { display: none;}
}


/* -------------------------------------
        l-content
-----------------------------------------*/
@media screen and (max-width: 860px) {
  .l-content-wrap {
    position: relative;
    width: 100%;
    z-index: 10;
  }
}

.l-content {
  position: relative;
  width: 478px;
  background-color: #fff;
  margin: 0 auto;
  border-left: 12px solid #39532D;
  border-right: 12px solid #39532D;
  z-index: 90;
}
@media screen and (max-width: 1279.98px) {
  .l-content {
    margin-left: 13%;
  }
}
@media screen and (max-width: 1080.98px){
  .l-content {
    margin-left: 8%;
  }
}
@media screen and (max-width: 859.98px){
  .l-content {
    margin-left: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .l-content {
    width: 100%;
    border: none;
  }
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  position: relative;
  background-color: #fff;
  z-index: 10;
}
.l-footer .container {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}


/* -------------------------------------
        btn
-----------------------------------------*/
.btn-base {
  width: 100%;
  max-width: calc(342 / 430 * 100vw); max-width: calc(342 / 430 * 100cqw);
  height: 80px;
  padding: 0 calc(36 / 430 * 100vw) 0 calc(30 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  padding: 0 calc(36 / 430 * 100cqw) 0 calc(30 / 430 * 100cqw);
  display: flex;
  justify-content: center; align-items: center;
  gap: 2px;
  border-radius: 10px;
  background: #F4B42E;
  box-shadow: 2px 4px 0 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  transition: all 0.3s;
  font-family: "Zen Kaku Gothic New";
  font-size: calc(21 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  font-size: calc(21 / 430 * 100cqw);
  font-weight: 700;
  position: relative;
  text-align: center;
}

.btn-base:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  box-shadow: none;
  transform: scale(1.04, 1.04);
}

.btn-base::after {
  content: '';
  display: block;
  width: 6px; height: 10px;
  background: url(../images/ico_arrow_white.svg) no-repeat;
  background-size: cover;
  position: absolute; right: 5.4%; top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767.98px) {
  .btn-base {
    font-size: calc(21 / 430 * 100vw);
  }
}

/* 白 */
.btn-base.--white {
  background: #fff;
  color: #39532D;
  border: 2px solid #39532D;
}

.btn-base.--white::after {
  width: 6px; height: 10px;
  background: url(../images/ico_arrow_green.svg) no-repeat;
  background-size: cover;
  transform: translateY(-50%) rotate(0);
}

.btn-base.--white:hover {
  background: #EDB53E;
  color: #fff;
  border: none;
  opacity: 1;
}

.btn-base.--white:hover::after {
  background: url(../images/ico_arrow_white.svg) no-repeat;
}


/* ボタン上テキスト */
.btn_on-text {
  display: flex;
  flex-direction: column; align-items: center;
  color: #EB3A3A;
}

.btn_on-text span {
  display: flex;
  justify-content: center; align-items: center;
  font-weight: 900;
  gap: 15px;
  font-size: 18px;
}

.btn_on-text span::before,
.btn_on-text span::after {
  content: '';
  width: 3px; height: 1.8em;
  background: #EB3A3A;
}

.btn_on-text span::before { transform: translateX(1px) rotate(-25deg);}
.btn_on-text span::after { transform: translateX(-1px) rotate(25deg);}


/* -------------------------------------
        bl_menu
-----------------------------------------*/
.bl_menu {
  width: 90%; max-width: 380px;
  background: #39532D;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #d9d9d9;
  padding: 16px 16px 24px 16px;
  transform: translateY(-10px);
}

.bl_menu .-_ttl {
  font-family: "Zen Kaku Gothic New";
  font-weight: 900;
  font-size: 26px;
  color: #F4B42E;
  margin-bottom: 0;
}

.bl_menu li {
  position: relative;
  border-bottom: 1px dotted #d9d9d9;
  font-weight: bold;
}

.bl_menu li:last-child { border-bottom: none;}

.bl_menu li a {
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  color: inherit;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: 0.25s;
  padding: 12px 32px 12px 8px;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s;
}

.bl_menu li a::after {
  content: '';
  width: 24px; height: 24px;
  border-radius: 50%;
  background-color: #AD662B;
  background-image: url(../images/arrow_down_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 6px;
  position: absolute; top: 50%; right: 0;
  transform: translateY(-50%);
}

.bl_menu li a:hover { opacity: 0.8;}

.bl_menu .__img {
  height: 24px;
  width: auto;
  margin-bottom: 3px;
}

.bl_menu .__small { color: #B8B5B5;; font-size: 14px;}

.bl_menu .btn-base {
  background: #fff;
  color: #39532D;
  font-size: 21px;
  padding: 0 36px 0 30px;
}

.bl_menu .btn-base::after {
  background-image: url(../images/ico_arrow_green.svg);
}

.bl_menu .btn-base:hover {
  opacity: 1;
  background: #F4B42E;
  color: #fff;
}

.bl_menu .btn-base:hover::after {
  background-image: url(../images/ico_arrow_white.svg);
}

.bl_menu .-_on-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #F4B42E;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-top: 5px; margin-bottom: 10px;
}

.bl_menu .-_on-text::before,
.bl_menu .-_on-text::after {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  background-color: #F4B42E;
}

.bl_menu .-_on-text::before {
  transform: rotate(-25deg);
}

.bl_menu .-_on-text::after {
  transform: rotate(25deg);
}

.bl_menu .-_on-text p { margin-bottom: 0;}

.bl_menu .-_on-text span {
  display: block;
  font-size: 0.85em;
}

@media screen and (max-width: 767.98px) {
  .bl_menu li a {
    font-size: calc(18 / 420 * 100vw);
  }
}

/* メインコンテンツ内 */
.bl_mc-wrap {
  display: flex;
  justify-content: center; align-items: center;
  background: linear-gradient(180deg, #CF000E 0%, #EB3A3A 100%);
}

.bl_mc-wrap .bl_menu { transform: translateY(-32px);}


/* -------------------------------------
        cta_modelhouse
-----------------------------------------*/
.cta_modelhouse {
  background: #EB3A3A;
  display: flex;
  padding-top: 24px;
  flex-direction: column;
  align-items: center;
}

.cta_modelhouse .__contens {
  margin-top: 10px;
}


/* -------------------------------------
        c-cards
-----------------------------------------*/
.c-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 12px;
}

/* -------------------------------------
        c-card
-----------------------------------------*/
.c-card {
  font-size: 16px;
}
.c-card:not(:first-child) {
  margin-top: 40px;
}
.c-card figure {
  margin-bottom: 0;
}
.c-card__text {
  line-height: 1.4;
  margin-top: 10px;
}
.c-card__link {
  text-align: right;
  margin-top: 16px;
}
.c-card__link a {
  display: inline-block;
  font-size: 16px;
  text-align: right;
  text-decoration: underline;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.c-card__link a:hover {
  opacity: 0.7;
}
.c-card__link::after {
  content: "";
  position: relative;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/icon_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 2px;
}
@media screen and (max-width: 500px) {
  .c-card__link::after {
    width: 16px;
    height: 16px;
  }
}
.c-card p {
  margin-bottom: 0;
}


/* -------------------------------------
        p-autumn
-----------------------------------------*/
.p-autumn {
  font-family: "Notosans_subset", sans-serif;
  font-weight: 400;
  color: #333;
}
.p-autumn a {
  color: inherit;
}
.p-autumn img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}
.p-autumn .l-inner {
  max-width: 560px;
  padding: 0 12px;
  margin: 0 auto;
}
.p-autumn button {
  border: none;
}
.p-autumn button:focus {
  outline: none;
}

@media screen and (max-width: 959px) {
  .globalHeader .only_sp {
    display: block !important;
  }
}


/* -------------------------------------
        p-summary
-----------------------------------------*/
.p-summary h2 {
  width: calc(382 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  width: calc(382 / 430 * 100cqw);
  margin-right: auto; margin-left: auto;
}

.p-summary .-_text {
  width: calc(350 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  width: calc(350 / 430 * 100cqw);
  margin-right: auto; margin-left: auto;
  margin-top: calc(16 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  margin-top: calc(16 / 430 * 100cqw);
}


/* -------------------------------------
        p-achieve
-----------------------------------------*/
.p-achieve .-_contents {
  background: #39532D;
  padding-bottom: calc(48 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  padding-bottom: calc(48 / 430 * 100cqw);
}

.p-achieve p {
  margin-bottom: calc(48 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  margin-bottom: calc(48 / 430 * 100cqw);
}


/* -------------------------------------
        『キャンパーの住みか』 注目ポイント！
-----------------------------------------*/
.p-point {
  background: #F2F3F0;
  padding-top: calc(40 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  padding-top: calc(40 / 430 * 100cqw);
  padding-bottom: calc(48 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  padding-bottom: calc(48 / 430 * 100cqw);
  border-bottom: 4px solid #39532D;
}

.p-point .-_block {
  margin-bottom: calc(25 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  margin-bottom: calc(25 / 430 * 100cqw);
}

.p-point .-_block p {
  margin-top: calc(10 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  margin-top: calc(10 / 430 * 100cqw);
  width: calc(366 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  width: calc(366 / 430 * 100cqw);
  margin-right: auto; margin-left: auto;
}


/* -------------------------------------
        間取りプラン例(引用)
-----------------------------------------*/
.p-concept_plan_detail_contents___box {
	text-align: center;
  padding: 40px 0;
}
.p-concept_plan_detail_contents___box h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0.05em;
}
.p-concept_plan_detail_contents___box h2 span.subtitle {
	display: flex;
	justify-content:center;
	align-items: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	color: #888787;
	margin-bottom: 8px;
}
.p-concept_plan_detail_contents___box h2 span.subtitle img {
	margin-right: 11px;
}
.p-concept_plan_detail_contents___box h2 span.annotation {
	display: flex;
	justify-content:center;
	align-items: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	margin-top: 32px;
}
.p-concept_plan_detail_contents___box h2 span.annotation img {
	margin-right: 6px;
  width: 28px; height: auto;
}

.p-concept_plan_detail_gallery___inner {
	max-width: 928px;
	margin: 0 auto;
}

/* 引用元スマホ設定 */
.p-concept_plan_detail_contents___box h2 {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 27px;
}
.p-concept_plan_detail_contents___box h2 span.subtitle {
  font-size: 14px;
  line-height: 19px;
}
.p-concept_plan_detail_contents___box h2 span.subtitle img {
  margin-right: 8px;
}
.p-concept_plan_detail_contents___box h2 span.annotation {
  font-size: 10px;
  line-height: 12px;
  margin-top: 19px;
}
.p-concept_plan_detail_contents___box h2 span.annotation img {
  margin-right: 2px;
}
/* 引用元スマホ設定ここまで */

.p-concept_plan_detail_gallery___box {
	background: #F6F6F6;
}

.p-concept_plan_detail_paln___box {
	margin: 0 auto;
}

.p-concept_plan_detail_paln___box > h3 {
	padding: 8px 24px;
	font-weight: 700;
	font-size: 24px;
	line-height: 40px;
	background: #585858;
	color: #FFFFFF;
	margin-top: 68px;
	margin-bottom: 32px;
}

.p-concept_plan_detail_paln___box + .p-concept_plan_detail_paln___box {
	margin-top: 60px;
}

.p-concept_plan_detail_paln___inner {
	display: flex;
	align-items: center;
	margin-bottom: 32px;
}
.p-concept_plan_detail_paln___inner > * {
	width:calc((100% - 32px) / 2);
}
.p-concept_plan_detail_paln___inner > *:first-child {
	margin-right: 32px;
}
.p-concept_plan_detail_paln___tab {
	display: none;
}
.p-concept_plan_detail_paln___floor_area {
	position: relative;
	display: flex;
	justify-content: center;
}
.p-concept_plan_detail_paln___floor_area_detail {
	position: relative;

}
.p-concept_plan_detail_paln___floor .floor_pointer {
	position: absolute;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 2px solid #E6181C;
	border-radius: 50%;
	font-weight: 700;
	font-size: 16px;
	color: #E6181C;
	padding: 5px;
	box-sizing: border-box;
	cursor: pointer;
	background-color: #FFFFFF;
	transition: background-color 0.3s, color 0.3s;
}
.p-concept_plan_detail_paln___floor_area .floor_pointer:hover {
	background-color: #E6181C;
	color: #FFF;
	transform: scale(1.1);
	border: none;
}
.p-concept_plan_detail_paln___floor_area .floor_pointer.active {
	background-color: #E6181C;
	color: #FFF;
	border: none;
}

.p-concept_plan_detail_paln___explan > span {
	display: block;
	font-weight: 600;
	font-size: 32px;
	line-height: 44px;
	color: #888787;
	margin-bottom: 24px;
	text-align: left;
}

.p-concept_plan_detail_paln___explan_contents > ul {
  touch-action: pan-y; /* 縦スクロールのみ許可、横スワイプ精度向上 */
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.p-concept_plan_detail_paln___explan_contents .slick-dotted.slick-slider {
	margin-bottom: 24px;
}

.p-concept_plan_detail_paln___explan_contents li {
	margin-left: 24px;
}

.p-concept_plan_detail_paln___explan_contents li:first-child {
	margin-left: 0;
}

.p-concept_plan_detail_paln___explan_contents li.pic > img {
	width: 100%;
	height: auto;
	margin-bottom: 8px;
	border-radius: 20px;
}

.p-concept_plan_detail_paln___explan_contents li.pic > .circle {
	height: auto;
	margin-bottom: 8px;
	text-align: left;
	display: inline-block;
	position: relative;
	font-weight: 700;
	font-size: 16px;
	color: #444444;
	padding-left: 48px;
}

.p-concept_plan_detail_paln___explan_contents li.pic > .circle::before {
	content: attr(data-number);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border: 1.2px solid #444444;
	border-radius: 50%;
	font-size: 14px;
	color: #444444;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 700;
}

.p-concept_plan_detail_paln___explan_contents____outer .slick-dots {
	position: static;
}
.p-concept_plan_detail_paln___explan_contents____outer .slick-dots li {
	width: 14px;
	height: 14px;
	margin: 0 8px 0 0;
}
.p-concept_plan_detail_paln___explan_contents____outer .slick-dots li:last-child {
	margin: 0 0 0 0;
}
.p-concept_plan_detail_paln___explan_contents____outer .slick-dots li button {
	width: 14px;
	height: 14px;
	margin: 0;
	background-color: #D9D9D9;
	border-radius: 50%;
	cursor: pointer;
	color: transparent;
}
.p-concept_plan_detail_paln___explan_contents____outer .slick-dots li.slick-active button {
	background-color: #000;
}

.p-concept_plan_detail_paln___explan_contents____outer .slick-dots li button::before {
	content: "";
}

/* 引用元スマホ設定 */
.p-concept_plan_detail_paln___box + .p-concept_plan_detail_paln___box {
  margin-top: 40px;
}

.p-concept_plan_detail_paln___box > h3 {
  font-size: 14px;
  line-height: 17px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.p-concept_plan_detail_paln___inner {
  display: flex;
  flex-direction: column;
}
.p-concept_plan_detail_paln___inner > *:first-child {
  margin-right: 0;
}
.p-concept_plan_detail_paln___inner > * {
  width: 100%;
}
.p-concept_plan_detail_paln___inner:not(.active) {
  display: none;
}

.p-concept_plan_detail_paln___floor {
  padding: 0 62.5px;
  margin-bottom: 8px;
}
.p-concept_plan_detail_paln___floor .floor_pointer {
  width: 30px;
  height: 30px;
  font-size: 14px;
}
.p-concept_plan_detail_paln___explan > span {
  display:none;
}
.p-concept_plan_detail_paln___tab {
  display: block;
}
.p-concept_plan_detail_paln___tab > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.p-concept_plan_detail_paln___tab > ul > li {
  flex: 1;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #C9C9CA;
  padding-bottom: 8px;
  cursor: pointer;
}
.p-concept_plan_detail_paln___tab > ul > li.active {
  color: #E6181C;
  border-bottom: 2px solid #E6181C;
}
.p-concept_plan_detail_paln___explan_contents {
  padding: 0 31px;
}
.p-concept_plan_detail_paln___explan_contents .slick-dotted.slick-slider {
  margin-bottom: 16px;
}
.p-concept_plan_detail_paln___explan_contents li {
  margin-left: 0;
}
.p-concept_plan_detail_paln___explan_contents li.pic > span.circle {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
.p-concept_plan_detail_paln___explan_contents li.pic > span.circle::before {
  /* left: -40px; */
}
.p-concept_plan_detail_paln___explan_contents____outer .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 8px 0 0;
}
.p-concept_plan_detail_paln___explan_contents____outer .slick-dots li:last-child {
  margin: 0 0 0 0;
}
.p-concept_plan_detail_paln___explan_contents____outer .slick-dots li button {
  width: 10px;
  height: 10px;
}
/* 引用元スマホ設定ここまで */

.p-concept_plan_detail_paln___floor_area_detail > .floor_pointer_01_01 {
  bottom: calc((164 / 617) * 100%);
  left: calc((100 / 544) * 100%);
}
.p-concept_plan_detail_paln___floor_area_detail > .floor_pointer_01_02 {
  bottom: calc((242 / 617) * 100%);
  left: calc((249 / 544) * 100%);
}
.p-concept_plan_detail_paln___floor_area_detail > .floor_pointer_01_03 {
  top: calc((255 / 617) * 100%);
  right: calc((98 / 544) * 100%);
}
.p-concept_plan_detail_paln___floor_area_detail > .floor_pointer_01_04 {
  top: calc((102 / 617) * 100%);
  right: calc((61 / 544) * 100%);
}
.p-concept_plan_detail_paln___floor_area_detail > .floor_pointer_01_05 {
  bottom: calc((148 / 617) * 100%);
  right: calc((107 / 544) * 100%);
}
.p-concept_plan_detail_paln___floor_area_detail > .floor_pointer_02_06 {
  top: calc((159 / 617) * 100%);
  left: calc((166 / 544) * 100%);
}
.p-concept_plan_detail_paln___floor_area_detail > .floor_pointer_03_07 {
  bottom: calc((237 / 617) * 100%);
  left: calc((182 / 544) * 100%);
}


.p-plan .__note {
  text-align: center;
  font-size: calc(12 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  font-size: calc(12 / 430 * 100cqw);
}



/* -------------------------------------
        キャンペーン参加の流れ
-----------------------------------------*/
.p-step {
  border-top: 4px solid #39532D;
  padding-top: calc(40 / 430 * 100vw); padding-bottom: calc(48 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  padding-top: calc(40 / 430 * 100cqw); padding-bottom: calc(48 / 430 * 100cqw);
}

.p-step h2 {
  margin-bottom: calc(40 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  margin-bottom: calc(40 / 430 * 100cqw);
}

.p-step .-_block {
  margin-top: calc(55 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  margin-top: calc(55 / 430 * 100cqw);
}

.p-step .-_block h3 {
  width: calc(352 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  width: calc(352 / 430 * 100cqw);
  margin-right: auto; margin-left: auto;
}

.p-step .-_block .__summary {
  width: calc(350 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  width: calc(350 / 430 * 100cqw);
  margin-right: auto; margin-left: auto;
  font-size: calc(18 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  font-size: calc(18 / 430 * 100cqw);
  line-height: 1.4;
  font-weight: 700;
}

.p-step .-_block ul {
  width: calc(350 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  width: calc(350 / 430 * 100cqw);
  margin-right: auto; margin-left: auto;
  margin-bottom: calc(24 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  margin-bottom: calc(24 / 430 * 100cqw);
}

.p-step .-_block li {
  position: relative;
  padding-bottom: calc(16 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  padding-bottom: calc(16 / 430 * 100cqw);
  padding-top: calc(16 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  padding-top: calc(16 / 430 * 100cqw);
  padding-left: calc(42 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  padding-left: calc(42 / 430 * 100cqw);
  border-bottom: 2px dotted #C7C7C7;
  font-size: calc(18 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  font-size: calc(18 / 430 * 100cqw);
  line-height: 1.4;
  font-weight: 700;
}

.p-step .-_block li::before {
  content: '';
  width: calc(32 / 430 * 100vw);  height: calc(32 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  width: calc(32 / 430 * 100cqw); height: calc(32 / 430 * 100cqw);
  position: absolute; top: 50%; left: 0;
  transform: translateY(-50%);
  background: url(../images/ico_check.svg) no-repeat;
  background-size: cover;
}

.p-step .-_block .__note {
  width: calc(366 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  width: calc(366 / 430 * 100cqw);
  margin-right: auto; margin-left: auto;
  margin-top: calc(8 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  margin-top: calc(8 / 430 * 100cqw);
  font-size: calc(14 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  font-size: calc(14 / 430 * 100cqw);
}

.p-step .-_block .-__btn {
  width: calc(342 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  width: calc(342 / 430 * 100cqw);
  margin: calc(24 / 430 * 100vw) auto calc(40 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  margin: calc(24 / 430 * 100cqw) auto calc(40 / 430 * 100cqw);
}

.p-step .-_block .__step02_img {
  width: calc(246 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  width: calc(246 / 430 * 100cqw);
  margin-right: auto; margin-left: auto;
}

.p-step .-_block .-__insta {
  display: flex;
  padding-top: calc(24 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  padding-top: calc(24 / 430 * 100cqw);
  flex-direction: column;
  align-items: center;
  gap: calc(8 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  gap: calc(8 / 430 * 100cqw);
}

.p-step .-_block .__on-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: 900;
  line-height: 1.2;
  color: #39532D;
  text-align: center;
}

.p-step .-_block .__on-text::before {
  content: "";
  transform: rotate(-25deg);
  width: 3px;
  height: 40px;
  background-color: #39532D;
}

.p-step .-_block .__on-text::after {
  content: "";
  transform: rotate(25deg);
  width: 3px;
  height: 40px;
  background-color: #39532D;
}

.p-step .-_block .-__insta .__on-text p { margin-bottom: 0;}

.p-step .-_block .-__insta .__link {
  color: #F4B42E;
  font-weight: 700;
}


/* -------------------------------------
        みんなの気になる！にお答えします
-----------------------------------------*/
.p-faq {
  background: #F2F3F0;
  padding-top: calc(40 / 430 * 100vw); padding-bottom: calc(8 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  padding-top: calc(40 / 430 * 100cqw); padding-bottom: calc(8 / 430 * 100cqw);
}

.p-faq h2 {
  width: calc(366 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  width: calc(366 / 430 * 100cqw);
  margin-right: auto; margin-left: auto;
  margin-bottom: 8px;
}

.p-faq .-_block {
  margin-bottom: calc(64 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  margin-bottom: calc(64 / 430 * 100cqw);
}

.p-faq .-_block .__text {
  width: calc(366 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  width: calc(366 / 430 * 100cqw);
  margin-right: auto; margin-left: auto;
}

.p-faq .-_block .__text p {
  margin-bottom: calc(16 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  margin-bottom: calc(16 / 430 * 100cqw);
  font-weight: 500;
}

.p-faq .-_block .-__btn {
  display: flex;
  justify-content: center; align-items: center;
  margin-top: calc(40 / 430 * 100vw); /* cqw未サポートiPhone15以前対策 */
  margin-top: calc(40 / 430 * 100cqw);
}


/* -------------------------------------
        お問い合わせください
-----------------------------------------*/
.p-contact {
  background: #F2F3F0;
}

/* -------------------------------------
        スライダー
-----------------------------------------*/
@media (min-width: 1024px) {
  .swiper-custom .swiper-slide {
    width: 200px;
  }

  .swiper-custom .card .card-info {
    text-align: left;
    padding: 10px;
    line-height: 1;
  }

  .swiper-custom .card .card-info .card-text {
    font-size: 12px;
  }

  .swiper-custom .card .card-info .card-title {
    font-size: 14px;
  }

  .swiper-button-next,
  .swiper-button-prev{
    width: 18px; height: 30px;
    background-size: 18px 30px;
  }

  .swiper-custom .swiper-button-next { right: 10px;}
  .swiper-custom .swiper-button-prev { left: 10px;}
}



/* -------------------------------------
        footer デフォルト設定変更
-----------------------------------------*/
@media screen and (max-width: 767.98px) {
  .footer_logo { padding-bottom: 105px;}
}


/* -------------------------------------
        PC/SP非表示
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .pc_non { display: none;}
}
@media screen and (max-width: 767.98px) {
  .sp_non { display: none;}
}


/* -------------------------------------
        パーツ
-----------------------------------------*/
.fw_500 { font-weight: 500;}