@charset "utf-8";
/*********************************************************************
 *
 *  <for top>
 *
*********************************************************************/

/* areaContent */
/* --------------------------------------------------------------------------- */
body.showModal {
	overflow: hidden;
	position: fixed;
}

/* lazyload */
/* --------------------------------------------------------------------------- */
.lazyload, .lazyloading {
	opacity: 0;
	background-image: url(../common/img/blank.png);
}
.lazyloaded {
	opacity: 1;
	transition: opacity 500ms;
}
/* --------------------------------------------------------------------------- */
#main {
}
#main .mv {
	position:relative;
	width: 640px;
	height:1040px;
	z-index:12;
	overflow: hidden;
	opacity:0;
}
#main .mv a {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	height: 100px;
	display: block;
}
#main .mv .effect {
	position:relative;
	width: 640px;
	height: 960px;
	z-index:12;
	overflow:hidden;
}
#main .mv .effect img {
	top: 0;
    left: 0;
    position: absolute;
	width: 640px;
	height: 960px;
}

#main .mv .ico {
	position:absolute;
	right:0;
	top:325px;
	
	z-index:15;
}
#main .mv h2 {
	position:absolute;
	left:0;
	top:0;
	z-index:13;
}
#main .mv .cast {
	position:absolute;
	left:0;
	top:0;
	z-index:11;
}
#main .mv .storm {
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	width:640px;
	height: 720px;
	overflow: hidden;
}
#main .mv #mvcanvas {
	width:640px;
	overflow: hidden;
	zoom:1.2;
}
#main .mv .note {
	position:absolute;
	right:0;
	bottom:25px;
	z-index:14;
}

/* news */
/* --------------------------------------------------------------------------- */
#news {
}
#news h3 {
	position: relative;
}
#news h3 a {
	position: absolute;
	right: 0;
	top: 0;
	width: 20%;
	height: 100%;
	display: block;
}
#news .btnNews {
}
#news dl {
	padding: 10px 20px 10px;
	min-height:20px;
}
#news dt {
	color: #00b0c4;
	padding: 5px 0 0;
}
#news dd {
	border-bottom: 1px solid #00b0c4;
	padding: 5px 0 10px;
}
#news dd a {
	color: #FFF;
	text-decoration: none;
}

#news dd:last-child {
	border: none;
}

/* mediainfo */
/* --------------------------------------------------------------------------- */

#mediainfo {
}
#mediainfo h3 {
	position: relative;
}

ul.media-info__content {
	padding: 10px 20px 10px;
}

ul.media-info__content li {
	padding: 5px 0 10px;
	min-height:20px;
	border-bottom: 1px solid #00b0c4;
	color: #fff;
}

ul.media-info__content li:last-child {
	border: none;
}

ul.media-info__content li span {
	color: #00b0c4;
	display: block;
}

ul.media-info__content li a {
	color: #FFF;
	text-decoration: none;
}

/* search */
/* --------------------------------------------------------------------------- */
#search {
	margin: 0;
}
#search h3 {
}
#search h3 img {
	margin: auto;
}

#search .wrap {
	padding: 20px 20px;
	overflow: hidden;
}

#search select {
	width: 420px;
	height: 60px;
	font-size: 32px;/* iPhone viewport＆フォーカス時の拡大問題 */
}
#search .btnSearch {
	float: right;
	margin-right: 0;
	padding: 0;
	border-radius: 0;
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
	cursor: pointer;
}

/* feature */
/* --------------------------------------------------------------------------- */
#feature  {
	margin-bottom: 30px;
	text-align: center;
}
#feature h3  {
	margin-bottom: 0px;
}

#feature .wrap  {
	overflow: hidden;
	margin-left: -20px;
	padding: 20px 0;
	font-size: 0;
}

#feature .wrap .thumb  {
	display: inline-block;
	font-size: 0;
	vertical-align: top;
	margin-bottom: 20px;
	margin-left: 20px;
}

/* gameflow */
/* --------------------------------------------------------------------------- */
#gameflow  {
	margin-bottom:50px;
}

/* areaPd */
/* --------------------------------------------------------------------------- */
#gameflow .areaPd {
	padding-top: 100px;/*アンカーリンク用ネガティブマージン*/
	margin-top: -100px;/*アンカーリンク用ネガティブマージン*/
	margin-bottom:0px;
}
#gameflow .areaPd h3 {
	border-top:2px solid #840000;
	border-bottom:2px solid #840000;
}
#gameflow .areaPd .bgPic {
	position: relative;
	width: 100%;
	height: 492px;
}
#gameflow .areaPd .bgPic img {
	padding-top:11px;
}
#gameflow .areaPd .bgPic a {
	position: absolute;
	top: 0;
	width: 640px;
	height: 492px;
	text-indent: -9999px;
}
/* modal */
/* --------------------------------------------------------------------------- */
.modalContent {
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modalBg {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
}
.modalBg a {
	display: block;
	width: 100%;
	height: 100%;
}
.modalClose {
	position: fixed;
	top: 15px;
	right: 15px;
	width: 80px;
	height: 80px;
	background: url(../img/modal/btn_close.png) no-repeat;
	background-size: auto 80px;
	text-indent: -9999px;
	z-index: 1200;
	opacity: 0;
}
.imgContainer {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
}
.imgContainer img {
	opacity: 0;
}
.zoomNav {
	position: fixed;
	bottom: 15px;
	width: 100%;
	height: 120px;
	text-align: center;
	z-index: 1200;
	opacity: 0;
}
.zoomNav span {
	display: inline-block;
	width: 100px;
	height: 120px;
	background-size: auto 120px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.btnZoomIn {
	background-image: url(../img/modal/btn_zoomin.png);
}
.btnZoomOut {
	background-image: url(../img/modal/btn_zoomout.png);
}

/* basicinfo */
/* --------------------------------------------------------------------------- */
#basicinfo  {
	margin-bottom:0px;
	height: 2010px;
	position: relative;
}
#basicinfo h3  {
	position: relative;
	z-index: 2;
}

#basicinfo .bg  {
	position: absolute;
	z-index: 1;
	top: 0px;
}

#basicinfo .slideItem  {
	position: relative;
	z-index: 2;
	padding-top: 650px;
}

#basicinfo .slick-prev   {
	position: absolute;
	left: 25%;
	bottom: -97px;
	background: url(../img/basicinfo/btn_prev.png) no-repeat;
	width: 60px;
	height: 60px;
	margin-top: 0px;
	border: none;
	outline: none;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 10;
}

#basicinfo .slick-next   {
	position: absolute;
	right: 25%;
	bottom: -97px;
	background: url(../img/basicinfo/btn_next.png) no-repeat;
	width: 60px;
	height: 60px;
	margin-top: 0px;
	border: none;
	outline: none;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 10;
}

#basicinfo .slick-dots   {
	position: absolute;
    bottom: -90px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

#basicinfo .slick-dots li  {
	position: relative;
    display: inline-block;
    width: 46px;
    height: 46px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

#basicinfo .slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 46px;
    height: 46px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
#basicinfo .slick-dots li button:hover,
#basicinfo .slick-dots li button:focus
{
    outline: none;
}
#basicinfo .slick-dots li button:hover:before,
#basicinfo .slick-dots li button:focus:before
{
    opacity: 1;
}
#basicinfo .slick-dots li button:before
{
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    background: url(../img/basicinfo/car_def.png) no-repeat left top;
}

#basicinfo .slick-dots li.slick-active button:before
{
    opacity: 1;
    background: url(../img/basicinfo/car_cur.png) no-repeat left top;
}

/* profiling */
/* --------------------------------------------------------------------------- */
#profiling  {
	padding-bottom: 60px;
	background-color: #fff;
}
#profiling #acMenu {
	margin:0 20px 40px;
	border-top: 1px solid #00b0c4;
	border-bottom: 1px solid #00b0c4;
}

#profiling #acMenu img {
	vertical-align: top;
}

#profiling #acMenu dt {
	position: relative;
	border-bottom: 1px solid #00b0c4;
}
#profiling #acMenu dt.active:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#profiling #acMenu dt:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(../img/profiling/arrow_r.png) no-repeat center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: linear;
	transition: all 0s linear;
}
#profiling #acMenu dt:nth-of-type(4) {
	border-bottom: none;
}
#profiling #acMenu dd {
	display: none;
	border-bottom: 1px solid #00b0c4;
}

#profiling .bgPic {
	position: relative;
	width: 100%;
}

/* movie */
/* --------------------------------------------------------------------------- */
#movie  {
	margin-bottom: 0;
}
#movie h3  {
	position: relative;
}
#movie h3 .slides_title  {
	position: absolute;
	left: 20px;
	top: 5px;
	width: 100%;
}
#movie .bgPic {
	position: relative;
	width: 100%;
}
#movie .bgPic a {
	display:block;
	position:absolute;
	width:426px;
	height:234px;
	/* リンク位置確認用 */
	/*
	background-color:rgba(18,200,203,0.5);
	*/
	text-indent:-9999px;
	outline:none;
}
#movie .bgPic a.modalMovie1Open {
	left:174px;
	top:577px;
}
#movie .bgPic a.modalMovie2Open {
	left:174px;
	top:837px;
}
#movie .bgPic a.modalMovie3Open {
	left:107px;
	top:1398px;
}
#movie .bgPic a.modalMovie4Open {
	left:107px;
	top:1897px;
}
#movie .bgPic #premium  {
	text-indent:-999em;
	position: absolute; top:1200px; left: 0;
	width:100%; height: 0;
}

#movie .slideItem   {
	padding-bottom: 60px;
	
}

#movie .slideItem .slick-list{
	border-bottom: 1px solid #00b0c4;
}

#movie .slick-dots   {
	position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

#movie .slick-dots li  {
	position: relative;
    display: inline-block;
    width: 50px;
    height: 10px;
    margin: 0 10px 0 0;
    padding: 0;
    cursor: pointer;
}

#movie .slick-dots li button
{
            font-size: 0;
    line-height: 0;
    display: block;
    width: 50px;
    height: 10px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    background-color: #00b0c5;
    opacity: 0.7;
}

#movie .slick-dots li.slick-active button
{
    opacity: 1;
}



/* modal */
/* --------------------------------------------------------------------------- */
#modalWrap.show {
	position: relative;
	width: 100%;
	height: 100%;
}
#modalWrap .modalBg {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1000;
}
#modalWrap .modalContent {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#modalWrap.show .modalContent {
	z-index: 1100;
}
#modalWrap .modalClose {
	position: fixed;
	top: 15px;
	right: 15px;
	display: block;
	width: 104px;
	height: 104px;
	background: url(../img/modal/btn_close.png) no-repeat;
	text-indent: -9999px;
	z-index: 1200;
}
#modalWrap article {
	display: none;
	width: 100%;
	height: 100%;
	overflow: scroll;
}
#modalWrap article.show {
	display: table;
}
#modalWrap .modalBox .articleInner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	padding: 100px 0;
}
#modalWrap .modalBox .youtube {
	width: 596px;
	margin: 0 auto;
	border: 2px solid #00b0c4;
}
#modalWrap .modalBox .youtube iframe {
	vertical-align: bottom;
}
body.landscape #modalWrap .modalBox .youtube {
	width: 320px;
	margin: 0 auto;
}
body.landscape #modalWrap .modalBox .youtube iframe {
	width: 320px;
	height: 180px;
}

/* modalFeaturelWrap */
/* --------------------------------------------------------------------------- */
#modalFeaturelWrap.show {
	position: relative;
	width: 100%;
	height: 100%;
}
#modalFeaturelWrap .modalContent {
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#modalFeaturelWrap .modalBg {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
}
#modalFeaturelWrap .modalBg a {
	display: block;
	width: 100%;
	height: 100%;
}
#modalFeaturelWrap .modalClose {
	position: fixed;
	top: 15px;
	right: 15px;
	width: 104px;
	height: 104px;
	background: url(../img/modal/btn_close.png) no-repeat;
	background-size: auto 104px;
	text-indent: -9999px;
	z-index: 1200;
	opacity: 0;
}
#modalFeaturelWrap .imgContainer {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
}
#modalFeaturelWrap .imgContainer img {
	opacity: 0;
}
#modalFeaturelWrap .zoomNav {
	position: fixed;
	bottom: 15px;
	width: 100%;
	height: 90px;
	text-align: center;
	z-index: 1200;
	opacity: 0;
}
#modalFeaturelWrap .zoomNav span {
	display: inline-block;
	width: 88px;
	height: 90px;
	background-size: auto 90px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#modalFeaturelWrap .btnZoomIn {
	background-image: url(../img/modal/btn_zoomin.png);
}
#modalFeaturelWrap .btnZoomOut {
	background-image: url(../img/modal/btn_zoomout.png);
}


/* ytbanner */
/* --------------------------------------------------------------------------- */
#ytbanner {
	text-align: center;
	padding: 30px 0;
}

#ytbanner a {
	margin: auto;
	display: inline-block;
}