.lock {
	overflow: hidden;
}
#modal-target {
	position: relative;
	width: 100%;
	height: 100%;display: none;
}
.modal-content {display: none;
}
.modal-overlay {
	z-index: 999998;
	position: fixed;display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: rgba(0,3,10,0.8);
}
#cover {
	background: #1D1D1D;
	width: 100%;
	height: 0;
	position: fixed;
	bottom: 0;
	z-index: 999999;
}
.modal-wrap {
	z-index: 999999;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}
.modal-open {
	color: #00f;
	text-decoration: underline;
}
.modal-open:hover {
	cursor: pointer;
	color: #f00;
}
.modal-close:hover {
	cursor: pointer;
	color: #f00;
}
.modaltextarea {
	max-width: 980px;
	margin: 5vh auto;
	position: relative;
	padding: 50px;
	box-sizing: border-box;
	background: #F7F7F7;
	box-shadow:0 0 30px #000;
}
.modaltextarea h2 {
	font-family: 'Oswald', sans-serif !important;
	/* color: #FFF; */
	font-size: 32px;
}
.modaltextarea h2:after {
	content: "最新情報";
	display: block;
	font-size: 13px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin-top: 10px;
}
.modaltextarea h2.en:after{
	display: none;
}
.modaltextarea img {
	max-width: 100%;
}
@media only screen and (max-width:736px) {
.modaltextarea {
	width: 90vw;
	margin: 5vh 5vw;
	padding: 20px;
}
.modaltextarea h2:after {
	font-size:11px;
}
}
.close-wrap {
	max-width: 980px;
	margin: 0 auto;
	font-size: 50px;
	position: relative;
}
.close-wrap p {
	float: right;
}
p.closemodal a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif !important;
	position: fixed;
	padding: 1.7% 2%;
	font-size: 30px;
	margin-left: 50px;
	margin-top: -50px;
	transition: all 0.3s ease-in-out;
	background: rgba(0, 0, 0, 0.4);
	display: block;
}
p.closemodal a:hover{
	color:#FFF;
	opacity:0.7;
}
@media only screen and (max-width:736px) {
p.closemodal a {
	margin: -45px 0 0 0;
}
}
/* .filter a.active:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #333 transparent transparent transparent;
} */
.is-animated {
	animation: .6s fadeIn;
}
 @keyframes zoom-in {
 0% {
 transform: scale(.1);
}
 100% {
 transform: none;
}
}
.cta {
	width: 100%;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	overflow: hidden;
	clear: both;
	margin: 20px 0;
	background: #000;
}
.cta ul li {
	float: left;
	box-sizing: border-box;
	text-align: center;
}
.cta ul li a {
	color: #FFF;
	width: 100px;
	display: block;
	font-size: 14px;
	padding: 7px 0;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media only screen and (max-width:736px) {
	.cta ul li a {
		width:auto;
		font-size:12px;
	}
	.cta ul li{
		width:20%;
	}
}

.cta ul li a.active {
	background: rgba(254, 254, 254, 0.3);
	color: #fff;
}
.boxes{
	margin-top: 30px;
}
.boxes ul {
	width: 100%;
	position: relative;
}
.boxes ul li:first-child {
	padding-top:0;
}
.boxes ul li {
	width: 100%;
	/* color: #FFF; */
	font-size: 14px;
	border-bottom: 1px solid #999;
	padding: 10px 0;
}
@media only screen and (max-width:736px) {
	.boxes ul li {
		font-size:12px;
	}
}
.boxes ul li .hideparts, .boxes ul li a {
	color: #FFF;
	font-size: 14px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.hideparts {
	display: none;
}
.hideparts p a{
	transition:0.3s all ease-in-out;
}
.hideparts p a:hover{
	color:#999;
}
@media only screen and (max-width:736px) {
	.hideparts p {
		font-size:12px;word-break: break-all;
}
}
.boxes ul li dl {
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.boxes ul li dl:hover {
	opacity: 0.7;
}
.boxes ul li dl:after {
	content: "＞";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	font-size: 12px;
	display: block;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: bold;
	margin-left: 20px;
	transition: all 0.3s ease-in-out;
}
.boxes ul li dl.active:after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.boxes ul li dl dt {
	font-family: Arial, Helvetica, sans-serif !important;
	padding: 0;
}
.boxes ul li dl dd {
	letter-spacing: 0.5px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 5px 0 0 0;
}
.boxes ul li dl dt span.updates_date{
	margin-right: 20px;
}
.boxes ul li dl dt span.place {
	background: #FFF;
	color: #333;
	font-size: 11px;
	padding: 5px;
	/* margin: 0 10px 0 20px; */
	margin-right: 10px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.boxes ul li dl dt span.category {
	background: rgba(87, 88, 91, 0.5);
	color: #FFF;
	font-size: 11px;
	padding: 5px;
	margin: 0 10px 0 0;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.boxes ul li dl dt span.new {
	border: 1px solid #DA1C5C;
	color: #FFF;
	font-size: 11px;
	padding: 2px 3px;
	/* font-family: Arial, Helvetica, sans-serif !important; */
	 font-family: 'Oswald', sans-serif;
	color: #DA1C5C;
	font-weight: bold;
	margin: 0 10px 0 0;
}

.boxes ul li.no-link dl{
	pointer-events: none;
}
.boxes ul li.no-link dl:after{
	display: none;
}

.is-hide{
	display: none!important;
}
