@charset "utf-8";

.modalwindow img {
	 cursor: pointer;
}

#modal_overlay {
	z-index: 1000;
	display: none;
	position: fixed;
	top:  0;
	left: 0;
	width: 100%;
	height: 120%;
	opacity: 0.73;
	background:#000;
	cusor: pointer;
}

#modal_content {
	z-index: 1200;
	display: none;
	left: 15%;
	top: 15%;
	text-align: center;
	min-width: 200px;
	position: fixed;
	height: auto;
}

#modal_iframe {
	z-index: 1300;
	background: #FFF;
	display: block;
}

#modal_close {
	z-index: 1300;
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, 0) url("../files/images/modal_control_white.png") no-repeat scroll 0 0;
	cursor: pointer;
	top: 8%;
	right: 15%;
}
#modal_close > span {
	display: block;
  width: 2px;
  height: 50px;
  background: #6f6f6f;
  transform: rotate(45deg);
	margin: 12px auto 0 auto;
}
#modal_close > span:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 2px;
  margin-top: -1px;
  margin-left: -23px;
  background: #6f6f6f;
}
.closebtn_fadein {
	opacity: 1;
}
.closebtn_fadeout {
	opacity: 0;
}
.modalwindow_fadein {
	animation-duration: 0.7s;
	-webkit-animation: 0.7s;
	animation-fill-mode: forwards;
	animation-name: modalwindow_fadein;
}
@keyframes modalwindow_fadein {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes modalwindow_fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}
@-webkit-keyframes modalwindow_fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}
.modalwindow_fadeout {
	animation-duration: 0.8s;
	-webkit-animation: 0.8s;
	animation-fill-mode: forwards;
	animation-name: modalwindow_fadeout;
}
@keyframes modalwindow_fadeout {
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes modalwindow_fadeout {
	from {opacity: 1;}
	to {opacity: 0;}
}
@-webkit-keyframes modalwindow_fadeout {
	from {opacity: 1;}
	to {opacity: 0;}
}

.modal_wrap {
  max-width: 1000px;
  margin: auto;
  padding: 25px 24px;
  overflow: hidden;
}
.modal_list:nth-child(n+3) {
  margin-top: 100px;
}
.modal_event_date {
  margin-bottom: 25px;
  color: #666;
  font-family: Oswald-Medium;
  font-size: 31px;
  font-weight: bold;
}
.modal_event_genre {
  margin-bottom: 25px;
}
.modal_event_genre span {
  display: inline-block;
  font-family: Poppins-Light,NotoSansCJKjp-Light;
  font-size: 14px;
	letter-spacing: 0.1em;
}
.modal_event_genre span + span:before {
  content: "/";
  margin-left: .5em;
  margin-right: 0.5em;
}
.modal_event_title {
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-family: Poppins-ExtraBold,NotoSansCJKjp-Black;
  font-size: 45px;
  font-weight: bold;
  border-bottom: #666 solid 1px;
}
.modal_event_title span {
  display: block;
  padding: 5px 0 0;
  font-family: mplus-1p-heavy;
  font-size: 24px;
}
.modal_event_outerTable {
  display: block;
  width: 100%;
  table-layout: fixed;
}
.modal_event_img {
	display: block;
	width: 100%;
	padding-right: 0;
	margin-bottom: 25px;
}
.modal_event_img + div {
	position: relative;
  vertical-align: top;
}
.modal_event_content {
  line-height: 2;
  font-size: 14px;
}
.modal_event_content .admission {
	font-family: Poppins-SemiBold;
	color: #666;
	letter-spacing: 0.1em;
}
#sns {
  display:table;
	position: absolute;
	bottom: 0;
	right: 0;
}
#sns p {
  display: table-cell;
	font-family: Poppins-SemiBold;
  font-size: 14px;
	color: #666;
	letter-spacing: 0.1em;
}
#sns ul {
  display: table-cell;
}
#sns li {
  display: table-cell;
  padding: 0 20px;
  font-size: 20px;
}
#sns ul li:first-child {
  border-right: #666 solid 1px;
}
.detail_btn_transition {
	margin-top: 30px;
	clear: both;
	text-align: center;
}
.detail_btn_transition a {
	padding: 5px 24px;
	font-family: mplus-1p-light;
	font-size: 12px;
	letter-spacing: 0.18em;
	border: #000 solid 1px;
	transition: all 0.5s;
}
.detail_btn_transition a:hover {
	color: #fff;
	background: #000;
}
.modal_event_content .dj_name {
	font-family: Poppins-Light,NotoSansCJKjp-Light;
	word-break: break-all;
	margin-bottom: 25px;
	letter-spacing: 0.08em;
}
.modal_event_content .open_close {
	position: static;
	font-family: Poppins-SemiBold;
	color: #666;
	letter-spacing: 0.13em;
}
.modal_event_content .admission {
	position: static;
}

.detail_btn_transition {
margin: 30px auto 45px auto;
	height: 18px;
}
.detail_btn_transition a {
display: block;
width: 100%;
margin: 0 auto;
padding: 15px 0;
font-size: 10px;
letter-spacing: 0.18em;
transition: none;
	text-align: center;
}
.detail_btn_transition a:hover {
color: #000;
background: transparent;
}

@media(max-width:480px) {
  .modal_wrap {
    max-width: 100%;
    padding: 15px 20px;
  }
  .modal_list:nth-child(n+3) {
    margin-top: 50px;
  }
  .modal_event_date {
    margin-bottom: 10px;
    font-size: 19px;
		margin-bottom: 18px;
  }
  .modal_event_genre {
    margin-bottom: 18px;
  }
  .modal_event_genre span {
    font-size: 9px;
  }
  .modal_event_title {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 32px;
		line-height: 39px;
		letter-spacing: -0.01em;
  }
  .modal_event_title span {
    padding: 5px 0 0;
    font-size: 14px;
  }

  .modal_event_img {
    margin-bottom: 10px;
  }

  .modal_event_content {
    font-size: 10px;
  }
  .modal_event_content .dj_name {
    margin-bottom: 20px;
  }
  .modal_event_content .admission {
		height: 18px;
  }
  #sns {
		height: 18px;
  }
  #sns p {
    font-size: 10px;
  }
  #sns li {
    padding: 0 15px;
    font-size: 16px;
  }
  #sns ul li:first-child {
    border-right: #666 solid 1px;
  }
}
