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






.ev_info{
  width: 960px;
  margin: 30px auto -30px ;
}

.ev_info .ev_info_movie{
  margin-top: 70px;
  margin-bottom: 60px;
}

.ev_info .ev_table{
  width: 100%;
  border-collapse: collapse;

}
.ev_info .ev_table{
  width: 100%;
  margin-bottom: 80px;
}
.ev_info .ev_table th{
  background: #666666;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 30%;
  font-size: 24px;
  padding: 20px;
  text-align: left;
  font-family: 'Noto Serif JP', serif; font-weight:300;
}
.ev_info .ev_table td{
  background: #ffffff;
  color: #000000;
  border: 1px solid #666666;
  padding: 20px;
  white-space: pre-wrap;
}
.ev_info .ev_table td span.title{
  font-size: 24px;
  font-weight: bold;
}
.ev_info .ev_table td span.price{
  font-size: 24px;
  font-weight: bold;
  color: #ff0000;
  text-decoration:underline;
}
.ev_info h3{
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.ev_info .pick_pt2{
    margin-bottom:80px;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: center;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  flex-wrap: wrap;
}
.ev_info .pickupgirl{
  width: 50%;
  text-align: center;
  margin-bottom: 30px;
}
.ev_info .pickupgirl img{
  width: 100%;
}

.ev_info .for_sche{
  display: block;
  width: 450px;
  background: #000000;
  padding: 30px 50px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto 80px auto;
  font-size: 24px;
}

.ev_info .ev_bn{
  margin-bottom: 30px;
}
.ev_bn{
  text-align: center;
  background: #eeeeee;
}


.event_mv{
  background: #cccccc;
  text-align: center;
  height:585px;
  width:100%;
}


.event_mv2{
  text-align: center;
  padding:50px 0;
  width:100%;
}
.ev_gravure_area{
  width:100%;
  padding:50px 0;
}
.ev_gravure_area .inner{
	width:960px;
	margin:0 auto;
}

.ev_gravure_area2{
	background: #f2f2f9;
  width:100%;
  padding:50px 0;
}
.ev_gravure_area2 .inner{
	width:960px;
	margin:0 auto;
}
.prof_selfie{
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  justify-content: center;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  flex-wrap: wrap;
}
.prof_selfie li.grid{
  width: 48%;
  text-align: center;
  position: relative;
  /*margin:10px 1%;*/
  margin:10px auto;
}
.prof_selfie li.grid img{
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 35%);
}

.grid::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.grid img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position: top;
}












.interview_area h3{
	text-align:left;
	border-bottom:1px solid #000000;
	font-family: 'Noto Serif JP', serif;
 	 font-weight: 500;
	 margin-bottom:3rem;
	 padding-bottom:0.5rem;
}

.interview_area  p{
	margin-bottom:5rem;
	white-space:pre-wrap;
	font-family: 'Noto Sans JP', sans-serif;
}

.interviews{
	display:block;
	margin-bottom:8rem;
	font-family: 'Noto Sans JP', sans-serif;
	line-height:2;
}
.interviews dt{
	font-size:16px;
	font-weight:500;	
	margin-bottom:1rem;
	white-space:pre-wrap;
	padding-bottom:0.2rem;
	border-bottom:1px solid #cccccc;
	color:#666666;
	
}
.interviews dd{
	font-size:18px;
	font-weight:300;	
	margin-bottom:5rem;
	white-space:pre-wrap;
}
.interview_area   figure{
	display:block;
	margin-bottom:5rem;
}
.interview_area   figure img{
	width:100%;
}
.ev_info .for_sche{
  display: block;
  width: 450px;
  background: #7c7c7c;
  padding: 30px 50px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto 80px auto;
   font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:500;
  border-radius: 10px;
}

.for_prof{
  display: block;
  width: 450px;
  background: #ffffff;
  padding: 30px 20px;
  color: #000000;
  border:1px solid #000000;
  text-align: center;
  margin: 0 auto 80px auto;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:500;
  border-radius: 10px;
}

.btn_area{
	padding:50px 0;
}

.btn_area li{
  display: block;
  width: 50%;
  background: #ffffff;
  padding: 30px 20px;
  color: #000000;
  border:1px solid #000000;
  text-align: center;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:500;
  margin: 0 auto 80px auto;
}

.event_mv_special {
    background: #ccc;
    text-align: center;
    width: 100%;
    min-width: 1200px;
}
.event_mv_special img {
    width: 100%;
}
