@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@500&display=swap');

#wrap{
}

#Content_feature * {
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#Content_feature{
	position: relative;
	background-color: #fff;
	margin-bottom: 20px;
}
#Content_feature a{
	color: #000 !important;
	text-decoration: none;
}
#Content_feature img{
	width: 100%;
}
#Content_feature .article_inner{
	margin: 0 auto;
	max-width: 1280px;
}
#Content_feature .inner{
  margin: 0 auto;
  max-width: 920px;
}
#Content_feature a.btn{
	background: #af0000;
	display: block;
	width: 213px;
	height: 48px;
	color: #ffffff !important;
	font-size: 22px;
	font-weight: 500;
	padding: 5px;
	text-align: center;
}
#Content_feature a.btn:hover{
	opacity: 0.7;
}
@media (max-width: 820px) {
	#Content_feature .inner{
		max-width: 820px;
 		margin: auto;
		padding-left: 2.6%;
		padding-right: 2.6%;
	}
	#Content_feature a.btn {
    display: block;
		font-size: 18px;
    width: 100%;
    max-width: 300px;
		height: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}/*-SP tablet-*/
@media (max-width: 390px) {
	#Content_feature .inner{
		max-width: 390px;
		margin: auto;
		padding-left: 5.1%;
		padding-right: 5.1%;
	}
	#Content_feature a.btn {
    display: block;
		font-size: 18px;
    width: 100%;
    max-width: 300px;
		height: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}/*-SP-*/
#Content_feature .flex{
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width: 769px){
#Content_feature .pcFlex{
	display: flex;
	flex-wrap: wrap;
}
}/*-PC only-*/
@media (max-width: 820px) {
	#Content_feature .article_inner > div{
		margin-left: auto;
		margin-right: auto;
	}
}/*-SP tablet-*/


/* maintitle */
.maintitle{
	background: url("images/bg_img01.jpg") no-repeat center left / cover;
	padding: 0 0 15px;
}
.maintitle ul.inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0;
	padding-top: 15px;
}
.maintitle ul li{
	border-right: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0 15px;
	width: calc(100% / 4);
}
.maintitle ul li img{
	width: auto;
	height: 24px;
}
.maintitle ul li:first-child{
	border-left: 1px solid #fff;
}
@media (max-width: 390px) {
	.maintitle{
	padding: 0px 0;
	}
	#Content_feature .mainvisual{
		padding-bottom: 15px;
		text-align: center;
	}
	#Content_feature .mainvisual img{
		width: 100%;
	}
	.maintitle ul.inner{
		margin: 0 auto;
		padding: 0 0 15px;
		gap: 15px 0;
	}
	.maintitle ul li{
		padding: 2px 0;
		text-align: center;
		width: calc(100% / 2);
	}
	.maintitle ul li:nth-child(3){
		border-left: 1px solid #fff;
	}
	.maintitle ul li img{
		height: 14px;
	}
}/*-SP-*/

#Content_feature .bg02{
	background: url("images/bg_img02.png") no-repeat center -70px / 1770px;
}

/* .txt_schedule */
.txt_schedule {
	display: flex;
	justify-content: center;
	gap:5px min(3vw,28px);
	margin: 22px 0 70px;
}
.txt_schedule li{
	color: #fff;
	font-size: min(1.8vw,17px);
	padding: 1px 5px 4px;
	text-align: center;
	width: calc((100% - 56px)/3);
}
.txt_schedule .schedule01{
	background: #0a2388;
	border: 2px solid #0a2388;
}
.txt_schedule .schedule02{
	background: #af0000;
	border: 2px solid #af0000;
}
#Content_feature .txt_schedule .schedule01 a,
#Content_feature .txt_schedule .schedule02 a{
  display: block;
  color: #fff !important
}
.txt_schedule .schedule03{
	background: #fff;
	border: 2px solid #0a2388;
	color: #0a2388;
}
@media (max-width: 390px) {
	.txt_schedule{
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.txt_schedule li{
		font-size: 16px;
		width: 100%;
	}
}/*-SP-*/

/* .h2 */
#Content_feature h2.contTi{
	display: block;
	font-size: 0;
}
#Content_feature h2.contTi img{
	width: auto;
	height: 35px;
}
@media (max-width: 820px) {
	#Content_feature h2.contTi img{
		height: 29px;
	}
}/*-SP tablet-*/

/*txtBox*/
.txtBox p{
	font-size: 16px;
	line-height: 2em;
	text-align: center;
}

/* interview */
#interview{
	background: #fff;
	margin-bottom: 70px;
}
#interview a{
	border: 4px solid #af0000;
	color: #af0000 !important;
	display: block;
	padding: 12px 15px 15px;
	font-size: min(3.4vw,27px);
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	height: 100%;
}
#interview a:hover{
	opacity: 0.7;
}
#interview img{
	height: min(4.3vw,35px);
}
#interview span{
	color: #000;
	font-size: min(1.8vw,13px);
	display: block;
	padding-top: 10px;
}
@media (max-width: 390px) {
	#interview{
		background: #fff;
		margin-bottom: 30px;
	}
	#interview a{
		font-size: 18px;
	}
	#interview span{
		font-size: 12px;
	}
}/*-SP-*/


/* story */
#story{
	padding: 0 0 55px;
}
#story h2.contTi{
	text-align: center;
}
#story h2.contTi img{
	height: 58px !important;
}
#story .txtBox p{
	font-size: min(2.1vw,18px);
	line-height: 1.9;
}
#story .txtBox p:nth-child(2){
	margin-top: 35px;
}
#story .txtBox p em{
	color: #af0000;
	font-size: min(3.5vw,29px);
	font-weight: 600;
	line-height: 1.5;
}
#story .txtBox .txtEm{
	border: 1px solid #000;
	font-family: "Noto Serif JP" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho ProN" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "serif";
	font-size: min(3vw,23px);
	letter-spacing: -0.07em;
	line-height: 1.3em;
	margin: 25px auto 20px;
	padding: 1px 10px 2px;
	text-align: center;
	max-width: 180px;
}
#story .txtBox .note{
	font-size: min(3.5vw,13px);
}
@media (max-width: 390px) {
	#story .txtBox p{
		font-size: 16px;
		line-height: 1.9;
		text-align: left;
	}
	#story .txtBox p em{
		font-size: 22px;
	}
	#story .txtBox .txtEm{
		font-size: 18px;
		padding: 1px 3px 2px;
	}
	#story .txtBox .note{
		margin-left: 1em;
		text-indent: -1em;
	}
}/*-SP-*/


/* character */
#character{
	background: url("images/bg_img01.jpg") no-repeat center top / cover;
	padding: 80px 0;
}
#character h2.contTi{
	margin-bottom: 30px;
	text-align: center;
}
#character .flex{
	justify-content: space-between;
}
#character div.flex ul{
	width: min(45.87%,422px);
}
#character ul li{
	border-bottom: 1px solid #e6decb;
	padding: 30px 0 25px;
}
#character ul li h3{
	margin-bottom: 8px;
	font-size: 0;
}
#character ul li h3 img{
	height: min(3.2vw,32px);
	width: auto;
}
#character ul li p{
	color: #fff;
	font-size: min(4vw,18px);
	line-height: 1.67;
}
#character ul .charaImg01,
#character ul .charaImg02{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 0 20px;
	padding-top: 0;
	width: min(45.87%,422px);
}
#character ul .charaImg02{
	flex-direction: row-reverse;
}
#character ul .charaImg01 .txts,
#character ul .charaImg02 .txts{
	border-top: 1px solid #e6decb;
	padding-top: 18px;
	width: min(49.3%,208px);
}
#character ul .charaImg01 h3 img,
#character ul .charaImg02 h3 img{
	height: min(6.2vw,60px);
}
#character ul .charaImg01 figure,
#character ul .charaImg02 figure{
	width: min(40vw,216px);
	/* height: 439px; */
}
#character ul .charaImg01 figure{
	margin: 0 -28px 0 0;
}
#character ul .charaImg02 figure{
	margin: 0 0 0 -28px;
}
#character ul li figure img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media (max-width: 390px) {
	#character ul.flex li,
	#character div.flex ul{
		width: 100%;
	}
	#character ul li h3 img{
		height: 22px;
	}
	#character ul .charaImg01,
	#character ul .charaImg02{
		flex-wrap: wrap;
		flex-direction: column-reverse;
		width: 100%;
	}
	#character ul .charaImg01 .txts,
	#character ul .charaImg02 .txts{
		border-top: none;
		width: 100%;
	}
	#character ul .charaImg01 h3 img,
	#character ul .charaImg02 h3 img{
		height: 42px;
	}
	#character ul .charaImg01 figure,
	#character ul .charaImg02 figure{
		width: min(50%, 293px);
		height: auto;
		margin: 0 auto;
	}
	#character ul .charaImg02{
		margin-top: 30px;
	}
}/*-SP-*/


/*		information
-----------------------------*/
#information .inner{
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  justify-content: center;
}
#information figure{
	margin-right: 40px;
  width: min(100%, 293px);
  height: auto;
}
#information figure img{
	box-shadow: 10px 10px 10px rgba(0,0,0,.3);
}
#information .txts{
	width: 446px;
}
#information .txts p{
	text-align: center;
}
#information .boxLead{
	font-size: 20px;
  font-weight: 400;
  line-height: 2em;
	margin: 0 0 10px;
}
#information .infoData{
	font-size: 35px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 30px;
}
#information .infoData span{
	display: block;
	font-size: 15px;
	font-weight: 400;
	margin-top: 2px;
}
#information h3{
  border-top: 1px solid #af0000;
	border-bottom: 1px solid #af0000;
  padding: 16px 0 14px;
	text-align: center;
}
#information h3 img{
	margin: 0 auto;
  width: min(100%, 383px);
  height: auto;
}
#information .btnWrap{
	justify-content: center;
	gap: 20px;
}
@media (max-width: 820px) {
	#information .txts{
		margin-top: 20px;
	}
	#information .boxLead{
		font-size: 18px;
	}
	#information .infoData{
		font-size: 24px;
		margin: 0 0 25px;
	}
	#information .infoData span{
		font-size: 13px;
	}
	#Content_feature #information a.btn{
		width: min(25vw,213px);
	}
}/*-SP tablet-*/
@media (max-width: 390px) {
	#information .inner{
		flex-wrap: wrap;
	}
	#information figure{
		margin-right: 0;
	}
	#information h3 img{
		width: 70%;
	}
	#Content_feature #information a.btn{
		width: 100%;
	}
}/*-SP-*/


/* ------------------------------------------------
										interview
--------------------------------------------------*/
.interviewTitle{
	background: url("images/bg_img01.jpg") no-repeat center top / 100%;
	padding: 55px 0 23px;
}
.interviewTitle h2,
.interviewTitle p{
	color: #fff;
}
.interviewTitle h2{
	font-family: "Noto Serif JP" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho ProN" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "serif" !important;
	font-size: min(30vw,47px);
	font-weight: 500;
	margin-bottom: 0;
}
.interviewTitle p{
	font-size: 12px;
	margin-left: 1em;
	text-indent: -1em;
}

.authorProfile{
	border-left: 1px solid #910029;
	margin: 20px 0 60px auto;
	padding-left: 15px;
	max-width: 576px;
}
.authorProfile dt{
	color: #910029;
	font-family: "Noto Serif JP" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho ProN" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "serif" !important;
	font-size: 18px;
	font-weight: 500;
}
.authorProfile dd{
	font-size: 16px;
	line-height: 2;
}

.interviewContents{
	padding-bottom: 30px;
}
.interviewContents h3,
.interviewContents h4{
	font-family: "Noto Serif JP" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho ProN" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "serif" !important;
}
.interviewContents h3{
	color: #0a2388;
	font-size: min(4.1vw,36px);
	font-weight: 500;
	letter-spacing: -0.06em;
	margin-bottom: 60px;
}
.interviewContents h4{
	border-bottom: 1px solid #910029;
	color: #910029;
	font-size: min(3.9vw,35px);
	line-height: 1.4;
	text-align: center;
  font-weight: 500;
  margin-top: 50px
}
.interviewContents dl dt{
	background: #e6decb;
	display: inline;
	font-size: min(2.8vw,23px);
	font-weight: 400;
	line-height: 1.7;
}
.interviewContents dl dd{
	font-size: min(2.3vw,19px);
	line-height: 1.74;
	padding-top: 5px;
	padding-bottom: 35px;
}
.interviewContents dl dd p + p{
	margin-top: 30px;
}
.interviewContents .nameTxt{
	font-size: min(1.8vw,15px);
	text-align: right;
}
@media (max-width: 390px) {
	.authorProfile{
		margin-bottom: 30px;
	}
	.interviewTitle h2{
		font-size: 28px;
	}
	.interviewContents h3{
		font-size: 21px;
		margin-bottom: 30px;
	}
	.interviewContents h4{
		font-size: 19px;
	}
	.interviewContents dl dt{
		font-size: 17px;
	}
	.authorProfile dd,
	.interviewContents dl dd{
		font-size: 15px;
		line-height: 1.74;
	}
	.interviewContents .nameTxt{
		font-size: 12px;
	}
}/*-SP-*/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
@media (min-width: 821px) {
.sp { display: none !important; }
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media (max-width: 820px) {
.pc { display: none !important; }
}