@charset "UTF-8";

/* ==================================================
COMMON
================================================== */
body#pageHome {}


/* =========================================================
CONTENTS
========================================================= */
#cntWrap {
}

section {
	padding: 60px 20px 80px;
}

@media screen and (min-width: 901px) {
}


/* ABOUT
------------------------------ */
#aboutArea {
	background: #000;
	color: #fff;
	border-bottom: 4px solid #fff;
}

#aboutArea .lead {
	text-align: left;
	font-size: 2.2rem;
	font-weight: 800;
	max-width: 900px;
	margin: 0 auto 40px;
}

#aboutArea .lead p {
}

#aboutArea .lead p:not(:last-child) {
	padding-bottom: 30px;
}

#aboutArea .lead p .color {
	color: #face00;
}

#aboutArea .lineup {
	margin-top: 60px;
}

#aboutArea .lineup ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 640px;
	margin: 0 auto;
}

#aboutArea .lineup ul li {
width: calc(100% / 2 - 4px);
margin: 0 2px 4px;
}

#aboutArea .lineup ul li:nth-child(1),
#aboutArea .lineup ul li:nth-child(2) {
}

#aboutArea .lineup ul li.wide {
width: calc(100% - 4px);
}

#aboutArea .lineup ul li a {
display: block;
overflow: hidden;
transition: all 0.4s ease-out 0s;
}

#aboutArea .lineup ul li a img {
display: block;
transition: all 0.4s ease-out 0s;
}

#aboutArea .lineup ul li a:hover {
opacity: 1;
filter: brightness(110%) contrast(110%) saturate(120%);
}

#aboutArea .lineup ul li a:hover img {
transform: scale(1.05);
}

#aboutArea .lineup ul li .credit {
background: #fff;
padding: 6px 10px;
line-height: 1.2;
color: #000;
}

#aboutArea .lineup ul li .credit .time {
font-family: vinyl,sans-serif;
font-weight: 400;
font-size: 2rem;
/*! margin-bottom: 5px; */
}

#aboutArea .lineup ul li .credit .name {
font-family: source-han-sans-japanese,sans-serif;
font-weight: 700;
font-size: 1.6rem;
}

#aboutArea .lineup ul li.wide a {
}

#aboutArea .lineup ul li.wide a img {
}

#aboutArea .lineup ul li.wide .credit {
}

#aboutArea .lineup ul li.wide .credit .time {
}

#aboutArea .lineup ul li.wide .credit .name {
}

#aboutArea .leadAccordion {
}

#aboutArea .leadAccordion a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	height: 50px;
	color: #fff;
	border: 3px solid #fff;
	width: 90%;
	margin: 0 auto;
	font-size: 2.4rem;
	font-family: vinyl,sans-serif;
	max-width: 580px;
	overflow: hidden;
}

#aboutArea .leadAccordion a span {
}

#aboutArea .leadAccordion .box {
	font-size: 2rem;
	text-align: left;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: all 0.8s ease-out 0s;
	max-width: 900px;
	margin: 0 auto;
}

#aboutArea .leadAccordion .box p {
}

#aboutArea .leadAccordion .box p:not(:last-child) {
	margin-bottom: 30px;
}

/* アコーディオン展開時 */
#aboutArea .leadAccordion.boxOpen a {
	height: 0;
	opacity: 0;
	border: 0 solid #fff;
	pointer-events: none;
}

#aboutArea .leadAccordion.boxOpen a span {
}

#aboutArea .leadAccordion.boxOpen .box {
	opacity: 1;
	max-height: 1200px;
}

#aboutArea .leadAccordion.boxOpen .box p {
}

#aboutArea .leadAccordion.boxOpen .box p:not(:last-child) {
	margin-bottom: 30px;
}

@media screen and (min-width: 641px) {
#aboutArea {
}

#aboutArea .lead {
	text-align: center;
	font-size: 2.4rem;
}

#aboutArea .lead p {
}

#aboutArea .lead p:not(:last-child) {
}

#aboutArea .lead p .color {
}

#aboutArea .lineup {
}

#aboutArea .lineup ul {
	max-width: 900px;
}

#aboutArea .lineup ul li {
	width: calc(100% / 4 - 4px);
}

#aboutArea .lineup ul li:nth-child(1),
#aboutArea .lineup ul li:nth-child(2),
#aboutArea .lineup ul li:nth-child(3) {
	width: calc(100% / 4 - 3px);
}

#aboutArea .lineup ul li a {
}

#aboutArea .lineup ul li a img {
}

#aboutArea .lineup ul li .credit {
}

#aboutArea .lineup ul li .credit .time {
}

#aboutArea .lineup ul li .credit .name {
}

#aboutArea .lineup ul li.wide {
	width: calc(100% / 2 - 4px);
}

#aboutArea .lineup ul li.wide a {
}

#aboutArea .lineup ul li.wide a img {
}

#aboutArea .lineup ul li.wide .credit {
}

#aboutArea .lineup ul li.wide .credit .time {
}

#aboutArea .lineup ul li.wide .credit .name {
}

#aboutArea .leadAccordion {
}

#aboutArea .leadAccordion a {
}

#aboutArea .leadAccordion a span {
}

#aboutArea .leadAccordion .box {
}

#aboutArea .leadAccordion .box p {
}

#aboutArea .leadAccordion .box p:not(:last-child) {
}

/* アコーディオン展開時 */
#aboutArea .leadAccordion.boxOpen a {
}

#aboutArea .leadAccordion.boxOpen a span {
}

#aboutArea .leadAccordion.boxOpen .box {
}

#aboutArea .leadAccordion.boxOpen .box p {
}

#aboutArea .leadAccordion.boxOpen .box p:not(:last-child) {
}
}

/* NAVIGATOR
------------------------------ */
#navigatorArea {
	border-bottom: 4px solid #fff;
	padding: 0;
}

#navigatorArea dl {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
	max-width: 640px;
	margin: 0 auto;
}

#navigatorArea dl dt {
	width: 50%;
}

#navigatorArea dl dt .credit {
}

#navigatorArea dl dt .credit .ttl {
	font-family: vinyl,sans-serif;
	font-size: 2.4rem;
}

#navigatorArea dl dt .credit .name {
	font-size: 2rem;
	font-weight: 800;
}

#navigatorArea dl dd {
	width: 50%;
}

#navigatorArea dl dd img {
}

@media screen and (min-width: 641px) {
	#navigatorArea dl {
		border-right: 4px solid #fff;
		border-left: 4px solid #fff;
		padding: 0;
	}
}


/* J-WAVE NIHONMONO LOUNGE
------------------------------ */
#hinomonoArea {
	padding: 60px 20px 60px;
	background: #fff;
}

#hinomonoArea .bnr {
}

#hinomonoArea .bnr a {
}

#hinomonoArea .bnr a .pcOnly {
}

#hinomonoArea .bnr a .spOnly {
}

#hinomonoArea .reserve {
	max-width: 900px;
	margin: 40px auto 0;
}

#hinomonoArea .reserve h2 {
	font-size: 2rem;
	font-weight: 800;
	border-bottom: 3px solid #000;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#hinomonoArea .reserve .comment {
	font-size: 1.8rem;
	text-align: left;
	margin: 0 auto 40px;
}

#hinomonoArea .reserve .comment p {
}

#hinomonoArea .reserve .comment p:not(:last-child) {
	margin-bottom: 30px;
}

#hinomonoArea .reserve .comment p s {
	font-size: 1.8rem;
	opacity: 0.4;
}

#hinomonoArea .reserve .btn {
}

#hinomonoArea .reserve .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	min-height: 50px;
	color: #000;
	border: 3px solid #000;
	width: 90%;
	margin: 0 auto;
	font-size: 2.6rem;
	max-width: 580px;
	padding: 5px 5px;
	min-width: 280px;
	line-height: 1.2;
}

#hinomonoArea .reserve .btn a span {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#hinomonoArea .reserve .btn a span i {
	font-weight: 800;
	font-size: 2rem;
	margin: 0 4px;
}

#hinomonoArea .reserve .btn a span i.en {
	font-family: vinyl,sans-serif;
	font-weight: 400;
	font-size: 2.4rem;
}

#hinomonoArea .reserve .btn a span i.jp {
	transform: translateY(-2px);
}

@media screen and (min-width: 641px) {
#hinomonoArea {
}

#hinomonoArea .bnr {
}

#hinomonoArea .bnr a {
}

#hinomonoArea .bnr a .pcOnly {
}

#hinomonoArea .bnr a .spOnly {
}

#hinomonoArea .reserve {
}

#hinomonoArea .reserve h2 {
}

#hinomonoArea .reserve .comment {
	text-align: center;
}

#hinomonoArea .reserve .comment p {
}

#hinomonoArea .reserve .comment p:not(:last-child) {
}

#hinomonoArea .reserve .comment p s {
}

#hinomonoArea .reserve .btn {
}

#hinomonoArea .reserve .btn a {
}

#hinomonoArea .reserve .btn a span {
}

#hinomonoArea .reserve .btn a span i {
}

#hinomonoArea .reserve .btn a span i.en {
}

#hinomonoArea .reserve .btn a span i.jp {
}
}

/* TIME TABLE
------------------------------ */
#timetableArea {
	border-bottom: 4px solid #fff;
}

#timetableArea h2 {
	font-family: vinyl,sans-serif;
	font-size: 6rem;
	color: #fff;
	line-height: 1;
	margin-bottom: 50px;
}

#timetableArea .headtxt {
	font-size: 1.8rem;
	font-weight: 800;
	text-align: left;
	max-width: 900px;
	margin: 0 auto 40px;
}

#timetableArea .headtxt p {
}

#timetableArea .headtxt p:not(:last-child) {
	margin-bottom: 20px;
}

#timetableArea .headtxt p.notice {
	font-size: 80%;
	font-weight: 400;
}

#timetableArea .timeTable {
}

#timetableArea .timeTable ul {
	max-width: 640px;
	margin: 0 auto;
}

#timetableArea .timeTable ul li {
	text-align: left;
	border: 6px solid #000;
	width: 100%;
	margin: 0 0 8px;
	padding-bottom: 15px;
}

#timetableArea .timeTable ul li .time {
font-family: vinyl,sans-serif;
font-weight: 400;
font-size: 3rem;
background: #000;
color: #face00;
line-height: 1.2;
padding: 2px 6px 1px;
min-height: 40px;
text-align: center;
}

#timetableArea .timeTable ul li .place {
	padding: 15px 15px 0;
}

#timetableArea .timeTable ul li .place b {
font-weight: 700;
font-size: 2rem;
display: block;
line-height: 1.2;
/*! min-height: 50px; */
}

#timetableArea .timeTable ul li .place p {
font-size: 1.6rem;
margin-top: 10px;
line-height: 1.5;
}

#timetableArea .timeTable ul li .place b i {
}

#timetableArea .timeTable ul li .credit {
	padding: 20px 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

#timetableArea .timeTable ul li .credit.imgL {
	justify-content: flex-end;
}

#timetableArea .timeTable ul li .credit .name {
font-weight: 700;
font-size: 1.8rem;
line-height: 1.4;
width: calc(100% - 115px);
}

#timetableArea .timeTable ul li .credit.imgL .name {
	width: 100%;
	margin-bottom: 15px;
}

#timetableArea .timeTable ul li .credit .name .label {
display: block;
background: #000;
color: #face00;
font-weight: 700;
font-size: 1.5rem;
width: 60px;
text-align: center;
margin-bottom: 10px;
line-height: 1;
padding: 4px;
}

#timetableArea .timeTable ul li .credit .name i {
}

#timetableArea .timeTable ul li .credit a {
	display: block;
	width: 100px;
	overflow: hidden;
	transition: all 0.4s ease-out 0s;
}

#timetableArea .timeTable ul li .credit.imgL a {
	width: 200px;
}

#timetableArea .timeTable ul li .credit a img {
	transition: all 0.4s ease-out 0s;
}

#timetableArea .timeTable ul li .credit.imgL a img {
}

#timetableArea .timeTable ul li .credit a:hover {
	opacity: 1;
}

#timetableArea .timeTable ul li .credit a:hover img {
	transform: scale(1.08);
	filter: brightness(110%) contrast(110%) saturate(120%);
}


@media screen and (min-width: 641px) {
#timetableArea {
}

#timetableArea h2 {
}

#timetableArea .headtxt {
	font-size: 2.2rem;
	text-align: center;
}

#timetableArea .headtxt p {
}

#timetableArea .headtxt p:not(:last-child) {
}

#timetableArea .headtxt p.notice {
}
}

@media screen and (min-width: 881px) {
#timetableArea .timeTable {
}

#timetableArea .timeTable ul {
	max-width: 900px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
}

#timetableArea .timeTable ul li {
	width: calc(100% / 2 - 6px);
	margin: 0 3px 6px;
}
	
#timetableArea .timeTable ul li.wide {
	width: 100%;
}

#timetableArea .timeTable ul li .time {
	font-size: 3.4rem;
}

#timetableArea .timeTable ul li .place {
}

#timetableArea .timeTable ul li .place b {
	font-size: 2.3rem;
}

#timetableArea .timeTable ul li .place p {
	min-height: 56px;
	font-size: 1.8rem;
}

#timetableArea .timeTable ul li .place b i {
}

#timetableArea .timeTable ul li .credit {
}

#timetableArea .timeTable ul li .credit.imgL {
	justify-content: space-between;
}

#timetableArea .timeTable ul li .credit .name {
	font-size: 2rem;
}

#timetableArea .timeTable ul li .credit.imgL .name {
	width: calc(100% - 215px);
}

#timetableArea .timeTable ul li .credit .name .label {
}

#timetableArea .timeTable ul li .credit .name i {
}

#timetableArea .timeTable ul li .credit a {
}

#timetableArea .timeTable ul li .credit.imgL a {
}

#timetableArea .timeTable ul li .credit a img {
}

#timetableArea .timeTable ul li .credit.imgL a img {
}

#timetableArea .timeTable ul li .credit a:hover {
}

#timetableArea .timeTable ul li .credit a:hover img {
}
}


/* GOODS
------------------------------ */
#goodsArea {
	background: #fff;
}

#goodsArea h2 {
	font-family: vinyl,sans-serif;
	font-size: 6rem;
	/*! color: #fff; */
	line-height: 1;
	margin-bottom: 20px;
}

#goodsArea .headtxt {
	font-size: 2rem;
	font-weight: 800;
	margin-bottom: 40px;
}

#goodsArea .headtxt p {
}

#goodsArea .img {
	margin-bottom: 60px;
}

#goodsArea .img .pcOnly {
}

#goodsArea .img .spOnly {
}

#goodsArea .btn {
}

#goodsArea .btn .comment {
	font-size: 3rem;
	font-weight: 800;
	margin-bottom: 20px;
}

#goodsArea .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	height: 80px;
	color: #fff;
	border: 3px solid #000;
	width: 90%;
	margin: 0 auto;
	font-size: 2.4rem;
	font-family: vinyl,sans-serif;
	max-width: 580px;
}

#goodsArea .btn a img {
}

#goodsArea .btn .label {
	margin-top: 25px;
	background: #ee5ba0;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 800;
	display: inline-block;
	line-height: 1.2;
	padding: 10px 25px;
}

@media screen and (min-width: 641px) {
#goodsArea {
}

#goodsArea h2 {
}

#goodsArea .headtxt {
	font-size: 2.4rem;
}

#goodsArea .headtxt p {
}

#goodsArea .img {
}

#goodsArea .img .pcOnly {
}

#goodsArea .img .spOnly {
}

#goodsArea .btn {
}

#goodsArea .btn .comment {
}

#goodsArea .btn a {
}

#goodsArea .btn a img {
}

#goodsArea .btn .label {
}
}

/* ONLINE LIVE
------------------------------ */
#liveArea {
	border-bottom: 4px solid #fff;
}

#liveArea h2 {
	font-family: vinyl,sans-serif;
	font-size: 6rem;
	color: #fff;
	line-height: 1;
	margin-bottom: 50px;
}

#liveArea .headtxt {
	font-size: 1.8rem;
	font-weight: 800;
	text-align: center;
	margin-bottom: 50px;
}

#liveArea .headtxt p {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

#liveArea .headtxt .img {
	margin-top: 30px;
}

#liveArea .label {
	background: #000;
	display: inline-block;
	color: #face00;
	font-weight: 800;
	font-size: 1.8rem;
	line-height: 1;
	padding: 8px 30px;
	min-width: 140px;
	margin: 0 auto 30px;
}

#liveArea .periodBox {
	margin-bottom: 40px;
}

#liveArea .periodBox .label {
}

#liveArea .periodBox .txt {
	font-size: 2rem;
	font-weight: 800;
}

#liveArea .priceBox {
}

#liveArea .priceBox .label {
}

#liveArea .priceBox ul {
}

#liveArea .priceBox ul li {
}

#liveArea .priceBox ul li:not(:last-child) {
	margin-bottom: 8px;
}

#liveArea .priceBox ul li img {
}

#liveArea .notice {
	max-width: 900px;
	margin: 50px auto;
}

#liveArea .notice .box {
	text-align: left;
}

#liveArea .notice .box:not(:last-child) {
	margin-bottom: 30px;
}

#liveArea .notice .box .ttl {
	font-weight: 800;
	font-size: 1.8rem;
	margin-bottom: 8px;
}

#liveArea .notice .box ul {
}

#liveArea .notice .box ul li {
	line-height: 1.4;
	margin-bottom: 6px;
}

#liveArea h3 {
	font-size: 2.4rem;
	font-weight: 800;
	margin-bottom: 20px;
}

#liveArea .btn {
}

#liveArea .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	height: 50px;
	color: #000;
	border: 3px solid #000;
	width: 90%;
	margin: 0 auto;
	font-size: 2rem;
	font-weight: 800;
	max-width: 580px;
}

#liveArea .btn a span {
}

#liveArea .bnr {
}

#liveArea .bnr a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	border: 3px solid #000;
	width: 90%;
	margin: 50px auto 0;
	font-size: 2rem;
	font-weight: 800;
	max-width: 580px;
	background: #000;
	padding: 15px;
}

#liveArea .bnr a img {
}

@media screen and (min-width: 641px) {

#liveArea {
}

#liveArea h2 {
}

#liveArea .headtxt {
	font-size: 2rem;
}

#liveArea .headtxt p {
}

#liveArea .headtxt .img {
}

#liveArea .label {
}

#liveArea .periodBox {
}

#liveArea .periodBox .label {
}

#liveArea .periodBox .txt {
	font-size: 2.4rem;
}

#liveArea .priceBox {
}

#liveArea .priceBox .label {
}

#liveArea .priceBox ul {
}

#liveArea .priceBox ul li {
}

#liveArea .priceBox ul li:not(:last-child) {
}

#liveArea .priceBox ul li img {
}

#liveArea .notice {
}

#liveArea .notice .box {
}

#liveArea .notice .box:not(:last-child) {
}

#liveArea .notice .box .ttl {
}

#liveArea .notice .box ul {
}

#liveArea .notice .box ul li {
}

#liveArea h3 {
}

#liveArea .btn {
}

#liveArea .btn a {
}

#liveArea .btn a span {
}

#liveArea .bnr {
}

#liveArea .bnr a {
}

#liveArea .bnr a img {
}
}

/* INFORMATION
------------------------------ */
#infoArea {
	background: #000;
	color: #fff;
	border-bottom: 4px solid #fff;
}

#infoArea h2 {
	font-size: 2.4rem;
	font-weight: 800;
	border-bottom: 3px solid #fff;
	display: inline-block;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

#infoArea .txt {
	color: #face00;
	font-size: 1.6rem;
	text-align: left;
	font-weight: 800;
	line-height: 1.8;
	max-width: 900px;
	margin: 0 auto;
}

#infoArea .txt p {
}

#infoArea .txt p:not(:last-child) {
	margin-bottom: 30px;
}

@media screen and (min-width: 641px) {
#infoArea {
}

#infoArea h2 {
	font-size: 3rem;
}

#infoArea .txt {
	font-size: 1.8rem;
}

#infoArea .txt p {
}

#infoArea .txt p:not(:last-child) {
}
}
