@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=EB+Garamond);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
a {
	text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
img {
	border: none;
	vertical-align: top;
}
html {
	font-size: 14px;
	line-height: 1.5;
	background: #000;
	position: fixed;
	color: #FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
.alignC {
	text-align: center !important;
}
.mT10{
    margin-top: 10px !important;
}
.mT30{
    margin-top: 30px !important;
}
.mT40{
    margin-top: 40px !important;
}
.mB0{
    margin-bottom: 0px !important;
}
/* --------------- menu --------------- */

.menuWrap {
	position: fixed;
	top: 0;
	width: 100%;
	height: 45px;
	background: rgba(0,0,0,0.65);
	z-index:999;
}
.menuWrap .menu {
	height: 45px;
	display: table;
	margin: 0 auto;
	width: 980px;
	table-layout: fixed;
}
.menuWrap .menu li {
	display: table-cell;
	padding: 0 1px 0 0;
}
.menuWrap .menu li:first-child {
	padding: 0 1px;
}
.menuWrap .menu li a {
	display: block;
	width: 100%;
	height: 45px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: #000;
	line-height: 45px;
	font-size: 12px;
	font-family: 'EB Garamond', serif;
}
.menuWrap .menu li a:first-letter,.menuWrap .menu li a span {
	font-size: 20px;
}
.menuWrap .menu li a:hover, .menuWrap .menu li a.now {
	background: #005094;
}
/* --------------- footer --------------- */

footer {
	color: #fff;
	font-size: 10px;
	text-align: center;
	margin-top: 80px;
}
footer .pagetop {
	padding-top: 20px;
	background: url(../sp/images/home/pagetop-arrow.png) no-repeat 50% 0;
	background-size: 29px auto;
	color: #7e7e7e;
	font-family: "EB Garamond", serif;
	font-size: 16px;
}
footer .midashi {
	font-size: 21px;
	font-family: "EB Garamond", serif;
	color: #7e7e7e;
	float: left;
}
footer .midashi span {
	font-size: 17px;
}
footer .copyright {
	margin: 15px 4% 20px;
}
footer .copyright img{
	width: 283px;
}
footer .sns {
	overflow: hidden;
	width: 910px;
	margin: 40px auto 40px;
}
footer .sns ul {
	float: right;
}
footer .sns ul li {
	display: inline-block;
	padding: 0 10px;
}
.footerLink {
    margin-top: 40px;
}
.footerLink ul li {
    display: inline-block;
    line-height: 1;
    margin-right: 16px;
}
.footerLink ul li:not(:last-of-type) {
    border-right: 1px solid #CCCCCC;
}
.footerLink ul li:last-child{
    margin-right: 0;
}
.footerLink ul li:last-child a{
    margin-right: 0;
}
.footerLink ul li a {
    font-size: 12px;
    margin-right: 20px;
    color: #fff;
}
.footerLink ul li a:hover{
    text-decoration: underline;
}
/* --------------------------------------------------------------------- */
#loadier {
	min-height: 100%;
	min-width: 100%;
	background: #000;
	position: fixed;
	z-index: 999;
}
#loadier .spiner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 1.5s linear infinite;
	-moz-animation: spin 1.5s linear infinite;
	-ms-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}
 @-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
 100% {
-moz-transform: rotate(360deg);
}
}
@-ms-keyframes spin {
0% {
-ms-transform: rotate(0deg);
}
 100% {
-ms-transform: rotate(360deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
.scroll {
	bottom: 100px;
	height: 46px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 46px;
}
.topics {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.65);
}
.topics .topicsIn {
	width: 1080px;
	margin: auto;
	padding: 15px 0;
	overflow: hidden;
}
.topics .topicsIn .tpicsList {
	width: 860px;
	height: 21px;
	float: left;
	position: relative;
}
.topics .topicsIn .tpicsList li {
	width: 860px;
	height: 21px;
	overflow: hidden;
	position: absolute;
}
.topics .topicsIn a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
.topics .topicsIn img {
	vertical-align: middle;
}
.topics .topicsIn .topicsTitle {
	float: left;
	margin: 5px 25px 0 0;
}
.topics .topicsIn .topicsArrowL {
	float: right;
	margin: 5px 15px 0 0;
	cursor: pointer;
}
.topics .topicsIn .topicsArrowR {
	float: right;
	margin: 5px 0 0 0;
	cursor: pointer;
}
/* --------------- #home --------------- */
#home {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
#home video#bgvid {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background-size: cover;
	background-position: 50% 50%;
	background-color: #000;
}
#home .playBt {
	height: 15px;
	position: absolute;
	top: 60px;
	left: 60px;
}
#home .logo {
	width: 462px;
	height: 225px;
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
/* ------------------------------ */
.contents {
	width: 1080px;
	margin: auto;
	overflow: hidden;
	margin-top: 70px;
}
.left {
	width: 610px;
	float: left;
}
.right {
	float: right;
	width: 400px;
}
.commonH2 {
	color: #7e7e7e;
	font-size: 22px;
	font-family: "EB Garamond", serif;
	line-height: 1;
	margin-bottom: 18px;
}
.commonH2:first-letter {
	font-size: 30px;
}
/* --------------- #movie --------------- */
#movie,
#vdmovie {
	position: relative;
}
#movie .release {
	position: absolute;
	color: #2d92e7;
	border: 1px solid #2d92e7;
	top: 185px;
	left: 163px;
	padding: 2px 10px;
	font-size: 11px;
}
#movie .musicChatch {
	width: 318px;
	height: auto;
	position: absolute;
	top: 185px;
	right: 0;
}
#movie .mvArea .youtube img,
#vdmovie .vdArea .youtube img{
	width: 610px !important;
	height: 343px !important;
	vertical-align: bottom;
	display: block;
}
#movie .mvArea iframe,
#vdmovie .vdArea iframe {
	vertical-align: bottom;
	width: 610px !important;
	height: 343px !important;
}
#movie .mvArea .title,
#vdmovie .vdArea .title {
	font-size: 16px;
	background-color: #222222;
	padding: 14px 19px 13px;
	/*height: 59px;*/
}
#vdmovie .vdArea .title {
	height: 27px;
}
#movie .mvArea .title span,
#vdmovie .vdArea .title span {
	font-size: 14px;
	padding-right: 15px;
}
.mvtitle {
	overflow: hidden;
	margin-top: 10px;
	text-align: center;
}
.mvtitle a {
	color: #fff;
	border: 1px solid #fff;
	display: block;
	padding: 4px;
	text-decoration: none;
	width: 300px;
	box-sizing: border-box;
	float: left;
	font-family: "EB Garamond", serif;
	font-size: 18px;
}
/*.mvtitle a:first-letter {
	font-size: 19px;
}
*/.mvtitle a:first-child {
	margin-right: 10px;
}
.mvtitle a.on {
	background-color: #005094;
	border: 1px solid #005094;
}
#movie .btn1 {
	position: absolute;
	top: 598px;
	right: 112px;
}
#movie .btn1 a {
	color: #FFF;
	display: block;
	background: #000 url(../images/home/arrow-r.png) no-repeat 10px 50%;
	padding: 6px 20px 6px 28px;
	font-size: 12px;
}
#movie .btn2 {
	position: absolute;
	top: 598px;
	right: 18px;
}
#movie .btn2 a {
	color: #FFF;
	display: block;
	background: #000 url(../images/home/arrow-r.png) no-repeat 10px 50%;
	padding: 6px 20px 6px 28px;
	font-size: 12px;
}
#movie #tab1 .new{
	padding-left: 10px;
}
#movie #tab .new{
	position: absolute;
	top:674px;
	left:180px;
}

/* --------------- #app --------------- */
#app .appAd {
	position: relative;
}
#app .appAd .app_ad {
	width: 400px;
}
/* --------------- #twitter --------------- */
#twitter {
	margin-top: 30px;
}
#twitter .tweetsArea:first-child {
	border-top: 1px solid #7e7e7e;
}
#twitter .tweet {
	overflow: hidden;
	border-bottom: 1px solid #7e7e7e;
	padding: 16px 0;
}
#twitter .tweetsArea .icoBox {
	float: left;
}
#twitter .tweetsArea .icoBox img {
	border: 1px solid #7e7e7e;
}
#twitter .tweetsArea p {
	float: right;
	font-size: 12px;
	width: 320px;
}
#twitter .tweetsArea a {
	color: #00aced;
}
#twitter .follow {
	margin-top: 24px;
}
#twitter .follow img {
	width: 400px;
}
/* ---------------------------------------- */
.likeBtn {
	text-align: right;
	margin: 47px 0 0 0;
}
.likeBtn div {
	display: inline-block;
	padding: 0 0 0 2px;
	vertical-align: top;
}


/* add */
/*.menuWrap .menu li:last-child a{
	position: relative;
}
.menuWrap .menu li:last-child a:after{
	content:url(../images/common/check.png);
	position: absolute;
	top:-7px;
	right:0;
}
.menuWrap .menu li:nth-child(7) a{
	position: relative;
}
.menuWrap .menu li:nth-child(7) a:after{
	content:url(../images/common/new.png);
	position: absolute;
	top:-7px;
	right:0;
}*/
#movie .mvArea .title .note{
	font-size: 11px;
	display: block;
}

/* 161226 add */
.topics.ver2 .topicsIn{
    padding: 0;
}
.topics.ver2 .topicsIn .topicsTitle {
    background-color: rgba(0,80,148,0.65);
    margin: 0 25px 0 0;
    padding: 15px 25px;
}
.topics .topicsIn .tpicsList li {
    margin-top: 15px;
}
.topics.ver2 .topicsIn .topicsArrowL {
    margin: 20px 15px 0 0;
}
.topics.ver2 .topicsIn .topicsArrowR {
    margin: 20px 0 0 0;
}

/* 170721 add */
.infoArea{
    width: 1048px;
    margin: 20px auto 0;
    border: 1px solid #4399e2;
    padding: 15px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 500;
}
.infoArea .ttl{
    font-size: 16px;
    font-weight: bold;
    color:#4399e2;
    margin-bottom: 10px;
}
.infoArea p a{
    color:#fff;
    text-decoration: underline;
}