@charset "UTF-8";

/* webfont指定 */
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,700);


/* /past_president/index.html 
-------------------------------------------------------*/
/* ----タイトル----*/
/*
h1 {
	font-family: "Titillium Web";
	font-weight: normal;
	font-size: 7.4rem;
	color: #fff;
	line-height: 1;
}
h1 .subttl {
	display:block;
	font-family:inherit;
	font-size: 3.1rem;
	padding-top:15px;
}
*/

/* ----#main----*/
.mainArea {
	background:url(/past_president/img/main_bg.png) no-repeat;
	background-position:center center;
	background-size:cover;
	color:#fff;
	padding-top:130px;
	padding-bottom:130px;
	letter-spacing: 0.1em;
	text-align:center;
}
.mainArea h1 + p {
	font-family: 'Noto Serif JP', serif;
	transform: rotate(0.001deg);
	font-size:1.8rem;
	line-height:2.4;
	margin-top:40px;
}
.contentArea .commb {
	border-top:1px solid #fff;
	font-family: 'Noto Serif JP', serif;
	font-weight:300;
	transform: rotate(0.001deg);
	overflow:hidden;
	position:relative;
}
.contentArea .commb a {
	background-color:#333;
	color:#c1c1c1 !important;
	display:block;
	letter-spacing:1px;
	padding-top:75px;
	padding-bottom:75px;
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.contentArea .commb a:hover {
	background-color:#000;
}
.contentArea .commb .boxInner {
	box-sizing:border-box;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}
.contentArea .commb h2 {
	font-size:2.9rem;
	line-height:1.8;
	position:relative;
	z-index:10;
}
.contentArea .commb .txtName {
	font-size:2.2rem;
	margin-top:40px;
	overflow:hidden;
	position:relative;
	z-index:10;
}
.contentArea .commb .txtName .num {
	color:#333;
	float:left;
	font-family: "Titillium Web";
	font-size:14rem;
	font-weight:700;
	line-height:0.8;
	margin-right:35px;
	text-shadow:#c1c1c1 1px 1px 0px, #c1c1c1 -1px 1px 0px, #c1c1c1 1px -1px 0px, #c1c1c1 -1px -1px 0px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.contentArea .commb a:hover .txtName .num {
	color:#000;
	text-shadow:#79ad4d 1px 1px 0px, #79ad4d -1px 1px 0px, #79ad4d 1px -1px 0px, #79ad4d -1px -1px 0px;
}
.contentArea .commb .txtName .generation .term {
	font-size:1.7rem;
}
.contentArea .commb .txtName .name {
	font-size:3.6rem;
}
.contentArea .commb .txtName .spell  {
	font-family: "Titillium Web";
	font-weight:700;
	line-height:1.2;
}
.contentArea .commb .img {
	position:absolute;
	top:0;
	right:0;
	background-repeat:no-repeat;
	background-position:right center;
	background-size:cover;
	height:100%;
	width:52%;
}
.contentArea .commb.cts1 .img {
	background-image:url(/past_president/img/president_img01.jpg);
}
.contentArea .commb.cts2 .img {
	background-image:url(/past_president/img/president_img02.jpg);
}
.contentArea .commb.cts3 .img {
	background-image:url(/past_president/img/president_img03.jpg);
}
.contentArea .commb.cts4 .img {
	background-image:url(/past_president/img/president_img04.jpg);
}
.contentArea .commb .img:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	background-repeat:no-repeat;
	background-position:right center;
	background-size:cover;
	height:100%;
	width:100%;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	opacity:1;
	z-index:1;
}
.contentArea .commb.cts1 .img:before {
	background-image:url(/past_president/img/president_img01-2.jpg);
}
.contentArea .commb.cts2 .img:before {
	background-image:url(/past_president/img/president_img02-2.jpg);
}
.contentArea .commb.cts3 .img:before {
	background-image:url(/past_president/img/president_img03-2.jpg);
}
.contentArea .commb.cts4 .img:before {
	background-image:url(/past_president/img/president_img04-2.jpg);
}
.contentArea .commb a:hover .img:before {
	opacity:0;
}
.contentArea .commb .img:after {
	background-color:#333;
	content:"";
	position:absolute;
	top:0;
	left:-40px;
	height:calc(100% - 1px);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
	width:90px;
	z-index:2;
}
.contentArea .commb a:hover .img:after {
	background-color:#000;
}


/*TAB Layout
=====================*/
@media only screen and (max-width: 999px) {
	/* ----#main----*/
	.mainArea {
		padding:100px 20px;
	}
	.mainArea h1 + p {
		font-size:1.7rem;
	}
	.contentArea .commb a {
		padding-top:40px;
		padding-bottom:40px;
	}
	.contentArea .commb .boxInner {
		padding-left:20px;
		padding-right:20px;
		width:auto;
	}
	.contentArea .commb h2 {
		font-size:2.1rem;
		line-height:1.6;
	}
	.contentArea .commb .txtName {
		font-size:1.6rem;
		margin-top:30px;
	}
	.contentArea .commb .txtName .num {
		font-size:10rem;
		margin-right:25px;
	}
	.contentArea .commb .txtName .generation .term {
		font-size:1.3rem;
	}
	.contentArea .commb .txtName .name {
		font-size:2.6rem;
	}
	.contentArea .commb .img {
		width:54%;
	}
	.contentArea .commb .img:after {
		left:-25px;
		width:65px;
	}
}


/* SPLayout
=====================*/
@media only screen and (max-width: 599px) {
	/* ----タイトル----*/
	h1 img {
		width:250px;
	}
	
	/* ----#main----*/
	.mainArea {
		background-image:url(/past_president/img/sp_main_bg.png);
		padding:100px 10px;
	}
	.mainArea h1 + p {
		font-size:1.4rem;
		line-height:2.2;
		margin-top:30px;
	}
	.contentArea .commb a {
		padding:6% 6% 10%;
	}
	.contentArea .commb .boxInner {
		padding:0;
		width:auto;
	}
	.contentArea .commb h2 {
		font-size:1.4rem;
		line-height:1.6;
	}
	.contentArea .commb a:hover {
		background-color:#000;
	}
	.contentArea .commb .txtName {
		background-size:left top;
		background-repeat:no-repeat;
		background-size:75px auto;
		color:#333;
		font-size:1.2rem;
		margin-top:32%;
		padding-left:0;
		padding-top:60px;
	}
	.contentArea .commb.cts1 .txtName {
		background-image:url(/past_president/img/num_01.png);
	}
	.contentArea .commb.cts2 .txtName {
		background-image:url(/past_president/img/num_02.png);
	}
	.contentArea .commb.cts3 .txtName {
		background-image:url(/past_president/img/num_03.png);
	}
	.contentArea .commb.cts4 .txtName {
		background-image:url(/past_president/img/num_04.png);
	}
	.contentArea .commb.cts1 a:hover .txtName {
		background-image:url(/past_president/img/num_01_g.png);
	}
	.contentArea .commb.cts2 a:hover .txtName {
		background-image:url(/past_president/img/num_02_g.png);
	}
	.contentArea .commb.cts3 a:hover .txtName {
		background-image:url(/past_president/img/num_03_g.png);
	}
	.contentArea .commb.cts4 a:hover .txtName {
		background-image:url(/past_president/img/num_04_g.png);
	}
	.contentArea .commb a:hover .txtName {
		color:#fff;
	}
	.contentArea .commb .txtName .num {
		display:none;
	}
	.contentArea .commb .txtName .generation .term {
		font-size:1.1rem;
	}
	.contentArea .commb .txtName .name {
		font-size:1.8rem;
	}
	.contentArea .commb .img {
		top:inherit;
		bottom:0;
		right:inherit;
		left:0;
		height: 85%;
		width: 120%;
	}
	.contentArea .commb.cts1 .img,
	.contentArea .commb.cts1 .img:before {
		background-position:left 50% top;
	}
	.contentArea .commb.cts2 .img,
	.contentArea .commb.cts2 .img:before {
		background-position:left 15% top;
	}
	.contentArea .commb.cts3 .img,
	.contentArea .commb.cts3 .img:before {
		background-position:left 30% top;
	}
	.contentArea .commb.cts4 .img,
	.contentArea .commb.cts4 .img:before {
		background-position:left 50% top;
	}
	.contentArea .commb .img:before {
		top:inherit;
		bottom:0;
		right:0;
		height:100%;
		width:100%;
	}
	.contentArea .commb .img:after {
		top: -50%;
		left: 0;
		height: 100%;
		-webkit-transform: skew(280deg);
		transform: skew(280deg);
		width: 100%;
	}
	.contentArea .commb a:hover .img:before {
		opacity:0;
	}
	.contentArea .commb a:hover .img:after {
		background-color:#000;
	}
}

span.date{
	display: block;
	margin: 20px 0 0;
}
