@charset "utf-8";

.listStyle_none{
	list-style-type: none;
}

.fullImageParent {
    padding-top: 100vh;
}

.fullImage {
    position: absolute;
    top: 0%;
    left: -11%;
    width: 111%;
    height: 100%;
    object-fit: cover;
}

.live_logo {
    position: absolute;
    top: 57%;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    min-width: 150px;
    max-width: 400px;
    /*animation-name: rotationy;
    animation-timing-function: ease-in-out;
    animation-duration: 2s;
    animation-iteration-count: 1;*/
}

@keyframes rotationy{
  0%{ transform:rotatey(0);}
  100%{ transform:rotatey(360deg); }
}

@media (max-width: 1330px) {
   /* .fullImageParent {
        padding-top: 110vh;
    }

    .fullImage {
        position: absolute;
        left: -11%;
        width: 111%;
        height: 100vh;
        object-fit: cover;
    }*/
}

@media (max-width: 1000px) {
    .live_logo {
        top: 55vw;
    }
}

@media (max-width: 768px) {
    .fullImageParent {
        padding-top: 100%;
    }

    .fullImage {
        position: absolute;
        left: -11%;
        width: 111%;
        height: 100vw;
        object-fit: cover;
    }

    .live_logo{
    	width: 50%;
    }
}

.fitImg{
    position: absolute;
  	top: 100%;
  	width: 100%;
  	height: 100vh;
  	object-fit: cover;
}

.box_centered{
	left: 50%;
    position: absolute;
    top: 50%;
}

.box_contents {
    text-align: center;
    width: 450px;
    transform: translate(-50%,0%);
}

.container-fluid{
	padding: 0;
	background-color: #000000;
	color: #ffffff;
}

.bg_img{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/bg_img.jpg);
}

.container-lg{
	max-width: 800px;
}

/*.mainImg{
	background-image: url("../img/img_real_kv.jpg");
	background-size: cover;
	background-position: center center;
	height: 700px;
}*/

.mb0{
	margin-bottom: 0;
}

.mb20{
	margin-bottom: 20px;
}

.mb40{
	margin-bottom: 40px;
}

.mb60{
	margin-bottom: 60px;
}

h2{
	text-align: center;
	margin-top: 60px;
	margin-bottom: 22px;
	font-weight: 700;
	font-size: 2.7rem;
}

h3{
	font-weight: 700;
}

h4{
	font-weight: 700;
	font-size: 1.2rem;
	margin-top: 20px;
	margin-bottom: 1rem;
}

.ph_caption{
	font-size: 0.8rem;
	margin-top: 8px;
}

.blackbox_website{
	font-size: 0.9rem;
}

.ticket{
	border: 1px solid #333333;
	background-color: #ffffff;
	padding: 20px;
	margin-bottom: 40px;
	color: #1A1A1A;
	opacity: 0.85;
}

.price{
	font-size: 1.35rem;
}

.price_text{
	font-size: 0.8rem;
}

.ticket_title{
	font-size: 1.35rem;
	font-weight: bold;
	border-bottom: 1px solid #4D4D4D;
	padding-bottom: 12px;
}

.schejule{
	font-weight: bold;
	margin-bottom: 4px;
}

.schejule_2{
	font-size: 0.8rem;
}

.ticket_buy a{
	display: block;
	width: 100%;
	background-color: #CB0000;
	padding: 12px 0;
	color: #ffffff;
	text-decoration: none;
}

.ticket_buy a:hover{
	opacity: 0.7;
}

.ticket_buy_2 a{
	display: block;
	width: 100%;
	background-color: #B3B3B3;
	padding: 12px 0;
	color: #ffffff;
	text-decoration: none;
}

.ticket_type{
	background-color: #000000;
	color: #ffffff;
	padding: 6px 12px;
	margin-right: 12px;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.talent_name{
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 12px;
}

.talent_sns a{
	color: #ffffff;
}

.talent_youtube{
	margin-right: 12px;
}

.supporter_section{
	background-color: #fff;
	opacity: 0.9;
	padding: 20px 0 40px 0;
	margin-top: 40px;
	margin-bottom: 40px;
}

.supporter{
	font-size: 1.1rem;
	font-weight: 700;
	color: #1A1A1A;
	margin-bottom: 30px;
}

.supporter_logo{
	max-width: 100%;
	height: 30px;
}

.supporter_logo2{
	max-width: 100%;
	height: 30px;
}

.footer{
	background-color: #ffffff;
	border-top: 1px solid #333333;
	padding: 20px 0;
	text-align: center;
}

@media (max-width: 768px) {

	.supporter_logo{
		margin-bottom: 30px;
	}
	
}

@media (max-width: 575.98px) {

}

@media (max-width: 360px) {
	
}



