@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lora|Noto+Serif+JP:500,700');

img {
	width: 100%;
	height: auto;
}

body {
	padding-right: 50vw;
	color: #333;
	font: 100%/1.5 Helvetica, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	*font-size: small;
	*font: x-small;
	position: relative;
}

a {
	color: #333;
}
a:hover {
	filter: alpha(opacity = 75);
	-ms-filter: "alpha( opacity=75 )";
	-moz-opacity: 0.75;
	opacity: 0.75;
	-webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.pc {
	display: block!important;
}
.sp {
	display: none!important;
}

/* ----------------------------------------
font module
----------------------------------------- */

.jpn {
	font-family: 'Noto Serif JP', serif;
	/*transform: rotate(0.001deg);*/
}
.eng {
	font-family: 'Lora', serif;
	/*transform: rotate(0.001deg);*/
}

.credit {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 400;
}

/* ----------------------------------------
header
----------------------------------------- */

header {
	width: 50vw;
	height: 100vh;
	color: #fff;
	background-color: #000;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
}
header .wrap {
	width: 100%;
	padding: 0 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.logo_area {
	margin-bottom: 10%;
	text-align: center;
}

.logo_area .txt_project {
	margin-bottom: 1em;
	font-size: 1.125rem;
	font-weight: 500;
}

.logo_area .logo {
	display: inline-block;
	max-width: 559px;
	margin-bottom: 1em;
}

.logo_area .txt_date {
	margin-bottom: .5em;
	font-size: 1.063rem;
	font-weight: 700;
}
.logo_area .txt_date .small {
	margin-bottom: .5em;
	font-size: .875rem;
	font-weight: 700;
}

.logo_area .txt_hall {
	font-size: 1.25rem;
	font-weight: 700;
}

.gnav {
	margin-bottom: 10%;
	text-align: center;
}
.gnav li {
	margin-top: 2em;
}
.gnav li:first-child {
	margin-top: 0;
}

.gnav li a {
	font-size: 1.063rem;
	font-weight: 500;
	color: #fff;
}

.snslink {
	width: 100%;
	text-align: center;
}
.snslink li {
	display: inline-flex;
	width: 40px;
	margin: 0 1%;
}

/* ----------------------------------------
mv
----------------------------------------- */

#mv {
	height: 100vh;
	background-image: url(../img/img_mv.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

#mv .catch {
	width: 2vw;
	position: absolute;
	left: 5.5vw;
	top: 5.2vh;
	opacity: 0;
  -webkit-animation: mv_catch 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
  animation: mv_catch 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
}
@-webkit-keyframes mv_catch {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0px, 10px);
    opacity: 0;
  }
}
@keyframes mv_catch {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#mv .scroll {
	position: absolute;
	left: calc(50% - 20px);
	bottom: 0;
	z-index: 100;
}
#mv .scroll a {
	color: #ccaf08;
	font-size: 0.938rem;
	font-weight: 400;
}
#mv .scroll:after {
	display: block;
	content: '';
	width: 1px;
	height: 50px;
	margin: 20px auto 0;
	background-color: #ccaf08;
  -webkit-animation: arrow01 1.8s infinite;
  animation: arrow01 1.8s infinite;
}
@-webkit-keyframes arrow01 {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0px, 10px);
    opacity: 0;
  }
}
@keyframes arrow01 {
  0% {
    transform: rotate(0deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(0deg) translate(0px, 10px);
    opacity: 0;
  }
}

#mv .credit {
	position: absolute;
	right: 2vw;
	bottom: 2vh;
}


/* ----------------------------------------
section module
----------------------------------------- */

section {
	padding: 15% 0;
}

section h1 {
	margin-bottom: 2em;
	padding-left: 2.2em;
	color: #ccaf08;
	font-size: 1.063rem;
	font-weight: 500;
	position: relative;
}
section h1:before {
	display: block;
	content: '';
	width: 20px;
	height: 1px;
	background-color: #ccaf08;
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
}
section h1:after {
	display: inline-block;
	margin-left: 1em;
	vertical-align: middle;
	content: attr(title);
	font-family: Lora;
	color: #ccaf08;
	font-size: 0.813rem;
	font-weight: 400;
}

/* ----------------------------------------
introduction
----------------------------------------- */

.bg_01 {
	padding: 18% 0;
	background-image: url(../img/bg_introduction.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.bg_01:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#introduction {
	margin-bottom: 18%;
	padding: 0;
}

#introduction h2, #program h2 {
	margin-top: 3em;
	padding: 0 5.8%;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
}
#introduction h1 + h2, #program h1 + h2 {
	margin-top: 0;
}
#introduction h2.mt50 {
	margin-top: 33%;
}

#introduction .txt, #program .txt {
	margin-top: 2em;
	padding: 0 5.8%;
	color: #fff;
	font-size: 1rem;
	line-height: 2.25;
}

#program {
	padding: 0;
}

#program h2:after {
	display: inline-block;
	margin-left: 1.5em;
	vertical-align: middle;
	content: attr(title);
	font-family: Lora;
	color: #a6a6a6;
	font-size: .938rem;
	font-weight: 400;
}

#program .txt .indent {
	display: block;
	padding-left: 4em;
}

#program .txt .small {
	display: inline-block;
	font-family: Lora;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1.667;
}

#program .credit {
	margin-top: 5em;
	padding-right: 5.6%;
	text-align: right;
}

/* ----------------------------------------
modal module
----------------------------------------- */

.modal-module {
	display: flex;
	flex-wrap: wrap;
	padding: 0 5.6%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
}

.modal-module li {
	width: 30%;
	margin: 8% 1.6% 0;
	text-align: center;
}

.modal-module .name, .orchestra .name, .otherstaff .name {
	margin: 1em 0 .2em;
	font-size: 1rem;
}
.modal-module .name .small, .orchestra .name .small, .otherstaff .small {
	display: inline-block;
	margin-right: .5em;
	vertical-align: middle;
	font-size: 0.813rem;
}

.modal-module .eng, .orchestra .eng, .otherstaff .eng {
	font-family: Lora;
	color: #ccaf08;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.333;
}

#message h1, #staff h1 {
	width: 46%;
	float: left;
}
#message .attention, #staff .attention {
	width: 46%;
	padding: .2em 5.6% 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.75rem;
	text-align: right;
	float: right;
}

/* ----------------------------------------
message
----------------------------------------- */

#message {
	background: -webkit-linear-gradient(135deg, #b59930 0%, #e3c100 100%);
	background: -moz-linear-gradient(135deg, #b59930 0%, #e3c100 100%);
	background: -o-linear-gradient(135deg, #b59930 0%, #e3c100 100%);
	background: -ms-linear-gradient(135deg, #b59930 0%, #e3c100 100%);
	background: linear-gradient(-45deg, #b59930 0%, #e3c100 100%);
}

#message h1, #message h1:after {
	color: #fff;
}
#message h1:before {
	background-color: #fff;
}

#message .attention {
	color: #fff;
}

#message .modal-module li {
	width: 46.8%;
	margin-top: 0;
}
#message .modal-module li .eng {
	color: #fff;
}

/* ----------------------------------------
staff
----------------------------------------- */

#staff h1 {
	display: inline-block;
}

#staff .e-dancer h2 {
	margin: 8% 5.6% 0;
	color: #a6a6a6;
	text-align: center;
	position: relative;
}
#staff .e-dancer h2 span {
	display: inline-block;
	padding: 0 1.5em;
	background-color: #fff;
	position: relative;
	z-index: 10;
}
#staff .e-dancer h2:before {
	content: '';
	display: block;
	background-color: #bfbfbf;
	width: 100%;
	height: 1px;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
}

#staff .e-dancer .modal-module li .eng {
	color: #a6a6a6;
}

#staff .orchestra, #staff .otherstaff {
	margin: 0 5.6%;
	text-align: center;
}

#staff .border:before {
	content: '';
	display: block;
	width: 100%;
	margin: 8% 0;
	border-top: 1px solid #d8d8d8;
}

#staff .otherstaff table {
	width: 100%;
	line-height: 2;
}
#staff .otherstaff table th {
	width: 48%;
	text-align: left;
}
#staff .otherstaff table td {
	width: auto;
	padding-left: 2em;
	text-align: left;
}

/* ----------------------------------------
ticket
----------------------------------------- */

#ticket {
	background-color: #fafafa;
}


#ticket a {
	color: #1376c2;
	text-decoration: underline;
}
#ticket a:hover {
	text-decoration: none;
}

#ticket .access .wrap {
	margin-bottom: 10%;
	padding: 0 5.6%;
}

#ticket .access .date {
	margin-bottom: 0.3em;
	font-size: 1.125rem;
	font-weight: 700;
}
#ticket .access .date .small {
	font-size: 0.938rem;
	font-weight: 700;
}

#ticket .access h2 {
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: 1em;
}

#ticket .access .txt {
	font-size: 0.875rem;
	line-height: 1.714;
}

#ticket .access iframe {
	width: 100%;
}

#ticket .info {
	margin-top: 10%;
	padding: 0 5.6%;
}

#ticket .info h3 {
	margin-bottom: .5em;
	font-size: 1.375rem;
}

#ticket .info .ticket .price {
	margin-bottom: .3em;
	font-size: 1rem;
}
#ticket .info .ticket .price .small {
	font-size: .813rem;
}

#ticket .info .ticket .attention {
	margin-bottom: 2em;
	font-size: .75rem;
}

#ticket .info .ticket .buy {
	width: 280px;
	margin-top: 2em;
	font-weight: bold;
	border-color: #ffd400;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	background-color: #ffffff;
}
#ticket .info .ticket .buy .table {
	display: table;
	height: 46px;
}
#ticket .info .ticket .buy .txt {
	display: table-cell;
	width: 21%;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
}
#ticket .info .ticket .buy .date {
	display: table-cell;
	width: 26%;
	text-align: center;
	vertical-align: middle;
	font-size: 1rem;
	color: #333;
	background-color: #ffd400;
}

#ticket .info .other:before {
	content: '';
	display: block;
	margin: 8% 0;
	border-top: 1px solid #d8d8d8;
}

#ticket .info .txt {
	font-size: .938rem;
	line-height: 1.667;
}

/* ----------------------------------------
event
----------------------------------------- */

.bg_02 {
	background-image: url(../img/bg_event.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: relative;
  z-index: 0;
}
.bg_02:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.35);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#event {
	padding-bottom: 15%;
}
#event .wrap {
	padding: 0 5.6%;
}

#event article {
	margin-bottom: 40px;
	padding: 6% 4%;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #ebebeb;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.78);
}
#event article:last-child {
	margin-bottom: 0;
}

#event h2 {
	margin: 0 0 1em -4%;
	padding: .1em .6em;
	font-size: 1.625rem;
	border-left: 6px solid #ccaf08;
}

#event .txt {
	font-size: 0.938rem;
	line-height: 1.667;
}
#event .txt:last-child {
	margin-bottom: 0;
}
#event .txt.performer {
	margin-bottom: 0.8em;
}
#event .txt .red {
	color: #e60012;
}

/* ----------------------------------------
sns
----------------------------------------- */

#sns {
	padding: 0;
}

#sns h1 {
	margin-bottom: 13%;
	padding-left: 5.6%;
	color: #333;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}
#sns h1:before {
	display: none;
}

#sns .credit {
	padding-top: 0.3em;
	text-align: right;
	color: #333;
	font-size: 0.75rem;
	font-weight: 400;
	text-shadow: 0px 0px 16px rgba(255, 255, 255, 0.75);
	float: right;
}

#sns .box {
	margin: 6% 5.6% 0;
}
#sns .box iframe {
	max-width: 500px!important;
	margin: 0 auto;
}

#sns .box h2 {
	display: inline-block;
	margin-bottom: 1em;
	font-size: 1.25rem;
	font-weight: 400;
}
#sns .box h2:before {
	display: inline-block;
	content: '';
	margin-right: 12px;
	vertical-align: top;
}
#sns .box.twitter h2:before {
	width: 27px;
	height: 22px;
	margin-top: 3px;
	background-image: url(../img/ico_tw.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: cover;
	background-size: cover;
}
#sns .box.facebook h2:before {
	width: 28px;
	height: 28px;
	background-image: url(../img/ico_fb.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: cover;
	background-size: cover;
}

#sns .box .wrap {
	height: 360px;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
}
#sns .box.twitter .wrap {
	border-color: #55acee;
}
#sns .box.facebook .wrap {
	border-color: #3b5998;
	background-color: #f5f6f7;
}
#sns .facebook-wrapper > .fb-page {
    width: 500px;
    margin: 0 auto;
}
#sns .facebook-wrapper > .fb-page > span,
#sns .facebook-wrapper iframe {
    width: 100% !important;
}

#sns .bnr_instagram {
	margin: 6% 5.6% 0;
}

/* ----------------------------------------
footer
----------------------------------------- */

footer {
	margin: 15% auto 0;
	padding: 0 5.6% 8%;
	position: relative;
	clear: both;
}

footer img {
	width: 100%;
	height: auto;
}

footer .pagetop {
	width: 61px;
	margin: 12% auto 0;
	text-align: center;
}

footer .pagetop span {
	display: inline-block;
	margin-top: .5em;
	font-size: .813rem;
}

footer .footer_part_1 {
	margin-bottom: 6%;
}

footer .footer_part_1 .txt {
	font-size: 1.063rem;
	line-height: 2;
	text-align: center;
}
footer .footer_part_1 .txt .promotion {
	display: inline-block;
	line-height: 1.7;
}

footer .footer_part_2 {
	max-width: 508px;
	margin: 0 auto 6%;
}

footer .footer_part_3 {
	width: 100%;
	margin-bottom: 72px;
	text-align: center;
}

footer .kpchlogo {
	text-align: center;
  margin: 0 auto 5%;
}
footer .kpchlogo li {
	display: inline-block;
	max-width: 166px;
	margin: 0 2%;
}

footer .copy {
	text-align: center;
	font-size: .625rem;
}


@media screen and (max-width: 786px) {

	.pc {
		display: none!important;
	}

	.sp {
		display: block!important;
	}

	body {
		padding-right: 0;
	}

	header {
		width: 100%;
		height: 100%;
		height: 0;
		background-color: none;
		position: relative;
	}

	header .menu_open {
		display: none;
		width: 100%;
		height: 100%;
		padding: 0;
		background-color: #000;
		position: fixed;
		z-index: 1000;
	}

	@media screen and (orientation: landscape) {
		header .menu_open {
			overflow-y: auto;
		}

		header .menu_open .wrap {
			height: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

		 .menu_open .logo_area {
		 	margin-top: 5%;
		 }
		 .menu_open .snslink {
		 	margin-bottom: 5%;
		 }
		 .menu_open .logo_area .logo {
			width: 60%;
		}
	}

	header .menu-trigger {
		display: block;
		top: 3%;
		right: 6%;
		position: fixed;
		z-index: 1010;
	}
	header .menu-trigger:hover {
		cursor: pointer;
	}
	.menu-trigger,
	.menu-trigger span {
	    display: inline-block;
	    transition: all .4s;
	    box-sizing: border-box;
	}
	.menu-trigger {
	    position: relative;
	    width: 40px;
	    height: 18px;
	}
	.menu-trigger span {
	    position: absolute;
	    width: 100%;
	    height: 2px;
	    background-color: #ccaf08;
	}
	.menu-trigger span:nth-of-type(1) {
			width: 30px;
	    top: 0;
	    left: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	    top: 8px;
	}
	.menu-trigger span:nth-of-type(3) {
			width: 30px;
	    bottom: 0;
	    right: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		top: 10px;
		left: 20%;
	  -webkit-transform: translateY(0px) rotate(-45deg);
	  transform: translateY(0px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
	  left: -50%;
	  opacity: 0;
	  -webkit-animation: active-menu-bar02 .5s forwards;
	  animation: active-menu-bar02 .5s forwards;
	}
	@-webkit-keyframes active-menu-bar02 {
	  100% {
	      width: 0;
	  }
	}
	@keyframes active-menu-bar02 {
	  100% {
	      width: 0;
	  }
	}
	.menu-trigger.active span:nth-of-type(3) {
		bottom: -10px;
		left: 20%;
	  -webkit-transform: translateY(-16px) rotate(45deg);
	  transform: translateY(-16px) rotate(45deg);
	}

	.logo_area .txt_project {
		font-size: .6rem;
	}
	.logo_area .txt_date {
		font-size: .7rem;
	}
	.logo_area .txt_date .small {
		font-size: .5rem;
	}
	.logo_area .txt_hall {
		font-size: 0.9rem;
	}

	.gnav li {
		margin-top: 1.2em;
	}
	.gnav li a {
		font-size: 1.1rem;
	}

	/*
		font module
	*/

	.credit {
		font-size: .7rem;
	}

	/*
		mv
	*/

	#mv .logo_area {
		padding: 0 4vw;
		text-align: left;
		color: #fff;
		position: absolute;
		top: 3vh;
		left: 0;
	}

	#mv .logo_area .txt_project {
		padding-right: 1em;
		text-align: left;
	}

	#mv .catch {
		width: 5vw;
		top: 18vh;
		left: 10vw;
	}

	#mv .logo_area {
		margin-bottom: 0;
	}

	#mv .logo_area .logo {
		width: 80%;
	}

	#mv .info {
		padding: 0 4vw;
		color: #fff;
		position: absolute;
		bottom: 16vh;
		left: 0;
	}
	#mv .info .txt_date {
		margin-bottom: .5em;
		font-size: 0.7rem;
		font-weight: 700;
	}
	#mv .info .txt_date .small {
		margin-bottom: .5em;
		font-size: 0.6rem;
		font-weight: 700;
	}

	#mv .info .txt_hall {
		font-size: 1.2rem;
		font-weight: 700;
	}

	#mv .scroll a {
		font-size: .7rem;
	}
	#mv .scroll:after {
		height: 30px;
	}

	@media screen and (orientation: landscape) {
		#mv {
			padding-top: 100%;
		}

		#mv .catch {
			top: 40vh;
		}

		#mv .info {
			bottom: 32vh;
		}
	}

	/*
		section module
	*/

	section h1 {
		font-size: .9rem;
	}
	section h1:after {
		font-size: .7rem;
	}

	/*
		introduction / program
	*/

	#introduction h2, #program h2 {
		font-size: 1.3rem;
	}

	#introduction .txt, #program .txt {
		font-size: .9rem;
	}
	#program h2:after {
		display: block;
		margin: .5em 0 0 0;
		font-size: .7rem;
	}

	/*
		modal-module
	*/

	.modal-module li {
		margin-top: 5%;
	}

	.modal-module .name, .orchestra .name, .otherstaff .name {
		font-size: .9rem;
	}

	.modal-module .name .small, .orchestra .name .small, .otherstaff .small {
		font-size: 0.7rem;
	}
	.modal-module .name .small {
		display: block;
		margin-right: 0;
	}

	.modal-module .eng, .orchestra .eng, .otherstaff .eng {
		font-size: .7rem;
	}

	/*
		message
	*/

	#message .attention {
		margin-bottom: 5%;
	}

	#message h1, #staff h1 {
		width: auto;
		float: none;
	}
	#message .attention, #staff .attention {
		width: 100%;
		padding: 0;
		text-align: center;
		float: none;
	}

	/*
		staff
	*/

	#staff .e-dancer h2 {
		font-size: .7rem;
	}

	#ticket .access .date {
		font-size: .9rem;
	}
	#ticket .access .date .small {
		font-size: .7rem;
	}

	#ticket .access h2 {
		font-size: 1.3rem;
	}

	#ticket .info h3 {
		font-size: 1.1rem;
	}

	#ticket .info .ticket .price {
		font-size: .9rem;
	}
	#ticket .info .ticket .price .small {
		font-size: .7rem;
	}

	#ticket .info .ticket .buy .table {
		width: 100%;
	}

	#ticket .info .ticket .buy {
		width: 100%;
	}
	#ticket .info .ticket .buy .txt, #ticket .info .ticket .buy .date {
		font-size: .9rem;
	}

	/*
		event
	*/

	#event h2 {
		font-size: 1.3rem;
	}

	/*
		sns
	*/

	#sns h1 {
		font-size: 1.3rem;
	}

	#sns .credit {
		text-align: right;
	}

	#sns .box h2 {
		font-size: 1rem;
	}

	#sns .box.twitter h2:before {
		width: 20px;
		height: 15px;
	}
	#sns .box.facebook h2:before {
		width: 20px;
		height: 20px;
	}

	footer .footer_part_1 .txt {
		font-size: .9rem;
		line-height: 1.7;
	}

	footer .footer_part_1 .txt .promotion {
		line-height: 1.5;
	}

	footer .kpchlogo li {
		max-width: 35%;
	}

	footer .pagetop {
		width: 46px;
	}

	footer .pagetop span {
		font-size: .6em;
	}

}

@media screen and (min-width: 980px) and (max-width: 1024px) {

	/*
		mv
	*/

	.logo_area .txt_project {
		font-size: .9rem;
	}

	.logo_area .txt_date {
		font-size: 0.9rem;
	}
	.logo_area .txt_date .small {
		font-size: .7rem;
	}

	/*
		introduction
	*/

	#introduction h2 > br {
		display: none!important;
	}

	/*
		message
	*/

	#message h1, #staff h1 {
		width: 100%;
		float: none;
	}

	#message .attention, #staff .attention {
		display: block;
		width: 100%;
		text-align: center;
	}

	/*
		program
	*/

	#program h2:after {
		display: block;
		margin: .5em 0 0 0;
	}
}

/* ----------------------------------------
magnific-popup
----------------------------------------- */

.mfp-wrap {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-staff {
  position: relative;
}

.modal-staff_inner {
  position: relative;
  display: table;
  width: 96%;
  max-width: 1200px;
  margin: 5% auto;
  padding: 40px 25px;
  background: #fff;
  box-sizing: border-box;
}

.mfp-close-btn-in .mfp-close {
	display: none;
}

.modal-dismiss {
	width: 20px;
	height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal-dismiss a {
  width: 44px;
  height: 44px;
  text-align: center;
}

.modal-dismiss a img {
  display: inline-block;
  vertical-align: middle;
  line-height: 44px;
}

.modal_image {
  display: block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 24px;
  box-sizing: border-box;
}

.modal_content {
  display: block;
  vertical-align: middle;
  width: 100%;
}

.modal_heading {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 1.3rem;
}
.modal_heading .small {
	font-size: .8rem;
	vertical-align: middle;
}

.modal_heading-en {
  margin-bottom: 10px;
  font-size: 0.7rem;
  color: #979442;
}

.modal_caetgory {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 13px;
}

.modal_text {
  font-size: 0.9rem;
  line-height: 1.8;
}


@media screen and (min-width: 787px) {
  .modal-staff_inner {
    padding: 20px;
  }
  .modal-dismiss {
    top: 20px;
    right: 20px;
  }
  .modal_image {
    padding-right: 20px;
  }

  .modal_heading {
    margin-bottom: 10px;
    font-size: 28px;
  }
  .modal_heading-en {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .modal_text {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media screen and (min-width: 1200px) {
  .modal-staff_inner {
    padding: 0;
  }

  .modal-dismiss {
  	width: 20px;
    top: 34px;
    right: 34px;
  }

  .modal_image {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    width: 500px;
    padding-bottom: 0;
    padding-right: 0;
    vertical-align: middle;
  }
  .modal_image img {
    width: 500px;
    height: 680px;
  }
  .modal-orchestra .modal_image img {
  	width: 540px;
		height: 360px;
  }

  .modal_content {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding-left: 95px;
    padding-right: 90px;
  }
  .modal-orchestra .modal_content {
  	padding: 0 4%;
  }

  .modal_heading {
    margin-bottom: 0;
    font-size: 2.125rem;
  }
  .modal_heading .small {
  	display: inline-block;
  	vertical-align: middle;
  	margin-right: .5em;
    font-size: 1.25rem;
  }

  .modal_heading-en {
    margin-bottom: 2em;
		color: #ccaf08;
		font-size: .75rem;
		font-weight: 400;
  }
  .modal_text {
  	line-height: 1.8;
    font-size: .9rem;
  }
}