@charset "utf-8";
::selection {
	background: #ff0000;
	color: #fff;
}
::-moz-selection {
 background: #000;
 color:#fff;
}
* { outline: none; }
*:focus { outline: none; }
button {
	background-color: transparent;
	z-index: 1;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	appearance: none;
}
body {
	font-family: 'Noto Serif JP', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.09em;
	color: #fff;
	background-color: #000;
	min-width: 1200px;
}
#cb {
	min-width:auto;
}
a { color: #fff; }
a:hover { text-decoration: none; }
.ah { transition: all .4s ease; }
.ah:hover { opacity: .7; }
.sp { display: none; }
#loading {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 15000;
}
/* ▼HEADER▼ --------------------------------- 
-------------------------------------------------*/

body#index header nav {
	overflow: auto !important;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	min-height: 620px;
	background: #000;
	z-index: 14000;
	transition: 0.6s ease-in-out;
	transform: translateX(-100%);
}
body#index header nav.active { transform: translateX(0); }
body#index header #trigger {
	position: fixed;
	z-index: 14001;
	top: 36px;
	left: 36px;
	background: #cd3600 url(../images/menu_off.png) no-repeat;
	width: 72px;
	height: 72px;
	border-radius: 36px;
	transition: 0.3s ease;
}
body#index header #trigger.active { background: #FFF url(../images/menu_on.png) no-repeat; }
body#index header nav ul {
	position: absolute;
	width: 291px; /*--メニュー画像の横幅最大値--*/
	height: 524px; /*--メニューボックスの縦幅値--*/
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
body#index header nav ul li { margin-bottom: 20px; }
body#index header nav ul li:last-child { margin-bottom: 0; }
body#index header nav ul li a {
	display: block;
	width: 100%;
	height: 34px;
}
body#index header nav ul li#n a { background: url(../images/nav/nav01.png) no-repeat; }
body#index header nav ul li#t a { background: url(../images/nav/nav02.png) no-repeat; }
body#index header nav ul li#c a { background: url(../images/nav/nav03.png) no-repeat; }
body#index header nav ul li#m a { background: url(../images/nav/nav04.png) no-repeat; }
body#index header nav ul li#l a { background: url(../images/nav/nav05.png) no-repeat; }
body#index header nav ul li#g a { background: url(../images/nav/nav06.png) no-repeat; }
body#index header nav ul li#q a { background: url(../images/nav/nav07.png) no-repeat; }
body#index header nav ul li#b a { background: url(../images/nav/nav08.png) no-repeat; }
body#index header nav ul li#co a { background: url(../images/nav/nav09.png) no-repeat; }
body#index header nav ul li#tw a { background: url(../images/nav/nav_link.png) no-repeat; }
body#index header nav ul li#cha a { background: url(../images/nav/nav10.png) no-repeat; }

/* ▼TOP▼ --------------------------------- 
-------------------------------------------------*/

#top {
	position: relative;
	min-height: 620px;
}
#topLeft {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#topRight {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
#topArea {
	height: 74.6%;
	background: url(../images/logo_abg.jpg) no-repeat center / cover;
	position: relative;
}
#topArea h1 {
	position: absolute;
	width: 540px;
	height: 200px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#bottomArea {
	height: calc(100% - 74.6%);
	background: #000;
	position: relative;
}
#bottomArea > ul {
	height: 133px;
	width: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
}
#bottomArea > ul li:first-child { margin-bottom: 13px; }
#bottomArea > ul li dl dt,
#bottomArea > ul li dl dd { float: left; }
#bottomArea > ul li dl dt {
	width: 175px;
	margin-right: 18px;
}
#bottomArea > ul li dl dd {
	font-size: 19px;
	width: calc(100% - 193px);
	padding-top: 3px;
}
#bottomArea > ul li dl dd span { font-size: 16px; }
#mainVs {
	height: 100%;
	background: url(../images/main_vs.jpg) no-repeat center / cover;
	position: relative;
}
#catch {
	position: absolute;
	width: 69px;
	height: 571px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
body#index ul#shareBox {
	width: 110px;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
}
body#index ul#shareBox li:first-child { margin-right: 10px; }
.standBy {
	opacity: .7;
	pointer-events: none;
}
/* ▼CONTENTS▼ --------------------------------- 
-------------------------------------------------*/

.comW { position: relative; }
.comW > h2 { text-align: center; }
/*--NEWS--*/

#news { padding: 74px 0 30px; }
#news > h2 { margin-bottom: 30px; }
#news > ul {
	width: 1146px;
	margin: 0 auto 50px;
}
#news > ul li a {
	display: block;
	padding: 40px 170px 40px 100px;
	border-bottom: 1px solid #2b2b2b;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	position: relative;
}
#news > ul li a:before {
	content: "";
	background: url(../images/arrow.png) no-repeat;
	width: 30px;
	height: 6px;
	position: absolute;
	top: 50%;
	right: 100px;
	transform: translateX(-50%);
}
#news > ul li a > .date {
	color: #cd3600;
	float: left;
	width: 110px;
}
#news > ul li a > .title {
	color: #fff;
	float: right;
	width: calc(100% - 110px);
}
#nMore {
	width: 200px;
	margin: 0 auto;
}
#nMore a {
	display: block;
	width: 200px;
	height: 40px;
	border: 1px solid #2b2b2b;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	transition: .3s ease;
}
#nMore a:hover { background: #2b2b2b; }
/*--TICKET--*/

#ticket { padding-bottom: 90px; }
#ticket > h2 {
	position: absolute;
	width: 446px;
	height: 49px;
	margin: auto;
	left: 0;
	right: 0;
	top: 65px;
}
#place {
	background: url(../images/middle_bg.jpg) no-repeat center / cover;
	padding: 260px 0 56px;
}
#placeIn {
	width: 1180px;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
}
#placeIn > section {
	width: 580px;
	background: #000;
	border: 4px solid #373737;
	box-sizing: border-box;
	position: relative;
	padding-top: 166px;
	padding-bottom: 370px;
}
#placeIn > section:first-of-type { margin-right: 20px; }
#placeIn > section > h3 {
	position: absolute;
	width: 250px;
	height: 250px;
	margin: auto;
	left: 0;
	right: 0;
	top: -125px;
}
#placeIn > section > p {
	font-size: 24px;
	line-height: 37px;
	text-align: center;
	margin-bottom: 30px;
}
#placeIn > section > p > span { font-size: 20px; }
#placeIn > section > ul li {
	font-size: 16px;
	line-height: 34px;
	margin-left: 60px;
}
#shImg {
	position: absolute;
	left: -4px;
	bottom: 0;
}
#ticketBox {
	padding-top: 67px;
	width: 976px;
	margin: 0 auto;
}
#ticketBox > dl {
	font-size: 20px;
	line-height: 38px;
}
#ticketBox > dl dt { margin-bottom: 20px; }
#ticketBox > dl dd { margin-bottom: 40px; }
#ticketBox > dl dd:first-of-type { font-size: 16px; }
#ticketBox > dl dd > span {
	display: block;
	font-size: 24px;
}
#ticketBox > dl dt .fontS{
    font-size: 15px;
    color: #cd3600;
}
.ticketCaution{
    margin-bottom: 60px;
    line-height: 26px;
}
.ticketCaution:first-of-type{
    border-bottom: 1px dotted #fff;
    padding-bottom: 60px;
}
.ticketCaution > span{
    display: block;
    margin-top: 40px;
    font-size: 16px;
}
.ticketCaution > span a{
    color: #cd3600;
}
.tpTxt {
	display: inline-block !important;
	font-size: 16px !important;
	line-height: 20px;
	color: #000 !important;
	background: #fff;
	margin-bottom: 8px !important;
	padding: 0 8px;
}
#placeIn02 {
	width: 1180px;
	margin: 0 auto;
	background: #373737;
	padding: 26px;
	box-sizing: border-box;
	margin-top: 20px;
	position: relative;
}
#placeIn02:before {
	content: "";
	position: absolute;
	background: url(../images/t_icon.png) no-repeat;
	width: 20px;
	height: 17px;
	top: -17px;
	right: 283px;
}
#placeIn02:after {
	content: "";
	position: absolute;
	background: url(../images/t_icon.png) no-repeat;
	width: 20px;
	height: 17px;
	top: -17px;
	left: 283px;
}
#placeIn02 > p {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
#placeIn02 > a {
	width: 564px;
	height: 63px;
	margin: 0 auto;
	display: block;
}
.ticketB {
	display: inline-block !important;
	background: #cd3600;
	font-size: 20px !important;
	padding: 0 8px;
}
#ticketBox > dl dd > a { color: #cd3600; }
/*--CAST&STAFF--*/

#cs > section > h2 { text-align: center; }
#cast > h2 { margin-bottom: 50px; }
#cast > h3 {
	margin-top: 25px;
	margin-bottom: 40px;
	text-align: center;
}
#cast { padding-bottom: 100px; }
ul#castList {
	width: 1090px;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul#castList > li {
	width: 250px;
	margin-right: 30px;
	margin-bottom: 50px;
}
ul#castList > li:nth-child(4n) { margin-right: 0; }
.photoArea { margin-bottom: 16px; }
.nameArea {
	font-size: 24px;
	text-align: center;
	display: block;
	position: relative;
}
.nameArea:before {
	content: "";
	background: url(../images/h_img02.png) no-repeat;
	width: 147px;
	height: 8px;
	position: absolute;
	top: 46%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.nameArea span {
	font-size: 16px;
	display: block;
	margin-bottom: 30px;
}
.nameArea a { margin-left: 8px; }
.nameArea a img { vertical-align: sub; }
#castUnder {
	font-size: 16px;
	text-align: center;
	margin-bottom: 90px;
}
#castUnder span {
	font-size: 20px;
	margin-bottom: 26px;
	display: block;
}
ul#ensemble {
	width: 895px;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul#ensemble > li {
	width: 145px;
	margin-right: 42px;
	margin-bottom: 50px;
	font-size: 24px;
}
ul#ensemble > li:nth-child(5n) { margin-right: 0; }
#staff > h2 { margin-bottom: 80px; }
ul#staff01,
ul#staff03 {
	width: 1110px;
	margin: 0 auto 80px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
ul#staff01:before {
	content: "";
	position: absolute;
	background: url(../images/h_img01.png) no-repeat;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 147px;
}
ul#staff01 li {
	width: 50%;
	font-size: 34px;
}
ul#staff01 li .pos { font-size: 24px; }
ul#staff01 li .sup {
	font-size: 20px;
	display: block;
	margin-top: 7px;
}
ul#staff01 li:last-child .pos { padding-left: 77px; }
ul#staff01 li:first-child .sup { padding-left: 63px; }
ul#staff01 li:last-child .sup { padding-left: 142px; }
ul#staff01 li a { margin-left: 8px; }
ul#staff01 li a img { vertical-align: baseline; }
ul#staff02 {
	text-align: center;
	letter-spacing: 4px;
	margin-bottom: 70px;
}
ul#staff02 li {
	display: inline-block;
	font-size: 26px;
	margin-right: 70px;
}
ul#staff02 li:last-child { margin-right: 0; }
ul#staff03 { margin-bottom: 60px !important; }
ul#staff03 li {
	width: 370px;
	font-size: 20px;
	margin-bottom: 45px;
	letter-spacing: 2px;
}
ul#staff03 li:last-child {
	width: 100%;
	text-align: center;
	font-size: 26px;
	margin-top: 20px;
}
/*ul#staff03 li:nth-last-child(3){
    width: 100%;
}*/
#colorerpaper {
	width: 1100px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 160px;
	position: relative;
}
#colorerpaper > h2 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 36px;
}
#cpWrap {
	width: 484px;
	margin: 0 auto;
	position: relative;
}
#cpWrap img { width: 100%; }
#cpWrap > p {
	position: absolute;
	bottom: -87px;
	right: -137px;
	width: 200px;
}
#info {
	width: 1100px;
	margin: 0 auto 90px;
}
#info > h2 {
	font-size: 20px;
	margin-bottom: 36px;
}
#info > dl { font-size: 16px; }
#info > dl dt { margin-bottom: 10px; }
#info > dl dd { margin-bottom: 36px; }
#mailBox { margin-bottom: 36px; }
ul#cautionList li {
	font-size: 14px;
	margin-bottom: 10px;
}
#copyR {
	text-align: center;
	font-size: 12px;
	color: #989898;
	padding: 50px 0;
}
#pageTop {
	position: fixed;
	z-index: 10000;
	bottom: 30px;
	right: 30px;
}
#pageTop a {
	opacity: 0;
	transition: 0.3s ease;
}
#pageTop a.active { opacity: 1; }
/* ▼MODAL▼ --------------------------------- 
-------------------------------------------------*/

#modalBox {
	position: fixed;
	overflow: auto;
	z-index: 140000;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.85);
	width: 100%;
	height: 100%;
	display: none;
	-webkit-overflow-scrolling: touch;
}
#modalBox .oneModalIn {
	display: none;
	width: 100%;
	height: 100%;
}
#modalBox .oneModalIn .commentIn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 900px;
	height: auto;
	margin: 0 auto;
	min-height: 100vh;
	min-height: 100%;
	position: relative;
}
#modalBox .commentWrap h3 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 24px;
}
#modalBox .commentWrap h3 span { font-size: 16px; }
#modalBox .commentWrap p {
	color: #fff;
	font-size: 18px;
	line-height: 36px;
}
.modalClose {
	position: absolute;
	top: 30px;
	right: 30px;
}
#modalBox .cVsIn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 513px;
	height: auto;
	margin: 0 auto;
	min-height: 100vh;
	min-height: 100%;
	position: relative;
}
#modalBox .coIn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 807px;
	height: auto;
	margin: 0 auto;
	min-height: 100vh;
	min-height: 100%;
	position: relative;
}
#modalBox .cVsIn img,
#modalBox .coIn img { padding: 30px 0; }
#coBtn {
	text-align: center;
	margin-top: 60px;
	padding-top: 54px;
}
#chart {
	width: 100%;
	background: url(../images/co_btn_bg.jpg) no-repeat 0 0 / cover;
	height: 216px;
}
#topmovie {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 1200px;
	min-height: 620px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#moviebtn { display: none; }
/* ▼SUB-HEADER▼ --------------------------------- 
-------------------------------------------------*/

body#sub header {
	width: 100%;
	height: 95px;
	background: #181818;
	position: fixed;
	min-width: 1200px;
	z-index: 9999;
}
body#sub header h1 {
	position: absolute;
	top: 0;
	left: 0;
}
body#sub header nav ul { margin-left: 198px; }
body#sub header nav ul li { float: left; }
body#sub header nav ul li a {
	height: 95px;
	display: block;
}
body#sub header nav ul li#n a {
	background: url(../images/sub_nav/s_nav01.png) no-repeat;
	width: 50px;
}
body#sub header nav ul li#t a {
	background: url(../images/sub_nav/s_nav02.png) no-repeat;
	width: 163px;
}
body#sub header nav ul li#c a {
	background: url(../images/sub_nav/s_nav03.png) no-repeat;
	width: 115px;
}
body#sub header nav ul li#m a {
	background: url(../images/sub_nav/s_nav04.png) no-repeat;
	width: 64px;
}
body#sub header nav ul li#l a {
	background: url(../images/sub_nav/s_nav05.png) no-repeat;
	width: 119px;
}
body#sub header nav ul li#g a {
	background: url(../images/sub_nav/s_nav06.png) no-repeat;
	width: 66px;
}
body#sub header nav ul li#q a {
	background: url(../images/sub_nav/s_nav07.png) no-repeat;
	width: 53px;
}
body#sub header nav ul li#b a {
	background: url(../images/sub_nav/s_nav08.png) no-repeat;
	width: 137px;
}
body#sub header nav ul li#co a {
	background: url(../images/sub_nav/s_nav09.png) no-repeat;
	width: 64px;
}
body#sub header nav ul li#cha a {
	background: url(../images/sub_nav/s_nav10.png) no-repeat;
	width: 154px;
}
#stwLink {
	position: absolute;
	top: 0;
	right: 0;
}
#stwLink a {
	background: url(../images/sub_nav/s_nav_link.png) no-repeat;
	width: 134px;
	height: 95px;
	display: block;
}
/* ▼SUB-CONTENTS▼ --------------------------------- 
-------------------------------------------------*/

body#sub #fullWrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}
body#sub footer { margin-top: auto; }
body#sub .scCom {
	width: 1146px;
	margin: 0 auto;
	padding-top: 174px;
}
body#sub .scCom > h2 {
	text-align: center;
	margin-bottom: 40px;
}
body#sub footer {
	position: relative;
	height: 50px;
	padding-bottom: 50px;
}
body#sub ul#shareBox {
	position: absolute;
	width: 110px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	top: 0;
	right: 150px;
	z-index: 1;
}
body#sub ul#shareBox li:first-child { margin-right: 10px; }
#s_copyR {
	text-align: center;
	font-size: 12px;
	color: #989898;
	padding-top: 15px;
}
/*--SUB-NEWS--*/

#sNews > ul {
	width: 1146px;
	margin: 0 auto 50px;
}
#sNews > ul li a {
	display: block;
	padding: 40px 170px 40px 100px;
	border-bottom: 1px solid #2b2b2b;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	position: relative;
}
#sNews > ul li a:before {
	content: "";
	background: url(../images/arrow.png) no-repeat;
	width: 30px;
	height: 6px;
	position: absolute;
	top: 50%;
	right: 100px;
	transform: translateX(-50%);
}
#sNews > ul li a > .date {
	color: #ff0000;
	float: left;
	width: 110px;
}
#sNews > ul li a > .title {
	color: #fff;
	float: right;
	width: calc(100% - 110px);
}
.pagingBox {
	height: 40px;
	text-align: center;
	padding-top: 40px;
	margin-bottom: 80px;
}
.pagingBox a,
.pagingBox span {
	display: inline-block;
	height: 40px;
	width: 40px;
	margin-right: 5px;
	margin-bottom: 5px;
	box-sizing: border-box;
	border: 1px solid #990000;
	text-align: center;
	line-height: 38px;
	font-weight: bold;
	font-size: 16px;
}
.pagingBox a {
	background-color: transparent;
	transition: all 0.5s ease;
	color: #990000;
	text-decoration: none;
}
.pagingBox a:hover {
	background-color: #990000;
	color: #FFF;
}
.pagingBox span {
	background-color: #990000;
	position: relative;
	color: #FFF;
	font-weight: bold;
}
.pagingBox .none { display: none; }
#newsDetail > h3 {
	padding: 40px 100px;
	border-bottom: 1px solid #2b2b2b;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	position: relative;
}
#newsDetail > h3 > span {
	display: block;
	color: #ff0000;
	font-size: 16px;
	margin-top: 10px;
}
#newsText {
	padding: 40px 100px;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
}
#newsText img { max-width: 100%; }
#btlist {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 100px;
}
/*--SUB-MOVIE--*/

#movie > ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1050px;
	margin: 0 auto 50px;
}
#movie > ul li {
	width: 500px;
	margin-right: 50px;
	margin-bottom: 60px;
}
#movie > ul li:nth-child(even) { margin-right: 0; }
.movieCaption {
	font-size: 13px;
	color: #fff;
}
/*--TOP-BNR--*/

#bnrArea {
	height: 350px;
	background: url(../images/bnr_bg.jpg) center / cover;
	position: relative;
}
#bnrArea > ul { padding-top: 40px; }
#bnrArea > ul li { margin: 0 63px; }
#bnrArea > ul .owl-dots .owl-dot span {
	width: 20px !important;
	height: 20px !important;
	display: block;
	background: #fff;
	border-radius: 18px;
	margin: 0 6px;
}
#bnrArea > ul .owl-dots .owl-dot.active span { background: #cd3600; }
#bnrArea > ul .owl-controls { margin-top: 40px !important; }
#bnrControl {
	width: 536px;
	height: 50px;
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	margin: auto;
}
#bnrControl #prev {
	position: absolute;
	left: 0;
	z-index: 1;
}
#bnrControl #next {
	position: absolute;
	right: 0;
	transform: rotate(180deg);
	z-index: 1;
}
/*--SUB-GOODS--*/

#sGoods > ul {
	width: 1026px;
	margin: 0 auto;
	display:flex;
	flex-wrap:wrap;
}
#sGoods > ul li {
	width:240px;
	position:relative;
	margin-right:22px;
	margin-bottom:22px;
	background-color:rgba(24,24,24,1);
}
#sGoods > ul li:nth-child(4n){
	margin-right:0;
}
#sGoods > ul li a {
	display: block;
	height:100%;
	text-decoration:none;
}

#sGoods > ul li .goodsThumb {
	height:240px;
	background-color:#FFF;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
#sGoods > ul li .goodsTitle {
	padding:15px;
	word-break:break-all;
}
#sGoods > ul li .price {
	padding:15px;
	text-align:right;
}
#goodsHeadText {
    border: 1px #FFF solid;
    width: 1026px;
    margin: 0 auto;
    font-size: 16px;
    padding: 40px;
	margin-bottom:40px;
	box-sizing:border-box;
}
#goodsFootText {
    width: 1026px;
    margin: 0 auto;
    padding: 20px 0 70px;
    font-size: 14px;
    line-height: 30px;
}
.tags {
	margin-bottom:40px;
	text-align:center;
}
.tags a {
	display:inline-block;
	height:30px;
	line-height:30px;
	margin:0 5px 10px;
	padding:0 8px;
	border:1px solid #FFF;
	text-decoration:none;
	white-space:nowrap;
	transition:all 0.3s ease;
}
.tags a:hover,
.tags a.active {
	background-color:#FFF;
	color:#000;
}
/* goods modal */
#goodsModal {
    background:rgba(24,24,24,0.8);
    height: 500px;
    width: 830px;
    margin-right: auto;
    margin-left: auto;
    border: solid 1px #FFF;
    box-sizing: border-box;
    padding: 30px 15px 30px 30px;
    overflow: auto;
    position: relative;
    color: #FFF;
    font-family: '游明朝', 'Yu Mincho', 'Noto Sans Japanese', sans-serif;
    font-size: 14px;
}
#goodsModal a {
	color: #FFF;
}
.thumbnail span {
	cursor:pointer;
}
#goodsLeft {
	float: left;
	width: 330px;
}
.item_image {
    width: 64px;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
}
.item_image img {
	width:64px;
}
.item_image img:hover {
	opacity: 0.7;
}

#goodsRight {
	float: right;
	width: 390px;
	padding-bottom: 30px;
	padding-right:7px;
}
#goodsRight h4 {
    margin-top: 40px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 14px;
    display: block;
    padding: 0 4px; 
    border-bottom:solid 1px #FFF;
}
.goodsDetailTitle {
	font-size: 24px;
    line-height: 35px;
    color: #FFF;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    margin-bottom: 20px;
}
.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}
#mainImageCaption {
line-height:30px;
text-align:center;
}
.photo {
	margin-bottom:1px;
}

/* ▼DISCOGRAPHY▼ --------------------------------- 
-------------------------------------------------*/

/*----------{{INDEX}}----------*/

#bddvd{
    margin-bottom: 100px !important;
}
ul.tagList{
    margin: 0 auto 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}
ul.tagList li{
    margin: 0 6px;
}
ul.tagList li a{
    display: block;
    text-decoration: none;
    padding: 6px 20px;
    border: 2px solid #cd3600;
    color: #fff;
    transition: .3s ease;
    font-size: 13px;
    border-radius: 50px;
}
ul.tagList li a:hover{
    background: #cd3600;
}
ul.tagList li a.active{
    background: #cd3600;
}
ul#discList{
    margin: 0 auto 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul#discList li{
    width: 270px;
    margin-right: 22px;
    margin-bottom: 22px;
    box-sizing: border-box;
}
ul#discList li:nth-child(4n){
    margin-right: 0;
}
ul#discList .discThumb img{
    width: 100%;
    transition: .3s ease;
}
ul#discList .discThumb{
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
ul#discList li a {
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    display: block;
    position: relative;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(24,24,24,1);
    transition: .3s ease;
}
ul#discList li a:hover .discThumb img{
    transform: scale(1.2);
}
ul#discList .discTitle {
    font-size: 15px;
}

/*----------{{DETAIL}}----------*/

#diTitleWrap > h3{
    font-size: 22px;
    color: #c1ba9f;
    text-align: center;
    margin-bottom: 70px;
    position: relative;
}
#diTitleWrap > h3:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -30px;
}
.discographyCont > p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 30px;
}
.packageDetail{
    padding: 30px;
    box-sizing: border-box;
    background-color: rgba(24,24,24,1);
    margin-bottom: 30px;
}
.packageLeft {
    float: left;
    width: 390px;
}
.packageLeft img{
    width: 100%;
}
.packageRight {
    float: right;
    width: calc(100% - 430px);
}
.packageLeft a {
    display: block;
    height: 60px;
    width: 100%;
    margin-top: 30px;
    font-size: 18px;
    line-height: 57px;
    text-decoration: none;
    color: #fff;
    background: #cd3600;
    text-align: center;
    transition: .4s ease;
    font-weight: bold;
}
.packageLeft a:hover{
    background: #000;
}
.kbn {
    width: 100%;
    color: #000;
    background: #9d9781;
    font-size: 16px;
    font-weight: bold;
    padding-left: 13px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.packageRight > h4{
    font-size: 22px;
    margin-bottom: 26px;
}
.packageRight > p{
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 30px;
}
.detailCont .discTitle {
    font-size: 15px;
    margin-bottom: 8px;
}
.detailCont .discindex {
    font-size: 15px;
    padding-left: 20px;
    margin-bottom: 18px;
}
.detailCont .discindex > div{
    margin-bottom: 12px;
    line-height: 28px;
}
.detailCont .player {
    display: inline-block;
}
.detailCont .trial_image {
    background-color: #cd3600;
    border-radius: 8px;
    padding-top: 0px;
    vertical-align: middle;
    margin-left: 8px;
}

/*----------{{SHOP LIST}}----------*/

#tp { 
    background-color: transparent;
    min-width: auto;
}
#shopList {
	padding: 30px;
    background: #fff;
    width: 690px;
}
#shopList span {
	display: inline-block;
	margin: 0 0 10px 10px;
}
#shopList span a img { transition: all 0.6s ease; }
#shopList span a:hover img {
	transition: all 0.3s ease;
	transform: scale(1.1);
}
#shopList .linktext { padding-bottom: 10px; }
#shopList .linktext a {
	font-size: 20px;
	text-decoration: none;
}
#shopList .dlicon { padding-bottom: 15px; }
#shopList .dlicon a img { transition: all 0.6s ease; }
#shopList .dlicon a:hover img {
	transition: all 0.3s ease;
	transform: scale(1.1);
}
#shopList .qr {
	padding-bottom: 30px;
	border-bottom: 1px dotted #fff;
	margin-bottom: 30px;
}