@charset "UTF-8";


  
.wp-block {
    max-width: 800px;

}




html{

}
body{
  font-size: 1rem;
	z-index:1;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  font-family: 'メイリオ', Meiryo,YuGothic,'Yu Gothic',sans-serif;
 
  font-weight: 400;
  letter-spacing: 0.05em;
  word-break: break-all;


}

.editor-styles-wrapper em {
  font-style: italic;
  font-family: sans-serif;
}
.agenda.single .inner {

}
body.lang_en{
	word-break: normal !important;
	overflow-wrap:break-word !important;
}





.editor-styles-wrapper p:not([class]){
  margin-bottom: 28px;
  margin-top: 28px;
  line-height: 2;

}
.editor-styles-wrapper .past_article_wrapper p{
  margin-bottom:0;
  margin-top: 0;
 line-height: 1.6;

}

.editor-styles-wrapper .img_box p{
  margin-bottom:0;
  margin-top: 0;
}

.editor-styles-wrapper a{
	color:#7B59A4;
	text-decoration:underline;
}
.editor-styles-wrapper sup a,
.editor-styles-wrapper sub a{
		text-decoration:none;
}
.editor-styles-wrapper sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
.editor-styles-wrapper sub {
	font-size: 70%;
	vertical-align: bottom;
	position: relative;
	bottom: -0.1em;
}
.editor-styles-wrapper .article-dl {
  margin-bottom: 6rem;
}

.editor-styles-wrapper .article-dt {
	font-weight: bold;
  line-height: 2;
  margin-bottom: 4rem;
}


.editor-styles-wrapper .article-dd{
  line-height: 2 !important;
  padding-left: 40px;
  border-left: 6px solid #EFEFEF;
	margin-left:0;
}

.editor-styles-wrapper ul{
	padding:0 0 0 15px !important;
	margin-bottom: 28px;
  margin-top: 28px;
}
.editor-styles-wrapper .wp-block-post-content ul.img_box{
	padding:0 0 0 0 !important;
}
.editor-styles-wrapper ul li{
	padding:0 0 0 0 !important;
}

.editor-styles-wrapper ul li::marker{
	color:#7B59A4;
}
.editor-styles-wrapper ol{
	padding:0 0 0 23px;
	margin-bottom: 28px;
  margin-top: 28px;
}
.editor-styles-wrapper ol li::marker{
	color:#7B59A4;
}
.single.editor-styles-wrapper{
	padding-bottom:50px;

}

@media screen and (max-width: 767px){
	.editor-styles-wrapper .article-dd{

	  padding-left: 20px;
	}
}




/*エディターのみ*/

.edit-post-visual-editor__post-title-wrapper h1{
	font-size:30px;
	font-weight:bold;
}

.wp-block-post-content p{
	line-height:2;
}
.wp-block-post-content .annotation{
  margin-bottom: 40px;
}
.wp-block-post-content .annotation p{

	margin-top:0!important;
}


.wp-block-post-content .annotation ol{
  padding: 30px 0 !important;
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
}

.wp-block-post-content .annotation ol li{
  list-style: inside;
  list-style-type: none;
  counter-increment: cnt;
}

.editor-styles-wrapper .annotation ol li::before {
  content: "＊" counter(cnt);
  font-size: 14px;
  font-weight: 600;
  color: #7B59A4;
}

body.lang_en .editor-styles-wrapper .annotation ol li::before {
  content: "*" counter(cnt);
}

.wp-block-post-content .annotation ol li .ttl_annotation{
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding-left: 16px;
  margin-bottom: 16px;
}

.wp-block-post-content .annotation ol li .txt_annotation{
  font-size: 14px;
  line-height: 2;
}

.wp-block-post-content .annotation ol li:not(:last-child) .txt_annotation{
  margin-bottom: 24px;
}

.wp-block-post-content ul{
	padding:0 0 0 15px !important;

}

.wp-block-post-content ul li{
	padding:0 0 0 0 !important;
}
.wp-block-post-content ol{
	padding:0 0 0 20px !important;
}


.wp-block-post-content .img_box{
  display: flex;
  gap: 40px;
  list-style:none;
  margin-bottom: 60px!important;
}

.wp-block-post-content .img_box li{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0px 0;
}
.wp-block-post-content .img_box li p{
	margin:0 !important;
	padding:0 !important;
}
.wp-block-post-content .img_box li picture{
  display: block;
  margin-bottom: 10px;
}
.wp-block-post-content .img_box li picture img{
	width: 100%;
}
.wp-block-post-content .img_box li p{
  font-size: 14px;
  line-height: 1.5;
}






.wp-block-post-content .summary.single{
  margin-bottom:60px;
}

.wp-block-post-content .summary.single .inner{
  padding: 36px 0 3px;
  border-top: 2px solid #212121;
  border-bottom: 2px solid #212121;
}

.wp-block-post-content .summary.single .inner .main_txt{
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 32px;
}

.wp-block-post-content .summary.single .inner .interviewer_name{
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}


.wp-block-post-content .agenda.single .inner {
  padding: 40px 30px;
  border: 4px solid #E2E2E2;
	width:calc(100%-80px);
}







.editor-styles-wrapper h2{

  background-image: repeating-linear-gradient(268deg, #212121, #212121 6px, transparent 6px, transparent 9px, #212121 9px);
  background-size: 100% 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  position: relative;
	font-size: 36px;
  padding: 40px 0 35px;
  margin-top: 40px;
  margin-bottom: 80px;
	font-weight:bold;
}

.editor-styles-wrapper h2::before{
  content: "";
  width: 160px;
  height: 160px;
  background: #F1EEF6;
  position: absolute;
  top: 0;
  left: -80px;
  z-index: -1;
}

.wp-block-post-content h3{
  background-image: repeating-linear-gradient(268deg, #212121, #212121 6px, transparent 6px, transparent 9px, #212121 9px);
  background-size: 100% 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  position: relative;
  font-size: 36px;
  padding: 40px 0 35px;
  margin-top: 40px;
  margin-bottom: 80px;
}


.wp-block-post-content h4{
  font-size: 30px;
  padding: 20px 0 20px;
  margin-top: 20px;
  margin-bottom: 40px;

}

.wp-block-post-content h5{
  font-size: 24px;
  padding: 20px 0 20px;
  margin-top: 20px;
  margin-bottom: 40px;

}

.wp-block-post-content h6{
  font-size: 20px;
  padding: 20px 0 20px;
  margin-top: 20px;
  margin-bottom: 40px;

}



/*両方適用*/
.editor-styles-wrapper .img_box.oneclm li{
	width:100%;
}
.editor-styles-wrapper .img_box.twoclms li{
	width:50%;
}
.editor-styles-wrapper .img_box.threeclms li{
	width:33%;
}
.editor-styles-wrapper .wp-block-table td,
.editor-styles-wrapper .wp-block-table th {
	border: 1px solid #ccc;
  padding: .5em;
	text-align:center;
}


.editor-styles-wrapper .wp-block-table thead {
  border-bottom: 0;

}
.editor-styles-wrapper .wp-block-table tfoot {
 	border-top: 0;

}
.editor-styles-wrapper .wp-block-table th{
	background-color:#7B59A4;
	color:#fff;
}

.editor-styles-wrapper .wp-block-table{
	margin-top:20px;
	margin-bottom:20px;
}
@media screen and (max-width: 767px){

	.editor-styles-wrapper .img_box.twoclms li{
		width:100%;
	}
	.editor-styles-wrapper .img_box.threeclms li{
		width:100%;
	}

}


.editor-styles-wrapper .performance_information ol li::before {
  content: none;
}
body.lang_en .editor-styles-wrapper .performance_information ol li::before {
   content: none;
}
.editor-styles-wrapper .performance_information ol li .ttl_annotation {
  padding-left: 0!important;;
}


/*過去記事*/
.past_article_wrapper .inner{
	width:100% !important;
}
.past_article_wrapper a{
	color: #000000;
}

.past_article_wrapper{
	padding-bottom:80px;

}
.past_article_wrapper a{
	text-decoration:underline;
}

.past_article_wrapper img{
	max-width:100% !important;
	width:auto;

}
.past_article_wrapper h4{
	background-image: repeating-linear-gradient(268deg, #212121, #212121 6px, transparent 6px, transparent 9px, #212121 9px);
  background-size: 100% 3px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  position: relative;
	font-size: 36px;
  padding: 40px 0 35px;
  margin-top: 40px;
  margin-bottom: 80px;
	font-weight:bold;
}


.past_article_wrapper h4::before{
  content: "";
  width: 160px;
  height: 160px;
  background: #F1EEF6;
  position: absolute;
  top: 0;
  left: -80px;
  z-index: -1;
}



.past_article_wrapper dl {
  margin-bottom: 6rem;
}

.past_article_wrapper dt {
	font-weight: bold;
  line-height: 2;
  margin-bottom: 4rem;
}

.past_article_wrapper dd{
  line-height: 2 !important;
  padding-left: 40px;
  border-left: 6px solid #EFEFEF;
	margin-left:0;
	margin-bottom:40px;
}

.past_article_wrapper .flex_bw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.past_article_wrapper .interview_detail_art01 p,
.past_article_wrapper .interview_detail_art02 p{
	margin:5px 0;
	font-size:14px;
}


.past_article_wrapper .interview_detail_art02{
	margin-bottom:40px;
}
.past_article_wrapper .interview_detail_art02 .interview_detail_catalog.flex_bw .interview_detail_catalog_block img{


}

.past_article_wrapper .interview_detail_art02 .interview_detail_catalog.flex_bw .interview_detail_catalog_block {
  width: 49%;
  margin-top: 2em;
}

.past_article_wrapper .interview_detail_article_gray{
	font-size:14px;
}


.past_article_wrapper .intervew_detail_profile,
.past_article_wrapper .newplay_detail_profile {
  border: solid 1px #705290;
  padding: 20px 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.past_article_wrapper .intervew_detail_profile h5,
.past_article_wrapper .newplay_detail_profile h5{
	margin-bottom:20px;
	color:#705290;
}
.past_article_wrapper .movie{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.past_article_wrapper .movie iframe{
 position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.past_article_wrapper .data{
	margin-top:15px;
	margin-bottom:15px;
}
.past_article_wrapper .interview_detail_art01{
		margin-bottom:15px;
}
.past_article_wrapper .interview_ftext{
	line-height:1.8em;
	margin-bottom:40px;
}


.past_article_wrapper  .interview_detail_article_gray{
	border-bottom:1px solid #ccc;

	padding:15px 0;
	margin-top:15px;
	margin-bottom:15px;
}

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

	.past_article_wrapper .interview_detail_art02 .interview_detail_catalog.flex_bw .interview_detail_catalog_block {
	  width:100%;
	  margin-top: 2em;
	}
	.past_article_wrapper .flex_bw {
	display: block;
	}
}


.editor-styles-wrapper ul.img_box .noresize{
	width:auto;
	max-width:100%;
	margin:0 auto;
	text-align:center;
}
@media screen and (max-width: 767px) {
	.editor-styles-wrapper ul.img_box .noresize{
		width:100%;
		max-width:100%;
	}
}