body:not(.home){
    padding-top: 77px;
}

img {
	width: 100%;
}
.gothic{
	font-family: "Noto Sans JP", sans-serif;
}
.js-fade {
	opacity: 0;
	transition: all 1.5s cubic-bezier(0.42, 0, 0.58, 1.0) 0s;
}
.js-fade-brand {
	opacity: 0;
	transition: all 1.5s cubic-bezier(0.42, 0, 0.58, 1.0) 0s;
}
.js-fade2 {
	opacity: 0;
	transform: translateY(100px);
	transition: all 1.5s cubic-bezier(0.42, 0, 0.58, 1.0) 0s;
}
.js-fadein {
	opacity: 0;
	transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1.0) 0s;
}
.js-fadeup {
	transform: translateY(100px);
	transition: 1s;
	opacity: 0.4;
}
.inview-brand,
.inview-fade {
	opacity: 1;
}
.inview {
	opacity: 1;
	transform: translateY(0px);
}


/* マンションエントリー */
.footlink--mansion-entry {
	background: linear-gradient(-269deg, rgba(201, 182, 150, 1) 0%, rgba(189, 167, 127, 1) 49.97%, rgba(180, 154, 109, 1) 100%);
}
.footlink--mansion-entry--contents {
	display: flex;
	justify-content: space-between;
	width: 1055px;
	max-width: 100%;
	margin: 0 auto;
	align-items: center;
	padding: 57px 20px 62px;
}
.footlink--mansion-entry--heading {
	font-size: .36rem;
	margin-bottom: 17px;
	line-height: 1.3;
	max-width: 100%;
	letter-spacing: 0.13em;
}
.footlink--mansion-entry--heading span {
	letter-spacing: 0em;
}
.footlink--mansion-entry--text p:nth-of-type(2) {
	font-size: .18rem;
	margin-left: 24px;
	text-align: center;
	width: fit-content;
}
.footlink--mansion-entry--link {
	color: #000;
	text-decoration: none;
	font-size: .16rem;
	border: 1px solid #000;
	width: 370px;
	text-align: center;
	margin-top: 6px;
	transition: .3s;
	background-color: #b49a6d;
	display: flex;
	padding: 24px 0;
	text-align: center;
	justify-content: flex-end;
	max-width: 100%;
}
.footlink--mansion-entry--link span {
	display: block;
	position: relative;
	/* border-left: solid 1px #000; */
	width: 80px;
	margin-left: 35px;
}
.footlink--mansion-entry--link span::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 45px;
	background-color: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: .3s;
}
.footlink--mansion-entry--link span::after {
	content: '';
	position: absolute;
	width: 38px;
	height: 7px;
	left: 15px;
	top: 5px;
	border-bottom: solid 1.5px;
	border-right: solid 1.5px;
	transform: skew(45deg);
	transition: .2s;
}
.footlink--mansion-entry--link:hover.footlink--mansion-entry--link span::after {
	width: 42px;
}
.footlink--mansion-entry--link:hover {
	background-color: #B49A6D;
	color: #fff;
	opacity: 1;
}
.footlink--mansion-entry--link:hover.footlink--mansion-entry--link span::before {
	background-color: #B49A6D;
}
.footlink--mansion-entry--text {
	border-right: solid 1px;
	width: 508px;
	max-width: 50%;
	padding: 10px 0;
}
.footlink--mansion-entry--contents a:hover span::after {
	width: 50px;
}
.footlink--mansion-entry--contents a:hover {
	color: #B49A6D;
	background-color: #000;
	opacity: 1;
}
.footlink--mansion-entry--contents a:hover span::before {
	background-color: #B49A6D;
}
/* 物件概要 */
#fot-link--property-overview {
    width: 591px;
    margin: 135px auto 135px;
    padding: 28px 0;
    transition: .7s;
    font-size: .16rem;
}
#fot-link--property-overview span {
    position: relative;
    margin-left: 167px;
    margin-top: -2px;
    width: 103px;
}

#fot-link--property-overview span::after {
    left: 24px;
    top: -5px;
}
/*
.fot-link--property-overview a span::after {
	content: '';
	position: absolute;
	width: 110px;
	height: 10px;
	left: 20px;
	top: 7px;
	border-bottom: solid 1px;
	border-right: solid 2px;
	transform: skew(60deg);
	transition: .1s;
}
.fot-link--property-overview a:hover span::after {
	width: 130px;
}
.fot-link--property-overview a:hover {
	background-color: #BDAA8F;
	color: #fff;
	opacity: 1;
	border: 1px solid #fff;
}
*/
/* @media screen and (min-width:800px) and (max-width:1000px) {

    .footlink--property-overview a {
        width: 430px;
        padding: 31px 50px 31px 0;
    }
} */
.sp_only {
	display: none;
}

/* 物件エントリー 追従*/
.top-entry--fixed {
	background-color: #000;
	color: #fff;
	text-decoration: none;
	writing-mode: vertical-lr;
	font-family: "Cormorant Garamond", serif;
	padding: 70px 25px;
	font-size: .23rem;
	position: fixed;
	right: 0;
	bottom: 15px;
	margin: auto;
	text-align: center;
	z-index: 90;
	opacity: 1;
	transition: all .2s;
}

.top-entry--fixed span {
	font-family: 'Noto Serif JP', serif;
	font-size: .16rem;
	margin-top: 36px;
}

.top-entry--fixed:hover {
	opacity: 1;
	background-color: #B49A6D;
}





.pickup-fix-box {
    width: 1200px;
	height: 380px;
    /*left: 0px;
	right:0;
	top:0;
    bottom: 0;
	margin: auto;
    opacity: 1;
    z-index: 3;*/
    color: #B49A6D;
    border: solid 2px #B49A6D;
    border-radius: 10px;
	background-color: #000000cc;
	transition: all 1s;
    display: flex;
}

.pickup-fix__list{
	display: flex;
  	justify-content: space-between;
}

.pickup-title {
    padding: 0 10px;
	margin:0 auto;
	width:100%;
}

.pickup-fix__item {
    width: 25%;
    padding: 0 15px 22px;
    position: relative;
}

.pickup-fix__item img {
    margin-bottom: 4px;
    width: 66%;
    margin: 0 auto 20px;
    display: block;
}

.pickup-fix__item::before{
  	content: "";
	position: absolute;
	right:0;
	width:1px;
	height: 100%;
	background-color: #B49A6D;
	top:0;
	/*bottom:0;*/
	margin:auto;
}
.pickup-fix__item:last-of-type::before{
	display:none;
}

.pickup-fix__item p {
    font-size: .22rem;
    color: #e2c08e;
    text-align: center;
	margin-bottom: 20px;
}

.pickup-fix__item .top-btn-link {
    font-size: .14rem;
    padding: 12px 0;
    color: #000;
    background-color: #B49A6D;
	width: 190px;
	font-weight: 500;
}

.pickup-fix__item .top-btn-link:hover.top-btn-link span::after {
    width: 30px;
}

.pickup-fix__item .top-btn-link span {
    width: 50px;
    margin-left: 15px;
}

.pickup-fix__item .top-btn-link span::before {
    height: 25px;
    background-color: #000;
}

.pickup-fix__item .top-btn-link span::after {
    width: 25px;
}


.pickup-fix-box .batsu-mark {
    right: -24px;
    top: -22px;
    left: auto;
    font-size: .22rem;
    width: 64px;
    height: 64px;
    z-index: 1;
}

.pickup-fix-box .batsu-mark img {
    width: 19px;
}

.pickup-fix-box .batsu-mark p {
    display: block;
	text-align: center;
	margin-top: 5px;
	font-size:.13rem;
}

/* 初期状態（非表示位置） */
.pickup-contents {
  position: fixed;
  width: fit-content;
  height: fit-content;
  left: 0;
  right: 0;
  /*bottom: -300px;*/
  margin: auto;
  display: flex;
  z-index: 2;
  transition: all 2s;
  opacity: 0;
 }

.pickup-contents-first{
    pointer-events: none;
}
.pickup-contents.bottomright{
	bottom: -10px;
}
.pickup-contents.bottomright{
	animation:slideDown 1s ease-out forwards;
}

.pickup-contents.bottomcenter{
    right: -990px;
	animation:slideRight 1s ease-out forwards;
}
.clickshow .pickup-title{
	animation: slideBottomShow 3s ease-in-out;
}

.scroll-hidden {
  opacity: 0;
}

.scroll-visible {
  opacity: 1;
  bottom: -10px;
}
.pickup-contents .batsu-mark{
	transition:1s;
}
.pickup-contents.pic-slide-x .batsu-mark{
	display:none;
}

.pic-slide-x {
  /*transform: translateX(calc(50vw + 60%));*/
  right: -990px;
  bottom: 30px;
  left: inherit;
}
.pickup-close-text {
    background-color: #000;
    opacity: 0; 
    transition: all 1s;
    margin: auto;
    z-index: 2;
    height: fit-content;
    cursor: pointer;
	transform: translateY(-185px);
}


.pic-slide-x .pickup-close-text {
	opacity: 1;
}

.pickup-close-text p {
    writing-mode: vertical-rl;
    color: #fff;
	padding: 49px 27px;
}

.btn-arrow {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 1.5px;
    margin-top: 28px;
    background-color: #d7b980;
}

.btn-arrow::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 0.5px;
    width: 10px;
    height: 1.5px;
    background-color: #d7b980;
    transform: rotate(45deg);
    transform-origin: calc(100% - 2px) 50%;
}

.pickup-close-text p{
	
}

.text-btn {
    writing-mode: vertical-rl;
    font-size: .16rem;
    letter-spacing: 0.1em;
    color: #d7b980;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    width: initial;
    position: relative;
}

.pic-slide-x .text-btn {
    opacity: 1; /* 親要素に.pic-slide-xが付いたときに文字が出る */
	width: 75px;
}

.text-btn p {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
}

.pic-slide-x .text-btn p {
    opacity: 1; /* 親要素に.pic-slide-xが付いたときに文字が出る */
}


.pickup-fix__list{
	transition: opacity 0.5s ease, transform 0.5s ease;
	opacity: 1;
}

.pic-slide-x .pickup-fix__list{
	visibility: hidden;
	opacity: 0;
}


.pickup-title > p{
	font-size:.27rem;
	color:#fff;
	text-align: center;
	margin: 25px 0 30px;
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.pic-slide-x .pickup-title > p{
	opacity: 0;
	
	
}


/* .top-entry--fixed.fix-opacity{opacity: 1;} */
/* ボタン */
.top-btn-link {
	display: flex;
	width: 300px;
	padding: 20px 0;
	text-align: center;
	border: 1px solid;
	justify-content: flex-end;
	color: #B49A6D;
	text-decoration: none;
	text-align: center;
	border: #B49A6D 1px solid;
	margin: 0 auto;
	max-width: 100%;
}

.top-btn-link span {
	display: block;
	position: relative;
	width: 82px;
	margin-left: 25px;
	margin-top: -10px;
}

.top-btn-link span::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 45px;
	background-color: #B49A6D;
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 0px;
	margin: auto;
	transition: .3s;
}

.top-btn-link span::after {
	content: '';
	position: absolute;
	width: 45px;
	height: 7px;
	left: 11px;
	top: 7px;
	bottom: 0;
	margin: auto;
	border-bottom: solid 1.5px;
	border-right: solid 1.5px;
	transform: skew(45deg);
	transition: .2s;
}

.pickup-fix__item:last-of-type.top-btn-link span::after {
	display:none;
}

.top-btn-link:hover.top-btn-link span::after {
	width: 55px;
}

.top-btn-link:hover {
	background-color: #B49A6D;
	color: #fff;
	opacity: 1;
}

.top-btn-link:hover.top-btn-link span::before {
	background-color: #fff;
}

@media screen and (max-width:1265px){
	.pickup-title > p {
    	font-size: 2.27vw;
	}
	
	.pickup-fix__item p {
    	font-size: 1.5vw;
	}

	.pickup-fix__item img {
    	width: 10.4vw;
	}
	
	.pickup-fix-box {
    	width: 94.3vw;
	}
	
	.pickup-fix__item {
		padding: 0 8px 22px;
		    width: 19%;
}

	.pickup-fix__item .top-btn-link {
    	font-size: 1.1vw;
	}
	
	.top-btn-link span::after {
    left: 4px;
}

	.floatbtn.float0to1 {
	animation: float0to1 1s ease-out forwards;
	right: -89%;
	left: auto;
	}

	.floatbtn.float2to1{
	animation: float2to1 0.5s ease-out forwards;
	right: -89%;
	left: auto;
	}
	
}

@media screen and (min-width:1051px) and ( max-width:1265px){
	.floatbtn.floatto2 {
	animation: float1to2 0.5s ease-out forwards;
	right: -68%;
	left: auto;
	}
	.floatbtn.float0to1 {
	animation: float0to1 1s ease-out forwards;
	right: -68%;
	left: auto;
	}
}

@media screen and (max-width:800px){
	.pickup-title > p {
    	font-size: 2.27vw;
	}
	
	.pickup-fix__item p {
    	font-size: 1.5vw;
	}

	.pickup-fix__item img {
    	width: 10.4vw;
	}
	
	.pickup-fix-box {
    	width: 94.3vw;
	}
	
	.pickup-fix__item {
		padding: 0 8px 22px;
		    width: 19%;
}

	.pickup-fix__item .top-btn-link {
    	font-size: 1.1vw;
	}
	
	.top-btn-link span::after {
    left: 4px;
}

	.floatbtn.float0to1 {
	animation: float0to1 1s ease-out forwards;
	right: -89%;
	left: auto;
	}
	.floatbtn.float1to2 {
	animation: float1to2 0.5s ease-out forwards;
	right: -89%;
	left: auto;
	}

	.floatbtn.float2to1{
	animation: float2to1 0.5s ease-out forwards;
	right: -89%;
	left: auto;
	}
	
}

@media screen and (min-width:1051px) and ( max-width:1170px){
	.text-btn p {
    right: -50px;
}	
/*.pickup-fix-box {
    width: 1200px;
}

	.floatbtn.float0to1 {
	animation: float0to1 1s ease-out forwards;
	right: -1130px;
	left: auto;
	}
	.floatbtn.float1to2 {
	animation: float1to2 0.5s ease-out forwards;
	right: -1130px;
	left: auto;
	}

	.floatbtn.float2to1{
	animation: float2to1 0.5s ease-out forwards;
	right: -1130px;
	left: auto;
	}*/
}

/**/
.floatbtn.pic-slide-x{
	bottom:30px;
}
.pic-slide-x.bottomright{
	right: -990px;
	left: auto;
}
.pic-slide-x.bottommcenter{
	right: -990px;
	left: auto;
}

/* ロケーション */
.top-location--under-left .top-btn-link {
	width: 372px;
	margin: 0 0 3px;
	padding: 25px 0;
}

.top-location--under-left .top-btn-link span {
	margin-left: 3.5vw;
}

/* デザインボタン */
.top-design--right .top-btn-link {
	padding: 25px 0;
	width: 372px;
	transform: translateX(-29px);
}

.top-design--right .top-btn-link span {
	margin-left: 62px;
}

/* 特徴ボタン */
.top-feature--right .top-btn-link {
	width: 372px;
	margin: 165px 0 27px;
	padding: 25px 0;
}

.top-feature--right .gest-terrace-btn {
	margin-bottom: 38px;
}

.mansion-feature-btn span {
	margin-left: 50px;
}

/*バナー*/
.top-fixed-btn--box {
	position: fixed;
	width: auto;
	left: 53px;
	bottom: 68px;
	opacity: 1;
	z-index: 3;
	color: #B49A6D;
	border: solid 2px #B49A6D;
	border-radius: 10px;
}

.top-fixed-btn:hover {
	opacity: 0.8;
}

.batsu-mark {
	position: absolute;
	top: -12px;
	left: -11px;
	padding: 0px;
	background-color: #B49A6D;
	cursor: pointer;
	/* color: #fff; */
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border-style: none;
	font-size: 20px;
	line-height: 1;
}

.batsu-mark img {
	width: 13px;
}


.top-fixde-heading {
	font-size: .24rem;
	text-align: center;
	border-bottom: 1px solid #B49A6D;
}

.top-fixde-heading p {
	text-align: center;
	padding: 10px 0;
}

.top-fixed-text {
    padding: 15px 16px 20px;
}

.top-fixed-text p {
	font-size: .14rem;
	text-align: center;
	margin-bottom: 15px;
	transform: translateX(4px);
}

.top-fixed-text .top-btn-link span {
	display: block;
	position: relative;
	width: 35px;
	margin-left: 25px;
}


.top-fix-link {
	width: 178px;
	font-size: .14rem;
	background-color: #B49A6D;
	margin: 0 auto;

}

.top-fix-link a {
	text-decoration: none;
	color: #000;
	display: flex;
	justify-content: flex-end;
	padding: 10px 0;
    transition: all 0.3s;
}

.top-fix-link a:hover {
	color: #fff;
	opacity: 1;
}

/* .top-fix-link a:hover span{
    color: #000;
} */

.top-fix-link a span {
	display: inline;
	position: relative;
	width: 50px;
	border-left: solid 1px;
	margin-left: 8px;
}

.top-fix-link a span::after {
	content: '';
	position: absolute;
	width: 24px;
	height: 5px;
	left: 10px;
	top: 0px;
	bottom: 0;
	margin: auto;
	border-bottom: solid 1.5px #000;
	border-right: solid 1.5px #000;
	transform: skew(45deg);
    transition: all 0.3s;
}

.top-fix-link a:hover span::after {
	width: 30px;
	border-bottom: solid 1.5px #FFF;
	border-right: solid 1.5px #FFF;
}

.floatbtn.float0to1 .pickup-fix__list,
.floatbtn.float0to1 .pickup-title > p{
	opacity: 0;
	transition: opacity 1s;
}
	
@media screen and (min-width:1265px){
	.floatbtn.float0to1 {
	animation: float0to1 1s ease-out forwards;
	right: -1140px;
	left: auto;
	}
	.floatbtn.float1to2 {
	animation: float1to2 0.5s ease-out forwards;
	right: -1140px;
	left: auto;
	}

	.floatbtn.float2to1{
	animation: float2to1 0.5s ease-out forwards;
	right: -1140px;
	left: auto;
	}

	.floatbtn.float1to0{
	animation: float1to0 1s ease-out forwards;
	right: 0;
	left: 0;
	bottom: -10px;
	}

	@keyframes float0to1{
	0% {
		transform: translateX(0);
	}
	100% {
		transform:translateX(calc(50vw - 600px));
		transform: translateX(0);
	}
	}
	@keyframes float1to2{
	0% {
		bottom: -10px;
	}
	100% {
		bottom: 30px;
		}
	}
	@keyframes float2to1{
	0% {
		bottom: 30px;
	}
	100% {
		bottom: -10px;
		}
	}
	@keyframes float1to0{
	0% {
		transform:translateX(calc(50vw - 100px));
	}
	100% {
		transform: translateX(0);
		}
	}
}



@media screen and (min-width:801px) and (max-width:1050px) {
.pickup-fix-box{
		margin: 0 auto;
		/*width: 780px;*/
		height: 335px;
	}
	.pickup-fix-box .batsu-mark {
    	/*right: 0;*/
	}
	.pic-slide-x .pickup-fix-box {
    	/*width: 780px;*/
	}
	.pic-slide-x {
    	/*right: -705px;*/
	}
	.pickup-title{
		max-width: 100%;
	}
	.pic-slide-x .pickup-title{
		width: 0;
	}
	.pickup-contents.bottomcenter{
		right: -705px;
	}
	.pickup-title > p {
    	font-size: .22rem;
	}
	.pickup-fix__item p {
    	font-size: .16rem;
	}
	.pickup-fix__item .top-btn-link {
    	font-size: .12rem;
	}
	.pickup-fix__item .top-btn-link span {
	    margin-left: 10px;
		width: 40px;
	}
	/*
	.pickup-contents.bottomright2 {
    	animation: slideRight2 1s ease-out forwards;
	}
	
	@keyframes slideDown {
	  from { bottom: 30px; }
	  to { bottom: -10px; }
	}
	@keyframes slideRight{
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(calc(-50vw - 308px));
		}
	}
	@keyframes slideRight2 {
	  from { transform: translateX(calc(-50vw - 308px));}
	  to { transform: translateX(0);}
		}
	}*/
	.floatbtn.float0to1 {
	right: -87%;
	left: auto;
	}
	.floatbtn.float1to2 {
	animation: float1to2 0.5s ease-out forwards;
	right: -87%;
	left: auto;
	}

	.floatbtn.float2to1{
	animation: float2to1 0.5s ease-out forwards;
	right: -87%;
	left: auto;
	}

	.floatbtn.float1to0{
	animation: float1to0 1s ease-out forwards;
	right: 0;
	left: 0;
	bottom: -10px;
	}

	@keyframes float1to2{
	0% {
		bottom: -10px;
	}
	100% {
		bottom: 30px;
		}
	}
	@keyframes float2to1{
	0% {
		bottom: 30px;
	}
	100% {
		bottom: -10px;
		}
	}
	@keyframes float1to0{
	0% {
		transform: translateX(calc(50vw - 100px));
	}
	100% {
		transform: translateX(0);
		}
	}

}

@media screen and (min-width:800px) and (max-width:1000px) {
	.footlink--property-overview a {
		width: 50%;
		padding: 31px 50px 31px 0;
	}
	.footlink--property-overview a span::after {
		width: 69px;
	}
	.footlink--mansion-entry--text p:nth-of-type(1) {
		font-size: 0.31rem;
		margin-bottom: 10px;
		text-align: center;
	}
	.footlink--mansion-entry--text p:nth-of-type(2) {
		font-size: .16rem;
		margin-left: 10px;
		width: initial;
	}
}
@media screen and (max-width: 800px) {
	body:not(.home){
		padding-top: 0;
	}
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
	#fot-link--property-overview{
		display:none;
	}
	.footlink--property-overview a span::after {
		left: 40px;
		width: 50px;
		top: 1px;
		height: 5px;
	}
	.footlink--property-overview a {
		width: 170px;
		padding: 13px 26px;
		font-size: .12rem;
		margin: 39px auto 34px;
	}
	.footlink--property-overview a:hover span::after {
		width: 80px;
	}
	.footlink--mansion-entry--contents {
		display: block;
		padding: 24px 20px 40px;
	}
	.footlink--mansion-entry--contents a:hover span::after {
		width: 23px;
	}
	.footlink--mansion-entry--text {
		max-width: 100%;
		border-right: none;
		padding: 10px 0 10px;
		margin: 0 auto;
	}
	.footlink--mansion-entry--heading {
		font-size: .18rem;
		text-align: center;
		margin-bottom: 7px;
	}
	.footlink--mansion-entry--text p:nth-of-type(2) {
		font-size: .13rem;
		margin: 0 auto 6px;
	}
	.footlink--mansion-entry--link {
		width: 267px;
		margin: 0 auto;
	}
	.footlink--mansion-entry--contents a {
		font-size: .13rem;
		padding: 16px 0;
	}
	.footlink--mansion-entry--link span {
		width: 40px;
		margin-left: 35px;
	}
	.footlink--mansion-entry--contents a span::before {
		height: 25px;
	}
	.footlink--mansion-entry--contents a span::after {
		width: 21px;
		height: 4px;
		top: 4px;
		border-bottom: solid 1px;
		left: 5px;
	}
	.footlink--mansion-entry--link:hover.footlink--mansion-entry--link span::after {
		width: 25px;
	}
	.footlink--property-overview a:hover {
		background-color: #fff;
		color: #BDAA8F;
		opacity: 1;
		border: solid 1px #867257;
	}
	.fot-btn-link {
		display: flex;
		width: 266px;
		padding: 15px 0;
		text-align: center;
		border: 1px solid;
		justify-content: flex-end;
		color: #B49A6D;
		text-decoration: none;
		text-align: center;
		border: #B49A6D 1px solid;
		margin: 62px auto 62px;
		max-width: 100%;
		font-size: .14rem;
	}
	.fot-btn-link span {
		display: block;
		position: relative;
		/* border-left: solid 1px #000; */
		width: 58px;
		margin-left: 47px;
	}
	.fot-btn-link span::after {
		content: '';
		position: absolute;
		width: 27px;
		height: 7px;
		left: 11px;
		top: 2px;
		border-bottom: solid 1.5px;
		border-right: solid 1.5px;
		transform: skew(45deg);
		transition: .2s;
	}
	.fot-btn-link span::before {
		content: "";
		display: inline-block;
		width: 1px;
		height: 28px;
		background-color: #B49A6D;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0px;
		margin: auto;
		transition: .3s;
	}
	.fot-btn-link:hover.top-btn-link span::after {
		width: 42px;
	}
    .location-sp--gallery-entry {
        display: flex;
        position: fixed;
        bottom: 0;
        z-index: 1;
        width: 100%;
        opacity: 0;
        transition: 0.6s;
        pointer-events: none;
        padding: 6px 0;
        background-color: #B3996D;
    }
	.is-open .location-sp--gallery-entry{
		opacity: 0 !important;
		pointer-events: none !important;
	}
    .location-sp--entry, 
	.location-sp--gallery {
        text-decoration: none;
        font-size: .14rem;
        width: 50%;
        text-align: center;
        display: inline-block;
        padding: 2px 0;
    }
    .location-sp--gallery {
        color: #ffffff;
        border-right: 1px solid #FFF;
    }
	.location-sp--entry {
        background-color: #B3996D !important;
        color: #FFFFFF !important;
    }
	.location-sp--gallery:hover,
	.location-sp--entry:hover {
		opacity: 1;
	}
	.fixed-btn {
		opacity: 1;
		pointer-events: initial;
		transition-delay: 0.4s;
	}
	
	.top-fixed-btn--box {
        left: auto;
        right: -8px;
        bottom: 48px;
        transform: scale(0.83);
		opacity: 0;
		pointer-events: none;
		transition: 0.6s;
		transition-delay: 0.4s;
    }
	.top-fixed-btn--box.fixed-btn{
		opacity: 1;
		pointer-events: auto;
	}
	.pickup-contents{
		margin: 0 auto;
	}
	.pickup-title > p {
		font-size: .18rem;
		line-height: 2;
		margin: 17px 0 24px;
	    transition: 1s;
	}
	
	.pickup-fix__list {
    	flex-direction: column;
	}
	.pickup-fix-box {
		width: 94%;
		margin: 0 auto;
		padding-bottom: 30px;
		height: fit-content;
		flex-direction: column;
	}

	.pic-slide-x .pickup-title > p{
		/*display: none;*/
	}

	.pickup-fix__item {
		width: 83%;
		margin: 0 auto 11px;
		padding: 0;
		display: flex;
		align-items: center;
	}

	.pickup-fix__item::before{
		display:none;
	}

	.pickup-fix__item img {
		width: 20%;
		margin: 0;
	}

	.pickup-fix__item .top-btn-link{
		display:none;
	}

	.pic-sp-btn {
		color: #e2c08e;
		text-decoration: none;
		font-size: .18rem;
		padding-left: 24px;
		letter-spacing: -0.03em;
	}


	.btn-arrow {
		width: 25px;
		height: 1.5px;
		margin-top: 15px;
		background-color: #e2c08e;
		margin-left: 11px;
	}

	.btn-arrow::before {
		right: 0.5px;
		width: 10px;
		height: 1.5px;
		background-color: #e2c08e;
		top: calc(50% - 2px);
	}
.pickup-fix-box .batsu-mark p {
        font-size: .09rem;
        margin-top: 0px;
        color: #000;
}

.pickup-fix-box .batsu-mark {
    right: 5px;
    top: -22px;
    width: 44px;
    height: 44px;
}

.pic-slide-x {
    right: 0;
    left: 0;
}

.text-btn p {
    width: 100%;
    text-align: center;
}

.text-btn {
   	writing-mode: initial;
    width: 100%;
}

.pic-slide-x .text-btn {
	width: 100%;
	font-size: .16rem;
	height: auto;
	transform: translateY(27px);
	pointer-events: auto;
}
.text-btn {
	/*height: 55px;*/
	pointer-events: none;
}

.text-btn .btn-arrow{
	display:none;
}

.pickup-fix-box-clearbutton{
	display:none;
}

.float1to2 .pickup-fix-box-clearbutton{
	display:block;
    width: calc(100% - 25px);
    height: 70px;
    position: absolute;
    z-index: 11;
}

.floatbtn{
	/*bottom: -500px;*/
	top: 100%;
}
.floatbtn.scroll-visible{
	/*bottom: -10px;*/
	top: 100dvh;
	transform: translateY(calc(-100% + 10px));
}
.floatbtn.float0to1,
.floatbtn.float1to2{
	/*bottom: -450px;*/
	top: calc(100% - 60px);
	transform: translateY(0);
	}

}