@charset "UTF-8";
/* CSS Document */

/* main-img-top */
#main-img-top {
    width: 1400px;
    overflow: hidden;
}
.header-wrap {
    width: 100%;
    background: url(common/images/top-bg.jpg) center top repeat-x;
    position: relative;
    height: 798px;
}
/*contents01*/
.top2 {
    height: 805px;
	background: url(top/images/002.jpg)center top;
	width: 100%;	
}
.top2_cont {
    width: 960px;
    margin: auto;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 360px;
}
.top2_cont h2 font {
    font-size: 20px;
    line-height: 1.8;
}
.top2_cont h2 {
    font-size: 45px;
    color: #fff;
    text-shadow: 4px 4px 7px #000;
	margin-bottom: 50px;
}
.top2_cont p {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    text-shadow: rgb(0, 0, 0) 4px 4px 7px;
    font-weight: bold;
	margin: 0 0 60px;
}
.btn a {
    background: #831521;
    color: #fff;
    padding: 5px 8%;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-radius: 5px;
}
.btn{
	margin: auto;
}
.btn a:after {
    content: "▶";
    margin: 0 0 0 10px;
}
.top3 {
    height: 807px;
    background: url(top/images/003.jpg)center top;
    width: 100%;
    position: relative;
}
.top3back {
    position: absolute;
    top: 0;
    left: 0;
}
.top3_cont {
    width: 960px;
    margin: auto;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 360px;
}

.top3_cont h2 {
    font-size: 80px;
    color: #fff;
    text-shadow: 4px 4px 7px #000;
	margin-bottom: 50px;
}
.top4 {
    height: 755px;
	background: url(top/images/004.jpg)center top;
	width: 100%;	
}
.top4_cont {
    width: 960px;
    margin: auto;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 80px;
}
.top4_cont h2.titleh2.min {
    font-size: 36px;
    line-height: 1.8;
    color: #fff;
}


.whatsnew {
    position: absolute;
    width: 780px;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 150px;
    height: 500px;
    overflow: auto;
}
.top4_cont h2.titleh2 p:before {
    content: "";
    position: absolute;
    border-top: 1px solid #fff;
    width: 80px;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
}
.top4_cont h2.titleh2 p {
    margin: 20px 0 0;
    font-size: 20px;
    position: relative;
}
p.contents-left {
    font-size: 14px;
    color: #fff;
    padding: 4px 0 0;
}
.new-cont {
    padding: 20px 0 15px;
    border-bottom: 1px solid #fff;
}
.new-cont:last-child {
    border: none;
}
h5.contents-left {
    background: #000000;
    padding: 7px 15px;
    margin-right: 30px;
    color: #fff;
    font-weight: normal;
}
.flex-c {
    display: flex;
    justify-content: center;
}
.so_area {
    position: absolute;
    top: 580px;
    width: 100%;
}
.so_area ul li {
    margin: 1%;
}
.top5 {
    width: 100%;
    height: 177px;
    background: #000;
    padding: 50px;
}
.top5 ul li {
    color: #fff;
    margin: 1%;
    text-align: center;
    line-height: 1.8;
	font-size: 18px;
}
.top5 ul li p {
    border: 1px solid;
    padding: 15px;
    width: 250px;
    margin-top: 5px;
	position: relative;
	font-size: 14px;
}
.top5 ul li p a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
	color: #fff;
	 line-height: 1.8;
	font-size: 14px;
	font-weight:normal;
	display:block;
	padding-top:3px;
}
.top5 ul li font {
    letter-spacing: 1em;
}