@charset "UTF-8";
/*\*/

/*--- OVERRIDE ------------------*/

article {
	padding-top: 0;
}

section#menu::before{
	background-image: url("../img/parts/tile_01_top.png");
}
section#menu::after {

	background-image: url("../img/parts/tile_01_bottom.png");
}

#twitter h2 {
	background-image: url(../img/common/title_twitter.png);
}

/* ------------------------------------
 * COMMON
 * ------------------------------------ */

#keyvisual {
	overflow: hidden;
	line-height: 0;
	white-space: nowrap;
	text-indent: 100%;
	padding-top: 55%;
	background-image: url(../img/home/keyvisual_pc.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
}

@media (max-width: 640px) {
	#keyvisual {
		background-image: url(../img/home/keyvisual_pc.jpg);
		margin-top: 65px;
		/*padding-top: 145%;*/
	}
}

/* MENU */

#menu {
	background-image: url(../img/common/bg_01.png);
	background-repeat: repeat;
}

.list-menu {
  	display: -webkit-flex;
  	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: 25px auto;
}

.list-menu li {
	display: -webkit-inline-flex;
  	display: inline-flex;
	width: 30%;
	margin: 2% 0;
}

.list-menu li a {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	line-height: 0;
	width: 100%;
	margin: 0 5%;
	padding-top: 90%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.list-menu li.menu_1 a {
	background-image: url(../img/home/menu_about.png);
}
.list-menu li.menu_2 a {
	background-image: url(../img/home/menu_ticket.png);
}
.list-menu li.menu_3 a {
	background-image: url(../img/home/menu_spprogram.png);
}
.list-menu li.menu_4 a {
	background-image: url(../img/home/menu_collabo.png);
}
.list-menu li.menu_5 a {
	background-image: url(../img/home/menu_exhibition.png);
}
.list-menu li.menu_6 a {
	background-image: url(../img/home/menu_goods.png);
}

@media (max-width: 768px) {
	.list-menu {
		margin: 1.5% 2%;
		-webkit-justify-content: flex-start;
		/*メニュー4個用*/
		justify-content: center;
		/*justify-content: flex-start;*/
	}
	.list-menu li {
		width: 33%;
		margin: 1% 0;
	}
	.list-menu li a {
		margin: 5%;
		padding-top: 90%;
	}
}

@media (max-width: 640px) {
	.list-menu {
		margin: 3% 3%;
	}
	.list-menu li {
		margin: 1% 0%;
		width: 50%;
	}
	.list-menu li a {
		margin: 4%;
		padding-top: 92%;
	}
}

/* TWITTER */

#twitter .box {
	width: 640px;
	margin: 20px auto 65px;
	padding: 12px 12px 6px;
	background-color: #d0af3e;
	box-shadow: 0 0 15px rgba(88,88,88,0.4);
}

#twitter iframe {
	background-color: #fff;
}

@media (max-width: 640px) {
	#twitter .box {
		width: auto;
		margin: 5% 4% 7%;
		padding: 10px 10px 6px;
	}
	#twitter iframe {
		height: 400px !important;
	}
}

/* TOP INFO */

.top-info {
	padding: 5% 18%;
	border-top: solid 1px #2d2926;
	text-align: left;
}

.top-info h3 {
	margin-bottom: 1em;
	padding: 0 0 0.5em;
	border-bottom: solid 1px #666;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.top-info h4 {
	margin-top: 3em;
	margin-bottom: 1em;
	padding: 0 0 0.5em;
	border-bottom: solid 1px #666;
	font-size: 1.7rem;
	font-weight: bold;
}

.top-info p {
	line-height: 1.8;
	font-size: 1.5rem;
}

.top-info dl {
	margin-top: 1.5em;
}

.top-info dt {
	margin-bottom: 0.5em;
	padding: 0.5em 0.8em;
	background-color: #222;
}

.top-info dd {
	margin-bottom: 1.5em;
}

.top-info dd a {
	color: #eecb87;
}

.top-info dd strong {
	font-weight: bold;
}

@media (max-width: 1100px) {
	.top-info {
		padding: 5% 10%;
	}
	.top-info h3 {
		text-align: left;
	}
}
	
@media (max-width: 640px) {
	.top-info {
		margin-top: 65px;
		padding: 20px 4% 20px;
	}
	.top-info h3 {
		font-size: 1.7rem;
		text-align: left;
	}
	.top-info h4 {
		font-size: 1.5rem;
	}
	.top-info p {
		font-size: 1.3rem;
	}
}


/* ------------------------------------
 * clearfix
 * ------------------------------------ */

.clearfix {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0.1em;
    content: ".";
    visibility: hidden;
}
