/*
 * iweb52-style16
 *
 * Copyright 2016, TANK
 * 
 * 
 * 2016 / 11 / 01
 */


.wow {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
#h1{
	position: fixed;
    top: 0;
    opacity: 0;
    z-index: -999999;

}
.tit h3 {
	font-size: 30px;
	color: #3e3e3e;
	font-weight: normal;
}

.tit h3 b {
	font-size: 16px;
	color: #848484;
	display: block;
	font-weight: normal;
	line-height: 10px;
}


/* + aboutWrap
*----------------------------------------------------------------------------*/
#aboutWrap {
	padding: 50px 0;
}

#aboutWrap p ,
#aboutWrap h3 ,
#aboutWrap article {
	margin: 20px 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
}

#aboutWrap h3 {
	font-size: 30px;
	-webkit-animation-delay: 0.5s;
}

#aboutWrap article {
	margin: 40px auto 20px;
	width: 50%;
	font-size: 16px;
	line-height: 170%;
	-webkit-animation-delay: 1s;
}

#aboutWrap p.more {
	-webkit-animation-delay: 1.5s;
}

#aboutWrap p.more a {
	overflow: hidden;
	position: relative;
	margin: 30px 0 0;
	padding: 2px 40px;
	border: 1px #fff solid;
	display: inline-block;
	font-size: 16px;
	color: #fff;
}

#aboutWrap p.more a:hover {
	color: #fff;
}

#aboutWrap p.more a:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: -100%;
	display: block;
	background: #da7002;
	transition: all 0.4s ease;
	z-index: -1;
}

#aboutWrap p.more a:hover:after {
	left: 0;
}


/* + productWrap
*----------------------------------------------------------------------------*/
#productWrap {
	overflow: hidden;
	background: url(/images/22/index/img-productBg.jpg) repeat 0 0;
	background-position: 50% 0;
}

#productWrap section {
	position: relative;
}

#productWrap .tit ,
#productWrap .bd ul {
	overflow: hidden;
	margin: 20px 0 30px;
}

#productWrap .tit h3 ,
#productWrap .tit .poonLink {
	display: inline-block;
	width: 49%;
}

#productWrap .tit h3 {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
}

#productWrap .tit .poonLink {
	text-align: right;
}

#productWrap .tit .poonLink a {
	margin: 0 10px;
	padding: 5px 15px;
	border: 2px #9e9e9e solid;
	display: inline-block;
	color: #9e9e9e;
}

#productWrap .tit .poonLink a:hover ,
#productWrap .tit .poonLink a.action {
	border: 1px #1b1b1b solid;
	background: #1b1b1b;
	color: #fff;
}

#productWrap .productList {
	position: relative;
	width: 100%;
}

#productWrap .heid {
	position: absolute;
	width: 100%;
	right: -100%;
}

#productWrap .hd a {
	position: absolute;
	top: 40%;
	z-index: 10;
}

#productWrap .hd a.prev {
	left: 0;
}

#productWrap .hd a.next {
	right: 0;
}

#productWrap .bd {
	margin: 0 30px;
}

#productWrap .bd ul li {
	position: relative;
	float: left;
	width: 25%;
}

#productWrap .bd ul li .productPhoto ,
#productWrap .bd ul li .info {
	margin: 0 10px;
}


#productWrap .bd ul li .info {
	overflow: hidden;
	position: absolute;
	padding: 10px;
	border-top: 2px #fff solid;
	background: rgba(213, 101, 2, 0.62);
	bottom: 0;
	width: calc(100% - 40px);
}

#productWrap .bd ul li .info h3 ,
#productWrap .bd ul li .info p {
	overflow: hidden;
	width: 75%;
	height: 22px;
	font-size: 12px;
	color: #fff;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

#productWrap .bd ul li .info h3 a {
	font-size: 16px;
	color: #fff;
}

#productWrap .bd ul li .info .more {
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 2;
}

#productWrap .slogan {
	margin: 40px 0;
	text-align: center;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
}

#productWrap .slogan span {
	border-bottom: 1px #3e3e3e solid;
	font-size: 35px;
	font-weight: bold;
}

/* + contWrap
*----------------------------------------------------------------------------*/
#contWrap {
	overflow: hidden;
	background: url(/images/22/index/img-contactBg.jpg) no-repeat fixed center top / cover;
	color: #fff;
}

#contWrap a {
	color: #000;
}

#contWrap .list {
	margin-right: 5%;
	padding: 25px 0 0;
	float: left;
	width: 45%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}

#contWrap .list:last-child {
	margin-right: 0;
	margin-left: 5%;
	background: url(/images/22/index/img-line.png) repeat-y 120px 0;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}

#contWrap .list #fb-wrap ,
#contWrap .list .box {
	margin-left: 120px;
}

#contWrap .tit {
	margin-bottom: 25px;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	-webkit-animation-delay: 1s;
}

#contWrap .tit h3 {
	color: #000;
	display: inline-block;
}

#contWrap .tit h3 b {
	text-align: right;
}

#contWrap .list .box {
	padding: 12px;
	padding-left: 0;
	background: url(/images/22/index/img-line.png) repeat-y 0 0;
    color: #000;
}

#contWrap .list .box h3 ,
#contWrap .list .box p {
	margin: 10px 0;
	padding-left: 30px;
}

#contWrap .list .box p {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}

#contWrap .list .box p {
	-webkit-animation-delay: 0.5s;
}

#contWrap .list .box p:nth-child(3) {
	-webkit-animation-delay: 1s;
}

#contWrap .list .box p:nth-child(4) {
	-webkit-animation-delay: 1.5s;
}

#contWrap .list .box p:nth-child(5) {
	-webkit-animation-delay: 2s;
}

#contWrap .list .box p:nth-child(6) {
	-webkit-animation-delay: 2.5s;
}

#contWrap .list .box p:nth-child(7) {
	-webkit-animation-delay: 3s;
}

#contWrap .list .box p:nth-child(8) {
	-webkit-animation-delay: 3.5s;
}

#contWrap .list .box p:nth-child(9) {
	-webkit-animation-delay: 4s;
}

#contWrap .list .box h3 {
	border-left: 3px #d97102 solid;
}

#contWrap .list #newWrap .bd {
	margin-top: 40px;
}

#contWrap .list #newWrap .bd ul li {
	overflow: hidden;
}

#contWrap .list #newWrap .bd ul li .date ,
#contWrap .list #newWrap .bd ul li .info {
	margin: 10px 0;
	float: left;
	width: 21%;
	color: #000;
}

#contWrap .list #newWrap .bd ul li .date p {
	font-family: 'Montaga', serif;
	font-size: 16px;
	text-align: right;
	line-height: 5px;
}

#contWrap .list #newWrap .bd ul li .date p:first-child {
	font-size: 28px;
	line-height: 50px;
}

#contWrap .list #newWrap .bd ul li .info {
	margin-left: 2%;
	padding: 10px 5%;
	padding-right: 0;
	width: 72%;
	border-bottom: 1px #a0a0a08f solid;
}

#contWrap .list #newWrap .bd ul li .info h4 ,
#contWrap .list #newWrap .bd ul li .info article {
	overflow: hidden;
	height: 27px;
	font-size: 20px;
	color: #fff;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

#contWrap .list #newWrap .bd ul li .info article {
	margin: 15px 0 10px;
	height: 45px;
	font-size: 14px;
	color: #505050;
	-webkit-line-clamp: 2;
	line-height: 150%;
    font-size: 16px;
}
#contWrap .list #youtube iframe {
    width: 116%;
    height: 250px;
}



/************ = 適應性 = ************/
/* +width:1024 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#contWrap .list #newWrap .bd ul li .date {
		width: 26%;
	}
	#contWrap .list #newWrap .bd ul li .info {
		width: 67%;
	}
}


/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#productWrap .bd ul li {
		width: 50%;
	}
	#contWrap .list ,
	#contWrap .list:last-child {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	#contWrap .list #newWrap .bd ul li .date {
		width: 15%;
	}
}


/* +width:640 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#contWrap .list #newWrap .bd ul li .info {
		margin-left: 5%;
	}
	#aboutWrap article {
		width: 90%;
	}
}


/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#productWrap .tit h3 {
		width: 40%;
	}
	#productWrap .tit .poonLink {
		width: 59%;
	}
	#productWrap .bd ul li {
		width: 100%;
	}
	#contWrap .list .box ,
	#contWrap .list:last-child {
		background: none;
	}
	#contWrap .list #fb-wrap ,
	#contWrap .list .box {
		margin-left: 15px;
	}
	#contWrap .list #newWrap .bd ul li .date ,
	#contWrap .list #newWrap .bd ul li .info {
		width: 100%;
	}
	#contWrap .list #newWrap .bd ul li .date {
		margin: 0;
	}
	#contWrap .list #newWrap .bd ul li .date p:first-child ,
	#contWrap .list #newWrap .bd ul li .date p {
		display: inline-block;
		line-height: normal;
		font-size: 20px;
	}
	#contWrap .list #newWrap .bd ul li .date p:first-child {
		margin-left: 20px;
	}
	#contWrap .list #newWrap .bd ul li .date p:first-child:after {
		 content: " / "
	}
}

/* +width:450 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	#productWrap .tit h3 ,
	#productWrap .tit .poonLink {
		width: 100%;
	}
}