@charset "utf-8";





/*COMMON*/
html,body { -webkit-text-size-adjust:none; width:100%; }
html { -webkit-print-color-adjust:exact; }
body { text-rendering:optimizeLegibility; background-color:rgba(255,255,255,1); }
body,header,footer,main,section,div,span,a,form,input,textarea,select,img,svg,h1,h2,h3,h4,h5,h6,p { margin:0; padding:0; box-sizing:border-box; color:rgba(0,0,0,1); }
a { -webkit-tap-highlight-color:rgba(0,0,0,0); text-decoration:none; }
a:focus { outline:none; }
label,input,textarea,select { -webkit-tap-highlight-color:rgba(0,0,0,0); }
img,svg { width:100%; height:auto; vertical-align:bottom; user-select:none; pointer-events:none; }





/*WRAP*/
.wrap {
	width:100%;
	overflow:hidden;
}





/*CONTENTS*/
.contents {
	width:100%;
}
.contents_section {
	width:100%;
}
.contents_block {
	width:100%;
	max-width:770px;
	margin:0 auto;
	position:relative;
}
.contents_block a {
	display:block;
	position:absolute;
	opacity:0;
	background-color:#ffffff;
	transition-duration:0.25s;
	transition-timing-function:ease-in-out;
	transition-property:opacity;	
}
.contents_block a:hover {
	opacity:0.25 !important;
}
#contents_section1 {
	background-image:url(../img/image8.png);
	background-size:cover;
	background-position:center;		
	background-repeat:no-repeat;
}
#contents_section2 {
	background-color:#e60012;
}
#contents_section3 {
	background-color:#ffffff;
}
#contents_section4 {
	background-color:#e60012;
}
#contents_section5 {
	background-color:#ffffff;
}
#contents_section6 {
	background-color:#e60012;
}
#contents_section7 {
	background-color:#ffffff;
}
#contents_section1 a {
    width:19.5%;
    height:13.5%;
    top:0%;
    left:0%;
    background-color:#e60012;
}
#contents_section5 a {
    width:86%;
    height:9%;
    top:66%;
    left:7%;
    background-color:#ffffff;
}
#contents_section6 a {
    background-color:#e60012;
}
#contents_section6 .contents_block > a:nth-child(2) {
    width:17%;
    height:10%;
    top:58%;
    left:9.5%;
}
#contents_section6 .contents_block > a:nth-child(3) {
    width:60%;
    height:10%;
    top:58%;
    left:30.5%;
}
#contents_section6 .contents_block > a:nth-child(4) {
    width:23%;
    height:10%;
    top:76%;
    left:21.5%;
}
#contents_section6 .contents_block > a:nth-child(5) {
    width:28%;
    height:10%;
    top:76%;
    left:49.5%;
}
#contents_section7 a {
    background-color:#ffffff;
}
#contents_section7 .contents_block > a:nth-child(2) {
    width:67%;
    height:7%;
    top:24%;
    left:17%;
}
#contents_section7 .contents_block > a:nth-child(3) {
    width:77%;
    height:12%;
    top:39%;
    left:12%;
}
#contents_section7 .contents_block > a:nth-child(4) {
    width:77%;
    height:12%;
    top:53%;
    left:12%;
}
#contents_section7 .contents_block > a:nth-child(5) {
    width:39%;
    height:23%;
    top:70.5%;
    left:31%;
}
@media (max-width:999px){
	.contents_block a:hover { opacity:0 !important; }
}




