@charset "UTF-8";

/* --------------------------------------------------------------------------- */
/* header */
header div.mainimg {
/*	background: url(../img/index/mainimg.jpg) center top no-repeat;
	background-size: 100% auto;*/
}
h1 {
	background: url(../img/index/mainimg.jpg) center top no-repeat;
	background-size: 100% auto;
}
h1,header div.mainimg h2 {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
header div.pvArea .social {
	margin-top: 4%;
}
header div.pvArea .social li {
	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
}
#youtube {
	box-sizing: border-box;
	position: relative;
	padding-top: 56.25%;
	background-image: url(../img/common/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	border: #000 2px solid;
	box-shadow:0px 0px 4px 0px rgba(0,0,0,.15);
}
#youtube.close {
	background-size: cover;
	background-image: url(../img/index/movie_close.jpg);
}
#youtube iframe,#movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* -------------------------------------------- */
body:not(.sphone) header {
	overflow: hidden;
	height: 370px;
	padding-top: 5px;
}
body:not(.sphone) header>* {
	float: left;
}
body:not(.sphone) header div.mainimg {
	width: 530px;
	height: 100%;
}
body:not(.sphone) h1 {
	height: 365px;
}
body:not(.sphone) header div.pvArea {
	width: 390px;
	text-align: center;
} 
body:not(.sphone) header div.pvArea h2 {
	margin: 20px auto 10px;
}
body:not(.sphone) #youtube {
	margin-top: 20px;
}

/* -------------------------------------------- */
.pc header div.pvArea {
	margin-left: 15px;
}

/* -------------------------------------------- */
.tablet header div.pvArea {
	margin-left: 20px;
}

/* -------------------------------------------- */
.sphone header {
	width: 100%;
}
.sphone h1 {
	height: 0;
	padding-top: 69%;
}
.sphone header div.pvArea {
	padding: 3% 3% 0;
	text-align: center;
}
.sphone header div.pvArea h2 {
	margin: 3% 2% 0;
}


/* --------------------------------------------------------------------------- */
/* article */
#mainArea .newsArea {
	position: relative;
	font-size: 1em;
	color: #fff;
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	border-bottom: #fff 1px solid;
}
#mainArea .newsArea::before,#mainArea .newsArea::after {
	content: '';
	position: absolute;
	top: 0;
	height: 1px;
	background-color: #fff;
}
#mainArea .newsArea::before {
	left: 0;
}
#mainArea .newsArea::after {
	right: 0;
}
#mainArea .index-news-area {
	overflow-y: hidden;
	position: relative;
}
#mainArea .newsArea .index-news-area ul {
	overflow-y: auto;
	font-size: .9em;
}
#mainArea .newsArea ul li:not(:last-child) {
	border-bottom: #da3944 1px dotted;
}
#mainArea .newsArea .index-news-area ul a {
	text-decoration: underline;
	color: #fff;
	transition: all 220ms 0s ease-out;
}
#mainArea .newsArea .index-news-area ul a:hover,#mainArea .newsArea .index-news-area ul a:focus {
	color: #d49fa2;
}

#mainArea .bnrArea a {
	transition: all 220ms 0s ease-out;
}
#mainArea .bnrArea a:hover,#mainArea .bnrArea a:focus {
	opacity: .5;
}
#mainArea .bnrArea img {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	box-shadow:0px 0px 4px 0px rgba(0,0,0,.3);
}

/* chainStory */
#chainStory {
	position: relative;
	border: #000 1px solid;
	background-image: url(../img/index/chain_waku.png), url(../img/index/chain_waku_r.png);
	background-position: 0 0, right 0;
	background-repeat: no-repeat;
}
#chainStory::before,#chainStory::after {
	content: '';
	position: absolute;
	bottom: 0;
	background-image: url(../img/index/chain_waku.png);
	background-size: cover;
}
#chainStory::before {
	left: 0;
	transform: scale(1, -1);
}
#chainStory::after {
	right: 0;
	transform: scale(-1, -1);
}
#chainStory .txtArea img {
	width: 100%;
	height: auto;
}
#chainStory .btn {
	padding: 3px;
	background-color: #000;
	transition: all 220ms 0s ease-out;
}
#chainStory .btn:hover,#chainStory .btn:focus {
	opacity: .5;
}
#chainStory .btn a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: url(../img/index/btn_img.png) right center no-repeat;
	background-size: auto 100%;
	border: #fff 1px solid;
}
#chainStory .btn a:hover,#chainStory .btn a:focus {
	font: #fff;
}

/* movieArea */
#movieArea {
	background-color: #000;
	border: #000 2px solid;
}
#movieArea #movie {
	box-sizing: border-box;
	position: relative;
	background-color: #000;
	background-image: url(../img/common/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#movieArea .movieList li {
	cursor: pointer;
	color: #fff;
	background-color: transparent;
	transition: all 220ms 0s ease-out;
}
#movieArea .movieList li:hover,#movieArea .movieList li:focus {
	color: #e5000f;
	background-color: #000;
}
#movieArea .movieList li.now {
	color: #e5000f;
	background-color: #fff;
}

/* interviewArea */
#interviewArea h2 {
	text-align: center;
}
#interviewArea ul {
	overflow: hidden;
}
#interviewArea ul li {
	box-sizing: border-box;
	float: left;
	background-color: #000;
	border: #000 2px solid;
	transition: all 220ms 0s ease-out;
}
#interviewArea ul li:hover,#interviewArea ul li:focus {
	opacity: .5;
}
#interviewArea ul li a {
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}


/* -------------------------------------------- */
body:not(.sphone) article {
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 140px;
}
body:not(.sphone) article>* {
	float: left;
}
body:not(.sphone) #mainArea {
	width: 690px;
	margin-left: 20px;
	padding-top: 35px;
}
body:not(.sphone) #mainArea.pt2 {
	padding-top: 0;
}

body:not(.sphone) #mainArea .newsArea::before,body:not(.sphone) #mainArea .newsArea::after {
	width: 202px;
}
body:not(.sphone) #mainArea .newsArea h2 {
	position: absolute;
	top: -26px;
	left: 0;
	right: 0;
	width: 324px;
	margin: auto;
}
body:not(.sphone) #mainArea .newsArea .index-news-area {
	height: 160px;
	margin-top: 10px;
}
body:not(.sphone) #mainArea .newsArea ul {
	margin-left: 10px;
	padding-top: 5px;
}
body:not(.sphone) #mainArea .newsArea ul li {
	overflow: hidden;
	padding: 3px 0;
}
body:not(.sphone) #mainArea .newsArea ul span {
	display: block;
	float: left;
	margin-bottom: 5px;
	padding: 2px 0;
}
body:not(.sphone) #mainArea .newsArea ul span:nth-of-type(1) {
	width: 170px;
	text-align: center;
	background-color: #000;
}
body:not(.sphone) #mainArea .newsArea ul span:nth-of-type(2) {
	width: 475px;
	margin-left: 10px;
}
body:not(.sphone) .bnrArea {
	letter-spacing: -.40em;
	margin-top: 20px;
}
body:not(.sphone) .bnrArea p {
	margin-top: 15px;
}
body:not(.sphone) .bnrArea .full img {
	height: 120px;
}
body:not(.sphone) .bnrArea .half {
	display: inline-block;
	width: 340px;
}
body:not(.sphone) .bnrArea .half.right {
	margin-right: 10px;
}
body:not(.sphone) .bnrArea .half img {
	height: 150px;
}

/* chainStory */
body:not(.sphone) #chainStory {
	margin-top: 20px;
	background-size: 35px 33px;
}
body:not(.sphone) #chainStory::before,body:not(.sphone) #chainStory::after {
	width: 35px;
	height: 33px;
}
body:not(.sphone) #chainStory>div {
	overflow: hidden;
	padding: 10px;
}
body:not(.sphone) #chainStory .txtArea {
	float: left;
	width: 47%;
	padding-top: .4em;
}
body:not(.sphone) #chainStory .btn {
	width: 90%;
	margin: 10px auto 0;
}
body:not(.sphone) #chainStory .btn a {
	padding: 1em 0;
}
body:not(.sphone) #chainStory .movie {
	float: left;
	width: 50%;
	margin-left: 3%;
	padding: 2.83em 0;
	background-color: #000;
}
body:not(.sphone) #chainStory .movie iframe {
	width: 100%;
	height: auto;
}

/* movieArea */
body:not(.sphone) #movieArea {
	overflow: hidden;
	margin-top: 20px;
}
/* 3.5追加 */
body:not(.sphone) #mainArea.pt2 .bnrArea {
	margin-bottom: 35px;
}
body:not(.sphone) #movieArea>* {
	float: left;
}
body:not(.sphone) #movie {
	width: 390px;
	margin-left: 1px;
	padding-top: 216px;
}
body:not(.sphone) #movieArea .movieList {
	overflow: hidden;
	width: 295px;
	height: 216px;
}
body:not(.sphone) #movieArea .movieList ul {
	overflow-y: auto;
	font-size: 1em;
}
body:not(.sphone) #movieArea .movieList li {
	min-height: 67px;
	padding: 5px 0 5px 135px;
	font-size: .9em;
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 120px auto;
}
body:not(.sphone) #movieArea .movieList ul li:not(:last-child) {
	border-bottom: #da3944 1px dotted;
}

/* interviewArea */
body:not(.sphone) #interviewArea {
	margin-top: 30px;
}
body:not(.sphone) #interviewArea h2 img {
	width: 428px;
	height: auto;
}
body:not(.sphone) #interviewArea ul {
	margin-top: 5px;
}
body:not(.sphone) #interviewArea li {
	width: 33%;
	margin-top: 5px;
}
body:not(.sphone) #interviewArea li:nth-child(3n) {
	margin-left: .5%;
	margin-right: .5%;
}
body:not(.sphone) #interviewArea li a {
	padding-top: 44%;
}


/* -------------------------------------------- */
.sphone article {
	margin-top: 4%;
	padding-bottom: 12%;
}
.sphone #mainArea {
	margin: 8% 3% 0;
}
/* 3.5追加 */
.sphone #mainArea.pt2 .bnrArea {
	margin-bottom: 10%;
}
.sphone #mainArea .newsArea::before,.sphone #mainArea .newsArea::after {
	width: 12.6%;
}
.sphone #mainArea .newsArea h2 {
	position: absolute;
	top: -5vw;
	left: 0;
	right: 0;
	width: 80%;
	margin: auto;
}
.sphone #mainArea .newsArea .index-news-area {
	height: 160px;
	padding-top: 6vw;
}
.sphone #mainArea .newsArea ul {
	margin-left: 2%;
}
.sphone #mainArea .newsArea ul li {
	padding: 2% 0;
	font-size: .9em;
}
.sphone #mainArea .newsArea ul span:nth-of-type(1) {
	display: block;
	width: 13em;
	text-align: center;
	background-color: #000;
}
.sphone #mainArea .newsArea ul span:nth-of-type(2) {
	display: block;
	margin-bottom: 2%;
}
.sphone .bnrArea {
	margin-top: 6%;
}
.sphone .bnrArea p {
	margin-top: 2%;
}
.sphone .bnrArea img {
	height: 0;
}
.sphone .bnrArea .half {
	margin-left: 6%;
	margin-right: 6%;
}

/* chainStory */
.sphone #chainStory {
	margin-top: 4%;
	background-size: 35px 33px;
}
.sphone #chainStory::before,.sphone #chainStory::after {
	width: 35px;
	height: 33px;
}
.sphone #chainStory>div {
	padding: 2%;
}
.sphone #chainStory .txtArea {
	padding-top: 2%;
	margin-left: 4%;
	margin-right: 4%;
}
.sphone #chainStory .btn {
	box-sizing: border-box;
	width: 100%;
	margin: 3% auto 0;
}
.sphone #chainStory .btn a {
	padding: 3% 0;
}
.sphone #chainStory .movie {
	position: relative;
	margin-top: 3%;
	padding-top: 56.25%;
}
.sphone #chainStory .movie iframe {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* movieArea */
.sphone #movieArea {
	margin-top: 4%;
}
.sphone #movie {
	padding-top: 56.25%;
}
.sphone #movieArea .movieList {
	overflow: hidden;
	height: 140px;
	margin-top: 1%;
}
.sphone #movieArea .movieList ul {
	padding-left: 1%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.sphone #movieArea .movieList li {
	width: 48%;
	margin-top: 2%;
	padding-top: 28%;
	display:inline-block;
	letter-spacing: normal;
	line-height: 1.2em;
	font-size: .8em;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.sphone #movieArea .movieList li:nth-child(odd) {
	margin-right: 2%;
}
.sphone #movieArea .movieList li p {
	padding: 0 2px;
}

/* interviewArea */
.sphone #interviewArea {
	margin-top: 6%;
}
.sphone #interviewArea h2 img {
	width: 100%;
	height: auto;
}
.sphone #interviewArea li {
	width: 49%;
	margin-top: 2%;
}
.sphone #interviewArea li:nth-child(even) {
	margin-right: 2%;
}
.sphone #interviewArea li a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 44%;
}
