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: #3c0e00;
}
#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 {
	color: #c6a53b;
	border-bottom: 3px solid #c6a53b;
	margin: 0 auto 0.7em;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.1;
	font-size: 210%;
	letter-spacing: 0em;
	padding: 40px 0 40px 110px;
	}
#introduction h2#point01 {
	background-image: url("../img/intro_point01.png");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 90px 90px;
	padding-bottom: 20px;
	margin-left: 5px;
	}
#introduction h2#point02 {
	background-image: url("../img/intro_point02.png");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 90px 90px;
	margin-left: 5px;
	}
	
#introduction p	{
	width: 94%;
	color: #e1d3b2;
	margin: 0 auto 3em;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.5;
	}

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

.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_img {
    width: 100%;
    height: auto;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
}

.arasuji_img img {
    position: relative;
    z-index: 1;
}

.arasuji_img::before,
.arasuji_img::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 2;
    pointer-events: none;
}

.arasuji_img::before {
    top: 0;
    background: linear-gradient(to bottom, rgba(60, 14, 0, 1) 0%, rgba(60, 14, 0, 0) 100%);
}

.arasuji_img::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(60, 14, 0, 1) 0%, rgba(60, 14, 0, 0) 100%);
}

#introduction .inner{
	width: 100%;
	height: auto;
}
	
/*------------STORY--------------*/
#story{
    padding: 2em 0 0 0;
	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: #e1d3b2;
	}

	#story h1.storynumber {
		line-height: 1;
		color: #e1d3b2;
		font-family: "yu-mincho-pr6n", sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size: 200%;
		margin: 1rem auto;
	}
	#story h1.storynumber em {
		font-size: 250%;
		font-style: normal;
		line-height: 0.8;
	}
	#story h1.storynumber span {
		font-size: 100%;
	}
	#story section {
		padding: 0 1em;
	}
	#story section p {
		text-align: left;
		line-height: 1.3;
		color: #e1d3b2;
		font-family: "yu-mincho-pr6n", sans-serif;
		font-weight: 600;
		font-style: normal;
	}

	.storynumber span{
		color: #e6b849;
	}
	
/*------------CAST&STAFF--------------*/
#cast {
	padding-top: 2em;
	background-color: #3c0e00;
}
#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: #c6a53b;
	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.4em;
	font-size: 280%;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.1;
	display: inline-block;
	padding-bottom: 0.2em;
	border-bottom: 4px dotted #fff;
	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: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	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: #c58b24; padding: 5px 15px; margin-right: 10px;}
	#cast section h2 strong {font-style: normal;}
#cast section h3 {
	width: 94%;
	margin: 0 auto 1em auto;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	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: #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: 7rem auto;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: transparent;
}

#cast section#staff::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #e1d3b2;
    filter: blur(100px);
    z-index: 0;
}

#cast #staff h1 {
	margin-top: 0.3em;
	letter-spacing: 0;
	margin-bottom: 0.6em;
	border: 0;
	color: #3c0e00;
	}
#cast #staff h2 {
	display: block;
	background-color: #c6a53b;
	color: #fff;
	width: 4em;
	line-height: 1.5;
	font-size: 140%;
	letter-spacing: normal;
	margin: 0 auto 0.5em;
	padding:0;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	border: none;
	}

#cast #staff h3 {
	width:auto;
	display: inline-block;
	font-size: 150%;
	margin-bottom: 0.3em;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #3c0e00;
	
	}
	#cast #staff p.btm {margin-bottom: 2em;}
	
#cast #staff p {
	font-size: 100%;
	margin-bottom: 1.5em;
	text-align: center;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #3c0e00;
	}

	
/*------------CHART--------------*/
#chart {
    position:relative;
	padding: 0 0 4em 0;
}
#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 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;
	}
	#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%;
	}
	
	#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%;
	}

	.bar{
    margin: 20px auto;
    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: 4em 0;
	}
#copy p {
	font-size: 80%;
	color: #c58b24;
	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 {
	padding: 6em 0 6em 0;
}
#introduction .inner {
	width:1000px;
	margin: 0 auto;
	padding: 0;
	}
#introduction h1 {
	text-align: center;
	margin-bottom: 2em;
	}
#introduction * {
		color: #fff;
	}
#introduction h2 {
	width:850px;
	color: #c6a53b;
	border-bottom: 3px solid #c6a53b;
	margin: 0 auto 0.7em;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.7;
	font-size: 300%;
	letter-spacing: 0em;
	padding: 30px 0 30px 150px;
	}
#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 p	{
	color: #e1d3b2;
	width:1000px;
	font-size: 180%;
	margin: 0 auto 4em;
	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: 250%;
    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;
	}
	
.multiple-items2 {margin-bottom: 2em; background-color: #none;}

.arasuji_img {
    width: 100%;
    height: auto;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
}

.arasuji_img img {
    position: relative;
    z-index: 1;
}

.arasuji_img::before,
.arasuji_img::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 200px;
    z-index: 2;
    pointer-events: none;
}

.arasuji_img::before {
    top: 0;
    background: linear-gradient(to bottom, rgba(60, 14, 0, 1) 0%, rgba(60, 14, 0, 0) 100%);
}

.arasuji_img::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(60, 14, 0, 1) 0%, rgba(60, 14, 0, 0) 100%);
}

#introduction .inner{
	width: 100%;
	height: auto;
}
	
/*------------STORY AREA--------------*/
#story{
    position:relative;
}
#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: #c58b24;}

	#story h1.storynumber {
		color: #fff;
		line-height: 1;
		font-family: "yu-mincho-pr6n", sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size: 350%;
		padding: 0.5em 0 0.5em 0;
		margin: 0;
		display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
	}
	#story h1.storynumber em {
		font-size: 180%;
		font-family: "yu-mincho-pr6n", sans-serif;
		font-weight: 600;
		font-style: normal;
	}
	#story h1.storynumber span {
		font-size: 70%;
	}
	#story section {
		background-color: #c58b24;
		padding: 1em 1em 1.2em;
		display: flex;
        flex-direction: row;
        align-items: center;
	}
	#story section h1 {
		color: #fff;
		margin: 0 auto 1em auto;
		padding: 0;
		text-align: center;
	}
	#story section h1 span {
		color: #fff;
		font-family: "yu-mincho-pr6n", sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size: 200%;
		display: inline-block;
		width: auto;
	}
	#story section p {
		text-align: left;
		line-height: 1.5;
		color: #fff;
		padding: 0 1.5em 1em 1.5em;
		font-size: 100%;
		font-family: "yu-mincho-pr6n", sans-serif;
		font-weight: 600;
		font-style: normal;
	}


/*------------CAST&STAFF--------------*/
#cast {
	padding: 6em 0 17em 0;
	background-color: #3c0e00;
}
#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;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	}
#cast .inner div#wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	}
#cast .cast_box01 {
	display: flex;
	align-items:center;
	margin: 0 auto 2em auto;
	background-color: #c6a53c;
	text-align: center;
	line-height: 0;
	}

#cast .cast_box02 {
        width: 450px;
        display: block;
        align-items: center;
        margin: 0 auto 2em auto;
        background-color: #c6a53b;
        padding: 0 0 0 0;
        text-align: center;
        line-height: 1;
    }

#cast section .castphoto {
	width:100%;
	height: auto;
	}
#cast section .castpro {
	width:100%;
	margin-bottom: 0;
	line-height: 1.5;
	padding-left: 10px;
	}
#cast section .castphoto img {
	width:100%;
	height: 100%;
	}
#cast section h1 {
	width:auto;
	margin: 0 auto 0.5em auto;
	font-size: 320%;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	border-bottom: 4px dotted #fff;
	padding-bottom:0.2em;
	letter-spacing: 0;
	}
	#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: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.5;
	text-align: left;
	}

#cast .cast_box02 h1{
	margin-top: 50px;
}

	
#cast section h2 {
	width: auto;
	display: inline-flex;
	align-items: center;
	font-size: 150%;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	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: #c58b24;
	width: 2.5rem;
	height: auto;
	color: #fff;
	padding: 10px;
	margin-right: 10px;
}

	
#cast section h3 {
	font-weight: bold;
	height: 1.6;
	width: 94%;
	margin: 0.5em auto 1em auto;
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 100%;
	}
	#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%;
	margin: 0 auto;
	}
#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: 10rem auto;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: transparent;
}

#cast section#staff::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #e1d3b2;
    filter: blur(110px);
    z-index: 0;
}

#cast #staff h1 {
    margin-top: 0.8em;
    letter-spacing: 0;
    margin-bottom: 0.7em;
    line-height: 1;
    font-size: 420%;
    border-bottom: none;
    color: #3c0e00;
}

#cast #staff h2 {
    display: block;
    background-color: #c6a53b;
    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: "yu-mincho-pr6n", sans-serif;
    font-weight: 600;
    font-style: normal;
    border: none;
}

#cast #staff h3 {
    width: auto;
    display: inline-block;
    margin-bottom: 0.5em;
    font-size: 250%;
    font-family: "yu-mincho-pr6n", sans-serif;
    font-weight: 600;
    font-style: normal;
    border-bottom:none;
    color: #3c0e00;
}

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

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

/*------------CHART--------------*/
#chart {
    position:relative;
	padding: 6em 0 6em 0;
	background-color: #3c0e00;
}
#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 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: 3em 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;
	}

	.bar{
		margin: 20px auto;
		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;
	}
	
/*------------COPYRIGHT--------------*/
#copy {
	background-color: #3c0e00;
	color: #c58b24;
	width:100%;
	text-align: center;
	padding: 4em 0;
	}
#copy p {
	color: #c58b24;
	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 15px;
    }

    #introduction h1 {
        margin-bottom: 0;
        text-align: center;
    }

    #introduction h1 img {
        width: 80%;
    }

	#introduction h2 {
		font-size: 295%;
		width: fit-content;
		line-height: 1.2;
		width: 75%;
		height: auto;
	}

    #introduction p {
        font-size: 138%;
        line-height: 1.7;
        width: 95%;
        height: auto;
    }

    #introduction section {
    	width: 90%;
    	height: auto;
    }

    #story {
        padding-top: 0;
        width: 100%;
        height: auto;
    }

    #story h1 {
        margin: 0;
        text-align: center;
    }

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

    #story .inner {
        padding: 0;
        width: auto;
        height: auto;
    }

    #cast {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 15px;
    }

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

    #cast h1 img {
        width: 80%;
        height: auto;
    }

    #chart {
        padding: 0 15px;
        margin-bottom: 2rem;
    }

    #chart .inner {
        width: auto;
        height: 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;
	}
}
