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

.bnrarea{
 margin: 30px auto;
  width: 100%;
	text-align: center;
}
.bnrarea img{
 display: inline-block;
 margin: 5px 10px;
 width: 96%;
}
	
/*------------INTRODUCTION--------------*/
#introduction {
    padding: 4em 0 4em 0;
    background-color: #ffcae5;
}

#introduction h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
}

#introduction h1 img {
    width: 90%;
}

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

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

#introduction h2 {
    background-color: #ff329c;
    color: #FFF;
    margin: 0 auto 0.7em;
    font-family: "vdl-gigamaru", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.1;
    font-size: 270%;
    letter-spacing: 0em;
    padding: 20px 0 20px 70px;
    display: flex; /* flexboxを使用して中央揃え */
    align-items: center; /* h2内の要素を縦方向に中央揃え */
}

#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 0 0 0;
	color: #FFF;
	font-family: "vdl-gigamaru", 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;}
	

	
/*------------STORY--------------*/
#story{
    padding: 4em 0 0 0;
	background-color: #f7e1fd;
	padding-bottom: 20px;
}
#story h1 {
	text-align: center;
	background: none;
	margin-bottom: 1em;
	}
	#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 {
		background-color: #ff329c;
	}

	#story h1.storynumber {
		line-height: 1;
		background-color: #ff329c;
		color: #FFF;
		font-family: "vdl-gigamaru", sans-serif;
        font-weight: 500;
        font-style: normal;
		font-size: 200%;
		padding: 0.5em 0 0.3em 0.5em;
		margin: 0;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
	}
	#story h1.storynumber em {
		font-size: 150%;
		font-style: normal;
	}
	#story h1.storynumber span {
		font-size: 70%;
	}
	#story section {
		background-color: #ff329c;
		padding: 1em 1em 1.2em;
	}
	#story section p {
		text-align: left;
		line-height: 1.3;
		color: #FFF;
		font-family: "dnp-shuei-gothic-gin-std", sans-serif;
		font-weight: 400;
		font-style: normal;
	}
	
/*------------CAST&STAFF--------------*/
#cast {
	padding: 2em 0 4em 0;
	background-color: #ffcae5;
}
#cast * {color: #fff;}
#cast .inner {
	width: 94%;
	margin: 0 auto;
	}
#cast h1 {
	text-align: center;
	margin-bottom: 2em;
	}
	#cast h1 img {
		width: 90%;
	}
#cast section {
	width:94%;
	margin: 0 auto 2em auto;
	background-color: #b88da3;
	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: 280%;
	font-family: "ab-lineboard-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.1;
	display: inline-block;
	}
#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: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 400;
	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: inline-block;
	margin: 0 auto 30px;
	font-size: 200%;
	font-family: "vdl-gigamaru", sans-serif;
	font-weight: 500;
	font-style: normal;
	border-bottom: 3px dotted #f93d9e;
	}
	#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: 40%; font-style: normal;}
	#cast section h2 strong {font-style: normal;}
#cast section h3 {
	width: 94%;
	margin: 0 auto 1em auto;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	font-size: 100%;
	}
	#cast section h3 strong {
		height: 1.4em;
		display: inline-block;
		font-size: 110%;
		background-color: #f93d9e;
		color:#FFF;
		font-family: "kaisei-decol", 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 1.5em auto;
	}
	
#cast section#staff {
	padding-top: 2em;
	}
#cast #staff h1 {
	margin-top: 0.3em;
	letter-spacing: 0;
	border: 0;
	}
#cast #staff h2 {
	display: block;
	background-color: #f93d9e;
	color: #FFF;
	width: 4em;
	line-height: 1.5;
	font-size: 140%;
	letter-spacing: normal;
	margin: 0 auto 0.5em;
	padding:0;
	font-family: "vdl-gigamaru", sans-serif;
	font-weight: 500;
	font-style: normal;
	border: none;
	}

#cast #staff h3 {
	width:auto;
	display: inline-block;
	font-size: 130%;
	margin-bottom: 1em;
	font-family: "vdl-gigamaru", sans-serif;
	font-weight: 500;
	font-style: normal;
	border-bottom: 3px dotted #f93d9e;
	}
	#cast #staff p.btm {margin-bottom: 2em;}
	
#cast #staff p {
	font-size: 100%;
	margin-bottom: 1.5em;
	text-align: center;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	}
	
	
/*------------CHART--------------*/
#chart {
    position:relative;
	padding: 2em 0 4em 0;
	background-color: #f7e1fd;
}
#chart h1 {
	text-align: center;
	margin-bottom: 2em;
	}
	#chart h1 img {
		width: 90%;
	}
#chart section {
	width: 94%;
	margin: 0 auto;	
	}
#chart section img {
	width:100%;
	}

/*SNS AREA*/
	#sns {
		width:auto;
		margin: 2em auto;
	}
	#sns ul {
		display: flex;
		justify-content:center;
		margin: 1em auto;
	}
	#sns ul li img {
		width:2em;
		margin: 0 0.5em;
	}
	#sns p {
		text-align: center;
		margin-bottom: 10px;
	}

	#sns #twbnr {
		width: 90%;
		margin: 0 auto;
	}
	#sns #twbnr img {
		width:100%;
	}
	
	#sns .lnkbnr {
		width: 90%;
		margin: 0 auto 1em auto;
	}
	#sns .lnkbnr img {
		width:100%;
		margin-bottom: 0;
	}
	
	#sns .bnr_video {
		width: 96%;
		margin: 0 auto 2em auto;
	}
	#sns .bnr_video img {
		width:100%;
	}
	#sns #present {
		width:96%;
		margin: 0 auto;
	}
	#sns #present img {
		width:100%;
	}

#sns h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	text-align: center;
	font-family: "vdl-gigamaru", 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: 20px;
	background-color: #f93d9e;
}

#sns h1::before {
	margin-right: 20px;
	transform: rotate(-35deg)
}
#sns h1::after {
	margin-left: 20px;
	transform: rotate(35deg)
}



/*------------COPYRIGHT--------------*/
#copy {
	background-color: #f7e1fd;
	color: #886477;
	width:100%;
	text-align: center;
	padding: 4em 0;
	}
#copy p {
	font-size: 80%;
	color: #886477;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	}	
	
}



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

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

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

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

}




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

/*------------INTRODUCTION--------------*/
#introduction {
	padding: 6em 0 6em 0;
	background-color: #ffcae5;
}
#introduction .inner {
	width:1030px;
	margin: 0 auto;
	padding: 0;
	}
#introduction h1 {
	text-align: center;
	margin-bottom: 2em;
	}
#introduction * {
	color: #ff329c;
	font-weight: 600;
	}
#introduction h2 {
	width:850px;
	background-color: #ff329c;
	color: #FFF;
	margin: 0 auto 0.7em;
	font-family: "vdl-gigamaru", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.4;
	font-size: 370%;
	letter-spacing: 0em;
	padding: 40px 0 15px 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 0 0 0;
	font-size: 250%;
	font-family: "vdl-gigamaru", 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;}
	
/*------------STORY AREA--------------*/
#story{
    position:relative;
	background-color: #f7e1fd;
}
#story .inner{
	width:1000px;
	margin: auto;
	padding: 6em 0 6em;
}
#story h1 {
	text-align: center;
	margin-bottom: 2em;
	}
.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,
	.multiple-items3 {background-color: #ff329c;}

	#story h1.storynumber {
		background-color: #ff329c;
		color: #FFF;
		line-height: 1;
		font-family: "vdl-gigamaru", sans-serif;
        font-weight: 500;
        font-style: normal;
        line-height: 1.4;
		font-size: 350%;
		padding: 0.5em 0 0.5em 0;
		margin: 0;
		border-top-right-radius: 30px;
		border-top-left-radius: 30px;
	}
	#story h1.storynumber em {
		font-size: 150%;
		font-style: normal;
	}
	#story h1.storynumber span {
		font-size: 70%;
	}
	#story section {
		background-color: #ff329c;
		padding: 1em 1em 1.2em;
		margin-top: 40px;
	}
	#story section p {
		text-align: left;
		line-height: 1.4;
		color: #FFF;
		padding: 0 1.5em 1em 1.5em;
		font-size: 115%;
		font-family: "dnp-shuei-gothic-gin-std", sans-serif;
		font-weight: 400;
		font-style: normal;
	}


/*------------CAST&STAFF--------------*/
#cast {
	padding: 6em 0 4em 0;
	background-color: #ffcae5;
}
#cast * {color: #fff;}
#cast .inner {
	width:1000px;
	margin: 0 auto;
}
#cast h1 {
	text-align: center;
	margin-bottom: 2em;
	}
#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;
	background-color: #b88da3;
	padding: 2rem;
	text-align: center;
	line-height: 1;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	}
#cast section .castphoto {
	width:100%;
	height: auto;
	}
#cast section .castpro {
	width:100%;
	margin-bottom: 0;
	line-height: 1.5;
	}
#cast section .castphoto img {
	width:100%;
	height: auto;
	}
#cast section h1 {
	width:auto;
	margin: 0 auto 0.2em auto;
	font-size: 320%;
	font-family: "ab-lineboard-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	}
	#cast section h1 em {
		font-style: normal;
		font-size: 60%;
		letter-spacing: 0;
	}

#cast section .castpro p {
	width: 90%;
	margin: 0 auto 2em auto;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	text-align: left;
	}

	
#cast section h2 {
	width: auto;
	display: inline-block;
	font-size: 220%;
	font-family: "vdl-gigamaru", sans-serif;
	font-weight: 500;
	font-style: normal;
	margin: 0 auto 30px;
	padding: 0 0.3em 0.1em 0;
	border-bottom: 5px dotted #f93d9e;
	}
	#cast section #teo h1 {letter-spacing: -2px;}
	#cast section #teo h2 {letter-spacing: -9px;}
	#cast section h2 em { letter-spacing:0;font-size: 40%; font-style: normal;}

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

#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;
	}
	
#cast section#staff {
	display: block;
	width: 80%;
	padding-bottom: 1.5em;
	padding-top: 0.1em;
	}
	
#cast #staff h1 {
	margin-top: 0.8em;
	letter-spacing: 0;
	margin-bottom: 0.7em;
	line-height: 1;
	font-size: 400%;
	border-bottom: none;
	}
#cast #staff h2 {
	display: block;
	background-color: #f93d9e;
	color: #FFF;
	width: 6em;
	font-size: 160%;
	margin: 0 auto 0.5em;
	padding:0.1em 0 0.3em 0;
	line-height: 1.6;
	letter-spacing: normal;
	font-family: "vdl-gigamaru", sans-serif;
	font-weight: 500;
	font-style: normal;
	border: none;
	}
#cast #staff h3 {
	width:auto;
	display: inline-block;
	margin-bottom: 0.5em;
	font-size: 250%;
	font-family: "vdl-gigamaru", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.6;
	border-bottom:4px dotted #f93d9e;

	}#cast #staff h3.btm {margin-bottom: 2em;}
#cast #staff p {
	font-size: 120%;
	width:100%;
	margin: 0 auto 3em auto;
	font-family: "vdl-gigamaru", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
	}
	
/*------------CHART--------------*/
#chart {
    position:relative;
	padding: 6em 0 6em 0;
	background-color: #f7e1fd;
}
#chart .inner {
	width:1000px;
	margin: 0 auto;
	padding: 0;
}
#chart h1 {
	text-align: center;
	margin-bottom: 2em;
	}
#chart section {
	width:100%;
	margin: 0 auto;	
	text-align: center;
	}
#chart section img {
	width:100%;
	}

	
/*------------SNS AREA--------------*/
	#sns {
		width:auto;
		margin: 2em auto;
	}
	#sns ul {
		display: flex;
		justify-content:center;
		margin: 1em auto 0 auto;
	}
	#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;
	}

#sns h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
	font-family: "vdl-gigamaru", 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 {
	background-color: #f7e1fd;
	color: #c792d6;
	width:100%;
	text-align: center;
	padding: 4em 0;
	}
#copy p {
	color: #886477;
	font-size: 120%;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
font-weight: 400;
font-style: normal;
	}	
	
}

/*------------MOVIE--------------*/

#movie {
    position:relative;
    padding: 20rem 0;
    background-color: #f7e1fd;
    background-image: url(../img/fuwa_1.png), url(../img/fuwa_2.png);
    background-repeat: no-repeat;
    animation: moveBackground 2s linear infinite;
}

@keyframes moveBackground {
    0% {
        background-position: 3% 7%, 103% 106%;
    }
    50% {
        background-position: 5% 10%, 100% 104%;
    }
    100% {
        background-position: 3% 7%, 103% 106%;
    }
}

/* .floatアニメーションを他の要素に適用 */
.float {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

.movie {
    margin: 0 auto;
    width: fit-content;
    height: auto;
    text-align: center;
}

#movie h1 {
    text-align: center;
}

.movie h1 {
    background-color: #ff329c;
    color: #fff;
    margin-top: 2rem;
    padding: 3rem;
    font-size: 260%;
    font-family: "ab-lineboard-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-shadow: 3px 3px 1px #aa31e8;
}

.sparkles {
      width: 50px !important;
    }

video {
    display: flex;
    width: 100%; /* 幅を親要素に合わせる */
    max-width: 1165px;
    height: auto;
    margin: 0 auto;
}

/* スマホ */
@media (max-width: 768px) {
    /* #movie全体 */
    #movie {
	position: relative;
	padding: 1em 1.5em 9em 1.5em;
	background-image: url(../img/fuwa_1.png), url(../img/fuwa_2.png);
	background-repeat: no-repeat;
	animation: moveBackground 2s linear infinite;
	background-size: 27%;
    }

    /* 見出し */

    .movie h1 {
    background-color: #ff329c;
    color: #fff;
    margin-top: 1.5rem;
    padding: 1rem;
    font-size: 150%;
    font-family: "ab-lineboard-bold", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-shadow: 2px 2px 1px #aa31e8;
	line-height: 30px;
	}
	.sparkles {
      width: 30px !important;
    }

    /* 動画 */
    video {
        width: 100%;  /* 動画の幅を100%に */
        max-width: 100%;  /* 最大幅を親要素に合わせる */
        height: auto;
    }

    .video-container {
  	position: relative;
  	background-color: #ffcae5; /* 任意の色を指定 */
  	}

@keyframes moveBackground {
    0% {
        background-position: 0% 5%, 103% 103%;
    }
    50% {
        background-position: 3% 7%, 100% 100%;
    }
    100% {
        background-position: 0% 5%, 103% 103%;
    }
}

/* .floatアニメーションを他の要素に適用 */
.float {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

}

.banner_box{
    display: flex;
    width: 100%; /* 幅を親要素に合わせる */
    height: auto;
    margin: 50px auto;
    transition: transform 0.5s ease;
    justify-content: center;
}

.banner_box:hover {
    transform: translateY(-10px);
}

@media (max-width: 768px) {
    .banner_box img{
    width: 100%;
    height: auto;
    object-fit: cover;
    }

    .banner_box{
    	margin: 2rem auto;
    }

    .banner_box:hover {
        transform: none; /* スマートフォンではホバー効果を無効にする */
    }
}


