@charset "UTF-8";

/* common */
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt60 {margin-top:60px;}
.pd-10 {padding:0px 10px;}
.pd-box {padding:20px;}
.t-center {text-align:center;}
.t-bold {font-weight:bold;}
.pc {display: none;}
.sp {display: block;}
@media screen and (min-width: 768px) {
	.pc {display: block;}
	.sp {display: none;}
}

/* CSS Document */
#fp-wrap {
	background-image: url(../images/bg_top.jpg), url(../images/bg_index.gif);
	background-position: left 10px;
	background-repeat: repeat-x, repeat;
	font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
	color:#333333;
}
/* left */
#fp-l {
	padding-top: 10px;
}
#fp-l img {vertical-align:middle;}

#header {
	width: 640px;
	overflow: hidden;
	position: relative;
}
#header h1 {
	margin: 0;
	padding: 0;
	text-align: center;
}
#header h1 img {
	width: 100%;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}
h4 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
nav.glovalNav {
	display: flex;
	align-items: center;
	height: 100px;
	margin: 30px 0;
	justify-content: space-between;
}
nav.glovalNav a {
	position: relative;
	display: flex;
  align-items: center;
  width: 49%;
  height: 100%;
	background: url(../images/btn_gloval.png) no-repeat center;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.3s;
}
nav a img {
	margin: 0 auto;
	width: 70%;
	max-width: 70%;
	height: auto;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
@media screen and (min-width: 768px) {
	nav.glovalNav {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	nav.glovalNav a:hover {
		background: url(../images/bg_btn_active.png) no-repeat center;
	}
	nav.glovalNav a:after {
		position: absolute;
		display: block;
		content: "";
		width: 34px;
		height: 20px;
		background: url(../images/icon_arrow.png)no-repeat center center;
		background-size: 17px 10px;
		left: 50%;
		bottom: 5px;
		transform: translateX(-50%);
		transition: 0.3s;
	}
	nav a img {
		margin: 0 auto;
		width: 70%;
		max-width: 70%;
		height: auto;
		user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
	}
}
.storyArea {
	background-color: #ffffff;
	margin: 0 20px 60px;
	padding: 0;
	text-align: center;
	font-size: 24px;
}
.storyArea h3 {
	background-color: #e60012;
	padding: 5px 0;
}
.storyArea img {
	width: 100%;
	margin: 0 auto;
}
.storyArea p {
	text-align: left;
	line-height: 1.7;
}
.storyArea h3.story_ttl {
	background: none;
}

.infoArea {
	background-color: #ffffff;
	margin: 0;
	padding: 0 0 20px;
	text-align: center;
}
.infoArea h3 {
	background-color: #e60012;
	padding: 5px 0;
}
.infoArea img {
	width: 100%;
	margin: 0 auto;
}
.infoArea p.maincast {
	font-size: 32px;
}
.infoArea p {
	font-size: 24px;
}
.infoArea p.maincast span {
	font-size: 18px;
}

.songArea {
	margin-bottom: 20px;
	padding: 60px 0;
	background-color: #e60012;
	color: #ffffff;
	text-align: center;
}
.songArea h3 {
	font-size: 28px;
}
.songArea p {
	font-size: 24px;
}
.songArea img {
	width: 90%;
}

@media screen and (min-width: 768px) {
	.storyArea {
		margin: 0 0 40px;
		padding: 0;
		text-align: left;
		font-size: 18px;
	}
	.infoArea p {
		font-size: 20px;
	}
	.infoArea p.maincast {
		font-size: 24px;
	}
}

/*** story ***/
/* tab */
.story_tb ul {
    margin:0px;
    padding:40px 20px;
    display:flex;
    flex-wrap: wrap;
		justify-content: left;
}
.story_tb ul li {
    list-style-type:none;
    width : -webkit-calc(98% / 3) ;
  	width : calc(98% / 3) ;
    background-size:contain;
    text-align:center;
    transition:0.3s;
    cursor:pointer;
		box-sizing: border-box;
		background: #fff;
		padding: 17px 10px;
		background-color: #f599a0;
		margin-right: 1%;
		margin-bottom: 5px;
}
.story_tb ul li:nth-child(1) {
	background-color: #333333;
}
.story_tb ul li:nth-child(3n) {
    margin-right: 0;
}
/*.story_tb ul li:hover ,
.story_tb ul li.active{
    transition:0.3s;
    background:url(./../images/base_on.gif)no-repeat center center;
    background-size:contain;
}*/
.story_tb ul li:nth-child(1) img {
    width: 70%;
}
.story_tb ul li:hover ,
.story_tb ul li.active{
    transition:0.3s;
    background: #e60012;
}
.story_tb ul li img {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
		width: 20%;
}

.story_ttl {
    position:relative;
    margin:0px 0px 25px;
    font-size:28px;
		text-align: center;
}
.story_ttl img {
    position:absolute;
    left:0px;
    top:8px;
    margin-bottom:5px;
    vertical-align:middle;
    width:auto;
    height:12px;
}
.story_content_bg {
    position:relative;
    border-radius:5px;
    margin-top:10px;
		margin-bottom: 20px;
    padding:0;
    transition:0.5s;
}
.story_content {
    position:relative;
    width:100%;
    min-height:100px;
}

.story_content > div  {
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
    width:100%;
    transition:0.3s;
    pointer-events: none;
    visibility:hidden;
}
.story_content > div.active{
    opacity:1;
    pointer-events: auto;
    visibility:visible;
}
.story_content img.max100 {
    max-width:100%;
    width:100%;
    height:auto;
}
.story_content p:last-child {margin-bottom:0px;}
