@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
}
body {
	font-family: serif;
	font-size: 1.6rem;
	margin: 0;
	/*background-color: #797572;
	background-image: -webkit-linear-gradient(263deg, rgba(255, 255, 255, 0.2) 0%, #000000 100%), -webkit-linear-gradient(18deg, rgba(255, 255, 255, 0.25) 25%, rgba(0, 0, 0, 0.25) 100%), -webkit-radial-gradient(47% 102%, rgba(255, 255, 255, 0.5) 0%, rgba(21, 24, 32, 0.6) 120%);
	background-image: linear-gradient(-173deg, rgba(255, 255, 255, 0.2) 0%, #000000 100%), linear-gradient(72deg, rgba(255, 255, 255, 0.25) 25%, rgba(0, 0, 0, 0.25) 100%), radial-gradient(47% 102%, rgba(255, 255, 255, 0.5) 0%, rgba(21, 24, 32, 0.6) 120%);
	background-blend-mode: multiply;*/
	background-color: #000;
	background-image: url(../img/black.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: right bottom;
}
h1, figure {
	margin: 0;
}
h2, h3, h4, p, table, dl {
	color: #fff;
}
h2 {
	margin: 160px 0 24px;
	font-size: 1.8em;
	line-height: 1.8;
}
h3 {
	margin: 48px 0 8px;
	line-height: 2.0;
}
img {
	vertical-align:bottom;
}
img, video {
	width: 100%;
}
p {
	line-height: 2.2;
}
a {
	text-decoration: none;
}
table, th, td {
	border-collapse: collapse;
    border: 1px solid #555;
}
	th {
		text-align: left;
		background-color: rgba( 255, 255, 255, 0.1 );
		font-weight: normal;
	}
	th, td {
		padding: 16px;
	}
	.table_img_card {
		width: 320px;
		margin-bottom: 16px;
	}
.p-title {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0 0 .5em;
	background: #000;
	font-size: .8em;
}
#wrapper {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

.flexBox {
	display: flex;
}

footer {
	width: 100%;
}
	footer p {
		color: #888;
		text-align: center;
		margin: 0;
		padding: 120px 0;
		font-size: .7em;
	}

.exTxt {
	color: #ff5632;
	border: 1px solid #ff5632;
	padding: 1em;
	margin: 0;
	box-sizing: border-box;
	display: inline-block;
}
.exTxt + p {
	margin-top: 2em;
}

/* --------- home --------- */
#home header,
#contact header,
#concept header,
#trade header,
#usage header,
#news header {
	background: #000;
	padding: 8px 0;
}
#home header {
	padding-bottom: 4px;
}
	header h1, header h1 img {
		width: 56px;
		margin: 0 auto;
	}
#home #wrapper,
#contact #wrapper,
#trade #wrapper,
#usage #wrapper,
#news #wrapper {
	padding-bottom: 64px;
}
	#home #wrapper h2:first-of-type {
		margin-top: 64px;
	}
.p-trade {
	text-align: center;
}
	.p-trade a {
		text-decoration: underline;
		color: #fff;
		font-size: .8em;
	}
#home .detailBox,
#contact .detailBox {
	background-color: #000;
	padding: 16px 32px;
	margin-bottom: 4em;
	text-align: center;
}
	#home .detailBox .attentionBox {
		margin: 2em 0 16px;
	}
#home .exTxt {
	margin: auto;
}
#home video {
	margin-top: 120px;
}

.gallery {
	margin-top: 4em;
}
.galleryInner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1%;
}
	.galleryInner div {
		width: 49.5%;
		margin-bottom: 1%;
	}

.attentionBox {
	background: #000;
	padding: 24px;
	text-align: center;
    box-sizing: border-box;
	border: 1px solid #ff5632;
}
	.attentionBox + .attentionBox {
		margin-top: 1em;
	}
	.attentionBox h3 {
		margin-top: 0;
		color: #ff5632;
	}
	.attentionBox p:last-child {
		margin-bottom: 0;
	}
	.attentionBox a {
		text-decoration: underline;
		color: #fff;
	}

.staff {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.staff::after {
	display: block;
	content:"";
	width: 32%;
}
	.staff a {
		width: 32%;
		margin-bottom: 2%;
		color: #000;
	}
		.staff a span {
			margin: 8px 0 24px;
			color: #fff;
			display: block;
			width: 100%;
			text-align: center;
		}
	#stf1.modal img, #stf2.modal img, #stf3.modal img,
	#stf4.modal img, #stf5.modal img, #stf6.modal img,
	#stf7.modal img, #stf8.modal img, #stf9.modal img {
		margin-bottom: 8px;
	}

.newsList {
	display: flex;
}
	.newsList a {
		color: #fff;
		text-decoration: underline;
	}

/* --------- contact & resevation --------- */
#home #wrapper h2,
#contact #wrapper h2 {
	border-bottom: 1px solid #888;
	padding-bottom: .5em;
}
		#contact #wrapper h2 span {
			font-size: .7em;
			display: inline-block;
		}
	#contact #wrapper h2:first-of-type {
		text-align: center;
		margin-top: 40px;
	}
	#contact .detailBox .attentionBox {
		margin: 2em 0;
	}
	#home .detailBox + p,
	#home #wrapper h2.txtCtr,
	#contact #wrapper h2.txtCtr {
		text-align: center;
	}
		#contact #wrapper h2:first-of-type span {
			font-size: .9em;
		}
	#contact #wrapper h3 {
		padding: 0 1.5rem;
		border-left: 4px double #888;
	}
	#contact #wrapper .attentionBox h3 {
		border: none;
		padding: 0;
	}
.swiper-container {
	width: 100%;
	padding-top: 0;
	padding-bottom: 50px;
	height: 480px;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 50%;
	height: 300px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	color: #e84522;
	display: none;
}
.swiper-pagination {
    z-index: 1 !important;
}
.swiper-pagination-bullet {
	background: #fff !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: auto !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	background: #e84522;
}
.attention {
	color: #e84522;
	margin: 0 .5em;
}
#contact #wrapper input[type=submit] {
	-webkit-appearance: none;
	border-radius: 0;
	background: #efefef;
	color: #000;
	padding: 1em;
}
#contact #wrapper input, #contact #wrapper select, #contact #wrapper textarea {
	box-sizing: border-box;
    padding: 0.5em;
    border-radius: 5px;
}
	#contact #wrapper textarea {
		width: 100%;
	}
	#contact #wrapper p.inputSubmit {
		margin-top: 40px;
		text-align: center;
	}
		#contact #wrapper p.inputSubmit input {
			padding: 1em 5em;
		}
.btn a {
	background: #b6942c;
	color: #fff;
	padding: .5em 1.0em;
	display: block;
	/* background-color: rgba( 182, 148, 44, 0.1 ); */
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
	.btn.btn_children a {
		background: #000;
		color: #b6942c;
		border: 1px solid #b6942c;
	}
.extraBox {
	display: inline-block;
	padding: 8px 16px;
	margin: 1em 0;
	border: 1px solid #888;
}
.modal {
	width: 99% !important;
	max-width: 720px !important;
	padding: 20px !important;
}
	.modal h2, .modal h3, .modal h4, .modal p {
		color: #000;
	}
	.modal h3 {
		margin: 0 0 40px;
		text-align: center;
		color: #b6942c;
		padding: 1em 0;
		border: 1px solid;
	}
	.modal h4 {
		font-family: serif;
		color: #b6942c;
		border-bottom: 1px solid;
	}
		.modal h4 span {
			border: 1px solid #b6942c;
			padding: 0 4px;
			margin-right: 6px;
		}
	.modal h5 {
		font-family: serif;
		font-size: 16px;
		margin-bottom: 0;
	}
		.modal h5 + p {
			margin-top: 0;
		}
	.modal .sub {
		font-size: .8em;
	}
	.modal a {
		color: #b6942c;
	}
	.modal p + h4 {
		margin-top: 40px;
	}
	.modal .closeTxt {
		text-align: center;
		margin: 40px 0 0;
	}
		.modal .closeTxt a {
			color: #000;
			text-decoration: none;
		}
.sp { display: none; }

/*タブ切り替え全体のスタイル*/
.tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: rgba( 255, 255, 255, 0.1 );
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 100%;
	margin: 0 auto;}
/*タブのスタイル*/
.tab_item {
	width: calc(100%/2);
	height: 50px;
	border-bottom: 3px solid #b6942c;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #ccc;
	display: block;
	float: left;
	text-align: center;
	transition: all 0.2s ease;
}
.tab_item:hover {
	/* opacity: 0.75; */
	cursor: pointer;
	cursor: hand;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	padding: 40px 40px 0;
	clear: both;
	overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
	display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	background-color: #b6942c;
	color: #fff;
}

.txtImage {
	width: 72%;
	margin: 64px auto;
}

#contact video {
	margin-top: 0;
}

#contact.ticket h4 {
	margin-top: 2em;
}

.fixedBnr {
    position: fixed;
    bottom: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
	flex-direction: row;
    transition: .3s;
	width: 100%;
}
	.fixedBnr p {
		font-size: 12px;
		line-height: 1.4;
		text-align: center;
	}
	.fixedBnr a {
		width: 50%;
		color: #fff;
		display: flex;
		justify-content: center;
    	align-items: center;
		padding: 8px 0;
	}
.fixedBnr .iconPhoneShop {
	background-color: #7c0000;
}
.fixedBnr .iconPhoneSecr {
	background-color: #958047;
}
	.fixedBnr .iconPhoneShop i,
	.fixedBnr .iconPhoneSecr i {
		font-size: 24px;
		margin-right: .5em;
	}
.fixedBnr .snsLine {
	background-color: #06c655;
}
	.fixedBnr .snsLine img {
		width: 32px;
		margin-right: .5em;
	}

.blocker {
	z-index: 4 !important;
}

/* --------- concept --------- */
#concept #wrapper {
	max-width: 1000px;
	margin: 0 auto;
	position: inherit;
}
#concept #wrapper img {
	width: 100%;
}
#concept #wrapper img.pc {
	margin-top: 16px;
}

/* --------- trade --------- */
#trade table a {
	color: #fff;
	text-decoration:none;
}
@media screen and (max-width: 767px) {
	#trade h2 {
		margin-top: 80px;
	}
}

/* --------- usage --------- */
#usage h3 {
	padding: 0 1.5rem;
    border-left: 4px double #888;
}
#usage h4 {
	padding: 0;
    border-bottom: 1px solid #888;
	margin-top: 32px;
}
#usage p {
	line-height: 1.6;
}
#usage p a {
	color: #fff;
	text-decoration: underline;
}
#usage .wrapBox {
	background-color: rgba(255, 255, 255, 0.1);
	padding: 1em;
	color: #fff;
}
@media screen and (max-width: 767px) {
	#usage h2 {
		margin-top: 80px;
	}
}

/* --------- news --------- */
#news h3 {
	padding: 0 1.5rem;
    border-left: 4px double #888;
}
#news h4 {
	padding: 0;
    border-bottom: 1px solid #888;
	margin-top: 32px;
}
#news p {
	line-height: 1.6;
}
#news p a {
	color: #fff;
	text-decoration: underline;
}
#news .wrapBox {
	background-color: rgba(255, 255, 255, 0.1);
	padding: 1em;
	color: #fff;
}
@media screen and (max-width: 767px) {
	#news h2 {
		margin-top: 80px;
	}
}

/* --------- ticket --------- */
.ticketForm {
	background: #000;
	padding: 40px 40px 0;
}
	.ticketForm h4 {
		margin: 48px auto 0;
	}
.blockLabel label {
	display: block;
}

@media screen and (max-width: 991px) {
	body#concept,
	body#contact,
	body#trade,
	body#usage {
		background-image: url(../img/black_long.jpg);
		background-size: cover;
	}
	table {
		border: none;
	}
		th, td {
			display: block;
		}
		th {
			border-bottom: 0;
		}
		td {
			margin-bottom: 16px;
		}
	#wrapper {
		width: 88%;
	}
		#contact #wrapper h2:first-of-type {
			margin-top: 80px;
		}
	.swiper-container {
		height: 64vw;
	}
	#home .detailBox,
	#home .detailBox + p {
		text-align: left;
	}
	#home #wrapper h2:first-of-type {
		margin-top: 40px;
	}
	#home video {
		margin-top: 96px;
	}
	.attentionBox {
		padding: 1em;
		text-align: left;
	}
		.attentionBox h3 {
			text-align: center;
		}
	#contact #wrapper input {
		width: 33%;
		font-size: 16px;
	}
	#contact #wrapper input[type="radio"] {
		width: auto;
	}
	#contact #wrapper input.inputMail {
		width: 100%;
	}
	#contact #wrapper input.inputTel {
		width: 31%;
	}
	#contact #wrapper p.inputSubmit {
		text-align: center;
	}
		#contact #wrapper p.inputSubmit input {
			padding: 1em;
			width: 72%;
		}
	#contact .detailBox {
		padding: 8px 24px;
		text-align: left;
	}
	.tab_content {
		padding: 40px 8% 0;
	}
	.ticketForm {
		padding: 8% 8% 0;
	}
}

@media screen and (max-width: 767px) {
	.pc { display: none; }
	.sp { display: inherit; }
	h2 {
		font-size: 1.5em;
	}
	.txtImage {
		width: 88%;
		margin: 24px auto;
	}
	.staff::after, .staff a {
		width: 48%;
	}
	.table_img_card {
		width: 100%;
	}
	
	.fixedBnr a {
		flex-direction: column;
		padding: 8px;
	}
	.fixedBnr a p {
		margin: 0;
	}
	.fixedBnr .iconPhoneShop i,
	.fixedBnr .iconPhoneSecr i {
		margin: 4px 0 8px;
	}
	#wrapper .fixedBnr .snsLine img {
		margin: 0 0 4px;
	}
}

/* js start */
/* fadeIn */
.fadeUp_down {
	animation-name: fadeUpAnime_down;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
	@keyframes fadeUpAnime_down {
		from {
			opacity: 0;
			transform: translateY(-50px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
	.fadeInTrigger_down {
		opacity: 0;
	}

.fadeUp_up {
	animation-name: fadeUpAnime_up;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
	@keyframes fadeUpAnime_up {
		from {
			opacity: 0;
			transform: translateY(50px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
	.fadeUpTrigger_up {
		opacity: 0;
	}

.fadeUp_left {
	animation-name: fadeUpAnime_left;
	animation-duration: 2.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
	@keyframes fadeUpAnime_left {
		from {
			opacity: 0;
			transform: translateX(-130px);
		}
		to {
			opacity: 1;
			transform: translateX(0);
		}
	}
	.fadeUpTrigger_left {
		opacity: 0;
	}

.fadeUp_right{
	animation-name: fadeUpAnime_right;
	animation-duration: 2.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
	@keyframes fadeUpAnime_right {
		from {
			opacity: 0;
			transform: translateX(130px);
		}
		to {
			opacity: 1;
			transform: translateX(0);
		}
	}
	.fadeUpTrigger_right {
		opacity: 0;
	}

.box{
	opacity: 0;
}
.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}
	@keyframes fadeUpAnime{
		from {
			opacity: 0;
			transform: translateY(100px);
		}
		
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
/* js end */