/* ------------------------------
top
------------------------------ */
.top {
    padding-top: 56%;
}
.top .first_view {
	background-color: #000;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
    z-index: 0;
}
.top .first_view::after {
    content: "";
    display: block;
    padding-top: 56%;
    width: 100%;
}
.mfp-iframe-holder .mfp-content {
    max-width: 95% !important;
    max-height: 95% !important;
}
@media screen and (min-width: 768px) {
    .top .spfirst {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .top .pcfirst {
        display: none;
    }
}
.top .pcfirst iframe{
    height: 56vw;
    width: 100%;
}
.top .pcfirst img{
    height: auto;
    width: 100%;
}
.top .first_view #first_movie::after {
    content: "";
    display: block;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.top .pcplay{
    position: absolute;
    top: 25vw;
    left: 50%;
	-ms-transform: translateY(-50%,-50%);
    transform: translate(-50%,-50%);
}
.top .pcplay img{
    height: 100px;
    width: 100px;
}
.pcfirst .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction,
.spfirst .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: auto;
    top: 20px !important;
}

.top .band {
	background-color: #FFE100;
	color: #000;
	display: block;
	height: 100px;
	position: relative;
	overflow: hidden;
}
.top .welcome {
    display: none;
}
.top .band img {
	height: auto;
	width: 100px;
	max-width: 25%;
	line-height: 100px;
	position: absolute;
	left: 10px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.top .band .band_en {
	font-size: 22px;
	font-weight: bold;
    height: 100px;
    line-height: 100px;
	text-align: center;
    width: 100%;
}
.top h2.title img{
	max-height: 60px;
	max-width: 90%;
	height: auto;
	width: auto;
}
.top .changelang {
    position: static;
    float: right;
}
.top .changelang ul {
    margin-top: 0.7em;
}

.top .rblock .btnbottom {
    position: absolute;
    left: 0;
    bottom: 2em;
    padding: 0 1em;
    width: 100%;
}
.top .information {
	height: 400px;
}
.top .information ul {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	margin: 1em 0;
	padding: 1em 0;
}
.top .information ul li a{
	color: #000;
	display: inline-block;
	padding: 0.5em;
}
.top .information ul li a span.date,
.top .information ul li a span.title {
	display: block;
}
.top .information ul li a span.date{
	display: inline-block;
	float: left;
	width: 80px;
}
.top .information ul li a span.title{
	margin-left: 80px;
}

.top .aiiima{
	background-color: #ededed;
	height: 400px;
}
.top .aiiima .lead{
	display: block;
    padding:0.5em 0 ;
	text-align: center;
}
.top .aiiima .slidebox {
    display: table;
    margin: 0 auto;
    padding: 1em 2em 3em 2em;
}
.top .aiiima .slidebox img {
    float: left;
    height: auto;
    width: auto;
    max-height: 140px;
    max-width: 150px;
}
.top .aiiima .slidebox .aiima_bottom {
    padding: 0.5em 0;
}
.top .aiiima .slidebox .aiiima-date {
    overflow: hidden;
}
.top .aiiima .slidebox .aiiima-title {
    font-size: 15px;
    overflow: hidden;
}
.top .aiiima .swiper-pagination{
    bottom:20px !important;
}

/* channel */
.top .channel h2{
	padding: 2em 0;
}
.top .channel ul li {
	background-color: #fff;
	display: block;
	float: left;
	width: 25%;
}
.top .channel .cbox {
	background-position: center center;
	background-size: cover;
	color: #fff;
	display: block;
	position: relative;
}
.top .channel .cbox h3 img{
    height: 1.3em;
    width: auto;
}

.top .channel .cbox::before {
	background-color: rgba(0,0,0,0.3);
	content:"";
	display: block;
	padding-top: 100%;
}

.top .channel .cbox .cbox_inner {
	position: absolute;
	top: 0;
	left: 0;
	padding: 1em;
    overflow: hidden;
    width: 100%;
}
.top .channel_more {
	padding: 3em 1em 2em 1em;
}

/* channel category */
.top .channel_category {
	text-align: center;
	padding-bottom: 2em;
}
.top .channel_category ul li {
	display: inline-block;
	max-width: 240px;
	width: 24%;
}
.top .channel_category .cbox {
	display: block;
	padding: 1em;
}
.top .channel_category .cbox img{
    height: auto;
    width: 100%;
}

/* Space */
.top .space h2 {
	padding: 2em 0;
}
.top .space ul li {
	background-color: #fff;
	display: block;
	float: left;
	width: 50%;
}
.top .space ul li a {
	background-position: center center;
	background-size: cover;
	display: block;
	overflow: hidden;
	position: relative;
}
.top .space ul li a::before {
	background-color: rgba(0,0,0,0.3);
	content:"";
	display: block;
	padding-top: 40%;
}
.top .space ul li a img {
	height: 30%;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


/* ------------------------------
mobile
------------------------------ */
@media screen and (max-width: 767px) {
    main {
        margin-top: 150vw;
    }
    .top {
        padding-top: 0;
    }

    /* lang changer */
    .top .changelang {
        position: fixed;
        top: 2px;
        right: 5px;
    }

    /* first view */
    .top .first_view {
        top: 49px;
    }
    .top .spfirst img{
        height: auto;
        max-width: 100%;
    }
    .top .spplay {
        position: absolute;
        top: 65vw;
        left: 50%;
	    -ms-transform: translateY(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .top .spplay img{
        height: 70px;
        width: 70px;
    }
    .top .rblock .btnbottom {
        position: static;
    }
    .top .information,
	.top .aiiima{
		height: auto;
		padding: 2em 1em;
	}
    .top .aiiima .slidebox img {
        max-width: 130px;
    }
    .top .aiiima .slidebox .aiima_right {
        margin-left: 140px;
    }
    .top .aiiima .slidebox {
        padding: 1em 0;
    }
    .top .aiiima .slidebox .aiiima-date {
        height: auto;
        overflow: visible;
    }
    .top .aiiima .slidebox .aiiima-title {
        height: auto;
        overflow: visible;
    }

    .top .band{
        height: 80px;
        line-height: 80px;
    }
    .top .band img {
        max-width: 20%;
    }
    .top .band .band_en {
        font-size: 18px;
        height: 80px;
        line-height: 80px;
        padding-left: 1em;
    }
    .top .band.welcome .band_jp{
        font-weight: bold;
        position: absolute;
        top: 20%;
        left: 0;
        line-height: 1;
        padding-left: 1em;
        padding-top: 0.5em;
        text-align: center;
        width: 100%;
    }
    .top .band.welcome {
        display: block;
    }
    .top .band.welcome .band_en{
        display: block;
        padding-top: 0.5em;
    }

	/* Channel */
	.top .channel ul li {
		width: 50%;
	}
    .top .channel .cbox h3 img{
        height: 1em;
    }
	/* Channel Category */
    .top .channel_category {
	    padding: 0 1em 2em 1em;
    }
    .top .channel_category ul li {
		max-width: none;
		width: 49%;
	}

	/* Space */
	.top .space ul li {
		float: none;
		width: 100%;
	}
}
