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

article {
	margin: 0 auto;
	}

body {
	background-color: #3c0e00;
}


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

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

h1{
	display: flex;
	justify-content: center;
}
	
    #sns {
        width: 75%;
        margin: auto;
        margin-bottom: 3rem;
    }

    .bnrarea {
        margin: 20px auto;
        width: 100%;
        text-align: center;
    }

    .bnrarea img {
        display: inline-block;
        margin: 1rem;
        width: 400px;
        transition: 0.3s;
        border: solid 3px #c58623;
    }

    .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 {
	background-image: url(../img/back.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	padding-top: 1rem;
}
#introduction .inner {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
.intro_maintxt {
  margin: 0 auto;
  text-align: center;
}

/* スライダー共通 */
.slider_1,
.slider_ {
  width: 100%;
  margin-bottom: 50px;
}

/* 中身を横並び＆中身の幅に合わせて伸ばす */
.slider_1 > div,
.slider_ > div {
  display: inline-block;
}

.slider_1 img,
.slider_ img {
  display: block;
  height: 140px; 
  width: auto;
}

/* 無限スクロール（1段目：左方向） */
.slider_1 {
  white-space: nowrap;
  animation: loop-left 20s linear infinite;
}

/* 無限スクロール（2段目：右方向） */
.slider_ {
  white-space: nowrap;
  animation: loop-right 20s linear infinite;
}

@keyframes loop-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes loop-right {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}


.point{
	width: 80%;
	height: auto;
	margin: auto;
}
.intro_img {
  display: flex;
  align-items: center;
  min-width: 0;
}


#introduction h1{
	width: 50%;
	height: auto;
	margin: auto;
	margin-top: 150px;
	margin-bottom: 50px;
}

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

.intro_maintxt p {
  font-family: "ta-fuga-fude", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  width: 100%;
  height: auto;
  margin: 5rem auto;
}


#introduction h2 {
	display: flex;
  color: #fff;
  border-bottom: 3px solid #c59e3f;
  padding: 1rem;
  margin: 0 auto;
	font-family: "ta-fuga-fude", sans-serif;
	font-weight: 400;
	font-style: normal;
  font-size: 33px;
  line-height: 1.2;
  text-align: center;
  justify-content: center;
}

.point P{
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
	margin: 1rem 0 10rem 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: "ta-fuga-fude", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 125%;
	line-height: 1.6;
	}
	
.multiple-items2 {margin-bottom: 2em; background-color: #none;}

/*------------arasuji--------------*/	
#arasuji{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  height: auto;
  color: #fff;
  z-index: 0;
  padding: 5rem 0;
}

#arasuji::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/arasuji_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
  z-index: -1;
}

#arasuji img{
  width: 100%;
  height: auto;
}


#arasuji h1{
	width: 500px;
	height: auto;
	margin-bottom: 2rem;
}

#arasuji p {
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 19.5px;
	color: #fff;
	line-height: 1.9;
	margin-bottom: 2rem;
	width: 80%;
}

#arasuji span{
	font-family: "ta-fuga-fude", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	line-height: 1;
	color: #e13348;
}

	
/*------------STORY AREA--------------*/
#story{
	width:60%;
	display: flex;
	flex-direction: column;
	margin: 10rem auto;
}

#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.5;
	font-family: "ab-junglecock-01", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 1rem;
	color: #fff;
	border-bottom: 3px solid #c59e3f;
	}

	#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.5;
	margin-left: 0.5rem;
	color: #c58623;
	}

	#story p {
	text-align: left;
	line-height: 1.6;
	color: #fff;
	font-size: 18px;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-top: 1rem;
	padding: 1rem;
	}

	.notice{
		background-color: #8a0000;
		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 {
  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: 5rem;
}

#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%;
  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-image: url(../img/arasuji_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  padding: 5rem 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#cast h1{
	margin-bottom: 3rem;
}

#cast section .castpro h1 {
  display: flex;
  margin: 1rem auto;
  color: #fff;
  font-size: 42px;
  font-family: "ta-fuga-fude", sans-serif;
  font-weight: 400;
  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 {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  color: #fff;
  font-size: 18px;
  text-align: left;
  margin: 2rem;
}

#cast section h2 {
  width: 50%;
  display: inline-block;
  color: #fff;
  font-size: 27px;
  font-family: "ta-fuga-fude", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

#cast section h4 {
		font-family: "yu-mincho-pr6n", sans-serif;
		font-weight: 700;
		font-style: normal;
		line-height: 1.5;
		color: #fff;
		font-size: 18px;
		text-align: left;
		margin: 2rem;
}

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

#staff {
	width: 80%;
	margin: 10rem auto;
	background-color: #000;
	box-shadow: 0px 0px 50px 50px #000;
}


#staff h1 img {
		width: 40%;
}

.staff_name{
	display: flex;
	flex-direction: column;
	padding: 2rem;
	align-items: center;
}
#staff h2 {
    font-size: 30px;
    font-family: "yu-mincho-pr6n", sans-serif;
    font-weight: 700;
    font-style: normal;
    background-color: #8a0000;
    padding: 0 1.5rem;
    line-height: 1.5;
    color: #fff;
}

#staff h3{
	font-family: "yu-mincho-pr6n", sans-serif;
  font-style: normal;
  line-height: 1.5;
  color: #fff;
  font-size: 30px;
  margin: 1rem auto;
}

#staff h4{
	font-family: "yu-mincho-pr6n", sans-serif;
  font-style: normal;
  line-height: 1.5;
  color: #fff;
  font-size: 18px;
  margin-bottom: 5rem;
}


	
/*------------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: #fff;
	font-size: 16px;
	font-family: "yu-mincho-pr6n", 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: 5rem;
		width: 90%;
		text-align: center;
  }

  .bnrarea img {
		display: inline-block;
		margin: 15px 10px;
		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: "yu-mincho-pr6n", sans-serif;
  	font-weight: 700;
  	font-style: normal;
  	font-size: 29px;
  	line-height: 1;
  	color: #e13348;
  }

/*------------INTRODUCTION--------------*/
#introduction {
	width: 100%;
	height: auto;
	background-size: auto 1000px;
}
#introduction .inner {
	width:100%;
	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: "ta-fuga-fude", sans-serif;
	font-weight: 400;
	font-style: normal;
  font-size: 25px;
  line-height: 1.4;
  text-align: center;
  width: 90%;
  height: auto;
  margin: 5rem auto;
}

#introduction h2 {
	display: flex;
  color: #fff;
  margin: 0 auto;
	font-family: "ta-fuga-fude", sans-serif;
	font-weight: 400;
	font-style: normal;
  font-size: 25px;
  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: "ta-fuga-fude", sans-serif;
	font-weight: 400;
	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: 90%;
  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%; /* 残り幅を使用 */
  margin: 0;
  padding: 3rem 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#cast section .castpro h1 {
  display: flex;
  margin: 0 auto;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-family: "ta-fuga-fude", sans-serif;
  font-weight: 400;
  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: "yu-mincho-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  color: #fff;
  font-size: 18px;
  text-align: left;
  margin: 1rem auto;
}

#cast section h2 {
  width: 80%;
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-family: "ta-fuga-fude", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  position: relative;
  margin-bottom: 1rem;
}

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

#cast section h4 {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  color: #fff;
  font-size: 18px;
  margin-bottom: 1rem;
}

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

  #staff h1 img {
		width: 80%;
  }

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

  #staff h3 {
    font-family: "yu-mincho-pr6n", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    color: #fff;
    font-size: 35px;
  }

  /* 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: 3rem auto;
		padding-top: 4rem;
	}
	#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: "yu-mincho-pr6n", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 14px;
		color: #fff;
		overflow-x: hidden;
  }

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


	#sns{
		margin: 5rem auto;
	}

  /* バナーエリア */
  .bnrarea {
		margin: auto;
		text-align: center;
  }
  .bnrarea img {
		width: 90%;
		margin-bottom: 2rem;
		transition: 0.3s;
		border: solid 3px #c58623;
  }
  .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 {
  	display: none;
  }

  /* INTRODUCTION セクション */
  #introduction {
		width: 100%;
		height: auto;
		background-image: url(../img/back.jpg);
		background-repeat: no-repeat;
		background-size: auto 600px;
  }
  #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;
}

.point{
	width: 90%;
	height: auto;
	margin: 5rem auto;
}

.intro_maintxt p {
  font-family: "ta-fuga-fude", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin: 3rem auto;
  padding: 1rem 2rem;
}

#introduction h2 {
	display: flex;
	color: #fff;
	border-bottom: 3px solid #c59e3f;
	padding: 0.5rem;
	margin: 0 auto;
	font-family: "ta-fuga-fude", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1.6;
}

/* スライダー共通 */
.slider_1,
.slider_ {
  width: 100%;
}

/* 中身を横並び＆中身の幅に合わせて伸ばす */
.slider_1 > div,
.slider_ > div {
  display: inline-block;
}

.slider_1 img,
.slider_ img {
  display: block;
  height: 80px; 
  width: auto;
}

/* 無限スクロール（1段目：左方向） */
.slider_1 {
  white-space: nowrap;
  animation: loop-left 20s linear infinite;
}

/* 無限スクロール（2段目：右方向） */
.slider_ {
  white-space: nowrap;
  animation: loop-right 20s linear infinite;
}

@keyframes loop-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes loop-right {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

  .point p{
  	font-family: "yu-mincho-pr6n", sans-serif;
  	font-weight: 700;
  	font-style: normal;
  	font-size: 16px;
  	color: #fff;
  	line-height: 1.9;
  	margin-top: 2rem;
  	margin-bottom: 10rem;
  }

#arasuji{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  z-index: 0;
  margin: 5rem auto;
  padding: 2rem 0;
}

#arasuji::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/arasuji_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
  z-index: -1;
}

#arasuji img{
  width: 100%;
  height: auto;
}

  #arasuji h1 {
		width: 80%;
		height: auto;
  }
  #arasuji p {
  	font-family: "yu-mincho-pr6n", sans-serif;
  	font-weight: 700;
  	font-style: normal;
		font-size: 16px;
		color: #fff;
		line-height: 1.9;
		margin: 3rem auto;
		width: 90%;
  }

  #arasuji span{
  	font-family: "yu-mincho-pr6n", sans-serif;
  	font-weight: 700;
  	font-style: normal;
		font-size: 20px;
		color: #e13348;
  }

  /* STORY セクション */
  #story {
		margin: 2rem auto;
		font-family: "yu-mincho-pr6n", sans-serif;
		font-weight: 700;
		font-style: normal;
		width: 90%;
  }
  #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: "ab-junglecock-01", sans-serif;
		font-weight: 400;
		font-style: normal;
		margin-bottom: 1rem;
		color: #fff;
		border-bottom: 3px solid #c59e3f;
}

#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.6;
		color: #c59e3f;
		margin-left: 1rem;
  }

  #story section p {
    text-align: left;
    line-height: 1.6;
    color: #fff;
    font-size: 14px;
    font-family: "yu-mincho-pr6n", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-top: 1rem;
  }

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

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

#cast {
  width: 90%;
  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%;
  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-image: url(../img/arasuji_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  padding: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#cast section .castpro h1 {
  display: flex;
  color: #fff;
  font-size: 30px;
  font-family: "ta-fuga-fude", sans-serif;
  font-weight: 400;
  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: "yu-mincho-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
  color: #fff;
  font-size: 14px;
  text-align: left;
  margin: 1.5rem auto;
}

#cast section h2 {
  width: 50%;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-family: "ta-fuga-fude", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: relative;
}

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

#cast section h4 {
  color: #fff;
  font-size: 14px;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  text-align: left;
}

  #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;
    padding: 2rem;
  }
  #cast section h2 {
    width: 100%;
  }
  #cast section .castpro p {
    width: 100%;
  }

  /* STAFF セクション */
#staff {
	width: 90%;
	background-color: #000;
	box-shadow: 0px 0px 30px 30px #000;
	margin-top: 2rem;
	margin-bottom: 5rem;
}

#staff h1{
	display: flex;
}

#staff h1 img {
		width: 100%;
		height: auto;
		margin-bottom: 1rem;
}

.staff_name{
	display: flex;
	flex-direction: column;
	padding: 0;
	align-items: center;
}
#staff h2 {
    font-size: 20px;
    font-family: "yu-mincho-pr6n", sans-serif;
    font-weight: 700;
    font-style: normal;
    background-color: #8a0000;
    padding: 0 5rem;
    color: #fff;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

#staff h3{
	font-family: "ta-fuga-fude", sans-serif;
	font-weight: 400;
	font-style: normal;
  line-height: 1.5;
  color: #fff;
  font-size: 22px;
  margin: 1rem auto;
}

#staff h4 {
    font-size: 14px;
    font-family: "yu-mincho-pr6n", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 1rem;
}

  /* COPYRIGHT */
  #copy {
		width: 100%;
		text-align: center;
		margin: 2rem auto;
  }
  #copy p {
		font-size: 80%;
		color: #fff;
  	font-family: "yu-mincho-pr6n", 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{
	font-weight: normal;
}

	footer small {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, Arial, sans-serif;
		color: #222;
		font-weight: normal;
	}

