@charset "utf-8";

body {
    background: #fff;
}

@media screen and (max-width: 768px) {
	section img{
		width: 100%;
	}
	}

/* ---------- maintitle ---------- */

#mainvisual{
	background: url("../img/mainvisual_bg.jpg") center top no-repeat;
	height: 1016.5px; /* 2033px */
	background-size: 1440px auto;
}

h1 {
	margin: 0;
	padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 100%;
}

@media screen and (max-width: 768px) {
	#mainvisual{
		height: auto;
		background: none;
		}
	#mainvisual img {
		width: 100%;
	}
	h1 {
		height: 1em;
		margin-top: -1em;
	}
}

/* ---------- conponent ---------- */

.htxt {
	margin: 0;
	height: 0;
	padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	width: 100%;
}

@media screen and (max-width: 768px) {
.htxt {
	height: 1em;
	margin-top: -1em;
	}
}

/* ---------- lead ---------- */
#lead {
	background: url("../img/lead_bg.jpg") center top no-repeat;
	height: 691.5px;/* 1383px */
	background-size: 1440px auto;	
}


@media screen and (max-width: 768px) {
    #lead {
        xbackground: url("../img/lead_bg_sp.jpg") center bottom no-repeat;
		xbackground-size: 100%;
		height: auto;
		padding-bottom: 0%;
    }

}


/* ---------- sp01 ---------- */
#sp01 {
	background: url("../img/sp01_bg.jpg") center top no-repeat;
	height: 971.5px;/* 1943px */
	background-size: 1440px auto;	
}

#sp01-2 {
	background: url("../img/sp01_bg-2.jpg") center top no-repeat;
	height: 971.5px;/* 1943px */
	background-size: 1440px auto;	
}

@media screen and (max-width: 768px) {
    #sp01, #sp01-2{
		height: auto;
		padding-bottom: 0%;
    }
}

/* ---------- sp02 ---------- */
#sp02 {
	background: url("../img/sp02_bg.jpg") center top no-repeat;
	height: 1424px;/*2840*/
	background-size: 1440px auto;	
}

@media screen and (max-width: 768px) {
    #sp02 {
        xbackground: url("../img/sp02_bg_sp.jpg") center bottom no-repeat;
		xbackground-size: 100%;
		height: auto;
		padding-bottom: 0%;
    }
}

/* ---------- sp03 ---------- */
#sp03 {
	background: url("../img/sp03_bg.jpg") center top no-repeat;
	height: 816.5x;/*1633*/
	background-size: 1440px auto;	
}

@media screen and (max-width: 768px) {
    #sp03 {
        xbackground: url("../img/sp03_bg_sp.jpg") center bottom no-repeat;
		xbackground-size: 100%;
		height: auto;
		padding-bottom: 0%;
    }
}

/* ---------- sp04 ---------- */
#sp04 {
	background: url("../img/sp04_bg.jpg") center top no-repeat;
	height: 1086px;/*2172*/
	background-size: 1440px auto;	
}
#sp04-2 {
	background: url("../img/sp04_bg-2.jpg") center top no-repeat;
	height: 1086px;/*2172*/
	background-size: 1440px auto;	
}

@media screen and (max-width: 768px) {
    #sp04,#sp04-2 {
		height: auto;
		padding-bottom: 0%;
    }
}


/* ---------- link ---------- */

#sp04 .btn_wrap,#sp04-2 .btn_wrap  {
padding: 900px 0 0 ;
}

#sp04 .btn_wrap a,#sp04-2 .btn_wrap a{
margin-left: 560px;
}
@media screen and (max-width: 768px) {

#sp04 .btn_wrap,#sp04-2 .btn_wrap {
width: 100%;
padding: 0;
margin-bottom: 20vw;
}

#sp04 .btn_wrap a,#sp04-2 .btn_wrap a{
margin:0 auto;
}
#sp04 .btn_wrap img,#sp04-2 .btn_wrap img{
width: 90%;
}
}
