/****************************************/
/********** ArtLab-Tokyo [CSS] **********/
/****************************************/


/* @media (min-width: 48em) {
	body {
		margin-top: 0px;
	}
} */


/* @media (min-width: 48em) {
	nav {
		transition: all 0.3s ease;
		background-color: transparent;
	}

	nav.nav-initial,
	nav.nav-onmouse {
		background-color: #ffffff;
	}
} */

/****************************** Content Slider ******************************/

#content_slider {
	display: none;
}

@media (min-width: 48em) {
	#content_slider {
		position: relative;
		display: block;
		padding: 0 5px !important;
	}
}

#content_slider-sp {
	display: block;
}

@media (min-width: 48em) {
	#content_slider-sp {
		display: none;
	}
}

/*- スライドサイズ指定 -*/
.swiper-container {
	width: 100%;
	height: 40vh;
}

@media (min-width: 48em) {
	.swiper-container {
		height: calc((100vh - 100px - 25px) / 2);
		margin: 5px;
	}
	.swiper-container.swiper-1panel {
		height: calc(100vh - 100px - 5px);
		margin: 0;
	}
}

.swiper-slide {
	position: relative;
	overflow: hidden;
}

.swiper-slide .container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.swiper-slide-img {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/*- スライド画像指定(モバイル用) -*/
.slide_img-01 {
	background-image: url(../img/slide_img-001.jpg);
}

.slide_img-02 {
	background-image: url(../img/slide_img-002.jpg);
}

.slide_img-03 {
	background-image: url(../img/slide_img-003.jpg);
}

.slide_img-04 {
	background-image: url(../img/slide_img-004.jpg);
}

.slide_img-05 {
	background-image: url(../img/slide_img-005.jpg);
}

.slide_img-06 {
	background-image: url(../img/slide_img-006.jpg);
}

/*- スライド画像指定(PC用) -*/
@media (min-width: 48em) {
	.slide_img-01 {
		background-image: url(../img/slide_img-001.jpg);
	}

	.slide_img-02 {
		background-image: url(../img/slide_img-002.jpg);
	}

	.slide_img-03 {
		background-image: url(../img/slide_img-003.jpg);
	}

	.slide_img-04 {
		background-image: url(../img/slide_img-004.jpg);
	}

	.slide_img-05 {
		background-image: url(../img/slide_img-005.jpg);
	}

	.slide_img-06 {
		background-image: url(../img/slide_img-006.jpg);
	}
}

/*- スライド画像内テキストのスタイル -*/
.swiper-slide-text {
	position: absolute;
	top: 20%;
	left: 50%;
	width: 80%;
	transform: translate(-50%, -50%);
}

@media (min-width: 48em) {
	.swiper-slide-text {
		top: 10%;
		left: 5%;
		width: 46%;
		margin-top: 60px;
		/*- navの透過部分の高さをプラスして表示位置調整 -*/
		transform: none;
	}
}

.swiper-slide-text h2 {
	padding: 5px;
	color: #ffffff;
	background: #000000;
	text-shadow: 0 0 2px #000000,0 0 2px #000000,0 0 2px #000000,0 0 2px #000000,0 0 2px #000000,0 0 2px #000000,0 0 2px #000000,0 0 2px #000000,0 0 2px #000000,0 0 2px #000000,0 0 2px #000000,0 0 2px #000000,0 0 2px #000000,0 0 2px #000000,0 0 2px #000000,0 0 2px #000000;
	font-size: 20px;
}

.swiper-slide-text p {
	color: #000000;
	font-size: 1rem;
}

/*- ナビゲーションのスタイル -*/
.swiper-button-prev {
	left: 3%;
}

.swiper-button-next {
	right: 3%;
}

.swiper-button-prev,
.swiper-button-next {
	top: calc(50% + 30px);
	/*- navの透過部分の高さの半分をプラスして表示位置調整 -*/
}

@media (min-width: 48em) {
	.swiper-container.swiper-infinite .swiper-wrapper {
		transition-timing-function: linear !important;
	}
}

.introduction {
	position: absolute;
	z-index: 10;
	top: 80%;
	left: 40%;
	padding: 1em;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	border-radius: 10px;
	opacity: 0.95;
}

.introduction h2 {
	margin-bottom: 0.8rem;
	text-align: center;
	font-weight: bold;
	font-size: 1.85rem;
}

.introduction .introduction-btn {
	display: flex;
	justify-content: center;

}

.introduction .introduction-btn a {
	width: 130px;
	margin: 0 0.5rem;
	border-radius: 5px;

}


@media (min-width: 48em) {
.introduction {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	padding: 1em;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	border-radius: 10px;
	opacity: 0.95;
}

.introduction h2 {
	margin-bottom: 0.8rem;
	text-align: center;
	font-weight: bold;
}

.introduction .introduction-btn {
	display: flex;
	justify-content: center;

}

.introduction .introduction-btn a {
	width: 130px;
	margin: 0 0.5rem;
	border-radius: 5px;

}}

/****************************** Content Slider End ******************************/


/****************************** Message Board ******************************/

#message-board .background-link {
	height: 50vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media (min-width: 48em) {
	#message-board .background-link {
		height: 450px;
	}
}

#message-board .wrapper {
	position: relative;
}

#message-board .information-label {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 15px;
	width: 150px;
	height: 110px;
}

@media (min-width: 48em) {
	#message-board .information-label {
		left: 100px;
	}
}

#message-board .information-label::before {
	position: absolute;
	z-index: -1;
	top: 25px;
	left: 55px;
	width: 70px;
	height: 70px;
	content: '';
	transform: rotate(45deg);
	border: 1px solid #000000;
}

#message-board .information {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 48em) {
	#message-board .information {
		position: absolute;
		z-index: 1;
		top: 120px;
		left: 30px;
		width: 300px;
		padding: 0;
	}
}

#message-board .information-label h2 {
	margin: 0;
	margin-top: 30px;
	text-align: center;
	font-size: 1.15rem;
	line-height: 30px;
}

#message-board .information-label p {
	margin: 0;
	margin-top: 0rem;
	text-align: center;
	font-size: 0.85rem;
}

#message-board .information-category {
	margin: 2rem 0 0;
	color: #b7985b;
}

@media (min-width: 48em) {
	#message-board .information-category {
		margin: 3rem 0 0;
	}
}

#message-board .information-title {
	margin: 1.75rem 0 0;
	color: #333333;
}

#message-board .information-text {
	margin: 1.75rem 0 0;
	color: #333333;
}

#message-board .information-data {
	display: block;
	margin: 1.5rem 0 0;
	color: #333333;
	font-size: 0.875rem;
}

#message-board .information-link {
	position: relative;
	display: block;
	margin: 1.5rem 0 0;
	text-align: center;
	color: #b7985b;
}

@media (any-hover: hover) {
	#message-board .information-link:hover {
		text-decoration: underline;
	}
}

#message-board .information-link::before,
#message-board .information-link::after {
	position: absolute;
	top: calc(50% - 2px);
	width: 100px;
	height: 3px;
	content: '';
	border-top: solid 1px #b7985b;
	border-bottom: solid 1px #b7985b;
}

#message-board .information-link::before {
	left: 0;
}

#message-board .information-link::after {
	right: 0;
}

/*- board-1 -*/
#message-board.board-1 .background-link {
	background-image: url(../img/shop.jpg);
}

@media (min-width: 48em) {
	#message-board.board-1 .background-link {
		background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.85) 500px, transparent 500px), url(../img/shop.jpg);
	}
}

#message-board.board-1 .information-label {
	background-color: #000000;
}

#message-board.board-1 .information-label h2 {
	color: #ffffff;
	background-color: #000000;
}

#message-board.board-1 .information-label p {
	color: #ffffff;
}

/*- board-2 -*/
#message-board.board-2 .background-link {
	background-image: url(../img/slide_img-07.jpg);
}

@media (min-width: 48em) {
	#message-board.board-2 .background-link {
		background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.75) 500px, transparent 500px), url(../img/slide_img-07.jpg);
	}
}

#message-board.board-2 .information-label {
	background-color: #cccccc;
}

#message-board.board-2 .information-label h2 {
	color: #333333;
	background-color: #cccccc;
}

#message-board.board-2 .information-label p {
	color: #333333;
}

/*	background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 10%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.6) 40%, transparent 40%), url(../img/slide_img-04.jpg);*/

/****************************** Message Board End ******************************/


/****************************** Card ******************************/

#card01 .card {
	margin-top: 0;
}

@media (min-width: 48em) {
	#card01 .card {
		margin-top: 20px;
	}
}

#card01 .card .information-label {
	position: absolute;
	z-index: 1;
	top: -60px;
	left: 50%;
	width: 180px;
	height: 120px;
	transform: translateX(-50%);
}

@media (min-width: 48em) {
	#card01 .card .information-label {
		top: -20px;
	}
}

#card01 .card .information-label::before {
	position: absolute;
	z-index: -1;
	top: 25px;
	left: 55px;
	width: 70px;
	height: 70px;
	content: '';
	transform: rotate(45deg);
	border: 1px solid #b7985b;
}

#card01 .card .information-label h2 {
	margin: 0;
	margin-top: 45px;
	text-align: center;
	font-size: 1.25rem;
	line-height: 30px;
}

#card01 .card .information-label p {
	margin: 0;
	margin-top: 0.25rem;
	text-align: center;
}

#card01 .card.board-1 .information-label {
	background-color: #333333;
}

#card01 .card.board-1 .information-label h2 {
	color: #ffffff;
	background-color: #333333;
}

#card01 .card.board-1 .information-label p {
	color: #ffffff;
}

#card01 .card.board-2 .information-label {
	background-color: #cccccc;
}

#card01 .card.board-2 .information-label h2 {
	color: #333333;
	background-color: #cccccc;
}

#card01 .card.board-2 .information-label p {
	color: #333333;
}

#card01 .card .card-body .underline {
	width: 50px;
	height: 1px;
	margin: 1rem auto;
	border-radius: 0;
	background-color: #b7985b;
}

/*- Card hoverエフェクト用ラッパー -*/
.card-img-wrapper {
	position: relative;
	overflow: hidden;
}

.card-img-wrapper img {
	display: block;
	margin: auto;
}

/*- Card hover ズームエフェクト -*/
@media (any-hover: hover) {
	.card a.scale-up:hover img {
		transform: scale(1.03) !important;
	}
}

/****************************** Card End ******************************/
hr {
	width: 15%;
	height: 2px;
	text-align: left;
	border: none;
	background-color: #202f55;
}

/****************************** Panel ******************************/

#panel .background-image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media (min-width: 48em) {
	#panel .background-image {
		height: 400px;
	}
}

#panel .background-image.left {
	background-image: url(../img/slide_img-08.jpg);
}

#panel .background-image.right {
	background-color: #ffffff;
}

#panel .image-wrapper {
	width: 80px;
}

@media (min-width: 48em) {
	#panel .image-wrapper {
		width: 160px;
	}
}

#panel .image-wrapper img {
	width: 100%;
	max-width: initial;
}

#panel .item-wrapper {
	width: 400px;
}

#panel .item-wrapper .logo {
	width: 80px;
	margin: auto;
	margin-bottom: 2rem;
}

#panel .item-wrapper h4 {
	margin: 0;
	margin-bottom: 2rem;
	color: #333333;
	font-size: 1.125rem;
	line-height: 1.5;
}

@media (min-width: 48em) {
	#panel .item-wrapper h4 {
		line-height: 1.75;
	}
}

#panel .item-wrapper .btn-navy {
	width: 150px;
	color: #b4f0dc;
	border-color: #b4f0dc;
	background-color: #002850;
}

@media (any-hover: hover) {
	#panel .item-wrapper .btn-navy:hover {
		color: #002850;
		border-color: #b4f0dc;
		background-color: #b4f0dc;
	}
}
#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}

/****************************** Panel End ******************************/
