.bg-red{background-color:#ab131a!important}
a.bg-red:focus,
a.bg-red:hover,
button.bg-blue:focus,
button.bg-blue:hover{background-color:#1d2124!important}
.ABappare {
font-family: undefined;
font-weight: 400;
font-style: normal;
}

.VDL-GothicMincho {
font-family: vdl-gothicmincho, sans-serif;
font-weight: 400;
font-style: normal;
}
.kazuraki {
font-family: kazuraki-sp2n, serif;
font-weight: 300;
font-style: normal;
}
.DNPShuei4goBStd {
font-family: dnp-shuei-4gob-std, sans-serif;
font-weight: 700;
font-style: normal;
}
.Corporate {
font-family: corporate-logo-ver2,sans-serif;
font-weight: 500;
font-style: normal;
}
.HOT-GFKaishokk {
font-family: hot-gfkaishokk, sans-serif;
font-weight: 800;
font-style: normal;
}
.bg-opdark {background: rgba(0,0,0,0.5);}

.rounded-50 {border-radius: 0.50rem !important;}

.text-white a {color: #fff !important;}
.text-red  {color: #ab131a !important;}

.f-outline {
  text-shadow: 1px 1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,-1px -1px 0 #000;
  color: #fff;
}


.multi-carousel {
	opacity: 0;
	padding: 0 25px;
}
.multi-carousel .carousel-control-next,
.multi-carousel .carousel-control-prev {
	width: 25px;
	background: gray;    
}


footer, footer a {color: #80a1fb;}

/* bootstrap */
.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* NAV */
.navbar-nav li a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight:bold;
}
.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	transition: .001s;
	transform: translateY(-100%);
}
.is-show {
	transform: translateY(0);
}

div.carousel-control-prev,.carousel-control-next {
	cursor: pointer;
}

/* Carousel */
#home-slider .carousel-caption {
	position: absolute;
	top: 50%;
	margin-top: -104px;
	left: 0;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	z-index: 15;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
}
#home-slider .carousel-caption h1 {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 30px;
}
#home-slider .carousel-caption h1 span{
	color: #ab131a;
}
h5:first-letter {
  font-size: 150%;
  color: #ab131a;
}
.carousel-caption .btn-start {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding:14px 40px;
	border: 1px solid #6e6d6c;
	border-radius: 4px;
	margin-top: 40px;
}
.carousel-caption .btn-start:hover {
  color: #fff
}
#home-slider .fa-chevron-down {
	position: absolute;
	left: 49.7%;
	bottom: 50px;
	color: #fff;
	/*display: inline-block;*/
	width: 24px;
	margin-left: -12px;
	font-size: 40px;
	line-height: 24px;
	z-index: 999;
	-webkit-animation: bounce 3000ms infinite;
	animation: bounce 3000ms infinite;
}
.carousel-caption .btn-start:hover, 
.left-control:hover, 
.right-control:hover, 
.folio-overview a:hover {
	background-color:#ab131a;
}
.carousel-caption .btn-start:hover, 
.left-control:hover, 
.right-control:hover {
	border-color: #ab131a;
}
.carousel-caption .btn-start {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding:14px 40px;
	border: 1px solid #fff;
	border-radius: 4px;
	margin-top: 40px;
}
.carousel-caption .btn-start:hover {color: #fff}

#jin {background-image:url('../images/bg-jin.jpg'); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size:cover;}
#kanya {background-image:url('../images/bg-kanya.jpg'); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size:cover;}
#ichiba {background-image:url('../images/bg-ichiba.jpg'); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size:cover;}
#access {background-image:url('../images/access-bg.jpg'); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size:cover;}

.img-thumbnail {
  padding: 0.15rem;
}

@media screen and (max-width: 575.98px) {/* xs */
.font-size-fluid {font-size:3vw;}	
/* Carousel */
#home-slider .carousel-caption {position: absolute; top: 30%;}
#home-slider .fa-chevron-down {position: absolute; left: 48%; bottom: 20%;}
.carousel-control-prev,
.carousel-control-next {position: absolute; top: 40%; align-items: start;}
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {/* sm */
#home-slider .fa-chevron-down {left: 48%;}
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {/* md */
#home-slider .fa-chevron-down {left: 48.5%;}
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {/* lg */
#home-slider .fa-chevron-down {left: 49.7%;}
}
@media (min-width:1200px){
}


.fire {
height:110px;
padding-top:25px;
background-image: url('../images/fire_s.png');
background-repeat: no-repeat;
background-position: top right;
}