html, body {
		margin: 0;
		padding: 0;
		overflow-x: hidden;  /* 横スクロールを隠す */
}

article {
	margin: 0 auto;
	}

body {
	background-color: #e8f5fd;
}

/**************** PC ****************/

@media only screen and (min-width:751px){

h1{
	display: flex;
	justify-content: center;
}
	
.bnrarea{
	margin: 80px auto;
	width: 100%;
	text-align: center;
}

.bnrarea img{
	display: inline-block;
	margin: 5px 10px;
	width: 550px;
	transition: 0.3s;
}
.bnrarea img:hover{
	opacity: 0.8;
}

/*------------INTRODUCTION--------------*/
#introduction {
	width: 80%;
	height: auto;
}
#introduction .inner {
	width:1030px;
	margin: 0 auto;
	padding: 0;
}
.intro_img {
  display: flex;
  align-items: center;
  min-width: 0;
}

.intro_img img {
  width: 50%;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}


.intro_img h1 img{
	width: 75%;
	height: auto;
}

.intro_maintxt p{
	font-family: "KeinannPOP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height: 1.4;
  text-align: center;
  color: #444;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px  2px 0 #fff;
  width: 85%;
  height: auto;
  margin: auto;
}

#introduction h2 {
	display: flex;
  color: #d1097f;
  margin: 0 auto;
  font-family: "KeinannPOP", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px  2px 0 #fff;
  font-size: 35px;
  line-height: 1.2;
  align-items: center;
}

.point P{
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	color: #444;
	line-height: 1.5;
	margin: 1rem 0 2rem 0;
}

#introduction h2 img{
	width: 50px;
	height: auto;
	margin-right: 0.5rem;
}

#introduction section h1 img {
	width:500px;
	height: auto;
	}
#introduction section p{
	width:100%;
	margin-bottom: 0;
	text-align: left;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 125%;
	line-height: 1.6;
	}
	
.multiple-items2 {margin-bottom: 2em; background-color: #none;}

/*------------arasuji--------------*/	
#arasuji{
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80%;
	height: auto;
}
#arasuji img{
	width: 100%;
	height: auto;
}
#arasuji h1{
	width: 400px;
	height: auto;
}

#arasuji p {
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	color: #444;
	line-height: 1.5;
	margin-bottom: 2rem;
	width: 90%;
}

	
/*------------STORY AREA--------------*/
#story{
	width:1000px;
	display: flex;
	flex-direction: column;
	margin: auto;
	margin-top: 100px;
}

#story h1{
	width: 500px;
	height: auto;
	margin: auto;
	margin-bottom: 1rem;
}

.tab_wrap{
		width:100%;
	margin: auto;
}
.multiple-items,
.multiple-items .box,
.multiple-items .box a,
.multiple-items .box img,
.multiple-items3,
.multiple-items3 .box,
.multiple-items3 .box a,
.multiple-items3 .box img {
	margin: 0;
	padding: 0;
	line-height: 1;
	}

	.storynumber {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	line-height: 1;
	font-family: "KeinannPOP", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-shadow: -2px -2px 3px #fff, 2px -2px 3px #fff, -2px 2px 3px #fff, 2px 2px 3px #fff;
	margin-bottom: 1rem;
	}

	#story h1.storynumber em {
	font-size: 90px;
	font-style: normal;
	color: #444;
	}
	#story h1.storynumber span {
	font-size: 35px;
	color: #d1097f;
	}

	.notice{
		background-color: #e24ba4;
		color: #fff;
		padding: 0.5rem;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 600;
	font-style: normal;
		font-size: 18px;
	}

	#story section p {
	text-align: left;
	line-height: 1.3;
	color: #444;
	font-size: 20px;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-top: 1rem;
	}

/*------------CHART--------------*/
#chart {
	background-color: #fff;
	opacity: 1;
	background-image: linear-gradient(#c8eeff 1.5px, transparent 1.5px), linear-gradient(to right, #c8eeff 1.5px, #ffffff 1.5px);
	background-size: 50px 50px;
}
#chart .inner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#chart h1 {
	text-align: center;
	margin-bottom: 1em;
	}
#chart section {
	width:100%;
	margin: 0 auto;	
	text-align: center;
	}
#chart section img {
	width:60%;
	height: auto;
	margin: auto;
	padding-bottom: 6em;
	}

/*------------CAST&STAFF--------------*/

#cast h1{
	margin-top: 2em;
	margin-bottom: 1em;
}
#cast {
  width: 70%;
  margin-bottom: 5rem;
}

/* セクションごとの白い四角 */
#cast section {
  position: relative; /* 擬似要素の基準に */
  display: flex;
  align-items: center;
  margin: 0 auto 5em auto;
  background-color: #fff;
  padding: 2rem;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgb(144 136 110 / 84%);
}

/* ベージュの足を疑似要素で追加 */
#cast section::before,
#cast section::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #b8aa7d;
  bottom: -40px;
  border-radius: 4px;
}

#cast section::before {
  left: 20px; /* 左下端寄せ */
}

#cast section::after {
  right: 20px; /* 右下端寄せ */
}

/* 画像部分 */
.castphoto{
	display: flex;
	justify-content: center;
}

#cast section .castphoto img {
  width: 60%;
  height: auto;
  border-radius: 5px;
}

/* プロフィールテキスト部分 */
#cast section .castpro {
  width: 100%;
  text-align: left;
}

/* キャスト名前 */
#cast section h1 {
  display: flex;
  justify-content: flex-start;
  width: auto;
  margin-bottom: 0.5em;
  font-size: 320%;
  font-family: "KeinannPOP", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}
#cast section h1 img {
  width: 50px;
  height: auto;
}
#cast section h1 em {
  font-style: normal;
  font-size: 60%;
  letter-spacing: 0;
}

/* 本文テキスト */
#cast section .castpro p {
  width: 100%;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 1em;
}

/* 演者名 */
#cast section h2 {
  width: auto;
  display: inline-block;
  font-size: 220%;
  font-family: "KeinannPOP", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 auto 30px;
  position: relative;
  background: linear-gradient(transparent 50%, #e24ba44d 50%);
  padding: 0 10px 0 10px;
}
}
#cast section h2 em {
  letter-spacing: 0;
  font-size: 40%;
  font-style: normal;
}
	
#staff {
	width: 60%;
	height: auto;
	background-color: #ffd8ef;
	padding: 2rem;
	border-radius: 5px;
}
	
#staff h1 {
	justify-content: flex-start;
	border-bottom: solid 3px #d1097f;
	margin-bottom: 0.5em;
}

#staff h1 img {
		width: 20%;
}

.staff_name{
	display: flex;
	flex-direction: column;
}
#staff h2 {
	width:auto;
	display: inline-block;
	font-size: 30px;
	font-family: "KeinannPOP", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #444;
	line-height: 1.3;
}
	
/*------------SNS AREA--------------*/
	
	#sns #twbnr {
	display: none;
	}
	
	#sns .lnkbnr {
	width: 90%;
	text-align: center;
	margin: 2em auto 1em auto;
	}
	#sns .lnkbnr img {
	width:inherit;
	margin-bottom: 0;
	}
	#sns .lnkbnr.tokubansp img {
	width:657px;
	margin-bottom: 0;
	}
	#sns .bnr_video {
	width: 672px;
	margin: 2em auto 0 auto;
	}
	#sns .bnr_video img {
	width:100%;
	}
	
	#sns #present {
	width:1000px;
	margin: 0 auto;
	padding-top: 3em;
	text-align: center;
	}

#sns h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
	font-family: "KeinannPOP", sans-serif;
	font-weight: 500;
	font-style: normal;
		font-weight: 500;
		font-style: italic;
		color: #fff;
		text-shadow: 2px 2px #f93d9e;
}

#sns h1::before,
#sns h1::after {
	content: '';
	width: 3px;
	height: 30px;
	background-color: #f93d9e;
}

#sns h1::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
#sns h1::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

	
/*------------COPYRIGHT--------------*/
#copy {
	width:100%;
	text-align: center;
	margin: 1rem auto;
	}
#copy p {
	color: #444;
	font-size: 120%;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	}

.bar{
		display: flex;
		width: 100%; /* 幅を親要素に合わせる */
		height: auto;
		justify-content: center;
		margin: 2rem auto;
}

.bar img{
transition: 0.3s;
}

.bar img:hover {
		 opacity: 0.8;
}

/*------------MOVIE--------------*/

#movie {
    position:relative;
}


.movie {
    margin: 0 auto;
    width: fit-content;
    height: auto;
    text-align: center;
    margin-bottom: 50px;
}

#movie h1 {
    text-align: center;
}

.movie h1 {
	background-color: #d1097f;
	color: #fff;
	margin-top: 2rem;
	padding: 3rem;
	font-size: 260%;
	font-family: "KeinannPOP", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-shadow: 3px 3px 1px #880854;
}

video {
    display: flex;
    width: 100%; /* 幅を親要素に合わせる */
    max-width: 1165px;
    height: auto;
    margin: 0 auto;
}

@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .bnrarea {
		margin: 30px auto;
		width: 90%;
		text-align: center;
  }

  .bnrarea img {
		display: inline-block;
		margin: 5px 8px;
		width: 400px;
		transition: 0.3s;
  }
  .bnrarea img:hover {
		opacity: 0.8;
  }
  #arasuji p {
		width: 90%;
		height: auto;
		font-size: 19px;
		line-height: 2;
		margin: auto;
		margin-bottom: 2rem;
  }

 .movie {
    margin: 0 auto;
    width: fit-content;
    height: auto;
    text-align: center;
    padding-bottom: 100px;
}

/*------------MOVIE--------------*/

.movie{
	width: 80%;
	padding-bottom: 50px;
}

.movie h1 {
    background-color: #d1097f;
    color: #fff;
    margin-top: 0;
    padding: 1rem;
    font-size: 32px;
    font-family: "KeinannPOP", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-shadow: 3px 3px 1px #880854;
}

/*------------/MOVIE--------------*/

/*------------INTRODUCTION--------------*/
#introduction {
	width: 80%;
	height: auto;
}
#introduction .inner {
	width:1030px;
	margin: 0 auto;
	padding: 0;
}

.intro_img{
	display: flex;
	align-items: center;
	margin-bottom: 3rem;
}

.intro_img img{
	width: calc(50% - 40px);
	height: auto;
}

.intro_img h1 img{
	width: 100%;
	height: auto;
}

.intro_maintxt p{
	font-family: "KeinannPOP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16.9px;
  line-height: 1.4;
  text-align: center;
  color: #444;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px  2px 0 #fff;
  width: 90%;
  height: auto;
  margin: auto;
}

#introduction h2 {
	display: flex;
  color: #d1097f;
  margin: 0 auto;
  font-family: "KeinannPOP", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px  2px 0 #fff;
  font-size: 33px;
  line-height: 1.2;
  align-items: center;
}

#introduction h2 img{
	width: 50px;
	height: auto;
	margin-right: 0.5rem;
}

#introduction section h1 img {
	width:500px;
	height: auto;
	}
#introduction section p{
	width:100%;
	margin-bottom: 0;
	text-align: left;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 125%;
	line-height: 1.6;
	}

	#arasuji {
		background-size: 100% auto;
	}

  #story {
		width: 90%;
  }

  #story h1 {
		font-size: 24px;
  }
  #story section p {
		font-size: 18px;
		padding: 0.5rem;
  }

/*------------CAST&STAFF--------------*/
#cast {
  width: 95%;
}

#cast section {
  position: relative;
  padding: 2rem;
  margin: 0 auto 3em auto;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgb(144 136 110 / 84%);
}


/* 擬似要素（ベージュの足） */
#cast section::before,
#cast section::after {
  content: "";
  position: absolute;
  width: 25px;				/* スマホ用に小さめ */
  height: 25px;
  background: #b8aa7d;
  bottom: -25px;		  /* 高さに合わせて調整 */
  border-radius: 4px;
}

#cast section::before {
  left: 15px;   /* 左下端に寄せ */
}

#cast section::after {
  right: 15px;  /* 右下端に寄せ */
}

/* 写真 */
.castphoto{
  margin-bottom: 1em;
}
#cast section .castphoto img {
  width: 85%;
  max-width: 300px;
  border-radius: 5px;
}

/* プロフィールテキスト */
#cast section .castpro {
  text-align: center; /* 中央寄せ */
  width: 100%;
}
#cast section .castpro p {
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 600;
	font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0.8em;
  text-align: left;
}

/* キャスト名前 */
#cast section h1 {
	display: flex;
  justify-content: center;
  align-items: center;
  font-family: "KeinannPOP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 0.3em;
}

#cast section h1 img {
  width: 35px;
}

/* 演者名 */
#cast section h2 {
  width: auto;
  display: inline-block;
  font-size: 25px;
  font-family: "KeinannPOP", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 auto 20px;
  position: relative;
  background: linear-gradient(transparent 50%, #e24ba44d 50%);
  padding: 0 10px;
}

#cast section h2 em {
  letter-spacing: 0;
  font-size: 40%;
  font-style: normal;
}

  #staff {
		width: 85%;
		padding: 1rem;
  }

  #staff h1 {
		margin: 0.5rem auto;
  }

  #staff h1 img {
		width: 30%;
  }

  #staff h2 {
		font-size: 25px;
		margin-bottom: 0.5rem;
  }

  /* SNS部分の調整例 */
  #sns #twbnr {
		width: 90%;
		margin: 2em auto;
  }
  #sns .lnkbnr.tokubansp img {
		width: 80%;
  }
  #sns .bnr_video {
		width: 90%;
		margin: 2em auto 0 auto;
  }

  #copy p {
		font-size: 110%;
  }

  .bar {
		flex-wrap: wrap;
		gap: 1rem;
  }
  .bar img {
		width: 100%;
  }

  body {
		font-size: 95%;
  }

  .bnrarea img {
		width: 420px;
  }

}

/**************** MOBILE ****************/

/* モニター幅450px以下 */

/**************** MOBILE ****************/

@media only screen and (max-width:550px){
	#movie h1 img {	width: 100%;	}
	#introduction h1 img {	width: 100%;	}
	#story h1 img {	width: 100%;	}
	#cast h1 img {	width: 100%;	}
	#chart h1 img {	width: 100%;	}
}

/**************** MOBILE ****************/

/* モニター幅750px以下 */

/**************** Smartphone ****************/

/* スマホ版（画面幅767px以下）全体共通設定 */
@media only screen and (max-width: 767px) {

  /* フォントと色の基本設定 */
  body, #introduction, #story, #cast, #staff {
		font-family: "KeinannPOP", "游ゴシック", YuGothic,
		  "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3",
		  "ＭＳ Ｐゴシック", sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 14px;
		color: #444;
		overflow-x: hidden;
  }

  /* 大見出しなど */
  h1, h2, p {
		font-family: inherit;
  }

  /* バナーエリア */
  .bnrarea {
		margin-top: 30px;
		text-align: center;
  }
  .bnrarea img {
		width: 90%;
		margin-bottom: 1rem;
		transition: 0.3s;
  }
  .bnrarea img:hover {
		opacity: 0.8;
  }

  /* Xバナー */
  #twbnr {
		width: 90%;
		height: auto;
		margin: 2em auto;
  }
  #twbnr img {
		display: block;
		max-width: 100%;
		height: auto;
  }

    /* #movie全体 */
#movie {
	position: relative;
	padding: 1em;
	margin-bottom: 50px;
    }

    /* 見出し */

.movie h1 {
	background-color: #d1097f;
	color: #fff;
	margin-top: 1.5rem;
	padding: 1rem;
	font-size: 150%;
	font-family: "KeinannPOP", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-shadow: 2px 2px 1px #880854;
	line-height: 30px;
	}

    /* 動画 */
    video {
        width: 100%;  /* 動画の幅を100%に */
        max-width: 100%;  /* 最大幅を親要素に合わせる */
        height: auto;
    }

    .video-container {
  	position: relative;
  	background-color: #ffcae5; /* 任意の色を指定 */
  	}


  /* INTRODUCTION セクション */
  #introduction {
		width: 90%;
		height: auto;
  }
  #introduction .inner {
		width: 100%;
		margin: 0 auto;
		padding: 0;
  }
  .intro_img img {
		width: 100%;
		height: auto;
  }
  #introduction h1 {
		display: flex;
		margin-top: -40px;
  }
  #introduction * {
		color: #444;
  }
  #introduction h2 {
		display: flex;
		color: #d1097f;
		font-family: "KeinannPOP", sans-serif;
		font-weight: 500;
		font-style: normal;
		text-shadow: -1px -1px 2px #fff,  1px -1px 2px #fff,
								 -1px  1px 2px #fff,  1px  1px 2px #fff;
		line-height: 1.2;
		font-size: 18.4px;
		text-align: left;
		margin-bottom: 1rem;
		align-items: center;
  }
  #introduction h2 span {
		color: #f54c6b;
		font-size: 32px;
  }

	  .intro_maintxt p {
		font-family: "KeinannPOP", sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 19.3px;
		line-height: 1.4;
		text-align: center;
		color: #444;
		text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
		height: auto;
		margin-bottom: 2rem;
	}

  .point P {
		color: #444;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 1em;
		padding-bottom: 1rem;
		font-family: "dnp-shuei-gothic-gin-std", sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size: 14px;
		line-height: 1.5;
		box-sizing: border-box;
		border-bottom: 5px dotted #f93d9e;
  }
  .point img {
		width: 41px;
		height: auto;
		margin-right: 0.5rem;
  }
  #introduction section {
		width: 100%;
		height: auto;
		margin: 0 auto;
		text-align: center;
		background: linear-gradient(#e5a2df, #ce65ec);
		padding: 1.5em;
		border-top-right-radius: 20px;
		border-bottom-left-radius: 20px;
		margin-top: 30px;
		box-sizing: border-box;
  }
  #introduction section * {
		color: #FFF;
  }
  #introduction section h1 {
		display: flex;
		justify-content: center;
		font-size: 1.5rem;
		font-family: "KeinannPOP", sans-serif;
		font-weight: 500;
		text-align: center;
		flex-wrap: wrap;
  }
  #introduction section h1 img {
		width: 100%;
		max-width: 300px;
		height: auto;
  }
  #introduction section p {
		width: 100%;
		margin-bottom: 0;
		text-align: left;
		font-family: "dnp-shuei-gothic-gin-std", sans-serif;
		font-weight: 900;
		font-size: 0.95rem;
  }
  .multiple-items2 {
		background-color: transparent;
  }

  /* あらすじセクション */
  #arasuji {
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		height: auto;
  }
  #arasuji img {
		width: 100%;
		height: auto;
  }
  #arasuji h1 {
		width: 400px;
		height: auto;
  }
  #arasuji p {
		font-family: "dnp-shuei-gothic-gin-std", sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size: 14px;
		color: #444;
		line-height: 1.5;
		margin-bottom: 3rem;
		width: 90%;
  }

  /* STORY セクション */
  #story {
		margin: 3rem auto;
		font-family: "KeinannPOP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", sans-serif;
		font-weight: 500;
		font-style: normal;
  }
  #story h1 {
		text-align: center;
  }
  #story h1 img {
		width: 90%;
  }
  .tab_wrap {
		width: 94%;
		margin: auto auto 20px auto;
  }
  .multiple-items,
  .multiple-items .box,
  .multiple-items .box a,
  .multiple-items .box img,
  .multiple-items3,
  .multiple-items3 .box,
  .multiple-items3 .box a,
  .multiple-items3 .box img {
		margin: 0;
		padding: 0;
		line-height: 1;
  }
  #story h1.storynumber {
		line-height: 1;
		color: #444;
		font-family: "KeinannPOP", sans-serif;
		font-weight: 500;
		font-style: normal;
		text-shadow: -2px -2px 2px #fff, 2px -2px 2px #fff,
								 -2px 2px 2px #fff, 2px 2px 2px #fff;
		margin-bottom: 0.5rem;
  }
  #story h1.storynumber em {
		font-size: 50px;
		font-style: normal;
  }
  #story h1.storynumber span {
		font-size: 25px;
		color: #d1097f;
  }
  #story section {
		padding: 0 1em;
  }
  #story section p {
		text-align: left;
		line-height: 1.3;
		color: #444;
		font-family: "dnp-shuei-gothic-gin-std", sans-serif;
		font-weight: 600;
		font-style: normal;
  }

  /* notice */
  .notice {
		background-color: #e24ba4;
		color: #fff;
		padding: 0.2rem;
		font-family: "dnp-shuei-gothic-gin-std", sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size: 14px;
		text-align: center;
		margin: 0.5rem auto;
  }

  /* CHART セクション */
  #chart {
		background-color: #fff;
		opacity: 1;
		background-image: linear-gradient(#c8eeff 1.5px, transparent 1.5px),
										  linear-gradient(to right, #c8eeff 1.5px, #ffffff 1.5px);
		background-size: 20px 20px;
		padding-bottom: 5rem;
  }
  #chart h1 {
		text-align: center;
		margin-top: 1rem;
  }
  #chart h1 img {
		width: 90%;
  }
  #chart section {
		width: 94%;
		margin: 0 auto;
  }
  #chart section img {
		width: 100%;
  }

  /* CAST&STAFF セクション */
  #cast {
		width: 95%;
  }
  #cast section {
		position: relative;
		flex-direction: column;
		padding: 2rem;
		margin: 0 auto 3em auto;
		text-align: center;
		background-color: #fff;
		border-radius: 5px;
		box-shadow: 0 2px 8px rgb(144 136 110 / 84%);
  }
  /* 擬似要素（ベージュの足） */
  #cast section::before,
  #cast section::after {
		content: "";
		position: absolute;
		width: 25px;
		height: 25px;
		background: #b8aa7d;
		bottom: -25px;
		border-radius: 4px;
  }
  #cast section::before {
		left: 15px;
  }
  #cast section::after {
		right: 15px;
  }
  /* 写真 */
  .castphoto {
		margin-bottom: 1em;
  }
  #cast section .castphoto img {
		width: 85%;
		max-width: 300px;
		border-radius: 5px;
  }
  /* プロフィールテキスト */
  #cast section .castpro {
		text-align: center;
		width: 100%;
  }
  #cast section .castpro p {
		font-family: "dnp-shuei-gothic-gin-std", sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 0.8em;
		text-align: left;
  }
  /* キャスト名前 */
  #cast section h1 {
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: "KeinannPOP", sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 30px;
		margin-bottom: 0.3em;
  }
  #cast section h1 img {
		width: 35px;
  }
  /* 演者名 */
  #cast section h2 {
		width: auto;
		display: inline-block;
		font-size: 25px;
		font-family: "KeinannPOP", sans-serif;
		font-weight: 500;
		font-style: normal;
		margin: 0 auto 20px;
		position: relative;
		background: linear-gradient(transparent 50%, #e24ba44d 50%);
		padding: 0 10px;
  }
  #cast section h2 em {
		letter-spacing: 0;
		font-size: 40%;
		font-style: normal;
  }

  /* STAFF セクション */
  #staff {
		width: 85%;
		padding: 1rem;
  }
  #staff h1 {
		margin: 0.5rem auto;
  }
  #staff h1 img {
		width: 40%;
  }
  .staff_name {
		align-items: center;
  }
  #staff h2 {
  	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
		font-weight: 600;
		font-style: normal;
		margin-bottom: 0.5rem;
		font-size: 14.5px;
  }

  /* COPYRIGHT */
  #copy {
		width: 100%;
		text-align: center;
		margin: 2rem auto;
  }
  #copy p {
		font-size: 80%;
		color: #444;
		font-family: "dnp-shuei-gothic-gin-std", sans-serif;
		font-weight: 600;
		font-style: normal;
  }

  /* バー画像ホバー */
  .bar {
		width: 90%;
		height: auto;
		margin: 2em auto;
  }
  .bar img {
		display: block;
		max-width: 100%;
		height: auto;
		transition: 0.3s;
  }
  .bar img:hover {
		opacity: 0.8;
  }
}
	footer small {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, Arial, sans-serif;
	}

