@charset "utf-8";
/* CSS Document */
@media only screen and (min-width: 768px) and (max-width:1280px) {
	.home #sec01 h2 {
		width: 100%;
	}
	.home #sec01 h2 img {
		
	}
	.home #sec01 h2 span {
        display: block;
        float: none;
        line-height: 1.6;
        padding: 15px 0 0 0;
		display: inline-block;
		margin-left: 3%;
		position: relative;
		bottom:15px;
	}
	.home #sec01 ul li p:nth-of-type(1) {
		font-size: 18px;
		margin-bottom: 0;
	}
	.home #sec01 ul li a {
  	   display: block;
       padding: 57% 1.4vw 0 20px;
       background-size: 100%;
	}
	.home #sec01 ul li p:nth-of-type(2) {
	}
	.home #sec01 ul {
		width: 100%;
		max-width: 815px;
	}
	.home #sec01 .btn {
		width: 40%;
	}
}

@media only screen and (max-width: 767px) {

.top_movie {
	display: none;
}
.sp_main {
	display: block;
}
.home #sec01 {
	padding: 19% 0 85px 0;
	background: url(../../images_sp/index/bg-sec01.png) no-repeat center top;
	background-size: cover;
}
.home #sec01 h2 {
	width: 100%;
}
.home #sec01 h2 span {
	margin-bottom: 10px;
}
.home #sec01 h2 img.sp_only {
	display: block;
	width: 55%;
	margin-left: auto;
}
.home #sec01 ul {
	width: 100%;
	margin-bottom: 5vw;
}
.home #sec01 ul li {
	width: 50%;
	margin-bottom: 20px;
}
.home #sec01 ul li a {
    display: block;
    padding: 58% 0 0 3vw;
    background-size: contain;
}
.home #sec01 ul li p:nth-of-type(1) {
	font-size: 1.28rem;
	margin-bottom: 5px;
}
.home #sec01 ul li p:nth-of-type(2) {
	font-size: 1.1rem;
}
.home #sec01 .btn {
	position: static;
	margin-top: -30px;
}
.home #sec02 {
    background: none;
    padding: 40px 0 60px 0;
    margin-top:0;
}
.home #sec02 div {
	margin: auto;
}
.home #sec02 .btn_white {
	margin: auto;
}
.sp_slider {
	display: block;
	margin-bottom: 40px !important;
}
.home #news_area {
	background: url(../../images_sp/index/bg-sec03.png) no-repeat left top;
	background-size: cover;
	margin-top: 0;
    padding: 100px 0 30px 0;
}
.home #news_area .fL {
	width: 100%;
	margin-bottom: 35px;
}
.home #news_area .fR {
	width: 100%;
}
.home #news_area table th,
.home #news_area table td,
.home #news_area table tr {
	display: block;
	width: 100%;
}
.home #news_area table th {
	padding-bottom: 0;
}
.home #news_area .fR li .ttl {
    font-size: 1.4rem;
    margin-bottom: 0;
    font-weight: bold;
    padding: 0px 0 0 0;
}
.home #news_area .fR li .date {
    font-size: 1.2rem;
    margin-bottom: 5px;
}
.home #news_area .fR li .txt {
    color: #909090;
    font-size: 1.1rem;
    line-height: 1.2;
}








}
@media only screen and (max-width: 320px) {
.home #sec01 ul li a {
    display: block;
    padding: 85px 0 0 10px;
    background-size: 144px;
}
.home #sec01 {
	background-size: 103%;
	padding: 21% 0 23px 0;

}
.home #sec01 ul li {
	width: 50%;
	margin-bottom: 10px;
}



}




