@charset "utf-8";
.specialA01 {
	text-align: left;
	
}
.specialA01 .A01_01 {
	padding-left: 40px;
}
.Stitle {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    font-size: 45px;
    text-align: center;
	color: #fff;
	text-shadow: 2px 2px 4px rgb(0 0 0 / 70%);
}

.Scont02 {
	height: 100vh;
	background: url('/images/special/bg02.jpg')no-repeat top center;
	background-size: cover;
	position: relative;
}
.Scont02:after {display: block; clear: both; content: "";}
.Scont02 h2 {
	padding-top: 95px;
    line-height: 1;
    font-size: 125px;
    text-transform: uppercase;
    color: #948f89;
	letter-spacing: 5px;
}
.Scont02 h2 span {
	display: none;
	font-size: 170px;
    line-height: 1;
    /* display: inline-block; */
}
.Sitem01_01, .Sitem01_02 {
	float: left;
}
.Sitem01_01 {
	width: 55%;
}
.Sitem01_02 {
	width: 45%;
} 


.Scont03 {
	height: 100vh;
	background: url('/images/room/bg01.jpg')no-repeat top center;
	background-size: cover;
	position: relative;
}
.Scont03 .A01box {
	width: 41%;
}
.Simg01_03 {
	float: right;
	position: relative;
}
.Scircle {
	position: absolute;
	top: 27%;
    left: -90px;
    width: 180px;
	animation: Scircle 10s linear infinite both;
}
@keyframes Scircle {
    from {
        transform: rotate(-360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

.Scont05 {
    background: url('/images/special/bg03.jpg')no-repeat top center;
}

@media (max-width:560px) {
	.Stitle {
		line-height: 1.2em;
		font-size: 28px;	
	}
	.Special .section .mcont05 {
		background: url('/images/special/m/bg01.jpg')no-repeat top center;
		background-size: cover;
	}
}