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

/*-----------main----------*/

.vertical{
	writing-mode: vertical-rl;
	font-family: 'Alata';
	font-size: 2.1rem;
	letter-spacing: 0.1em;
	position: absolute;
	top: 90px;
	left: -2px;
	color: #B40019;
}
.main_contents{
	width: 87.2vw;
	margin: 0 auto;
	padding-top: 20px;
}
.top_main{
	width: 89.6%;
	margin: 0 auto 20px;
	text-align: center;
}
.top_yoko{
	margin: 80px auto 80px;
}
.ex_date{
	font-size: 2rem;
	margin-bottom: 5px;
}
.ex_title{
	font-family: 'Alata';
	font-size: 1.9rem;
	letter-spacing: 0.05em;
	border-top: 1px solid;
	padding-top: 5px;
	line-height: 1.2;
}
.ex_title span{
	font-size: 2.6rem;
/*	長い時は2.3rem 通常:2.6rem */
	letter-spacing: 0.1em;
}
.title_long{
	font-size: 2.1rem!important;
	letter-spacing: 0!important;
	line-height: 1.4!important;
}
.title_JP{
		font-size: 1.8rem;
		letter-spacing: 0.15em;
	}
/*----------news----------*/
.news_wrapper{
	width: 100%;
}
.news{
	width: 100%;
	margin: 100px auto 120px;
	text-align: center;
	position: relative;
}
.news_contents_wrapper{
	background-color: #EDEDED;
	padding: 40px 0 60px;
}
.news_contents{
	width: 87.2vw;
	margin: 0 auto 30px;
}
.news_contents li{
	background-color: #fff;
	margin-bottom: 30px;
	padding-top: 20px;
}
.news_contents li:last-of-type{
	margin-bottom: 0;
}
.news_contents li a{
	width: 100%;
	text-align: left;
	margin: 0 auto;
}
.news_contents li a figure{
	width: 60%;
	height: auto;
	margin: 0 auto 10px;
	overflow: hidden;
}
.news_contents li a figure img{
	transition: 1s all;
}
.news_contents li a figure img:hover{
	transform: scale(1.1,1.1);
  	transition: 1s all;
}
.news_topic{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.news_date{
	font-size: 1.8rem;
	writing-mode: vertical-rl;
	height: 150px;
	position: absolute;
	top: 5px;
	left: 0;
}
.news_title{
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: justify;
	letter-spacing: 0.1ex;
}
.btn{
	width: 130px;
}
.more{
	width: 130px;
	background-color: #000;
	color: #fff;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
	margin: 0 10px;
    right: 0;
	position: absolute;
	-webkit-transition: all .3s;
    transition: all 1s;
}
.more:hover{
	 background-color: #cacaca;
    color: #000;
    cursor: pointer;
}
@media screen and (min-width:1024px){
	.main_contents{
		display: flex;
		justify-content: space-around;
		align-items: center;
		width: 80vw;
	}
	.top_main{
		width: 38%;
		margin: 0;
	}
	.top_yoko{
		width: 60%;
		margin: 8% auto 8%;
	}
	.vertical{
		font-size: 4rem;
	}
	.ex_date{
		font-size: 2.5rem;
	}
	.ex_title{
		font-size: 2.3rem;
		/*	長い時は2-2.6rem*/
	}
	.ex_title span{
	font-size: 3rem;
/*	長い時は2.3-2.6rem*/
	letter-spacing: 0.1em;
	}
	.title_long{
	font-size: 3rem!important;
	letter-spacing: 0!important;
	}
	.title_JP{
		font-size: 2.8rem!important;
		letter-spacing: 0.15em!important;
	}
	.news{
		margin: 160px auto 120px;
	}
	.news_date{
		font-size: 2rem;
	}
	.news_contents{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.news_contents::after{
		content:'';
		display: block;
		width: 26vw;
	}
	.news_contents li:last-of-type{
	margin-bottom: 30px;
}
	.news_contents li{
		width: 26vw;
		margin-top: 20px;
	}
	.news_contents li a{
		margin: 0 0 40px;
	}
	.more{
		margin: 0 50px 0 0;
	}
}