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%;
	margin:0 auto;
	min-width:1280px;
	max-width:2000px;
	font-size:20px;
	line-height:1.6em;
	color:#FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
#contents-wrapper {
	width:100%;
	height: auto;
	position:relative;
	padding-top: 0px;
	padding-bottom:60px;
}
#contents {
	width:100%;
	height: auto;
	position:relative;
	padding-top: 0px;
	padding-bottom:0;
}
.contents-box {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 80px;
}
.contents-box-about {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	max-width: 2000px;
	padding: 0;
}
.about-box {
	margin: 0 auto;
	max-width: 2000px;
	padding: 0 80px;
}

/*------------------------------------------------------------------------------
								HEAD
------------------------------------------------------------------------------*/
.header-area {
	background: #000000;
	padding-top: 120px;
}
#header {
	width:100%;
	min-width:740px;
	position:relative;
	height:160px;
	padding-top: 0;
	margin-bottom: 0;
}
#header-area h1 {
	width:720px;
	height:160px;
	margin:0 auto 0;
	position:relative;
	background:url("../../img/common/header-logo-drama.png")no-repeat center center / cover;
}
#header-area h1 p {
	text-indent:-999999px;
}
#header-area h1 a {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	text-indent:-999999px;
}

/*------------------------------------------------------------------------------
								MENU
------------------------------------------------------------------------------*/
.menu-area {
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	background: rgba(0,0,0,0.8);
	height: auto;
	display: block;
	z-index: 10;
}
.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;
}
}

/*------------------------------------------------------------------------------
								TITLE
------------------------------------------------------------------------------*/
h2 {
	font-family: 'Teko', sans-serif!important;
	font-size:60px;
	text-align:center;
	line-height:1em;
	font-weight:400;
	margin: 20px auto 0px;
	padding-bottom: 40px;
	display: block;
	color: #FFFFFF;
	position: relative;

}
h2 strong {
	width: 2px;
	height: 30px;
	margin-bottom: -3px;
	margin-right: 5px;
	background: #CCCCCC;
	overflow: hidden;
	display: inline-block;
	text-indent: -99999px;
	transform: rotate(30deg)
}
h2 span {
	display: block;
	font-size:15px;
	line-height:1em;
	margin-top: 5px;
	font-weight:500;
	letter-spacing: 0em;
	font-family: 'Noto Sans JP', sans-serif!important;
}
/*------------------------------------------------------------------------------
								MAIN
------------------------------------------------------------------------------*/
.box {
	position:relative;
	overflow:hidden;
	width:100%;
	padding-top: 0px;
}
.floatBox {
width: 100%;
margin: 0 auto;
	position:relative;
	overflow:hidden;
	margin-bottom: 40px;
}

/*------------------------------------------------------------------------------
								FOOTER
------------------------------------------------------------------------------*/
#footer-area {
	position: absolute;
	bottom:0px;
	width:100%;
	height: 60px;
	box-sizing: border-box;
	background: #000000;
}
#footer-area #copyright {
	width:100%;
	text-align: center;
	height:auto;
	font-size: 12px;
	line-height: 59px;
	box-sizing: border-box;
	color: #cccccc;
	border-top: 1px dotted #333333;
}

/*------------------------------------------------------------------------------
								SP
------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
.pc {
	display:none;
}
.sp {
	display:block;
}
#wrapper {
	min-width:740px;
	max-width:1000px;
	font-size:2.8vw;
	line-height:1.6em;
}
#contents-wrapper {
	padding-bottom:160px;
}
#contents {
	width:100%;
	margin:0;
	position:relative;
	padding-bottom:0px;
}
.contents-box {
	padding: 0 40px;
}
.about-box {
	padding: 0 40px;
}
/*------------------------------------------------------------------------------
								HEAD
------------------------------------------------------------------------------*/
.header-area {
	background: #000000;
	padding-top: 16vw!important;
}
#header {
	width:100%;
	min-width:740px;
	position:relative;
	height:180px;
	padding-top: 0;
	margin-bottom: 0;
}
#header-area h1 {
	width:740px;
	height:180px;
	margin:0 auto 0;
	position:relative;
	background:url("../../img/common/header-logo-drama.png")no-repeat center center / 740px auto!important;
}
#header-area h1 p {
	text-indent:-999999px;
}

/*------------------------------------------------------------------------------
								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;
	height: 100%;
	box-sizing: border-box;
	padding-top: 0px;
	background: rgba(28,28,28,1.0);
	display: none;
	z-index: 9;
	overflow-y: auto!important;
}
.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),.menu li:nth-child(14) {
	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;
}
/*------------------------------------------------------------------------------
								TITLE
------------------------------------------------------------------------------*/
h2 {
	font-size:8vw;
	margin: 6vw auto 0;
	padding-bottom: 8vw;
}
h2 strong {
	width: 2px;
	height: 34px;
	margin-right: 5px;
}
h2 span {
	font-size:2.5vw;
	margin-top: 1vw;
}
/*------------------------------------------------------------------------------
								MAIN
------------------------------------------------------------------------------*/
.box {
	position:relative;
	overflow:hidden;
	zoom:1;
	width:100%;
}
/*------------------------------------------------------------------------------
								FOOTER
------------------------------------------------------------------------------*/
#footer-area {
	width:100%;
	height:160px;
	position:absolute;
	bottom:0px;
}
#footer-area #copyright {
	width:100%;
	text-align: center;
	height:auto;
	font-size: 17px;
	line-height: 1.5em;
	opacity: 0.75;
	padding-top: 60px;
}
#footer-area #copyright a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer-area #copyright span {
	display: block;
	font-size: 12px;
	margin-top: 12px;
}
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@media print{
}


.fromBottomOut {
	transform: translate(0px, 125px) rotate(0deg) scale(1.0);
	opacity: 0.0;
}
.fromBottomIn {
	-webkit-transition: all 1.25s cubic-bezier(0.16, 1, 0.3, 1);
	transition:         all 1.25s cubic-bezier(0.16, 1, 0.3, 1);
	transform: translate(0px, 0px) rotate(0deg) scale(1.0);
	opacity: 1.0;
}


