/*------------------------------------------------------------------------------
								共通
------------------------------------------------------------------------------*/
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:240px;
}
/*------------------------------------------------------------------------------
								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%;
	height: 100vh;
	min-height: 50vw;
	max-height: 80vw;
	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-img {
	background: url("../../img/top/main-img.jpg?ver1.0.0") no-repeat center center / cover;
}
#main-area .logo {
	position: absolute;
	left:50%;
	bottom: 4.5VW;
	width: 60%;
	height: 0px;
	padding-top: 10.5vw;
	background: url("../../img/top/main-logo.png?ver1.0.0") no-repeat center center /contain;
	margin-left: -30%;
	text-indent: -99999px;
}
#main-area .day {
	position: absolute;
	bottom:3.5vw;
	left:50%;
	width: 17vw;
	height: 0px;
	padding-top: 12.5vw;
	margin-left: 29.5%;
	background: url("../../img/top/main-day-pc.png") no-repeat center center /contain;
	text-indent: -99999px;
}
#main-area .billing {
	position: absolute;
	bottom:4.5vw;
	left:50%;
	width: 10vw;
	height: 0px;
	padding-top: 11vw;
	margin-left: -42.5%;
	background: url("../../img/top/main-billing.png") no-repeat center center /contain;
	text-indent: -99999px;
}
#main-area .copyright {
	position: absolute;
	bottom:1.5vw;
	left:50%;
	width: 10vw;
	height: 0px;
	padding-top: 1vw;
	margin-left: -42.5%;
	background: url("../../img/top/main-copyright.png") no-repeat center center /contain;
	text-indent: -99999px;
}
#main-area .copy {
	position: absolute;
	top:50%;
	left:50%;
	width: 2.5%;
	height: 0px;
	padding-top: 19vw;
	margin-left: -1.25%;
	margin-top: -18.5%;
}
#main-area .copy li {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0px;
	right: 0px;
}
#main-area .copy li.copy1 {
	background: url("../../img/top/main-copy1.png") no-repeat center center / contain;
}
#main-area .copy li.copy2 {
	background: url("../../img/top/main-copy2.png") no-repeat center center / contain;
}
#main-area .copy li.copy3 {
	background: url("../../img/top/main-copy3.png") no-repeat center center / contain;
}
#main-area .copy li.copy4 {
	background: url("../../img/top/main-copy4.png") no-repeat center center / contain;
}
#main-area .copy li.copy5 {
	background: url("../../img/top/main-copy5.png") no-repeat center center / contain;
}
#main-area .copy li.copy6 {
	background: url("../../img/top/main-copy6.png") no-repeat center center / contain;
}
#main-area .copy li.copy7 {
	background: url("../../img/top/main-copy7.png") no-repeat center center / contain;
}
#main-area .copy li.copy8 {
	background: url("../../img/top/main-copy8.png") no-repeat center center / contain;
}
#main-area .copy li.copy9 {
	background: url("../../img/top/main-copy9.png") no-repeat center center / contain;
}
#main-area .copy li.copy10 {
	background: url("../../img/top/main-copy10.png") no-repeat center center / contain;
}
/*------------------------------------------------------------------------------
								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
------------------------------------------------------------------------------*/
#main-sns-link {
	width: 750px;
	margin: 0 auto 0;
	position: relative;
	overflow: hidden;
	padding-left: 10px;
}
#main-sns-link li {
	width: 240px;
	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 #c6b582;
	font-size: 15px;
	position: relative;
	font-family: 'Noto Sans JP', serif;
	color: #c6b582;
}
#main-sns-link #sns-link1 {
	background: url("../../img/top/../../img/top/share-btn.png") no-repeat left  top / 55px auto;
}
#main-sns-link #sns-link2 {
	background: url("../../img/top/../../img/top/share-btn.png") no-repeat left  top -55px / 55px auto;
}
#main-sns-link #sns-link3 {
	background: url("../../img/top/../../img/top/share-btn.png") no-repeat left  top -110px / 55px auto;
}
#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: 210px;
	margin: 0 auto;
}
#share-new li {
	width: 60px;
	height: 60px;
	margin-right: 0px;
	float: left;
	position: relative;
}
#share-new .shareFb {
	background: url("../../img/top/../../img/top/share-btn.png") no-repeat left  top -180px / 60px auto;
}
#share-new .shareTw {
	background: url("../../img/top/../../img/top/share-btn.png") no-repeat left  top -60px / 60px auto;
}
#share-new .shareLine {
	background: url("../../img/top/../../img/top/share-btn.png") no-repeat left  top -240px / 60px auto;
}
#share-new li a {
	position:absolute;
	width:100%;
	height:100%;
	text-indent:-999999px;
	top:0px;
	left:0px;
}
.past-series {
	padding: 30px 40px 40px;
	background: #1b1b1b;
	box-sizing: border-box;
	width: 1120px;
	margin: 0 auto;
}
.past-series h3 {
	font-size: 28px;
	text-align: center;
	font-family: 'Vollkorn SC', serif;
	font-weight: 400;
	color: #c6b582;
}
.past-series ul {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.past-series ul li {
	width: 250px;
	margin-right: 13.333px;
	float: left;
	background: #000000;
	box-sizing: border-box;
	height: 80px;
	text-indent: -99999px;
	position: relative;
	border: 1px solid #756c52;
}
.past-series ul li:last-child {
	margin-right: 0px;
}
.past-series #series1 {
	background: #000000 url("../../img/top/logo-kingdom1b.png") no-repeat center center / auto 70px;
}
.past-series #series2 {
	background: #000000 url("../../img/top/logo-kingdom2b.png") no-repeat center center / auto 70px;
}
.past-series #series3 {
	background: #000000 url("../../img/top/logo-kingdom3b.png") no-repeat center center / auto 70px;
}
.past-series #series4 {
	background: #000000 url("../../img/top/logo-kingdom4b.png") no-repeat center center / auto 70px;
}
.past-series ul li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	text-indent: -99999px;
}
/*------------------------------------------------------------------------------
								TRAILER
------------------------------------------------------------------------------*/
#movie-area {
	background: #1b1b1b;
	background: #000000;
}
#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 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;
}
/*------------------------------------------------------------------------------
								COMMENT
------------------------------------------------------------------------------*/
#comment-area {
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	background: #1b1b1b;
}
#comment-area ul li {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
}
#comment-area ul li h4 {
	padding: 0;
	border: 1px solid #cfbd89;
	line-height: 2em;
	font-weight: 700;
	color: #cfbd89;
	font-size: 16px;
	width: 16em;
	text-align: center;
	margin: 0 auto;
	font-family: 'Noto Serif JP', sans-serif;
}
#comment-area ul p {
	text-align: justify;
}
#comment-area ul li h3 {
	box-sizing: border-box;
	color: #cfbd89;
	font-size: 38px;
	font-weight: 500;
	line-height: 1em;
	padding-top: px;
	padding-bottom: 4px;
	font-family: 'Noto Serif JP', sans-serif;
}
#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: 240px;
	padding-top: 80px;
	box-sizing: border-box;
}
#footer-area #copyright {
	width:100%;
	margin-top: 20px;
}
/*------------------------------------------------------------------------------
								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:30vw;
}
/*------------------------------------------------------------------------------
								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 {
	width: 100%;
	min-width: 740px;
	height: 169.2vw;
	min-height: 169.2vw;
	max-height: 169.2vw;
}
#main-area .main-img {
	width: 100%;
	height: 100%;
	background: url("../../img/top/main-img.jpg?ver1.0.0") no-repeat center bottom / auto 172vw;
}
#main-area .logo {
	width: 96%;
	bottom: 6.5vw;
	padding-top: 19vw;
	margin-left: -48%;
}
#main-area .day {
	bottom:28vw;
	width: 54vw;
	padding-top: 15vw;
	margin-top: 41.5vw;
	margin-left: -27vw;
	background: url("../../img/top/main-day-sp.png") no-repeat center center /contain;
}
#main-area .billing {
	bottom:auto;
	top: 50%;
	margin-top: 10vw;
	width: 20vw;
	padding-top: 30vw;
	margin-left: -10vw;
}
#main-area .copyright {
	bottom:2vw;
	width: 40vw;
	padding-top: 3vw;
	margin-left: -20vw;
}
#main-area .copy {
	position: absolute;
	top:50%;
	left:50%;
	width: 5%;
	height: 0px;
	padding-top: 38vw;
	margin-left: -2.5%;
	margin-top: -39%;
}
/*------------------------------------------------------------------------------
								MIDDLE
------------------------------------------------------------------------------*/
#main-sns-link {
	width: 100%;
	padding-left: 0px;
	box-sizing: border-box;
	padding: 0 40px;
}
#main-sns-link li {
	width: 32%;
	margin-right: 1.5%;
	padding: 0 0 0 6vw;
	line-height: 8vw;
	font-size: 2vw;
}
#main-sns-link li:last-child {
	margin-right: 0px;
}
#main-sns-link #sns-link1 {
	background: url("../../img/top/../../img/top/share-btn.png") no-repeat left  top 0.5vw / 7vw auto;
}
#main-sns-link #sns-link2 {
	background: url("../../img/top/../../img/top/share-btn.png") no-repeat left  top -6.5vw / 7vw auto;
}
#main-sns-link #sns-link3 {
	background: url("../../img/top/../../img/top/share-btn.png") no-repeat left  top -13.5vw / 7vw auto;
}
#share-new {
	width: 24vw;
}
#share-new li {
	width: 8vw;
	height: 8vw;
}
#share-new .shareFb {
	background: url("../../img/top/../../img/top/share-btn.png") no-repeat left  top -24vw / 8vw auto;
}
#share-new .shareTw {
	background: url("../../img/top/../../img/top/share-btn.png") no-repeat left  top -8vw / 8vw auto;
}
#share-new .shareLine {
	background: url("../../img/top/../../img/top/share-btn.png") no-repeat left  top -32vw / 8vw auto;
}
.past-series {
	padding: 3vw 4vw 3vw;
	width: auto;
	margin: 0 40px;
}
.past-series h3 {
	font-size: 3.6vw;
}
.past-series ul li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	height: 12vw;
}
.past-series ul li:nth-child(2n) {
	margin-right: 0px;
}
.past-series #series1 {
	background: #000000 url("../../img/top/logo-kingdom1b.png") no-repeat center center / auto 10vw;
}
.past-series #series2 {
	background: #000000 url("../../img/top/logo-kingdom2b.png") no-repeat center center / auto 10vw;
}
.past-series #series3 {
	background: #000000 url("../../img/top/logo-kingdom3b.png") no-repeat center center / auto 10vw;
}
.past-series #series4 {
	background: #000000 url("../../img/top/logo-kingdom4b.png") no-repeat center center / auto 10vw;
}
/*------------------------------------------------------------------------------
								TRAILER
------------------------------------------------------------------------------*/
#movie-area {
}
#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 div a {
	font-size: 2.4vw;
    line-height: 6vw;
}
/*------------------------------------------------------------------------------
								COMMENT
------------------------------------------------------------------------------*/
#comment-area  {
}
#comment-area ul {
	box-sizing: border-box;
	padding: 0 40px;
}
#comment-area ul li h4 {
	font-size: 2.2vw;
}
#comment-area ul li h3 {
	font-size: 5vw;
	padding-bottom: 1vw;
}
#comment-area ul li h3 span {
	font-size: 3vw;
	line-height: 1em;
}
#comment-area ul li h3 em {
	font-size: 3vw;
	margin-top: 3vw;
}
#comment-area ul li p {
	font-size: 2.4vw;
}
/*------------------------------------------------------------------------------
								FOOTER
------------------------------------------------------------------------------*/
#footer-area {
	height: 30vw;
	padding-top: 9vw;
}
#footer-area #copyright {
	font-size: 1.8vw;
	line-height: 8vw;
}
}

@media print{
}