﻿@charset "utf-8";
/* CSS Document */

/*--- 共通 ------------------------------------*/
#header{
	background-color: #fff8f8;	
}

#fakeloader{
	z-index: 9999;
}
#fakeloader .fl{
	position: absolute!important;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%,-50%)!important;
	width: 30%!important;
	max-width: 600px!important;
}

/*--- page_title ------------------------------------*/
#page_title{
    background-color: antiquewhite;
	background-color: #edf9fa;
    background-image: radial-gradient(#fff 10%, transparent 20%), radial-gradient(#fff 10%, transparent 20%);
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;	
}
#page_title img{
	width:initial;
}


/*-------------カテゴリータイトル---------------------------------*/
#cate_list{
	margin-bottom:100px;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	
}
#cate_list li{
   margin-right:20px;

}
#cate_list li a{
	position:relative;
	display:block;
	border:1px solid #47E2E2;
	padding:20px
}
#cate_list li a:hover{
	transform:translateY(-5px);
}



/*------------ タブ切り替え-------------------------------------------*/
#cate_list li.active a{
	position: relative;
	color: #ec6100;
	background-color: #fff;
}
#cate_list li a {
	position: relative;
	overflow:hidden;
	transition:.5s;
}
#cate_list li a:hover:after {
	width: 100%;
	left: 0;
}

/*---news ------------------------------------*/
#news .box_item .box_item figure{
	display: inline-block;	
	width: calc(33.333% - 8px);		
}
 .fas {
    font-family: "Font Awesome 5 Free";
}
.far {
    font-weight: 400;
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-fw {
    text-align: center;
    width: 1.25em;
}
 
.movie_area {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の縦幅*/
  height: 0;
  overflow: hidden;
}
 
.movie_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/*-----ABOUT----------------------------------*/
#about .item_title span{
    position: relative;
    z-index: 1;
}
#about .item_title:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    top: 12px;
    left: 0;
    z-index: 0;
}
#about h3{
	padding: 20px;
    top: -50px;
    left: 50px;
    z-index: 3;
	width: calc(100%/4);
}
#about .box1{
	z-index:2;
}
#about .box1::before{
	content:'';
	position:absolute;
	background-color:#edf9fa;
	width:100%;
	height:100%;
	z-index:-1;
	display:block;
	right: 0;
    top: 0;
}

#about h3:before {
  left:0;
}
#about h3:after {
  right: 0;
}
#about .width_1280-1000{
	flex-direction: row-reverse;
}



/*-----------------------liver---------------------------*/
#liver_list{
	padding-bottom: 70px;
}
#liver_list li {width:23%;}

#liver .more{
	color:#47E2E2;	
}
#liver .more:hover{
	opacity:0.7;
}
/*swiper*/
.slide_img .main {
  margin-bottom: 10px;
}
.slide_img .thumbnail .swiper-slide {
  cursor: pointer;
  opacity: .7;
}
.slide_img .thumbnail .swiper-slide-active {
  opacity: 1;
}
.slide_img .thumbnail .swiper-wrapper {
  margin-left: calc(-37.5% - 5px);
}
.slide_img .thumbnail .swiper-wrapper{margin-left: 0!important;transform: none!important;}

.cast_img{
	position:relative;
	overflow:hidden;	
}
.cast_img img {
    position: relative;
    top: 50%!important;
    left: 50%!important;
    -ms-transform: translate(-50%,-50%)!important;
    -webkit-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
}
/* slide_img */
.slide_img .main {
  margin-bottom: 10px;
}
.slide_img .thumbnail .swiper-slide {
  cursor: pointer;
  opacity: .7;
}
.slide_img .thumbnail .swiper-slide-active {
  opacity: 1;
}
.slide_img .thumbnail .swiper-wrapper {
  margin-left: calc(-37.5% - 5px);
}
.slide_img .thumbnail .swiper-wrapper{margin-left: 0!important;transform: none!important;}



/* タブ切り替え*/
/*
#liver_list li.active a{
	position: relative;
	color: #ec6100;
	background-color: #fff;
}
#liver_list li a {
	position: relative;
	overflow:hidden;
	transition:0.5s;
}
#liver_list li a:hover:after {
	width: 100%;
	left: 0;
}
*/




/*---recruit------------------------------------*/
#recruit .cate_box:first-of-type{border-top:1px solid #EAF3F4;}


/*-------------qa---------------------------*/
#qa h3{padding: 10px 10px 10px 25px;}
#qa h3::before{
	content:'';
	position:absolute;
	display:block;
	background-image:url(../img/q.png);
	width:50px;
	height:50px;
	top: -1px;
    left: -34px;
}







/*--- contact ------------------------------------*/


/*--- info ------------------------------------*/
.map iframe{
	width: 100%;
	height: 290px;
}


/*-----sitemap--------------------------------------*/
#sitemap ul li:hover{letter-spacing: 5px;}




/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#fakeloader .fl{
	width: 50%!important;
	max-width: 600px!important;
}
#page_title h2{
	font-size: 40px;
}
#page_title .box::before{
	height: 70%;
}
#header{z-index:99;}
#liver #cate_list li {
    width: 22.4%;
	padding:8px;
}
	
}/*タブレットここまで*/

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

/*--- 共通 ------------------------------------*/
	#fakeloader .fl{
	position: absolute!important;
	top: 50%!important;
	left: 37%!important;
	transform: translate(-50%,-50%)!important;
	width: 50%!important;
	max-width: 300px!important;
}
	
	#fakeloader img{
	 width:150%;
	}
	
	
	
/*--- page_title ------------------------------------*/

	
	
/*--- cate_list ------------------------------------*/
	
	#cate_list{
	padding-bottom: 30px;
	margin-bottom:0;
}

#cate_list li{
        width:100%;
        margin-bottom:20px!important;
        margin-right:0;
}
#cate_list li a{
        text-align:center;
}
#news #cate_list,#product_page #cate_list{
	padding-bottom: 0;
}

#about 
	

#liver #cate_list li {
	width: 44%!important;
	}

/*-----------ABOUT----------------------------*/
	#about h3{
		position:static;
		margin-bottom:0;
		padding: 10px 0;
		top:-50px;
		left:0;
		width: 100%;	

	}
	#about .box1::before{
		width: 100%;
	}




}/*スマホここまで*/




/*IE*/
@media all and (-ms-high-contrast: none){
	#page_title img{
	width:auto!important;
}
	#liver_list span{
		display:bolck;
	}


}/*IEここまで*/


/*Edge*/
@supports (-ms-ime-align: auto) {
	
}