/*------------------------------------------------------------------------------
								共通
------------------------------------------------------------------------------*/
section .box {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width:100%;
	box-sizing: border-box;
	max-width: 1280px;
	padding:0 80px 0;
}
.bnr-area {
	width: 870px;
	width: 660px;
	margin: 60px auto;
	position: relative;
	overflow: hidden;
}
.bnr-area li {
	width: 31.333%;
	margin: 0 1%;
	float: left;
	position: relative;
}
.bnr-area li a {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}
.main-bnr {
	width: 640px;
	width: 100%;
	max-width: 1440px;
	max-width: 1120px;
	padding: 0 40px;
	margin: 60px auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.main-bnr li {
	width: 49.5%;
	width: 24.25%;
	width: 32.666%;
	margin: 0 1% 1% 0;
	float: left;
	position: relative;
}
.main-bnr li:nth-child(3),.main-bnr li:last-child {
	margin-right: 0px;
}
.main-bnr li:nth-child(4) {
	margin-left: 0px;
}
.main-bnr li a {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}

#contents-wrapper {
	padding-bottom:120px;
}
/*------------------------------------------------------------------------------
								MVTK
------------------------------------------------------------------------------*/
#mvtk-area {
	-webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
	position: fixed;
	bottom:-260px;
	left:0px;
	background:rgb(0,0,0,0.9);
	z-index:200;
	border-top: 1px solid #666666;
	padding: 40px 0px;
	height: 260px;
	box-sizing: border-box;
	width: 100%;
}
#mvtk-area.act {

	-webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
	
	bottom:0px;
}
#mvtk-main {
	width: 846px;
	height: auto;
	margin: 0 auto;
}

.mvtk-bnr {
	width: 400px;
	margin: 25px auto 0;
}
.mvtk-bnr a {
	position:absolute;
	width:100%;
	height:100%;
	text-indent:-999999px;
	top:0px;
	left:0px;
}

#close-icon-mvtk {
	mix-blend-mode: difference;
	position:absolute;
	width:30px;
	height:30px;
	right:20px;
	top:20px;
	z-index:800;
}
#close-icon-mvtk a {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	text-indent:-99999px;
}
#close-icon {
	mix-blend-mode: difference;
	position:fixed;
	width:30px;
	height:30px;
	right:2%;
	top:2%;
	z-index:1100;
	display: none;
}
.close-icon,
.close-icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.close-icon {
  position: relative;
  width: 30px;
  height: 30px;
  top:0px;
  left:0px;
}
.close-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFFFFF;
}
.close-icon span:nth-of-type(1) {
  top: 4px;
}
.close-icon span:nth-of-type(2) {
  top: 13px;
}
.close-icon span:nth-of-type(3) {
  bottom: 5px;
}

.close-icon span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.close-icon span:nth-of-type(2) {
  left: 150%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
.close-icon span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
#close-icon a {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	text-indent:-99999px;
}
/*------------------------------------------------------------------------------
								MAIN
------------------------------------------------------------------------------*/
#main-area {
	position: relative;
	width: 100%;
	padding-top:0;
	overflow: hidden;
	background: #000000;
}
#main-area .main-img-box {
	overflow: hidden;
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
#main-area .main-img {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}
#main-area .main-img0 {
	background: url("../../img/top/main0.jpg") no-repeat center top / cover;
}
#main-area .main-img1 {
	background: url("../../img/top/main1.jpg") no-repeat center center / cover;
}
#main-area .main-img2 {
	background: url("../../img/top/main2.jpg") no-repeat center center / cover;
}
#main-area .main-img3 {
	background: url("../../img/top/main3.jpg") no-repeat center center / cover;
}
#main-area .main-img4 {
	background: url("../../img/top/main4.jpg") no-repeat center center / cover;
}
.head-box {
	position: absolute;
	width: 150%;
	height: 30%;
	left:50%;
	margin-left: -75%;
	background: #efede2;
}
.foot-box {
	position: absolute;
	width: 150%;
	height: 30%;
	left:50%;
	margin-left: -75%;
	background: #efede2;
}
#main-area .logo {
	position: absolute;
	top:50%;
	left:50%;
	width: 50%;
	height: 28%;
	background: url("../../img/top/logo-teaser.png") no-repeat center center /contain;
	margin-left: -25%;
	margin-top: 10%;
	text-indent: -99999px;
}
#main-area .day {
	position: absolute;
	top:50%;
	right:1%;
	width: 15%;
	padding-top: 7%;
	margin-top: 9%;
	background: url("../../img/top/day2.png") no-repeat center center /contain;
	text-indent: -99999px;
}
#main-area .copy {
	position: absolute;
	top:50%;
	right:1%;
	width: 13%;
	padding-top: 26%;
	margin-top: -19%;
}
#main-area .copy li {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0px;
	right: 0px;
}
#main-area .copy li.copy-shadow {
	background: url("../../img/top/copy-shadow.png?ver=1") no-repeat center center / contain;
}
#main-area .copy li.copy1 {
	background: url("../../img/top/copy1.png?ver=1") no-repeat center center / contain;
	transform-origin: 72% 9%;
}
#main-area .copy li.copy2 {
	background: url("../../img/top/copy2.png?ver=1") no-repeat center center / contain;
	transform-origin: 72% 21%;
}
#main-area .copy li.copy3 {
	background: url("../../img/top/copy3.png?ver=1") no-repeat center center / contain;
	transform-origin: 72% 36%;
}
#main-area .copy li.copy4 {
	background: url("../../img/top/copy4.png?ver=1") no-repeat center center / contain;
	transform-origin: 72% 48%;
}
#main-area .copy li.copy5 {
	background: url("../../img/top/copy5.png?ver=1") no-repeat center center / contain;
	transform-origin: 72% 60%;
}
#main-area .copy li.copy6 {
	background: url("../../img/top/copy6.png?ver=1") no-repeat center center / contain;
	transform-origin: 72% 71%;
}
#main-area .copy li.copy7 {
	background: url("../../img/top/copy7.png?ver=1") no-repeat center center / contain;
	transform-origin: 28% 21%;
}
#main-area .copy li.copy8 {
	background: url("../../img/top/copy8.png?ver=1") no-repeat center center / contain;
	transform-origin: 28% 34%;
}
#main-area .copy li.copy9 {
	background: url("../../img/top/copy9.png?ver=1") no-repeat center center / contain;
	transform-origin: 28% 45%;
}
#main-area .copy li.copy10 {
	background: url("../../img/top/copy10.png?ver=1") no-repeat center center / contain;
	transform-origin: 28% 59%;
}
#main-area .copy li.copy11 {
	background: url("../../img/top/copy11.png?ver=1") no-repeat center center / contain;
	transform-origin: 28% 73%;
}
#main-area .copy li.copy12 {
	background: url("../../img/top/copy12.png?ver=1") no-repeat center center / contain;
	transform-origin: 28% 86%;
}
#main-area .copy li.copy13 {
	background: url("../../img/top/copy13.png?ver=1") no-repeat center center / contain;
	transform-origin: 37% 95%;
}
/*------------------------------------------------------------------------------
								ANIMATION
------------------------------------------------------------------------------*/
.act0 .main-img-box .main-img0 {
	-webkit-transition: all 3s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 3s cubic-bezier(0.16, 1, 0.3, 1);
	transform: scale(2,2);
	opacity: 1;
}
.act0 .head-box {
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	top:-30%;
	transform: rotate(0deg);
} 
.act0 .foot-box {
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	bottom:-30%;
	transform: rotate(0deg);
} 
.act0 .main-img-box .main-img1,.act0 .main-img-box .main-img2,.act0 .main-img-box .main-img3,.act0 .main-img-box .main-img4 {
	-webkit-transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
	transform: scale(1.5,1.5);
	opacity: 0;
}


.act1 .main-img-box .main-img0 {
	-webkit-transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
	transform: scale(1.0,1.0);
	opacity: 1;
}
.act1 .head-box {
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	top:-30%;
	transform: rotate(0deg);
} 
.act1 .foot-box {
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	bottom:-30%;
	transform: rotate(0deg);
} 
.act1 .main-img-box .main-img1,.act1 .main-img-box .main-img2,.act1 .main-img-box .main-img3,.act1 .main-img-box .main-img4 {
	-webkit-transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
	transform: scale(1.5,1.5);
	opacity: 0;
}
.act2 .main-img-box .main-img1 {
	-webkit-transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
	transform: scale(1.0,1.0);
	opacity: 1;
}
.act2 .head-box {
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	top:-30%;
	transform: rotate(-8deg);
}
.act2 .foot-box {
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	bottom:-28%;
	transform: rotate(2.5deg);
}
.act2 .main-img-box .main-img0,.act2 .main-img-box .main-img2,.act2 .main-img-box .main-img3,.act2 .main-img-box .main-img4 {
	-webkit-transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
	transform: scale(1.5,1.5);
	opacity: 0;
}
.act3 .main-img-box .main-img2 {
	-webkit-transition: all 3s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 3s cubic-bezier(0.16, 1, 0.3, 1);
	transform: scale(1.0,1.0);
	opacity: 1;
}
.act3 .head-box {
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	top:-29%;
	transform: rotate(5deg);
}
.act3 .foot-box {
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	bottom:-27.5%;
	transform: rotate(-1.5deg);
}
.act3 .main-img-box .main-img0,.act3 .main-img-box .main-img1,.act3 .main-img-box .main-img3,.act3 .main-img-box .main-img4 {
	-webkit-transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
	transform: scale(1.5,1.5);
	opacity: 0;
}
.act4 .main-img-box .main-img3 {
	-webkit-transition: all 3s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 3s cubic-bezier(0.16, 1, 0.3, 1);
	transform: scale(1.0,1.0);
	opacity: 1;
}
.act4 .head-box {
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	top:-31%;
	transform: rotate(-9deg);
}
.act4 .foot-box {
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	bottom:-31%;
	transform: rotate(-8deg);
}
.act4 .main-img-box .main-img0,.act4 .main-img-box .main-img1,.act4 .main-img-box .main-img2,.act4 .main-img-box .main-img4 {
	-webkit-transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
	transform: scale(1.5,1.5);
	opacity: 0;
}
.act5 .main-img-box .main-img4 {
	-webkit-transition: all 3s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 3s cubic-bezier(0.16, 1, 0.3, 1);
	transform: scale(1.0,1.0);
	opacity: 1;
}
.act5 .head-box {
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	top:-26%;
	transform: rotate(3deg);
}
.act5 .foot-box {
	-webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
	bottom:-32%;
	transform: rotate(14deg);
}
.act5 .main-img-box .main-img0,.act5 .main-img-box .main-img1,.act5 .main-img-box .main-img2,.act5 .main-img-box .main-img3 {
	-webkit-transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
	transform: scale(1.5,1.5);
	opacity: 0;
}
/*------------------------------------------------------------------------------
								MIDDLE
------------------------------------------------------------------------------*/
.middle-area1 {
	
}
.middle-area2 {
	background: #e0dcc8;
}

.menu {
	width: 1020px;
	padding-left: 0px;
	height: auto;
	margin: 0 auto 60px;
	overflow: hidden;
	position: relative;
}
.menu li {
	float: left;
	position: relative;
	font-family: 'Vollkorn SC', serif;
	padding: 0 38px;
	font-size: 32px;
	line-height: 1em;
	border-right: 1px solid #c8c2b8;
	padding-top: 6px;
	padding-bottom: 10px;
}
.menu li:first-child {
	border-left: 1px solid #c8c2b8;
}
.menu li {
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	background: #efede2;
}
.menu li:hover {
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	background: #e0dcc8;
}
.menu li span {
	display: block;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 12px;
	line-height: 12px;
	margin-top: 4px;
	font-weight: 700;
	text-align: center;
}
.menu li a {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}

.billing {
	background: url("../../img/top/billing3-1.gif") no-repeat center top / contain;
	height: 240px;
}
.billing2 {
	background: url("../../img/top/billing4-2.gif") no-repeat center top / contain;
	height: 230px;
}
.billing3 {
	background: url("../../img/top/billing2c.gif") no-repeat center top / contain;
	height: 60px;
}
#main-sns-link {
	width: 640px;
	margin: 0 auto 0;
	position: relative;
	overflow: hidden;
	padding-left: 20px;
}
#main-sns-link li {
	width: 200px;
	margin-right: 10px;
	float: left;
	text-align: center;
	font-weight: 600;
	padding: 0 0 0 40px;
	line-height: 54px;
	box-sizing: border-box;
	border: 1px solid #52413b;
	font-size: 12px;
	position: relative;
	font-family: 'Noto Sans JP', serif;
}
#main-sns-link #sns-link1 {
	background: url("../../img/top/link-insta.gif") no-repeat left 25px center / 26px;
}
#main-sns-link #sns-link2 {
	background: url("../../img/top/link-x.gif") no-repeat left 22px center / 26px;
}
#main-sns-link #sns-link3 {
	background: url("../../img/top/link-tik.gif") no-repeat left 25px center / 26px;
}
#main-sns-link li a {
	position:absolute;
	width:100%;
	height:100%;
	text-indent:-999999px;
	top:0px;
	left:0px;
}
#share-new {
	position: relative;
	overflow: hidden;
	width: 171px;
	padding-left: 25px;
	margin: 0 auto;
}
#share-new li {
	width: 32px;
	height: 32px;
	margin-right: 25px;
	float: left;
	position: relative;
}
#share-new .shareFb {
	background: url("../../img/top/share.gif") no-repeat 0px center / auto 32px;
}
#share-new .shareTw {
	background: url("../../img/top/share.gif") no-repeat -32px center / auto 32px;
}
#share-new .shareLine {
	background: url("../../img/top/share.gif") no-repeat -64px center / auto 32px;
}
#share-new li a {
	position:absolute;
	width:100%;
	height:100%;
	text-indent:-999999px;
	top:0px;
	left:0px;
}
.past-series h3 {
	font-size: 20px;
	text-align: center;
	font-family: 'Vollkorn SC', serif;
	font-weight: 400;
}
.past-series ul {
	position: relative;
	overflow: hidden;
	width: 782px;
	margin: 0 auto;
	padding: 0 0 0 0;
}
.past-series ul li {
	width: 260px;
	margin-right: 1px;
	float: left;
	background: #000000;
	box-sizing: border-box;
	height: 70px;
	text-indent: -99999px;
	position: relative;
}
.past-series ul li:last-child {
	margin-right: 0px;
}
.past-series #series1 {
	background: #000000 url("../../img/top/logo-kingdom1b.png") no-repeat center center / contain;
}
.past-series #series2 {
	background: #000000 url("../../img/top/logo-kingdom2b.png") no-repeat center center / contain;
}
.past-series #series3 {
	background: #000000 url("../../img/top/logo-kingdom3b.png") no-repeat center center / contain;
}
.past-series ul li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	text-indent: -99999px;
}

.subsc-link {
	width: 1120px;
	background: #e0dcc8;
	margin: 60px auto 0;
	padding: 30px 0 40px;
	box-sizing: border-box;
	border: 1px solid #bcb5a5;
}
.subsc-link h3 {
	color: #52413b;
	box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	text-align: center;
	line-height: 1em;
}
.subsc-link ul {
	width: 920px;
	position: relative;
	overflow: hidden;
	margin: 30px auto 0;
	box-sizing: border-box;
}
.subsc-link ul li.series1 {
	float: left;
	width: 285px;
	margin-right: 28px;
}
.subsc-link ul li.series2 {
	float: left;
	width: 285px;
	margin-right: 28px;
}
.subsc-link ul li.series3 {
	float: left;
	width: 285px;
}
.subsc-link ul li.series1 .series-logo1 {
	width: 100%;
	height: 90px;
	background: #000000 url("../../img/top/logo-kingdom1b.png") no-repeat center center / 80% auto;
}
.subsc-link ul li.series2 .series-logo2 {
	width: 100%;
	height: 90px;
	background: #000000 url("../../img/top/logo-kingdom2b.png") no-repeat center center / 80% auto;
}
.subsc-link ul li.series3 .series-logo3 {
	width: 100%;
	height: 90px;
	background: #000000 url("../../img/top/logo-kingdom3b.png") no-repeat center center / 80% auto;
}
.subsc-link ul li .floatbox {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 20px 0 0;
}
.subsc-link ul li .floatbox .netfli {
	width: 48%;
	height: 50px;
	float: right;
	background: #000000 url("../../img/top/logo-netflix.png") no-repeat center center / 80% auto;
	-webkit-border-radius :5px;
	-moz-border-radius :5px;
	border-radius :5px;
	position: relative;
}
.subsc-link ul li .floatbox .hulu {
	width: 48%;
	height: 50px;
	float: left;
	background: #000000 url("../../img/top/logo-hulu.png") no-repeat center center / 80% auto;
	-webkit-border-radius :5px;
	-moz-border-radius :5px;
	border-radius :5px;
	position: relative;
}
.subsc-link ul li .floatbox .netfli a ,.subsc-link ul li .floatbox .hulu a {
	position:absolute;
	width:100%;
	height:100%;
	text-indent:-999999px;
	top:0px;
	left:0px;
}
/*------------------------------------------------------------------------------
								TRAILER
------------------------------------------------------------------------------*/
#movie-area h2 {
	color: #e0dcc8;
}
#movie-area {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #1a1a1a;
}
#trailer-area {
	width:100%;
	margin:0px auto 0px;
}
#trailer-area .prArea {  
	margin: 0 auto 0 auto;
	color: #000;
	font-size: 16px;
	line-height: 1.6em;
	width:100%;
	box-sizing: border-box;
	max-width: 1200px;
	padding:0;
}

#trailer-area .video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0;
	background:#000000;
}
#trailer-area .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#trailer-area ul {
	margin: 0.5% auto 0 auto;
	position:relative;
	width: 100%;
	overflow: hidden;
}
#trailer-area ul li {
	width: 24.625%;
	margin:0 0.5% 0.5% 0;
	float:left;
	height:40px;
	padding:0;
	position: relative;
	background: #52413b;
}
#trailer-area ul li.list2 {
	width: 49.75%;
}
#trailer-area ul li.list3 {
	width: 33.0%;
}
#trailer-area ul li.list4 {
	width: 24.625%;
}
#trailer-area ul li.list5 {
	width: 14.56666%;
}
#trailer-area  ul li#whatsoki {
	width: 49.75%;
}
#trailer-area  ul li#kaimaku {
	width: 49.75%;
}
#trailer-area ul li:nth-child(6),#trailer-area ul li:nth-child(10),#trailer-area ul li:nth-child(12),#trailer-area ul li:nth-child(14),#trailer-area ul li:nth-child(16),#trailer-area ul li:nth-child(19),#trailer-area ul li:nth-child(22) {
	margin:0 0 0.5% 0;
}
#trailer-area ul li:last-child {
	margin:0 0 0.5% 0;
}
#trailer-area  ul li div {
	width: 100%;
	height: 100%;
}
#trailer-area ul li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	line-height: 40px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	color: #e0dcc8;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
}
#trailer-area ul li span {
	display: inline!important;
}
/*------------------------------------------------------------------------------
								STORY
------------------------------------------------------------------------------*/
#story-area  {
	margin: 0 auto;
	width: 1120px;
	box-sizing: border-box;
}
#story-area p {
	text-align: justify;
	font-weight: 600;
}
/*------------------------------------------------------------------------------
								COMMENT
------------------------------------------------------------------------------*/
#comment-area {
	margin: 0 auto;
	width: 1120px;
	box-sizing: border-box;
}
#comment-area ul li {
	width: 100%;
}
#comment-area ul li h4 {
	padding: 0;
	border: 1px solid #52413b;
	line-height: 2em;
	font-weight: 700;
	color: #52413b;
	font-size: 16px;
	width: 16em;
	text-align: center;
	margin: 0 auto;
}
#comment-area ul p {
	text-align: justify;
}
#comment-area ul li h3 {
	box-sizing: border-box;
	color: #52413b;
	font-size: 38px;
	font-weight: 500;
	line-height: 1em;
	padding-top: px;
	padding-bottom: 4px;
}
#comment-area ul li h3 span {
	font-size: 30px;
	line-height: 1em;
}
#comment-area ul li h3 em {
	display: block;
	font-style: normal;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	line-height: 1.4em;
	margin-top: 15px;
}
#comment-area ul li p {
	font-size: 18px;
	line-height: 1.8em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
/*------------------------------------------------------------------------------
								FOOTER
------------------------------------------------------------------------------*/
#footer-area {
	position: absolute;
	bottom:0px;
	width:100%;
	height: 120px;
	padding-top: 25px;
	box-sizing: border-box;
	background: #52413b;
}
#footer-area #copyright {
	width:100%;
	text-align: center;
	height:auto;
	font-size: 14px;
	line-height: 60px;
	color: #efede2;
	font-weight: 700;
}
/*------------------------------------------------------------------------------
								SP
------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
/*------------------------------------------------------------------------------
								共通
------------------------------------------------------------------------------*/
section .box {
	padding:0 40px 0;
}

.main-bnr {
	width: 100%;
	padding: 0 40px;
}
.main-bnr li {
	width: 49.5%;
	margin-right: 1%;
	margin-bottom: 1%;
}
.main-bnr li:nth-child(2n) {
	margin-right: 0px;
}
.main-bnr li:nth-child(3) {
	margin-right: 1%;
}
.main-bnr li:nth-child(4) {
	margin-left: 0%;
}
.main-bnr li:nth-child(5) {
	margin-left: 0%;
}
#contents-wrapper {
	padding-bottom:24vw;
}
/*------------------------------------------------------------------------------
								MVTK
------------------------------------------------------------------------------*/
#mvtk-area {
	position: fixed;
	bottom:-304px;
	left:0px;
	background:rgb(0,0,0,0.9);
	border-top: 1px solid #666666;
	padding: 70px 0px;
	height: 304px;
	box-sizing: border-box;
	width: 100%;
	z-index: 200;
}
#mvtk-area.act {
	bottom:0px;
} 
#mvtk-main {
	width: 846px;
	height: auto;
	margin: 0 auto;
}

.mvtk-bnr {
	width: 420px;
	margin: 25px auto 0;
}

#close-icon-mvtk {
	mix-blend-mode: difference;
	position:absolute;
	width:30px;
	height:30px;
	right:20px;
	top:20px;
	z-index:800;
}
#close-icon-mvtk a {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	text-indent:-99999px;
}
#close-icon {
	mix-blend-mode: difference;
	position:fixed;
	width:30px;
	height:30px;
	right:2%;
	top:2%;
	z-index:1100;
	display: none;
}
.close-icon,
.close-icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.close-icon {
  position: relative;
  width: 30px;
  height: 30px;
  top:0px;
  left:0px;
}
.close-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFFFFF;
}
.close-icon span:nth-of-type(1) {
  top: 4px;
}
.close-icon span:nth-of-type(2) {
  top: 13px;
}
.close-icon span:nth-of-type(3) {
  bottom: 5px;
}

.close-icon span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.close-icon span:nth-of-type(2) {
  left: 150%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
.close-icon span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
#close-icon a {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	text-indent:-99999px;
}

/*------------------------------------------------------------------------------
								MAIN
------------------------------------------------------------------------------*/
#main-area {
	padding-top: 80px;
	height: auto;
}
#main-area .main-img-sp {
	width: 100%;
	height: 100%;
	background: url("../../img/top/main-sp2.jpg?ver=1") no-repeat center center / cover;
}
#main-area .logo {
	width: 62%;
	height: 20%;
	margin-left: -29%;
	margin-top: 14.5%;
}
#main-area .day {
	position: absolute;
	top:50%;
	right:auto;
	left: 50%;
	width: 23%;
	padding-top: 16%;
	margin-top: 40%;
	margin-left: -9%;
	background: url("../../img/top/day2.png") no-repeat center center /contain;
	text-indent: -99999px;
}
#main-area .copy {
	position: absolute;
	top:50%;
	right:1.5%;
	width: 16%;
	padding-top: 32%;
	margin-top: -22%;
}
/*------------------------------------------------------------------------------
								MIDDLE
------------------------------------------------------------------------------*/

.menu {
	width: 660px;
	padding-left: 2.5px;
	padding-left: 0px;
	margin: 2vw auto 7vw;
}
.menu li {
	padding: 0 40px 0px;
	margin-bottom: 30px;
	font-size: 38px;
	letter-spacing: -0.02em;
}
.menu li:first-child,.menu li:nth-child(4) {
	border-left: 1px solid #c8c2b8;
}
.menu li:nth-child(4) {
	margin-left: 100px;
}
.menu li {
	-webkit-transition: all 0s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0s cubic-bezier(0.39, 0.575, 0.565, 1);
	background: #efede2;
}
.menu li:hover {
	-webkit-transition: all 0s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0s cubic-bezier(0.39, 0.575, 0.565, 1);
	background: #efede2;
}
.menu li span {
	display: block;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 16px;
	line-height: 16px;
	margin-top: 4px;
	letter-spacing: 0em;
}
.billing {
	background: url("../../img/top/billing3-1.gif") no-repeat center top / contain;
	height: 220px;
}
.billing2 {
	background: url("../../img/top/billing4-2.gif") no-repeat center top / contain;
	height: 180px;
}
.billing3 {
	background: url("../../img/top/billing2c.gif") no-repeat center top / contain;
	height: 42px;
}
#main-sns-link {
	width: 660px;
	margin: 2vw auto 0;
	position: relative;
	overflow: hidden;
	padding-left: 20px;
}
#main-sns-link li {
	width: 210px;
	padding: 0 0 0 40px;
	line-height: 60px;
	font-size: 15px;
}
#main-sns-link #sns-link1 {
	background: url("../../img/top/link-insta.gif") no-repeat left 18px center / 26px;
}
#main-sns-link #sns-link2 {
	background: url("../../img/top/link-x.gif") no-repeat left 16px center / 26px;
}
#main-sns-link #sns-link3 {
	background: url("../../img/top/link-tik.gif") no-repeat left 22px center / 26px;
}
#share-new {
	position: relative;
	overflow: hidden;
	width: 180px;
	padding-left: 25px;
}
#share-new li {
	width: 40px;
	height: 40px;
	margin-right: 20px;
	margin-top: 10px;
}
#share-new .shareFb {
	background: url("../../img/top/share.gif") no-repeat 0px center / auto 40px;
}
#share-new .shareTw {
	background: url("../../img/top/share.gif") no-repeat -40px center / auto 40px;
}
#share-new .shareLine {
	background: url("../../img/top/share.gif") no-repeat -80px center / auto 40px;
}
.past-series h3 {
	font-size: 26px;
	line-height: 1.5em;
	margin-top: 6px;
}
.past-series ul {
	position: relative;
	overflow: hidden;
	width: 660px;
	margin: 0 auto 2vw;
	padding: 0 0 0 0;
}
.past-series ul li {
	width: 218.5px;
	margin-right: 2px;
	float: left;
	background: #000000;
	box-sizing: border-box;
	height: 70px;
	text-indent: -99999px;
}
.past-series ul li:last-child {
	margin-right: 0px;
}
.past-series #series1 {
	background: #000000 url("../../img/top/logo-kingdom1b.png") no-repeat center center / contain;
}
.past-series #series2 {
	background: #000000 url("../../img/top/logo-kingdom2b.png") no-repeat center center / contain;
}
.past-series #series3 {
	background: #000000 url("../../img/top/logo-kingdom3b.png") no-repeat center center / contain;
}


.subsc-link {
	width: auto;
	margin: 6vw 40px 0;
	padding: 5vw 5vw 5vw;
	box-sizing: border-box;
}
.subsc-link h3 {
	font-size: 4.8vw;
}
.subsc-link ul {
	width: 100%;
	margin: 4vw 0 0;
	box-sizing: border-box;
}
.subsc-link ul li.series1 {
	float: none;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 4vw;
}
.subsc-link ul li.series2 {
	float: none;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 4vw;
}
.subsc-link ul li.series3 {
	float: none;
	width: 100%;
}
.subsc-link ul li.series1 .series-logo1 {
	width: 75%;
	padding-top: 18%;
	height: 0px;
	margin: 0 auto;
	background: #000000 url("../../img/top/logo-kingdom1b.png") no-repeat center center / auto 14vw;
}
.subsc-link ul li.series2 .series-logo2 {
	width: 75%;
	padding-top: 18%;
	height: 0px;
	margin: 0 auto;
	background: #000000 url("../../img/top/logo-kingdom2b.png") no-repeat center center / auto 14vw;
}
.subsc-link ul li.series3 .series-logo3 {
	width: 75%;
	padding-top: 18%;
	height: 0px;
	margin: 0 auto;
	background: #000000 url("../../img/top/logo-kingdom3b.png") no-repeat center center / auto 14vw;
}
.subsc-link ul li .floatbox {
	width: 75%;
	padding: 1vw 0 0;
	margin: 0 auto;
}
.subsc-link ul li .floatbox .netfli {
	width: 49%;
	padding-top: 15%;
	height: 0px;
}
.subsc-link ul li .floatbox .hulu {
	width: 49%;
	height: 0px;
	padding-top: 15%;
}
/*------------------------------------------------------------------------------
								TRAILER
------------------------------------------------------------------------------*/
#movie-area {
	padding-top: 8vw;
	padding-bottom: 10vw;
}
#trailer-area .prArea {
	font-size: 2.5vw;
	width:100%;
}
#trailer-area  ul {
	margin: 0.5% auto 0 auto;
	width: 100%;
}
#trailer-area ul li {
	width: 49.75%;
	margin-bottom: 0.5%;
	margin-right: 0.5%;
	height:6vw;
}
#trailer-area ul li#kyopv {
	width: 49.75%;
}
#trailer-area ul li.list2 {
	width: 49.75%;
}
#trailer-area ul li.list3 {
	width: 49.75%;
}
#trailer-area ul li.list4 {
	width: 33%;
}
#trailer-area ul li.list5 {
	width: 24.5666%;
}
#trailer-area ul li#kyopv {
	width: 24.5666%;
}
#trailer-area ul li#spteaser {
	width: 49.75%;
}
#trailer-area ul li#yosyu {
	width: 56.75%;
}
#trailer-area ul li#fukusyu1 {
	width: 42.75%;
}
#trailer-area ul li#yokoku1,#trailer-area ul li#tokuho2,#trailer-area ul li#tokuho1 {
	width: 24.666%;
}
#trailer-area ul li#spteaser {
	margin-left: 0%;
}
#trailer-area ul li {
	margin-right: 0.5%!important;
}
#trailer-area ul li:nth-child(4),#trailer-area ul li:nth-child(7),#trailer-area ul li:nth-child(10),#trailer-area ul li:nth-child(12),#trailer-area ul li:nth-child(14),#trailer-area ul li:nth-child(15),#trailer-area ul li:nth-child(17),#trailer-area ul li:nth-child(19),#trailer-area ul li:nth-child(21),#trailer-area ul li:nth-child(23),#trailer-area ul li:nth-child(25) {
	margin-right: 0px!important;
}
#trailer-area  ul li#whatsoki {
	width: 49.75%;
}
#trailer-area  ul li#kaimaku {
	width: 49.75%;
}
#trailer-area  ul li#making {
	width: 49.75%;
}
#trailer-area  ul li#shin-kakusei {
	width: 100%;
}
#trailer-area  ul li#sp-talk {
	width: 39.25%;
}
#trailer-area  ul li#unmei-arasuji {
	width: 60.25%;
}
#trailer-area  ul li div a {
	font-size: 2.36vw;
    line-height: 6vw;
}
/*------------------------------------------------------------------------------
								STORY
------------------------------------------------------------------------------*/
#story-area  {
	margin: 0 auto;
	width: 660px;
	box-sizing: border-box;
}
#story-area p {
	padding: 0 0;
}
/*------------------------------------------------------------------------------
								COMMENT
------------------------------------------------------------------------------*/
#comment-area  {
	margin: 0 auto;
	width: 660px;
	box-sizing: border-box;
}
#comment-area ul {
	padding: 0 0;
}
#comment-area ul li h4 {
	font-size: 20px;
}
#comment-area ul li h3 {
	font-size: 42px;
	padding-bottom: 10px;
}
#comment-area ul li h3 span {
	font-size: 28px;
	line-height: 1em;
}
#comment-area ul li h3 em {
	font-size: 20px;
	margin-top: 20px;
}
#comment-area ul li p {
	font-size: 20px;
}
/*------------------------------------------------------------------------------
								FOOTER
------------------------------------------------------------------------------*/
#footer-area {
	height: 24vw;
	padding-top: 6vw;
}
#footer-area #copyright {
	font-size: 2vw;
	line-height: 12vw;
}
}

@media print{
}