@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------

top.css

-------------------------------------------------- */
.wrapper,
.inner {
	max-width: 1279px;
}
#contents:before,
#contents:after{
	display: none;
}
@media screen and (max-width: 800px) {
	#main{
		overflow: hidden;
	}
	#contents{
		margin-top: 0;
	}
}
/* --------------------------------------------------
btn
-------------------------------------------------- */
.basic-btn{
	text-align: center;
}
.basic-btn a{
	min-width: 420px;
	font-size: 2rem;
	letter-spacing: .1em;
	line-height: 1.4;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #262320;
	padding: .8em 2em;
	position: relative;
	background: #FFF;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .basic-btn a{
	/*font-family: serif ;*/
	padding-top:1em;
}

.basic-btn a:hover{
	background: #262320;
	color: #FFF;
}

.basic-btn a:after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #262320;
	border-right: 1px solid #262320;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 3rem;
	padding: 0;
}

.basic-btn a:hover:after {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.basic-btn.black a{
	background: #262320;
	color: #FFF;
}
.basic-btn.black a:hover{
	background: #FFF;
	color: #262320;
}

.basic-btn.black a:after {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.basic-btn.black a:hover:after {
	border-top: 1px solid #262320;
	border-right: 1px solid #262320;
}


/* for MOBILE */
@media screen and (max-width: 800px) {
	.basic-btn a{
		min-width: 100%;
		padding: 10px 35px 10px 25px;
		text-align: center;
	}
}
/* --------------------------------------------------
.mv-wrap
-------------------------------------------------- */
.mv-wrap{
	position: relative;
}
.mv-wrap:before{
	content: "";
	background: rgba(180,139,39,0.15);
	width: 50%;
	height: 60%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -5;
}

/* --------------------------------------------------
slide-wrap
-------------------------------------------------- */
.slide-wrap{
	max-width: 1380px;
	margin: 0 auto;
	position: relative;
}
/* --------------------------------------------------
slide-top slick
-------------------------------------------------- */
.slide-top {
	width: 100%;
	position:relative;
}
.slide-top .slick-slide li{
	padding-right: 101px;
	padding-bottom: 50px;
}
.slide-top figure{
	width: 100%;
	max-width: 1280px;
	text-align: center;
	position: relative;
	margin: 0 auto;
}
.slide-top .frame{
	position: relative;
	padding-bottom: 43%;
	height: 0;
	overflow: hidden;
}
.slide-top .frame img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height:102%;
	min-width:102%;
}
.slide-top a:hover .frame img{
	transform: translate(-50%, -50%);
}
.slide-top .txtarea {
	max-width: 60%;
	background: rgba(34,15,4,0.8);
	color: #FFF;
	text-align: left;
	padding: 1.5em 2em;
	position: absolute;
	right: -100px;
	bottom: -50px;
	z-index: 10;
}
.slide-top .txtarea .slide-ttl{
	font-family: 'Noto Serif JP',YuMinchoW,YuMinchoM,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.6rem;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .slide-top .txtarea .slide-ttl{
	/*font-family: serif ;*/
}
.slide-top .txtarea .slide-lead{
	font-family: 'Noto Serif JP',YuMinchoW,YuMinchoM,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.6rem;
	border-bottom: 1px solid #FFF;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .slide-top .txtarea .slide-lead{
	/*font-family: serif ;*/
}

.slide-top .txtarea .slide-txt{
	font-family: 'Noto Serif JP',YuMinchoW,YuMinchoM,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.8;
	padding-bottom: 2rem;
}
.slide-top .slick-dots{
	width: 100%;
	text-align: left;
	right: 0;
	left: 60px;
	bottom: 3%;
	margin: auto;
}
.slide-top .slick-dots button:hover:after,
.slide-top .slick-dots .slick-active button:after {
	background: #B68B37;
}
@media screen and (max-width: 1200px) {
	.slide-top .slick-slide li{
		padding-right: 0;
		padding-bottom: 50px;
	}
	.slide-top .txtarea {
		max-width: 100%;
		padding: 2rem;
		position: relative;
		right: 0;
		bottom: 0;
		z-index: 10;
	}
	.slide-top .slick-dots{
		bottom: 3%;
	}
}
@media screen and (max-width: 600px) {
	.slide-top .slick-dots{
		bottom: 4%;
	}
}
@media screen and (max-width: 420px) {
	.slide-top .txtarea {
	padding: 1rem 2rem;
	}
	.slide-top .txtarea .slide-ttl{
	font-size: 1.6rem;
	}
	.slide-top .txtarea .slide-txt{
	font-size:1.2rem;
	line-height:1.4;
	padding-bottom: 0;
	}
	.slide-top .txtarea .slide-lead{
	padding-bottom: .5rem;
	margin-bottom: .5rem;
}
}
/* --------------------------------------------------
play-control
-------------------------------------------------- */
.play-control{
	position: absolute;
	left: 0;
	bottom: 3%;
	max-width: 100%;
}
.play-control li a {
	color: #262320;
	font-size: 1.3rem;
	vertical-align: bottom;
	padding: 2px 10px;
	margin-left: .5em;
}
.btn-play {
	display: none;
}
.btn-play:before {
	content: "\f04b";
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	padding-right: 5px;
}
.btn-stop:before {
	content: "\f04c";
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	padding-right: 5px;
}
@media screen and (max-width: 1200px) {
	.play-control{
		width: auto;
		bottom: 3%;
	}
}
@media screen and (max-width: 600px) {
	.play-control{
		bottom: 4.5%;
	}
}

/* --------------------------------------------------

bnr-historty

-------------------------------------------------- */

.bnr-historty{
    max-width: 768px;
	margin: 1.5em auto;
}

/* --------------------------------------------------

topics

-------------------------------------------------- */
.topics{
	padding: 6% 0 3%;
	position: relative;
	overflow: hidden;
	background: #FFF;
	z-index: 0;
}
.topics:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 200px solid transparent;
	border-right: 200px solid transparent;
	border-bottom: 200px solid rgba(239,232,217,0.8);
	border-left: 200px solid rgba(239,232,217,0.8);
	z-index: -5;
}
.topics:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	border-top: 300px solid rgba(239,232,217,0.4);
	border-right: 300px solid rgba(239,232,217,0.4);
	border-bottom: 300px solid transparent;
	border-left: 300px solid transparent;
	z-index: -20;
}
.topics-in:before{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	border-top: 400px solid transparent;
	border-right: 400px solid rgba(239,232,217,0.4);
	border-bottom: 400px solid  rgba(239,232,217,0.4);
	border-left: 400px solid transparent;
	z-index: -5;
}
.topics-in:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	border-top: 250px solid transparent;
	border-right: 250px solid rgba(239,232,217,0.4);
	border-bottom: 250px solid  rgba(239,232,217,0.4);
	border-left: 250px solid transparent;
	z-index: -10;
}
.topics .txtarea .txt{
	text-decoration: none;
}
@media screen and (max-width: 800px) {
	.topics{
		padding: 10% 0;
	}
	.topics:before{
		border-top: 100px solid transparent;
		border-right: 100px solid transparent;
		border-bottom: 100px solid rgba(239,232,217,0.8);
		border-left: 100px solid rgba(239,232,217,0.8);
	}
	.topics:after{
		border-top: 150px solid rgba(239,232,217,0.4);
		border-right: 150px solid rgba(239,232,217,0.4);
		border-bottom: 150px solid transparent;
		border-left: 150px solid transparent;
	}
	.topics-in:before{
		border-top: 200px solid transparent;
		border-right: 200px solid rgba(239,232,217,0.4);
		border-bottom: 200px solid  rgba(239,232,217,0.4);
		border-left: 200px solid transparent;
	}
	.topics-in:after{
		border-top: 125px solid transparent;
		border-right: 125px solid rgba(239,232,217,0.4);
		border-bottom: 125px solid  rgba(239,232,217,0.4);
		border-left: 125px solid transparent;
	}
}
@media screen and (max-width: 420px) {
	.topics{
		padding: 4% 0;
	}
}
/* --------------------------------------------------

laureates

-------------------------------------------------- */
.laureates .list-3col{
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 800px) {
	.laureates .list-3col{
		width: 100%;
	}
	.laureates .category{
		top: -1.5em;
	}
}
@media screen and (max-width: 420px) {
	.laureates{
		padding: 4% 0;
	}
}

/* --------------------------------------------------

history

-------------------------------------------------- */
.history{
	padding: 6% 0 0;
	background: #352D2B;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.history-in{
	min-height: 580px;
}
.history:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-top: 300px solid rgba(42,34,32,0.4);
	border-right: 400px solid transparent;
	border-bottom: 300px solid transparent;
	border-left: 400px solid rgba(42,34,32,0.4);
	z-index: -5;
}
.history:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	border-top: 300px solid transparent;
	border-right: 300px solid rgba(42,34,32,1.0);
	border-bottom: 300px solid rgba(42,34,32,1.0);
	border-left: 300px solid transparent;
	z-index: -20;
}
.history-in:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 400px solid transparent;
	border-right: 400px solid transparent;
	border-bottom: 400px solid rgba(42,34,32,0.4);
	border-left: 400px solid rgba(42,34,32,0.4);
	z-index: -10;
}
.history-in:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 250px solid transparent;
	border-right: 250px solid transparent;
	border-bottom: 250px solid rgba(42,34,32,0.4);
	border-left: 250px solid rgba(42,34,32,0.4);
	z-index: -5;
}
.history .top-ttl,
.history .ttl-lead{
	color: #FFF;
}
.history .top-ttl h2:before,
.history .top-ttl h2:after{
	background: #FFF;
}
.history .history-list{
	width: 90%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin: 0 auto 1%;
}
.history .history-list li{
	width:calc(100% / 4 - 2%);
	margin-bottom: 1%;
}
.history .history-list li a{
	width: 100%;
	height: auto;
	display: inline-block;
	color: #D3A730;
	font-size: 2rem;
	text-align: center;
	border: 1px solid #D3A730;
	padding: .5rem 3rem;
}
.history .pht-thumb, .pht-post{
	margin:0;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .history .history-list li a{
/*	font-family: serif ;*/
	padding-top:.75em;
}
.history .history-list li a:hover{
	color: #262320;
	background: #D3A730;
}
.history .history-list li .active{
	color: #262320;
	background: #D3A730;
}

.history li{
	position: relative;
}
.history .txtarea{
	width: 62%;
	max-width: 300px;
	font-size: 1.4rem;
	line-height: 1.4;
	background: #D3A730;
	padding: 1rem 2rem 1rem 1rem;
	position: relative;
	margin: -10rem 0 0 auto;
	z-index: 10;
	top: 10px;
	right: -34px;
}
.history .txtarea div{
	height: 5.5em;/* 4em（行）x line-heightの1.4 */
	overflow: hidden;
}
.ipad .history .txtarea div{
	height: 5.8em;/* iPadのみ */
	font-size: 1.2rem;
	line-height:1.2;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.ipad .history .txtarea div{
	height: 6.2em;/* iPad chromeのみ */
	font-size: 1.2rem;
	line-height:1.2;
}
}
.history .txtarea .day{
	margin-top: 0;
}
.history .txtarea .name{
/*	font-weight: bold;
	margin-bottom: .5rem;*/
}
.history .txtarea .txt{
	text-decoration: none;
/*	font-size:1.4rem;*/
}
.history .txtarea:after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #262320;
	border-right: 1px solid #262320;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	right: 1.8rem;
	bottom: 2rem;
	padding: 0;
}

.history a:hover .txtarea{
	color: #262320;
	opacity: 0.8;
}
@media screen and (max-width: 900px) {
	.history{
		padding: 10% 0 0;
	}
	.history:before{
		border-top: 150px solid rgba(42,34,32,0.4);
		border-right: 200px solid transparent;
		border-bottom: 150px solid transparent;
		border-left: 200px solid rgba(42,34,32,0.4);
	}
	.history:after{
		border-top: 150px solid transparent;
		border-right: 150px solid rgba(42,34,32,1.0);
		border-bottom: 150px solid rgba(42,34,32,1.0);
		border-left: 150px solid transparent;
	}
	.history-in:before{
		border-top: 200px solid transparent;
		border-right: 200px solid transparent;
		border-bottom: 200px solid rgba(42,34,32,0.4);
		border-left: 200px solid rgba(42,34,32,0.4);
	}
	.history-in:after{
		border-top: 125px solid transparent;
		border-right: 125px solid transparent;
		border-bottom: 125px solid rgba(42,34,32,0.4);
		border-left: 125px solid rgba(42,34,32,0.4);
	}
	.history .history-list{
		width: 100%;
		margin: 2% 0 1%;
	}
	.history .history-list li{
		width:calc(100% / 2 - 2%);
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.history .history-list li a{
		padding: .5rem;
	}
	.history .txtarea{
		width: 100%;
		padding: 1rem 3rem 1rem 1rem;
		margin:0;
		top: 0;
		left:0;
/*		width: 80%;
		padding: 2rem 4rem 2rem 2rem;*/
	}
	.history .txtarea:after {
		right: 2.4rem;
		bottom: 2.4rem;
	}
}
/* --------------------------------------------------
history pht
-------------------------------------------------- */
/* pht-thumb */
.history .pht-thumb{
	text-align: center;
	max-width: 200px;
	position: relative;
	z-index: 3;
	box-shadow:-4px 4px 10px 1px rgba(0,0,0,0.4)
}
.history .pht-thumb:after{
/*	content: "";
	width: 180px;
	height: 240px;
	background: #5E5E5E;
	display: inline-block;
	position: absolute;
	left: -2rem;
	bottom: -2rem;
	z-index:2;*/
}
.history .pht-thumb img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width:none;
	max-height:105%;
	max-width:102%;
}
.history .pht-thumb .frame{
	position: relative;
	width: 100%;
	padding-top:135%;
	overflow: hidden;
	margin: 0 auto 5px 0;
	background: #FFF;
	z-index: 10;
}

#item-report .pht-thumb .frame {
	padding-top:144%;	
}

#item-book .pht-thumb .frame {
	padding-top:141%;	
}

/* --------------------------------------------------
history list-3col
-------------------------------------------------- */
.history .list-3col{
	width: 90%;
	margin: 0 auto;
}

.history .list-3col ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-right:-1%;
}
.history .list-3col li{
	width:calc(100% / 3 - 5%);
	padding: 0;
	margin-bottom: 3%;
}

.history .list-3col ul::after{
	content:"";
	display: block;
	width:calc(100% / 1 - 1%);
}

/*　動画タブ　*/
#item-movie .movie-tmb {
	height: 200px;
	width: 355px;
	overflow: hidden;
	position: relative;
}

#item-movie .movie-tmb img {
	max-width: none;
	width: 385px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);	
}

#item-movie .txtarea {
	right: -60px;
}

#item-movie.list-3col{
	width: auto;
	margin: 0 auto;
}

#item-movie.list-3col li{
	width:auto;
	padding: 0;
	margin-bottom: 3%;
}
#item-movie.list-3col ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-right:0;
}
#item-movie .txtarea{
	top: 30px;
	right: -20px;
}

@media screen and (max-width: 1279px) {
	
	/*　動画タブ　*/
	#item-movie .movie-tmb {
		width: 100%;
	}
	
}

@media screen and (max-width: 900px) {
	.history .list-3col{
		width: 100%;
		margin: 0 auto;
	}
	.history .list-3col li{
		width:calc(100% / 3 - 3%);
	}
	.history .pht-thumb:after{
		display:none;
	}
	.history .pht-thumb{
		max-width: 100%;
	}
	#item-movie .movie-tmb {
		width: 160px;
	}
	#item-movie .movie-tmb img {
		width: 384px;
	}
}
@media screen and (max-width: 600px) {
	.history .list-3col{
		width:90%;
	}
	.history .list-3col ul{
		display:block;
	}
	.history .list-3col li{
		width:100%;
	}
	.history .list-3col li a{
		width:100%;
		display:flex;
	}
	.history .pht-thumb .frame{
		width:160px;
	}
	.history .pht-thumb{
		max-width: 160px;
	}
	.history .txtarea{
		max-width:100%;
		width:calc(100% - 160px);
	}
	
	/*　動画タブ　*/
	#item-movie .txtarea{
	top: 0;
	right: -20px;
	}
	
	#item-movie.list-3col li{
		margin: 3% auto 0;
	}
	
	#item-movie.list-3col{
		width: 90%;
	}
}

/* --------------------------------------------------

other

-------------------------------------------------- */
.other{
	padding: 2% 0 0;
}
@media screen and (max-width: 800px) {
	.other{
		padding: 5% 0 0;
	}
}

/* --------------------------------------------------
btnarea
-------------------------------------------------- */
.other .btnarea ul{
	display:flex;
	flex-wrap:wrap;
	margin-bottom: 3%;
}
.other .btnarea ul li{
	width:calc(100% / 4 - 1px);
	display: inline-flex;
	background: #352D2B;
	margin-right: 1px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.other .btnarea ul li:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: -15px;
	border-top: 100px solid rgba(42,34,32,0.4);
	border-right: 100px solid transparent;
	border-bottom: 100px solid transparent;
	border-left: 100px solid rgba(42,34,32,0.4);
	z-index: -20;
}
.other .btnarea ul li:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-top: 200px solid rgba(42,34,32,0.4);
	border-right: 100px solid rgba(42,34,32,0.4);
	border-bottom: 0;
	border-left: 210px solid transparent;
	z-index: -5;
}
.other .btnarea ul li a:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 30px solid transparent;
	border-right: 150px solid transparent;
	border-bottom: 30px solid rgba(42,34,32,0.4);
	border-left: 150px solid rgba(42,34,32,0.4);
	z-index: -5;
}
.other .btnarea ul li a{
	width: 100%;
	height: auto;
	/*min-height: 120px;*/
	color: #FFF;
	font-size: 2rem;
	text-align: center;
	text-shadow: 1px 0 3px #352D2B;
	line-height: 1.4;
	letter-spacing: .1em;
	padding: .5em 1em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.other .btnarea ul li a span{
	display: block;
	font-size: 2rem;
	font-weight: normal;
}
.other .btnarea ul li a:hover{
	background: rgba(255,255,255,0.3);
}
@media screen and (max-width: 800px) {
	.other .btnarea ul{
		margin-bottom: 3%;
	}
	.other .btnarea ul li{
		min-height: 70px;
		width:calc(100% / 2 - 1px);
		margin-bottom: 1px;
	}
	.other .btnarea ul li a{
		font-size: 1.6rem;
		padding: 1rem;
		min-height: auto;
	}
	.other .btnarea ul li a span{
		font-size: 1.3rem;
		margin-top: .5rem;
	}
}

/* --------------------------------------------------
mail-member
-------------------------------------------------- */
/*.mail-member{
	font-family: fot-matisse-pron, 'Noto Serif', sans-serif;
	background: #FFF;
	padding: 5%;
    margin-bottom: 10%;
}
 IE表示用のCSS　
_:-ms-input-placeholder, :root .mail-member{
	font-family: serif ;
}
.mail-member h3{
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 2rem;
}
.mail-member .txt{
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 4rem;
}
.mail-member .btn-mail{
	text-align: center;
}
.mail-member .btn-mail a{
	min-width: 600px;
	font-size: 2rem;
	font-family: fot-matisse-pron, 'Noto Serif', sans-serif;
	color: #FFF;
	letter-spacing: .1em;
	line-height: 1.4;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	padding: .8em 2em;
	position: relative;
	background: #352D2B;
	border: 1px solid #352D2B;
}
 IE表示用のCSS　
_:-ms-input-placeholder, :root .mail-member .btn-mail a{
	font-family: serif ;
}
.mail-member .btn-mail a:hover{
	background: #FFF;
	color: #352D2B;
}

.mail-member .btn-mail a:after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 4rem;
	padding: 0;
}

.mail-member .btn-mail a:hover:after {
	border-top: 1px solid #352D2B;
	border-right: 1px solid #352D2B;
}

@media screen and (max-width: 800px) {
	.mail-member{
		padding: 8% 5%;
	}
	.mail-member h3{
		font-size: 2.4rem;
		margin-bottom: 2rem;
	}
	.mail-member .txt{
		margin-bottom: 2rem;
	}
	.mail-member .btn-mail a{
		min-width: 100%;
		font-size: 2rem;
		text-align: center;
		padding: 10px 25px 10px 10px;
	}
	.mail-member .btn-mail a:after {
		right: 2rem;
	}
}

@media screen and (max-width: 320px) {
	.mail-member h3{
		font-size: 2rem;
	}
	.mail-member .txt{
		font-size: inherit;
	}
	.mail-member .btn-mail a{
		font-size: 1.7rem;
	}
}*/

/* --------------------------------------------------
snsarea
-------------------------------------------------- */

.snsarea-s{
	align-items: flex-start;
}
.snsarea{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 6% 0 2% 0;
}
.snsarea .snsarea-l,
.snsarea .snsarea-r{
	width: 48%;
}

.snsarea section{
	border: 1px solid #262320;
	padding: 2rem;
	width:100%;
}
.snsarea h4{
	font-size: 2.6rem;
	text-align: center;
	margin-top: -4rem;
	font-weight:bold;
}
.snsarea h4 span{
	background: #F7F4EE;
	padding: 0 5rem;
}
.snsarea .snsarea-l{
	display: flex;
}
.snsarea .snsarea-r{
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 800px) {
	.snsarea{
		display: block;
		margin: 10%;
	}
	.snsarea .snsarea-l,
	.snsarea .snsarea-r{
		width: 100%;
	}
	.snsarea h4 span{
		padding: 0 2rem;
	}
}

@media screen and (max-width: 420px) {
	.snsarea{
		margin: 10% auto 4% auto;
	}
	.snsarea .follow ul{
		width: 100%;
	}
}

/*facebook*/
.snsarea .facebook .fb-import{
	text-align: center;
	margin: 4.5% 0;
}

/*mail-member*/
.snsarea .mail-member{
	text-align:center;
	margin-bottom: 10%;
}
.snsarea .mail-member .btn-mail{
	text-align: center;
}
.snsarea .mail-member .btn-mail a{
	font-size: 2rem;
	color: #FFF;
	letter-spacing: .1em;
	line-height: 1.4;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	padding: .8em 2em;
	background: #352D2B;
	border: 1px solid #352D2B;
	margin:1em 0;
}
.snsarea .mail-member strong{
	font-weight:bold;
	margin:1em 0 .5em 0;
	font-size: 2rem;
	display:block;
}
.snsarea .mail-member .btn-mail a:hover{
	background: #FFF;
	color: #352D2B;
}
/* --------------------------------------------------
mail-member
-------------------------------------------------- */
/*.mail-member{
	font-family: fot-matisse-pron, 'Noto Serif', sans-serif;
	background: #FFF;
	padding: 5%;
    margin-bottom: 10%;
}
 IE表示用のCSS　
_:-ms-input-placeholder, :root .mail-member{
	font-family: serif ;
}
.mail-member h3{
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 2rem;
}
.mail-member .txt{
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 4rem;
}
.mail-member .btn-mail{
	text-align: center;
}
.mail-member .btn-mail a{
	min-width: 600px;
	font-size: 2rem;
	font-family: fot-matisse-pron, 'Noto Serif', sans-serif;
	color: #FFF;
	letter-spacing: .1em;
	line-height: 1.4;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	padding: .8em 2em;
	position: relative;
	background: #352D2B;
	border: 1px solid #352D2B;
}
 IE表示用のCSS　
_:-ms-input-placeholder, :root .mail-member .btn-mail a{
	font-family: serif ;
}
.mail-member .btn-mail a:hover{
	background: #FFF;
	color: #352D2B;
}

.mail-member .btn-mail a:after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 4rem;
	padding: 0;
}

.mail-member .btn-mail a:hover:after {
	border-top: 1px solid #352D2B;
	border-right: 1px solid #352D2B;
}

@media screen and (max-width: 800px) {
	.mail-member{
		padding: 8% 5%;
	}
	.mail-member h3{
		font-size: 2.4rem;
		margin-bottom: 2rem;
	}
	.mail-member .txt{
		margin-bottom: 2rem;
	}
	.mail-member .btn-mail a{
		min-width: 100%;
		font-size: 2rem;
		text-align: center;
		padding: 10px 25px 10px 10px;
	}
	.mail-member .btn-mail a:after {
		right: 2rem;
	}
}

@media screen and (max-width: 320px) {
	.mail-member h3{
		font-size: 2rem;
	}
	.mail-member .txt{
		font-size: inherit;
	}
	.mail-member .btn-mail a{
		font-size: 1.7rem;
	}
}*/


/*follow*/
.follow{
	background: #D3A730;
	padding: .5em 0;
/*	margin-bottom: 2%;*/
}
.follow ul{
	width: 15%;
	padding: .5em 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.follow ul li a{
	font-size: 3.5rem;
	display: inline-block;
}

.follow ul li a:hover i {
	transition: all 0.5s ease 0s;
}
.follow ul li a:hover i.fa-facebook-square {
	color: #395498;
}
.follow ul li a:hover i.fa-youtube {
	color: #F60000;
}
.follow ul li a:hover i.fa-twitter {
	color: #1C9CEA;
}

/*bnrarea*/
.snsarea .bnrarea ul{
	text-align: center;
	margin: 4rem 0 1rem 0;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.snsarea .bnrarea ul li{
	margin-bottom: 3rem;
	width:48%;
}
.snsarea .bnrarea ul li:hover{
	opacity: 0.8;
}
/*.snsarea .bnrarea ul li:last-child{
	margin-bottom: 0;
}
.snsarea .bnrarea ul li {
	display: inline-block;
	border: 1px solid #F2EDE2;
}*/
@media screen and (max-width: 800px) {
	/*facebook*/
	.snsarea .facebook{
		margin-bottom: 10%;
	}
	/*follow*/
	.follow{
/*		margin-bottom: 4%;*/
	}
	.follow ul{
		width: 25%;
	}
}
@media screen and (max-width: 420px) {
	.follow{
		margin-bottom: 0;
	}
	.follow ul li a{
		font-size: 3rem;
	}
	.snsarea .bnrarea ul{
		margin: 2rem 0 1rem 0;
		display:block;
	}
	.snsarea .bnrarea ul li{
		margin-bottom: 1rem;
		width:100%;
	}
	.follow ul{
		width: 40%;
	}
}


/* --------------------------------------------------

html --event

-------------------------------------------------- */
/* --------------------------------------------------
top-table
-------------------------------------------------- */
.top-table{
	margin-bottom: 3%;
}
.top-table table{
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #F7F3E9;
}
.top-table th {
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #F7F3E9;
	border-right: 1px solid #F7F3E9;
	border-bottom: 1px solid #F7F3E9;
	background: #352D2B;
	color: #FFF;
	padding: 10px;
}
.top-table td {
	background: #FFF;
	border-top: 1px solid #F7F3E9;
	border-right: 1px solid #F7F3E9;
	border-bottom: 1px solid #F7F3E9;
	padding: 8px 20px;
}
.top-table td.bold {
	font-weight: bold;
}
.top-table td .c-red {
	color: #F00;
}
.top-table td .c-red:hover {
	color: #352D2B;
}
@media screen and (max-width: 800px) {
	.top-table {
		display: block;
		overflow-x: scroll;
		font-size: 1.4rem;
	}
	.top-table table{
		width: 1000px;
		margin: 0 auto;
	}
}
/* --------------------------------------------------
top-information
-------------------------------------------------- */
.top-information{
	padding: 5% 0 3% 0;
	position: relative;
	overflow: hidden;
	background: rgba(239,232,217,0.2);
	z-index: 0;
}
.top-information:before{
	content: "";
	width: 267px;
	height: 353px;
	background: url("../img/top/bg_pattern01.png") no-repeat;
	background-size: cover;
	position: absolute;
	top: 60px;
	left: -70px;
	z-index: -5;
}
.top-information:after{
	content: "";
	width: 374px;
	height: 332px;
	background: url("../img/top/bg_pattern02.png") no-repeat;
	background-size: cover;
	position: absolute;
	right: -80px;
	top: -70px;
	z-index: -5;
}
.top-information-in:before{
	content: "";
	width: 417px;
	height: 283px;
	background: url("../img/top/bg_pattern03.png") no-repeat;
	background-size: cover;
	position: absolute;
	right: 100px;
	bottom: -80px;
	z-index: -5;
}

@media screen and (max-width: 800px) {
	.top-information{
		padding: 10% 0;
	}
	.top-information:before{
		width: 150px;
		height: 198px;
		top: 30px;
		left: -30px;
	}
	.top-information:after{
		width: 200px;
		height: 177px;
		top: -40px;
		right: -40px;
	}
	.top-information-in:before{
		width: 200px;
		height: 136px;
		right: 30px;
		bottom: -20px;
	}
}
/* --------------------------------------------------
top-report
-------------------------------------------------- */
.top-report{
	position: relative;
	overflow: hidden;
	background: rgba(239,232,217,0.2);
	z-index: 0;
}
.top-report:before{
	content: "";
	width: 267px;
	height: 353px;
	background: url("../img/top/bg_pattern01.png") no-repeat;
	background-size: cover;
	position: absolute;
	top: 60px;
	left: -50px;
	z-index: -5;
}
.top-report:after{
	content: "";
	width: 374px;
	height: 332px;
	background: url("../img/top/bg_pattern02.png") no-repeat;
	background-size: cover;
	position: absolute;
	right: -70px;
	top: 20px;
	z-index: -5;
}
.top-report-in:before{
	content: "";
	width: 417px;
	height: 283px;
	background: url("../img/top/bg_pattern03.png") no-repeat;
	background-size: cover;
	position: absolute;
	right: 100px;
	bottom: 40px;
	z-index: -5;
}
.top-report-in:after{
	content: "";
	width: 393px;
	height: 393px;
	background: url("../img/top/bg_pattern04.png") no-repeat;
	background-size: cover;
	position: absolute;
	left: -50px;
	bottom: 60px;
	z-index: -5;
}
.top-report .laureates:after{
	display: none;
}
.top-report .laureates .pht-thumb{
	max-width: 500px;
	box-shadow: none;
}
.top-report .laureates .pht-thumb .frame{
	padding-top: 50%;
}
.top-report .laureates .txtarea{
	min-height: 100px;
}


@media screen and (max-width: 800px) {
	.top-report{
		padding: 10% 0;
	}
	.top-report:before{
		width: 150px;
		height: 198px;
		top: 20px;
		left: -30px;
	}
	.top-report:after{
		width: 200px;
		height: 177px;
		top: 25%;
		right: -50px;
	}
	.top-report-in:before{
		width: 200px;
		height: 136px;
		right: 30px;
		bottom: -30px;
	}
	.top-report-in:after{
		width: 200px;
		height: 200px;
		left: -70px;
		bottom: 25%;
	}
	.top-report .laureates{
		padding: 0;
	}
	.top-report .laureates .list-2col li{
		width: 100%;
	}
}
@media screen and (max-width: 420px) {
	.top-report .laureates .list-2col{
		margin-top: 15%;
		margin-bottom: 0;
	}
	.top-report .laureates .list-2col li{
		padding-bottom: 10%;
	}
	.top-report .laureates .txtarea{
		width: calc(100% - 150px);
		margin: -10rem 0 0 auto;
	}
	.top-report .laureates .pht-thumb{
/*
		margin:0;
		width:160px !important;
*/
	}
}
