@charset "utf-8";
/* CSS Document */

@import url("sub.css");
@import url("txt.css");
@import url("link.css");
@import url("btn.css");

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Zen+Kaku+Gothic+New&family=Zen+Old+Mincho&display=swap');

.fade {
  transition: 1s;
  opacity: 0;
}
.fade.animated {
  opacity: 1;
}

body{
	background-color: #000;
	color: #d2d2d2;
	font-family: 'Zen Old Mincho', serif;
	font-size: 1.3rem;
	line-height: 2rem;
}

.header{
    margin: 0;
    padding: 0;
	font-size: 0;
}
.header img{
	width: 100%;
}

.box1{
	width: 90%;
	margin: 3rem auto 10rem auto;
}
.box2{
	display: flex;
	width: 90%;
	margin: 3rem auto 0 auto;
}
.box3{
	width: 90%;
	margin:2rem auto 5rem auto;
}

.map{
	width:600px;
	height:400px;
	margin-top: 2rem;
}

.flex{
	display: flex;
	align-items: flex-start;
	align-content: space-around;
}
.cast, .twitter, .voice{
	justify-content: space-around;
	width: 90%;
	margin: auto;
}
.cast_item{
	width: 25%;
	font-size: 1.5rem;
	line-height: 2rem;
}
.cast_item img{
	width: 100%;
	border-radius: 5px;
	margin-bottom: 0.5rem;
}
.voice_item{
	width: 20%;
	font-size: 1rem;
	line-height: 1.5rem;
}
.voice_item img{
	width: 100%;
	border-radius: 5px;
	margin-bottom: 0.5rem;
}
.box_flex{
	width: 45%;
}
.ticket{
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 3rem;
}

.seat{
    width: 50%;
	margin: auto;
    padding: 1rem;
}

.kounyu{
    width: 32%;
	margin: auto;
    padding: 1rem;
}
.kounyu img, .seat img{
	width: 100%;
}

.hr{
    margin: 2rem 0;
	opacity: 0.3;
}

.good_txt{
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
.goods{
	width: 80%;
	margin: auto;
	flex-wrap: wrap;
}
.g_item{
	width: 30%;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	list-style: none;
}
.g_item img{
	width: 100%;
	border-radius: 5px;
	margin-bottom: 1rem;
}

ul{
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: auto;
	justify-content: space-between;
	align-items: flex-start;
	display: -webkit-flex;
	list-style: none;
}
li{
	display: flex;
	width: 30%;
	margin-bottom: 2.5rem;
	flex-direction: column;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-between;
}
.g_ichiran img{
	width: 100%;
	border-radius: 5px;
	margin-bottom: 1rem;
}
.g_price{
    font-size: 2rem;
}

.stream{
	justify-content: space-around;
	width: 90%;
	margin: 3rem auto 5rem auto;
}
.stream_item{
	width: 45%;
	margin-bottom: 1rem;
}

.tw_item{
	width: 45%;
	margin-bottom: 1rem;
}
.card{
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}


footer{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	color: #fff;
    background-color: #c34a1c;
	margin: 2rem auto 0 auto;
    padding-top:2rem;
    padding-bottom: 2rem;
}

/* pc */
.pc { display: block !important; }
/* sp */
.sp { display: none !important; }

/*--------------------------- */

@media screen and (max-width: 767px) {

/* pc */
.pc { display: none !important; }
/* sp */
.sp { display: block !important; }

body{
	font-size: 1.2rem;
	line-height: 1.8rem;
}
	
.box1{
	width: 90%;
	margin-bottom: 5rem;
}
	
.stream{
	flex-direction: column;
	width: 80%;
	margin-bottom: 5rem;
}
.stream_item{
	width: 100%;
	overflow-wrap: break-word;
}
	
.box2{
	flex-direction: column;
}
.box3{
	width: 100%;
	margin:2rem auto;
	word-wrap: break-word;
}

.map{
	width:90%;
	height:300px;
}
.cast, .voice{
	flex-wrap: wrap;
}
.cast_item, .voice_item{
	width: 45%;
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 2rem;
}
.cast_item img, .voice_item img{
	width: 100%;
	border-radius: 5px;
	margin-bottom: 0.5rem;
}
.flex_ticket{
	flex-direction: column;
	margin-bottom: 5rem;
}
.ticket{
	width: 100%;
}
    
.kounyu, .seat{
    width: 90%;
}
    
.good_txt{
	width: 90%;
	text-align: left;
}
.goods{
	width: 90%;
	flex-direction: column;
}
.g_item{
	width: 100%;
	margin: auto;
}
	
ul{
	width: 80%;
	flex-direction: column;
}
li{
	display: flex;
	width: 100%;
	margin-bottom: 1.5rem;
}

.twitter{
	flex-direction:column;
	margin-top: 0;
	margin: auto;
}
.tw_item{
	width: 100%;
}
	
}