@import url("../webfonts/AlexBrush_Regular/stylesheet.css");
/* -- main -- */
.header {
    margin-top: 0px;
    margin-bottom: 30px;
}
.body {
	text-shadow: 0px 0px;
	background-color: #02253a;
	font-family: Meiryo, "Meiryo", "Hiragino Sans", sans-serif;
	color: #ffffff;
}
.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;
    color: #b08a65;
    font-weight: 400;
    font-family: "AlexBrush Regular";
    font-style: normal;
    font-size: 350%;
}

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



/* -- top -- */
.top-title {
    font-family: "PixelMplus12 Regular", serif;
    font-style: normal;
    color: #ffffff;
    font-size: xx-large;
    position: static;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 0px;
}
.day {
	text-align: center;
	color: #ffffff;
	margin-top: 30px;
	font-size: large;
}
.time {
	text-align: center;
	color: #ffffff;
	font-size: medium;
}
.place {
	text-align: center;
	color: #ffffff;
	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: #ffffff;
}
.info {
	text-align: center;
	color: #ffffff;
	wordreak: break-all;
}
.info_red {
	text-align: center;
	color: #FF0004;
}
.math {
	font-size: xx-large;
}
.ticket {
    color: #ffffff;
    text-align: center;
    background-color: #02253a;
    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: #ffffff;
    text-align: center;
    background-color: #02253a;
    border-color: #DD0205;
}
.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;
}
.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;
}
.conductor-largename {
	font-size: x-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; 
}
.cast-box {
	border: solid 2px #ffc66d;
    width: 80%;
    border-radius: 10px;
	text-align: center;
	margin:  0 auto; 
}


/* -- Concert -- */
.body .container .concert {
	color: #000000;
	text-align: center;
	background-color: #02253a;
	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: #02253a;
    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: #ffffff;
	text-align: center;
	background-color: #02253a;
	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: #ffffff;
	text-align: center;
	background-color: #02253a;
	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: #FFFFFF;
    font-size: small;
	margin : 0 auto;
	text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
}


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

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

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: 560px) {
 .pc {
	display: none !important;
 }
 .sp-font-small {
	font-size: small;
 }
 .sp-font-medium {
	font-size: medium;
 }
 .h2-title {
    font-size: 200%;
 }
 .detail-title {
	font-size: small;		
 }
}

@media (min-width: 561px) and  (max-width: 1800px){
 .sp {
	display: none !important;
 }
 .detail-pos {
	margin-left: 20%;
    margin-right: 20%;
 }
 .detail-pos20 {
	margin-left: 10%;
    margin-right: 10%;
 }
}
@media (min-width: 1801px) {
 .sp {
	display: none !important;
 }
 .detail-pos {
	margin-left: 30%;
    margin-right: 30%;
 }
 .detail-pos20 {
	margin-left: 20%;
    margin-right: 20%;
 }
}



/*-- 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-t-20 {
	padding-top: 20px;
}

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

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

/* button */
.button001 a {
    background: #ffc66d;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #000000;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button001 a:hover {
    background: #b08a65;
    color: #000000;
}
.button001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #b08a65;
    border-right: 3px solid #b08a65;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
    border-color: #000000;
}

/* line */
.gold-line01 {
	background:linear-gradient(to right,#02253a 0%,#ffeec8 30%,#b08a65 44%,#b08a65 57%,#ffeec8 70%,#02253a 100%);
	width: 100%;
    height : 1px;
    padding: 0;
}

/* font */
.fcolor-gold01 {
	color: #b08a65;
}
