@charset "utf-8";

/****************************************
	top
****************************************/
/* #top--img
--------------------------- */
#top--img {
	position: fixed;
	display: flex;
	z-index: 10;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	cursor: pointer;
}

/* #top--movie
--------------------------- */
#top--mv {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-width: 800px;
	margin: 0 auto;
}
#top--mv video {
	width: 60%;
	outline: solid 5px #fff;
	outline-offset: -3px;
	opacity: 0;
}
#top--mv #conent--ttl {
	width: 450px;
}
#top--mv .top--mv__close {
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 100px;
	width: 50px;
	height: 60px;
	cursor: pointer;
}
#top--mv .top--mv__close span.arrow {
	position: relative;
    display: inline-block;
    opacity: 0;
}
#top--mv .top--mv__close span.arrow::before {
	position: absolute;
	top: 33px;
	right: 0;
	content:' ';
	width: 50px;
	height: 60px;
	border-right: solid 1px #027a99;
	transform: rotate(25deg);
}
#top--mv .top--mv__close span.arrow::after {
	position: absolute;
	top: -33px;
	right: 0;
	content:' ';
	width: 50px;
	height: 60px;
	border-right: solid 1px #027a99;
	transform: rotate(-25deg);
}
#top--mv .top--mv__close span.tip {
	display: none;
}

@media screen and (max-width: 815px) {
	/* movie
	--------------------------- */
	#top--mv {
		min-width: inherit;
	}
	#top--mv video {
		width: 90%;
		left: 0;
	}
	#top--mv .top--mv__close {
		width: 0;
		height: 0;
	}
	#top--mv .top--mv__close span.arrow {
		display: none;
	}
	#top--mv .top--mv__close span.tip {
		display: inline-block;
		position: fixed;
		bottom: 0;
		right: 30px;
		padding: 15px 20px;
		opacity: 0;
		color: #77bbdc;
		font-family: toppan-bunkyu-mincho-pr6n, serif;
		font-size: 10px;
		line-height: 1;
	}
}
@media screen and (max-width: 815px) and (orientation: landscape) {
	/* movie
	--------------------------- */
	#top--mv {
		width: auto;
		height: 90%;
		min-width: inherit;
	}
	#top--mv video {
		width: auto;
		height: 60%;
	}
}

/* #gallery
--------------------------- */
#gallery {
	position: absolute;
	z-index: -1;
	display: flex;
	top: 0;
	left: 0;
	align-items: center;
	width: 100%;
	opacity: 0;
}
.slider {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.slick-arrow {
	position: absolute;
	z-index: 1000;
	top: 0;
	width: 50%;
	cursor: pointer;
}
.slick-arrow span {
    display: inline-block;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-disabled {
	display: none !important;
}
#tip--gallery.tip {
	position: fixed;
	z-index: 20;
	bottom: 0;
	right: 30px;
	opacity: 0;
	padding: 15px 20px;
	color: #77bbdc;
	font-family: toppan-bunkyu-mincho-pr6n, serif;
	font-size: 10px;
	line-height: 1;
}
#tip--gallery.tip .tip__default span {
	display: none;
}
#tip--gallery.tip .tip__endslide {
	display: none;
	padding: 5px 10px;
	border: solid 1px #77bbdc;;
}
/* #slide--switch */
#slide--switch {
	display: none;
	position: fixed;
	z-index: 21;
	bottom: 0;
	left: calc(50% - 75px);
	width: 150px;
	padding: 10px;
	font-family: whitman, serif;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}
#slide--switch span {
	display: inline-block;
	width: 50%;
	padding: 5px 0;
}
#slide--switch span.stop {
	border-radius: 5% 0  0 5%;
	background: #027a99;
	color: #fff;
}
#slide--switch span.play {
	border-radius: 0 5% 5% 0;
	background: #eee;
	color: #027a99;
}
#slide--switch span + span {
	border-left: solid 1px #fff;
}

@media screen and (max-width: 815px) and (orientation: landscape) {
	/* #gallery
	--------------------------- */
	#gallery {
		height: 100%;
	}
	.slider {
		width: 100%;
		max-width: inherit;
		margin: 0 auto;
	}
	.slick-arrow {
		display: none;
	}
	#slide--switch {
		font-size: 10px;
		text-align: center;
	}
}
@media screen and (max-width: 815px) and (orientation: portrait) {
	#slide--switch {
		font-size: 10px;
		text-align: center;
	}
}