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

/**
 * Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
 * Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
 */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans CJK JP Thin"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP Light"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans CJK JP Black"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format('opentype');
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
	outline: none;
}
html, body {
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: 16px;
	font-family: 'Noto Sans JP','メイリオ', Meiryo, sans-serif;
	font-weight: 400;
	/* font-feature-settings: "palt"; */
}
a {
	color: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
	text-decoration: none;
}
a.disabled {
	pointer-events: none;
	opacity: 0.5;
}
img {
	width: 100%;
}
#wrap {
	position: relative;
	min-width: 1024px;
	overflow: hidden;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.taC {
	text-align: center;
}
.only_pc {
	display: block !important;
}
.only_sp {
	display: none !important;
}

@media (max-width: 768px) {
	html, body {
		font-size: 12px;
	}
	#wrap {
		min-width: auto;
	}
	.only_pc {
		display: none !important;
	}
	.only_sp {
		display: block !important;
	}
}

/*----------
 hd_nav
----------*/

#hd_bg {
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	height: 80px;
	-webkit-transition: background .5s ease-out;
	-o-transition: background .5s ease-out;
	transition: background .5s ease-out;
	z-index: 1;
}
#hd_bg.bg {
	background: #000;
}
#hd_nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	color: #fff;
	z-index: 1000;
}
#hd_nav > .main {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	/* width: 100%; */
	padding: 30px 0;
}
#hd_nav > .main li {
	position: relative;
}
#hd_nav > .main li:not(:last-child) {
	margin-right: 40px;
}
#hd_nav > .main li a {
	font-weight: bold;
	text-decoration: none;
}
#hd_nav > .main li a.open {
	border-bottom: 2px solid #fff;
}
#hd_nav > .main li a.disabled {
	pointer-events: none;
	opacity: 0.3;
}
#hd_nav .sub_toggle {
	position: relative;
}
#hd_nav .sub {
	display: none;
	position: absolute;
	top: 22px;
	left: 0;
	width: 400px;
	padding: 20px 0;
	background: #000;
}
#hd_nav .sub li:not(:last-child) {
	margin-bottom: 20px;
}
#hd_nav .sub li:nth-child(3),
#hd_nav .sub li:nth-child(4) {
	text-indent: -0.5em;
}
#hd_nav .sub li a {
	display: block;
	position: relative;
	font-size: 14px;
	padding-left: 40px;
}
#hd_nav .sub li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 19px;
	bottom: 0;
	width: 2px;
	height: 100%;
	margin: auto;
	background: #fff;
}
#hd_nav .btn {
	padding: 20px 40px;
}
#hd_nav .btn a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 20px;
	width: 160px;
	height: 40px;
	padding-right: 20px;
	margin: auto;
	background: url(../img/ico_event.png) no-repeat right 15px center #fff45c;
	background-size: 12px;
}
#hd_nav .sns {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* width: 140px; */
	padding: 25px 0;
}
#hd_nav .sns li {
	width: 30px;
}
#hd_nav .sns li:not(:last-child) {
	margin-right: 10px;
}

#toggle {
	display: none;
}
#close_btn {
	display: none;
}

@media (max-width: 768px) {
	#toggle {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		cursor: pointer;
		-webkit-transition: background .5s ease-out;
		-o-transition: background .5s ease-out;
		transition: background .5s ease-out;
		background: #000;
		z-index: 1000;
	}
	#toggle span {
		display: block;
		position: absolute;
		left: 12.5px;
		width: 25px;
		height: 2px;
		background: #fff;
	}
	#toggle span:nth-child(1) {
		top: 15px;
	}
	#toggle span:nth-child(2) {
		top: 25px;
	}
	#toggle span:nth-child(3) {
		top: 35px;
	}
	#close_btn {
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
		width: 20px;
		z-index: 1100;
	}
	#close_btn a {
		-webkit-transition: opacity .2s ease-out;
		-o-transition: opacity .2s ease-out;
		transition: opacity .2s ease-out;
	}
	#close_btn a:hover {
		opacity: .5;
	}
	#hd_nav {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		overflow: auto;
		padding-top: 30px;
		background: #000;
		opacity: 0;
		z-index: -1;
	}
	.toggle_nav_on #hd_nav {
		-webkit-transition: opacity .4s ease-out;
		-o-transition: opacity .4s ease-out;
		transition: opacity .4s ease-out;
		opacity: 1;
		z-index: 1000;
	}
	#hd_nav .main {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#hd_nav .main li {
		text-align: center;
	}
	#hd_nav .main li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 40px;
	}
	#hd_nav .main li a {
		position: relative;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		text-decoration: none;
		-webkit-transition: opacity .2s ease-out;
		-o-transition: opacity .2s ease-out;
		transition: opacity .2s ease-out;
	}
	#hd_nav > .main li a.open {
		border-bottom: none;
	}
	#hd_nav .main .sub_toggle > a:after {
		content: "";
		position: absolute;
		width: 21px;
		height: 21px;
		margin-left: 10px;
		background: url(../img/btn_plus.png) no-repeat;
		background-size: 21px 21px;
	}
	#hd_nav .main .sub_toggle > a.open:after {
		content: "";
		position: absolute;
		width: 21px;
		height: 21px;
		margin-left: 10px;
		background: url(../img/btn_minus.png) no-repeat;
		background-size: 21px 21px;
	}
	#hd_nav .sub {
		display: none;
		position: static;
		width: 100%;
		padding: 10px 0;
		margin-top: 15px;
		background: #034060;
	}
	#hd_nav .sub li:not(:last-child) {
		margin-bottom: 20px;
	}
	#hd_nav .sub li a {
		display: block;
		position: relative;
		font-size: 15px;
		padding-left: 0;
	}
	#hd_nav .sub li a:before {
		content: none;
	}
	#hd_nav .btn {
		padding: 0;
	}
	#hd_nav .btn a {
		font-size: 20px;
		border-radius: 30px;
		width: 240px;
		height: 60px;
		padding-right: 30px;
		background: url(../img/ico_event.png) no-repeat right 45px center #fff45c;
		background-size: 15px;
	}
	#hd_nav .sns {
		margin: auto;
	}
	#hd_nav .sns li {
		width: 40px;
	}
	#hd_nav .sns li:not(:last-child) {
		margin-right: 40px;
	}
}

/*----------
 mv
----------*/
#mv {
	color: #fff;
	width: 100%;
	background: 
	url("../img/main_bg_pc.jpg") no-repeat top center #072543;
	background-size: auto;
}
#mv .inner {
	position: relative;
	width: 1024px;
	padding: 80px 0;
	margin: auto;
}
#mv .access {
	position: absolute;
	left: 0;
	bottom: 150px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
}
#mv .access span {
	font-size: 20px;
}
#mv .access .more {
	display: block;
	position: absolute;
	bottom: -5px;
	right: 40px;
	width: 61px;
}

@media (max-width: 768px) {
	#mv {
		position: relative;
		background: url("../img/main_bg_sp.jpg") no-repeat top center #072543;
		background-size: 100%;
	}
	#mv .inner {
		position: relative;
		width: 100%;
		padding: 4vw 0 155px;
		margin: auto;
	}
	#mv .access {
		bottom: 50px;
		width: 100%;
		font-size: 20px;
		text-align: center;
	}
	#mv .access span {
		font-size: 14px;
	}
	#mv .access .more {
		display: inline-block;
		position: static;
		bottom: -5px;
		right: 40px;
		width: 32px;
	}
}

/*----------
 cts
----------*/
#cts .hd {
	color: #072543;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 50px;
	margin-bottom: 70px;
	background: url("../img/icon_black.png") no-repeat bottom center;
}

@media (max-width: 768px) {
	#cts .hd {
		font-size: 20px;
		padding-bottom: 40px;
		margin-bottom: 50px;
		background: url("../img/icon_black.png") no-repeat bottom center;
		background-size: 21px;
	}
}

/*----------
 message
----------*/
#message {
	color: #fff;
	padding: 100px 0;
	background: url("../img/message_bg_pc.jpg") no-repeat center;
	background-size: cover;
}
#message .hd {
	color: #fff;
	background: url("../img/icon_white.png") no-repeat bottom center;
}
#message .catch {
	font-size: 26px;
	text-align: center;
	margin-bottom: 50px;
}
#message .txt {
	line-height: 1.5;
	width: 800px;
	margin: 0 auto 50px;
}
#message .name {
	text-align: center;
}

@media (max-width: 768px) {
	#message {
		padding: 70px 0;
		background: url("../img/message_bg_sp.jpg") no-repeat center;
		background-size: cover;
	}
	#message .hd {
		background: url("../img/icon_white.png") no-repeat bottom center;
		background-size: 21px;
	}
	#message .catch {
		font-size: 16px;
		margin-bottom: 40px;
	}
	#message .txt {
		line-height: 1.5;
		width: 100%;
		padding: 0 4vw;
		margin: 0 auto 40px;
	}
	#message .name {
		line-height: 1.5;
		text-align: center;
	}
}

@media (max-width: 375px) {
	#message .catch {
		font-size: 4.26667vw;
	}
}

/*----------
 works
----------*/
#works {
	color: #000;
	padding: 100px 0;
	background: #fff;
}
#works .inner {
	width: 1024px;
	margin: auto;
}
#works .hd {
	background: url("../img/icon_black.png") no-repeat bottom center;
}
#works h2 {
	color: #034060;
	font-size: 32px;
	text-align: center;
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#works .catch {
	font-size: 26px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 50px;
}
#works .txt {
	line-height: 1.5;
	width: 800px;
	margin: 0 auto  70px;
}
#works h3 {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	width: 600px;
	padding: 10px;
	margin: 0 auto 20px;
	background: #034060;
}
#works .date {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
}
#works .overview {
	line-height: 1.5;
	width: 800px;
	margin: 0 auto 30px;
}
#works .summary {
	line-height: 1.5;
	width: 800px;
	margin: 0 auto 70px;
}
#works .summary .red {
	color: #cb0000;
	line-height: 1.5;
	margin-top: 15px;
}
#works .btn {
	text-align: center;
}
#works .btn a {
	border-radius: 100px;
	text-decoration: none;
	padding: 15px 20px;
	background: #e5e5e5;
	-webkit-transition: background .3s ease-out, color .3s ease-out;
	-o-transition: background .3s ease-out, color .3s ease-out;
	transition: background .3s ease-out, color .3s ease-out;
}
#works .btn a:hover {
	color: #e5e5e5;
	background: #000;
}
#works .date li {
	padding: 0 30px;
}
#works .date li:not(:last-child) {
	border-right: 1px solid;
}
#works .work {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
	margin-bottom: 25px;
}
#works .work li {
	width: 300px;
	margin-bottom: 45px;
}
#works .work li .img {
	border-top: 6px solid #034060;
	margin-bottom: 20px;
}
#works .work li h4 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}
#works .work li .cast {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 20px;
}
#works .work li .cast .kantoku {
	font-size: 16px;
}
#works .work li .text {
	line-height: 1.5;
}
#works .work li .red {
	color: #cb0000;
	line-height: 1.5;
	margin-top: 20px;
}
#works .works {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
	margin-bottom: 40px;
}
#works .works li:nth-child(1) {
	width: 600px;
	margin-bottom: 0;
}
#works .works li .img {
	border-top: 6px solid #034060;
	margin-bottom: 10px;
}
#works .works li:nth-child(2) {
	width: 340px;
}
#works .works li .copy {
	font-size: 12px;
	text-align: center;
}
#works .works li .text {
	font-size: 12px;
	line-height: 1.5;
}
#works .works li .text span {
	font-size: 16px;
}
#works .box {
	line-height: 1.5;
	width: 800px;
	padding: 40px;
	margin: auto;
	background: #e5e5e5;
}

#new_cinema_selection {
	padding: 50px 0 100px;
	background: #bcd3d6;
}
#premier_night {
	padding: 50px 0 100px;
	background: #d6e0c0;
}
#thank_you_for_coming {
	padding: 50px 0 100px;
	background: #bcd3d6;
}
#boy {
	padding: 50px 0 100px;
	background: #d6e0c0;
}
#mizorogi {
	padding: 50px 0 100px;
	background: #f0d8e8;
}
#closing_ceremony {
	padding: 50px 0 100px;
	background: #fef4d6;
}
#works #closing_ceremony .overview {
	margin: 0 auto;
}

@media (max-width: 768px) {
	#works {
		padding: 70px 0 0;
	}
	#works .inner {
		width: 100%;
	}
	#works .hd {
		background: url("../img/icon_black.png") no-repeat bottom center;
		background-size: 21px;
	}
	#works h2 {
		font-size: 23px;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	#works .catch {
		font-size: 16px;
		margin-bottom: 30px;
	}
	#works .txt {
		width: 100%;
		padding: 0 4vw;
		margin: 0 auto  45px;
	}
	#works h3 {
		font-size: 16px;
		width: 92vw;
		padding: 10px;
		margin: 0 auto 20px;
	}
	#works .date {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	#works .overview {
		width: 100%;
		padding: 0 4vw;
		margin: 0 auto 25px;
	}
	#works .summary {
		width: 100%;
		padding: 0 4vw;
		margin: 0 auto 45px;
	}
	#works .summary .red {
		color: #cb0000;
		line-height: 1.5;
		margin-top: 15px;
	}
	#works .btn {
		text-align: center;
	}
	#works .btn a {
		font-size: 12px;
		border-radius: 23px;
		text-decoration: none;
		padding: 10px 20px;
		background: #e5e5e5;
	}
	#works .date li {
		font-size: 12px;
		white-space: nowrap;
		padding: 0 20px;
	}
	#works .date li:not(:last-child) {
		margin-bottom: 10px;
	}
	#works .work {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		padding: 0 4vw;
		margin: 0 auto 25px;
	}
	#works .work li {
		width: 43vw;
		margin-bottom: 25px;
	}
	#works .work li .img {
		border-top: 4px solid #034060;
		margin-bottom: 15px;
	}
	#works .work li h4 {
		font-size: 15px;
		margin-bottom: 15px;
	}
	#works .work li .cast {
		font-size: 10px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	#works .work li .cast .kantoku {
		font-size: 14px;
	}
	#works .work li .red {
		margin-top: 15px;
	}
	#works .works {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 4vw;
		margin-bottom: 20px;
	}
	#works .works li:nth-child(1) {
		width: 80vw;
		margin: 0 auto 30px;
	}
	#works .works li .img {
		border-top: 4px solid #034060;
		margin-bottom: 5px;
	}
	#works .works li:nth-child(2) {
		width: 100%;
	}
	#works .works li .copy {
		font-size: 10px;
	}
	#works .works li .text {
		font-size: 10px;
	}
	#works .works li .text span {
		font-size: 14px;
	}
	#works .box {
		font-size: 12px;
		width: 92vw;
		padding: 15px;
	}

	#new_cinema_selection {
		padding: 50px 0 100px;
		background: #bcd3d6;
	}
	#premier_night {
		padding: 50px 0 100px;
		background: #d6e0c0;
	}
	#thank_you_for_coming {
		padding: 50px 0 100px;
		background: #bcd3d6;
	}
	#boy {
		padding: 50px 0 100px;
		background: #d6e0c0;
	}
	#mizorogi {
		padding: 50px 0 100px;
		background: #f0d8e8;
	}
	#closing_ceremony {
		padding: 50px 0 100px;
		background: #fef4d6;
	}
	#works #closing_ceremony .overview {
		margin: 0 auto;
	}
}

@media (max-width: 375px) {
	#works h2 {
		font-size: 6.13333vw;
	}
}

/*----------
 time
----------*/
#time {
	color: #000;
	padding: 100px 0;
	background: #fff;
}
#time .inner {
	width: 950px;
	margin: auto;
}
#time .box p {
	font-size: 14px;
	text-align: center;
	margin: 40px 0 30px;
}
#time .btn {
	
}
#time .btn a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 30px;
	width: 260px;
	height: 60px;
	padding-right: 25px;
	margin: auto;
	-webkit-transition: background .3s ease-out, color .3s ease-out;
	-o-transition: background .3s ease-out, color .3s ease-out;
	transition: background .3s ease-out, color .3s ease-out;
	background: url(../img/ico_event.png) no-repeat right 40px center #fff45c;
	background-size: 18px;
}
#time .btn a:hover {
	color: #fff45c;
	background: url(../img/ico_event_on.png) no-repeat right 40px center #000;
	background-size: 18px;	
}

@media (max-width: 768px) {
	#time {
		padding: 70px 0 0;
	}
	#time .inner {
		width: 100%;
		padding: 0 4vw;
	}
	#time .box .flex {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	#time .box .flex .date img {
		width: 97.06px;
	}
	#time .table {
		position: relative;
		padding-bottom: 15px;
	}
	#time .box .table img {
		width: 675px;
		margin: auto;
	}
	#time .box p {
		font-size: 12px;
		line-height: 1.5;
		text-align: left;
		margin: 40px 0 15px;
	}
	#time .btn {

	}
	#time .btn a {
		font-size: 20px;
		width: 240px;
		padding-right: 30px;
		margin: auto;
		-webkit-transition: background .3s ease-out, color .3s ease-out;
		-o-transition: background .3s ease-out, color .3s ease-out;
		transition: background .3s ease-out, color .3s ease-out;
		background: url(../img/ico_event.png) no-repeat right 45px center #fff45c;
		background-size: 15px;
	}
	#time .btn a:hover {
		color: #fff45c;
		background: url(../img/ico_event_on.png) no-repeat right 45px center #000;
		background-size: 15px;	
	}
}

 /* perfect-scrollbar */
.ps__rail-x, .ps:hover>.ps__rail-x {
  opacity: 1 !important;
}

/*----------
 charge
----------*/
#charge {
	color: #000;
	padding: 100px 0;
	background: #fff;
}
#charge .inner {
	width: 630px;
	margin: auto;
}
#charge .box p {
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	background: #eee;
}
#charge .box ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px
}
#charge .box ul li {
	font-size: 18px;
	text-align: center;
	width: 310px;
	padding: 10px;
	background: #eee;
}
#charge .box ul li .tax {
	font-size: 14px;
}
#charge .catch {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 40px;
}
#charge .txt {
	font-size: 14px;
	line-height: 1.5;
}

@media (max-width: 768px) {
	#charge {
		padding: 70px 0 0;
	}
	#charge .inner {
		width: 100%;
		padding: 0 4vw;
	}
	#charge .box p {
		padding: 7px;
		margin-bottom: 5px;
	}
	#charge .box ul {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	#charge .box ul li {
		font-size: 15px;
		width: 49.4%;
		padding: 7px;
	}
	#charge .box ul li .tax {
		font-size: 10px;
	}
	#charge .catch {
		font-size: 14px;
		margin-bottom: 40px;
	}
	#charge .txt {
		font-size: 10px;
	}
}

/*----------
 access
----------*/
#access {
	color: #000;
	padding: 100px 0;
	background: #fff;
}
#access .inner {
	width: 980px;
	margin: auto;
}
#access .block {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#access .txt h2 {
	font-size: 26px;
	margin-bottom: 20px;
}
#access .txt p {
	line-height: 1.5;
}
#access .map {
	width: 700px;
}
#access .map p {
	font-size: 14px;
	margin-top: 10px;
}

@media (max-width: 768px) {
	#access {
		padding: 70px 0;
	}
	#access .inner {
		width: 100%;
		padding: 0 4vw;
		margin: auto;
	}
	#access .block {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#access .txt {
		margin-bottom: 30px;
	}
	#access .txt h2 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	#access .map {
		width: 100%;
		height: 150px
	}
	#access .map iframe{
		width: 100%;
		height: 100%;
	}
	#access .map p {
		font-size: 12px;
		margin-top: 10px;
	}
}

/*----------
 footer
----------*/
footer {
	color: #fff;
	padding: 40px 0;
	background: #000;
}
footer p {
	text-align: center;
}
footer .copy {
	font-size: 14px;
	margin-top: 10px;
}

@media (max-width: 768px) {
	footer {
		padding: 15px 0;
	}
	footer p {
		font-size: 12px;
	}
	footer .copy {
		font-size: 10px;
		margin-top: 10px;
	}
}

/*----------
 mfp
----------*/
.mfp-bg {
    min-width: 1200px;
    background: rgba(0, 0, 0, 0.8);
}
.mfp-wrap {
    min-width: 1200px;
}
.mfp-close:before {
	content: "";
	position: absolute;
	top: 20px;
	right: 0;
	width: 40px;
	height: 2px;
	-webkit-transform: rotate(-45deg) translateY(0px);
	-ms-transform: rotate(-45deg) translateY(0px);
	-o-transform: rotate(-45deg) translateY(0px);
	transform: rotate(-45deg) translateY(0px);
	background: #fff;
}
.mfp-close:after {
	content: "";
	position: absolute;
	top: 20px;
	right: 0;
	width: 40px;
	height: 2px;
	-webkit-transform: rotate(45deg) translateY(0px);
	-ms-transform: rotate(45deg) translateY(0px);
	-o-transform: rotate(45deg) translateY(0px);
	transform: rotate(45deg) translateY(0px);
	background: #fff;
}
.mfp-iframe-holder .mfp-close {
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 1;
}

@media (max-width: 768px) {
	.mfp-bg {
		min-width: auto;
	}
	.mfp-wrap {
		min-width: auto;
	}
}
}