@charset "UTF-8";
@media screen and (max-width: 767px) {
	.l-bg.-reverse {
		background: linear-gradient(93deg, rgba(226, 237, 241, 0.8) 1.52%, rgba(255, 255, 255, 0.8) 68.97%, rgba(250, 243, 237, 0.8) 106.08%);
	}
}

.c-post .l-content-inner {
	width: 132rem;
}
@media screen and (max-width: 767px) {
	.c-post {
		padding-top: 10.6666666667vw;
	}
}

.p-detail-heading {
	padding-top: 4rem;
}
.p-detail-heading .date {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.71;
	letter-spacing: 0.08em;
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
	.p-detail-heading .date {
		font-size: 2.4rem;
		margin-bottom: 1rem;
	}
}
.p-detail-heading .title {
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
	.p-detail-heading .title {
		font-size: 5.6rem;
		line-height: 1.42;
		letter-spacing: 0.05em;
	}
}
.p-detail-heading .place {
	margin-top: 2.7rem;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.08em;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.8rem;
}
@media screen and (max-width: 767px) {
	.p-detail-heading .place {
		margin-top: 3rem;
		font-size: 2.8rem;
		gap: 1.6rem;
	}
}
.p-detail-heading .place .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-width: 1.2rem;
}
@media screen and (max-width: 767px) {
	.p-detail-heading .place .icon {
		min-width: 2.3rem;
	}
	.p-detail-heading .place .icon img {
		width: 100%;
	}
}

.p-detail-slide {
	padding-top: 6.4rem;
}
.p-detail-slide .l-content-inner {
	width: 112.8rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 767px) {
	.p-detail-slide .arrows {
		display: none !important;
	}
}
.p-detail-slide .arrows .slick-arrow {
	width: 4.6rem;
	height: 4.6rem;
	position: static;
	border-radius: 50%;
	background-color: rgba(31, 31, 31, 0.16);
	-webkit-transform: none;
	        transform: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: 0.3s background-color;
	transition: 0.3s background-color;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
	backdrop-filter: blur(1rem);
}
.p-detail-slide .arrows .slick-arrow::before {
	content: "";
	opacity: 1;
	width: 1.1rem;
	height: 1.1rem;
	background-image: url(../images/common/arrow_slick.svg);
	display: block;
}
.p-detail-slide .arrows .slick-arrow.slick-prev {
	left: 0;
}
.p-detail-slide .arrows .slick-arrow.slick-prev::before {
	-webkit-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
.p-detail-slide .arrows .slick-arrow.slick-next {
	right: 0;
}
.p-detail-slide .arrows .slick-arrow.slick-disabled {
	opacity: 0.6;
	cursor: default;
}
.p-detail-slide .arrows .slick-arrow:hover:not(.slick-disabled) {
	opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
	.p-detail-slide .slick-dots {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.p-detail-slide .slick-dots {
		position: static;
		margin-top: 5.6rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 1.5rem 2rem;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.p-detail-slide .slick-dots li {
		width: 1.6rem;
		height: 1.6rem;
		margin: 0;
	}
	.p-detail-slide .slick-dots li button {
		padding: 0;
		width: 100%;
		height: 100%;
		display: block;
		border-radius: 50%;
		background-color: #CDCDCD;
	}
	.p-detail-slide .slick-dots li button::before {
		content: none;
	}
	.p-detail-slide .slick-dots li.slick-active button {
		background-color: #1F1F1F;
	}
}
.p-detail-slide__main.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.p-detail-slide__main-wrap {
	position: relative;
}
.p-detail-slide__main .slick-track {
	gap: 0.2rem;
}
.p-detail-slide__main .slide {
	width: auto;
	height: 54rem;
	overflow: hidden;
}
.p-detail-slide__main .slide img {
	width: auto;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.p-detail-slide__main .slide {
		height: 50rem;
	}
}
.p-detail-slide__thumb {
	margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
	.p-detail-slide__thumb {
		display: none;
	}
}
.p-detail-slide__thumb .slick-list {
	-webkit-transform: none !important;
	        transform: none !important;
}
.p-detail-slide__thumb .slick-track {
	-webkit-transform: none !important;
	        transform: none !important;
	width: 100% !important;
	gap: 1rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.p-detail-slide__thumb .slide {
	width: 12rem;
	height: 8rem;
	border-radius: 1rem;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
}
@media print, screen and (min-width: 768px) {
	.p-detail-slide__thumb .slide:hover {
		opacity: 0.7;
	}
}
.p-detail-slide__thumb .slide img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}

.p-detail {
	padding-top: 10rem;
	padding-bottom: 14rem;
}
@media screen and (max-width: 767px) {
	.p-detail {
		padding-top: 5.6rem;
		padding-bottom: 12rem;
	}
}
.p-detail .l-content-inner {
	width: 112.5rem;
}
@media screen and (max-width: 767px) {
	.p-detail .c-section-title {
		display: block;
	}
}
.p-detail .c-section-title .title-jp {
	font-size: 2rem;
}
@media screen and (max-width: 767px) {
	.p-detail .c-section-title .title-jp {
		font-size: 4.8rem;
		line-height: 1.39;
	}
}
.p-detail .c-section-title .title-en {
	padding-left: 1.3rem;
	margin-left: 1.5rem;
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	.p-detail .c-section-title .title-en {
		margin-top: 2.1rem;
		font-size: 2.4rem;
		line-height: 1;
		margin-left: 0;
		padding-left: 0;
	}
}
.p-detail__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-detail__content {
		display: block;
	}
}
.p-detail__content .left {
	width: 64.6rem;
}
@media screen and (max-width: 767px) {
	.p-detail__content .left {
		width: 100%;
	}
}
.p-detail__content .text p {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.46;
}
@media screen and (max-width: 767px) {
	.p-detail__content .text p {
		text-align: justify;
		font-size: 2.6rem;
		line-height: 2.3;
	}
}
.p-detail__content .sp-content {
	padding-top: 11rem;
}
.p-detail__content .plan {
	margin-top: 7rem;
}
@media screen and (max-width: 767px) {
	.p-detail__content .plan {
		margin-top: 12rem;
	}
}
.p-detail__content .plan-slider {
	margin-top: 3rem;
}
@media screen and (max-width: 767px) {
	.p-detail__content .plan-slider {
		margin-top: 8rem;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 2.3rem;
	}
}
.p-detail__content .plan-slider-wrap {
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-detail__content .plan-slider-wrap {
		overflow-x: scroll;
		padding-bottom: 2rem;
	}
}
@media screen and (max-width: 767px) {
	.p-detail__content .plan-slider-wrap .arrows {
		display: none !important;
	}
}
.p-detail__content .plan-slider-wrap .arrows .slick-arrow {
	width: 4.6rem;
	height: 4.6rem;
	position: static;
	border-radius: 50%;
	background-color: #b2b2b2;
	-webkit-transform: none;
	        transform: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: 0.3s background-color;
	transition: 0.3s background-color;
	position: absolute;
	top: 11rem;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
}
.p-detail__content .plan-slider-wrap .arrows .slick-arrow::before {
	content: "";
	opacity: 1;
	width: 1.1rem;
	height: 1.1rem;
	background-image: url(../images/common/arrow_slick.svg);
	display: block;
}
.p-detail__content .plan-slider-wrap .arrows .slick-arrow.slick-prev {
	left: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.p-detail__content .plan-slider-wrap .arrows .slick-arrow.slick-prev::before {
	-webkit-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
.p-detail__content .plan-slider-wrap .arrows .slick-arrow.slick-next {
	right: 0;
	-webkit-transform: translateX(50%);
	        transform: translateX(50%);
}
.p-detail__content .plan-slider-wrap .arrows .slick-arrow.slick-disabled {
	opacity: 0.6;
	cursor: default;
}
.p-detail__content .plan-slider-wrap .arrows .slick-arrow:hover:not(.slick-disabled) {
	opacity: 0.7;
}
.p-detail__content .plan-slider .slick-track {
	gap: 2.3rem;
}
@media screen and (max-width: 767px) {
	.p-detail__content .plan-slider .slick-track {
		gap: 3.2rem;
	}
}
.p-detail__content .plan-slider .slide {
	width: 20rem;
}
@media screen and (max-width: 767px) {
	.p-detail__content .plan-slider .slide {
		width: 45rem;
	}
}
.p-detail__content .plan-slider .slide .img {
	height: 27rem;
	background-color: #ffffff;
	border-radius: 1.5rem;
	overflow: hidden;
	padding: 2rem 0.9rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.p-detail__content .plan-slider .slide .img {
		height: 60rem;
		width: 100%;
		position: relative;
		padding: 2rem;
	}
}
.p-detail__content .plan-slider .slide .img-inn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: 100%;
}
.p-detail__content .plan-slider .slide .img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.p-detail__content .plan-slider .slide .btm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 0.5rem;
	margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
	.p-detail__content .plan-slider .slide .btm {
		margin-top: 4rem;
	}
}
.p-detail__content .plan-slider .slide .btm .title {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.p-detail__content .plan-slider .slide .btm .title {
		font-size: 2.6rem;
	}
}
.p-detail__content .plan-slider .slide .btm .btn {
	width: 7.2rem;
	height: 2.3rem;
}
@media screen and (max-width: 767px) {
	.p-detail__content .plan-slider .slide .btm .btn {
		width: 16rem;
		height: 5.2rem;
	}
}
.p-detail__content .plan-slider .slide .btm .btn-inn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 0.5rem;
	background-color: #1F1F1F;
	color: #ffffff;
	font-size: 1rem;
	gap: 0.5rem;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.p-detail__content .plan-slider .slide .btm .btn-inn {
		font-size: 2rem;
		gap: 1.1rem;
	}
}
.p-detail__content .plan-slider .slide .btm .btn-inn .icon {
	width: 1.1rem;
	height: 1.1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.p-detail__content .plan-slider .slide .btm .btn-inn .icon {
		width: 2.5rem;
		height: 2.5rem;
	}
}
@media screen and (max-width: 767px) {
	.p-detail__content .plan-slider .slide .btm .btn-inn.pc {
		display: none;
	}
}
.p-detail__content .plan-slider .slide .btm .btn-inn.sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.p-detail__content .plan-slider .slide .btm .btn-inn.sp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.p-detail__content .access {
	margin-top: 7rem;
}
@media screen and (max-width: 767px) {
	.p-detail__content .access {
		margin-top: 12rem;
	}
}
.p-detail__content .access-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 4.2rem;
}
@media screen and (max-width: 767px) {
	.p-detail__content .access-heading {
		display: block;
	}
}
.p-detail__content .access-heading .text {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.75;
}
@media screen and (max-width: 767px) {
	.p-detail__content .access-heading .text {
		font-size: 3.2rem;
		margin-top: 4.5rem;
	}
}
.p-detail__content .access-map {
	margin-top: 3rem;
	border-radius: 1.5rem;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.p-detail__content .access-map {
		border-radius: 0;
		margin: 6.4rem -4rem 0;
	}
}
.p-detail__content .access-map .m-ggmap {
	padding-bottom: 55.900621118%;
}
@media screen and (max-width: 767px) {
	.p-detail__content .access-map .m-ggmap {
		padding-bottom: 136.5333333333%;
	}
}
.p-detail__content .right {
	width: 36.5rem;
}
@media screen and (max-width: 767px) {
	.p-detail__content .right {
		width: 100%;
	}
}
.p-detail__content .price {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-top: 1.2rem;
	margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
	.p-detail__content .price {
		margin-top: 5rem;
		font-size: 3.2rem;
		margin-bottom: 0;
	}
}
.p-detail__content .price .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #ffffff;
	border-radius: 1.3rem;
	margin-top: 0.8rem;
	padding: 1.2rem 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-detail__content .price .col {
		border-radius: 1.5rem;
		padding: 2.4rem 3rem;
		margin-top: 1.5rem;
	}
}
.p-detail__content .price .col:first-of-type {
	margin-top: 0;
}
.p-detail__content .price .col dt {
	width: 9.8rem;
}
@media screen and (max-width: 767px) {
	.p-detail__content .price .col dt {
		width: 20rem;
	}
}
.p-detail__content .price .col dd {
	width: calc(100% - 9.8rem);
}
@media screen and (max-width: 767px) {
	.p-detail__content .price .col dd {
		width: calc(100% - 20rem);
	}
}
.p-detail__content .detail-tbl {
	font-size: 1.2rem;
	margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
	.p-detail__content .detail-tbl {
		font-size: 2.6rem;
		line-height: 1.61;
		margin-top: 4.4rem;
	}
}
.p-detail__content .detail-tbl .col {
	padding-top: 1.2rem;
	padding-bottom: 0.3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid rgba(31, 31, 31, 0.5);
}
@media screen and (max-width: 767px) {
	.p-detail__content .detail-tbl .col {
		padding-bottom: 1.2rem;
		padding-top: 3.6rem;
	}
}
.p-detail__content .detail-tbl dt {
	width: 11.4rem;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
	.p-detail__content .detail-tbl dt {
		width: 20.7rem;
		font-size: 2.4rem;
	}
}
.p-detail__content .detail-tbl dd {
	width: calc(100% - 11.4rem);
}
@media screen and (max-width: 767px) {
	.p-detail__content .detail-tbl dd {
		width: calc(100% - 20.7rem);
	}
}
.p-detail__content .c-btn.-arrow {
	margin-top: 4.5rem;
	width: 24rem;
}
@media screen and (max-width: 767px) {
	.p-detail__content .c-btn.-arrow {
		margin: 7.2rem auto auto;
		width: 52rem;
		height: 12rem;
	}
	.p-detail__content .c-btn.-arrow .c-btn__inn {
		font-size: 3.2rem;
		padding-left: 4.6rem;
	}
	.p-detail__content .c-btn.-arrow .c-btn__inn .text {
		text-align: center;
	}
}
.p-detail__content .c-btn.-arrow.-download {
	width: 28rem;
}
@media screen and (max-width: 767px) {
	.p-detail__content .c-btn.-arrow.-download {
		width: 60rem;
	}
}

.plan-detail {
	width: 79.1rem;
	min-height: 65rem;
	max-height: 90vh;
	background-color: #ffffff;
	border-radius: 2rem;
	margin: auto;
	padding: 3rem 4rem 3rem;
	position: relative;
	overflow-y: auto;
}
.plan-detail .title {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.67;
	letter-spacing: 0.04em;
}
.plan-detail .img {
	margin-top: 2.4rem;
	height: 50rem;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.plan-detail .img img {
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.plan-detail .mfp-close {
	width: 4rem;
	height: 4rem;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	background-image: url(../images/development/detail/close.svg);
	background-size: 100%;
	font-size: 0;
	top: 2rem;
	right: 2.4rem;
}

.p-other {
	background-color: #1F1F1F;
	padding-top: 8rem;
	padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
	.p-other {
		padding-top: 9.5rem;
		padding-bottom: 25rem;
	}
}
.p-other-slider__wrap {
	margin-top: 4rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-other-slider__wrap {
		margin-top: 7rem;
	}
}
@media screen and (max-width: 767px) {
	.p-other-slider__wrap .arrows {
		display: none;
	}
}
.p-other-slider__wrap .arrows .slick-arrow {
	width: 4.6rem;
	height: 4.6rem;
	position: static;
	border-radius: 50%;
	background-color: #b2b2b2;
	-webkit-transform: none;
	        transform: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: 0.3s background-color;
	transition: 0.3s background-color;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
}
.p-other-slider__wrap .arrows .slick-arrow::before {
	content: "";
	opacity: 1;
	width: 1.1rem;
	height: 1.1rem;
	background-image: url(../images/common/arrow_slick.svg);
	display: block;
}
.p-other-slider__wrap .arrows .slick-arrow.slick-prev {
	left: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}
.p-other-slider__wrap .arrows .slick-arrow.slick-prev::before {
	-webkit-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
.p-other-slider__wrap .arrows .slick-arrow.slick-next {
	right: 0;
	-webkit-transform: translateX(50%) translateY(-50%);
	        transform: translateX(50%) translateY(-50%);
}
.p-other-slider__wrap .arrows .slick-arrow.slick-disabled {
	opacity: 0.6;
	cursor: default;
}
.p-other-slider__wrap .arrows .slick-arrow:hover:not(.slick-disabled) {
	opacity: 0.7;
}
.p-other-slider .slick-list {
	overflow: visible;
}
.p-other-slider .slick-track {
	gap: 1.6rem;
}
@media screen and (max-width: 767px) {
	.p-other-slider .slick-track {
		gap: 3.2rem;
	}
}
@media screen and (max-width: 767px) {
	.p-other-slider.-property .item {
		width: 56rem !important;
	}
	.p-other-slider.-property .item .img {
		height: 55.8rem !important;
	}
	.p-other-slider.-property .item .cnt {
		padding: 3rem 5rem 7rem;
	}
	.p-other-slider.-property .item .info {
		font-size: 2.4rem;
	}
}
.p-other .c-btn.-arrow {
	margin-top: 4rem;
	width: 23rem;
}
@media screen and (max-width: 767px) {
	.p-other .c-btn.-arrow {
		margin-top: 8rem;
		width: 38rem;
		height: 12rem;
	}
}
.p-other .c-btn.-arrow .c-btn__inn {
	color: #1F1F1F;
	background-image: url(../images/common/bg_btn-before-w.png);
	background-size: cover;
}
.p-other .c-btn.-arrow .c-btn__inn:hover::before {
	width: 0;
}
@media screen and (max-width: 767px) {
	.p-other .c-btn.-arrow .c-btn__inn {
		text-align: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.p-other .c-btn.-arrow .c-btn__inn .text {
		text-align: center;
	}
}

.fixed-bnr {
	position: fixed;
	right: 4rem;
	bottom: 4rem;
	width: 36rem;
	height: 13.2rem;
	border-radius: 1.6rem;
	padding: 0.3rem 0.4rem;
	background-color: #1F1F1F;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.fixed-bnr {
		position: relative;
		right: auto;
		bottom: auto;
		border-radius: 3rem;
		padding: 0;
		display: block;
		width: 67rem;
		height: auto;
		background-color: #ffffff;
	}
}
.fixed-bnr.-fixed02 {
	bottom: 4rem;
}
@media screen and (max-width: 767px) {
	.fixed-bnr.-fixed02 {
		bottom: auto;
	}
}
.fixed-bnr .img {
	width: 17.5rem;
}
@media screen and (max-width: 767px) {
	.fixed-bnr .img {
		width: 100%;
	}
}
.fixed-bnr .cnt {
	width: calc(100% - 17.5rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.fixed-bnr .cnt {
		width: 100%;
		padding: 2.8rem 6rem 5rem;
		display: block;
	}
}
.fixed-bnr .cnt > div > .text {
	color: #ffffff;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 2.1rem; /* 150% */
}
@media screen and (max-width: 767px) {
	.fixed-bnr .cnt > div > .text {
		color: #1D1D1D;
		font-size: 3.2rem;
		font-weight: 600;
		line-height: 5.6rem; /* 175% */
	}
}
.fixed-bnr .c-btn {
	width: 15.6rem;
	height: 3.4rem;
	margin: 1.2rem auto auto;
}
@media screen and (max-width: 767px) {
	.fixed-bnr .c-btn {
		width: 55.4rem;
		height: 12rem;
		margin-top: 2.4rem;
	}
}
.fixed-bnr .c-btn__inn {
	border-radius: 1rem;
	background: #515151;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	color: #FFF;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 2.2rem; /* 169.231% */
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0;
	padding: 0 1.3rem 0 0.7rem;
}
@media screen and (max-width: 767px) {
	.fixed-bnr .c-btn__inn {
		background-color: #1F1F1F;
		border-radius: 3rem;
		font-size: 3.2rem;
	}
}
.fixed-bnr .c-btn__inn::before {
	content: none !important;
}
@media print, screen and (min-width: 768px) {
	.fixed-bnr .c-btn__inn {
		-webkit-transition: 0.3s opacity;
		transition: 0.3s opacity;
	}
	.fixed-bnr .c-btn__inn:hover {
		opacity: 0.7 !important;
	}
}
@media print, screen and (min-width: 768px) {
	.fixed-bnr .c-btn .icon {
		display: none !important;
	}
}
.fixed-bnr .c-btn .text {
	width: 12rem;
	-webkit-box-flex: unset !important;
	    -ms-flex-positive: unset !important;
	        flex-grow: unset !important;
}
.fixed-bnr .c-btn .arrow {
	width: 0.7rem;
	height: 0.7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.fixed-bnr .c-btn .arrow svg {
	display: block;
}
@media screen and (max-width: 767px) {
	.fixed-bnr .c-btn .arrow {
		display: none;
	}
}
.fixed-bnr .close {
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateX(50%) translateY(-50%);
	        transform: translateX(50%) translateY(-50%);
	cursor: pointer;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
}
@media screen and (max-width: 767px) {
	.fixed-bnr .close {
		display: none;
	}
}
.fixed-bnr .close:hover {
	opacity: 0.7;
}

.js-fixed {
	position: relative;
	z-index: 9999;
	-webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media print, screen and (min-width: 768px) {
	.js-fixed {
		opacity: 0;
		visibility: hidden;
	}
	.js-fixed.is-visible {
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
}
@media screen and (max-width: 767px) {
	.js-fixed {
		display: none; /* 初期非表示 */
		opacity: 1;
	}
}
/*# sourceMappingURL=property.css.map */