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

body{
    background: "#ffffff;";
}

.event_mv_special img {
  width: 100%;
}


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


.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;
  margin-bottom: 5rem;

}
.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(0, 0, 0, 0.2);
}
.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_sche{
  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;
}
.message{
    text-align: center;
    padding: 5rem 0;
}
.message .newface_messege_headline{
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 3px;
    line-height: 1.6;
}
.message .newface_messege_headline span{
    display: block;
    font-size: 1rem;
    font-weight: 400;
    color: #666666;
}

.newface_messege_text{
    white-space: pre-wrap;
    font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 2;
    color: #404040;
    letter-spacing: 1px;
    margin-bottom: 3rem;
}
.shortmovie_area{
    background: #efefef;
    margin-bottom: 5rem;
}
.shortmovie_area .inner{
    width: 960px;
    margin: 0 auto;
    padding: 50px;
}
.shortmovie_area ul{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.shortmovie_area li{
    max-width: 60%;
}
.shortmovie_area ul video{
    width: 100%;
    border-radius: 20px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
