@media screen and (min-width: 980px){

/* ----------base---------- */
html{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-size: 62.5%;
}
 body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	color: #333; 
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;	

}
img{
	border: none; 
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
a{
	outline: none;
	transition: 0.3s ease;
}
a{
	text-decoration: none;
 	transition: 0.3s ease;
}
a:hover{
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5{
	clear: both;
	margin: 0;
	padding: 0;
	color: #b92328;
}


/* ----------loading---------- */
.loadingWrap{
	width: 100%;
	height: 100%;
	background: #b92328;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20001;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}




/* ----------pagescroll---------- */
.pagescroll {
	position: fixed;
	bottom: 14px;
	right: 10px;
	z-index: 11;
}
.pagescroll a{
	display: block;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	width: 30px;
	height: 30px;
	background-color: #b92328;
 	transition: 0.3s ease;
}
.pagescroll a:hover{
	background-color: #eee;
	color: #b92328;
	transform: translate(0,-5px);
}



 /* ----------header---------- */
.header{
	position: fixed;
	top: 0;
	clear: both;
	width: 100%;
	height: 80px;
	margin: 20px 0 0;
	padding: 0;
	background-color: #b92328;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	z-index: 101;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	background-image: url(../img/comm/gr.png);
	background-position: center center; 	
	background-repeat: no-repeat;
	position: fixed;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
.header .inner{
	width: 94%;
	height: 80px;
	max-width: 1680px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

 /* -----title----- */
.header .title{
	width: 350px;
}

 /* -----navi----- */
.header .navi{
	text-align: right;
}

 /* --menu-- */
.header .navi ul{
	height: 80px;
	line-height: 80px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
}
.header .navi a{
	color: #fff;
	margin: 0 0.2em;
	padding: 0.5em 1em;
}
.header .navi a:hover{
	background-color: rgba(255,255,255,0.2);
	border-radius: 3px;
	color: #fff;
}



/* ----------footer---------- */
.footer{
	clear: both;
	width: 100%;
	height: 199px;
	margin: 0;
	padding: 0;
	z-index: 1;
	position: relative;
	background-color: #b92328;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,0.5);
	background-image: url(../img/comm/gr.png);
	background-position: center center; 	
	background-repeat: no-repeat;
}
.footer .inner{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
}


/* -----info----- */
.footer .info{
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 0;
	text-align: center;
 }
.footer .info strong{
	font-size: 2rem;
	margin: 0;
	padding: 0;
}
.footer .info p{
	font-size: 1.4rem;
	margin: 15px 0 0;
	padding: 0;
}
.footer .info a{
	color: #fff;
	text-decoration: underline;
}

/* --intro-- */
.intro{
	width: 100%;
	height: 100vh;
	position: relative;
   	z-index: 10;
}
.intro .inner{
	width: 100%;
	height: 60px;
	text-align: center;
	position: absolute;
	bottom: 0;
    animation: down 4s ease 0s 1 normal;
}
@keyframes down {
    0% { bottom: 100px ; opacity: 0;}
	50% { bottom: 100px ; opacity: 0;}
    100% {bottom: 0px ; opacity: 1;}
}
.intro .inner a{
	display: block;
	margin: 0 auto;
	color: #fff;
	background-color: #b92328;
	width: 250px;
	height: 30px;
	line-height: 30px;
	border-radius: 2px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255,255,255,0.5);
 	transition: 0.3s ease;
 	position: relative;
}
.intro .inner a:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 5px 5px 0 5px;
}
.intro .inner a:hover{
	background-color: #fff;
	color: #b92328;
	transform: translate(0,2px);
}




/* ------------ page -------------- */
h1{
	font-size: 3.6rem;
}
h2{
	font-size: 3rem;
}
h3{
	font-size: 2.6rem;
}




/* ------------ exhibition page -------------- */
/* -- exhibition -- */
.exhibition{
	position: relative;
	margin: 0 auto;
	padding: 150px 0 50px;
	box-sizing: border-box;
	max-width: 1480px;
	width: 94%;
	text-align: center;
}
.exhibition .en{
	font-family: 'Noto Serif JP', serif;
}
.exhibition p{
	font-family: sans-serif;
	font-weight: 400;
}	
.exhibition strong{
	color: #b92328;
}
.exhibition .pdf{
	text-align: center;
	font-size: 1.2rem;
	display: block;
	width: 600px;
	margin: 30px auto;
	display: flex;
	justify-content: space-around;
}
.exhibition .pdf div{
	width: 33%;
}
.exhibition .pdf a{
	color: #333;
	text-decoration: underline;
}
.exhibition .pdf img{
	transition: 0.3s ease;
}
.exhibition .pdf img:hover{
	opacity: 0.6;	
}

.exhibition ul{
	margin: 100px 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.exhibition ul li{
	margin: 1%;
	width: 23%;
	height: 250px;
	overflow: hidden;
	position: relative;
}
.exhibition ul li span{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 1.3rem;
	padding: 5px 10px;
	box-sizing: border-box;
	background-color: #b92328;
	color: #fff;
	z-index: 10;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	transition: 0.3s ease;
	text-align: left;
}
.exhibition ul li:hover span{
	bottom: -30px;
}
.exhibition ul li img{
	object-fit: cover;
	width: 100%;
	height: 250px;
	transition: 0.3s ease;
	z-index: 0;
}
.exhibition ul li:hover img{
	transform:scale(1.1);
	opacity: 0.8;
}




/* -- vote -- */
.vote{
	position: relative;
	margin: 0 auto;
	padding: 100px 0;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	background-color: #fafafa;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.vote img.present{
	margin: 20px auto 5px;
	width: 280px;
	border-radius: 5px;
}
.vote p{
	font-family: sans-serif;
	font-weight: 400;
}
.vote p strong{
	color: #b92328;
}
.vote .submit{
	margin: 30px 0;
}
.vote .submit a{
	display: block;
	background-color: #b92328;
	color: #fff;
	width: 280px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 30px;
	border-radius: 25px;
	border: 2px solid #fff;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.vote .submit a:hover{
	background-color: #999;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
}


.vote .ajax-poll{
	margin: 50px auto;
	width: 800px;
	height: 480px;
	padding: 0 10px;
	box-sizing: border-box;
	border: 10px solid #eee;
	overflow-y: scroll;
	background-color: #fff;
}



/* ------------ item page -------------- */
/* -- item -- */
.item{
	position: relative;
	margin: 0 auto;
	padding: 150px 0 50px;
	box-sizing: border-box;
	max-width: 960px;
	width: 94%;
	text-align: center;
}
.item table{
	width: 700px;
	margin: 50px auto;
	font-family: sans-serif;
	font-weight: 400;
	text-align: left;
	border-collapse: collapse;
}
.item table th{
	width: 150px;
	font-weight: normal;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.item table td{
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.item img{
	display: block:
	width: 100%;
	margin: 15px auto;
}
.mov {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.item .back{
	margin: 100px 0;
}
.item .back a{
	display: block;
	background-color: #b92328;
	color: #fff;
	width: 280px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 30px;
	border-radius: 25px;
	border: 2px solid #fff;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.item .back a:hover{
	background-color: #999;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
}
.item .back p{
	font-family: sans-serif;
	font-weight: 400;
}




}
