@charset "utf-8";

/*===========================================================
下層ヘッダー
===========================================================*/

.header-logo-link01 {
	display: none;
}

.header-logo-link02 {
	display: block;
}

/*===========================================================
下層カバー
===========================================================*/

.in-cover {
	max-width: 192rem;
	width: 100%;
	height: 43rem;
	margin: 0 auto;
	position: relative;
}

.in-cover-bg::before {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0%), rgba(0, 0, 0, 60%));
}

.in-cover-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.in-cover-bg > img {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}

.in-cover-box {
    position: absolute;
    left: 15rem;
    bottom: 4rem;
    z-index: 1;
}

.in-cover-title {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--white);
    position: relative;
}

.in-cover-title::before {
    content: "";
    display: block;
    width: 4rem;
    height: 0.2rem;
    position: absolute;
    bottom: -1.3rem;
    left: 0;
    margin: auto;
    background: var(--orange);
}


/*===========================================================
inner
===========================================================*/

.in-wrapper {
	max-width: 192rem;
	width: 100%;
	margin: 0 auto;
	padding: 13rem 0;
}

/* ==========================================
下層共通
========================================== */

/*-------------------------------------------
ファースト
-------------------------------------------*/

.common-first-wrapper {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
	padding: 13rem 0;
}

.commmon-first-container {
    max-width: 142rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.commmon-first-left {
    max-width: 68rem;
    width: 48%;
}

.commmon-first-main-title {
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.commmon-first-sub-title {
    margin: 1.5rem 0 0 0;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--orange);
}

.commmon-first-area {
    margin: 5rem 0 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.4rem 2rem;
}

.commmon-first-block {
    padding: 3.5rem 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--light-orange02);
    border-radius: 0.5rem;
    position: relative;
}

.commmon-first-deco01 {
    font-size: 7.1rem;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--orange);
    position: absolute;
    top: -5rem;
    left: 1rem;
}

.commmon-first-text01 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.75em;
}

.commmon-first-text-box01 {
    margin: 4rem 0 0 0;
}

.commmon-first-text02 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.commmon-first-text02 span {
    font-size: 3rem;
    font-weight: 700;
    color: var(--orange);
}

.commmon-first-text-box01 {
    margin: 4rem 0 0 0;
}

.commmon-first-text02 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.commmon-first-text02 span {
    font-size: 3rem;
    font-weight: 700;
    color: var(--orange);
}

.commmon-first-right {
    max-width: 66rem;
    width: 46.5%;
}

.commmon-first-img-box01 {
    max-width: 61rem;
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
}

.commmon-first-img-box02 {
    max-width: 28rem;
    width: 100%;
    margin: -5rem 0 0 auto;
    border-radius: 0.5rem;
    overflow: hidden;
}

/*-------------------------------------------
セカンド
-------------------------------------------*/

.common-second-wrapper {
	max-width: 192rem;
	width: 100%;
	margin: 21rem auto 0;
	padding: 5rem 0 15rem;
	background: var(--light-orange01);
}

.common-second-main-title-box {
    max-width: 92rem;
    width: 100%;
    margin: -10rem auto 0 0;
    padding: 1.4rem 7.3rem 1.4rem 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background: var(--orange);
}

.common-secound-main-title01 {
    font-size: 3.5rem;
    font-weight: 700;
    font-family: var(--font-family03);
    letter-spacing: 0.05em;
    color: var(--white);
}

.common-secound-main-title01 span {
    font-size: 5rem;
}

.common-secound-main-title02 {
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--white);
}

.common-secound-main-title02 span {
    font-size: 5rem;
}

.common-secound-container {
    max-width: 162rem;
    width: 100%;
    margin: 15rem auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem;
}

.common-second-title {
	font-size: 3rem;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: var(--orange);
}

.common-secound-block {
    width: 100%;
    padding: 3rem 3rem 4rem;
    border-radius: 0.5rem;
    overflow: hidden;
    background: var(--white);
    position: relative;
}

.common-secound-block:first-child {
	margin: -5.7rem 0 5.7rem;
}

.common-secound-block:last-child {
	margin: 5.7rem 0 -5.7rem;
}

.common-secound-point-box {
    max-width: 10rem;
    width: 100%;
    padding: 1.3rem 2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--orange);
    border-radius: 0 0 0.5rem;
    position: absolute;
    top: 0;
    left: 0;
}

.common-secound-point-text01 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--white);
    font-family: var(--font-family02);
}

.common-secound-point-text02 {
    font-size: 5.5rem;
    font-weight: 600;
    font-family: var(--font-family02);
    letter-spacing: 0.05em;
    color: var(
    --white);
    margin: -3rem 0 -2rem;
}

.common-secound-img-box {
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
}

.common-secound-title-box {
    margin: 3rem 0 0 0;
	text-align: center;
}

.common-secound-text-box {
    margin: 3rem 0 0 0;
}

/*-------------------------------------------
サード
-------------------------------------------*/

.common-third-wrapper {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 13rem 0;
}

.common-third-container {
    max-width: 144.2rem;
    width: 100%;
    margin: 0 auto;
}

.common-third-main-title-box {
    text-align: center;
}

.common-third-main-title {
    padding-bottom: 1.5rem;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    position: relative;
}

.common-third-main-title::before {
    content: "";
    display: block;
    width: 4rem;
    height: 0.2rem;
    background: var(--orange);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.common-third-area {
    margin: 6rem 0 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem 1.8rem;
}

.common-third-block {
    position: relative;
}

.common-third-block::after {
    content: "";
    display: block;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    height: 4.7rem;
    width: 2.2rem;
    aspect-ratio: 1;
    background-color: var(--orange);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.common-third-block:last-child::after {
    display: none;
}

.common-third-item {
    max-width: 32.6rem;
    width: 100%;
    padding: 3rem;
    border: 0.1rem solid var(--orange);
    border-radius: 0.5rem;
	display: grid;
    grid-template-rows: auto auto 1fr;
}

.common-third-text-box01 {
    text-align: center;
}

.common-third-text01 {
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    font-family: var(--font-family02);
    color: var(--orange);
    text-decoration: underline;
    text-underline-offset: 0.4rem;
}

.common-third-text02 {
    margin: 1rem 0 0;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--orange);
}

.common-third-img-area {
	margin: 2.5rem auto 0;
	max-width: 18.6rem;
	width: 100%;
	position: relative;
}

.common-third-text-box02 {
    margin: 4rem 0 0 0;
}

.common-third-text-deco::after {
	content: "";
    display: block;
    width: 100%;
    height: 0.2rem;
    margin: 1.5rem 0;
    background-image: linear-gradient(to right, #707070 2px, transparent 2px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.common-third-text-item01 {
	display: flex;
	position: relative;
}
/*-------------------------------------------
フォース
-------------------------------------------*/

.common-forth-wrapper {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 13rem 0;
}

.common-forth-container {
    max-width: 142rem;
    width: 100%;
    margin: 0 auto;
}


.common-forth-main-title-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.common-forth-main-title-box-red::before,
.common-forth-main-title-box-red::after {
	content: "";
	height: 0.3rem;
	width: 4.4rem;
	background-color: var(--red);
}

.common-forth-main-title-box-orange::before,
.common-forth-main-title-box-orange::after {
	content: "";
	height: 0.3rem;
	width: 4.4rem;
	background-color: var(--orange);
}

.common-forth-main-title-box::before {
	margin-right: 10px;
	/* 文字との余白 */
	transform: rotate(60deg);
	/* 傾ける */
}

.common-forth-main-title-box::after {
	margin-left: 10px;
	/* 文字との余白 */
	transform: rotate(-60deg);
	/* 傾ける */
}

.common-forth-main-title {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.common-forth-main-title br {
	display: none;
}

.common-forth-area {
    margin: 4rem 0 0 0;
}

.common-forth-link-area {
	display: flex;
	justify-content: center;
}

/*-------------------------------------------
物件情報(ページネーション)
-------------------------------------------*/

.swiper-button-prev,
.swiper-button-next {
	background: var(--white);
	padding: 4%;
	top: 45%;
	border-radius: 50%;
}

.thumbnail-slider .swiper-button-prev,
.thumbnail-slider .swiper-button-next {
	background: var(--white);
	padding: 3%;
    top: 33%;
    border-radius: 50%;
}

/*-------------------------------------------
物件情報(アコーディオン)
-------------------------------------------*/

.header-nav-area {
	position: relative;
}

.header-nav-accordion {
    max-width: 110px;
    width: 16%;
}

.header-nav-accordion .accordionBtn {
	display: flex;
}

.header-nav-accordion .accordionContent {
    margin: 10px 0 0;
    display: none;
    padding: 28px 32px;
    max-width: 263px;
    width: 100%;
    border: 1px solid #7C2A15;
    position: absolute;
    background: rgba(255, 255, 255, 95%);
    top: 36px;
    left: 20%;
    z-index: 1;
}

.header-nav-accordion .accordionIcon {
	margin: -4% 0 0 3%;
	position: relative;
	width: 100%;
	height: 12px;
	max-width: 12px;
}

.header-nav-accordion .accordionIconItem01 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background-color: #895238;
	top: 50%;
	transform: rotate(0deg);
}

.header-nav-accordion .accordionIconItem02 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background-color: #895238;
	top: 50%;
	transform: rotate(90deg);
	transition: .5s;
}

.header-nav-accordion .accordionIcon.active > .accordionIconItem01 {
	display: none;
}

.header-nav-accordion .accordionIcon.active > .accordionIconItem02 {
	top: 50%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

/*-------------------------------------------
物件情報(スライダー)
-------------------------------------------*/

.common-land-slider-area .swiper-slide {
	border-radius: 0.5rem;
	overflow: hidden;
}

/* .common-land-slider-text {
    max-width: 18.5rem;
    width: 100%;
    padding: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--white);
    background: var(
    --black);
    border-radius: 0.5rem 0 0.5rem 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
	pointer-events: none;
} */

.common-land-slider-text {
    max-width: 18.5rem;
    width: 100%;
    padding: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--white);
    background: var(
    --black);
    border-radius: 0 0 0 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
	pointer-events: none;
}

.common-land-slider-area .main-slider {
    position: relative;
	transition: all .3s;
}

.common-land-slider-area .main-slider:hover {
    opacity: 0.7;
}

.common-land-slider-text::before {
    content: "";
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    margin: 2% 3% 0 0;
    background: url(../../../../uploads/expansion_white.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

/* .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: auto;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: calc(100% - 300px);
} */

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}

.main-slider figure {
    width: 100%;
    height: 0;
    padding-top: 73.68%;
    position: relative;
}

.main-slider figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
	object-fit: contain;
}


.thumbnail-slider figure {
    width: 100%;
    height: 0;
    padding-top: 73.68%;
    position: relative;
}

.thumbnail-slider figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    object-fit: contain;
}

/*-------------------------------------------
物件情報(テーブル・ボーダー)
-------------------------------------------*/

/* .common-land-block02-table-area table tr:first-of-type td:first-of-type {
    border-start-start-radius: 0.5rem;
}

.common-land-block02-table-area table tr:first-of-type td:last-of-type {
    border-start-end-radius: 0.5rem;
}

.common-land-block02-table-area table tr:last-of-type td:first-of-type {
    border-end-start-radius: 0.5rem;
}

.common-land-block02-table-area table tr:last-of-type td:last-of-type {
    border-end-end-radius: 0.5rem;
}

.common-land-block03-table-area table tr:first-of-type td:first-of-type {
    border-start-start-radius: 0.5rem;
}

.common-land-block03-table-area table tr:first-of-type td:last-of-type {
    border-start-end-radius: 0.5rem;
}

.common-land-block03-table-area table tr:last-of-type td:first-of-type {
    border-end-start-radius: 0.5rem;
}

.common-land-block03-table-area table tr:last-of-type td:last-of-type {
    border-end-end-radius: 0.5rem;
} */

/*-------------------------------------------
物件情報
-------------------------------------------*/

.common-land-block01-table-area td {
	border: 0 !important;
}

.common-land-block02-table-area {
	border: 0.1rem solid var(--gray) !important;
	border-radius: 0.5rem;
}

.common-land-block02-table-area td {
	border-top: unset !important;
	border-left: unset !important;
	border-right: unset !important;
	border-bottom: 0.1rem solid var(--gray) !important;
}

.common-land-block02-table-area td:first-child {
	border-right: 0.1rem solid var(--gray) !important;
}

.common-land-block02-table-area tr:last-child td {
	border-bottom: unset !important;
}

/* .common-land-block02-table-area td {
	border-color: var(--gray) !important;
} */

.common-land-block03-table-area {
	border: 0.1rem solid var(--gray) !important;
	border-radius: 0.5rem;
}

.common-land-block03-table-area td {
	border-top: unset !important;
	border-left: unset !important;
	border-right: unset !important;
	border-bottom: 0.1rem solid var(--gray) !important;
}

.common-land-block03-table-area td:first-child {
	border-right: 0.1rem solid var(--gray) !important;
}

.common-land-block03-table-area tr:last-child td {
	border-bottom: unset !important;
}

/* .common-land-block03-table-area td {
	border-color: var(--gray) !important;
} */

.common-land-wrapper {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 13rem 0;
}

.common-land-container {
    max-width: 162rem;
    width: 100%;
    margin: 0 auto;
}

.common-land-container .title03 {
    text-align: center;
}

.common-land-area {
    margin: 13rem 0 0 0;
}

.common-land-area:first-child {
    margin: 9rem 0 0 0;
}

.common-land-block01 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.common-land-block01-left {
    max-width: 76rem;
    width: 47%;
}

.common-land-block01-right {
    max-width: 76rem;
    width: 48%;
}

.common-land-cate {
    width: max-content;
    padding: 1rem 2rem;
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    border-radius: 0.5rem;
}

.common-land-name {
	margin: 1rem 0 0;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-bottom: 1.5rem;
}

.common-land-name-orange {
    border-bottom: 2px solid var(--orange);
}

.common-land-name-red {
    border-bottom: 2px solid var(--red);
}

.common-land-conditions-box {
    width: 100%;
    margin: 3rem 0 0 0;
    padding: 2.5rem 1.5rem;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    border-radius: 0.5rem;
}

.common-land-block01-table-area {
    width: 100%;
    margin: 3rem 0 0 0;
}

.common-land-block01-table-area tr:first-child {
	margin: 0;
}

.common-land-block01-table-area tr {
	margin: 1rem 0 0 0;
	display: flex;
}

.common-land-block01-table-area td {
	width: 75%;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}

.common-land-block01-table-area td:first-child {
    width: 25%;
    font-weight: 700;
    background: var(--light-gray);
    border-radius: 0.5rem;
    text-align: center;
}

.common-land-block02-flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.common-land-block02-left {
	margin: 0 2rem 0 0;
}

.common-land-block02-table-area {
    width: 100%;
}

.common-land-block02-table-area table {
	max-width: 79rem;
}

.common-land-block02-table-area tr {
	display: flex;
}

.common-land-block02-table-area td {
	padding: 2rem 2rem;
	width: 75%;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}

.common-land-block02-table-area td:first-child {
    width: 25%;
    font-weight: 700;
    background: var(--light-gray);
    text-align: center;
}

.common-land-block03 {
	margin: 3rem 0 0 0;
}

.common-land-block03-table-area tr {
	display: flex;
}

.common-land-block03-table-area td {
	padding: 3rem 2rem !important;
	width: 87.8%;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}

.common-land-block03-table-area td:first-child {
    width: 12.2%;
	display: flex;
	align-items: center;
	justify-content: center;
    font-weight: 700;
    background: var(--light-gray);
    text-align: center;
}

/*-------------------------------------------
Instagram feed ボタン
-------------------------------------------*/

.common-forth-area #sbi_load  {
    max-width: 50rem;
    margin: 4rem auto 0;
    float: unset !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.common-forth-area .sbi_load_btn  {
	margin: 0 !important;
    max-width: 21rem;
    width: 100%;
    padding: 1.6rem  1.5rem 1.8rem !important;
    border-radius: 3.5rem !important;
    font-size: 1.8rem !important;
    font-weight: 700;
    letter-spacing: 0.05rem;
}

.common-forth-area .sbi_follow_btn svg {
    display: none !important;
}

.common-forth-area .sbi_follow_btn {
    max-width: 21rem;
    width: 100%;
    /* margin: 0 !important; */
}

.common-forth-area .sbi_follow_btn a {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    font-size: 1.8rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.05em;
    color: var(--base-font-color) !important;
    background: #FFF !important;
    box-shadow: inset 0 0 0 0 #FFF !important;
}

.common-forth-area .sbi_follow_btn a::before {
	content: "";
	display: inline-block;
	width: 4rem;
	height: 4rem;
	background: url(../../../../uploads/instagram.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: all .3s;
}

.common-forth-area .sbi_follow_btn a:hover {
	opacity: 0.7;
}

.common-forth-area .sbi_follow_btn a:hover::before {
	transform: scale(1.2, 1.2);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1920px) {

	html {
		/* 10px */
		font-size: 0.52083vw;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {

	html {
		/* 10px */
		font-size: 0.64516vw;
	}

	/* ==========================================
	下層共通
	========================================== */
	
	.common-second-title {
		font-size: 2.8rem;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

	html {
		/* 10px */
		font-size: 0.97656vw;
	}

	.in-wrapper {
		padding: 8rem 0;
	}

	/* .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
		left: 45%;
	} */

	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
		left: 50%;
	}

	/*===========================================================
	下層カバー
	===========================================================*/

	.in-cover {
		height: 40rem;
	}

	.in-cover-box {
		left: 8rem;
		bottom: 4rem;
	}

	.in-cover-title {
		font-size: 4.4rem;
	}

	/* ==========================================
	下層共通
	========================================== */

	/*-------------------------------------------
	ファースト
	-------------------------------------------*/

	.common-first-wrapper {
		padding: 8rem 0;
	}

	.commmon-first-main-title {
		font-size: 3rem;
	}

	.commmon-first-sub-title {
		font-size: 2rem;
	}

	.commmon-first-text01 {
	    font-size: 1.2rem;
	}

	.commmon-first-text02 {
		font-size: 1.5rem;
	}

	.commmon-first-text02 span {
		font-size: 2.2rem;
	}

	.common-secound-point-box {
		max-width: 8rem;
		width: 100%;
		padding: 0.8rem 1rem 0.5rem;
	}

	.common-secound-point-text01 {
		font-size: 1.6rem;
	}

	.common-secound-point-text02 {
		font-size: 4rem;
		margin: -2.5rem 0 -1.5rem;
	}

	/*-------------------------------------------
	セカンド
	-------------------------------------------*/

	.common-second-wrapper {
		margin: 16rem auto 0;
	}
	
	.common-secound-container {
		gap: 3rem;
	}
	
	.common-second-title {
		font-size: 1.8rem;
	}

	/*-------------------------------------------
	サード
	-------------------------------------------*/

	.common-third-area {
		grid-template-columns: repeat(2, 1fr);
	}

	.common-third-item {
		max-width: 46.6rem;
	}

	/*-------------------------------------------
	フォース
	-------------------------------------------*/

	.common-forth-wrapper {
		padding: 8rem 0;
	}

	.common-forth-main-title {
		font-size: 2rem;
	}

	/*-------------------------------------------
	物件情報(ページネーション)
	-------------------------------------------*/

	.swiper-button-prev,
	.swiper-button-next {
		background: var(--white);
		padding: 4%;
		top: 45%;
		border-radius: 50%;
	}

	.thumbnail-slider .swiper-button-prev,
	.thumbnail-slider .swiper-button-next {
		background: var(--white);
		padding: 3%;
		top: 43%;
		border-radius: 50%;
	}

	.thumbnail-slider .swiper-button-prev::after,
	.thumbnail-slider .swiper-button-next::after {
		font-size: 1.2rem;
	}

	/*-------------------------------------------
	物件情報
	-------------------------------------------*/

	.common-land-wrapper {
		padding: 8rem 0;
	}

	.common-land-area {
		margin: 8rem 0 0 0;
	}

	.common-land-area:first-child {
		margin: 6rem 0 0 0;
	}

	.common-land-cate {
		font-size: 1.4rem;
	}

	.common-land-name {
		font-size: 2.5rem;
		padding-bottom: 1rem;
	}

	.common-land-conditions-box{
		font-size: 1.8rem;
	}

	.common-land-block01-table-area td {
		font-size: 1.4rem;
	}

	.common-land-block02-table-area td {
		font-size: 1.4rem;
	}

	.common-land-block03-table-area td {
		font-size: 1.4rem;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

	html {
		/* 10px */
		font-size: 1.30208vw;
	}

	.in-wrapper {
		padding: 6rem 0;
	}

	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
		left: 50%;
		display: none;
	}

	/*===========================================================
	下層カバー
	===========================================================*/

	.in-cover {
		height: 30rem;
	}

	.in-cover-box {
		left: 4rem;
		bottom: 4rem;
	}

	.in-cover-title {
		font-size: 2.4rem;
	}

	/* ==========================================
	下層共通
	========================================== */

	/*-------------------------------------------
	ファースト
	-------------------------------------------*/

	.common-first-wrapper {
		padding: 6rem 0;
	}

	.commmon-first-container {
		justify-content: center;
		flex-direction: column-reverse;
	}

	.commmon-first-left {
		margin: 4rem 0 0 0;
		max-width: 100%;
		width: 100%;
	}

	.commmon-first-right {
    	max-width: 100%;
		width: 100%;
	}

	.commmon-first-sub-title {
		margin: 1rem 0 0 0;
	}

	.commmon-first-area {
		margin: 4rem 0 0 0;
	}

	/*-------------------------------------------
	セカンド
	-------------------------------------------*/

	.common-second-wrapper {
		margin: 12rem auto 0;
		padding: 5rem 0 8rem;
	}

	.common-second-main-title-box {
		max-width: 50rem;
		margin: -8.5rem auto 0 0;
		padding: 1.4rem 2rem 1.4rem 1rem;
	}

	.common-secound-main-title01 {
    	font-size: 1.8rem;
	}

	.common-secound-main-title01 span {
		font-size: 2.5rem;
	}

	.common-secound-main-title02 {
    	font-size: 1.8rem;
	}

	.common-secound-main-title02 span {
		font-size: 2.5rem;
	}

	.common-secound-container {
		margin: 6rem auto 0;
		grid-template-columns: repeat(1, 1fr);
		gap: 4rem;
	}

	.common-secound-block:first-child {
		margin: 0;
	}

	.common-secound-block:last-child {
		margin: 0;
	}

	.common-second-title {
		font-size: 2rem;
	}

	/*-------------------------------------------
	サード
	-------------------------------------------*/

	.common-third-main-title {
		font-size: 3rem;
	}

	.common-third-area {
		grid-template-columns: repeat(1, 1fr);
	}

	.common-third-block::after {
		clip-path: polygon(50% 100%, 0% 50%, 100% 50%);
		height: 5.2rem;
		width: 4.7rem;
		top: auto;
		bottom: -2.5rem;
		right: 0;
		left: 0;
		margin: auto;
	}

	.common-third-item {
		max-width: 100%;
	}

	/*-------------------------------------------
	フォース
	-------------------------------------------*/

	.common-forth-wrapper {
		padding: 6rem 0;
	}

	.common-forth-main-title {
		font-size: 1.8rem;
	}

	/*-------------------------------------------
	物件情報
	-------------------------------------------*/

	.common-land-wrapper {
		padding: 6rem 0;
	}

	.common-land-slider-text {
		max-width: 14.5rem;
		font-size: 1.2rem;
	}

	.common-land-block02-table-area td:first-child {
		border-right: unset !important;
	}

	.common-land-block02-table-area tr:last-child td:first-child {
		border-bottom: 0.1rem solid var(--gray) !important;
	}

	.common-land-block03-table-area td:first-child {
		border-right: unset !important;
	}

	.common-land-block03-table-area tr:last-child td:first-child {
		border-bottom: 0.1rem solid var(--gray) !important;
	}

	.common-land-area {
		margin: 6rem 0 0 0;
	}

	.common-land-block01 {
		margin: 4rem 0 0;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.common-land-block01-left {
		margin: 4rem 0 0;
		max-width: 100%;
		width: 100%;
	}

	.common-land-block01-right {
		margin: 0;
		max-width: 100%;
		width: 100%;
	}

	.common-land-block01-table-area tr {
		flex-direction: column;
	}

	.common-land-block01-table-area td {
		width: 100%;
	}

	.common-land-block01-table-area td:first-child {
		width: 100%;
	}

	.common-land-block02-left {
		margin: 0;
	}

	.common-land-block02-right {
		margin: 2rem 0 0;
	}

	.common-land-block02-flex {
		flex-direction: column;
	}

	.common-land-block02-table-area tr {
		flex-direction: column;
	}

	.common-land-block02-table-area td {
		width: 100%;
	}

	.common-land-block02-table-area td:first-child {
		width: 100%;
	}

	.common-land-block03-table-area tr {
		flex-direction: column;
	}

	.common-land-block03-table-area td {
		width: 100%;
	}

	.common-land-block03-table-area td:first-child {
		width: 100%;
	}

	.common-land-block01-right {
		display: contents;
	}

	.common-land-cate {
		order: 1;
	}

	.common-land-name {
		order: 2;
	}

	.common-land-block01-left {
		order: 3;
	}

	.common-land-conditions-box {
		order: 4;
	}

	.common-land-block01-table-area {
		order: 5;
	}


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {

	html {
		/* 12px */
		font-size: 2.08333vw;
	}

	/* ==========================================
	下層共通
	========================================== */

	/*-------------------------------------------
	ファースト
	-------------------------------------------*/


	.commmon-first-main-title {
		font-size: 2.2rem;
	}

	.commmon-first-sub-title {
		font-size: 1.6rem;
	}

	.commmon-first-deco01 {
		font-size: 6.1rem;
		top: -4.4rem;
	}

	.commmon-first-text01 {
	    font-size: 1.3rem;
	}

	.commmon-first-text02 {
		font-size: 1.4rem;
	}

	.commmon-first-text02 span {
		font-size: 2rem;
	}

	/*-------------------------------------------
	セカンド
	-------------------------------------------*/

	.common-second-main-title-box {
		max-width: 38rem;
		margin: -8.5rem auto 0 0;
	}

	.common-secound-main-title01 {
    	font-size: 1.4rem;
	}

	.common-secound-main-title01 span {
		font-size: 2rem;
	}

	.common-secound-main-title02 {
    	font-size: 1.4rem;
	}

	.common-secound-main-title02 span {
		font-size: 2rem;
	}

	/*-------------------------------------------
	フォース
	-------------------------------------------*/


	.common-forth-main-title {
		font-size: 1.2rem;
		text-align: center;
	}

	.common-forth-main-title br {
		display: block;
	}

	.common-forth-main-title-box::before,
	.common-forth-main-title-box::after {
		height: 0.3rem;
		width: 3.4rem;
	}

	.common-third-text-box02 {
		margin: 1rem 0 0 0;
	}

	/*-------------------------------------------
	Instagram feed ボタン
	-------------------------------------------*/

	.common-forth-area #sbi_load  {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4rem;
	}


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 414px) {

	html {
		/* 14px */
		font-size: 2.43055vw;
	}

	/* ==========================================
	下層共通
	========================================== */

	/*-------------------------------------------
	ファースト
	-------------------------------------------*/


	.commmon-first-text01 {
	    font-size: 1.1rem;
	}

	.commmon-first-text02 {
		font-size: 1.2rem;
	}

	.commmon-first-text02 span {
		font-size: 1.8rem;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */