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

.kandra_ad1_sp,
.kandra_ad1 {
	padding-bottom: 2em;
}
.youtube iframe {
width: 100%;
height: 100%;
border-radius:0 ;
}
article {
		margin: 0 auto;
	}

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

@media only screen and (max-width:750px){
	
/*------------INTRODUCTION--------------*/
#introduction {
	padding-top: 1em;
	background-color: #160017;
}

.slider_1 img{
	width: 100%;
	height: auto;
}

.slider_2 img{
	width: 100%;
	height: auto;
}

#introduction h1 {
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
	}
	#introduction h1 img {
		width: 90%;
	}
#introduction .inner {
	width: 94%;
	margin: 0 auto;
	}
#introduction * {
		color: #fff;
	}
	/**/
#introduction h2 {
	background: linear-gradient(180deg, #fff 0, #d7b4ff 25%, #c849fa 80%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.2;
	font-size: 100%;
	letter-spacing: 0em;
	margin: 0 auto 0.5rem;
	width: 95%;
	height: auto;
	}
	
#introduction p	{
	width: 95%;
	color: #fff;
	margin: 0 auto 1.5rem;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.5;
	font-size: 80%;
	}

#introduction section {
	width:95%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 50%;
	padding:1.5em 2%;
	text-align: center;
	}
#introduction section * {
	color: #e1d3b2;
	}
#introduction section h1 {
	width: auto;
	margin: 0 auto 0.8em auto;
	padding: 0 0 0 0;
	}#introduction section h1 img {
		width:80%;
	}

	
#introduction section p{
	width:95%;
	margin-bottom: 0;
	text-align: left;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.5;
	}

.intro_back {
	display: flex;
	flex-direction: column;
	background-image: url(../img/intro_back.png);
	background-repeat: no-repeat;
	width: fit-content;
	height: auto;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-size: cover;
	background-position: center;
}

.multiple-items2,
.multiple-items2 .box,
.multiple-items2 .box a,
.multiple-items2 .box img {
	margin: 0;
	padding: 0;
	line-height: 1;
	background-color: none;
	}
	.multiple-items2 { margin-bottom: 2em; background-color: none;}

#arasuji{
	width: 100%;
	margin: auto;
	background-image: url(../img/arasuji_back.png);
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	padding: 1rem 0;
	background-size: cover;
}

#arasuji h1{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#arasuji h1 img{
	width: 90%;
	height: auto;
}

#arasuji p{
	width: 80%;
	height: auto;
	margin: 1rem auto;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.5;
	font-size: 125%;
	color: #fff;
}

#introduction .inner{
	width: 100%;
	height: auto;
}
	
/*------------STORY--------------*/
#story {
  padding: 2em 0 20px;
  background-color: #2c1d31;
  color: #fff;
}

#story .inner {
  padding: 0 1em;
}

.accordion {
  margin: 0 auto;
  padding: 10px;
  list-style: none;
}

.accordion__item {
  margin-bottom: 15px;
  background-color: #40154a;
  overflow: hidden;
}

.accordion__title {
  display: flex;
  padding: 12px 15px;
  background-color: #7e1f96;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "kaisei-decol", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.accordion__title:hover {
  background-color: #a523c5;
}

.accordion__number {
  margin-right: 1.5rem;
  font-size: 0.95em;
}

.accordion__date {
  font-size: 0.9em;
}

/* 最初の項目だけ開いた状態 */
.accordion__item:first-child .accordion__content {
  transition: max-height 0.3s ease-out;  /* アニメーション追加 */
}

.accordion__title.active {
	max-width: 100%;
  background-color: #a523c5;
}

/* 他の項目は閉じた状態 */
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: rgba(126, 31, 150, 0.1);
}

.accordion__text {
  font-size: 1.2rem;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.6;
  padding: 15px;
  color: #fff;
}



/*------------CAST&STAFF--------------*/
#cast {
	padding-top: 2em;
	background-color: #160017;
}
#cast * {color: #fff;}
#cast .inner {
	width: 94%;
	margin: 0 auto;
	margin-bottom: 5rem;
	}
#cast h1 {
	text-align: center;
	margin-bottom: 2em;
	}
	#cast h1 img {
		width: 90%;
	}
#cast section {
	width:94%;
	margin: 0 auto 2em auto;
	text-align: center;
	}
#cast section .castphoto {
	width:100%;
	margin-bottom: 1em;
	
	}
#cast section .castphoto img {
	width:100%;
	}
#cast section h1 {
	width:auto;
	margin: 0;
	font-size: 210%;
	font-family: "kaisei-decol", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.1;
	display: inline-block;
	padding-bottom: 0.2em;
	letter-spacing: 0;
	}
#cast section h1 em {
		font-style: normal;
		font-size: 60%;
		font-family: "yu-mincho-pr6n", sans-serif;
		font-weight: 600;
		font-style: normal;
	}
#cast section p.casttxt {
	width:90%;
	margin: 0 auto 2em;
	text-align: left;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.5;
	}
#cast section.friend .casttxt {
	text-align: left;
	}
#cast section .casttxt.vactor {
	text-align: center;
	}

#cast section h2 {
	width: auto;
	display: flex;
	padding-bottom: 0.2em;
	margin: 0 auto 20px;
	font-size: 155%;
	font-family: "kaisei-decol", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	}
	#cast section #teo h1 {letter-spacing: -2px;}
	#cast section #teo h2 {letter-spacing: -9px;line-height: 0.8;}
	#cast section h2 em { letter-spacing:0;font-size: 70%; font-style: normal; background-color: #c7a60b; padding: 5px 10px; margin-right: 10px;}
	#cast section h2 strong {font-style: normal;}
#cast section h3 {
	width: 80%;
	margin: 0.5em auto;
	font-family: "kaisei-decol", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.4;
	font-size: 130%;
	background-color: #c7a60b;
	padding: 0.5rem;
	}
	#cast section h3 strong {
		height: 1.4em;
		display: inline-block;
		font-size: 110%;
		background-color: #c58b24;
		color:#fff;
		font-family: "yu-mincho-pr6n", sans-serif;
		font-weight: 600;
		font-style: normal;
		padding: 0.5em 1em;
		margin-bottom:20px;
	}

#cast section .casttxt {
	text-align: center;
	width: 94%;
	margin: 0 auto 1.5em auto;
	}

#cast section#staff {
	margin: 0 auto;
	display: flex;
	width: 100%;
	height: auto;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding-top: 6rem;
}

#cast section#staff .staff_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140%;
    background-image: url('../img/staff_back_sp.png');
    background-repeat: no-repeat;
    background-size: contain;
}	

#cast #staff h1 {
    margin-top: 4rem;
    letter-spacing: 0;
    margin-bottom: 0.5em;
    line-height: 1;
    font-size: 280%;
    border-bottom: none;
    background: linear-gradient(180deg, #fff 0, #d7b4ff 50%, #c849fa 80%);
    -webkit-background-clip: text; /* 文字だけに背景を適用 */
    -webkit-text-fill-color: transparent; /* 文字色を透明に */
    display: inline-block; /* グラデーション適用のため */
    font-family: "kaisei-decol", sans-serif;
    font-weight: 700;
    font-style: normal;
}

#cast #staff h2 {
    display: block;
    background-color: #5d0074;
    color: #fff;
    font-size: 130%;
    margin: 0;
    padding: 0.5rem 1rem;
    line-height: 1.6;
    letter-spacing: normal;
    font-family: "kaisei-decol", sans-serif;
    font-weight: 700;
    font-style: normal;
    border: none;
    text-align: center;
}

#cast #staff h3 {
    width: auto;
    display: inline-block;
    font-size: 200%;
    font-family: "kaisei-decol", sans-serif;
    font-weight: 700;
    font-style: normal;
    border-bottom:none;
    background: linear-gradient(180deg, #fff 0, #d7b4ff 50%, #c849fa 80%);
    -webkit-background-clip: text; /* 文字だけに背景を適用 */
    -webkit-text-fill-color: transparent; /* 文字色を透明に */
    display: inline-block; /* グラデーション適用のため */
    margin: 0 auto;
}

#cast #staff h3.btm {
    margin-bottom: 2em;
}

#cast #staff p {
    font-size: 100%;
    width:100%;
    margin: 0 auto 1em auto;
    font-family: "ten-mincho", serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}

/*SNS AREA*/
	#sns h1 {
	font-size: 25px;
	text-align: center;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	font-style: italic;
	line-height: 1.4;
	color: #c6a53c;
	}
	#sns {
		width:auto;
		margin: 2em auto 2.5em auto;
		
	}
	#sns ul {
		display: flex;
		justify-content:center;
		margin: 0.5em auto;
		background: #5d0074;
		border: 6px double #c7a60b;
		width: 90%;
		height: auto;
		padding: 1rem;
		box-sizing: border-box;
	}
	#sns ul li img {
		width:2em;
		margin: 0 0.5em;
	}
	#sns p {
		text-align: center;
		margin-bottom: 10px;
	}

	#sns #twbnr {
		width: 90%;
		margin: 1em auto;
	}
	#sns #twbnr img {
		width:100%;
		border: 6px double #c7a60b;
		box-sizing: border-box;
	}

	#sns .bnrarea {
		width: 90%;
		margin: 1em auto;
	}
	#sns .bnrarea img {
		width:100%;
		border: 6px double #c7a60b;
		box-sizing: border-box;
	}

	.bar{
		margin-top: 10rem;
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    overflow: hidden;
	}

	.bar a img{
    margin: 0 auto;
    width: 90% ;
    height: auto;
    display: inline-block;
	}

/*------------COPYRIGHT--------------*/
#copy {
	color: #c58b24;
	width:100%;
	text-align: center;
	padding-bottom: 4em;
	margin-top: 2rem;
	}
#copy p {
	font-size: 80%;
	color: #c7a60b;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	}	
	
}



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

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

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

@media only screen and (max-width:517px){

}




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

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

/*------------INTRODUCTION--------------*/

#introduction {
}

.slider_1 img{
	width: 100%;
	height: auto;
}

.slider_2 img{
	width: 100%;
	height: auto;
}

#introduction .inner {
	width:1000px;
	margin: 0 auto;
	padding: 0;
	}
#introduction h1 {
	text-align: center;
	margin-bottom: 2em;
	}
#introduction * {
		color: #fff;
	}
#introduction h2 {
	width:1000px;
	background: linear-gradient(180deg, #fff 0, #d7b4ff 25%, #c849fa 80%);
    -webkit-background-clip: text; /* 文字だけに背景を適用 */
    -webkit-text-fill-color: transparent; /* 文字色を透明に */
    display: inline-block; /* グラデーション適用のため */
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.4;
	font-size: 195%;
	letter-spacing: 0em;
	}

#introduction p	{
	color: #fff;
	width:998px;
	font-size: 155%;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.5;
	}
	
#introduction section {
	width:850px;
	margin: 0 auto;
	padding:1.5em 50px;
	text-align: center;
	padding:1.5em 25px;
	}
#introduction section * { 
	color: #fff;
	}
#introduction section h1 {
	width:auto;
	display: inline-block;
	margin: 0 auto 0.5em auto;
	padding: 0 0 0 0;
	font-size: 280%;
    font-family: "yu-mincho-pr6n", sans-serif;
    font-weight: 600;
    font-style: normal;
	display: inline-block;
	width: auto;
	vertical-align: middle;
	display: flex;
	text-align: center;
	justify-content:center;
	}
#introduction section h1 img {
	width:500px;
	margin: 0 10px;
	}
#introduction section p{
	width:100%;
	margin-bottom: 0;
	text-align: left;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.5;
	font-size: 129.9%;
	color: #e1d3b2;
	}


	.intro_box{
		margin: 3rem auto;
	}

	.intro_back{
		display: flex;
		flex-direction: column;
		background-image: url(../img/intro_back.png);
		background-repeat: no-repeat;
		width: 100%;
		height: auto;
		background-size: cover;
	}
	
.multiple-items2 {margin-bottom: 2em; background-color: #none;}


#introduction .inner{
	width: 100%;
	height: auto;
}
/*------------arasuji AREA--------------*/
#arasuji{
	width: 100%;
	margin: auto;
	background-image: url(../img/arasuji_back.png);
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	padding: 3rem 0;
	background-size: cover;
}

#arasuji h1{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#arasuji h1 img{
	width: 500px;
	height: auto;
}

#arasuji p{
	width:55%;
	height: auto;
	margin: 2rem auto;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.7;
	font-size: 217%;
	color: #fff;
}

/*------------arasuji AREA--------------*/
	
/*------------STORY AREA--------------*/
#story {
  position: relative;
  padding: 6em 1em;
  background-color: #2c1d31;
  color: #fff;
}

#story .inner {
  width: 100%;
  max-width: 1098px;
  margin: 0 auto;
}

.story-title {
  text-align: center;
  margin-bottom: 2em;
}

.story-title img {
  max-width: 100%;
  height: auto;
}

.accordion {
  width: 100%;
  max-width: 1098px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.accordion__item {
  margin-bottom: 20px;
  background-color: #40154a;
  overflow: hidden;
}

.accordion__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  background-color: #7e1f96;
  color: #fff;
  font-family: "kaisei-decol", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.accordion__title:hover {
  background-color: #a523c5;
}

.accordion__number,
.accordion__date {
  display: inline-block;
}

.accordion__number {
  margin-right: 2rem;
}

.accordion__content {
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  max-height: 0;
}

.accordion__content--active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

.accordion__text {
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 0;
  color: #fff;
  padding: 1rem;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/*------------STORY AREA--------------*/

/*------------CAST&STAFF--------------*/
#cast {
  padding: 6em 0 3em 0;
  background-color: #160017;
}
#cast * {
  color: #fff;
}
#cast .inner {
  width: 1000px;
  margin: 0 auto;
}
#cast h1 {
  text-align: center;
  margin-bottom: 2em;
}

/* ジグザグ配置のメインスタイル */
#cast .inner div#wrap_photo {
  display: flex;
  flex-direction: column;
}
.cast_box01 {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}
/* 偶数番目の要素を右寄せ */
.cast_box01:nth-child(even) {
  flex-direction: row-reverse;
}
.castphoto {
  width: 40%;
  padding: 0 20px;
}
.castpro {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 元のスタイルを調整 */
#cast section .castphoto img {
  width: 100%;
  height: auto;
  max-width: 350px;
}
#cast section h1 {
  width: auto;
  margin: 0 auto;
  font-size: 300%;
  font-family: "kaisei-decol", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  letter-spacing: 0;
  color: #c7a60b;
}
#cast section h1 em {
  font-style: normal;
  font-size: 60%;
  letter-spacing: 0;
}
#cast section .castpro p {
  width: 67%;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  text-align: left;
}
#cast section h2 {
  width: auto;
  display: inline-flex;
  align-items: center;
  font-size: 150%;
  font-family: "kaisei-decol", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 auto 10px;
  letter-spacing: 0;
}
#cast section h2 em {
  letter-spacing: 0;
  font-size: 75%;
  font-style: normal;
  background-color: #c7a60b;
  width: 2.5rem;
  height: auto;
  color: #fff;
  padding: 7px;
  margin-right: 10px;
  text-align: center;
}
#cast section h3 {
  font-weight: bold;
  width: 60%;
  height: auto;
  font-family: "kaisei-decol", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  padding: 0.5rem;
  text-align: center;
  background-color: #c7a60b;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
#cast section h3 strong {
  height: 1.6;
  display: inline-block;
  font-size: 130%;
  background-color: #c58b24;
  color: #fff;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0 1em;
  margin-bottom: 10px;
  font-size: 130%;
}
#cast section .casttxt {
  text-align: center;
  width: 94%;
}
#cast section.friend .casttxt {
  text-align: left;
}
#cast section .casttxt.vactor {
  text-align: center;
}
#cast section .casttxt span {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#cast section#staff {
	margin: 5rem auto;
	display: flex;
	width: 100%;
	height: auto;
	flex-direction: column;
	align-items: center;
	position: relative;
}

#cast section#staff .staff_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/staff_back.png');
    background-repeat: no-repeat;
    background-position: center; /* 背景画像を中央に配置 */
    padding-bottom: 100px;
}	

#cast #staff h1 {
    margin-top: 1em;
    letter-spacing: 0;
    margin-bottom: 0.5em;
    line-height: 1;
    font-size: 420%;
    border-bottom: none;
    background: linear-gradient(180deg, #fff 0, #d7b4ff 50%, #c849fa 80%);
    -webkit-background-clip: text; /* 文字だけに背景を適用 */
    -webkit-text-fill-color: transparent; /* 文字色を透明に */
    display: inline-block; /* グラデーション適用のため */
    font-family: "kaisei-decol", sans-serif;
    font-weight: 700;
    font-style: normal;
}

#cast #staff h2 {
    display: block;
    background-color: #5d0074;
    color: #fff;
    width: 6em;
    font-size: 160%;
    margin: 0;
    padding: 0.1em 0 0.3em 0;
    line-height: 1.6;
    letter-spacing: normal;
    font-family: "kaisei-decol", sans-serif;
    font-weight: 700;
    font-style: normal;
    border: none;
    text-align: center;
}

#cast #staff h3 {
    width: auto;
    display: inline-block;
    font-size: 250%;
    font-family: "kaisei-decol", sans-serif;
    font-weight: 700;
    font-style: normal;
    border-bottom:none;
    background: linear-gradient(180deg, #fff 0, #d7b4ff 50%, #c849fa 80%);
    -webkit-background-clip: text; /* 文字だけに背景を適用 */
    -webkit-text-fill-color: transparent; /* 文字色を透明に */
    display: inline-block; /* グラデーション適用のため */
    margin: 0 auto;
}

#cast #staff h3.btm {
    margin-bottom: 2em;
}

#cast #staff p {
    font-size: 120%;
    width:100%;
    margin: 0 auto 2em auto;
    font-family: "ten-mincho", serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}

	
/*------------SNS AREA--------------*/
	#sns h1 {
	font-size: 30px;
	text-align: center;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	font-style: italic;
	line-height: 1.4;
	color: #c6a53c;
	}
	#sns {
		width:auto;
		margin: 10rem 0 3rem;
	}

#sns ul {
    /* 基本スタイル */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1em auto 0 auto;
    width: 400px;
    height: 100px;
    background: #5d0074;
    border: 6px double #c7a60b;
}

	#sns ul li img {
		width:35px;
		margin: 0 0.5em;
	}
	
	#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;
	}

	.bar{
		margin-top: 5rem;
		width: 100%;
		height: auto;
		display: inline-block;
		text-align: center;
		overflow: hidden;
	}

	.bar a img{
		margin: 0 auto;
		width: 320px ;
		height: auto;
		display: inline-block;
	}

	.bnrarea{
		display: flex;
		justify-content: center;
		margin: 5rem auto;
	}

	.bnrarea img{
/*		box-shadow: 10px 10px #3c00a0;*/
		border: 6px double #c7a60b;
	}
	
/*------------COPYRIGHT--------------*/
#copy {
	background-color: #160017;
	color: #c7a60b;
	width:100%;
	text-align: center;
	padding: 4em 0;
	}
#copy p {
	color: #c7a60b;
	font-size: 130%;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	}	
	
}

/* タブレット */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .container, #story .inner, #chart .inner {
        width: 100%;
        max-width: 700px;
        padding: 0 15px;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
    }

    #sns {
        width: auto;
        margin-top: 30em;
        padding: 0 15px;
    }

    #sns h1 {
        line-height: 0;
    }

    #sns ul {
        display: flex;
        justify-content: center;
        padding: 0;
    }

    #sns ul li {
        list-style: none;
    }

    #sns ul li img {
        width: 50px;
        margin: 0 0.5em;
    }

		#introduction {
			padding: 0;
			background-color: #160017; /* 背景色を維持 */
    }

    #introduction .inner {
        width: 100%; /* 幅を調整して中央寄せ */
        margin: 0 auto;
    }

    #introduction h1{
    	margin: 0;
    }

    #introduction h1 img {
        width: 80%; /* 画像サイズを調整 */
        margin-bottom: 1em;
    }

    #introduction p {
    	width: 100%;
    	height: auto;
    	font-size: 112%; /* フォントサイズを拡大 */
    	line-height: 1.6; /* 行間を広げる */
    	color: #fff;
    }

    #introduction h2{
    	width: 100%;
    	height: auto;
    	font-size: 175%;
    }

    .intro_box{
    	width: 90%;
    	height: auto;
    }
		
		#arasuji p {
			font-size: 180%;
		}

  #cast {
    padding: 4em 0 2em 0; /* パディングを調整 */
    background-color: #160017;
  }

  #cast .inner {
    width: 90%; /* 幅を縮小して中央寄せ */
    margin: 0 auto;
  }

  #cast h1 {
    text-align: center;
    margin-bottom: 1.5em; /* マージンを調整 */
    font-size: 2.5rem; /* フォントサイズを調整 */
  }

  /* ジグザグ配置のスタイル */
  #cast .inner div#wrap_photo {
    display: flex;
    flex-direction: column;
  }

  .cast_box01 {
    display: flex;
    align-items: center;
    margin-bottom: 1.5em; /* マージンを調整 */
    flex-wrap: wrap; /* タブレットで折り返し可能にする */
  }

  .cast_box01:nth-child(even) {
    flex-direction: row-reverse;
  }

  .castphoto {
    width: 40%; /* 写真の幅を調整 */
    padding: 0 20px;
  }

  .castpro {
    width: 50%; /* テキスト部分の幅を調整 */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; /* テキスト中央揃え */
  }

  /* キャスト写真のスタイル */
  #cast section .castphoto img {
    width: 100%;
    height: auto;
    max-width: none; /* 最大幅制限解除 */
  }

  /* キャスト名タイトル */
  #cast section h1 {
    font-size: 1.9rem;
    line-height: 1.2;
    color: #c7a60b;
  }

  #cast section h1 em {
    font-size: 50%; /* 強調部分のフォントサイズを調整 */
  }

  /* キャストプロファイルテキスト */
  #cast section .castpro p {
    width: auto; /* 幅を自動調整 */
    margin-top: 1rem;
    font-size: 1rem; /* フォントサイズを調整 */
    line-height: 1.6; /* 行間を広げる */
    text-align: left; /* 左揃えに変更（必要に応じて） */
  }

  /* 小見出し（h2, h3）のスタイル調整 */
  #cast section h2 {
    font-size: 1.4rem; /* フォントサイズを調整 */
    margin-bottom: 0.8em;
    padding-bottom: 0.2em;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #cast section h2 em {
    font-size: 65%; /* 強調部分のフォントサイズを縮小 */
    padding: 10px 0;
    margin-right: 10px;
  }

  #cast section h3 {
    font-size: 1.1rem;
    padding: 0.4rem;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center;
    background-color: #c7a60b;
    width: 90%;
    height: auto;
  }

  #cast section#staff {
    margin: 3rem auto;
    display: flex;
    width: 90%;
    height: auto;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  #cast section#staff .staff_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/staff_back.png');
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 0;
    background-size: contain;
  }

  #cast #staff h1 {
    margin-top: 2rem;
    letter-spacing: 0;
    margin-bottom: 0.5em;
    line-height: 1;
    font-size: 250%;
  }

  #cast #staff h2 {
    font-size: 140%;
    width: 6em;
    margin: 0.5em 0;
    padding: 0.2em 0;
  }

  #cast #staff h3 {
    font-size: 180%;
    margin: 0.5em auto;
  }

  #cast #staff h3.btm {
    margin-bottom: 1.5em;
  }

  #cast #staff p {
    font-size: 110%;
    margin: 0 auto 2em auto;
  }

    .bar{
    margin: 20px auto;
    width: 100%;
    display: inline-block;
    text-align: center;
    overflow: hidden;
	}

	.bar a img{
    margin: 0 auto;
    width: 320px ;
    display: inline-block;
	}
}


