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: auto;
  background-attachment: fixed; /* スクロールに合わせて背景を固定 */
}


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

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

h1{
	display: flex;
	justify-content: center;
}
	
.bnrarea{
	margin-bottom: 80px;
	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;
	margin-bottom: 5rem;
}
#introduction .inner {
	width:1030px;
	margin: 0 auto;
	padding: 0;
}
.intro_img {
  display: flex;
  align-items: center;
  min-width: 0;
}


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

.intro_maintxt p {
  font-family: "ryo-display-plusn", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  width: 100%;
  height: auto;
  margin-bottom: 3rem;

  text-shadow:
    0 0 8px #ff0000,     /* 赤のぼかし光彩 */
    0 0 15px #ff0000,
    2px 2px 6px #000000, /* 黒の影で立体感を追加 */
    0 0 5px #000000;
}


#introduction h2 {
	display: flex;
  color: #37045a;
  background: linear-gradient(90deg, #cba5e6, #b2405a);
    text-shadow:
    2px 2px 6px #fff, /* 黒の影で立体感を追加 */
    0 0 5px #fff;
  padding: 1rem;
  margin: 0 auto;
	font-family: "ryo-display-plusn", serif;
	font-weight: 700;
	font-style: normal;
  font-size: 33px;
  line-height: 1.2;
  align-items: center;
}

.point P{
	font-family: "ryo-display-plusn", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	color: #cdcdcd;
	  text-shadow:
  	2px 2px 6px #000000, /* 黒の影で立体感を追加 */
  	0 0 5px #000000;
	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: "ryo-display-plusn", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 125%;
	line-height: 1.6;
	}
	
.multiple-items2 {margin-bottom: 2em; background-color: #none;}

/*------------arasuji--------------*/	
#arasuji{
	background-color: #00000085;
	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: "ryo-display-plusn", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 2rem;
	width: 90%;
}

#arasuji span{
	font-family: "ryo-display-plusn", serif;
	font-weight: 500;
	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{
	width: 45%;
	height: auto;
	margin: auto;
	margin-bottom: 1rem;
}

.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: "isego", sans-serif;
	margin-bottom: 1rem;
	}

	#story h1.storynumber em {
	font-size: 90px;
	font-style: normal;
	color: #fff;
  line-height: 0.8;
}
	}
	#story h1.storynumber span {
	font-size: 35px;
	color: #fff;
		  text-shadow:
    0 0 8px #ff0000,
    0 0 15px #ff0000,
    2px 2px 6px #000000,
    0 0 5px #000000;
	}

	#story section p {
	text-align: left;
	line-height: 1.3;
	color: #37045a;
	font-size: 18px;
	font-family: "ryo-display-plusn", serif;
	font-weight: 500;
	font-style: normal;
	margin-top: 1rem;
	background-color: #cba5e6;
	padding: 1rem;
	}

/*------------CHART--------------*/
#chart {
	background-color: #00000085;
	width: 100%;
	height: auto;
	padding-top: 2em;
	padding-bottom: 4em;
}
#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:60%;
	height: auto;
	margin: auto;
	}

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

#cast h1{
	width: 80%;
	height: auto;
	margin: auto;
	padding-top: 4rem;
}
#cast {
  width: 80%;
  color: #fff;
}

.cast_box{
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}

/* セクションごとの白い四角 */
#cast section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  width: 40%;
  height: auto;
}

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

#cast section .castphoto img {
  width: 100%;
  height: auto;
}

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

/* キャスト名前 */
#cast section h1 {
  display: flex;
  margin: auto;
  color: #fff;
  font-size: 42px;
	font-family: "ryo-display-plusn", serif;
	font-weight: 700;
	font-style: normal;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
#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;
  color: #fff;
  margin-bottom: 1em;
}

/* 演者名 */
#cast section h2 {
  width: auto;
  display: inline-block;
  color: #fff;
  font-size: 35px;
	font-family: "ryo-display-plusn", serif;
	font-weight: 700;
	font-style: normal;
  margin: 0 auto 30px;
  position: relative;
  background: linear-gradient(transparent 50%, #bc0174a1 50%);
  padding: 0 10px 0 10px;
}

#cast section h2 em {
  letter-spacing: 0;
  font-size: 14px;
  font-style: normal;
}
	
#staff {
	width: 80%;
	height: auto;
	margin: auto;
}
	
#staff h1 {
}

#staff h1 img {
		width: 40%;
}

.staff_name{
	display: flex;
	flex-direction: column;
	background-color: #00000085;
	padding: 2rem;
}
#staff h2 {
	width:auto;
	display: inline-block;
	font-size: 19px;
  font-weight: 700;
	color: #fff;
	line-height: 1.7;
}
	
/*------------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: 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: #fff;
	font-size: 120%;
	font-family: "ryo-display-plusn", 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: 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;
  }

  #arasuji span {
  	font-family: "ryo-display-plusn", serif;
  	font-weight: 500;
  	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: "ryo-display-plusn", serif;
	font-weight: 700;
	font-style: normal;
  font-size: 25px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  width: 90%;
  height: auto;
  margin: auto;
  margin-bottom: 1rem;
}

#introduction h2 {
	display: flex;
  color: #37045a;
  margin: 0 auto;
	font-family: "ryo-display-plusn", 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: "ryo-display-plusn", serif;
	font-weight: 500;
	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 {
  width: 95%;
}

.cast_box{
	padding: 0;
}

#cast section {
  position: relative;
  padding: 1rem;
  margin: 0 auto 2em auto;
  text-align: center;
}

/* 写真 */
.castphoto{
  margin-bottom: 1em;
}
#cast section .castphoto img {
  width: 100%;
  height: auto;
}

/* プロフィールテキスト */
#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: 18px;
  line-height: 1.6;
  margin-bottom: 0.8em;
  text-align: left;
}

/* キャスト名前 */
#cast section h1 {
	display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
	font-family: "ryo-display-plusn", serif;
	font-weight: 700;
	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: 24px;
	font-family: "ryo-display-plusn", serif;
	font-weight: 700;
	font-style: normal;
  margin: 0 auto 20px;
  position: relative;
  color: #fff;
  background: linear-gradient(transparent 50%, #bc0174a1 50%)
  padding: 0 10px;
}

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

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

  #staff h1 img {
		width: 80%;
  }

  #staff h2 {
		font-size: 18px;
		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: 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: cover;
    background-attachment: fixed;
	}

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

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

  /* バナーエリア */
  .bnrarea {
		margin: 30px auto;
		text-align: center;
  }
  .bnrarea img {
		width: 90%;
		margin-bottom: 1rem;
		transition: 0.3s;
  }
  .bnrarea 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;
  }
  #introduction * {
		color: #fff;
  }
  #introduction h2 {
		display: flex;
		color: #37045a;
		background: linear-gradient(90deg, #cba5e6, #b2405a);
    font-family: "ryo-display-plusn", serif;
    font-weight: 700;
    font-style: normal;
		text-shadow:
			1px 1px 5px #fff,
			0 0 1px #fff;
		line-height: 1.2;
		font-size: 16px;
		text-align: left;
		margin-bottom: 1rem;
		align-items: center;
		padding: 0.7rem;
  }

	  .intro_maintxt p {
    font-family: "ryo-display-plusn", serif;
    font-weight: 700;
    font-style: normal;
		font-size: 20px;
		line-height: 1.4;
		color: #fff;
		  text-shadow:
		  	0 0 8px #ff0000,
		  	0 0 15px #ff0000,
		  	2px 2px 6px #000000,
		  	0 0 5px #000000;
		height: auto;
		margin-bottom: 2rem;
	}

  .point P {
		color: #cdcdcd;
		text-shadow: 2px 2px 6px #000000, 0 0 5px #000000;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 1em;
		padding-bottom: 1rem;
		font-family: "ryo-display-plusn", serif;
		font-weight: 500;
		font-style: normal;
		font-size: 14px;
		line-height: 1.5;
		box-sizing: border-box;
  }
  .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: #00000085;
		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: "ryo-display-plusn", serif;
  	font-weight: 500;
  	font-style: normal;
		font-size: 14px;
		color: #fff;
		line-height: 1.5;
		margin-bottom: 3rem;
		width: 90%;
  }

  #arasuji span{
  	font-family: "ryo-display-plusn", serif;
  	font-weight: 500;
  	font-style: normal;
		font-size: 20px;
		color: #e13348;
  }

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

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

  .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: #fff;
		font-family: "isego", sans-serif;
    font-weight: 500;
    font-style: normal;
		margin-bottom: 0.5rem;
		display: flex;
		align-items: flex-end;
		justify-content: center;
  }
  #story h1.storynumber em {
		font-size: 50px;
		font-style: normal;
  }
  #story h1.storynumber span {
		font-size: 25px;
  }
  #story section {
		padding: 0 1em;
  }
  #story section p {
		text-align: left;
		line-height: 1.3;
		color: #37045a;
  	font-family: "ryo-display-plusn", serif;
  	font-weight: 500;
  	font-style: normal;
  	font-size: 12px;
  }

  /* CHART セクション */
  #chart {
  	background-color: #00000085;
  }
  #chart h1 {
		text-align: center;
		padding-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_box{
  	padding: 0;
  }
  #cast section {
		position: relative;
		flex-direction: column;
		padding: 0;
		text-align: center;
		width: 90%;
		height: auto;
		margin-bottom: 1rem;
  }
  /* 写真 */
  .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;
		color: #fff;
    font-family: "ryo-display-plusn", serif;
    font-weight: 700;
    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: "ryo-display-plusn", serif;
    font-weight: 700;
    font-style: normal;
		margin: 0 auto 20px;
		position: relative;
		background: linear-gradient(transparent 50%, #bc0174a1 50%)
		padding: 0 10px;
  }
  #cast section h2 em {
		letter-spacing: 0;
		font-size: 40%;
		font-style: normal;
  }

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

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

