<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	cursor: default;
}
img {
	margin: 0px;
	padding: 0px;
}
.img_main {
	width: 100%;
	height: auto;
}
.img_s_main {
	display: none;
}
a {
	text-decoration: none;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #FFB600;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.br_pc {
	display: block;
}
.br_s {
	display: none;
}
.img_pc {
	display: block;
}
.img_s {
	display: none;
}
.page {
	overflow: hidden;
	border-bottom: #FFFFFF 1px solid;
	z-index: 3;
	margin: 0;
	color: #E8E8E8;
	font-family: "Noto Serif JP", "\30D2\30E9\30AE\30CE\660E\671D Pro W3", Hiragino Mincho Pro, "\6E38\660E\671D\4F53", YuMincho, Yu Mincho, "\FF2D\FF33 \FF30\660E\671D", MS PMincho, serif;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	width: 100%;
	background-color: #000000;
	letter-spacing: 0em;
}
.page header {
	width: 100%;
	background-image: url(../images/main.png);
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 3rem;
}

@media (min-width: 1024px) {
#parent {
	display: flex;
}
#child1 {
	flex-grow: 1;
}
#child2 {
	flex-grow: 1;
}
}
#child1 {
	background-color: none;
	width: 50%;
	padding: 0rem 0 3rem 3rem;
	box-sizing: border-box;
}
#child1 img {
	width: 100%;
	height: auto;
}
#child2 {
	background-color: none;
	width: 50%;
	padding: 6rem 5rem 0 0;
	box-sizing: border-box;
}
#child2 h1 img {
	width: 100%;
	height: auto;
}
.img_day {
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
}

.text__slideIn {
	animation: slideIn 1.6s;
}
@keyframes slideIn {
 0% {
 opacity: 0;
 transform: translateX(100px);
}
 100% {
 opacity: 1;
 transform: translateX(0);
}
}
.contents {
	margin-top: -20px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	padding: 2rem 0 5rem;
	background-attachment: fixed;
}
.contents h2 img {
	display: block;
	margin: 0 auto 2rem;
	width: 50%;
	height: auto;
}
.article_live {
	max-width: 1200px;
	margin: 0 auto;
}
.section_outline p {
	text-align: center;
	font-size: 1.3rem;
	line-height: 3rem;
	 text-shadow:20px 20px 3px #000;
}
.p_movie {
	text-align: center;
	font-size: 1.3rem;
	line-height: 3rem;
	 text-shadow:20px 20px 3px #000;
}
.section_live {
	display: block;
	font-size: 1.3rem;
	line-height: 2rem;
}
.section_live h3 {
	margin-bottom: 2rem;
	font-weight: normal;
	text-align: center;
}
.live {
	display: inline-block;
	width: 30%;
	border: #FFFFFF 1px solid;
	padding: 2rem 0;
	vertical-align: top;
	text-align: center;
	height: 240px;
	margin: 1rem;
	font-family: 'Noto Sans JP', sans-serif !important;
	text-shadow: none !important;
	font-feature-settings: "palt" 1;
}
.contact {
	text-align: center;
}
.contact p {
	margin-top: 5rem;
	font-size: 1.5rem;
	line-height: 3rem;
}
.p2{
	max-width: 1000px;
	height: auto;
	margin: 0 auto 2rem;
	display: block;
}
.p_day {
	font-size: 2rem;
	line-height: 3rem;
	font-weight: 600;
}
.p_day span {
	font-size: 1.5rem;
}
.p_time {
	font-size: 1.3rem;
	line-height: 3rem;
}
.p_place {
	margin-top: 1rem;
	font-size: 1.3rem;
	line-height: 1.8rem;
}
.section_live img {
	width: 100%;
	height: auto;
	margin: 5rem 0;
}
.section_live .img_out {
	width: 50%;
	height: auto;
	margin: 1rem 0 0;
}
/* ----- .movie ----- */
.box_movie {
	text-align: center;
	padding: 3.5rem 0rem;
	background-repeat: repeat;
	
}
.movie {
	width: 100%;
	max-width: 1040px;
	margin: 0px auto 20px;
	padding: 1rem;
	border: #FFFFFF 2px solid;
}
.tube {
position:relative;
width:100%;
height: 0;
padding-top:calc(9 / 16 * 100%);
margin: 0 auto 2rem;
overflow: hidden;
}
.tube iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}
.box_movie img {
	width: auto;
	width: 90%;
	height: auto;
	max-width: 1040px;
	margin: 0 auto;
}
.tvo-video {
 height: calc(1040px * 0.5625)
}
/*PageTOP*/
#page-top {
	position: fixed;
	bottom: 0px;
	right: 5px;
	font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 50px;
	font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 120px;
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
.btn_02_a a{
	width: 800px;
	margin: 3rem auto 1rem;
  display: block;
  color: #fff;
  font-size: 2rem;
  padding: 2.5rem 1rem;
  background-color: #e22939;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
}

.btn_02_a a:hover {

	color: #000000;
	 background-color: #FFFD00;
}
.btn_02_a span {
  position: relative;
  padding-left: 36px;
}
.btn_02_a span:before {
  content: '';
  width: 26px;
  height: 26px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
}
.btn_02_a span:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 3px solid #e22939;
  border-right: 3px solid #e22939;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -5px;
}
btn_02_a:hover span:after {
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
}
/*===============================================
スマホ
===============================================*/
@media screen and (max-width:1024px) {
.page {
}
.img_pc {
 display: none;
}
.img_s {
 display: block;
}
.img {
 display: none;
}
.br_pc {
 display: none;
}
img {
 width: 100%;
 height: auto;
}
.br_s {
 display: block;
}
	
.page header {
	width: 100%;
	background-image: url(../images/main.png);
	background-repeat: no-repeat;
	background-size: 110%;
	padding-bottom: 0rem;
}

#child1 {
	background-color: none;
	width: 100%;
	padding: 0rem 0 0rem 0rem;
	box-sizing: border-box;
}
#child1 img {
	width: 100%;
	height: auto;
	margin-bottom: -8rem;
}
#child2 {
	background-color: none;
	width: 95%;
	padding: 0rem 0rem 0 0;
	margin: 0 auto;
	box-sizing: border-box;
}
#child2 h1 img {
	width: 100%;
	height: auto;
}
.img_day {
	display: block;
	margin: 0 auto 0;
	height: auto;
	width: 90%;
}


.contents {
	margin-top: -20px;
	background-image:none;
}
	.contents h2{
		background-image: url(../images/s_bg.jpg);
		background-size: 100%;
		padding: 1rem 0 1rem;
	}
.contents h2 img {
	display: block;
	margin: 0rem auto 0rem;
	width: 90%;
	height: auto;
}
.article_live{
		width: 90%;
	max-width: 100%;
	margin: 0 auto;
	padding:0;
	box-sizing: border-box;
}
.p_movie {
	text-align: left;
	font-size: 1rem;
	line-height: normal;
	padding: 2rem 1.5rem 0 1.5rem;
	 text-shadow:20px 20px 3px #000;
}
	.section_outline br{
		display: none;
	}
.section_outline p {
	font-size: 1rem;
	line-height: 2rem;
	text-align: left;
}
.section_live {
	display: block;
	font-size: 1rem;
	line-height: 2rem;
	
}
.section_live h3 {
	margin-bottom: 2rem;
	font-weight: normal;
	text-align: center;
}
.live {
	display: block;
	width: 100%;
	border: #FFFFFF 1px solid;
	padding: 2rem 0;
	vertical-align: top;
	text-align: center;
	height: auto;
	margin: 1rem auto 0;
	font-family: 'Noto Sans JP', sans-serif !important;
	text-shadow: none !important;
	font-feature-settings: "palt" 1;
	background-image: url(../images/bg.png);
	background-size: 180%;
	background-position: center top;
	background-repeat: no-repeat;
}
.contents {
    margin-top: -20px;
    background-image: url(../images/s_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 2rem 0 8rem;
    background-attachment: local;
	background-size: 100%;
}
.contact p {
	margin-top: 3rem;
	font-size: 1.1rem;
	line-height: 2rem;
}
.p_day {
	font-size: 2rem;
	line-height: 3rem;
	font-weight: 600;
}
.p_day span {
	font-size: 1.5rem;
}
.p_time {
	font-size: 1.3rem;
	line-height: 3rem;
}
.p_place {
	margin-top: 1rem;
	font-size: 1.1rem;
	line-height: 1.5rem;
}
.section_live img {
	width: 100%;
	height: auto;
	margin: 2rem 0;
}
.section_live .img_out {
	width: 50%;
	height: auto;
	margin: 1rem 0 0;
}	
	
/*MOVIE*/	
 .box_movie {
 text-align: center;
 padding: 1rem 0rem;
}
.movie {
 width: 90%;
 margin: 0px auto;
 padding: 0.5rem 0;
 padding: 0rem 0;
 box-sizing: border-box;
 border-right: 0px #000 solid;
 border-left: 0px #000 solid;
}
.tvo-video {
 height: calc(90vw * 0.5625);
}

/*TOP*/
#page-top {
 position: fixed;
 bottom: 0px;
 right: 5px;
 font-size: 77%;
}
#page-top a {
 text-decoration: none;
 color: #fff;
 width: 50px;
 padding: 0px 0;
 text-align: center;
 display: block;
 border-radius: 5px;
}
.btn_02_a a{
	width: 90%;
	margin: 4rem auto 1rem;
  display: block;
  color: #fff;
  font-size: 1.3rem;
  padding: 2.5rem 1rem;
  background-color: #e22939;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
}
}
 @media screen and (min-width:679px) and ( max-width:1024px) {
}
</pre></body></html>