/* --------------------------------------------------

	alinamin top.css

-------------------------------------------------- */

/* ================================
	common
================================ */
div#contents.contents-W {
	font-size: 18px;
	line-height: 1.44;
}
.title02 {
	margin: 70px 0 30px;
}
div#link-pages {
	margin-top: 100px;
}


/* ================================
	top
================================ */
.topBox {
	height: 400px;
	background: url(../images/ix_bg.jpg) 50% 0 no-repeat;
	margin:0 0 70px;
    padding:0;
	position:relative;}

.topBox h1{
	font-size: 32px;
	padding: 30px 0 0;
	text-align: center;
}
.topBox .lead{
	background:rgba(255,255,255,.7);
	color: inherit !important;
	font-size: 100% !important;
	font-weight: bold;
	padding: 17px 15px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
}
.topBox .lead p{
	text-align: center;
	line-height: 1.9;
}

/* ================================
	menuBox
================================ */
.menuBox{
	background: #e9e9e9;
	padding: 15px 0 0 15px;}
.menuBox li{
	background: #fff;
}
.menuBox li a{
	display: block;
	border: none;
text-decoration: none;}
.menuBox li a:hover {
	opacity: .5;
}
.menuBox li .txt{
background: #e50013;
color: #ffffff;
	font-size: 20px;
	font-weight: bold;
text-align: center;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	position: relative;
}
.menuBox li .ic-link .txt:after{
	content: "";
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background:#ffffff url(../../common/images/ic_arw02.svg) 50% 50% no-repeat;
	background-size: 30px 30px;
	display: block;
}
.menuBox .col1 li{
margin: 0 15px 15px 0;}
.menuBox .col1 li a{
	background: 100% 0 no-repeat;
}
.menuBox .col1 li .txt{
	width: 315px;
	height: 210px;}
.menuBox .col1 li .ic-link .txt:after{
	margin: 15px auto 0;
}
.menuBox .col3 li{
	width: 300px;
	float:left;
	margin: 0 15px 15px 0;}
.menuBox .col3 li a{
	padding-top: 200px;
	background: 50% 0 no-repeat;
}
.menuBox .col3 li .txt{
	width: 300px;
	height: 68px;
	text-align: left;
	padding: 5px 13px;}
.menuBox .col3 li .ic-link .txt:after{
	position: absolute;
	right: 10px;
	top: 19px;
}
.menuBox li.menu01 a {
	background-image: url(../images/ix_menu01.jpg);}
.menuBox li.menu02 a {
	background-image: url(../images/ix_menu02.jpg);}
.menuBox li.menu03 a {
	background-image: url(../images/ix_menu03.jpg);}
.menuBox li.menu04 a {
	background-image: url(../images/ix_menu04.jpg);}
.menuBox li.menu05 a {
	background-image: url(../images/ix_menu05.jpg);}
.menuBox li.menu06 a {
	background-image: url(../images/ix_menu06.jpg);}
.menuBox li.menu07 a {
	background-image: url(../images/ix_menu07.jpg);}
.menuBox li.menu08 a {
	background-image: url(../images/ix_menu08.jpg);}
.menuBox li.menu09 a {
	background-image: url(../images/ix_menu09.jpg);}
.menuBox li.menu10 a {
	background-image: url(../images/ix_menu10.jpg);}
.menuBox li.menu11 a {
	background-image: url(../images/ix_menu11.jpg);}

.parallax{
    opacity: 0;}
.menuBox li.parallax-on:nth-child(3n+1){
	-moz-animation: anime1 .5s ease .2s 1 normal forwards;
	-webkit-animation: anime1 .5s ease .2s 1 normal forwards;
	-o-animation: anime1 .5s ease .2s 1 normal forwards;
	-ms-transform: anime1 .5s ease .2s 1 normal forwards;
    animation:anime1 .5s ease .2s 1 normal forwards;}
.menuBox li.parallax-on:nth-child(3n+2){
	-moz-animation: anime1 .5s ease .5s 1 normal forwards;
	-webkit-animation: anime1 .5s ease .5s 1 normal forwards;
	-o-animation: anime1 .5s ease .5s 1 normal forwards;
	-ms-transform: anime1 .5s ease .5s 1 normal forwards;
    animation:anime1 .5s ease .5s 1 normal forwards;}
.menuBox li.parallax-on:nth-child(3n+3){
	-moz-animation: anime1 .5s ease .7s 1 normal forwards;
	-webkit-animation: anime1 .5s ease .7s 1 normal forwards;
	-o-animation: anime1 .5s ease .7s 1 normal forwards;
	-ms-transform: anime1 .5s ease .7s 1 normal forwards;
    animation:anime1 .5s ease .7s 1 normal forwards;}
@keyframes anime1 {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
		    opacity: 1;
  }
}