/*------------------------------------------------------------------------------
								基本
------------------------------------------------------------------------------*/
.policy {
	width: 45em;
}
.policy li {
	width: 31.33333%;
	margin: 0 1% 0;
}
body {
	width:100%;
	height:100%;
	background:#000000;
	-webkit-font-smoothing: antialiased;
}
#wrapper {
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	min-width:1200px;
	margin:0 auto;
	font-family: 'Noto Serif JP', serif;
	color: #FFFFFF;
}
#contents {
	width:100%;
	margin:0 auto;
	position:relative;
}
/*====================
		TXT-LINK
====================*/
.txt-link {
	font-size: 25px;
	box-sizing: border-box;
	padding: 0.5em;
	max-width: 720px;
	margin: 0 auto;
	background: #1c1c1c;
	border:1px solid #333333;
}
.txt-link p {
	text-align: center;
	line-height: 1.8em;
	font-weight: 700;
}
.txt-link p span {
	margin: 0 -0.2em;
}
.txt-link p a {
	padding-right: 1em;
	box-sizing: border-box;
	margin: 0 0.4em 0 0.2em;
	background: url("../../img/common/goods-icon.gif") no-repeat right top 0.55em / 0.5em;
	border-bottom: 1px dotted #f0cb68;
}
.txt-link p a:hover {
	border-bottom: 1px solid #f0cb68;
}
.txt-link p a.no-blank {
	padding-right: 0em;
	box-sizing: border-box;
	margin: 0 0em 0 0em;
	background: none;
	border-bottom: 1px dotted #f0cb68;
}
/*====================
		SP-BNR
====================*/
.bnr-wowow-area-n {
	box-sizing: border-box;
	max-width: 720px;
	margin: 0 auto;
}
.bnr-wowow-area-n li {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.bnr-wowow-area-n li:last-child {
	margin-bottom: 0px;
	border: 1px solid #f0cb68;
	box-sizing: border-box;
	box-shadow: inset 6px 6px 6px rgba(240,203,104,.5),inset -6px -6px 6px rgba(240,203,104,.5);
}
.bnr-wowow-area-n li a {
	position: absolute;
	text-indent: -99999px;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
}
/*====================
		BNR
====================*/
.main-bnr-n {
	margin: 0 auto 0;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
	padding: 0 80px 0;
	box-sizing: border-box;
}
.main-bnr-n.main-bnr1 {
}
.main-bnr-n.main-bnr2 {
	width: 100%;
	max-width: 896px;
}
.main-bnr-n.main-bnr3 {
	width: 100%;
	max-width: 1440px;
}
.main-bnr-n.main-bnr4 {
	width: 100%;
	max-width: 1200px;
}
.main-bnr-n.main-bnr5 {
	
}
.main-bnr-n li {
	width: 100%;
	margin: 0 0.5% 0;
	float: left;
	position: relative;
	box-sizing: border-box;
	border:1px solid #f0cb68;
	background: #000000;
	-webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.main-bnr-n li:hover {
	background: #1c1c1c;
	-webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.main-bnr-n.main-bnr1 li {
	width: 100%;
}
.main-bnr-n.main-bnr2 li {
	width: 48%;
	margin: 0 1%;
}
.main-bnr-n.main-bnr3 li {
	width: 32%;
	margin: 0 0.5% 0;
}
.main-bnr-n.main-bnr4 li {
	width: 48%;
	margin: 0 1% 2%;
	
}
.main-bnr-n.main-bnr5 li {
	
}
.bnr-area {
	width: 1000px;
	height: auto;
	margin: 0 auto 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding: 0 5%;
	box-sizing: border-box;
}
.bnr-area li {
	width: 23.6666%;
	width: 32.333%;
	float: left;
	margin: 0 0.5%;
	position: relative;
}
.bnr-area li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	text-indent: -99999px;
}
/*------------------------------------------------------------------------------
								TITLE
------------------------------------------------------------------------------*/
h2 {
	font-family: 'Teko', sans-serif!important;
	font-size:50px;
	text-align:center;
	line-height:1em;
	font-weight:400;
	margin: 0 auto 0px;
	padding-bottom: 30px;
	display: block;
	color: #d8b75e;
	position: relative;

}
h2 span {
	display: block;
	font-size:18px;
	line-height:1em;
	margin-top: 8px;
	font-weight:500;
	letter-spacing: 0em;
}

/*------------------------------------------------------------------------------
								BG MOVIE
------------------------------------------------------------------------------*/
#bgmovie-wrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100vh;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #000000;
	min-height: 700px;
}
#bgmovie {
	max-width: none;
	/*天地中央配置*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -52%);
	/*縦横幅指定*/
	width: 185.185185vh;
	height: 48vw;
	min-height: 100%;
	min-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
#bgmovie-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
#bgmovie-thum {
	position: absolute;
	top: 50% !important;
	height: 200% !important;
	background: #000;
	transform: translateY(-50%);
}
#bgmovie-thum-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#bgmovie-container {
	flex-grow: 1;
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
#bgmovie-player-container {
	position: relative;
	padding-bottom: 48%;
	overflow: hidden;
	height: auto;
	width: 100%;
}
#bgmovie-player-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#close-icon a {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	text-indent:-99999px;
}
/*------------------------------------------------------------------------------
								共通
------------------------------------------------------------------------------*/
section .box {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width:100%;
	box-sizing: border-box;
	max-width: 1280px;
	padding:0 80px 0;
}
/*------------------------------------------------------------------------------
								MAIN
------------------------------------------------------------------------------*/
.main {
	position: relative;
	width: 100%;
	height: auto;
}
.ami {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background: url("../../img/top/ami2.png") repeat left top fixed;
	overflow: hidden;
}
.ami:before {
	content: "";
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background: url("../../img/top/gra2.png") repeat left top / contain;
}
#logo {
	position:absolute;
	text-indent:-999999px;
	top:50%;
	left:10%;
	width:80%;
	height:22vh;
	min-height: 200px;
	max-height: 360px;
	-webkit-transform: translateY(-70%);
	transform: translateY(-70%);
}
#logo div {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0px;
	left:0px;
}
#logo .logo1 {
	background: url("../../img/top/logo-drama1.png") no-repeat center center / contain;
}
#logo .logo2 {
	background: url("../../img/top/logo-drama2.png") no-repeat center center / contain;
}
#logo .logo3 {
	background: url("../../img/top/logo-drama3.png") no-repeat center center / contain;
}
#copy {
	position:absolute;
	text-indent:-999999px;
	top:50%;
	right:-0.2vw;;
	width: 9vh;
	height:59vh;
	min-width: 67px;
	max-width: 125px;
	min-height: 440px;
	max-height: 820px;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);
	opacity: 0.8;
}
#copy div {
	position:absolute;
	width: 100%;
	height: 100%;
	top:0px;
	right:0px;
	text-indent:-999999px;
	background: url("../../img/top/copy-drama.png") no-repeat center center / contain;
}
#day {
	position:absolute;
	text-indent:-999999px;
	bottom:170px;
	left:30px;
	width:90%;
	height:10vh;
	min-height: 80px;
	max-height: 120px;
	opacity: 0.9;
}
#day div {
	position:absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	text-indent:-999999px;
	background: url("../../img/top/day-drama4pc.png") no-repeat left bottom / contain;
}
/*------------------------------------------------------------------------------
								MENU
------------------------------------------------------------------------------*/
.menu-area {
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	height: auto;
	display: block;
	z-index: 10;
}
.menu-area {
	-webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
	background: #000000;
}
.menu-area.active {
	-webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
	background: rgba(0,0,0,0.8);
}
.menu {
	width: 100%;
	max-width: 1600px;
	min-width: 1200px;
	position: relative;
	margin: 0 auto 0;
	padding: 1.5vw 0 1.5vw 0;
	box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display:flex;
	justify-content:center;
}
.menu li {
	text-align: center;
	width: auto;
	box-sizing: border-box;
	border-right: 1px dotted #b4984e;
	position: relative;
}
.menu li .goods-icon {
	padding-right: 1.2em!important;
	position: relative;
}
.menu li .goods-icon::after {
	content: "";
	position: absolute;
	top:0.375em;
	right:0.425em;
	width: 0.5em;
	height: 0.5em;
	background: url("../../img/common/goods-icon.gif") no-repeat center center / contain;
}
.menu li:first-child {
	border-left: 1px dotted #b4984e;
}
.menu li div {
	font-weight:400; 
	color: #f0cb68;
	text-align: center;
	padding: 0.6vw 0.8vw;
	padding: 0.6vw 1vw;
	font-size: 2vw;
	line-height: 0.8em;
	position: relative;
	box-sizing: border-box;
	font-family: 'Teko', sans-serif!important;
}
/*.menu li.no-act {
	opacity: 1;
}
.menu li.no-act::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top:0px;
	left:0px;
	text-align: center;
	background: rgba(0,0,0,0.4);
}
.menu li.no-act .cs {
	position: absolute;
	bottom:-44px;
	left:50%;
	width: 130px;
	margin-left: -65px;
	line-height: 1em;
	font-size: 24px;
	background: #454545;
	display: block;
	box-sizing: border-box;
	color: #CCCCCC;
	padding: 0.3em 0 0.15em;
	opacity: 1;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
}
.menu li.no-act .cs::before {
	content: "▲";
	position: absolute;
	top:-0.7em;
	left:0px;
	font-size: 17px;
	color:#454545;
	width: 100%;
}
.menu li.no-act .cs {
	opacity: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.menu li.no-act:hover .cs {
	opacity: 1;
	-webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}*/

.menu li:last-child div {
	background: #f0cb68;
	color: #000000;
}
.menu li div span {
	display: block;
	letter-spacing: 0em;
	font-size: 0.85vw;
	line-height: 0.8em;
	margin-top: 0.3em;
	font-weight:600;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif!important;
}
.menu li:last-child div span {
	color: #000000;
	font-weight:600;
}
.menu li div a {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-indent:-999999px;
}

@media screen and (min-width: 1600px) {
.menu {
	padding: 24px 0 24px 0;
}
.menu li div {
	padding: 9.6px 16px;
	font-size: 32px;
}
.menu li div span {
	font-size: 13.6px;
}
}

@media screen and (max-width: 1200px) {
.menu {
	padding: 18px 0 18px 0;
}
.menu li div {
	padding: 7.2px 12px;
	font-size: 24px;
}
.menu li div span {
	font-size: 10.2px;
}
}

/* ------------------------------
   loopSlider
------------------------------ */

.loopSliderWrap {
	bottom: 0;
	left: 0;
	height: 140px;
	overflow: hidden;
	position: absolute;
}

.loopSlider {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.loopSlider ul {
	height: 100%;
	float: left;
	overflow: hidden;
}

.loopSlider ul li {
	width: 280px;
	height: 100%;
	float: left;
	display: inline;
	overflow: hidden;
}
.loopSlider ul .photo_other1 {
	background:url("../../img/top/sub-photo-drama1.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other2 {
	background:url("../../img/top/sub-photo-drama2.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other3 {
	background:url("../../img/top/sub-photo-drama3.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other4 {
	background:url("../../img/top/sub-photo-drama4.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other5 {
	background:url("../../img/top/sub-photo-drama5.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other6 {
	background:url("../../img/top/sub-photo-drama6.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other7 {
	background:url("../../img/top/sub-photo-drama7.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other8 {
	background:url("../../img/top/sub-photo-drama8.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other9 {
	background:url("../../img/top/sub-photo-drama9.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other10 {
	background:url("../../img/top/sub-photo-drama10.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other11 {
	background:url("../../img/top/sub-photo-drama11.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other12 {
	background:url("../../img/top/sub-photo-drama12.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other13 {
	background:url("../../img/top/sub-photo-drama13.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other14 {
	background:url("../../img/top/sub-photo-drama14.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other15 {
	background:url("../../img/top/sub-photo-drama15.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other16 {
	background:url("../../img/top/sub-photo-drama16.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other17 {
	background:url("../../img/top/sub-photo-drama17.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other18 {
	background:url("../../img/top/sub-photo-drama18.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other19 {
	background:url("../../img/top/sub-photo-drama19.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other20 {
	background:url("../../img/top/sub-photo-drama20.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other21 {
	background:url("../../img/top/sub-photo-drama21.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other22 {
	background:url("../../img/top/sub-photo-drama22.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other23 {
	background:url("../../img/top/sub-photo-drama23.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other24 {
	background:url("../../img/top/sub-photo-drama24.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other25 {
	background:url("../../img/top/sub-photo-drama25.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other26 {
	background:url("../../img/top/sub-photo-drama26.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other27 {
	background:url("../../img/top/sub-photo-drama27.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other28 {
	background:url("../../img/top/sub-photo-drama28.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other29 {
	background:url("../../img/top/sub-photo-drama29.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other30 {
	background:url("../../img/top/sub-photo-drama30.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other31 {
	background:url("../../img/top/sub-photo-drama31.jpg") no-repeat;
	background-size:cover;
}
.loopSlider ul .photo_other32 {
	background:url("../../img/top/sub-photo-drama32.jpg") no-repeat;
	background-size:cover;
}
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
	content: "";
	display: none;
	clear: none;
}
/*------------------------------------------------------------------------------
								MAIN CONTENTS
------------------------------------------------------------------------------*/
.main-contents {
	width: 100%;
	background: #1c1c1c;
	/*background: #001a2e url("../../img/top/see-upper.jpg") no-repeat center top -300px;*/
}
/*------------------------------------------------------------------------------
								MIDDLE
------------------------------------------------------------------------------*/
.middle {
	padding: 60px 0 60px;
	background: #000000;
	position: relative;
	z-index: 1;
}
.middle2 {
	padding: 0 0 0px;
	background: #000000;
	position: relative;
	z-index: 1;
}

.billing {
	width: 1120px;
	margin: 60px auto 0;
}
.billing h3,.billing h4,.billing h5,.billing p {
	text-align: center;
	line-height: 1.8em;
}
.billing h3 {
	font-size: 22px;
	font-weight: 600;
}
.billing h4 {
	font-size: 19px;
	font-weight: 600;
}
.billing h5 {
	font-size: 14px;
	font-weight: 600;
}
.billing p {
	font-size: 12px;
	font-weight: 600;
}

#sns-link {
	margin: 0 auto;
	height: auto;
	position: relative;
	overflow: hidden;
}
.sns-link1 {
	width: 240px;
}
.sns-link2 {
	width: 500px;
}
.sns-link3 {
	width: 760px;
}
#sns-link li {
	width: 240px;
	float: left;
	margin-right: 20px;
	opacity: 1.0;
}
#sns-link li:last-child {
	margin-right: 0px;
}
#sns-area {
	position:relative;
	left:auto;
	width:auto;
	width: 150px;
	padding-left: 0;
	margin: 40px auto 0;
	overflow: hidden;
}
#sns-area li {
	width:40px;
	height:40px;
	position:relative;
	margin-right:15px;
	float: left;
	opacity: 0.8;
}
#sns-area li:last-child {
	margin-right:0px;
}
#sns-area li a {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-indent:-999999px;
}
#sns-area #snsFb {
	background:url("../../img/top/sns-icon2.png") no-repeat left 0px top / auto 40px;
}
#sns-area #snsTw {
	background:url("../../img/top/sns-icon2.png") no-repeat left -40px top / auto 40px;
}
#sns-area #snsLine {
	background:url("../../img/top/sns-icon2.png") no-repeat left -80px top / auto 40px;
}
/*------------------------------------------------------------------------------
								TRAILER AREA
------------------------------------------------------------------------------*/
#movie-area {
	padding-top: 180px;
	margin-top: -100px;
	padding-bottom: 80px;
}
#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: 1.5% auto 0 auto;
	position:relative;
	width: 80%;
	overflow: hidden;
}
#trailer-area ul li {
	margin:0 1% 1% 0;
	float:left;
	height:56px;
	padding:0;
	position: relative;
	width: 32.666%;
}
#trailer-area ul li:last-child {
	margin:0 0 1% 0;
	width: 100%;
	height:66px;
}
#trailer-area  ul li:last-child div a {
    line-height: 66px;
}
#trailer-area ul li:nth-child(3) {
	margin:0 0 1% 0;
}
#trailer-area  ul li div {
	background:#000000;
	width: 100%;
	height: 100%;
	font-family: 'Noto Serif JP', serif;
	border: 1px solid #f0cb68;
	box-sizing: border-box;
	box-shadow: inset 3px 6px 6px rgba(240,203,104,.5),inset -3px -6px 6px rgba(240,203,104,.5);
}
#trailer-area  ul li div a {
	width:100%;
	height:100%;
	position:absolute;
	font-size:24px;
	text-align:center;
	color: #f0cb68;
	font-weight:600;
	box-sizing:border-box;
    line-height: 56px;
}
.trailer-youtube-btn {
	margin: 0 auto;
	width: 22em;
	font-family: 'Noto Sans JP', sans-serif!important;
	position: relative;
	text-align: center;
	font-size: 18px;
	line-height: 1em;
	font-weight: 600;
	color: #1c1c1c;
	background: #BBBBBB;
	padding: 0.5em 0;
	box-sizing: border-box;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	border-radius: 1.5em;
}
.trailer-youtube-btn a {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-indent:-999999px;
}
/*------------------------------------------------------------------------------
								FOOTER
------------------------------------------------------------------------------*/
#footer-area {
	width:100%;
	height: 60px;
	position: relative;
	box-sizing: border-box;
	border-top: 1px dotted #333333;
}
#footer-area #copyright {
	width:100%;
	text-align: center;
	height:auto;
	font-size: 12px;
	line-height: 60px;
	color: #cccccc;
}
/*------------------------------------------------------------------------------
								ANIMATION
------------------------------------------------------------------------------*/
/*スケールダウン*/
.fromBottomOut {
	transform: translate(0,40px);
	opacity: 0.0;
}
.fromBottomIn {
	-webkit-transition: all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: translate(0,0);
	opacity: 1.0;
}
.slideLeftOut {
	transform: translate(-400%,0px);
	opacity: 1.0;
}
.slideLeftIn {
	-webkit-transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	transform: translate(3%,0);
	opacity: 1.0;
}
.slideRightOut {
	transform: translate(400%,0px);
	opacity: 1.0;
}
.slideRightIn {
	-webkit-transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	transition:         all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
	transform: translate(-3%,0);
	opacity: 1.0;
}
.slideLeftOut2 {
	transform: translate(3%,0px);
	opacity: 1.0;
}
.slideLeftIn2 {
	-webkit-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	transition:         all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	transform: translate(0,0);
	opacity: 1.0;
}
.slideRightOut2 {
	transform: translate(-3%,0px);
	opacity: 1.0;
}
.slideRightIn2 {
	-webkit-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	transition:         all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
	transform: translate(0,0);
	opacity: 1.0;
}
.scaleDownOut {
	transform: translate(0px, 0px) rotate(0deg) scale(1.5);
	opacity: 1.0;
}
.scaleDownIn {
	-webkit-transition: all 2.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 2.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: translate(0px, 0px) rotate(0deg) scale(1.0);
	opacity: 1.0;
}
.scaleUpOut {
	-webkit-transition: all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: translate(0px, 0px) rotate(0deg) scale(0.6);
	opacity: 0.0;
}
.scaleUpIn {
	-webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: translate(0px, 0px) rotate(0deg) scale(1.0);
	opacity: 1.0;
}
.scaleUpOut2 {
	-webkit-transition: all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(0.9,0.9);
	opacity: 0.0;
}
.scaleUpIn2 {
	-webkit-transition: all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(1.0,1.0);
	opacity: 1.0;
}
.scaleUpOut3 {
	-webkit-transition: all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(0.95,0.95);
	opacity: 0.0;
}
.scaleUpIn3 {
	-webkit-transition: all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 1.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(1.0,1.0);
	opacity: 1.0;
}
.alphaOut {
	opacity: 0.0;
}
.alphaIn {
	-webkit-transition: all 2.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 2.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 1.0;
}
.fix {
	transform: translate(0px, 0px) rotate(0deg) scale(1.0);
	-webkit-transition: all 0.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition:         all 0.0s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 1.0;
}

/*==============================================================================
								SP
==============================================================================*/
@media screen and (max-width: 1000px) {

/*====================
		BG MOVIE
====================*/
#bgmovie-wrapper {
	display: none;
}
.drama-bnr-box {
	box-sizing: border-box;
	padding: 0 40px;
}
.drama-bnr {
	box-sizing: border-box;
	margin: 0 0 6vw;
	width: 100%;
	-webkit-border-radius : 1vw;
	-moz-border-radius : 1vw;
	border-radius : 1vw;
	overflow: hidden;
}

/*====================
		TXT-LINK
====================*/
.txt-link {
	font-size: 4vw;
	margin: 0 40px;
	max-width: 1000px;
	border:2px solid #333333;
}
.txt-link p {
	line-height: 1.6em;
}
.txt-link p a:hover {
	border-bottom: 1px dotted #f0cb68;
}
/*====================
		SP-BNR
====================*/
.bnr-wowow-area-n {
	max-width: 1000px;
	margin: 0 40px;
}
.bnr-wowow-area-n li {
	margin-bottom: 3vw;
}
/*====================
		BNR
====================*/
.main-bnr-n {
	margin: 0 auto 0;
	padding: 0 0 0;
}
.main-bnr-n li {
	width: 75%!important;
	margin: 0 auto 3vw!important;
	float: none;
	border:1px solid #f0cb68;
	background: #000000;
	-webkit-transition: none;
	transition:         none;
}
.main-bnr-n li:last-child {
	margin: 0 auto 0!important;
}
.main-bnr-n li:hover {
	background: #000000;
	-webkit-transition: none;
	transition:         none;
}
.bnr-area {
	width: 100%;
	padding: 0 40px;
	box-sizing: border-box;
	margin-bottom: -6vw;
}
.bnr-area li {
	width: 48%;
	float: left;
	margin: 0 1% 3%;
}
.bnr-area li:nth-child(3) {
	margin-left: 24%
}
/*------------------------------------------------------------------------------
								基本
------------------------------------------------------------------------------*/
#wrapper {
	min-width:740px;
	max-width: 1000px;
	font-size: 24px;
}
/*------------------------------------------------------------------------------
								共通
------------------------------------------------------------------------------*/
section .box {
	width:100%;
	box-sizing: border-box;
	max-width: 1000px;
	padding:0 40px 0;
	margin: 0 auto;
}
/*------------------------------------------------------------------------------
								MAIN
------------------------------------------------------------------------------*/
.main {
	padding-top: 14vw;
}

#mainWrapper-sp {
	width:100%;
	height: 100vh;
	position:relative;
}
#mainImgArea-sp {
 overflow: hidden;
	width:100%;
	height:100%;
	position:absolute;
	top: 0px;
	left: 0px;
}
#mainImgArea-sp .mainImg {
	overflow: hidden;
	width:100%;
	height:100%;
	top: 0px;
	left: 0px;
	position:absolute;
}
#mainImgArea-sp #mainImg0sp div {
	width: 100%;
	height: 100%;
	background:url("../../img/top/main-drama-sp0.jpg") no-repeat center top 6% / cover;
}
#mainImgArea-sp #mainImg1sp div {
	width: 100%;
	height: 100%;
	background:url("../../img/top/main-drama-sp.jpg") no-repeat center top 26% / cover;
}

#mainImgArea-sp .logo {
	height:0px;
	position:absolute;
	background-size:contain;
	text-indent:-999999px;
	top:50%;
	left:50%;
}
#mainImgArea-sp .logo div {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0px;
	left:0px;
}
#mainImgArea-sp #logo0sp {
	width:106%;
	padding-top:24%; 
	margin-left: -53%;
	margin-top: 24%;
	top:50%;
	bottom: auto;
}
#mainImgArea-sp #logo0sp .logo1 {
	background: url("../../img/top/logo-drama1b.png") no-repeat center center / contain;
}
#mainImgArea-sp #logo0sp .logo2 {
	background: url("../../img/top/logo-drama2b.png") no-repeat center center / contain;
}
#mainImgArea-sp #logo0sp .logo3 {
	background: url("../../img/top/logo-drama3.png") no-repeat center center / contain;
}

#mainImgArea-sp #logo1sp {
	width:100%;
	padding-top:21.5%; 
	margin-left: -50%;
	margin-top: 3.5%;
	top:50%;
	bottom: auto;
}
#mainImgArea-sp #logo1sp .logo1 {
	background: url("../../img/top/logo-drama1b.png") no-repeat center center / contain;
}
#mainImgArea-sp #logo1sp .logo2 {
	background: url("../../img/top/logo-drama2b.png") no-repeat center center / contain;
}
#mainImgArea-sp #logo1sp .logo3 {
	background: url("../../img/top/logo-drama3.png") no-repeat center center / contain;
}
#mainImgArea-sp #day0sp {
	position:absolute;
	width:92%;
	padding-top: 8%;
	top:auto;
	left:auto;
	bottom: 3vw;
	right:3vw;
}
#mainImgArea-sp #day0sp div {
	position:absolute;
	text-indent:-999999px;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: url("../../img/top/day-drama4pc.png") no-repeat right bottom / contain;
}

#mainImgArea-sp #day1sp {
	position:absolute;
	text-indent:-999999px;
	bottom:3vw;
	left:3vw;
	width:92vw;
	height:0px;
	padding-top: 8vw;
	background: url("../../img/top/day-drama4sp.png") no-repeat center bottom / contain;
}
#mainImgArea-sp #copy0sp {
	position:absolute;
	width:9%;
	padding-top: 36%;
	margin-top: -37.5%;
	top: 50%;
	right: 2.4%;
	background:url("../../img/top/copy-drama2b.png") no-repeat center center;
	background-size:contain;
}
#mainImgArea-sp #copy0sp div {
	position:absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background:url("../../img/top/copy-drama2.png") no-repeat center center;
	background-size:contain;
	text-indent:-999999px;
}

#mainImgArea-sp #copy1sp {
	position:absolute;
	width:8%;
	padding-top: 52.5%;
	margin-top: -56%;
	margin-left: 16.5%;
	top: 50%;
	left: 50%;
	background:url("../../img/top/copy-drama.png") no-repeat center center;
	background-size:contain;
	text-indent:-999999px;
}

/*-----------
 ACT0
-----------*/
.act0 #mainImgArea-sp #mainImg0sp {
	-webkit-transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
	transform: scale(1.0,1.0);
	opacity: 1;
}
.act0 #mainImgArea-sp #mainImg1sp,.act0 #mainImgArea-sp #mainImg2sp {
	-webkit-transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
	transform: scale(1.25,1.25);
	opacity: 0;
}
.act0 #mainImgArea-sp #logo0sp {
	-webkit-transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
	transform: scale(1.0,1.0) rotate(-32deg);
	opacity: 1;
}
.act0 #mainImgArea-sp #logo1sp {
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(1.25,1.25) rotate(0deg);
	opacity: 0;
}
.act0 #mainImgArea-sp #logo2sp {
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(1.25,1.25);
	opacity: 0;
}
.act0 #mainImgArea-sp #copy0sp {
	-webkit-transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
	transform: scale(1.0,1.0);
	opacity: 1;
}
.act0 #mainImgArea-sp #copy1sp {
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(0.8,0.8);
	opacity: 0;
}
.act0 #mainImgArea-sp #day0sp {
	-webkit-transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
	transform: scale(1.0,1.0);
	opacity: 1;
}
.act0 #mainImgArea-sp #day1sp {
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(0.8,0.8);
	opacity: 0;
}
/*-----------
 ACT1
-----------*/
.act1 #mainImgArea-sp #mainImg1sp {
	-webkit-transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
	transform: scale(1.0,1.0);
	opacity: 1;
}
.act1 #mainImgArea-sp #mainImg0sp,.act1 #mainImgArea-sp #mainImg2sp {
	-webkit-transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
	transform: scale(1.25,1.25);
	opacity: 0;
}
.act1 #mainImgArea-sp #logo0sp {
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(1.25,1.25) rotate(-32deg);;
	opacity: 0;
}
.act1 #mainImgArea-sp #logo1sp {
	-webkit-transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
	transform: scale(1.0,1.0) rotate(0deg);
	opacity: 1;
}
.act1 #mainImgArea-sp #logo2sp {
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(1.25,1.25);
	opacity: 0;
}
.act1 #mainImgArea-sp #copy0sp {
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(0.8,0.8);
	opacity: 0;
}
.act1 #mainImgArea-sp #copy1sp {
	-webkit-transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
	transform: scale(1.0,1.0);
	opacity: 1;
}
.act1 #mainImgArea-sp #day0sp {
	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(0.8,0.8);
	opacity: 0;
}
.act1 #mainImgArea-sp #day1sp {
	-webkit-transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
	transition: all 2s cubic-bezier(0.25, 1, 0.5, 1);
	transform: scale(1.0,1.0);
	opacity: 1;
}

/*------------------------------------------------------------------------------
								MENU ICON
------------------------------------------------------------------------------*/
.menu-icon-box {
	width: 100%;
	position: fixed;
	z-index: 10;
}
.menu-icon-box {
	-webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
	background: rgba(0,0,0,0.8);
}
.menu-icon-box.active {
	-webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
	background: rgba(0,0,0,1.0);
}
#menu-icon {
	mix-blend-mode: difference;
	position:relative;
	width:8vw;
	height:8vw;
	margin: 0 auto 0;
	opacity: 0.8;
	padding: 3vw 0 3vw;
}
.menu-icon,
.menu-icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-icon {
  position: relative;
  width: 8vw;
  height: 8vw;
  top:0px;
  left:0px;
}
.menu-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.8vw;
  background-color: #f0cb68;
}
.menu-icon span:nth-of-type(1) {
  top: 1vw;
}
.menu-icon span:nth-of-type(2) {
  top: 3.5vw;
}
.menu-icon span:nth-of-type(3) {
  bottom: 1vw;
}

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

/*------------------------------------------------------------------------------
								MENU
------------------------------------------------------------------------------*/
.menu-area {
	position: fixed;
	width: 100%;
	top: 0px;
	box-sizing: border-box;
	height: 100%;
	display: none;
	overflow-y: auto!important;
	z-index: 9;
	-webkit-transition: none;
	transition: none;
	background: #1c1c1c;
}
.menu {
	margin-bottom: 12vw;
	padding-top: 18vw!important;
}

.menu li .goods-icon {
	padding-right: 0px!important;
}
.menu li .goods-icon::after {
	top:0.42em;
	right:50%;
	margin-right: -1.9em;
}
.menu li.no-act {
	opacity: 1;
}
.menu li.no-act::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top:0px;
	left:0px;
	text-align: center;
	background: rgba(28,28,28,0.6);
}
.menu li.no-act .cs {
	position: absolute;
	bottom:auto;
	top:50%;
	left:50%;
	width: 60%;
	margin-left: -30%;
	margin-top: -0.6em;
	line-height: 1em;
	font-size: 5vw;
	background: none;
	display: block;
	box-sizing: border-box;
	color: #FFFFFF;
	padding: 0.3em 0 0.15em;
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	z-index: 10;
	opacity: 0.5;
}
.menu li.no-act .cs::before {
	content: "";
	display: none;
}
.menu li.no-act .cs {
	opacity: 0.5;
	-webkit-transition: none;
	transition:         none;
}
.menu li.no-act:hover .cs {
	opacity: 0.5;
	-webkit-transition: none;
	transition:         none;
}

.menu {
	max-width: 1440px;
	min-width: 660px;
    display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display:block;
	justify-content:center;
}
.menu {
	width: 86vw;
	margin: 0 auto 0;
	padding: 4vw 0 4vw;
	height: auto;
	overflow: hidden;
	position: relative;
}
.menu li {
	float: left;
	width: 50%;
	margin-bottom: 3vw;
}
.menu li:nth-child(3),.menu li:nth-child(5),.menu li:nth-child(7),.menu li:nth-child(9),.menu li:nth-child(11),.menu li:nth-child(13) {
	border-left: 1px dotted #b4984e;
}
.menu li:last-child {
	margin-top: 5%;
	margin-left: 25%;
}
.menu li:nth-child(13) {
	margin-bottom: 0px;
}
.menu li div {
	padding: 2vw 0;
	font-size: 6vw;
	opacity: 1;
}
.menu li div span {
	font-size: 2.5vw;
	margin-top: 0.5em;
}
/*------------------------------------------------------------------------------
								MIDDLE
------------------------------------------------------------------------------*/
.middle {
	padding: 8vw 0 8vw;
}
.middle2 {
	padding: 6vw 0 4vw;
}

.billing {
	margin: 0 auto;
	width: 100%;
}
.billing h3 {
	font-size: 3.2vw;
}
.billing h4 {
	font-size: 2.6vw;
}
.billing h5 {
	font-size: 2vw;
}
.billing p {
	font-size: 1.8vw;
}

.sns-link1 {
	width: 40%;
}
.sns-link2 {
	width: 90%;
}
.sns-link3 {
	width: 60%;
}
#sns-link li {
	width: 31%;
	float: left;
	margin-right: 3.5%;
	opacity: 0.8;
}
#sns-link li:last-child {
	margin-right: 0px;
}
#sns-area {
	width: 22vw;
	margin: 5vw auto 0;
}
#sns-area li {
	width:6vw;
	height:6vw;
	margin-right:2vw;
}
#sns-area #snsFb {
	background:url("../../img/top/sns-icon2.png") no-repeat left 0px top / auto 6vw;
}
#sns-area #snsTw {
	background:url("../../img/top/sns-icon2.png") no-repeat left -6vw top / auto 6vw;
}
#sns-area #snsLine {
	background:url("../../img/top/sns-icon2.png") no-repeat left -12vw top / auto 6vw;
}
/*------------------------------------------------------------------------------
								TRAILER AREA
------------------------------------------------------------------------------*/
#movie-area {
	padding-top: 22vw;
	margin-top: -14vw;
	padding-bottom: 6vw;
}
#trailer-area .prArea {
	font-size: 2.5vw;
	width:100%;
}
#trailer-area  ul {
	margin: 3% auto 0 auto;
	width: 100%;
}
#trailer-area ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	height:8vw;
}
#trailer-area  ul li div a {
	font-size:3.2vw;
    line-height: 8vw;
}
#trailer-area ul li:last-child {
	margin:0 0 2% 0;
	width: 100%;
	height:10vw;
}
#trailer-area  ul li:last-child div a {
    line-height: 10vw;
}
/*------------------------------------------------------------------------------
								FOOTER
------------------------------------------------------------------------------*/
#footer-area {
	height: 18vw;
}
#footer-area #copyright {
	font-size: 2vw;
	line-height: 18vw;
}
/*------------------------------------------------------------------------------
								MODAL
------------------------------------------------------------------------------*/

#modalWaku {
	position:absolute;
	width:90%;
	max-width: 640px;
	max-height: 900px;
	height:126.5625vw;
	top:50%;
	left:50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
/*------------------------------------------------------------------------------
								privacy
------------------------------------------------------------------------------*/

.policy {
	width: 80vw;
}
.policy li {
	width: 48%;
	margin: 0 1% 0;
}
.policy li:nth-child(3) {
	margin-top: 3vw;
	margin-left: 25%;
}
}