@import url("../webfonts/PixelMplus12_Regular/stylesheet.css");
/* -- main -- */
.header {
    margin-top: 0px;
    margin-bottom: 30px;
}
.body {
	text-shadow: 0px 0px;
	background-color: #ffffff;
	font-family: Meiryo, "Meiryo", "Hiragino Sans", sans-serif;
	color: #000000;
}
.center-ojt{
    margin : 0 auto;
	text-align: center;
	width:70%;
}

.item-title{
	width: 80%;
    position: relative;
    margin : 0 auto;
	text-align: center;
	padding-top: 20px;
}
.item-title-img{
	max-width: 90%;
}
.h2-title {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	padding-top: 20px;
	font-family: "PixelMplus12 Regular", serif;
    font-size: xx-large;
    color: #ffffff;
    font-weight: bold;
}

/* -- header -- */
.row .banner .img-fluid {
    width: 80%;
}
.row .banner {
    margin : 0 auto;
	text-align: center;
	background-color: #ffffff;
}
.banner-pad {
	padding-top:10px;
	width: 100%;
	background-color: #ffffff;
}

/* -- dot-line and back-ground-color -- */
.banner-line {
    background-image: url(../image/line.png);
	background-color: #000000;
    width: 100%;
    height : 20px;
    padding: 0;
}
.banner-line-c {
    background-image: url(../image/c-line.png);
	background-color: #000000;
    width: 100%;
    height : 30px;
    padding: 0;
}
.banner-line-seat {
    background-image: url(../image/seat.png);
	background-color: #000000;
    width: 100%;
    height : 280px;
    padding: 0;
}
.banner-line-exterior {
    background-image: url(../image/exterior.png);
	background-color: #000000;
    width: 100%;
    height : 280px;
    padding: 0;
}
.banner-line-hall {
    background-image: url(../image/hall.png);
	background-color: #000000;
    width: 100%;
    height : 280px;
    padding: 0;
}
.banner-line-ticket {
    background-image: url(../image/ticket.png);
	background-color: #000000;
    width: 100%;
    height : 280px;
    padding: 0;
}
.bg-c {
    background-image: url(../image/carpet.png);
}
.bg-cast {
    background-image: url(../image/cast_bg.png);
}
.bg-brown {
    background-image: url(../image/carpet_brown.png);
}
.bg-b {
	background-color: #000000;
}
.bg-tile {
    background-image: url(../image/bg-tile.png);
    width: 100%;
    padding: 0;
}

/* -- top -- */
.top-title {
    font-family: "PixelMplus12 Regular", serif;
    font-style: normal;
    color: #000000;
    font-size: xx-large;
    position: static;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 0px;
}
.day {
	text-align: center;
	color: #000000;
	margin-top: 30px;
	font-size: large;
}
.time {
	text-align: center;
	color: #000000;
	font-size: medium;
}
.place {
	text-align: center;
	color: #000000;
	font-size: medium;
}
.ticket-button {
	box-shadow: 
		4px 0 black,
		-4px 0 black,
		0 4px black,
		0 -4px black,
		inset -4px 0 gray,
		inset 0 -4px gray;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	color: #000000;
}
.info {
	text-align: center;
	color: #000000;
	wordreak: break-all;
}
.info_red {
	text-align: center;
	color: #FF0004;
}
.math {
	font-size: xx-large;
}
.ticket {
    color: #000000;
    text-align: center;
    background-color: #FFFFFF;
    padding-bottom: 30px;
    padding-top: 30px;
    font-family: "PixelMplus12 Regular";
}
.header .container .banner {
	color: #FFFFFF;
	text-align: center;
}
.text-bold {
    font-weight: bold;	
}


/* -- program -- */
.program {
    color: #000000;
    text-align: center;
    background-color: #FFFFFF;
    border-color: #DD0205;
    font-family: "PixelMplus12 Regular";
}
.program-detail-title {
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	position: relative;
	font-size: large;
	display: flex;
    align-items: center; 
    justify-content: center; 
}

.detail-title {
    font-size: medium;
}
.container .program .detail-song {
	font-size: small;
}
.youtube-detail{
	position: relative;
	margin : 0 auto;
	text-align: center;
	width: 80%;
	height: 0;
	padding-top: 50%;
}
.youtube-detail iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* -- cast -- */
.conductor-detail {
    font-size: small;
    margin-right: 15px;
    margin-left: 15px;
    text-align: center;
}
.conductor-name {
	font-size: large;
}
.detail-small {
    font-size: small;
}
.detail-pos {
    text-align: left;
	font-family: Meiryo, "Meiryo", "Hiragino Sans", sans-serif;
}
.row .col-md-6 .img-fluid {
	margin-right: 0%;
	margin-left: 0%;
    height: auto;
}
.container .cast .row {
	margin-top: 40px;
}
.cast-img {
	max-width: 100%;
	height: auto; 
}


/* -- Concert -- */
.body .container .concert {
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	border-style: double;
	border-color: #FF0004;
	margin-top: 40px;
}
.container .concert .detail-con {
    font-size: small;
    margin-left: 20%;
    margin-right: 20%;
    padding-bottom: 5px;
}
.detail-left{
	text-align: left;	
}

.detail-cast {
    font-size: x-large;
    margin-top: 20px;
}


/* -- Ticket_under -- */
.ticket_under {
    text-align: center;
    background-color: #000000;
    font-family: "PixelMplus12 Regular";
}

.ticket-info {
    color: #FFFFFF;
}
.ticket-info-detail {
    font-size: medium;
    color: #ffffff;
}
.ticket-button-u {
	box-shadow: 
		4px 0 white,
		-4px 0 white,
		0 4px white,
		0 -4px white,
		inset -4px 0 gray,
		inset 0 -4px gray;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	color: #FFFFFF;
}
.ticket-botton-width {
	display: table;
	margin : 0 auto;
	text-align: center;
}

/* -- Goods -- */
.body .container .goods {
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	border-style: double;
	border-color: #FF0004;
	margin-top: 40px;
}
.goods-info {
    font-size: medium;
    margin-left: 20%;
    margin-right: 20%;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
	word-break: break-all;
}
.goods-info-detail {
	font-size: small;
    margin-left: 20%;
    margin-right: 20%;
    padding-bottom: 5px;
}


/* -- Share -- */
.body .container .share {
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	border-style: double;
	border-color: #FF0004;
	margin-top: 40px;
}
.twitter-tl {
    margin-left: 8px;
    margin-right: 8px;
}


/* -- header -- */
.body .container .header {
	padding-bottom: 30px;
	margin-top: 40px;
}


/* -- header-bar -- */
.body .container .row {
    text-align: center;
    left: auto;
}
.footer-bar {
    color: #000000;
    font-size: small;
	margin : 0 auto;
	text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
}


/* -- LINK -- */
a:link{
  color: #000000;
}
a:visited{
  color: #000000;
}
a:hover{
  color: #000000;
  text-decoration: underline;
}
a:active{
  color: #000000;
}

a.native:link{
  color: #000000;
}
a.native:visited{
  color: #000000;
}
a.native:hover{
  color: #000000;
}
a.native:active{
  color: #000000;
}

a.native-u:link{
  color: #FFFFFF;
  text-decoration: underline;
}
a.native-u:visited{
  color: #FFFFFF;
}
a.native-u:hover{
  color: #FFFFFF;
  text-decoration: underline;
}
a.native-u:active{
  color: #FFFFFF;
}


/* -- MediaQuery -- */
@media (max-width: 561px) {
 .pc {
	display: none !important;
 }
 .sp-font-small {
	font-size: small;
 }
 .sp-font-medium {
	font-size: medium;
 }
 .h2-title {
    font-size: large;
 }
}
@media (min-width: 560px) {
 .sp {
	display: none !important;
 }
 .detail-pos {
	margin-left: 20%;
    margin-right: 20%;
 }
}

/* -- 8bitBoxStyle -- */
.box-8bit-out {
	padding: 0px;
	margin: 0px;
	position: relative;
	box-shadow:
		8px 0px black,
		-8px 0px black,
		0px 8px black,
		0px -8px black;
	z-index: 1;
}

.box-8bit-in {
	padding: 0px;
	margin: 0px;
	position: relative;
	box-shadow:
		0 0 0 5px black;
	z-index: 2;
}

.box-8bit-set {
	padding: 0px;
	margin: 0px;
	position: relative;
	box-shadow:
		4px 0px white,
		-4px 0px white,
		0px 4px white,
		0px -4px white;
	z-index: 3;
}

.box-8bit-out-g {
	padding: 0px;
	margin: 0px;
	position: relative;
	box-shadow:
		8px 0px #E5AB26,
		-8px 0px #E5AB26,
		0px 8px #E5AB26,
		0px -8px #E5AB26;
	z-index: 1;
}

.box-8bit-in-g {
	padding: 0px;
	margin: 0px;
	position: relative;
	box-shadow:
		0 0 0 5px #E5AB26;
	z-index: 2;
}

.box-8bit-set-g {
	padding: 0px;
	margin: 0px;
	position: relative;
	box-shadow:
		4px 0px white,
		-4px 0px white,
		0px 4px white,
		0px -4px white;
	z-index: 3;
}

.box-8bit-out-w {
	padding: 0px;
	margin: 0px;
	position: relative;
	box-shadow:
		8px 0px white,
		-8px 0px white,
		0px 8px white,
		0px -8px white;
	z-index: 1;
}

.box-8bit-in-w {
	padding: 0px;
	margin: 0px;
	position: relative;
	box-shadow:
		0 0 0 5px white;
	z-index: 2;
}

.box-8bit-set-w {
	padding: 0px;
	margin: 0px;
	position: relative;
	box-shadow:
		4px 0px black,
		-4px 0px black,
		0px 4px black,
		0px -4px black;
	z-index: 3;
}

.box-8bit-out-lbal {
	padding: 0px;
	margin: 0px;
	position: relative;
	box-shadow:
		8px 0px black,
		-8px 0px black,
		0px 8px black,
		0px -8px black;
	z-index: 1;
}

.box-8bit-in-lbal {
	padding: 0px;
	margin: 0px;
	position: relative;
	box-shadow:
		0 0 0 5px black;
	z-index: 2;
}

.box-8bit-set-lbal {
	padding: 0px;
	margin: 0px;
	position: relative;
	box-shadow:
		4px 0px white,
		-4px 0px white,
		0px 4px white,
		0px -4px white;
	z-index: 3;
}

.box-8bit-out-lbal:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.box-8bit-out-lbal:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #000000;
  z-index: 1;
}

.box-8bit-out-rbal {
	padding: 0px;
	margin: 0px;
	position: relative;
	box-shadow:
		8px 0px black,
		-8px 0px black,
		0px 8px black,
		0px -8px black;
	z-index: 1;
}

.box-8bit-in-rbal {
	padding: 0px;
	margin: 0px;
	position: relative;
	box-shadow:
		0 0 0 5px black;
	z-index: 2;
}

.box-8bit-set-rbal {
	padding: 0px;
	margin: 0px;
	position: relative;
	box-shadow:
		4px 0px white,
		-4px 0px white,
		0px 4px white,
		0px -4px white;
	z-index: 3;
}


.box-8bit-out-rbal:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.box-8bit-out-rbal:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #000000;
  z-index: 1;
}

/*-- blink --*/
.blink {
	-webkit-animation: blink 1s ease infinite;
	animation: blink 1s ease infinite;
}
@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/*-- padding,margin,% --*/
.pad-l-10 {
	padding-left: 10px;
}

.pad-r-10 {
	padding-right: 10px;
}

.pad-t-10 {
	padding-top: 10px;
}

.pad-b-10 {
	padding-bottom: 10px;
}

.mgn-t-20{
	margin-top: 20px;
}
.mgn-b-20{
	margin-bottom: 20px;
}
.txt-center{
	text-align: center;
}