@charset "UTF-8";
/*----------------------------------------

	index CSS

	- common
	- observatory
	- 35f
	- 39f
	- 40f
	- rf
	- photo
	- fb

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	40% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	40% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}
#header .h_box01 #lang {
	--lang-color: #fff;
}
#headtitle.tit_bg {
	position: relative;
	height: 100vh;
}
#headtitle.tit_bg .headtitle_bg {
	background-image: url(../img/i_titbg01s.jpg);
	color: #fff;
}
#headtitle.tit_bg .headtitle_inner>h1 {
	padding: 6% 5.3% 74%;
	-webkit-animation: 2s fadeIn cubic-bezier(0.215, 0.61, 0.355, 1);
	animation: 2s fadeIn cubic-bezier(0.215, 0.61, 0.355, 1);
}
#headtitle.tit_bg .headtitle_inner>p {
	position: absolute;
	bottom: 15%;
	width: 100%;
	-webkit-animation: 3s fadeIn cubic-bezier(0.215, 0.61, 0.355, 1);
	animation: 3s fadeIn cubic-bezier(0.215, 0.61, 0.355, 1);
}
#headtitle.tit_bg .headtitle_inner>p>a {
	position: relative;
	display: inline-block;
	padding: 0 0 14px;
	color: #fff;
}
#headtitle.tit_bg .headtitle_inner>p>a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg) translate(-50%,0);
	    -ms-transform: rotate(45deg) translate(-50%,0);
	        transform: rotate(45deg) translate(-50%,0);
	-webkit-transform-origin: 0;
	    -ms-transform-origin: 0;
	        transform-origin: 0;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#headtitle.tit_bg .headtitle_bg {
		background-image: url(../img/i_titbg01.jpg);
	}
	#headtitle.tit_bg .headtitle_inner>h1 {
		padding: 6% 0 40%;
	}
	#headtitle.tit_bg .headtitle_inner>p {
		bottom: 5%;
	}
}
@media screen and (min-width:768px) and (-webkit-min-device-pixel-ratio: 2),
	   screen and (min-width:768px) and (-o-min-device-pixel-ratio: 2/1),
	   screen and (min-width:768px) and (min-resolution: 2dppx){
	#headtitle.tit_bg .headtitle_bg {
		background-image: url(../img/i_titbg01@2x.jpg);
	}
}

/*----------------------------------------
	fixbtn
-----------------------------------------*/
#fixbtn {
	width: auto;
	padding: 0;
	background: #836e31;
	border-top: none;
}
#fixbtn>ul>li>a>span:before {
	display: block;
	width: 100%;
	height: 30px;
	background: center 0 no-repeat;
	background-size: 30px auto;
}
#fixbtn>ul>li:nth-child(1)>a>span:before {
	background-image: url(/asset/img/cmn/c_fixbtn_i01.png);
}
#fixbtn>ul>li:nth-child(2)>a>span:before {
	background-image: url(/asset/img/cmn/c_fixbtn_i02.png);
}
#fixbtn>ul>li:nth-child(3)>a>span:before {
	background-image: url(/asset/img/cmn/c_fixbtn_i03.png);
}
#fixbtn>ul>li+li {
	border-left: 1px dashed rgba(255,255,255,0.2);
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#fixbtn {
		width: 300px;
		padding: 0;
		background: #000c30;
		border-top: 1px solid #fff;
	}
	#fixbtn>ul>li>a>span:before {
		background-position: center -2px;
		background-size: 34px auto;
	}
	#fixbtn>ul>li+li {
		border-left: none;
	}
}

/*----------------------------------------
	fixbtn - animation
-----------------------------------------*/

#fixbtn>ul>li:nth-child(1) a>span:before {
    animation-delay: 0s;
}
#fixbtn>ul>li:nth-child(2) a>span:before {
    animation-delay: 0.1s;
}
#fixbtn>ul>li:nth-child(3) a>span:before {
    animation-delay: 0.2s;
}
#fixbtn>ul>li>a>span:before {
	-webkit-animation: icon_jump 4s ease both infinite;
	animation: icon_jump 4s ease both infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
#fixbtn>ul>li>a:hover span:before {
	-webkit-animation: icon_jump_hover 2.4s ease both infinite;
	animation: icon_jump_hover 2.4s ease both infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

@-webkit-keyframes icon_jump {
	from {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} to {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 40% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 45% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,-4px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 49% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 53% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,-1px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 57% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 
}

@keyframes icon_jump {
	from {
		animation-timing-function: ease-in;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} to {
		animation-timing-function: ease-out;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 40% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 45% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,-4px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 49% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 53% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,-1px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 57% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 
}

@-webkit-keyframes icon_jump_hover {
	from {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} to {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 9% {
		-webkit-animation-timing-function: linear;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
	} 12% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translate(0px,-6px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 20% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,-7px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 28% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,-6px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 33% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,-4px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 38% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 42% {
		-webkit-animation-timing-function: linear;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
	} 45% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translate(0px,-6px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 53% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,-7px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 60% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,-6px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 65% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: translate(0px,-4px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 70% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 
}

@keyframes icon_jump_hover {
	from {
		animation-timing-function: ease-in;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} to {
		animation-timing-function: ease-out;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 9% {
		animation-timing-function: linear;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
	} 12% {
		animation-timing-function: ease-out;
		transform: translate(0px,-6px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 20% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,-7px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 28% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,-6px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 33% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,-4px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 38% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 42% {
		animation-timing-function: linear;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1;
	} 45% {
		animation-timing-function: ease-out;
		transform: translate(0px,-6px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 53% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,-7px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 60% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,-6px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 65% {
		animation-timing-function: ease-in-out;
		transform: translate(0px,-4px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 70% {
		animation-timing-function: ease-out;
		transform: translate(0px,0px) scale(1,1) rotate(0deg) skew(0deg,0deg);
		opacity: 1.0;
	} 
}


/*----------------------------------------
	observatory
-----------------------------------------*/
#observatory {
	overflow: hidden;
	margin: 36px auto 32px;
	padding: 40px 0 0;
}
#observatory h2 {
	margin: 0 0 18px;
	line-height: 1.8;
	letter-spacing: 0.6rem;
}
#observatory .slide {
	margin: 0 0 32px;
}
#observatory .slide .slick-arrow {
	top: 50%;
	margin-top: -15px;
}
#observatory .atte {
	margin: 50px 0 0;
	padding: 20px 20px;
	border: 1px solid #000;
}
#observatory .atte h3 {
	margin-bottom: 20px;
}
#observatory .atte .txt p {
	margin-top: 1.2em
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#observatory {
		max-width: 1400px;
		margin: 44px auto 70px;
		padding: 50px 0 0;
	}
	#observatory h2 {
		letter-spacing: 0.8rem;
	}
	#observatory .slide {
		margin: 0 0 34px;
	}
	#observatory .slide .slick-arrow {
		margin-top: -22px;
	}
	#observatory .atte {
		max-width: 1120px;
		margin: 80px auto 0;
	}
	#observatory .atte li {
		text-indent: -1em;
		padding-left: 1em;
	}
	#observatory .atte li::before {
		content: attr(data-ul);
		display: inline-block;
		width: 1em;
		text-align: center;
		text-indent: 0;
	}
	#observatory .btn_list {
		margin: 0 auto;
		width: 640px;
	}
	#observatory .atte {
		padding: 30px 50px;
	}
}

/*----------------------------------------
	floorBox
-----------------------------------------*/
[id^="s_"].floorBox {
	overflow: hidden;
}
[id^="s_"].floorBox .box01>.box01_01 {
	position: relative;
	padding-bottom: 2.2em;
}
[id^="s_"].floorBox .box01>.box01_01>h2 {
	position: absolute;
	top: -5%;
	width: 100%;
	font-size: 6.0rem;
	font-style: italic;
	line-height: 0;
	letter-spacing: 0.4rem;
}
[id^="s_"].floorBox .box01>.box01_01>h2>span {
	font-size: 2.5rem;
}
[id^="s_"].floorBox .box01>.box01_01 .slick-list {
	overflow: visible;
}
[id^="s_"].floorBox .box01>.box01_01 .slick-slide>p {
	overflow: hidden;
}
[id^="s_"].floorBox .box01>.box01_01 .slick-slide>span {
	position: absolute;
	bottom: -2.0em;
	right: 0;
	display: block;
	margin: 0 1.2% 0;
	color: #666666;
}
[id^="s_"].floorBox .box01>.box01_01 .slick-arrow {
	top: 50%;
	margin-top: -22px;
}
[id^="s_"].floorBox .box01>.box01_02 {
	position: relative;
	padding: 8px 0 0;
}
[id^="s_"].floorBox .box01>.box01_02>div {
	margin-bottom: 4px;
	line-height: 1.8;
}
[id^="s_"].floorBox .box01>.box01_02 h3 {
	margin: 0 0 18px;
	letter-spacing: 0.4rem;
}
[id^="s_"].floorBox .box02 {
	margin: 36px 0 0;
}
[id^="s_"].floorBox .box02>ul>li {
	position: relative;
	height: 32vw;
	background-color: #000c30;
}
[id^="s_"].floorBox .box02>ul>li>a,
[id^="s_"].floorBox .box02>ul>li>div {
	display: block;
	width: 100%;
	height: 100%;
}
[id^="s_"].floorBox .box02>ul>li>a[target="_blank"]>div {
    background: url(/asset/img/cmn/c_link01.png) right 10px bottom 10px no-repeat;
    background-size: 14px auto;
}
[id^="s_"].floorBox .box02>ul>li>a>p,
[id^="s_"].floorBox .box02>ul>li>a>div,
[id^="s_"].floorBox .box02>ul>li>div>p,
[id^="s_"].floorBox .box02>ul>li>div>div {
	position: absolute;
}
[id^="s_"].floorBox .box02>ul>li>a>p,
[id^="s_"].floorBox .box02>ul>li>div>p {
	overflow: hidden;
	width: 61%;
	height: 100%;
}
[id^="s_"].floorBox .box02>ul>li>a>p>img,
[id^="s_"].floorBox .box02>ul>li>a>div>img {
	-webkit-transform: scale(1.01);
	    -ms-transform: scale(1.01);
	        transform: scale(1.01);
}
[id^="s_"].floorBox .box02>ul>li>a>div,
[id^="s_"].floorBox .box02>ul>li>div>div {
	display: table;
	width: 39%;
	height: 100%;
}
[id^="s_"].floorBox .box02>ul>li>a>div>p,
[id^="s_"].floorBox .box02>ul>li>div>div>p {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0 0;
	color: #fff;
	line-height: 1.3;
}
[id^="s_"].floorBox .box02>ul>li>a>div>p:after,
[id^="s_"].floorBox .box02>ul>li>div>div>p:after {
	content: '';
	display: block;
	margin: 14px auto;
	width: 50px;
	border-bottom: 1px solid #fff;
}
[id^="s_"].floorBox .box02>ul>li:nth-child(1)>a>p,
[id^="s_"].floorBox .box02>ul>li:nth-child(1)>div>p {
	left: 0;
}
[id^="s_"].floorBox .box02>ul>li:nth-child(1)>a>div,
[id^="s_"].floorBox .box02>ul>li:nth-child(1)>div>div {
	right: 0;
}
[id^="s_"].floorBox .box02>ul>li:nth-child(2)>a>p,
[id^="s_"].floorBox .box02>ul>li:nth-child(2)>div>p {
	right: 0;
}
[id^="s_"].floorBox .box02>ul>li:nth-child(2)>a>div,
[id^="s_"].floorBox .box02>ul>li:nth-child(2)>div>div {
	left: 0;
}
[id^="s_"].floorBox .box02>ul>li:nth-child(3)>a>p,
[id^="s_"].floorBox .box02>ul>li:nth-child(3)>div>p {
	left: 0;
}
[id^="s_"].floorBox .box02>ul>li:nth-child(3)>a>div,
[id^="s_"].floorBox .box02>ul>li:nth-child(3)>div>div {
	right: 0;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	[id^="s_"].floorBox .box01 {
		position: relative;
		width: 100%;
	}
	[id^="s_"].floorBox .box01>.box01_01 {
		width: 65%;
		margin: 0;
	}
	[id^="s_"].floorBox .box01.lr>.box01_01 {
		margin: 0 0 0 auto;
	}
	[id^="s_"].floorBox .box01>.box01_01>h2 {
		top: -24px;
		font-size: 9.0rem;
		z-index: 120;
	}
	[id^="s_"].floorBox .box01>.box01_01>h2>span {
		font-size: 3.6rem;
	}
	[id^="s_"].floorBox .box01>.box01_01 .slick-slider {
		z-index: 100;
	}
	[id^="s_"].floorBox .box01>.box01_01 .slick-slide>span {
		bottom: -2.2em;
	}
	[id^="s_"].floorBox .box01>.box01_02 {
		position: absolute;
		top: 0;
		width: 100%;
		padding: 86px 0 0;
	}
	[id^="s_"].floorBox .box01>.box01_02>div {
		max-width: 1200px;
		margin: 0 auto;
		line-height: 1.8;
	}
	[id^="s_"].floorBox .box01>.box01_02>div>div {
		width: 295px;
		margin: 0 0 0 auto;
		padding: 0 0 0 50px;
	}
	[id^="s_"].floorBox .box01.lr>.box01_02>div>div {
		margin: 0 auto 0 0;
		padding: 0 40px 0 0;
	}
	[id^="s_"].floorBox .box01>.box01_02 h3 {
		margin: 0 0 20px;
	}
	[id^="s_"].floorBox .box02 {
		margin: 44px 0 0;
	}
	[id^="s_"].floorBox .box02>ul {
		display: table;
		width: 100%;
		text-align: center;
	}
	[id^="s_"].floorBox .box02>ul>li {
		display: inline-block;
		vertical-align: top;
		width: 33.3333%;
		height: auto;
		background: none;
	}
	[id^="s_"].floorBox .box02>ul>li>a,
	[id^="s_"].floorBox .box02>ul>li>div {
		height: 17.6vw;
		max-height: 246px;
		min-height: 168px;
	}
	[id^="s_"].floorBox .box02>ul>li>a,
	[id^="s_"].floorBox .box02>ul>li>div {
		overflow: hidden;
		position: relative;
		background-color: #000c30;
	}
	[id^="s_"].floorBox .box02>ul>li:nth-child(n)>a>p,
	[id^="s_"].floorBox .box02>ul>li:nth-child(n)>div>p {
		width: 100%;
		height: auto;
		top: 50%;
		left: 50%;
		right: auto;
		-webkit-transition: -webkit-transform 0.6s;
		transition: -webkit-transform 0.6s;
		-o-transition: transform 0.6s;
		transition: transform 0.6s;
		transition: transform 0.6s, -webkit-transform 0.6s;
		-webkit-transform: translate(-50%,-50%) scale(1.02);
		    -ms-transform: translate(-50%,-50%) scale(1.02);
		        transform: translate(-50%,-50%) scale(1.02);
	}
	body.pc [id^="s_"].floorBox .box02>ul>li>a:hover>p {
		-webkit-transform: translate(-50%,-50%) scale(1.11);
		    -ms-transform: translate(-50%,-50%) scale(1.11);
		        transform: translate(-50%,-50%) scale(1.11);
	}
	[id^="s_"].floorBox .box02>ul>li>p {
		padding: 24px 40px 10px;
		color: #111111;
		text-align: left;
	}
	[id^="s_"].floorBox .box02>ul>li>a>div>dl,
	[id^="s_"].floorBox .box02>ul>li>div>div>dl {
		padding: 0;
	}
	[id^="s_"].floorBox .box02>ul>li>a>div>dl>dt,
	[id^="s_"].floorBox .box02>ul>li>div>div>dl>dt {
		position: relative;
		margin: 0 0 16px;
		padding: 0 0 16px;
	}
	[id^="s_"].floorBox .box02>ul>li>a>div>dl>dt:after,
	[id^="s_"].floorBox .box02>ul>li>div>div>dl>dt:after {
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 70px;
		margin: 0 0 0 -35px;
		border-bottom: 1px solid #fff;
	}
	[id^="s_"].floorBox .box02>ul>li>a>p>img,
	[id^="s_"].floorBox .box02>ul>li>div>p>img {
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	[id^="s_"].floorBox .box02>ul>li>a>div,
	[id^="s_"].floorBox .box02>ul>li>div>div {
		top: 0;
		left: 0;
		width: 100%;
		background-color: rgba(0,0,0,0.2);
		-webkit-transition: background-color 0.6s;
		-o-transition: background-color 0.6s;
		transition: background-color 0.6s;
	}
	body.pc [id^="s_"].floorBox .box02>ul>li>a:hover>div,
	body.pc [id^="s_"].floorBox .box02>ul>li>div:hover>div {
		background-color: rgba(0,0,0,0.4);
	}
}
/* pc  960 - # */
@media print, screen and (min-width:960px) {
	[id^="s_"].floorBox .box01>.box01_02>div>div {
		width: calc(100vw * 0.35 - 40px);
	}
}
/* pc  1180 - # */
@media print, screen and (min-width:1260px) {
	[id^="s_"].floorBox .box01>.box01_02>div>div {
		width: calc(35vw - ((100vw - 100%) / 2));
	}
}
/* pc  1400 - # */
@media print, screen and (min-width:1400px) {
	[id^="s_"].floorBox .box01>.box01_02>div>div {
		width: 350px;
	}
}

/*----------------------------------------
	floorBox - animation
-----------------------------------------*/

/* pc  768 - # */
@media print, screen and (min-width:768px) {
[id^="s_"].floorBox .box02>ul>li>a::before,
[id^="s_"].floorBox .box02>ul>li>a::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 3%;
	left: 2%;
	display: block;
	height: 93%;
	border-left: 1px solid #fff;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

[id^="s_"].floorBox .box02>ul>li::before,
[id^="s_"].floorBox .box02>ul>li::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 3%;
	left: 2%;
	display: block;
	width: 96%;
	border-bottom: 1px solid #fff;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

[id^="s_"].floorBox .box02>ul>li::after {
	top: auto;
	left: auto;
	right: 2%;
	bottom: 3.6%;
}

[id^="s_"].floorBox .box02>ul>li>a::after {
	top: auto;
	left: auto;
	right: 2%;
	bottom: 4%;
}

/* hover */
[id^="s_"].floorBox .box02>ul>li:hover::before, 
[id^="s_"].floorBox .box02>ul>li:hover::after {
	width: 0%;
}

[id^="s_"].floorBox .box02>ul>li:hover>a::before, 
[id^="s_"].floorBox .box02>ul>li:hover>a::after {
	height: 0%;
}
}
/* IE11以前 */
@media all and (-ms-high-contrast: none) {
	[id^="s_"].floorBox .box02>ul>li::after {
		top: auto;
		left: auto;
		right: 2%;
		bottom: 4%;
	}
}

/*----------------------------------------
	3f
-----------------------------------------*/
#s_3f {
	margin-bottom: 50px;
	padding: 40px 0 0;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#s_3f {
		margin-bottom: 84px;
		padding: 50px 0 0;
	}
}

/*----------------------------------------
	35f
-----------------------------------------*/
#s_35f {
	margin-bottom: 50px;
	padding: 40px 0 0;
}
#s_35f .box01>.box01_01>h2 {
	font-size: 5.5rem;
}
#s_35f .box01>.box01_01 span.t01.indent01 {
	display: none;
}
#s_35f .box01>.box01_02 p.t02.indent01 {
	color: #000;
	background: rgba(222,222,222,0.7);
	margin-top: 20px;
	padding: 10px 20px;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#s_35f {
		margin-bottom: 84px;
		padding: 50px 0 0;
	}
	#s_35f .box01>.box01_01>h2 {
		font-size: 8.2rem;
	}
	#s_35f .box01>.box01_01 span.t01.indent01 {
		display: block;
	}
	#s_35f .box01>.box01_01 span.t01 {
		position: absolute;
		bottom: 20px;
		right: 20px;
		color: #000;
		background: rgba(255,255,255,0.7);
		padding: 10px 20px 10px 32px;
	}
	#s_35f .box01>.box01_02 p.t02.indent01 {
		display: none;
	}
}

/*----------------------------------------
	39f
-----------------------------------------*/
#s_39f {
	margin-bottom: 60px;
	padding: 40px 0 0;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#s_39f {
		margin-bottom: 104px;
		padding: 50px 0 0;
	}
}

/*----------------------------------------
	40f
-----------------------------------------*/
#s_40f {
	margin-bottom: 60px;
	padding: 40px 0 0;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#s_40f {
		margin-bottom: 104px;
		padding: 50px 0 0;
	}
}

/*----------------------------------------
	rf
-----------------------------------------*/
#s_rf {
	margin-bottom: 70px;
	padding: 40px 0 0;
}
#s_rf .box01>.box01_01>h2 {
	top: -2%;
	font-size: 5.5rem;
}
#s_rf .box01>.box01_01>h2>span {
	vertical-align: middle;
	padding-left: 12px;
	font-size: 1.6rem;
	font-style: normal;
}
#s_rf .box01>.box01_01 .slick-slide>span {
	margin: 0 1.2% 0;
}
#s_rf .box01>.box01_02 {
	padding: 8px 0 30px;
}
#s_rf .box01>.box01_02 .t01 {
	color: #000;
	background-color: rgba(0,0,0,0.1);
	margin-top: 15px;
	padding: 0 10px;
	text-align: center;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#s_rf {
		margin-bottom: 124px;
		padding: 50px 0 0;
	}
	#s_rf .box01 {
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	#s_rf .box01>div {
		display: block;
		width: 100%;
	}
	#s_rf .box01>.box01_01>h2 {
		top: -10px;
		font-size: 8.2rem;
	}
	#s_rf .box01>.box01_01>h2>span {
		font-size: 2.2rem;
	}
	#s_rf .box01>.box01_01 .slick-slide>span {
		margin: 0 0.65% 0;
	}
	#s_rf .box01>.box01_02 {
		position: absolute;
		top: 0;
		margin: 0 auto;
		padding: 6.6vw 0 0;
		color: #fff;
	}
	#s_rf .box01>.box01_02>.inner {
		max-width: 1200px;
		margin: 0 auto;
		z-index: 100;
	}
	#s_rf .box01>.box01_02 .t01 {
		background-color: rgba(255,255,255,0.9);
		display: table;
		margin-top: 20px;
		text-align: left;
	}
}

/*----------------------------------------
	s_ticket
-----------------------------------------*/
#s_ticket {
	margin-bottom: 80px;
	background: #edcecc;
}
#s_ticket h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 30px;
	letter-spacing: 0.3em;
}
#s_ticket h2 > span:nth-child(1) {
	margin-bottom: 2px;
}
#s_ticket .box01 {
	padding: 32px 5.3% 35px;
}
#s_ticket .box01 ul {
	margin-bottom: 30px;
}
#s_ticket .box01 ul>li+li {
	margin-top: 30px;
}
#s_ticket .box01 ul>li>figure {
	width: 190px;
	margin: 0 auto 12px;
}
#s_ticket .box01 ul>li>dl>dt {
	margin-bottom: 5px;
}
#s_ticket .box01 ul>li>dl>dd {
	line-height: 1.8;
}
/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#s_ticket {
		margin-bottom: 130px;
	}
	#s_ticket h2 {
		margin-bottom: 40px;
	}
	#s_ticket .box01 {
		max-width: 1200px;
		margin: 0 auto;
		padding: 45px 0 50px;
	}
	#s_ticket .box01 ul {
		display: flex;
		margin-bottom: 40px;
	}
	#s_ticket .box01 ul>li {
		flex: 1;
	}
	#s_ticket .box01 ul>li+li {
		margin: 0;
	}
	#s_ticket .box01 ul>li>figure {
		display: flex;
		align-items: flex-end;
		height: 80px;
		margin-bottom: 20px;
	}
	#s_ticket .box01 ul>li>dl {
		width: 260px;
		margin: 0 auto;
	}
	#s_ticket .box01 ul>li>dl>dt {
		margin-bottom: 10px;
		font-weight: bold;
	}
}

/*----------------------------------------
	photo
-----------------------------------------*/
#s_photo .box01>.photogl {
	position: relative;
	margin-bottom: 34px;
	width: 100%;
}
#s_photo .box01>.photogl .slick-slide>ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#s_photo .box01>.photogl .slick-slide>ul>li {
	position: relative;
	overflow: hidden;
	display: table-cell;
	vertical-align: top;
	padding-bottom: 100%;
}
#s_photo .box01>.photogl .slick-slide>ul>li.type1 {
	padding-bottom: 100%;
}
#s_photo .box01>.photogl .slick-slide>ul>li.type2 {
	padding-bottom: 50%;
}
#s_photo .box01>.photogl .slick-slide>ul>li>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#contents #s_photo .box01>.photogl .slick-slide>ul>li>a>img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: scale(1.02) translate(-50%,-50%);
	    -ms-transform: scale(1.02) translate(-50%,-50%);
	        transform: scale(1.02) translate(-50%,-50%);
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	height: 100%;
	width: auto;
}
#contents #s_photo .box01>.photogl .slick-slide>ul>li>a>img.vlh {
	height: auto;
	width: 100%;
}
/* pc  768 - # */
@media screen and (min-width:768px) {
	#s_photo .box01>.photogl {
		margin-bottom: 50px;
	}
}