@charset "utf-8";
html {
	font-size: 62.5%;
	height: 100%;
}

@media (max-width: 414px) {
	html {
		font-size: 50%;
	}
}

body {
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "meiryo", "ＭＳ ゴシック", sans-serif;
	font-size: 10px;
	font-size: 1.0rem;
	letter-spacing: 0.06em;
	line-height: 1.66;
	background: #ffffff;
	color: #868686;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.wrap {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.copyright {
	text-align: right;
	margin-right: 5px;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 0px;
}

.ib {
	display: inline-block;
}

.margin30 {
	padding-top: 30px;
}

.margin10 {
	padding-top: 10px;
}

img {
	max-width: 100% !important;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
}

h2 {
	font-size: 42px;
	font-size: 4.2rem;
	letter-spacing: 0.12em;
	font-weight: bold;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
b,
strong {
	color: #333333;
}

p,
ol,
li {
	font-size: 18px;
	font-size: 1.8rem;
}

a {
	color: #c8a461;
}

a img {
	outline: none;
}

.btn-danger {
	color: #fff;
	background-color: #c8a461;
	border-color: #c8a461;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #9193a0;
	border-color: #9193a0;
}

.btn-danger:hover {
	color: #fff;
	background-color: #9193a0;
	border-color: #9193a0;
}

body a:hover {
	color: #9193a0;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	text-decoration: none;
}

.page_title_wrap {
	background-color: #141414;
	box-sizing: border-box;
	min-height: 198px;
	padding-top: 15px;
	padding-bottom: 50px;
	position: relative;
	margin: 0px;
}

@media screen and (max-width: 767px) {
	.page_title_wrap {
		min-height: 99px;
		padding: 26px 20px;
	}
}

.page_title1 {
	color: #fff;
	line-height: 1.2;
	position: relative;
	text-align: center;
	z-index: 100;
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: bold;
	letter-spacing: 0.18em;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.page_title1 {
		text-align: left;
		font-size: 20px;
		font-size: 2rem;
	}
}

.page_title2 {
	color: #c8a461;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
	z-index: 100;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0;
	padding: 48px 0 0;
}

@media screen and (max-width: 767px) {
	.page_title2 {
		padding-bottom: 0;
		text-align: left;
		font-size: 12px;
		font-size: 1.2rem;
		padding: 0;
	}
}

.title h1 {
	text-align: center;
}

.overview {
	padding: 30px 0px;
	background: #fafafa;
}

.overview h3 {
	margin: 0px 0px 30px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.3;
}

.overview dt {
	font-size: 14px;
	font-size: 1.4rem;
	background: #c8a461;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
	display: inline-block;
	margin-bottom: 10px;
}

.overview dd {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.overview a {
	font-weight: bold;
}
/* navbar */

.navbar-default {
	background-color: #141414;
	border: none;
	border-bottom: 1px solid #404040;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0px;
	border-radius: 0px;
}

.navbar-default .dropdown-menu>li>a {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #777;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-weight: bold;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: #fafafa;
	}
	a.navbar-brand {
		color: #fff !important;
		font-weight: bold;
		font-size: 15px;
		font-size: 1.5rem;
		letter-spacing: 0px;
	}
	.navbar-brand {
		min-width: 260px;
	}
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #ffffff;
	background-color: #c8a461;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #ffffff;
	background-color: #c8a461;
}

.navbar-default .dropdown-menu>li>a:focus,
.navbar-default .dropdown-menu>li>a:hover {
	color: #ffffff;
	background-color: #c8a461;
	text-decoration: none;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
		font-weight: bold;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #ffffff;
		background-color: #c8a461;
	}
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-toggle {
	padding: 6px 4px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 8px;
}

.navbar-toggle .icon-bar2 {
	display: block;
	width: 28px;
	height: 2px;
	position: absolute;
	top: 26px;
	right: 2px;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
}

.navbar-toggle .icon-bar3 {
	display: block;
	width: 28px;
	height: 2px;
	position: absolute;
	top: 6px;
	right: 4px;
	border-radius: 0px;
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
}

.collapsed .icon-bar2,
.collapsed .icon-bar3 {
	display: none;
}

.collapsed .icon-bar {
	display: block;
	width: 28px;
	height: 2px;
	border-radius: 0px;
	background-color: #fff !important;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border: none;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 100%;
}

.navbar .info {
	text-align: center;
	font-weight: bold;
	background: #a3a599;
	color: #fff;
	margin: 0px -15px;
}

body > header .humberger-wrap.opened .humberger-border-3 {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	bottom: 6px;
	left: 2px;
}

@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0;
		margin-left: -15px;
	}
}

.rating {
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: 5px;
}

@media (min-width: 768px) {
	.navbar-nav {
		margin: 0 auto;
		display: table;
		table-layout: fixed;
		float: none;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: table!important;
	}
}
/* top */

.top_logo {
	margin-top: 50px;
	padding: 10px 0px;
	background: #ffffff;
}

.top_logo2 {
	margin-top: 30px;
	padding: 10px 0px;
	background: #ffffff;
}

.index .top_logo2 {}

.notes {
	border: 3px solid #c8a461;
}

.notes h3 {
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 10px;
}

.notes a {
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 10px 20px 10px 0px;
}

a .top_menu {
	background: #c8a461;
	text-align: center;
	color: #ffffff;
	padding: 1px;
	margin: 0px 0px 10px;
}

a:hover .top_menu {
	color: #a3a599;
	background: #F2F2F2;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

a .top_menu h3 {
	margin: 20px 0px;
	color: #ffffff;
}

a:hover .top_menu h3 {
	margin: 20px 0px;
	color: #a3a599;
}

.top_slide {
	background: #fafafa;
	text-align: center;
	padding: 30px 0px 0px;
}

.update ul.update_list {
	list-style: none;
	padding: 0px 15px;
	margin-bottom: 30px;
}

.update .update_list li {
	padding: 15px 10px;
	border-bottom: 1px dotted #ccc;
}

.update .update_list .update_date {
	display: table-cell;
	width: 6.5em;
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 2px;
}

.update .update_list .update_title {
	display: table-cell;
	font-weight: bold;
	padding-left: 30px;
}

@media screen and (max-width: 640px) and (min-width: 0px) {
	.update .update_list .update_title {
		float: left;
		padding-left: 0px;
	}
}

.update .item {
	text-align: center;
	margin: 30px auto 10px;
}

.update .item .item_main {
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0px;
}

.update .item .item_sub {
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0px;
}

.update h2 {
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 60px 0px 0px;
	color: #e63134;
}

.update h3 {
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #1e1e1e;
	margin: 10px 0px 30px;
}

.topic {
	margin-bottom: 20px;
}

.topic_img {
	overflow: hidden;
}

a:hover .topic_img img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}

a .topic_img img {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.topic a {
	color: inherit;
}

.topic a:hover {
	text-decoration: none;
}

a .topic_date {
	color: #bf545e;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 5px 0px 0px;
	text-decoration: none;
}

@media (max-width: 767px) {
	a .topic_date {
		font-size: 20px;
		font-size: 2.0rem;
	}
}

a .topic_title {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: bold;
	height: 90px;
	height: 9.0rem;
	padding: 0px 0px;
	text-decoration: none;
}

@media (max-width: 767px) {
	a .topic_title {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

a:hover .topic_title {
	text-decoration: underline;
}
/* about */

.about h1,
.about h2,
.about h3,
.about h4,
.about ul {
	text-align: center;
}

.about h1 {
	margin: 30px 0px;
}

.about h2 {
	margin: 30px 0px;
}

.about h3 {
	margin: 60px 0px 30px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.21em;
	line-height: 1.3;
}

.about p,
.about ul {
	font-size: 20px;
	font-size: 2.0rem;
	padding: 0px 0px 40px;
	margin: 0px;
}

@media (max-width: 767px) {
	.about h2 {
		font-size: 24px;
		font-size: 2.4rem;
		margin: 0px;
	}
	.about h3 {
		font-size: 18px;
		font-size: 1.8rem;
		margin: 20px 0px;
	}
	.about p,
	.about ul {
		font-size: 18px;
		font-size: 1.8rem;
		padding: 10px 0px;
	}
}

section.title {
	padding: 30px 0px;
}

section.title span {
	background: ;
}

section.about_concept {
	background: ;
	padding: 45px 0px;
}

section.about_credit {
	background: ;
	padding: 90px 0px;
}

section.about_credit ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 50px;
}

section.about_credit h3 {
	font-size: 30px;
	font-size: 3.0rem;
	margin: 90px 0px 10px;
	text-align: center;
}

section.about_credit li {
	font-size: 20px;
	font-size: 2.0rem;
}

section.about_credit li.logo {
	margin: 30px 0px;
	line-height: 1.2;
}

section.about_credit li img {
	margin: 0px 0px 5px;
}
/* news */

.news_index {
	margin-top: 30px;
	margin-bottom: 120px;
}

.news_entry .date {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: 30px;
	color: #c8a461;
	margin-bottom: 0px;
}

.news_entry h2 {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	border-bottom: solid 1px #cccccc;
}

.entry_body {
	margin: 30px 0px 90px;
}

.entry_body a {
	font-weight: bold;
}

.entry_body img {
	margin: 0px 0px 30px;
}

.entry_body p {
	margin: 0px 0px 30px;
}

.news_list .title {
	margin-top: 30px;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
}

.news_list ul,
.news_list li {
	padding: 0px;
}

.news_list .date,
.news_list li {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	margin-top: 5px;
	line-height: 1;
	margin-bottom: 5px;
}

.news_list li {
	list-style: none;
	margin-bottom: 20px;
}

.news_list .news-link a {
	color: #666;
}

.news_list .news-link a:hover {
	color: #9193a0;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
}
/* program */

.program h3 {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 0px;
	letter-spacing: 0px;
	margin: 5px 0px;
}

.program h3 a {
	color: #666666;
}

.program h3 a:hover {
	color: #9193a0;
}

.program .p_date {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0px;
	background: #c8a461;
	color: #fff;
	padding: 5px 15px;
	margin: 30px 0px 5px;
}

.program .p_title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0px;
	background: #c8a461;
	color: #ffffff;
	padding: 5px;
}

.program .p_title a {
	color: #ffffff;
}

.program section .piece {
	border-bottom: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
}

.program .copyright {
	font-size: 8px;
	font-size: 0.8rem;
	letter-spacing: 0px;
	padding: 5px 5px 0px;
	line-height: 1.6em;
	text-align: left;
}

.program section .time {
	margin-top: 5px;
}

.program section .time,
.program section .credit {
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0px;
	font-weight: bold;
	line-height: 1.2;
}

.program section .attention {
	color: #c8a461;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1.2;
	margin: 5px 0px;
}

.program section {
	margin-bottom: 20px;
}
/* プログラム詳細 */


summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

.p_summary_inner {
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 16px 24px;
	background: #F5F5F5;
	color: #333333;
	font-size: 2px;
	font-size: 2.0rem;
}



/* --------アイコンを作ります-------- */
.p_icon {
  display: block;
  position: relative;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}

/* アコーディオンが開いた時のスタイル */
details[open] .p_icon {
  transform: rotate(180deg);
}

/* アイコンのバーのスタイル */
.p_icon::before,
.p_icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #333333;
}

.p_icon::before {
  left: 0;
  transform: rotate(45deg);
}

.p_icon::after {
  right: 0;
  transform: rotate(-45deg);
}

/* --------summaryタグの疑似要素でアイコンを作る場合-------- */
.wrapper_pseudoElementsIcon .p_summary_inner::after {
  content: "";
  display: block;
  width: 25px;
  height: 16px;
  margin-left: 6px;
  flex-shrink: 0;
  background-image: url("icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform-origin: center 43%;
  /* アコーディオンが閉じる時にアイコンをアニメーションさせます */
  animation: 0.4s close-animation;
}

@keyframes close-animation {
  from {
    transform: rotate(180deg);
  }

  to {
    transform: rotate(0deg);
  }
}

/* アコーディオンが開いた時にアイコンをアニメーションさせます */
details[open] .p_summary_inner::after {
  animation: 0.4s open-animation forwards;
}

@keyframes open-animation {
  from {
    transform: rotate(0deg);
  }

  to{
    transform: rotate(180deg);
  }
}

.p_detail .p_ticket {
	border: 1px solid #F5F5F5;
	padding: 0px 20px;
}

.p_ticket h3 {
	font-size: 18px;
	font-size: 1.8rem;
}

.p_ticket p {
	font-size: 16px;
	font-size: 1.6rem;
}

.p_ticket .p_note {
	font-size: 13px;
	font-size: 1.3rem;
	margin: -10px 0px 20px;
}

.p_title_h1 {
	background: #c8a461;
	color: #fff;
	margin: 0px;
}

.p_title_h1 h1 {
	padding: 20px 0px;
	color: #ffffff;
}

@media screen and (max-width: 767px) {
	.p_title_h1 h1 {
		font-size: 20px;
		font-size: 2rem;
	}
}

.description .p_introduction {
	margin: 60px 0px;
	font-weight: bold;
}

.description .piece span.screening {
	width: 100px;
	height: 100px;
	display: block;
	background: #F2DFBB;
	position: relative;
	margin: 15px 15px 15px 0px;
}

.description .piece .exp {
	color: #ff0000;
	padding: 10px 20px 0px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -10px;
}

.description .piece h3 {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: normal;
	position: relative;
	z-index: 999;
	top: -40px;
	display: block;
	margin-top: -2em;
	margin-bottom: 20px;
	margin-left: 20px;
}

.description .piece h3 span {
	color: red;
	font-size: 14px;
	font-weight: bold;
}

@media screen and (max-width: 640px) and (min-width: 0px) {
	.description .piece h3 {
		font-size: 14px;
		font-weight: bold;
	}
}

.description .date {
	margin-top: 20px;
}

.description .date span {
	background: #c8a461;
	color: #fff;
	padding: 5px 20px;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0px;
}

.description .timetable {
	margin: 20px 0px;
	padding-left: 20px;
}

.description td.time {
	width: 10em;
}

.description ul {
	list-style: none;
	padding: 0px;
}

.description .time {
	float: left;
	padding-right: 1em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: -5px;
}

.description .title {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

.description .title a:hover {
	color: #9193a0;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	text-decoration: none;
}

.description a .report_link {
	background: #0080c9;
	color: #fff;
	padding: 5px 20px;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0px;
}

.description a:hover .report_link {
	color: #a3a599;
	background: #F2F2F2;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	text-decoration: none;
}

@media screen and (max-width: 767px) and (min-width: 0px) {
	.description .time {
		float: none;
	}
	.description .title {
		padding-bottom: 10px;
	}
}

.description .notes {
	border: 3px solid #666666;
	padding: 20px;
	font-size: 12px;
	margin: 0px;
}

.description .notes h4 {
	padding-left: 0px;
	font-size: 16px;
	margin-top: 30px;
}

.description .notes .time {
	font-weight: bold;
}

.description .notes .sub_p {
	margin-bottom: 10px;
}

.description .notes hr {
	border-top: 1px solid #c50030;
}

.description .notes h4:first-child {
	margin-top: 0px;
}

.description .notes p {
	padding: 0px;
	margin: 0px;
}

.description .piece {
	padding: 30px 0px;
}

.description .piece ul {
	padding: 10px;
	background: #c8a461;
	list-style: none;
	margin: 0px;
}

.description .piece li {
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0px;
	padding-right: 0px;
	color: #fff;
}

.description .piece ul.event {
	list-style: disc;
	background: none;
	padding: 10px 23px;
}

.description .piece .event li {
	color: #666666;
}

.description .piece .copyright {
	font-size: 11px;
	letter-spacing: 0px;
	color: #aaa;
	padding: 5px;
	line-height: 1em;
	text-align: right;
}

.description .piece .rating {
	letter-spacing: 0px;
	padding: 0px 10px;
}

.description .piece .trailer {
	display: inline-block;
	margin: 10px 0px;
	background: #c8a461;
	padding: 5px 10px;
	color: #fff;
	font-size: 15px;
}

.description .piece a:hover .trailer {
	background: #9193a0;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

.description .piece .trailer .fa {
	font-size: 16px;
}

.description .piece h4 {
	padding: 20px 0px 0px;
	margin: 5px 0px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #0080c9;
}

.description .piece p {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 2em;
}

.description .piece .row p.twenty {
	padding: 0px;
}

.description .piece img.dir_pw {
	float: left;
	width: 230px;
	padding-left: 15px;
	padding-right: 10px;
	margin-top: 20px;
}

.description .piece img.dir_ph {
	float: left;
	height: 205px;
	padding-left: 15px;
	padding-right: 10px;
	margin-top: 20px;
}

.description .piece .profile {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #a5a79a;
	margin-top: -8px;
}

@media screen and (max-width: 500px) and (min-width: 0px) {
	.description .piece img.dir_pw {
		float: left;
		width: 150px;
		padding-left: 15px;
		padding-right: 10px;
		margin-top: 20px;
	}
	.description .piece img.dir_ph {
		float: left;
		height: 138px;
		padding-left: 15px;
		padding-right: 10px;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.description .guest {
		text-align: center;
	}
	.description .guest p {
		text-align: left;
	}
}

.description .guest img {
	margin-top: 15px;
}

.g_copyright {
	font-size: 11px;
	letter-spacing: 0px;
	color: #aaa;
	padding: 0px 5px;
	line-height: 1em;
	text-align: left;
	margin-top: -32px;
	margin-bottom: 36px;
}

.description .guest p {
	margin-bottom: 36px;
}

.p_sidebar {
	margin: 20px 0px;
	padding: 15px;
	background: #a3a599;
}

.p_sidebar h3 {
	color: #ffffff;
	padding: 5px;
}

.p_sidebar .p_side_date {
	display: none;
}

.p_sidebar section {
	padding: 10px 5px;
	border-top: 1px solid #ffffff;
}

.p_sidebar .p_side_title {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #ffffff;
}

.p_sidebar .attention {
	font-size: 12px;
	font-size: 1.2rem;
	color: #F2DFBB;
	font-weight: bold;
}

.p_sidebar .p_side_piece {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #ffffff;
	margin: 10px 0px 0px;
	line-height: 1.3;
}

.p_sidebar .p_side_piece a,
.p_sidebar .p_side_title a {
	color: #ffffff;
}

.p_sidebar .p_side_piece a:hover,
.p_sidebar .p_side_title a:hover {
	color: #666666;
}
/* report */

.p_sidebar .attention a {
	color: #ffffff;
}

.p_sidebar .attention a:hover {
	color: #F2DFBB;
}

.report_h a {
	color: inherit;
}

.report_ {
	height: 90px;
	height: 9.0rem;
	letter-spacing: 0;
	line-height: 1;
	padding: 5px;
}

.report_date {
	color: #c8a461;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0px 0px 5px;
	text-decoration: none;
}

.report_title {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0px;
	text-decoration: none;
}

.report .main_img {
	margin-top: 20px;
}

.report .report_p {
	border-top: 1px solid #ccc;
}

.report .report_p p {
	margin: 30px 0px;
}

.report .report_p p.r_link {
	margin: 0px 0px 10px;
	font-weight: bold;
}

.report .report_p p.r_link a {
	color: #c8a461;
}
/* schedule */

.schedule a {
	color: #666;
}

.schedule .date {
	position: relative;
	text-align: center;
	margin: 60px 0px 15px;
}

.schedule h2 {
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 0 10px;
	margin: 0px;
	font-weight: bold;
	font-size: 32px;
	font-size: 3.2rem;
	color: #c8a461;
}

.schedule .date:after {
	content: "";
	width: 100%;
	position: absolute;
	border-top: solid 5px #c8a461;
	top: 50%;
	left: 0;
}

.schedule table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 5px;
	table-layout: fixed;
}

.schedule table th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}

.schedule table td {
	padding: 5px 10px;
	line-height: 150%;
	color: #666;
	vertical-align: top;
}

.schedule table.timeTable td {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0px;
	border: 1px solid #a3a599;
}

.schedule table.timeTable td.tpiece {
	text-align: center;
}

.schedule table.timeTable td div.s_title {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0px;
	font-weight: bold;
}

.schedule table.timeTable .ttitle {
	background: #F2F2F2;
	font-weight: bold;
}

.schedule table.timeTable .tday {
	background: #c8a461;
	color: #FFF;
	font-weight: bold;
	width: 33px;
	text-align: center;
}

.schedule .visible-xs .date {
	position: relative;
	text-align: center;
	margin: 60px 0px 0px;
}

.schedule .place {
	background: #c8a461;
	display: inline-block;
	color: #FFF;
	padding: 5px 20px;
	margin-top: 20px;
	font-size: 12px;
}

.schedule .visible-xs table {
	border: none;
}

.schedule .visible-xs table td {
	padding: 0px 0px;
	border: none;
}

.schedule .time {
	width: 60px;
}

.schedule dl {
	border: 1px solid #a3a599;
	padding: 15px;
	letter-spacing: 0px;
	margin: 10px 0px;
}

.schedule dt {
	font-size: 14px;
	margin-bottom: 10px;
}

.schedule dd {
	font-size: 12px;
}
/* award */

.award_list {
	margin-bottom: 50px;
}

.award .copyright {
	text-align: right;
	margin-right: 5px;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 0px;
}

.award h2 {
	margin: 120px 0px 0px;
	text-align: center;
}

.award h5 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0px 0px 60px;
	text-align: center;
}

.award_list h3 {
	font-size: 30px;
	font-size: 3.0rem;
	margin: 5px 0px 0px 5px;
}

.award_list h3 span {
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: -1px;
}

.award_list .sub {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0px;
}

.award_program .attention {
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	background: #c8a461;
	padding: 3px 10px;
	margin: 10px 0px;
	display: inline-block;
}

.award_program hr {
	margin: 5px 0px 10px;
}

.award_program span {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
/* newwave */

.nw_result {}

.nw_result .row {
	margin-bottom: 30px;
}

.nw_result h2 {
	font-size: 30px;
	font-size: 3.0rem;
	margin-top: 5px;
	margin-bottom: 15px;
}

.nw_result h3 {
	font-size: 30px;
	font-size: 3.0rem;
	margin-top: 0px;
	margin-bottom: 0px;
}

.nw_result .sub {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0px;
}

@media screen and (max-width: 767px) {
	.nw_result {
		text-align: center;
	}
	.nw_result h2,
	.nw_result h3 {
		font-size: 20px;
		font-size: 2.0rem;
		margin-bottom: 0px;
	}
}

.nw_about {
	margin: 20px 0px;
}

.nw_about p {
	font-size: 20px;
	font-size: 2.0rem;
	padding: 20px 0;
	margin: 0px;
}

.nw_about h3 {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0px;
	padding: 0px;
}

.nw_competition .nw_title_wrap {
	background: #c8a461;
	padding-top: 15px;
	padding-bottom: 50px;
	text-align: center;
	border-bottom: solid 10px #e6d9b9;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.nw_competition .nw_title_wrap .page_title1 {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.nw_competition .nw_title_wrap .page_title2 {
		text-align: center;
	}
}

.nw_section {}

.nw_section h2 {}

.nw_competition h3 {
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 0 20px;
	margin: 0px;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

.nw_competition h3 a {
	color: #1e1e1e;
}

.nw_competition h3 a:hover {
	color: #9193a0;
}

.nw_competition dd {
	position: relative;
	text-align: center;
}

.nw_competition dd:after {
	content: "";
	width: 100%;
	position: absolute;
	border-top: solid 3px #c8a461;
	top: 50%;
	left: 0;
}

.nominee {
	margin-bottom: 60px;
	text-align: center;
	min-height: 240px;
}

.nominee a:hover img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}

.nominee .nominee_img {
	overflow: hidden;
}

.nominee a img {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.nominee .copyright {
	position: absolute;
	right: 15px;
}

.nominee .title {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	line-height: 1;
}

.nominee .title a {
	color: #1e1e1e;
}

.nominee .title a:hover {
	color: #9193a0;
}

.nominee .dir {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	margin-top: 5px;
}

.act_nominee {
	margin-bottom: 60px;
	font-size: 20px;
	font-size: 2.0rem;
}

.act_nominee p {
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

.act_nominee ul {
	list-style: none;
	text-align: center;
	font-weight: 22px;
	font-weight: 2.2px;
	padding: 10px;
}

.act_nominee li {
	font-size: 20px;
	font-size: 2.0rem;
}

.act_nominee .title {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}

.nw_guest {
	margin: 20px 0px 60px;
}

.nw_guest img {
	display: block;
	margin: 0px auto;
}

@media screen and (max-width: 767px) {
	.nw_guest h4 {
		text-align: center;
	}
}

.nw_judge {
	border: solid 3px #c8a461;
	padding: 20px;
	margin: 0px;
}

.nw_judge h2 {
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 0 20px;
}

.nw_judge h3 {
	font-size: 20px;
	font-size: 2.0rem;
	padding: 0px;
}

.nw_judge .table th,
.nw_judge .table td {
	border: none;
}

.res-table {
	width: 95%;
	margin: 2em auto;
}

.res-table th {
	padding: 3px;
	display: block;
}

.res-table td {
	padding: 5px;
	display: block;
}

@media only screen and (min-width: 780px) {
	.res-table {
		width: 100%;
		margin: 5px auto;
	}
	.res-table td {
		padding: 5px 10px;
		display: table-cell;
		text-align: left;
		vertical-align: baseline;
	}
	.res-table td.table_right {
		text-align: right;
		width: 200px;
	}
}

.judge_xs h3 {
	margin: 20px 0px 10px;
}
/* ticket */

.ticket ul {
	margin: 30px 0px;
	padding-left: 20px;
}

.ticket li {
	margin: 10px 0px;
}

.ticket .description span.class {
	font-size: 32px;
	font-size: 3.2rem;
	color: #666666;
	letter-spacing: 1px;
	display: inline-block;
	line-height: 18px;
	vertical-align: middle;
	margin: 10px 15px;
	width: 500px;
}

.ticket .description dl {
	display: inline-block;
}

.ticket .description dt {
	font-size: 14px;
	background: #c8a461;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	margin-right: 10px;
	margin-left: 15px;
}

.ticket .description dt,
.ticket .description dd {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

.ticket .description dd {
	font-size: 32px;
	font-size: 3.2rem;
	color: #c8a461;
	margin: 5px 30px 5px 0px;
	font-weight: 500;
	letter-spacing: 1px;
	width: 120px;
}

.pc {
	display: none;
}

@media screen and (max-width: 960px) {
	.pc {
		display: block;
	}
}

.ticket .description hr {
	margin-top: 0px;
	border-color: #cccccc;
}

.ticket .description .program {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	margin: 0px 10px 10px;
}

.ticket h4 {
	font-size: 20px;
	font-size: 2.0rem;
	margin: 20px 0px 0px;
}

.ticket table {
	width: 100%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 30px 0px;
	table-layout: fixed;
}

.ticket table th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
}

.ticket table td {
	padding: 15px 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	line-height: 150%;
	color: #666;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.ticket table td.e_title {
	text-align: left;
}
/* access */

section.access {
	padding: 0px 0px 90px;
}

@media (max-width: 767px) {
	.access h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.access p {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

.access p {
	line-height: 1em;
}

.ggmap {
	height: 320px;
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}

#map_canvas1,
#map_canvas2,
#map_canvas3,
#map_canvas4 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 320px;
	box-sizing: border-box;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {}

.gm-style img {
	max-width: none !important;
}
/* privacy */

section.privacy {
	padding: 0px 0px 120px;
}

section.privacy h2 {
	margin: 60px 0px 20px;
	font-size: 20px;
	font-size: 2.0rem;
}

section.privacy ol {
	padding-left: 25px;
}
/* contact */

section.contact {
	background: #fff;
	padding: 50px 0px 300px;
}
/* sns */

#sns {
	background: #f7f7f7;
	margin-top: auto;
}

.link {
	border-top: solid 1px #cccccc;
	text-align: center;
	font-weight: bold;
}

.link h2 {
	font-size: 18px;
	font-size: 1.8rem;
}

.link p {
	padding: 0px 15px 0px;
	margin: 0px 0px 10px;
	display: inline-block;
}

.link p a {
	color: #141414;
	font-size: 18px;
}

.link .fa-facebook-square {
	color: #3b5998;
	font-size: 22px;
	padding-right: 5px;
}

.link .fa-tumblr-square {
	color: #32506d;
	font-size: 22px;
	padding-right: 5px;
}

.link .fa-square-x-twitter {
	color: #304880;
	font-size: 22px;
	padding-right: 5px;
}

.link .fa-instagram {
	color: #517fa4;
	font-size: 22px;
	padding-right: 5px;
}

.link .fa-youtube-play {
	color: #cc0000;
	font-size: 22px;
	padding-right: 5px;
}

.link .fa-external-link {
	font-size: 10px;
}
/* footer */

#footer {
	margin-top: 0px;
	background-color: #141414;
	padding: 40px 0px 15px;
	text-align: center;
}

#footer img {
	margin: 15px auto;
}

#footer li,
#footer p {
	font-size: 14px;
	font-size: 1.4rem;
}

#footer ul {
	list-style: none;
	padding: 0px;
}

#footer li {
	display: inline;
	margin: 0px 10px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #ccc;
}