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

article {
		margin: 0 auto;
	}

body {
}

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

.bnrarea{
	margin: 30px auto;
	text-align: center;
}
.bnrarea img{
	width: 90%;
}

#twbnr {
  width: 90%;
  height: auto;
  margin: 2em auto; /* 上下にスペース。お好みで調整 */
}
#twbnr img {
  display: block;
  max-width: 100%;
  height: auto;
}

.bar {
  width: 90%;
  height: auto;
  margin: 2em auto; /* 上下にスペース。お好みで調整 */
}
.bar img {
  display: block;
  max-width: 100%;
  height: auto;
}


/*------------INTRODUCTION--------------*/
#introduction {
	margin-top: 2rem;
	font-family: "KeinannPOP", sans-serif;
	font-weight: 500;
	font-style: normal;
}

#introduction h1 {
    width: 100%;
    text-align: center;
}

#introduction h1 img {
    width: 90%;
}

#introduction .inner {
    width: 94%;
    margin: 0 auto;
}

#introduction * {
	color: #ff329c;
	font-weight: 600;
}

#introduction h2 {
    color: #054b86;;
    margin: 0 auto 0.7em;
    line-height: 1.1;
    font-family: "KeinannPOP", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0em;
    padding: 20px 10px 20px 65px;
    display: flex; /* flexboxを使用して中央揃え */
    align-items: center; /* h2内の要素を縦方向に中央揃え */
    text-shadow:
  -1px -1px 0 rgba(255,255,255,0.7),
   1px -1px 0 rgba(255,255,255,0.7),
  -1px  1px 0 rgba(255,255,255,0.7),
   1px  1px 0 rgba(255,255,255,0.7);

}

#introduction h2#point01 {
    background-image: url("../img/intro_point01.png");
    background-repeat: no-repeat;
    background-position: left 50%; /* 左端に固定し、縦方向に50% */
    background-size: 60px 60px;
}

#introduction h2#point02 {
    background-image: url("../img/intro_point02.png");
    background-repeat: no-repeat;
    background-position: left 50%; /* 左端に固定し、縦方向に50% */
    background-size: 60px 60px;
}

#introduction h2#point03 {
    background-image: url("../img/intro_point03.png");
    background-repeat: no-repeat;
    background-position: left 50%; /* 左端に固定し、縦方向に50% */
    background-size: 60px 60px;
}

	
#introduction p	{
	width: 94%;
	color: #886477;
	margin: 0 auto 3em;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	}

#introduction section {
	width:95%;
	height: auto;
	background: linear-gradient(#e5a2df, #ce65ec);
	margin: 0 auto;
	padding:1.5em 2%;
	text-align: center;
	}
#introduction section * {
	color: #FFF;
	}
#introduction section h1 {
	width: auto;
	padding: 0;
	color: #FFF;
	font-family: "KeinannPOP", sans-serif;
	font-weight: 500;
	font-style: normal;
	}#introduction section h1:last-child { display: block;}

	
#introduction section p{
	width:95%;
	margin-bottom: 0;
	text-align: left;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	font-size: 95%;
	}

.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;}

/*------------パトカーアニメーション--------------*/	
  .pato_anime {
    height: 100px;
    padding-bottom: 1rem;
  }

  .pato_anime img {
    width: 100px;
    animation: moveCar_sp 10s linear infinite; 
  }

  @keyframes moveCar_sp {
    0% {
      transform: translateX(100vw);
    }
    100% {
      transform: translateX(-100px);
    }
  }
/*------------パトカーアニメーション--------------*/	

/*------------arasuji--------------*/	
#arasuji{
	background-color: #fff;
    opacity: 1;
    background-image: linear-gradient(#c8eeff 1.5px, transparent 1.5px), linear-gradient(to right, #c8eeff 1.5px, #ffffff 1.5px);
    background-size: 27px 27px;
    padding: 20px;
    position: relative;
}

#arasuji p {
	width: 95%;
	height: auto;
	margin: 2rem auto;
	font-family: "nitalago-ruika", sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 12px;
	color: #054b86;
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
	line-height: 1.7rem;
}


.tape {
	position: absolute;
    top: -32px;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

.tape img{
/*  max-width: 50%;*/
width: 200px;
}

/*------------arasuji--------------*/

	
/*------------STORY--------------*/
#story h1 {
	text-align: center;
	}
	#story h1 img {
		width: 90%;
	}

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

	#story h1.storynumber {
		line-height: 1;
		color: #054b86;
		font-family: "KeinannPOP", sans-serif;
	}
	#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: #054b86;
		font-family: "nitalago-ruika", sans-serif;
        font-weight: 100;
        font-style: normal;
        border-top: 3px solid #ff3329;
        padding-top: 1rem;
	}
	
/*------------CAST&STAFF--------------*/
#cast * {color: #10528b;}
#cast .inner {
	width: 94%;
	margin: 0 auto;
	}
#cast h1 {
	text-align: center;
	margin-bottom: 1em;
	}
	#cast h1 img {
		width: 90%;
	}
#cast section {
	width:94%;
	margin: 0 auto 4em;
	background-color: #ffffff70;
	padding:0 0 1.5em 0;
	text-align: center;
	}
#cast section .castphoto {
	width:100%;
	margin-bottom: 1em;
	
	}
#cast section .castphoto img {
	width:100%;
	}
#cast section h1 {
	width:auto;
	margin: 0 auto 0.4em auto;
	font-size: 40px;
	font-family: "KeinannPOP", sans-serif;
	font-weight: 400;
	display: inline-block;
	text-shadow: -3px -3px 0 rgba(255, 255, 255, 0.7), 3px -3px 0 rgba(255, 255, 255, 0.7), -3px 3px 0 rgba(255, 255, 255, 0.7), 3px 3px 0 rgba(255, 255, 255, 0.7);
	}
#cast section h1 em {
		font-style: normal;
		font-size: 60%;
		letter-spacing: 0;
	}
#cast section p.casttxt {
	width:90%;
	margin: 0 auto 2em;
	text-align: left;
	font-family: "nitalago-ruika", sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 15px;
	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;
	justify-content: center;
	font-size: 30px;
	font-family: "KeinannPOP", sans-serif;
	font-weight: 500;
	font-style: normal;
	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 {
		font-size: 20px;
		font-style: normal;
		color: #fff;
		background-color: #10528b;
		padding: 0.5rem ;
		margin-right: 0.5rem;
	}
	#cast section h2 strong {font-style: normal;}

#cast section h3 strong {
	display: inline-block;
	font-size: 18px;
	background-color: #ff3329;
	color:#FFF;
	font-family: "KeinannPOP", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	padding: 0.5rem;
	margin-bottom:20px;
	width: 85%;
	height: auto;
}

.castphoto .fuwa-decoration {
  position: absolute;
  top: -60px;
  right: 215px;
  pointer-events: none;
  animation: fuwa-updown 2.8s ease-in-out infinite alternate;
  z-index: 2;
}

img.fuwa-decoration {
  display: block;
  width: 170px !important;
  height: auto !important;
  max-width: 100%;
}

@keyframes fuwa-updown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-18px); }
  100% { transform: translateY(0); }
}

#staff{
	background-color: #fff;
    opacity: 1;
    background-image: linear-gradient(#c8eeff 1.5px, transparent 1.5px), linear-gradient(to right, #c8eeff 1.5px, #ffffff 1.5px);
    background-size: 27px 27px;
    padding: 20px;
    position: relative;
    text-align: center;
    margin-bottom: 3rem;
}

#staff h1 {
	font-family: "KeinannPOP", sans-serif;
	font-size: 30px;
	color: #054b86;
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
	margin-top: 2rem;
}

.staff_name{
	display: flex;
	flex-direction: column;
	margin: 1rem auto;
}
#staff h2 {
	width:auto;
	display: inline-block;
	font-size: 20px;
	font-family: "KeinannPOP", sans-serif;
	color: #ff3329;
	margin-bottom: 0.5rem;
}
	
/*------------COPYRIGHT--------------*/
#copy {
	width:100%;
	text-align: center;
	margin: 2rem auto;
	}
#copy p {
	font-size: 80%;
	color: #2098d1;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	}	
}



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


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

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

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

/*------------INTRODUCTION--------------*/
#introduction {
	margin-top: 3rem;
}
#introduction .inner {
	width:1030px;
	margin: 0 auto;
	padding: 0;
	}
#introduction h1 {
	text-align: center;
	}
#introduction * {
	color: #ff329c;
	}
#introduction h2 {
  width:1045px;
  color: #054b86;
  margin: 0 auto;
  font-family: "KeinannPOP", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px  2px 0 #fff;
  line-height: 1.2;
  font-size: 31px;
  letter-spacing: 0em;
  padding: 40px 0 40px 130px;
}

#introduction h2#point01 {
	background-image: url("../img/intro_point01.png");
	background-repeat: no-repeat;
	background-size: 100px 100px;
	background-position: 10px center;
	}
#introduction h2#point02 {
	background-image: url("../img/intro_point02.png");
	background-repeat: no-repeat;
	background-size: 100px 100px;
	background-position: 10px center;
	}
#introduction h2#point03 {
	background-image: url("../img/intro_point03.png");
	background-repeat: no-repeat;
	background-size: 100px 100px;
	background-position: 10px center;
	}

#introduction p	{
	color: #886477;
	width:1000px;
	margin: 0 auto 2em;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 195%;
	line-height: 1.3;
	}
	
#introduction section {
	width:940px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	background: linear-gradient(#e5a2df, #ce65ec);
	padding:3em;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	margin-top: 60px;
	}
#introduction section * { 
	color: #FFF;
	}
#introduction section h1 {
	width:auto;
	display: inline-block;
	margin: 0 auto 0.5em auto;
	padding: 0;
	font-size: 250%;
	font-family: "KeinannPOP", sans-serif;
	font-weight: 500;
	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;
	height: auto;
	}
#introduction section p{
	width:100%;
	margin-bottom: 0;
	text-align: left;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 125%;
	line-height: 1.6;
	}
	
.multiple-items2 {margin-bottom: 2em; background-color: #none;}

/*------------パトカーアニメーション--------------*/
.pato_anime {
    position: relative;
    width: 100%;           /* アニメーションエリアの幅を指定 */
    height: 200px;
    overflow: hidden;
    padding-bottom: 1rem;
}

.pato_anime img {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    animation: moveCar 15s linear infinite;
}

@keyframes moveCar {
    0% {
        transform: translateX(100vw);
    }
    100% {
        transform: translateX(-200px);
    }
}

/*------------パトカーアニメーション--------------*/

/*------------arasuji--------------*/	
#arasuji{
	background-color: #fff;
    opacity: 1;
    background-image: linear-gradient(#c8eeff 1.5px, transparent 1.5px), linear-gradient(to right, #c8eeff 1.5px, #ffffff 1.5px);
    background-size: 50px 50px;
    padding: 20px;
    position: relative;
}

#arasuji p {
	width: 80%;
	height: auto;
	margin: 2.68rem auto;
	font-family: "nitalago-ruika", sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 18px;
	color: #054b86;
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
	line-height: 2.7rem;
}


.tape {
	position: absolute;
    top: -45px;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

.tape img{
/*  max-width: 50%;*/
width: 250px;
}
	
/*------------STORY AREA--------------*/
#story{
	width:1000px;
	margin: auto;
}
#story h1 {
	text-align: center;
	}
.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;
	}
	.multiple-items,

	#story h1.storynumber {
		color: #054b86;
		line-height: 1;
		font-family: "KeinannPOP", sans-serif;
        font-weight: 500;
        font-style: normal;
        line-height: 1.4;
	}

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

	#story section p {
		text-align: left;
		line-height: 1.4;
		color: #054b86;
		font-size: 18px;
		font-family: "nitalago-ruika", sans-serif;
        font-weight: 100;
        font-style: normal;
        border-top: 5px solid #ff3329;
        padding: 1rem;
	}


/*------------CAST&STAFF--------------*/
#cast {
	padding-bottom: 3em;
}
#cast * {color: #10528b;}
#cast .inner {
	width:1000px;
	margin: 0 auto;
}
#cast h1 {
	text-align: center;
	}
#cast .inner div#wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	}
#cast section {
	display: flex;
	align-items:center;
	margin: 0 auto 2em auto;
	padding: 2rem;
	text-align: center;
	background-color: #ffffff70;
	}
#cast section .castphoto {
	width:60%;
	height: auto;
	}
#cast section .castpro {
	width:100%;
	margin-bottom: 0;
	line-height: 1.5;
	}
#cast section .castphoto img {
	width:100%;
	height: auto;
	}

.castphoto {
  position: relative;
  display: inline-block; /* 必要に応じて適宜変更 */
}

.castphoto .fuwa-decoration {
  position: absolute;
  top: -80px;
  right: 255px;
  pointer-events: none;
  animation: fuwa-updown 2.8s ease-in-out infinite alternate;
  z-index: 2;
}

img.fuwa-decoration {
  display: block;
  width: 220px !important;
  height: auto !important;
  max-width: 100%;
}

@keyframes fuwa-updown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-18px); }
  100% { transform: translateY(0); }
}

#cast section h1 {
	width:auto;
	margin: 0 auto 0.2em auto;
	font-size: 50px;
	font-family: "KeinannPOP", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
	}
	#cast section h1 em {
		font-style: normal;
		font-size: 60%;
		letter-spacing: 0;
	}

#cast section .castpro p {
	width: 80%;
	margin: 0 auto 2em auto;
	font-family: "nitalago-ruika", sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	}

	
#cast section h2 {
	width: auto;
	display: flex;
	font-size: 35px;
	font-family: "KeinannPOP", sans-serif;
	font-weight: 500;
	font-style: normal;
	margin: 0 auto 30px;
	padding: 0 0.3em 0.1em 0;
	align-items: center;
	justify-content: center;
	}

	#cast section #teo h1 {letter-spacing: -2px;}
	#cast section #teo h2 {letter-spacing: -9px;}
	#cast section h2 em {
		letter-spacing:0;
		font-size: 25px;
		font-style: normal;
		color:#fff;
		background-color: #10528b;
		padding: 5px 10px;
		margin-right: 10px;
	}

	
#cast section h3 {
	font-weight: bold;
	height: 1.6;
	width: 94%;
	margin: 0 auto 1em auto;
	font-family: "KeinannPOP", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 100%;
	}
	#cast section h3 strong {
		height: 1.6;
		display: inline-block;
		font-size: 20px;
		background-color: #ff3329;
		color:#FFF;
		font-family: "KeinannPOP", sans-serif;
		font-weight: 700;
		font-style: normal;
		padding: 0 1em;
		margin-bottom:20px;
	}

#cast section .casttxt {
	text-align: center;
	width: 94%;
	margin: 0 auto;
	}
#cast section.friend .casttxt {
	text-align: left;
	}
#cast section .casttxt.vactor {
	text-align: center;
	}

	
#cast section .casttxt span {
	font-family: "ab-waraku-m", sans-serif;
	font-weight: 400;
	font-style: normal;
	}
	
#staff {
	background-color: #fff;
	opacity: 1;
	background-image: linear-gradient(#c8eeff 1.5px, transparent 1.5px), linear-gradient(to right, #c8eeff 1.5px, #ffffff 1.5px);
	background-size: 50px 50px;
	padding: 4rem 0 0.7rem;
	position: relative;
	text-align: center;
}
	
#staff h1 {
	font-family: "KeinannPOP", sans-serif;
	font-size: 60px;
	color: #054b86;
	text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

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

#sns h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
	font-family: "KeinannPOP", sans-serif;
    font-weight: 500;
    font-style: 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: #2098d1;
	font-size: 120%;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	}

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

.bar img{
transition: 0.3s;
}

.bar img:hover {
     opacity: 0.8;
}

@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; /* PC用550pxより少し小さめ */
    transition: 0.3s;
  }
  .bnrarea img:hover {
    opacity: 0.8;
  }

  .pato_anime {
    height: 160px;
    padding-bottom: 2.5rem;
  }
  .pato_anime img {
    width: 150px;
    animation: moveCar 12s linear infinite;
  }

  #arasuji {
    background-size: 40px 40px;
    padding: 1.5em 1.5em;
  }
  #arasuji p {
    width: 90%;
    font-size: 22px;
    line-height: 3.2rem;
  }

  #story {
    width: 90%;
    margin: 2rem auto;
  }
  #story h1 {
    font-size: 24px;
  }
  #story section p {
    font-size: 16px;
    border-top-width: 4px;
    padding: 0.8rem;
  }

  #cast .inner {
    width: 90%;
    margin: 0 auto;
  }
  #cast section {
    flex-direction: column;
    padding: 1.5rem;
  }
  #cast section .castphoto {
    width: 90%;
    margin-bottom: 1em;
  }
  #cast section .castpro p {
    width: 100%;
    font-size: 18px;
  }
  #cast section h1 {
    font-size: 38px;
  }
  #cast section h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  #staff {
    padding: 3rem 0 1.5rem;
    background-size: 40px 40px;
  }
  #staff h1 {
    font-size: 48px;
  }
  #staff h2 {
    font-size: 160%;
    margin-bottom: 1.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;
  }

  #introduction .inner {
    width: 90%;
  }

#introduction h2#point01 {
	background-size: 80px 80px;
	width: 80%;
}

#introduction h2#point02 {
	background-size: 80px 80px;
	width: 80%;
}

#introduction h2#point03 {
	background-size: 80px 80px;
	width: 80%;
}

#introduction h2 {
	font-size: 22px;
	line-height: 1.5;
	padding: 20px 0 20px 105px;
}

#story {
	width: 92%;
}

#story section p {
	font-size: 18px;
}

#cast .inner {
	width: 92%;
}

#cast section {
	flex-direction: column;
}

#staff h1 {
	font-size: 44px;
}

.castphoto .fuwa-decoration {
	position: absolute;
	top: -80px;
	left: -127px;
	pointer-events: none;
	animation: fuwa-updown 2.8s ease-in-out infinite alternate;
	z-index: 2;
}

#sns #twbnr {
	display: flex;
	justify-content: center;
}

#twbnr {
  width: 100%;
  height: auto;
  margin: 2em auto; /* 上下にスペース。お好みで調整 */
}
#twbnr img {
  display: block;
  width: 420px;
  height: auto;
}

.bar {
  width: 90%;
  height: auto;
  margin: 2em auto; /* 上下にスペース。お好みで調整 */
}
.bar img {
  display: block;
  max-width: 100%;
  height: auto;
}
}