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



.event_mv_special img {
  width: 100%;
}


.ev_info{
  padding: 60px 0;
  width: 960px;
  margin: 0 auto;
}

.ev_info .ev_info_movie{
  margin-bottom: 60px;
}
div.eviry-baseplayer, div.eviry-baseplayer {
  border-radius: 20px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
.ev_info .ev_table{
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;


}
.ev_info .ev_table{
  width: 100%;
  margin-bottom: 80px;
}
.ev_info .ev_table th{
  background: #666666;
  color: #ffffff;
  border: 1px dotted #cccccc;
  width: 30%;
  font-size: 22px;
  padding: 20px 30px;
  text-align: left;
  font-family: 'Noto Serif JP', serif; font-weight:300;
}
.ev_info .ev_table td{
  background: #ffffff;
  color: #000000;
  border: 1px dotted #eeeeee;
  padding: 25px;
  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;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.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;
  margin:10px 1%;
  position: relative;
}
.prof_selfie li.grid img{
  width: 100%;
}

.grid::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.grid img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}












.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%;
  border-radius: 20px;
  box-shadow: 3px 3px 3px rgba(78, 78, 78, 0.1);
}
.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: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:500;
}

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

.btn_area{
	padding:50px 0;
}

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

.specific_area{
  background: url(../images/specific_page_bg.jpg) ;
  background-attachment: fixed;
  padding-bottom: 12rem;
}
.specific_area .inner{
  width: 960px;
  margin-inline: auto;
}

.specific_area .event_mv_special{
  margin-bottom: 5rem;;
}


.specific_area_movie{
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 3rem;
}
.specific_area_paragraph{
  font-size: 18px;
  margin-bottom: 1rem;
  white-space: pre-wrap;
  line-height: 2;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  color: #404040;;
}

.specific_area_block1{
  margin-bottom: 8rem;
}

.specific_area .photo img{
  aspect-ratio: 1 / 1;
  width: 55%;
  border-radius: 20px;
}

.specific_area .text_box{
  border-radius: 20px;
  background: rgba(255,255,255,0.8);
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.1);
  padding: 4rem 3rem;
  width: 55%;
}

.specific_area_block_right{
  position: relative;
  height: 728px;
  margin-bottom: 5rem;
  width: 960px;
}
.specific_area_block_right .photo{
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
}

.specific_area_block_right .text_box{
  position: absolute;
  top:200px;
  right:0;
  z-index: 1;
}
.specific_area_block_left{
  position: relative;
  height: 728px;
  margin-bottom: 8rem;
  width: 960px;
}
.specific_area_block_left .photo{
  position: absolute;
  top:200px;
  right:0;
  z-index: 1;
  text-align: right;
}

.specific_area_block_left .text_box{
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
}
.specific_area_block_center .photo img{
  aspect-ratio: 3 / 2;
  width: 100%;
  border-radius: 20px;
}
.specific_area_block_center .photo{
  margin-bottom: 5rem;;
}
.specific_area_block_center .for_prof{
  background: #ac987e;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 300;
  padding: 30px 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.specific_area_headline{
  color: #404040;
  font-size: 24px;
  border-bottom: 1px solid #cccccc;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}