@charset "UTF-8";
/* CSS Document */

/*---------------------------------------
 upper
 ---------------------------------------*/
#upperArea {
    background-color: rgba(0,0,0,0.50);
    z-index: 2;
    display: block;
    width: 100%;
    position: fixed;
    height: 80px;
}
.logoArea {
    width: 18%;
    height: auto;
    display: block;
    position: fixed;
    top: 10px;
    left: 10%;
    z-index: 4;
}
#catch {
	position: absolute;
    text-align: center;
	width: 100%;
    height: auto;
    display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
    /*background-color: #D0D6FF;*/
	z-index: 1;
}
#eyecatchArea {
    position: relative;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
}
.eyecatch {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
#videoArea {
    width: 100%;
	max-width: 100%;
    height: 100%;
	margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	text-align: center;
	display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
}

/*---------------------------------------
 slider
 ---------------------------------------*/
.slider {
	width: 100%;
	max-width: 100%;
    height: 100%;
	margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	text-align: center;
	display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
}
.slider .slides {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.slider .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.slider .slides li img {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
}
.slider .slides li.active {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.slider .crop li img {
	width: auto;
	margin: 0px;
	padding: 0px;
}

.slider .pager {
	height: 40px;
	text-align: center;
	display: none;
}


/*---------------------------------------
 content
 ---------------------------------------*/
#content01,.aboutScreen,.archiveArea,.suportArea,.outArea {
    width: 80%;
    max-width: 1024px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    display: block;
}
#content01 {
    margin-top: 100px;
}
#content01 img {
    display: block;
    width: 30%;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

/*---------------------------------------
 about air screen
 ---------------------------------------*/
.about-L {
    width: 48%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 2%;
    display: block;
    float: left;
}
.about-R {
    width: 48%;
    height: auto;
    margin-left: 2%;
    margin-bottom: 2%;
    display: block;
    float: left;
}

.archiveBox {
    width: 100%;
    max-width: 1024px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    display: flex;
    display:-webkit-box;
    display:-ms-flexbox;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.archiveImg {
    width: 30%;
	height: auto;
	display: block;
}

.suportBox,.outBox {
    width: 100%;
    max-width: 1024px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    display: flex;
    display:-webkit-box;
    display:-ms-flexbox;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.suportDetail {
    width: 23%;
	height: 320px;
	display: block;
    position: relative;
}
.outDetail {
    width: 30%;
	height: 280px;
	display: block;
    position: relative;
    /*background-color: aqua;*/
}
.suportDetail img,.outDetail img {
    position: absolute;
    bottom: 0px;
}

/*---------------------------------------
 service
 ---------------------------------------*/
#content02-wrp,#content02-wrp2 {
	width: 100%;
	background-color: #000;
	margin-top: 30px;
}
#content02 {
	width: 80%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}
.gallery-wrap {
  width: 100%;
  height: 50vh;
  display: flex;
  flex-direction: row;
}
.item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;
  position: relative;
  z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
    overflow:		hidden;
}
.item:hover {
  flex: 7;
}
.item-1 {
    background-image: url("https://king-beat.com/cms2020/wp-content/uploads/2020/01/slide04-scaled.jpg");
}
.item-2 {
  background-image: url("https://king-beat.com/cms2020/wp-content/uploads/2020/01/slide05-scaled.jpg");
}
.item-3 {
  background-image: url("https://king-beat.com/cms2020/wp-content/uploads/2020/01/slide02-scaled.jpg");
}
.item-4 {
  background-image: url("https://king-beat.com/cms2020/wp-content/uploads/2020/01/slide01-scaled.jpg");
}
.item-5 {
  background-image: url("https://king-beat.com/cms2020/wp-content/uploads/2020/01/header-outsource.jpg");
}
.item .caption {
	font-size:		130%;
	text-align: 		center;
	padding-top:		80px;
	color:			#fff;
}
.item .mask {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.item:hover .mask {
	opacity:		1;	/* マスクを表示する */
}
/*---------------------------------------
 single-service
 ---------------------------------------*/
.serviceImg-L {
    width: 100%;
    background-color: #FFE0E0;
    float: left;
    display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
}
.serviceImg-L img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.serviceImg-R {
    width: 100%;
    display: block;
    background-color: #C6EBFF;
    float: left;
}
.otheService {
    width: 25%;
    display: block;
    float: left;
    overflow: hidden; /*画像拡大時にはみ出た部分を隠す*/
    position: relative;
}
.otheService img {
	display: block;
	transition: 0.5s;
}
.otheService img:hover {
	transform: scale(1.1);
}
.otherCaption {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99;
    color: #FFFFFF;
    font-size: 0.875em;
    font-weight: 500;
}
.serviceVDO {
    width: 80%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
}
/*---------------------------------------
 workflow
 ---------------------------------------*/
#flow-wrp {
    width: 80%;
    max-width: 1024px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	margin-top: 30px;
	overflow: hidden;
}
.flowBox {
    display: flex;
}
.flowImg-L {
    width: 52%;
    display: block;
    float: left;
}
.flowImg-R {
    width: 52%;
    display: block;
    float: left;
}
.flowtxt-L {
    width: 45%;
    display: block;
    float: left;
    margin-right: 3%; 
}
.flowtxt-R {
    width: 45%;
    display: block;
    float: left;
    margin-left: 3%;
}
.stepRight {
    text-align: right;
    display: inline-block;
    float: right;
    padding-bottom: 2%;
    border-bottom: thin solid #B2B2B2;
}
.readLeft {
    text-align: left;
    display: block;
    width: 90%;
    margin-top: 40%;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1.6em;
    
}
.stepLeft {
    text-align: left;
    display: inline-block;
    float: left;
    padding-bottom: 2%;
    border-bottom: thin solid #B2B2B2;
}
.readRight {
    text-align: left;
    display: block;
    width: 90%;
    padding-left: 10%;
    margin-top: 40%;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1.6em;
    
}

/*---------------------------------------
 works
 ---------------------------------------*/
#content03-wrp {
    width: 80%;
    max-width: 1024px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	margin-top: 30px;
	overflow: hidden;
}
.list {
    margin: 0 -3% -3% 0;  /* ガター分だけネガティブマージン */
    /*background-color: #83F6E7;*/
}
/* clearfix */
.list:before, .list:after {
  display: table;
  content: '';
}
.list:after {
  clear: both;
}
.item {
    /*overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
}
.list-item {
    width: 25%;
    height: 320px;
    padding-top: 0;
    padding-right: 3%;
    padding-left: 0;
    padding-bottom: 3%;  /* ガター */
    float: left;
    -webkit-box-sizing: border-box;  /* Chrome  */
    -moz-box-sizing: border-box;     /* Firefox */
    box-sizing: border-box;
}
.list-item > div {
  color: #fff;
  line-height: 4;
  text-align: center;
}
.list-item img {
	display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
	transition: 0.5s;
}
.list-item img:hover {
	transform: scale(1.1);
}
.img_wrp {
    overflow: hidden; /*画像拡大時にはみ出た部分を隠す*/
}

.viewBtn {
    position: relative;
    width: 30%;
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.viewBtn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
	display: flex;
    text-decoration: none;
}
/*a {
  position: relative;
  display: flex;
  text-decoration: none;
}*/
.viewBtn a::after {
  position: absolute;
  bottom: 8px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.viewBtn a:hover::after {
  transform: scale(0.3, 1);
}
.feedArea {
    width: 40%;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.feed_L {
    width: 50%;
    float: left;
    display: block;
    text-align: left;
}
.feed_R {
    width: 50%;
    float: right;
    display: block;
    text-align: right;
}
.arrowSize {
    width: 40%;
}
/*---------------------------------------
 single-works
 ---------------------------------------*/
#works-info {
    width: 80%;
    max-width: 1024px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    margin-top: 80px;
}
.works-img {
    width: 50%;
    height: auto;
    display: block;
    float: left;
}
.works-imgSize {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 80px;
}
.works-detail {
    width: 45%;
    height: auto;
    display: block;
    margin-left: 5%;
    float: left;
}
.works-detail td {
    height: 100px;
}
/*---------------------------------------
 about
 ---------------------------------------*/
#company-info {
    width: 80%;
    max-width: 1024px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	margin-top: 30px; 
}
.outline-L {
    width: 37%;
    height: auto;
    display: block;
    padding-top: 2%;
    padding-bottom: 0%;
    padding-right: 3%;
    float: left;
    text-align: right;
    vertical-align: bottom;
}
.outline-R {
    width: 60%;
    height: auto;
    display: block;
    padding-top: 2%;
    padding-bottom: 0%;
    float: left;
    vertical-align: bottom;
}
.signature {
    width: 100%;
    text-align: right;
    font-size: 0.813em;
    font-weight: 500;
    line-height: 1.384em;
    position: relative;
}
.signature img {
    width: 10%;
    height: auto;
    display: block;
    position: absolute;
    right: 0px;
}
#gmapArea {
	display: block;
    height: 300px;
    position: relative;
    margin-top: 60px;    
}
/*---------------------------------------
 footer
 ---------------------------------------*/
#footer-wrp {
    width: 100%;
    height: 80px;
    display: block;
    margin-top: 200px;
    background-color: #000;
    margin-bottom: 0px;
}
.footerContent {
    width: 80%;
    max-width: 1024px;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.footerContent-L {
    width: 50%;
    float: left;
}
.footerContent-R {
    width: 50%;
    float: left;
}
.footerBanner {
    width: 20%;
    height: auto;
    display: block;
    margin-right: 10%;
    float: left;
}
.footerBanner a {
    position: relative;
    display: block;
    transition: .25s;
}
    
.footerBanner a::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 0;
    height: 0;
    border: 2px solid transparent;
}
    
.footerBanner a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 0;
    height: 0;
    border: 2px solid transparent;
}

.footerBanner a:hover {
    color: #384878;
}
    
.footerBanner a:hover::before {
    width: 100%;
    height: 100%;
    border-top-color: #fff;
    border-right-color: #fff;
    transition: width .15s ease-out, height .15s ease-out .15s;
}

.footerBanner a:hover::after {
    width: 100%;
    height: 100%;
    border-bottom-color: #fff;
    border-left-color: #fff;
    transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .5s ease-out .75s;
}
.footerBanner a:hover img {
 opacity:1.0;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
}
address {
    color: #fff;
    text-align: right;
    font-size: x-small;
    text-decoration: none;
    font-style: normal;
    margin-top: 5%;
}

#page-top {
    position: fixed;
    bottom: 20%;
    right: 0%;
    z-index: 10;
}
#page-top a {
	text-decoration: none;
	width: 50px;
    height: 50px;
	display: block;
}
/*---------------------------------------
 text
 ---------------------------------------*/
.font-play-it {
    font-family: 'Playfair Display', serif;
    font-style: italic;
}
.font-OS-itBld {
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
    font-style: italic;
}
h1 img {
    width: 34%;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: 20%;
    display: block;
}
h2 {
    font-size: 1.75em;
    line-height: 1.285em;
    font-weight: 700;
    color: rgba(255,255,255,1.00);
    letter-spacing: 0.1em;
   text-shadow:1px 1px 7px #000000;
}
.h2position {
	position: absolute;
    text-align: center;
	z-index: 1;
}
h3 {
	font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
    font-size: 1.625em;
	text-align: center;
}
.jobTitle {
	font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
    font-size: 1.625em;
	text-align: center;
}
.txt13mid {
    font-size: 0.813em;
    font-weight: 500;
    line-height: 1.6em;
}
.txt13lgt{
    font-size: 0.813em;
    font-weight: 300;
    line-height: 1.6em;
}
.txt14mid{
    font-size: 0.875em;
    font-weight: 500;
}
.txt14lgt{
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1.6em;
}
.txt15lgt{
    font-size: 0.938em;
    font-weight: 300;
    line-height: 1.6em;
}
.txt15mid{
    font-size: 0.938em;
    font-weight: 500;
}
.txt1524 {
    font-size: 0.938em;
    line-height: 1.6em;
}
.txt18 {
    font-size: 1.125em;
}
.txt26 {
    font-size: 1.625em;
}
.txtDay {
    font-size: 0.750em;
    font-weight: 500;
    color: #575757;
    margin-top: 15px;
    text-align: left;
}
.txtTitle {
    font-size: 0.813em;
    line-height: 1.400em;
	margin-top: 8px;
	text-align: left;
}
.txtJob {
    font-size: 0.688em;
    font-weight: 300;
    line-height: 1.500em;
    margin-top: 8px;
	text-align: left;
}
/*---------------------------------------
 elements
 ---------------------------------------*/
.mgt15 {
    margin-top: 15px;	
}
.mgt30 {
    margin-top: 30px;	
}
.mgt60 {
	margin-top: 60px;
}
.mgt100 {
    margin-top: 100px;	
}
.mgt160 {
    margin-top: 160px;	
}
.centering {
    text-align: center;	
}
.righty {
    text-align: right
}