/*------------------------------------------------------------------------------
								共通
------------------------------------------------------------------------------*/
section .box {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width:100%;
	box-sizing: border-box;
	max-width: 1280px;
	padding:0 80px 0;
}
/*------------------------------------------------------------------------------
								MAIN
------------------------------------------------------------------------------*/
#main-area {
	position: relative;
	width: 100%;
	padding-top: 60%;
	overflow: hidden;
}
#main-area .main-img {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background: url("../../img/top/main.jpg") no-repeat center center / cover;
	text-indent: -99999px;
}
#main-area .logo {
	position: absolute;
	bottom:2%;
	left:50%;
	width: 31%;
	height: 0px;
	padding-top: 11.5%;
	background: url("../../img/top/logo.png") no-repeat center center /contain;
	margin-left: -15.5%;
	text-indent: -99999px;
}
#main-area .day {
	position: absolute;
	bottom:2%;
	left:2%;
	width: 16%;
	height: 0px;
	padding-top: 9.5%;
	background: url("../../img/top/day.png") no-repeat center center /contain;
	text-indent: -99999px;
}
/*------------------------------------------------------------------------------
								MENU
------------------------------------------------------------------------------*/
.menu-area {
	width: 100%;
	height: 80px;
}
.menu-area .menu {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	width: 800px;
}
.menu-area .menu li {
	-webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
	float: left;
	box-sizing: border-box;
	width: 33.333%;
	border-right: 1px dotted #c6b582;
	height: 60px;
	font-family: 'Vollkorn SC', serif;
	font-weight: 600;
	font-size: 30px;
	position: relative;
	line-height: 1em;
	text-align: center;
	padding-top: 2px;
	color: #c6b582;
}
@media screen and (min-width: 1001px) {
.menu-area .menu li:hover {
	-webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
	background: #c6b582;
	color: #000000;
	opacity: 0.75;
}
}
.menu-area .menu li span {
	display: block;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 16px;
	line-height: 1em;
	font-weight: 600;
	margin-top: 6px;
}
.menu-area .menu li:First-child {
	border-left: 1px dotted #c6b582;
}
.menu-area .menu li a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}
/*------------------------------------------------------------------------------
								MIDDLE
------------------------------------------------------------------------------*/
.middle-area h2 {
	font-size: 36px;
	text-align: center;
	color: #c6b582;
	font-weight: 500;
	line-height: 1em;
}
.middle-area h2 span {
	font-size: 22px;
}
.middle-area h3 {
	font-size: 24px;
	text-align: center;
	color: #c6b582;
	font-weight: 500;
	line-height: 1em;
}
#main-sns-link {
	width: 500px;
	width: 750px;
	margin: 0 auto 0;
	position: relative;
	overflow: hidden;
	padding-left: 20px;
}
#main-sns-link li {
	width: 230px;
	margin-right: 20px;
	float: left;
	color: #c6b582;
	text-align: center;
	font-weight: 600;
	padding: 6px 0 6px 30px;
	box-sizing: border-box;
	border: 1px solid #c6b582;
	font-size: 16px;
	position: relative;
	font-family: 'Noto Sans JP', serif;
}
#main-sns-link #sns-link1 {
	background: #000000 url("../../img/top/link-insta.png") no-repeat left 12px center / 24px;
}
#main-sns-link #sns-link2 {
	background: #000000 url("../../img/top/link-tw.png") no-repeat left 12px center / 24px;
}
#main-sns-link #sns-link3 {
	background: #000000 url("../../img/top/link-tik.png") no-repeat left 12px center / 24px;
}
#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: 150px;
	padding-left: 20px;
	margin: 0 auto;
}
#share-new li {
	width: 30px;
	height: 30px;
	margin-right: 20px;
	float: left;
	position: relative;
}
#share-new .shareFb {
	background: url("../../img/top/share-fb2.png") no-repeat center center / contain;
}
#share-new .shareTw {
	background: url("../../img/top/share-tw2.png") no-repeat center center / contain;
}
#share-new .shareLine {
	background: url("../../img/top/share-line2.png") no-repeat center center / contain;
}
#share-new li a {
	position:absolute;
	width:100%;
	height:100%;
	text-indent:-999999px;
	top:0px;
	left:0px;
}
.past-series h3 {
	font-size: 24px;
	text-align: center;
	font-family: 'Vollkorn SC', serif;
}
.past-series ul {
	position: relative;
	overflow: hidden;
	width: 750px;
	margin: 0 auto;
	padding: 0 0 0 30px;
}
.past-series ul li {
	width: 230px;
	margin-right: 20px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #c6b582;
	padding: 15px 20px;
}
.past-series ul li:last-child {
	margin-right: 0px;
}
/*------------------------------------------------------------------------------
								TRAILER
------------------------------------------------------------------------------*/
#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.8% auto 0 auto;
	position:relative;
	width: 100%;
	overflow: hidden;
}
#trailer-area ul li {
	margin:0 0.8% 0.4% 0;
	float:left;
	height:40px;
	padding:0;
	position: relative;
	width: 16%;
}
#trailer-area ul li:last-child {
	margin:0 0 0.5% 0;
}
#trailer-area  ul li div {
	background:#000000;
	width: 100%;
	height: 100%;
}
#trailer-area  ul li div a {
	width:100%;
	height:100%;
	position:absolute;
	font-size:20px;
	text-align:center;
	color: #f0cb68;
	font-weight:500;
	box-sizing:border-box;
    line-height: 40px;
}
/*------------------------------------------------------------------------------
								INTRODUCTION
------------------------------------------------------------------------------*/
#intro-area h3 {
	font-size: 32px;
	color: #c6b582;
	font-weight: 400;
	line-height: 1.4em;
	text-align: center;
}
#intro-area p {
	text-align: center;
}
/*------------------------------------------------------------------------------
								STORY
------------------------------------------------------------------------------*/
#story-area div {
	margin: 0 auto;
	max-width: 1280px;
	box-sizing: border-box;
	padding: 0 80px;
}
#story-area h3 {
	font-size: 32px;
	color: #c6b582;
	font-weight: 400;
	line-height: 1.4em;
	text-align: center;
}
#story-area p {
	text-align: justify;
}
/*------------------------------------------------------------------------------
								COMMENT
------------------------------------------------------------------------------*/
#comment-area ul {
	margin: 0 auto;
	max-width: 1280px;
	box-sizing: border-box;
	padding: 0 80px;
}
#comment-area ul li {
	width: 100%;
}
#comment-area ul li h4 {
	padding: 0;
	background: #c6b582;
	line-height: 1.6em;
	font-weight: 700;
	color: #000000;
	font-size: 20px;
	width: 12em;
	text-align: center;
	margin: 0 auto;
	-webkit-border-radius: 0.8em;
	-moz-border-radius: 0.8em;	
	border-radius: 0.8em;
}
#comment-area ul p {
	text-align: justify;
}
#comment-area ul li h3 {
	box-sizing: border-box;
	color: #c6b582;
	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;
}
/*------------------------------------------------------------------------------
								BNR
------------------------------------------------------------------------------*/
.bnr-area {
	width: 620px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.bnr-area li {
	width: 300px;
	float: left;
	margin: 0 5px;
}
/*------------------------------------------------------------------------------
								SP
------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
/*------------------------------------------------------------------------------
								共通
------------------------------------------------------------------------------*/
section .box {
	padding:0 40px 0;
}
/*------------------------------------------------------------------------------
								MAIN
------------------------------------------------------------------------------*/
#main-area {
	padding-top: 80vw;
}
#main-area .main-img {
	background: url("../../img/top/main.jpg") no-repeat right 30% center / cover;
}
#main-area .logo {
	position: absolute;
	bottom:5%;
	left:50%;
	width: 50%;
	height: 0px;
	padding-top: 16%;
	margin-left: -25%;
}
#main-area .day {
	position: absolute;
	bottom:5%;
	left:4%;
	width: 20%;
	height: 0px;
	padding-top: 12%;
	background: url("../../img/top/day.png") no-repeat center center /contain;
	text-indent: -99999px;
}
/*------------------------------------------------------------------------------
								MENU
------------------------------------------------------------------------------*/
.menu-area {
	height: auto;
	margin-bottom: -1vw;
}
.menu-area .menu {
	height: auto;
	width: 90%;
}
.menu-area .menu li {
	font-size: 4.5vw;
	padding-top: 0.5vw;
	padding-bottom: 1vw;
	width: 33.333%;
	height: auto;
	margin-bottom: 2vw
}
.menu-area .menu li span {
	font-size: 2.5vw;
	margin-top: 1vw;
}
/*------------------------------------------------------------------------------
								MIDDLE
------------------------------------------------------------------------------*/
#main-sns-link {
	width: 320px;
	margin: 0 auto 0;
	padding-left: 0px;
}
#main-sns-link li {
	width: 320px;
	padding: 10px 0 10px 40px;
	border: 1px solid #c6b582;
	font-size: 20px;
	margin-bottom: 20px;
}
#main-sns-link #sns-link1 {
	background: #000000 url("../../img/top/link-insta.png") no-repeat left 20px center / 34px;
}
#main-sns-link #sns-link2 {
	background: #000000 url("../../img/top/link-tw.png") no-repeat left 20px center / 34px;
}
#main-sns-link #sns-link3 {
	background: #000000 url("../../img/top/link-tik.png") no-repeat left 20px center / 34px;
}
#share-new {
	width: 200px;
	padding-left: 30px;
}
#share-new li {
	width: 40px;
	height: 40px;
	margin-right: 20px;
}
.past-series h3 {
	font-size: 4vw;
}
.past-series ul {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.past-series ul li {
	width: 32%;
	margin-right: 2%;
	padding: 2vw 0;
}

/*------------------------------------------------------------------------------
								TRAILER
------------------------------------------------------------------------------*/
#movie-area {
	padding-top: 8vw;
	padding-bottom: 10vw;
}
#trailer-area .prArea {
	font-size: 2.5vw;
	width:100%;
}
#trailer-area  ul {
	margin: 1.5% auto 0 auto;
	width: 100%;
}
#trailer-area ul li {
	width: 32.666%;
	margin-bottom: 1%;
	height:6vw;
}
#trailer-area ul li:nth-child(3n) {
	margin-right: 0px;
}
#trailer-area  ul li div a {
	font-size:2.5vw;
    line-height: 6vw;
}
/*------------------------------------------------------------------------------
								INTRODUCTION
------------------------------------------------------------------------------*/
#intro-area h3 {
	font-size: 4.5vw;
	text-align: justify;
	box-sizing: border-box;
	padding: 0 40px;
}
#intro-area p {
	text-align: justify;
	box-sizing: border-box;
	padding: 0 40px;
}
/*------------------------------------------------------------------------------
								STORY
------------------------------------------------------------------------------*/
#story-area div {
	padding: 0 0;
}
#story-area h3 {
	font-size: 4.5vw;
	text-align: justify;
	box-sizing: border-box;
	padding: 0 40px;
}
#story-area p {
	text-align: justify;
	box-sizing: border-box;
	padding: 0 40px;
}
/*------------------------------------------------------------------------------
								COMMENT
------------------------------------------------------------------------------*/
#comment-area ul {
	padding: 0 40px;
}
#comment-area ul li h4 {
	font-size: 2.5vw;
}
#comment-area ul li h3 {
	font-size: 4.5vw;
	padding-bottom: 0.5vw;
}
#comment-area ul li h3 span {
	font-size: 3.8vw;
	line-height: 1em;
}
#comment-area ul li h3 em {
	font-size: 2.5vw;
	margin-top: 1.5vw;
}
#comment-area ul li p {
	font-size: 2.5vw;
}
/*------------------------------------------------------------------------------
								BNR
------------------------------------------------------------------------------*/
.bnr-area {
	width: 100%;
	box-sizing: border-box;
	padding: 0 40px;
	margin: 0 auto;
}
.bnr-area li {
	width: 48%;
	float: left;
	margin: 0 1%;
}
}

@media print{
}