@charset "utf-8";

.sp {
	display: none;
}

#pNav.fixed {
	padding: 50px 0 50px 40px;
}
#gNav.fixed {
	position: static;
}

#gNav02 li,
.fixGNav2 #gNav02 li {
	width: 225px;
	border-right: 1px solid #9b9b9b;
}

@media only screen and (max-width: 640px) {
	#gNav02 li,
	.fixGNav2 #gNav02 li{
		width: 20%;
	}
	#gNav02 .Req,
	.fixGNav2 #gNav02 .Req {
		border-right: 0;
	}
	#gNav02 .quality {
		padding: 0;
		line-height: 54px;
	}
	#gNav02 ul li.Req a {
		padding: 6px 0;
	}
}

body #container {
	/* padding-bottom: 60px; */
	position: relative;
	overflow: hidden;
}
#breadCrumb {
	width: 100%;
	padding: 10px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	color: #c9c9c9;
	font-size: 12px;
	line-height: 18px;
}
#breadCrumb a {
	color: #c9c9c9;
}

@media only screen and (min-width: 641px) {
	#slideWrap {
		position: relative;
		padding-top: 31.4675%;
		overflow: hidden;
	}

	#mainImage .slides {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
	}
}
#mainImage .slides img {
	width: 100%;
}
#mainImage .slides li {
	position: relative;
}
#mainImage .slides .caption {
	position: absolute;
	padding: 0 0 7px;
	right: 10px;
	left: 10px;
	bottom: 0;
	color: #333;
	font-size: 10px;
	line-height: 16px;
	text-align: right;
}
#mainImage .slides .panel02 .caption {
	bottom: 13.015%;
	color: #fff;
}
#mainImage .flex-control-paging {
	padding: 20px 0 0;
	text-align: center;
}
#mainImage .flex-control-paging li {
	display: inline-block;
	width: 38px;
	margin: 0 7px;
}
#mainImage .flex-control-paging a {
	display: block;
	height: 5px;
	background: #d2d2d2;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
}
#mainImage .flex-control-paging a:hover,
#mainImage .flex-control-paging .flex-active {
	background: #7b7b7b;
}

#recommendTabList {
	/*margin: 0 0 40px;*/
	/*border-top: 5px solid #777;*/
	border-bottom: 1px solid #e5e5e5;
	padding-top: 76px;
	height: 61px;
	white-space: nowrap;
	text-align: center;
	/*background: #f7f7f7;*/
	font-size: 1em;
}
#recommendTabList .pc {

}
#recommendTabList li {
	position: relative;
	display: inline-block;
	padding-top: 75px;
	margin-top: -75px;
	padding-bottom: 9px;
}
#recommendTabList li span {
	display: inline-block;
	padding: 0 50px;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	font-size: 15px;
	line-height: 60px;
	font-weight: normal;
	cursor: pointer;
}
#recommendTabList li span:hover,
#recommendTabList .is-active {
	/*margin-top: 0;*/
	background: #333;
	color: white;
}
@media only screen and (min-width: 641px) {
	#recommendTabList .is-active::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 0;
		height: 0;
		margin: 0 auto;
		border-style: solid;
		border-width: 9px 7px 0 7px;
		border-color: #333 transparent transparent transparent;
	}
}
@media only screen and (max-width: 640px) {
	#recommendTabList {
		height: auto;
		padding-top: 30px;
	}
	#recommendTabList li {
		width: 50%;
		padding-bottom: 0;
	}
	#recommendTabList li span {
		padding: 10px;
		font-size: 13px;
		line-height: 1.5;
	}
	.sp {
		display: block;
	}
}

@media only screen and (max-width:599px) {
	#recommendTabList li span {
		display: block;
		/*margin: 0;*/
	}
}


.recommend {
	width: 100%;
	min-height: 1010px;
	padding-top: 50px;
	position: relative;
	overflow: hidden;
}
.recommend .title {
	text-align: center;
	margin: 0 0 60px;
}
.recommendMenu {
	width: 3360px;
	min-height: 1010px;
	margin: 0 0 0 -1680px;
	position: absolute;
	left: 50%;

}
.panels {
	display: none;
}


.panel-item {
	background: #fafafa;
}
/*.panel-item.hide {*/
	/*visibility: hidden;*/
/*}*/
.recommend .slides > li {
	width: 1040px;
	min-height: 1010px;
	margin: 0 120px 0 0;
}
.recommend .slides li.off {
	opacity: .4;
}
.recommend .panel {
	width: 498px;
	border: 1px solid #d2d2d2;
	position: relative;
	float: left;
}
.recommend .panel01,
.recommend .panel02 {
	margin-bottom: 40px;
}
.recommend .panel01,
.recommend .panel03 {
	margin-right: 40px;
}
.recommend .panel03 {
	clear: both;
}
.recommend .panel.new:before {
	content: url(../imgs/blt-new.png);
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: +1;
}
.recommend .panel a {
	display: block;
	color: #000;
	background: #000;
}
.recommend .panel a:after {
	content: url(../imgs/blt-detail.png);
	margin: -32px 0 0 -65px;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transition: opacity .2s;
}
.recommend .panel span {
	display: block;
}
.recommend .panel span.image {
	display: block;
	height: 330px;
	overflow: hidden;
}
@media only screen and (max-width:500px) {
		.recommend .panel span.image {
			/*height: 247px;*/
		}
	}
.recommend .image,
.recommend .text {
	background: #fff;
	transition: opacity .2s;
}
.recommend .text {
	padding: 15px 20px 17px;
	min-height: 119px;
}
.recommend .name {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.recommend .address {
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 20px;
}
.recommend .address:before {
	content: 'ADDRESS';
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 5px;
	background: #ccc;
	color: #fff;
	font-weight: bold;
}
.recommend .data {
	font-size: 12px;
	line-height: 18px;
}
.recommend .data strong {
	color: #b70303;
	font-size: 16px;
	font-weight: normal;
}
.recommend .panel a:hover:after {
	opacity: 1;
}
.recommend a:hover .image,
.recommend a:hover .text {
	opacity: .6;
}
.recommend .flex-direction-nav a,
.recommend .bx-controls-direction a{
	display: block;
	margin-top: -28px;
	width: 29px;
	height: 57px;
	position: absolute;
	top: 50%;
	background-position: 0 0;
	background-repeat: no-repeat;
	outline: none;
}
.recommend .flex-prev,
.recommend .bx-prev{
	margin-right: 565px;
	right: 50%;
	background-image: url(../imgs/bt-prev.png);
}
.recommend .flex-next,
.recommend .bx-next {
	margin-left: 565px;
	left: 50%;
	background-image: url(../imgs/bt-next.png);
}
.recommend .flex-direction-nav .flex-disabled {
	display: none;
}
.recommend .flex-control-nav {
	display: none;
}
.recommendMenu .cover {
	width: 1045px;
	height: 1040px;
	position: absolute;
	top: 0;
	z-index: +1;
	background: rgba(250, 250, 250, 0.7);
}
.recommendMenu .cover01 {
	left: 0;
}
.recommendMenu .cover02 {
	right: 0;
}

.recommendMore {
	padding: 50px 0;
	/*background: #f7f7f7;*/
	text-align: center;
}
.recommendMore li {
	display: inline-block;
	margin: 0 20px;
}
.recommendMore li.sp {
	display: none;
}
.recommendMore img {
	vertical-align: top;
}

#series {
	margin: 0 0 100px;
	padding: 80px 0 0;
}
#series .noEvents {
	pointer-events: none;
}
#series .lpBnr ul {
	letter-spacing: -0.5em;
	margin: 0 -20px 30px;
}
#series .lpBnr ul li {
	margin: 0 20px 50px;
	letter-spacing: normal;
	display: inline-block;
	-webkit-transition: .3s;
	   -moz-transition: .3s;
	    -ms-transition: .3s;
	     -o-transition: .3s;
	        transition: .3s;
}
#series .lpBnr ul li:hover {
	opacity: 0.7;
}
#series .title {
	margin: 0 0 55px;
	text-align: center;
}
#series li {
	margin: 10px 0 0;
}
#series li img {
	vertical-align: top;
}

#quarity {
	margin: 0 0 60px;
	text-align: center;
}
#quarity .title {
	margin: 0 0 35px;
}
#quarity p {
	margin: 0 0 50px;
}
#quarity ul {
	margin: 0 0 60px;
}
#quarity li {
	display: inline-block;
}
#quarity li img {
	vertical-align: top;
}

#fbtn {
	text-align: center;
}
#fbtn li {
	position: relative;
}
#fbtn li img {
	vertical-align: top;
}
#fbtn .bt01,
#fbtn .bt03 {
	margin: 0 0 60px;
}
#fbtn .bt02 {
	margin: 0 0 5px;
}
#fbtn li .caption {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 7px;
	color: #fff;
	text-align: right;
}

#ftrCV,
.btn_reno,
.ftrLead,
#fSubNav .zoomBox{
	display: none;
}

/* .section-04 */
.section-04 div {
	box-sizing: border-box;
}

.section-04 .section_header {
	position: relative;
	height: 360px;
	text-align: center;
	background: url("../imgs/section04_photo.jpg") center no-repeat;
	background-size: cover;
}
.section-04 .section_title_box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding:15px;
	max-width: 875px;
	width: 100%;
	margin: auto;
}
.section-04 .section_title_box h2 {
	margin: .5rem;
	font-size: 1.8rem;
	color: white;
	text-shadow: 0 0 6px rgba(0, 0, 0, .8);
}
.section-04 .section_title_box .section_buttons{
	display: flex;
	justify-content: space-between;
	margin: 20px auto 0 auto;
}
.section-04 .section_title_box .section_buttons li a{
	background-color: rgba(34,73,110,0.8);
	display: block;
	width: 45vw;
	height: 60px;
	position: relative;
	transition: .3s;
	box-shadow: 0 0 5px #666;
}
.section-04 .section_title_box .section_buttons li a:hover{
	background-color: rgba(34,73,110,1);
}
.section-04 .section_title_box .section_buttons li a span{
	font-size: 10px;
	line-height: 1.5em;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	color: #fff;
}
.section-04 .section_title_box .row {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	bottom: 5%;
	margin: 2.25rem 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 90%;
}
.section-04 .section_title_box .col {
	flex-basis: 50%;
	max-width: 50%;
	margin-bottom: .25rem;
	padding: 0 5px;
}
.section-04 .section_title_box .col img {
	max-width: 100%;
}
.section-04 .section_title_box img {
	max-width: 220px;
}
/*
.section-04 .section_title_box a {
	position: absolute;
	bottom: auto;
	top: 115px;
	right: 0;
	left: 0;
	display: block;
}
.section-04 .section_title_box a img {
	width: 58%;
}
*/

@media (min-width: 639px) {
	.section-04 .section_header {
		height: 490px;
	}
	.section-04 .section_title_box h2 {
		margin-top: 2rem;
		font-size: 2rem;
	}
	.section-04 .section_title_box .section_buttons{
		width: 680px;
		margin: 60px auto 0 auto;
	}
	.section-04 .section_title_box .section_buttons li a{
		width: 322px;
		height: 90px;
	}
	.section-04 .section_title_box .section_buttons li a span{
		font-size: 16px;
	}
	.section-04 .section_title_box .row {
		bottom: 10px;
		margin-bottom: 0;
	}
	.section-04 .section_title_box .col {
		flex-basis: 33.333333%;
		max-width: 33.333333%;
		margin-bottom: .75rem;
	}



	.section-04 .section_title_box img {
		max-width: none;
	}
	/*.section-04 .section_title_box a img {
		width: inherit;
	}
	.section-04 .section_title_box a {
		top: 10rem;
		bottom: inherit;
		left: 68%;
	}*/

}




@media only screen and (max-width:640px) {
	img.sp {
		display: inline-block;
	}
	span.sp {
		display: inline;
	}
	img.sp + img,
	span.sp + span {
		display: none;
	}

	.page {
		padding-top: 0;
	}
	body #gHeader {
		position: static;
	}


	#breadCrumb {
		display: none;
	}

	#mainImage .slides .caption {
		padding: 0 0 8px;
		line-height: 14px;
	}
	#mainImage .slides .panel02 .caption {
		bottom: 39.864%;
		color: #fff;
	}
	#mainImage .slides .panel04 .caption {
		bottom: 10.81%;
		color: #fff;
	}
	#mainImage .flex-control-paging {
		padding: 15px 0 0;
	}
	#mainImage .flex-control-paging li {
		width: 6.51%;
		margin: 0 1.171%;
	}
	#mainImage .flex-control-paging a {
		height: 3px;
	}

	.recommend {
		padding: 35px 0 0 !important;
	}
	.recommend .title {
		margin: 0 0 35px;
	}
	.recommendMenu {
		width: auto;
		min-height: 0;
		margin: 0;
		position: static;
	}
	.recommendMenu .slides,
	.recommendMenu .cover,
	.recommendMenu .flex-viewport,
	.recommendMenu .flex-direction-nav {
		display: none !important;
	}
	.bx-wrapper {
		max-width: 3360px !important;
	}
	.spMenu {
		display: block;
		padding: 0 6.51%;
	}
	.recommend .panel {
		width: auto;
		float: none;
		margin: 25px 0 0;
	}
	.recommend .panel:first-child {
		margin: 0;
	}
	.recommend .panel.new:before {
		content: '';
		display: block;
		width: 12.762%;
		height: 0;
		padding: 12.762% 0 0;
		background: url(../imgs/blt-new.png) 0 0 no-repeat;
		background-size: contain;
	}
	.recommend .panel a:after {
		content: normal;
	}
	.recommend .image,
	.recommend .text {
		transition: opacity 0;
	}
	.recommend .image img {
		width: 100%;
	}
	.recommend .text {
		padding: 10px 4.504% 12px;
	}
	.recommend .name {
		font-size: 18px;
	}
	.recommend .address {
		margin: 0 0 8px;
		font-size: 10px;
		line-height: 1.5;
	}
	.recommend .data {
		font-size: 10px;
		line-height: 1.5;
	}
	.recommend .data strong {
		font-size: 14px;
	}
	.recommend a:hover .image,
	.recommend a:hover .text {
		opacity: 1;
	}
	.recommend .btMore {
		width: 91.291%;
		margin: 30px auto 0;
	}
	.recommend .more {
		display: none;
		margin: 25px 0 0;
	}

	.recommendMore {
		padding: 25px 0 30px;
	}
	.recommendMore li {
		display: block;
		width: 79.166%;
		margin: 0 auto;
	}
	.recommendMore li:first-child {
		margin-bottom: 10px;
	}

	#series {
		margin: 0 0 40px;
		padding: 40px 0 0;
	}
	#series .wrap {
		padding: 0;
	}
	#series .title {
		margin: 0 0 55px;
	}
	#series li{
		margin: 0;
	}

	#quarity {
		margin: 0 0 25px;
	}
	#quarity .wrap {
		padding: 0;
	}
	#quarity .title {
		margin: 0 0 35px;
	}
	#quarity p {
		margin: 0 0 35px;
	}
	#quarity ul {
		margin: 0 0 30px;
	}
	#quarity li {
		width: 50%;
	}
	#quarity a img {
		width: 78.906%;
	}

	#fbtn .wrap {
		padding: 0;
	}
	#fbtn .bt01,
	#fbtn .bt03 {
		margin: 0 0 25px;
	}
	#fbtn .bt02 {
		margin: 0;
	}
	#fbtn .bt01 img,
	#fbtn .bt04 img {
		width: 89.583%;
	}
	#fbtn li .caption {
		bottom: 0;
	}
	#fbtn br.sp {
		display: inline;
	}

	#fNote {
		display: block;
		width: 89.583%;
		margin: 25px auto 0;
	}
}



#fullMovie {
	opacity: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
}
#fullMovie.hide {
	display: none;
	opacity: 0;
}
#fullMovie.visible {
	display: block;
	opacity: 1;
	animation-duration: 0.5s;
	animation-name: fade-in;
}

@keyframes fade-in {
	0% {opacity: 0}
	100% {opacity: 1}
}
@keyframes fade-out {
	0% {opacity: 1}
	100% {opacity: 0}
}

.movieWrap {
	position: relative;
	width: 100%;
	height: 100%;
	/*top: 10%;*/
	/*bottom: 10%;*/
}
#mdClose {
	position: absolute;
	top: 10px;
	right: 75px;
	display: block;
	content: '';
	width: 50px;
	height: 50px;
	background: url(../imgs/md-close.png) no-repeat center center;
	background-size: 100% auto;
	cursor: pointer;
	animation-duration: 0.5s;
	opacity: 1;
	animation-name: fade-in;
}
#mdClose.hide {
	opacity: 0;
	animation-name: fade-out;
}
#shortMovieCover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: red;*/
	/*background: url("../imgs/oval.svg") center no-repeat;*/
	/*background-size: 38px;*/
}
#shortMovieCover.load {
	background: none;
}
#fullMovieBt {
	position: absolute;
	bottom: 5%;
	left: 13.2%;
	cursor: pointer;
}
#fullMovieBt img {
	width: auto !important;
}
#fullMovieBtSp {
	cursor: pointer;
}

#shortMovie{
	display: block;
}
@media only screen and (max-width: 640px) {
	#mdClose {
		right: 10px;
		width: 50px;
		height: 50px;
	}
	#shortMovie,
	#shortMovieCover {
		display: none;
	}
	#fullMovieBt {
		opacity: 0 !important;
	}
	/*#fullMovieBt {*/
		/*opacity: 1 !important;*/
		/*text-align: center;*/
		/*margin: 0 auto;*/
		/*left: 0;*/
		/*right: 0;*/
		/*bottom: 23%;*/
	/*}*/
}

@media only screen and (max-width: 640px) {
	body #container {
		padding-top: 0;
	}
}

@media screen and (min-width: 641px) {
	#shortMovie, #shortMovieCover {
		height: calc(460/1440*100vw);
		min-height: calc(460/1440*1160px);
	}
}


.fullMovieImg {
	opacity: 0;
}

#mainImage img {
	width: 100%;
}