@charset "utf-8";

/* -------------------------------------------------
     cover
 --------------------------------------------------- */
.cover {
	clear:both;
	float:left;
	width:100%;
	height:auto;
	margin:0px auto 30px auto;
	overflow:hidden;
	max-height: 500px;
}

.cover_slider {
	float:left;
	width:100%;
	height:auto;
	max-height: 500px;
}

.cover_slider img {
	width: 100%;
	height: 50vw;
	object-fit: cover;
}

@media screen and (max-width: 770px) {
	.cover {
		margin:0 auto 15px auto;
	}

	.cover_slider img {
		width:100%;
		height:auto;
	}
}


/* -------------------------------------------------
     top_news_area
 --------------------------------------------------- */
.top_titlebar_news{
    float:left;
    width:20%;
}
.top_titlebar_news img{
    width:100%;
    height: auto;
}
#top_news_area {
	float:right;
	width:75%;
	height:auto;
    margin:10px 45px 10px auto;
}

#top_news_area .news_list {
	float:left;
    width: 300px;
	height:auto;
	margin: 10px;
    border: 2px solid #e5e5e5;
    padding: 15px 15px 30px 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap:wrap;
}

#top_news_area .news_list .news_img {
	float:right;
	width:40%;
	height:auto;
}

#top_news_area .news_list .news_img img {
	width:100%;
	height:auto;
    margin:0 0 5% 0;

    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

#top_news_area .news_list .news_img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


#top_news_area .news_list .news_day {
	width:100%;
	margin: 5px 0;
	font-size: 12px;
    position: absolute;
    bottom:15px;
}
.news_day i {
    margin-right: 5px;
}
#top_news_area .news_list .news_title {
	float:left;
	width:58%;
	height:auto;
	margin: 0 2% 1% 0;
    font-weight: bold;
}

@media screen and (max-width: 770px) {
	#top_news_area {
		width:98%;
        margin: 1%;
	}
	
	#top_news_area .news_list {
        /*clear:both;*/
		/* float:left; */
		width: 100%;
		height:auto;
		margin: 10px 5px;
        padding: 10px 10px 25px 10p;
	}

	#top_news_area .news_list .news_img {
		float:left;
		width:60%;
		height:auto;
        margin: 0 20% 5% 20%;
	}

	#top_news_area .news_list .news_img img {
		width:100%;
	}
	
	#top_news_area .news_list .news_title {
		float:left;
		width:100%;
		height:auto;
		margin: 5px auto;
	}

    #top_news_area .news_list {
        padding: 5px 10px 15px 10px;
    }

}

/* more button ---------------- */
.news_more {
	clear:both;
	float:left;
	width:100%;
	margin:10px 0;
}

.news_more .linkbox {
	width:90%;
	margin:0 auto;
	text-align:center;
	line-height: 50px;
	background-color:#fff;
	border:solid 1px #000;
    line-height: 1.4em;
}

.news_more .linkbox a{
    display: block;
    width:100%;
    height:100%;
	color:#fff;
    padding: 6% 1%;
}

.news_more .linkbox a:hover {
	opacity: 0.5 ;
}

@media screen and (max-width: 770px) {
	.news_more {
		margin:20px 0 40px 0;
	}
    .top_titlebar_news {
        clear: both;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap:wrap;
        align-items: flex-end;
    }
    .top_titlebar_news img {
        width: 69%;
        height: auto;
        float: left;
    }
    .news_more {
        clear: none;
        float: right;
        width: 30%;
        margin: 0px 0;
    }
}

/* -------------------------------------------------
     pickup
 --------------------------------------------------- */
#top_pickup_area {
	clear:both;
	float:left;
	max-width:1100px;
	height:auto;
	margin:50px auto 80px auto;
    position: relative;
}

.pickup_clm3 {
	float:left;
    max-width:1100px;
	height:auto;
	margin:10px auto;
}

.pickup_clm3 img {
	width:100%;
	height:auto;
}

.pickup_clm2 {
	float:left;
    width:49.8%;
	height:auto;
    margin: 0.1% 0.1% -0.5% 0.1%;
}

.pickup_clm2 img {
	width:100%;
	height:auto;
}

.pickup_clm1 {
	float:left;
	width:355px;
    height:auto;
	margin:10px 5px;
}

.pickup_clm1 img {
	width:100%;
    height:auto;
}

.pickup_clm4 {
	float:left;
	width:265px;
    height:auto;
	margin:10px 5px;
}

.pickup_clm4 img {
	width:100%;
    height:auto;
}


.pickup_clm3 a:hover img, .pickup_clm2 a:hover img, .pickup_clm1 a:hover img, .pickup_clm4 a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
}

/*
@media screen and (max-width: 770px) {
	#top_pickup_area {
		width:100%;
		margin:10px auto 40px auto;
	}
	
	.pickup_clm3 {
		width:50%;
		height:auto;
		margin:5px 0px;
	}
	
	.pickup_clm3 img {
		width:98%;
		height:auto;
	}
	
	.pickup_clm2 {
		width:50%;
		height:auto;
		margin:5px 0px;
	}
	
	.pickup_clm2 img {
		width:98%;
		height:auto;
	}
	
	.pickup_clm1 {
		width:50%;
		height:auto;
		margin:5px 0px;
	}
	
	.pickup_clm1 img {
		width:98%;
		height:auto;
	}
}
*/

#pickup_pickup_title {
    width: 200px;
    height: 120px;
    padding-top: 55px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 2.5em;
    z-index: 1;
    color:#2b5ce0;
    font-weight: bold;
    line-height: 1.1em;
}
#pickup_pickup_title span {
    display: block;
    font-size: 0.5em;
    font-weight: normal;
    border-top: 2px solid #2b5ce0;
    margin: 15px 20%;
}
/* SP用 ------------------------------- */
#sp_top_pickup_area {
	width:100%;
	margin:10px auto 40px auto;
	overflow: hidden;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap:wrap;
}

.sp_pick{
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap:wrap;
}

.sp_pickup_clm3 {
	width:100%;
	height:auto;
	/*margin:3px 0px; */
}

.sp_pickup_clm3 img {
	width:100%;
	height:auto;
    margin: 0px 0px -1.3% 0px;
}

.sp_pickup_clm2 {
	width:50%;
	height:auto;
    /*margin:3px 0px;*/
}

.sp_pickup_clm2 img {
	width:100%;
	height:auto;
}

.sp_pickup_clm1 {
	width : 33.33333% ;
	width : -webkit-calc(100% / 3) ;
	width : calc(100% / 3) ;
	height:auto;
	margin:3px 0px;
}

.sp_pickup_clm1 img {
	width:98%;
	height:auto;
}

.sp_pickup_clm4 {
	width:25%;
	height:auto;
	margin:3px 0px;
}

.sp_pickup_clm4 img {
	width:98%;
	height:auto;
}

#column2{
	width: 100%;
	display: inline-flex;
	flex-wrap:wrap;
}

#column2 li{
	display: inline-block;
	width: 50%;
	text-align: center;
}

#column2 li img{
	width: 95%;
	margin: 10px auto;
}

@media screen and (max-width: 770px) {
	#column2 li.flat{
		width: 100%;
		display: block;
	}
}

/* -------------------------------------------------
     contents
 --------------------------------------------------- */
#contents_area {
	clear:both;
	float:left;
	width:1100px;
	height:auto;
	margin:10px auto 50px auto;
	overflow:hidden;
}

.contents_clm {
	float:left;
	width:540px;
	height:auto;
	margin:10px 5px;
}

.contents_clm img {
	width:540px;
	height:auto;
}

.contents_clm a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
}

@media screen and (max-width: 770px) {
	#contents_area {
		width:100%;
		margin:10px auto 30px auto;
	}
	
	.contents_clm {
		float:none;
		width:98%;
		margin:10px auto;
	}
	
	.contents_clm img {
		width:100%;
		height:auto;
	}
    
}