@charset "UTF-8";

/* .opening
---------------------------------------------------------------------------*/
.opening {
	position: relative;
	overflow: hidden;
	background-color: #FBF1E6;
	width: 100%;
	min-width: 1300px;
	height: 100vh;
	min-height: 800px;
	white-space: nowrap;
	opacity: 0;
}

.top-logo {
	position: absolute;
	top: 5%;
	left: 4%;
	opacity: 0;
}

#loading {
	margin-top: 200px !important;
}

/* .top-address
------------------------------------*/
.top-address {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #FFFFFF;
	border-radius: 0 0 0 20px;
	padding: 26px 16px 23px 30px;
	z-index: 3;
	display: none;
	opacity: 0;
}

.top-address .footer-inner {
	position: relative;
}

.top-address .footer-inner address {
	font-size: 14px;
}

.top-address .footer-inner address em {
	margin-bottom: 9px;
}

.top-address .footer-inner address span {
	font-size: 15px;
}

.top-address .footer-inner address i {
	font-size: 11px;
}

.top-address .footer-inner .tel {
	margin-bottom: 6px;
	font-size: 26px;
}

.top-address .footer-inner .tel i {
	margin: 0 8px 0 2px;
}

.top-address .footer-inner .tel + p {
	font-size: 11px;
	letter-spacing: 0.14em;
}

/* .top-news
------------------------------------*/
.top-news {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 25px 105px;
	z-index: 3;
}

.top-news .illust {
	position: absolute;
	bottom: -10px;
	left: 30px;
	transform-origin: center bottom;
	opacity: 0;
}

.top-news .footer-news {
	position: relative;
	top: inherit;
	left: inherit;
	width: 320px;
	padding-left: 0;
	display: none;
	opacity: 0;
}

.top-news .footer-news h2 {
	padding-left: 30px;
}

.top-news .footer-news a {
	border-bottom: 1px solid #CD3335;
}

.top-news .footer-news a time {
	color: #333333;
}

/* .top-scroll
------------------------------------*/
.top-scroll {
	position: absolute;
	bottom: 60px;
	left: 50%;
	width: 41px;
	margin-left: -20px;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.12em;
	white-space: nowrap;
	z-index: 3;
	display: none;
	opacity: 0;
}

.top-scroll a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding-top: 140px;
	height: 160px;
}

.top-scroll i {
	display: block;
	position: absolute;
/* 	bottom: 40px; */
	bottom: inherit;
	top: 0;
	left: 20px;
	background-color: #DD2825;
	width: 1px;
/* 	height: 120px; */
	height: 0;
}

.top-scroll.active i {
	animation: anime_bar 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@keyframes anime_bar {
	0% { height: 0; bottom: inherit; top: 0; }
	40% { height: 120px; bottom: inherit; top: 0; }
	41% { height: 120px; bottom: 40px; top: inherit; }
	80% { height: 0; bottom: 40px; top: inherit; }
	100% { height: 0; bottom: 40px; top: inherit; }
}

/* .top-title
------------------------------------*/
.top-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) !important;
	width: 350px;
	height: 270px;
	text-align: center;
	z-index: 2;
	display: none;
	opacity: 0;
}

.top-title a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.top-title .maternity {
	display: block;
	position: absolute;
	top: 42px;
	right: -12px;
}

.top-title h2 {
	margin-top: 28px;
	font-size: 30px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	transform: translateX(10px);
}

.top-title .road {
	display: block;
	position: absolute;
	top: 140px;
	left: 50%;
	width: 1200px;
	height: 50vh;
	min-height: 400px;
	margin: 0 0 0 -600px;
	z-index: -1;
}

.top-title .road .mask {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
}

.top-title .road img {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 50vh;
	min-height: 400px;
}

/* illust-wrap
------------------------------------*/
.illust-wrap span {
	display: block;
	position: absolute;
	opacity: 0;
}

.illust-wrap span img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

.illust-wrap .recruit {
	top: 0;
	left: 26.5%;
	width: 13%;
	max-width: 187px;
}

.illust-wrap .office {
	top: 11.5vh;
	right: 31.5%;
	width: 12.2%;
	max-width: 175px;
}

.illust-wrap .cariology {
	bottom: 34.5vh;
	left: 6%;
	width: 12.2%;
	max-width: 177px;
}

.illust-wrap .orthodontic {
	bottom: 15vh;
	left: 15%;
	width: 16.6%;
	max-width: 237px;
	z-index: 2;
}

.illust-wrap .beauty {
	top: 28vh;
	right: 0;
	width: 16.2%;
	max-width: 232px;
}

.illust-wrap .pediatric {
	bottom: 26vh;
	right: 17.2%;
	width: 10.8%;
	max-width: 155px;
	z-index: 2;
}

.illust-wrap .cleaner {
	bottom: 6.5vh;
	right: 0;
	width: 11.6%;
	max-width: 167px;
	z-index: 2;
}


/* top
---------------------------------------------------------------------------*/
#loading {
	margin: -12px 0 0 -12px;
}

header {
	position: absolute;
	top: 100vh;
}

header.fix {
	position: fixed;
	top: 0;
}

.img-main {
	background-image: url(../img/top/img-main.jpg);
	padding-bottom: 72.2%;
}

.title-illust.about {
	margin-bottom: 75px;
}

.title-page.about .illust {
	top: -50px;
}

.sec-lead-about {
	margin-bottom: 120px;
}

.sec-lead-about .btn-set {
	margin-top: 35px;
}

.sec-news {
	margin-bottom: 150px;
}


/* media query
---------------------------------------------------------------------------*/
@media (max-height: 800px) {
	header {
		position: absolute;
		top: 800px;
	}
}