@charset "utf-8";

.main{
	position: relative;
	height: 960px;
}
.main:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(/images/common/pat01.png);
	z-index: 10;
}
.main .logo{
	font-size: 0;
	margin-left: -36px;
	width: 732px;
	height: 65px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -366px;
	margin-top: -32px;
	transition: 1s linear 0.5s;
}
.main .logo.fade{
	opacity: 0;
}
.main .btn-content {
	position: fixed;
	display: block;
	left: 50%;
	margin-left: -33px;
	bottom: 50px;
	width: 67px;
	height: 80px;
	text-align: center;
	z-index: 10000;

-webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
     -o-transition-delay: 0.2s;
        transition-delay: 0.2s;

	-webkit-transition-duration: 0.5s;
	   -moz-transition-duration: 0.5s;
	    -ms-transition-duration: 0.5s;
	     -o-transition-duration: 0.5s;
	        transition-duration: 0.5s;
}


.wrapper{
	background: url(/images/top/bg.png) repeat-y 50% 0 #ffffff;
}

.component__title{
	display: none;
}

.gallery-item{
	padding-top: 50px;
}
.gallery-item:first-child{
	padding-top: 0;
}
.gallery-item__in{
	position: relative;
}

html.device-tablet .main{
	background: url(/images/top/main-bg.jpg) no-repeat 50% 50%;
	-webkit-background-size: cover;
}
html.device-tablet .wrapper{
	background-position: 50% 0 !important;
}

.news {
	
}
.news .news__list {
	
}
.news .news__list li {
	display: inline-block;
	vertical-align: top;
	width: 330px;
}
.news .news__list li:first-child {
	margin-right: 77px;
}
.news .news__list li a {
	display: block;
}
.news .news__list .news__list-img {
	display: table-cell;
    vertical-align: middle;
    height: 400px;
	overflow: hidden;
	line-height: 1.5;
}
.news .news__list .news__list-img img {
	max-height: 400px;
}
.news .news__list .news__list-ttl {
	font-size: 125%;
    font-family: 'EB Garamond', serif;
    margin-top: 10px;
    width: 290px;
}
