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

article {
	margin: 0 auto;
	}

body {
  background-image: url(../img/back.jpg);
  background-repeat: repeat;
  background-size: 100%;
  background-attachment: fixed; /* スクロールに合わせて背景を固定 */
}


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

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

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

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

.bnr_182ch{
	margin-bottom: 50px;
	width: 100%;
	text-align: center;
}

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

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


#introduction h1{
	width: 50%;
	height: auto;
	margin: auto;
}

.intro_maintxt span{
  font-size: 40px;
  color: #ff2a98;
}

.intro_maintxt p {
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  line-height: 1.4;
  text-align: center;
  color: #ff3b5f;
  width: 100%;
  height: auto;
  margin-bottom: 3rem;

  text-shadow:
    0 0 8px #fff,
    0 0 15px #fff,
    2px 2px 6px #fff,
    0 0 5px #fff;
}


#introduction h2 {
	display: flex;
  color: #fff;
  background: linear-gradient(90deg, #ff3b5f 0%, rgba(255, 59, 95, 0) 200%);
  padding: 1rem;
  margin: 0 auto;
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: 700;
	font-style: normal;
  font-size: 33px;
  line-height: 1.2;
  align-items: center;
}

.point P{
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	color: #7e4c56;
	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: "fot-chiaro-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 125%;
	line-height: 1.6;
	}
	
.multiple-items2 {margin-bottom: 2em; background-color: #none;}

/*------------arasuji--------------*/	
#arasuji{
	background-color: #ffffffed;
  box-shadow: 0px 0px 100px 100px #ffffffed;
	background-size: 100% auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 70%;
	height: auto;
}
#arasuji img{
	width: 100%;
	height: auto;
}
#arasuji h1{
	width: 500px;
	height: auto;
	margin-bottom: 2rem;
}

#arasuji p {
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 19.5px;
	color: #7e4c56;
	line-height: 1.7;
	margin-bottom: 2rem;
	width: 80%;
}

#arasuji span{
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	line-height: 1;
	color: #e13348;
}

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

#story h1{
	margin: 1rem auto;
}

.storynumber img{
	width: 30px;
	height: auto;
	margin-right: 0.5rem;
}

.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: center;
	align-items: flex-end;
	line-height: 1;
  font-family: "fot-chiaro-std", sans-serif;
	margin-bottom: 1rem;
	background: linear-gradient(180deg, #ff3b5f 50%, #ff91a5 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	}

	#story h1.storynumber em {
	font-size: 80px;
	font-style: normal;
}

	#story h1.storynumber i {
	font-size: 40px;
	font-style: normal;
	line-height: 1.8;
}

	}
	#story h1.storynumber span {
	font-size: 35px;
	line-height: 2;
	margin-left: 0.5rem;
	}

	#story section p {
	text-align: left;
	line-height: 1.3;
	color: #7e4c56;
	font-size: 18px;
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-top: 1rem;
	background-color: #fff88769;
	padding: 1rem;
	}

	.notice{
		background-color: #fe5e76;
		color: #fff;
		font-family: sans-serif;
		font-weight: 700;
		font-style: normal;
		padding: 0.5rem;
		text-align: center;
	}

/*------------CHART--------------*/
#chart {
	background-color: #ffffffed;
  box-shadow: 0px 0px 70px 70px #ffffffed;
	width: 70%;
	height: auto;
	margin: 5em auto;
}
#chart .inner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#chart h1 {
	width: 80%;
	height: auto;
	margin: auto;
	margin-bottom: 1em;
	}
#chart section {
	width:100%;
	margin: 0 auto;	
	text-align: center;
	}
#chart section img {
	width:100%;
	height: auto;
	margin: auto;
	}

/*------------CAST&STAFF--------------*/
#cast h1 {
  width: 80%;
  height: auto;
  margin: auto;
  padding-top: 4rem;
}

#cast {
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.cast_box {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  justify-content: center;
  gap: 2rem; /* セクション間に隙間を追加 */
}

#cast .inner div#wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

#cast section {
  display: flex;
  margin: 0 auto 2em auto;
  text-align: center;
  width: 100%;
  height: auto;
  align-items: stretch;
  gap: 2rem;
  box-sizing: border-box;
}

#cast section .castphoto {
  flex: 0 0 30%; /* 幅は30%、縮小・拡大はさせない */
  position: relative;
  display: block;
  line-height: 0;
  margin: 0;
}

#cast section .castphoto img {
  width: 100%;
  height: 100%; /* 親の高さいっぱいにストレッチ */
  object-fit: cover; /* 画像の比率は維持して切り取り */
  display: block;
}

#cast section .castpro {
  flex: 1 1 65%; /* 残り幅を使う */
  background-color: #ffffff70;
  border: 5px solid #fe5e76;
  margin: 0;
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#cast section .castpro h1 {
  display: flex;
  margin: 0 auto 0.5rem;
  background: linear-gradient(180deg, #ff3b5f 50%, #ff91a5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 42px;
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  height: auto;
  align-items: center;
}
.castpro .fa-solid{
	margin-right: 0.5rem;
	font-size:  35px;
}

#cast section .castpro h1 em {
  font-style: normal;
  font-size: 60%;
  letter-spacing: 0;
}

#cast section .castpro p {
  width: 90%;
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  color: #7e4c56;
  font-size: 18px;
  text-align: left;
  margin: 2rem auto;
}

#cast section h2 {
  width: 50%;
  display: inline-block;
  color: #ff3b5f;
  font-size: 25px;
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  border-bottom: 5px dotted #ff3b5f;
}

#cast section .castpro h2 em {
  letter-spacing: 0;
  font-size: 14px;
  font-style: normal;
}

#staff {
	width: 80%;
	margin: 140px auto;
	background-color: #ffc4cd;
	box-shadow: 0px 0px 50px 50px #ffc4cd;
}

#staff h1 img {
		width: 40%;
}

.staff_name{
	display: flex;
	flex-direction: column;
	padding: 2rem;
	align-items: center;
}
#staff h2 {
	background: linear-gradient(180deg, #ff3b5f 50%, #ff91a5 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}

#staff h3{
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  color: #7e4c56;
  font-size: 25px;
}


	
/*------------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-style: normal;
		font-weight: 700;
		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: #7e4c56;
	font-size: 120%;
	font-family: "fot-chiaro-std", sans-serif;
	}

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

.bar img{
transition: 0.3s;
}

.bar img:hover {
		 opacity: 0.8;
}

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

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

  .bnr_182ch {
		margin: 0 auto;
		width: 90%;
		text-align: center;
  }

  .bnr_182ch img {
		display: inline-block;
		margin: 5px 8px;
		width: 600px;
		transition: 0.3s;
  }
  .bnr_182ch img:hover {
		opacity: 0.8;
  }

  #arasuji p {
		width: 90%;
		height: auto;
		font-size: 19px;
		line-height: 2;
		margin: auto;
		margin-bottom: 2rem;
  }

  #arasuji span {
  	font-family: "fot-chiaro-std", sans-serif;
  	font-weight: 700;
  	font-style: normal;
  	font-size: 29px;
  	line-height: 1;
  	color: #e13348;
  }

/*------------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: "fot-chiaro-std", sans-serif;
	font-weight: 700;
	font-style: normal;
  font-size: 25px;
  line-height: 1.4;
  text-align: center;
  width: 90%;
  height: auto;
  margin: auto;
  margin-bottom: 1rem;
}

#introduction h2 {
	display: flex;
  color: #fff;
  margin: 0 auto;
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: 700;
	font-style: normal;
  font-size: 30px;
  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: "fot-chiaro-std", sans-serif;
	font-weight: 700;
	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;
  }
/*------------CAST&STAFF--------------*/
#cast h1 {
  width: 100%;
  height: auto;
  margin: auto;
}

#cast {
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.cast_box {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  justify-content: center;
  gap: 2rem;
}

#cast .inner div#wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

#cast section {
  display: flex;
  margin: 0 auto 2em auto;
  text-align: center;
  width: 100%;
  height: auto;
  align-items: stretch; /* 高さを揃える */
  gap: 2rem;
  box-sizing: border-box;
  flex-direction: column;
}

#cast section .castphoto {
  flex: 0 0 40%; /* 幅40%で固定 */
  position: relative;
  display: block;
  line-height: 0;
  margin: 0;
}

#cast section .castphoto img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}


#cast section .castpro {
  flex: 1 1 55%; /* 残り幅を使用 */
  background-color: #ffffff70;
  border: 5px solid #fe5e76;
  margin: 0;
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#cast section .castpro h1 {
  display: flex;
  margin: 0 auto;
  background: linear-gradient(180deg, #ff3b5f 50%, #ff91a5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  line-height: 1;
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  height: auto;
  align-items: center;
  padding: 1rem;
}

.castpro .fa-solid {
  margin-right: 0.5rem;
  font-size: 35px;
}

#cast section .castpro h1 em {
  font-style: normal;
  font-size: 60%;
  letter-spacing: 0;
}

#cast section .castpro p {
  width: 90%;
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  color: #7e4c56;
  font-size: 18px;
  text-align: left;
  margin: 2rem auto;
}

#cast section h2 {
  width: 80%;
  display: inline-block;
  color: #ff3b5f;
  font-size: 25px;
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  border-bottom: 5px dotted #ff3b5f;
  margin-bottom: 1rem;
}

#cast section .castpro h2 em {
  letter-spacing: 0;
  font-size: 14px;
  font-style: normal;
}

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

  #staff h1 img {
		width: 80%;
  }

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

  #staff h3 {
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    color: #7e4c56;
    font-size: 20px;
  }

  /* 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: 80%;
		height: auto;
		margin: auto;
		margin-top: 30px;
	}
	#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{
    background-size: 100%;
    background-attachment: fixed;
	}

  /* フォントと色の基本設定 */
  body, #introduction, #story, #cast, #staff {
		font-family: "fot-chiaro-std", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 14px;
		color: #fff;
		overflow-x: hidden;
  }

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


	#sns{
		margin: 2rem auto;
	}

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

  /* 182chバナー */
  .bnr_182ch {
		text-align: center;
  }
  .bnr_182ch img {
		width: 90%;
		transition: 0.3s;
  }
  .bnr_182ch img:hover {
		opacity: 0.8;
  }

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

  /* 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;
  }

.intro_maintxt span{
  font-size: 24px;
  color: #ff2a98;
}

.intro_maintxt p {
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  color: #ff3b5f;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;

  text-shadow:
    0 0 8px #fff,
    0 0 15px #fff,
    2px 2px 6px #fff,
    0 0 5px #fff;
}

#introduction h2 {
	display: flex;
	color: #fff;
	background: linear-gradient(90deg, #ff3b5f 0%, rgba(255, 59, 95, 0) 200%);
	padding: 1rem;
	margin: 0 auto;
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	line-height: 1.2;
	align-items: center;
}
  .point img {
		width: 30px;
		height: auto;
		margin-right: 0.5rem;
  }

  .point p{
  	font-family: "fot-chiaro-std", sans-serif;
  	font-weight: 700;
  	font-style: normal;
  	font-size: 14px;
  	color: #7e4c56;
  	line-height: 1.5;
  	margin: 1rem 0;
  }

  /* あらすじセクション */
  #arasuji {
  	margin: 5rem auto;
  	background-color: #ffffffb5;
  	box-shadow: 0px 0px 50px 50px #ffffffb5;
		display: flex;
		flex-direction: column;
		align-items: center;
		height: auto;
  }
  #arasuji img {
		width: 100%;
		height: auto;
  }
  #arasuji h1 {
		width: 80%;
		height: auto;
  }
  #arasuji p {
  	font-family: "fot-chiaro-std", sans-serif;
  	font-weight: 700;
  	font-style: normal;
		font-size: 14px;
		color: #7e4c56;
		line-height: 1.5;
		margin-bottom: 3rem;
		width: 90%;
  }

  #arasuji span{
  	font-family: "fot-chiaro-std", sans-serif;
  	font-weight: 700;
  	font-style: normal;
		font-size: 20px;
		color: #e13348;
  }

  /* STORY セクション */
  #story {
		margin: 2rem auto;
		font-family: "fot-chiaro-std", sans-serif;
		font-weight: 700;
		font-style: normal;
  }
  #story h1 {
		margin: 0.5rem auto;
	}
  #story h1 img {
		width: 100%;
		height: auto;
  }

  #story .storynumber img {
        width: 20px;
        height: auto;
        margin-right: 0.5rem;
   }

   .tab_area{
   	gap: 0;
   }

  .tab_wrap {
		width: 94%;
		margin: auto auto 20px auto;
  }

	.storynumber {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		line-height: 1;
		font-family: "fot-chiaro-std", sans-serif;
		margin-bottom: 1rem;
		background: linear-gradient(180deg, #ff3b5f 50%, #ff91a5 80%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
}

#story h1.storynumber i {
        font-size: 30px;
        font-style: normal;
        line-height: 1.5;
    }

  #story h1.storynumber em {
		font-size: 50px;
		font-style: normal;
  }
  #story h1.storynumber span {
		font-size: 25px;
		line-height: 1.7;
  }
  #story section {
		padding: 0 1em;
  }
  #story section p {
    text-align: left;
    line-height: 1.3;
    color: #7e4c56;
    font-size: 14px;
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-top: 1rem;
    background-color: #fff88769;
    padding: 1rem;
  }

  /* CHART セクション */
  #chart {
  	margin: 3rem auto;
  	background-color: #ffffffb5;
  	box-shadow: 0px 0px 50px 50px #ffffffb5;
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	width: 100%;
  	height: auto;
  }
  #chart h1 {
		text-align: center;
  }
  #chart h1 img {
		width: 90%;
  }
  #chart section {
		width: 100%;
		margin: 0 auto;
  }
  #chart section img {
		width: 100%;
  }

/*------------CAST&STAFF--------------*/
#cast h1 {
  width: 80%;
  height: auto;
  margin: auto;
  padding-top: 0;
}

#cast {
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.cast_box {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  justify-content: center;
  gap: 2rem; /* セクション間に隙間を追加 */
}

#cast .inner div#wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

#cast section {
  display: flex;
  margin: 0 auto 2em auto;
  text-align: center;
  width: 100%;
  height: auto;
  align-items: stretch;
  gap: 0;
  box-sizing: border-box;
}

#cast section .castphoto {
  flex: 0 0 30%; /* 幅は30%、縮小・拡大はさせない */
  position: relative;
  display: block;
  line-height: 0;
  margin: 0;
}

#cast section .castphoto img {
  width: 100%;
  height: 100%; /* 親の高さいっぱいにストレッチ */
  object-fit: cover;
  display: block;
}

#cast section .castpro {
  flex: 1 1 65%; /* 残り幅を使う */
  background-color: #ffffff70;
  border: 5px solid #fe5e76;
  margin: 0;
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#cast section .castpro h1 {
  display: flex;
  margin: 0 auto 0.5rem;
  background: linear-gradient(180deg, #ff3b5f 50%, #ff91a5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
}

.castpro .fa-solid {
  margin-right: 0.5rem;
  font-size: 25px;
}

#cast section .castpro h1 em {
  font-style: normal;
  font-size: 60%;
  letter-spacing: 0;
}

#cast section .castpro p {
  width: 90%;
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  color: #7e4c56;
  font-size: 15px;
  text-align: left;
  margin: 2rem auto;
}

#cast section h2 {
  width: 50%;
  display: inline-block;
  color: #ff3b5f;
  font-size: 20px;
  font-family: "fot-chiaro-std", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  border-bottom: 5px dotted #ff3b5f;
}

#cast section .castpro h2 em {
  letter-spacing: 0;
  font-size: 14px;
  font-style: normal;
}

  #cast section {
    flex-direction: column;
    align-items: center;
  }
  #cast section .castphoto {
    flex: none;
    width: 100%;
    height: auto;
  }
  #cast section .castphoto img {
    height: auto;
  }
  #cast section .castpro {
    flex: none;
    width: 100%;
    margin: 0;
    border-width: 3px;
  }
  #cast section h2 {
    width: 100%;
  }
  #cast section .castpro p {
    width: 100%;
    margin: 1rem auto;
  }

  /* STAFF セクション */
#staff {
	width: 80%;
	background-color: #ffc4cd;
	box-shadow: 0px 0px 50px 50px #ffc4cd;
}

#staff h1 img {
		width: 40%;
}

.staff_name{
	display: flex;
	flex-direction: column;
	padding: 0;
	align-items: center;
}
#staff h2 {
	background: linear-gradient(180deg, #ff3b5f 50%, #ff91a5 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}

#staff h3{
	font-family: "fot-chiaro-std", sans-serif;
	font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  color: #7e4c56;
  font-size: 16px;
}

  /* COPYRIGHT */
  #copy {
		width: 100%;
		text-align: center;
		margin: 2rem auto;
  }
  #copy p {
		font-size: 80%;
		color: #7e4c56;
  	font-family: "fot-chiaro-std", sans-serif;
  	font-weight: 700;
  	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;
		color: #222;
	}

