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

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, span {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
	border: 0;
	line-height: 1.7;
	vertical-align: baseline;
	font-feature-settings: palt;
	color: #321;
	
	/*-webkit-padding-start: 0px;*/
}
/* 追加 */
.new-text {
	display: block;
	color: red;
	margin: 0 5px 0 0;
}
/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
/* 追加 */

h1, h2, h3 {
	line-height: 1.4;
	margin: 1.5rem 0;
}
p {
	font-size: 0.8rem;
	margin: 0.3rem 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}
a {
	color: #0923C6;
}
pre {
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}
br.pc {
	display: none;
}
.cf:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.cf {
	display: inline-block;
}
* html .cf {
	height: 1%;
}
.cf {
	display: block;
}
* html .cf {
	height: 1px;
	height: auto;
	overflow: hidden;
}

.pc {
	display: none;
}

/*.fadeIn {
	opacity: 0;
}
.fadeIn.inView {
	opacity: 1;
}*/

body {
	position: relative;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}





body:before {
	position: fixed;
	top: 0;
	left: 0;
	content: "";
	display: block;
	background-image: url("../../img/2020/mainillust-a.jpg");
	width: 100%;
	height: 50vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -100;
}
body:after {
	position: fixed;
	top: 50vh;
	left: 0;
	content: "";
	display: block;
	background-image: url("../../img/2020/mainillust-b.jpg");
	width: 100%;
	height: 50vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -100;
}

.pageContents {
	display: block;
	width: 100%;
	min-height: 100vh;
	background-color: rgba(255,240,220,0.9);
	overflow: hidden;
}
.contentsBox {
	padding: 5vmin;
}

.pageTitle {
	margin: 0 0 2rem;
}
.pageTitle h1 {
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 10vh;
	overflow: hidden;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#page_supporter .pageTitle h1 {
	background-image: url(/img/2019/title_SPONSOR.png);
}
#page_artist .pageTitle h1 {
	background-image: url(/img/2019/title_ARTIST.png);
}
#page_artwork .pageTitle h1 {
	background-image: url(/img/2019/title_ARTWORK.png);
}
#page_timetable .pageTitle h1 {
	background-image: url(/img/2019/title_TIMETABLE.png);
}
#page_ticket .pageTitle h1 {
	background-image: url(/img/2019/title_TICKET.png);
}
#page_access .pageTitle h1 {
	background-image: url(/img/2019/title_ACCESS.png);
}
#page_goods .pageTitle h1 {
	background-image: url("/img/2019/title_GOODS.png");
}
#page_news .pageTitle h1 {
	background-image: url("/img/2019/title_NEWS.png");
}
.pageTitle h2 {
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	color: #0C3E21;
	margin: 0.5rem 0;
}
.pageTitle p {
	text-align: center;
	font-size: 0.8rem;
}

/* page_front */
#page_front {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100vh;
	box-sizing: border-box;
	padding-top: 100vh;
}
#page_front h1 {
	position: absolute;
	top: 30vh;
	left: 0;
	width: 100%;
    height: 46vmin;
	background-image: url(../../img/2020/acofes2020logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}
#page_front.discontinued-wrapper {
	padding-top: 45vh;
}
#page_front .discontinued {
	top: 15vh;
}
#page_front .discontinued-info {
	font-size: 14px;
	line-height: 1.75em;
	letter-spacing: 0.25px;
	text-align: justify;
	width: 95%;
	margin: 30px auto;
	padding: 25px;
	border-radius: 5px;
	background: #fff;
	box-sizing: border-box;
}
#page_front .discontinued-info h3 {
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	color: #dc143c;
	margin: 0 0 15px 0;
}
#page_front .discontinued-info a {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	margin: 15px 0 0 0;
	padding: 10px;
	background: #dc143c;
	box-sizing: border-box;
	transition: .5s;
}
#page_front .discontinued-info a:hover {
	background: #800000;
}
/*スクロール*/
/*#page_front:after {
	position: absolute;
	top: 75vh;
	left: 50%;
	margin: 0 0 0 -5vh;
	display: block;
	content: "SCROLL";
	width: 10vh;
	height: 10vh;
	border-radius: 5vh;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 10vh;
	font-size: 1.3vh;
	color: #FFFFFF;
	animation: 2s linear infinite blink_effect;
	background-color: rgba(0,0,0,0.75);
}
@keyframes blink_effect {
    0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
    }
    50% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-o-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
    }
    100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}*/

/* 混雑状況へのリンク */
#page_front .bt_place {
/*	display: none;*/
	position: absolute;
	top: 1.2rem;
	left: 0.5rem;
	text-align: center;
}
#page_front .bt_place a {
	display: inline-block;
	padding: 0.7rem 2.0rem;
	color: #4a6b50;
	font-size: 0.9rem;
	text-decoration: none;
	line-height: 1.0;
	background: #ffffcc;
	border: 0.3rem solid #4a6b50;
	border-radius: 0.5rem;
}


/* page_outline */
#page_outline {
	background-color: rgba(240,240,230,0.95);
	border-radius: 5px;
	 box-sizing: border-box; 
	padding: 1.5rem 5vw 3rem;
	margin: 3vmin;
}
/* page_outline */
#page_outline h1 {
	font-size: 5.5vmin;
}
#page_outline h2 {
	font-size: 1rem;
	text-align: center;
}
#page_outline time {
	margin: 5vw 0;
	font-size: 1.2rem;
	font-weight: bold;
}
#page_outline time span {
	font-size: 1.7rem;
	padding: 0 0.1rem;
}
#page_outline time span:first-child {
	font-size: 1.5rem;
}
#page_outline dl dt {
	font-weight: bold;
	font-size: 1rem;
}
#page_outline dl dd {
	font-size: 0.8rem;
	margin: 0 0 0.5rem;
}
#page_outline dl dd ul {
	list-style: none;
	font-size: 0;
}
#page_outline dl dd ul li {
	display: inline-block;
	font-size: 0.8rem;
}
#page_outline dl dd ul li:after {
	content: "／"
}
#page_outline dl dd ul li:last-child:after {
	content: "";
}
.time-upper {
	margin: 2rem 0;
	text-align: center;
}
#page_outline .ticketInfo {
	background-color: #F0CC00;
	padding: 3vw;
	display: block;
	margin: 0.5rem 0;
	font-size: 0.8rem;
}
/*#page_outline .ticketInfo br {
	display: none;
}*/
#eventdate_ticket {
	margin: 3vmin 0 0;
	padding: 3vmin;
	background-color: #F90;
	color: #000;
	font-size: 0.8rem;
}
#eventdate_ticket strong:nth-child(1) {
	display: block;
	font-size: 1.2rem;
}
#eventdate_ticket strong:nth-child(2) {
	display: block;
	font-size: 1rem;
}
#eventdate_ticket br {
	display: block !important;
}

.snsShare {
	display: flex;
	justify-content: center;
	margin: 1rem 0 0;
 } 
.snsShare a {
	display: inline-block;
	line-height: 0;
	width: 35%;
/*	width: 4rem;
	height: 4rem;*/
}
.snsShare a >* {
	width: 100%;
}
.snsShare img {
	width: 100%;
}
.snsShare a.twitter {
	background-color: #00ACED;
	margin: 0 1rem 0 0;
}
.snsShare a.facebook {
	background-color: #3B5998;
}







body:before {
	/* background-size: cover; */
}
.sp-head {
	height: 3rem;
	width: 100%;
	background-color: #fff;
}
.sp-head .container {
	align-items: center;
	display: flex;
	height: 100%;
	margin: 0 auto;
	width: 96%;
}
.sp-head__kisslogo {
	height: 60%;
	width: auto;
}
#page_outline {

}
#page_outline h1 {
	text-align: center;
}
.kaerubandL,
.kaerubandR {
	display: inline-block;
}
.kaerubandL {
	width: 43%;
}
.kaerubandR {
	width: 50%;
}


.last-year {
	border: solid 2px #000;
	border-radius: 5px;
	color: #000;
	display: inline-block;
	font-weight: bold;
	margin: 30px auto 10px;
	padding: 10px 0 15px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.last-year h3 {
	font-size: 0.9rem;
	margin: 0.5rem 0;
}
.last-year p {
	color: #0923C6;
	font-size: 1rem;
	text-decoration: underline;
}
.sns_timeline {
	margin: 30px 0;
}
.tw_timeline iframe {
	width: calc(100vw - 16vmin) !important;
}

#siteHeader {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	padding-left: 0;
	z-index: 100;
}
#siteTitle {
	display: none;
}
#globalNav {
	display: none;
	position: fixed;
	top: 20vmin;
	right: 5vmin;
	margin: 0 auto;
}
#globalNav ul {
	display: block;
	list-style: none;
	background-color: #0C3E21;
}
#globalNav ul li {
	position: relative;
	display: block;
}
#globalNav ul li a {
	display: block;
	min-width: 40vmin;
	font-size: 4vmin;
	line-height: 12vmin;
	font-family: Arial, Helvetica, "sans-serif";
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
#globalNav ul li a:after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 5vmin;
	right: 5vmin;
	height: 1px;
	background-color: #FFF;
}
#globalNav ul li:first-child a:after {
	display: none;
}
#menuBtn {
	position: fixed;
	top: 5vmin;
	right: 5vmin;
	width: 15vmin;
	height: 15vmin;
	background-color: #0C3E21;
}
#menuBtn i,
#menuBtn:before,
#menuBtn:after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	margin: -0.5vmin 0 0 -4vmin;
	width: 8vmin;
	height: 1vmin;
	background-color: #FFF;
	transition: 0.3s all;
}
#menuBtn:before {
	margin-top: -3.5vmin;
}
#menuBtn:after {
	margin-top: 3vmin;
}
.opened #menuBtn i {
	margin-left: 0;
	width: 0;
}
.opened #menuBtn:before {
	margin-top: -0.5vmin;
	transform: rotate(45deg);
}
.opened #menuBtn:after {
	margin-top: -0.5vmin;
	transform: rotate(-45deg);
}

/*-----------------
 * footer
 *----------------*/
#site_footer {
	padding: 2rem 0;
	text-align: center;
	background-color: #4F2D25;
}
#site_footer * {
	color: #FFF;
}
#site_footer p {
	font-weight: bold;
}

/*-----------------
 * artist
 *----------------*/
#artistList {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-between;
}
#artistList li {
	width: 44vmin;
	background-color: #FFF;
	margin: 0 0 2vmin;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	position: relative;
	padding: 0 0 4rem;
	overflow: hidden;
}
#artistList li.empty {
	width: 32%;
	background: none;
	box-shadow: none;
}
#artistList li .new {
	position: absolute;
	top: 1.6rem;
	right: 1.6rem;
	transform: rotate(45deg);
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
	background: #F3B10E;
	margin: -0.8rem -20rem 0 0;
	width: 40rem;
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 1rem;
}
#artistList li .image {
	margin: 0;
	text-decoration: none;
}
#artistList li .image img {
	width: 100%;
	height: auto;
}
#artistList li .image h1 {
	margin: 0.5rem 0 0 1rem;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.2;
}
#artistList li .homepage {
	display: block;
	margin: 0 0 0 1rem;
	font-size: 0.8rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	text-decoration: none;
	font-family: Arial, Helvetica, "sans-serif";
	line-height: 1;
	display: none;
}
#artistList li div.fadeItem .linkIcon {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: block;
	clear: both;
	height: 3rem;
	border-top: 1px solid #DDD;
}
#artistList li div.fadeItem .linkIcon a {
	display: block;
	padding: 0;
	width: 25%;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.5rem;
	text-align: center;
	float: left;
	color: #999;
	text-decoration: none;
}
#artistList li .linkIcon a.fa-facebook:hover {
	color: #3C599F;
}
#artistList li .linkIcon a.fa-twitter:hover {
	color: #55ACEE;
}
#artistList li .linkIcon a.fa-youtube-play:hover {
	color: #E63127;
}
#artistList li .linkIcon a.fa-soundcloud:hover {
	color: #FF5000;
}
#artistList li .linkIcon a.fa-instagram:hover {
	color: #B2A08F;
}

/* page_artwork */
#artwork1 {
	padding: 5vmin;
	background-color: #FFF;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
#artwork1 img {
	width: 100%;
	height: auto;
	margin: 0;
}

#illusrator {
	margin: 2rem 0;
	height: auto;
	padding: 5vmin 5vmin;
	background-color: #FFF;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
#illusrator h1 {
	margin: 1rem 0 0;
	font-size: 1.4rem;
	font-weight: bold;
}
#illusrator a {
	margin: 1rem 0 0;
	font-size: 0.8rem;
	font-weight: bold;
}
#illusrator .en {
	margin: 0 0 0.5rem;
}
#illusrator ul {
	display: block;
	list-style: none;
}
#illusrator ul li {
	display: block;
	margin: 1rem 0;
}
#illusrator ul li img {
	width: 100%;
	height: auto;
}

/* page_timetable */
#page_timetable .contentsBox {
}
#timetablebox {
	width: 100%;
	overflow: scroll;
}
.timetableabout {
	text-align: center;
	font-size: 0.8rem;
}
#timetable{
	margin: 0 auto 0;
	position: relative;
	width: 400vmin;
	background-color: #FFF;
	table-layout: fixed;
}
#timetable tr:nth-child(odd){
	background-color: #FFF3DD;
}
#timetable thead {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: table;
	table-layout: fixed;
	z-index: 10;
}
#timetable thead tr {
	display: table-row;
	width: 100%;
}
#timetable thead tr th {
	display: table-cell;
	color: #FFF;
	font-size: 0.8rem;
	line-height: 0.8rem;
	height: 10vmin;
	box-sizing: border-box;
	font-weight: bold;
	vertical-align: middle;
	padding: 0;
	text-shadow: 0 0 2px rgba(0,0,0,0.6);
}
#timetable thead tr th:nth-child(2){
	background-color: #FF0000;
}
#timetable thead tr th:nth-child(3){
	background-color: #C0504D;
}
#timetable thead tr th:nth-child(4){
	background-color: #FFC000;
}
#timetable thead tr th:nth-child(5){
	background-color: #0070C0;
}
#timetable thead tr th:nth-child(6){
	background-color: #000000;
}
#timetable thead tr th:nth-child(7){
	background-color: #FF99FF;
}
#timetable thead tr th:nth-child(8){
	background-color: #C4BD97;
}
#timetable thead tr th:nth-child(9){
	background-color: #92D050;
}
#timetable thead tr th:nth-child(10){
	background-color: #7030A0;
}
#timetable thead tr th:nth-child(11){
	background-color: #00CC66;
}
#timetable thead tr th:nth-child(12){
	background-color: #007236;
}

#timetable th {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	min-height: 60px;
}
#timetable th:first-child {
	display: none;
}
#timetable td {
	position: relative;
	border-left: 1px dotted #000;
	padding: 2.5vmin;
	min-height: 30vmin;
}
#timetable tr:first-child td {
	padding-top: 12.5vmin;
}
#timetable time {
	position: absolute;
	display: inline-block;
	padding: 0 2vmin;
	font-size: 0.8rem;
	height: 1;
	background-color: #FFF;
}
#timetable img {
	width: 100%;
	height: auto;
	margin: 0;
}
#timetable h1 {
	font-size: 0.8rem;
	margin: 0;
	line-height: 1.2;
}
#timetable .linkIcon a {
	font-size: 1rem;
	text-decoration: none;
	color: #0C3E21;
	line-height: 1;
}
#timetable .linkIcon a:hover {
	color: #EEBB00;
}

#timetableimage {
	display: block;
	width: 100%;	
}
#timetableimage img {
	width: 100%;
}

/* page_ticket */
#ticketContents {
	background-color: #FFF;
	padding: 5vmin;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}
#page_ticket dl {
	display: flex;
	flex-wrap: wrap;
}
#page_ticket dt {
	width: 30%;
	font-weight: bold;
	text-align: center;
	padding: 5vmin 0;
	box-sizing: border-box;
	border-top: 1px solid #CCC;
	font-size: 0.8rem;
}
#page_ticket dd {
	width: 70%;
	padding: 5vmin 0 5vmin 5vmin;
	box-sizing: border-box;
	border-top: 1px solid #CCC;
	font-size: 0.8rem;
}
#page_ticket dt:nth-child(1),
#page_ticket dd:nth-child(2) {
	border-top: none;
}
ul.place,
ul.artist {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
ul.place li:after,
ul.artist li:after {
	content: "／";
}
ul.place li:last-child:after,
ul.artist li:last-child:after {
	content: "";
}
#noticeContents {
	background-color: #FFF;
	padding: 5vmin;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}
#noticeContents h2 {
	text-align: center;
	font-size: 1.2rem;
}
#noticeContents ul {
	display: block;
	padding: 0 0 0 0.8rem;
	font-size: 0.8rem;	
}
#noticeContents ul li {
	margin: 0.5rem 0;
}
#noticeContents hr {
	width: 100%;
	height: 1px;
	background-color: #CCC;
	border: none;
}

/* page_access */
#accessContents {
	background-color: #FFF;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	overflow: hidden;
}
#accessList {
	display: block;
	list-style: none;
}
#accessList li {
	display: block;
	text-align: center;
}
#accessList img {
	width: 50%;
	height: auto;
	margin: 1rem 0 0;
}
#accessList .addr {
	margin: 0.5rem 10vmin;
	font-size: 0.8rem;
}
#accessList .tel {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 0.8rem;
	line-height: 1.4;
}
#accessList .attention {
	margin: 0.5rem 10vmin;
	font-size: 0.8rem;
	padding: 5vmin 0;
	background-color: #EEBB00;
}
#accessList h1 {
	margin: 0;
}
#accessList h1 a {
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#accessList hr {
	display: block;
	height: 1px;
	background-color: #CCC;
	margin: 0.5rem 10vmin;
	border: none;
}
#mapCatNav {
	margin:;
	display: block;
	text-align: center;
	border-bottom: 1px solid #CCC;
	font-size: 0;
}
#mapCatNav > p {
	display: inline-block;
	padding: 3vmin 0;
	width: 35vmin;
	font-size: 0.8rem;
	background-color: #C2185B;
	color: #FFF;
	font-weight: bold;
	border-radius: 4px;
	margin: 0 1vmin;
	cursor: pointer;
}
#mapCatNav > p.shop {
	background-color: #FBC02D;
}
#mapCatNav > p.selected {
	padding: 3vmin 0 4vmin;
	border-radius: 4px 4px 0 0;
}
}
#shopList {
	display: block;
	width: auto;
}
#shopList tr {
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin: 0 5vmin;
	display: block !important;
}
#shopList tr:first-child {
	border-top: 1px solid #CCC;
	margin: 5vmin 5vmin 0;
}
#shopList th,
#shopList td {
	display: block;
}
#shopList th {
	background-color: #FFF1DF;
	font-size: 0.8rem;
	padding: 2vmin 0;
}
#shopList td {
	margin: 3vmin;
	font-size: 0.8rem;
}
#shopList td:last-child {
	padding-top: 3vmin;
	border-top: 1px dotted #CCC;
	margin: 3vmin;
}
#shopList td p,
#shopList td time,
#shopList td a.url {
	display: block;
	font-size: 0.8rem;
	line-height: 1.2;
	margin: 1vmin 0;
}




/* page_supporter */
#page_supporter {
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.8);
}
#page_supporter h2 {
	text-align: center;
}
div.sponsorship,
div.cooperation {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.sponsorship a,
div.cooperation a {
	display: block;
	text-decoration: none;
	width: 49.5%;
	padding: 1rem 0;
	background-color: #F9F9F9;
	box-sizing: border-box;
	border-radius: 4px;
	text-align: center;
}
div.sponsorship a h3,
div.cooperation a h3 {
	font-size: 0.9rem;
	font-weight: bold;
	margin: 0.5rem 0;
}
div.sponsorship a .url,
div.cooperation a .url {
	font-size: 0.6rem;
	font-weight: normal;
	font-family: Arial, Helvetica, "sans-serif";
}
div.sponsorship a {
}
div.sponsorship a h3 {
}
.cooperation ul {
	display: block;
	width: auto;
	position: relative;
	text-align: center;
	font-size: 0;
	margin: 0 -5vmin;
}
.cooperation ul li {
	font-size: 10px;
	display: inline-block;
/*	width: 250px;
	height: 250px;*/
	width: 26.6vmin;
	height: 26.6vmin;
	background-color: #FFF;
	position: relative;
	line-height: 1;
	margin: 2.5vmin;
}
/*.cooperation ul:nth-child(3) li {
	width: 160px;
	height: 160px;
}
.cooperation ul:nth-child(4) li {
	width: 120px;
	height: 120px;
}*/
.cooperation ul li a,
.cooperation ul li span {
	position: absolute;
	display: table-cell;
  	vertical-align: middle;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	background-size: contain;
	box-sizing: border-box;
	border: 1px solid #EEE;
	background-color: transparent;
	overflow: hidden;
	text-indent: -99999px;
}

.cooperation .lapis-hall a {
	background-image: url("/img/2019/sponsor/logo_lapis-hall.png");
}
.cooperation .gunai a {
	background-image: url("/img/2019/sponsor/logo_gunai.png");
}
.cooperation .yakinikutei a {
	background-image: url("/img/2019/sponsor/logo_yakinikutei.png");
}
.cooperation .umds a {
	background-image: url("/img/2019/sponsor/logo_umds.png");
}
.cooperation .asahiinryo a {
	background-image: url("/img/2019/sponsor/logo_asahiinryo.png");
}
.cooperation .sakura a {
	background-image: url("/img/2019/sponsor/logo_sakura.png");
}
.cooperation .nagashio-nojo a {
	background-image: url("/img/2019/sponsor/logo_nagashio-nojo.png");
}
.cooperation .meibi span {
	background-image: url("/img/2019/sponsor/logo_meibi.png");
}
.cooperation .miwa a {
	background-image: url("/img/2019/sponsor/logo_miwa.png");
}
.cooperation .uptoyou span {
	background-image: url("/img/2019/sponsor/logo_uptoyou.png");
}
.cooperation .guitar-craft a {
	background-image: url("/img/2019/sponsor/logo_guitar-craft.png");
}
.cooperation .kobe-orientalhotel a {
	background-image: url("/img/2019/sponsor/logo_kobe-orientalhotel.png");
}
.cooperation .hiroshima span {
	background-image: url("/img/2019/sponsor/logo_hiroshima.png");
}
.cooperation .vissel-kobe a {
	background-image: url("/img/2019/sponsor/logo_vissel-kobe.png");
}
.cooperation .daimaru a {
	background-image: url("/img/2019/sponsor/logo_daimaru.png");
}
.cooperation .world-one-group a {
	background-image: url("/img/2019/sponsor/logo_world-one-group.png");
}

#goods_tshirt {
	background-color: #FFF;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	padding: 5vmin;
}
#goods_tshirt img {
	width: 100%;
	height: auto;
}
#goods_tshirt h1 {
	font-size: 1.2rem;
	color: #553C07;
}
#goods_tshirt p {
	margin: 1vmin 0;
	font-size: 0.8rem;
}
#goods_tshirt p.price {
	font-size: 1rem;
	font-weight: bold;
}
#goods_tshirt_hands {
	display: block;
	padding: 5vmin;
	background-color: #237439;
	color: #FFF;
	margin: 5vmin 0;
}

#whatsnews {
	padding: 5vmin;
	display: block;
	background-color: #EEBB00;
	box-sizing: border-box;
	border-radius: 4px;
	list-style: none;
	margin: 3vmin;
}
#whatsnews li,
#whatsnews li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 5vmin;
	font-size: 0.8rem;
	line-height: 1.3;
}
#whatsnews li {
	padding: 0;
	border-bottom: 1px dotted #000;	
}
#whatsnews li:last-child {
	border-bottom: none;	
}
#whatsnews li time {
	display: block;
	font-size: 0.8rem;
}


#top_release {
	background-color: #EDE9C1;
	padding: 5vmin;
	text-align: left;
	margin: 5vmin 0;
}
#top_release h2 {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 1px dotted #000;
	padding: 0 0 2vmin;
	margin: 0 0 2vmin;
}
#top_release p {
	font-size: 0.8rem;
	line-height: 1.4;
}
