@charset "utf-8";

.t-copy {
	color: #B19363;
	font-family: 'Noto Sans JP';
	font-size: 4.0rem;
	line-height: 1.3;
	padding: 30px 0 30px;
    font-weight: 500;
}

.rental-area .t-copy ,
.about-area .t-copy {
	color: #967852;
	text-align: left;
}

.recruit-area .t-copy {
	color: #0072BB;
}

.t-txt {
	font-size: 1.7rem;
	line-height: 1.8;
}

.open_button{
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	display: block;
	text-decoration: none;
}
/*--------------------------------------
  モーダル表示上から_002
--------------------------------------*/
.modal_wrap input {
	display: none;
  }
  
  .modal_overlay {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
  }
  
  .modal_trigger {
	position: absolute;
	width: 100%;
	height: 100%;
  }
  
  .modal_content {
	  align-self: center;
	  width:560px;
	  padding: 220px 30px;
	  box-sizing: border-box;
	  background: #fff;
	  line-height: 1.4em;
	  transition: 0.5s;
	  background-image: url("../img/img_pickup_banner_ruby_modal.jpg");
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;
	  border: 5px solid #FFF;
	  position: relative;
  }
  
  
  /*.modal_content p {
	padding-top: 0;
  }*/
  
  .close_button {
	  position: absolute;
	  top: 14px;
	  right: 10px;
	  font-size: 24px;
	  cursor: pointer;
	  color: #FFF;
	  z-index: 4;
  }
  
  .modal_wrap input:checked ~ .modal_overlay {
	  opacity: 1;
	  transform: scale(1);
	  transition: opacity 0.5s;
  }
  
  .modal_wrap input:checked ~ .modal_overlay .modal_content {
	  transform: translateY(20px);
  }
  
  .open_button {
	  font-weight: bold;
	  text-align: center;
	  cursor :pointer;
	  transition: all 0.3s;
	  display: block;
  /*
	  margin-top: 40px;
	  margin-bottom: 1px;
	  padding: 12px 2px;
	  max-width:300px;
  */
	  text-decoration: none;
  }
  
  .open-button:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(2px);
	transform: translateY(2px);/*下に動く*/
  }
  
  /*アイコンを表示*/
  .open-button:after {
	  font-family: "Font Awesome 5 Free";
	  content: "\f2d0";
	  padding-left: 8px;
  }
  
  /*ラベルホバー時*/
  .open-button:hover {
	  color: #FFF;
	  background-color: #4f96f6;
	  transition: .6s;
  }
  
  
  
  /* 001 */
  .button001 a {
	  background-color: rgba(0,0,0,0.5);
	  border-radius: 3px;
	  position: relative;
	  /*display: flex;
	  justify-content: space-around;*/
	  align-items: center;
	  margin: 0 auto;
	  
	  transition: 0.3s ease-in-out;
	  font-size: 3.0rem;
	  font-family: 'Montserrat', sans-serif;
	  max-width:300px;
	  display: inline-block;
	  
  }
  
  .button001 a:hover {
	  color: rgba(0,0,0,0.2);
	  color: #FFF;
  }
  .button001 a:after {
	  content: '';
	  width: 5px;
	  height: 5px;
	  /*border-top: 3px solid #313131;
	  border-right: 3px solid #313131;*/
	  transform: rotate(45deg) translateY(-50%);
	  position: absolute;
	  top: 50%;
	  /*right: 20px;*/
	  border-radius: 1px;
	  transition: 0.3s ease-in-out;
  }
  
  .ruby23{
	  position: absolute;
	  right:5%;
	  top:31%;
	  letter-spacing: 0.05em;
	  z-index: 5;
  }
  
  .ruby23 a{
	  color: rgba(0,0,0,0.5);
	  text-shadow:0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8,0 0 3px #ff8ab8;
	  padding: 10px 35px 10px 33px;
  }
  
  .ruby40{
	  position: absolute;
	  right:2%;
	  bottom:22%;
	  z-index: 5;
  }
  
  .ruby40 a{
	  color: rgba(0,0,0,0.5);
	  text-shadow:0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF,0 0 3px #00E3FF;
	  padding: 10px 30px 10px 10px;
  }
  
  .ruby23 a:after {
	  border-top: 3px solid #ff8ab8;
	  border-right: 3px solid #ff8ab8;
	  right: 20px;
  }
  
  .ruby40 a:after {
	  border-top: 3px solid #00E3FF;
	  border-right: 3px solid #00E3FF;
	  right: 15px;
  }
  
  .button001 a:hover:after {
	  border-color: #FFF;
  }
  
  @media screen and (max-width: 769px) {
	  
	  .modal_content {
		  width:500px;
		  padding: 150px 30px;
	  }
	  
	  .button001 a {
		  font-size: 1.9rem;
	  }
	  
	  .button001 a:after {
		  right: 12px;
	  }
	  
	  .ruby23{
		  top:29%;
	  }
	  
	  .ruby23 a{
		  padding: 5px 30px 5px 20px;
	  }
	  
	  .ruby40{
		  letter-spacing: 0.05em;
	  }
  
	  .ruby40 a{
		  padding: 5px 22px 5px 10px;
	  }
	  
	  .ruby23 a:after {
			 border-top: 2px solid #ff8ab8;
		  border-right: 2px solid #ff8ab8;
  }
  
	  .ruby40 a:after {
		  border-top: 2px solid #00E3FF;
		  border-right: 2px solid #00E3FF;
  }
	  
  }
  
  
  

@media screen and (max-width: 667px){

	.t-copy {
		font-size: 2.6rem;
		line-height: 1.4;
		padding: 20px 0 10px;
	}

	.rental-area .t-copy {
		text-align: left;
	}
	.about-area .t-copy {
		text-align: center;
	}

	.t-txt {
		font-size: 1.6rem;
	}

}

/* -----------------------------------------------------------
    mv-area
-------------------------------------------------------------- */

#top .mv-area {
	background-color: #000;
	color: #fff;
	height: 640px;
}

#top .mv-area section {
	/*background-image: url(../img/bg_mainimg_pc.jpg);
	background-position: right top;
	background-size: cover;
	background-repeat: no-repeat;*/
	position: relative;
	height: 100%;
}
#top .mv-area section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
}

#top .mv-area .top-video-wrap {
	align-items: center;
	display: flex;
	top: 0;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	position: absolute;
	width: 100%;
	right: 0;
}

#top .mv-area video {
	/*height: 100%;*/
	width: 100%;
}

#top .mv-area section h1 {
	font-size: 1.2rem;
	font-weight: bold;
	text-shadow: 
    black 1px 1px 10px, black -1px 1px 10px,
    black 1px -1px 10px, black -1px -1px 10px;
	position: absolute;
	right: 50px;
	bottom: 40px;
    z-index: 1;
}

#top .mv-area section div {
	background: linear-gradient(90deg,#000 0%,#000 15.625%,rgba(0,0,0,0) 15.625%,rgba(0,0,0,0) 100%);
}

#top .mv-area section h2 {
	background: url(../img/bg_topline_pc.jpg) no-repeat left -30px top 140px;
	font-family: 'Staatliches';
	font-size: 14.0rem;
	letter-spacing: 0.05em;
	padding: 80px 0 0 7.5%;
    position: relative;
    z-index: 1;
}

#top .mv-area section .txt {
	font-family: 'Noto Sans JP';
	font-size: 1.8rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #fff;
	padding: 15px 0 45px 7.5%;
    position: relative;
    z-index: 1;
}

#top .mv-area section .btn {
	font-size: 1.8rem;
	padding: 0 0 90px 7.5%;
    position: relative;
    z-index: 1;
}

#top .mv-area section .banner {
	position: absolute;
	right: 60px;
	bottom: 70px;
	z-index: 2;
	width: 400px;
	height: 200px;
	line-height: 0;
}

#top .mv-area section .banner a {
	display: block;
	width: 100%;
}

/*20240508 追記*/
#top .mv-area section .banner-youtube {
	position: absolute;
	right: 60px;
	bottom: 280px;
	z-index: 2;
	width: 400px;
	height: auto;
	line-height: 0;
}

@media screen and (max-width: 667px) {
	
	#top .mv-area {
		height: 330px;
		padding: 10px 0 0 0;
	}

	#top .mv-area section {
		/*background-image: url(../img/bg_mainimg_sp.jpg);*/
		padding: 0 20px 0 0;
	}

	#top .mv-area video {
		height: 100%;
		width: auto;
	}

	#top .mv-area section h1 {
		background: #333;
		font-size: 1.0rem;
		text-shadow:none;
		right: auto;
		bottom: 0;
		left: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding: 5px 20px;
		width: 100%;
	}

	#top .mv-area section div {
		background: linear-gradient(90deg,#000 0%,#000 6.25%,rgba(0,0,0,0) 6.25%,rgba(0,0,0,0) 100%);
		min-height: 320px;
	}

	#top .mv-area section h2 {
		background: url(../img/bg_topline_sp.jpg) no-repeat left top 65px;
		background-size: 20px auto;
		font-size: 4.4rem;
		letter-spacing: 0;
		padding: 45px 0 0 12.5%;
	}

	#top .mv-area section .txt {
		font-size: 1.6rem;
		color: #fff;
		padding: 5px 0 20px 12.5%;
	}

	#top .mv-area section .btn {
		font-size: 1.4rem;
		padding: 0 0 20px 12.5%;
	}

	#top .mv-area section .banner {
		display: none;
	}
}


/* -----------------------------------------------------------
    top-bnr-target
-------------------------------------------------------------- */
.top-bnr-target {
	background: #1F1F1F;
	padding: 40px 0;
}
.top-bnr-target ul {
	align-items: center;
	display: flex;
	justify-content: center;
}

.top-bnr-target a {
	display: block;
	margin: 0 30px;
}


@media screen and (max-width: 667px) {

}


/* -----------------------------------------------------------
    news-area
-------------------------------------------------------------- */

#top .news-area .news-area-box {
	overflow: hidden;
	padding: 30px 0 15px;
}

#top .news-area .news-area-box .ttl-m {
	float: left;
}

#top .news-area .news-area-box .news-area-list {
	float: left;
	padding: 0 0 0 100px;
}

#top .news-area .news-area-box .news-area-list li {
	overflow: hidden;
	padding: 0 0 10px;
}

#top .news-area .news-area-box .news-area-list li .news-area-date {
	font-family: 'Lato';
	float: left;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

#top .news-area .news-area-box .news-area-list li .news-area-title {
	font-size: 1.5rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
	padding: 0 0 0 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width: 680px;
}

#top .news-area .news-area-box .btn {
	float: right;
}

#top .news-area .news-area-box .btn a {
    /*
	background: url(../img/bg_arrow_black.png) no-repeat right 5px center;
    */
	padding: 0 17px 0 0;
}
#top .news-area .news-area-box .btn a::after {
    right: 0;
}

#top .rental-area-banner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 20px 0 30px 0;
}

#top .rental-area-banner .banner {
	width: 49%;
}

#top .rental-area-banner .banner a {
	display: block;
	line-height: 1;
}

#top .rental-area-banner .banner img {
	width: 100%;
}

@media screen and (max-width: 667px) {

	#top .news-area .news-area-box {
		padding: 30px 20px 20px;
		position: relative;
	}

	#top .news-area .news-area-box .ttl-m {
		float: none;
	}

	#top .news-area .news-area-box .news-area-list {
		float: none;
		padding: 15px 0 0 0;
	}

	#top .news-area .news-area-box .news-area-list li {
		padding: 0 0 5px;
	}

	#top .news-area .news-area-box .news-area-list li .news-area-title {
		line-height: 1.6;
		padding: 0 0 0 15px;
		width: auto;
	}

	#top .news-area .news-area-box .btn {
		float: none;
		display: inline-block;
		position: absolute;
		right: 20px;
		top: 30px;
	}

	#top .news-area .news-area-box .btn a {
        /*
		background: url(../img/bg_arrow_black.png) no-repeat right top 7px;
		padding: 0 10px 0 0;
        */
        padding: 0 15px 0 0;
	}

	#top .recruit-area-banner {
		padding: 15px 20px 25px;
	}

	#top .recruit-area-banner .banner {
		background:#04619F url(../img/bg_recruitbanner.jpg) no-repeat right top;
		background-size: auto 100%;
	}

	#top .recruit-area-banner .banner {
		background:#04619F url(../img/bg_recruitbanner.jpg) no-repeat right top;
		background-size: auto 100%;
		padding: 20px 0 20px 20px;
	}
	
	#top .recruit-area-banner .txt {
		color: #AA8C66;
	    font-family: 'Noto Serif JP', serif;
		font-size: 1.5;
		text-align: center;
	}
	
	#top .recruit-area-banner .bn {
		text-align: center;
	}
	
	#top .recruit-area-banner .bn img {
		vertical-align: bottom;
		width: 100%;
		max-width: 400px;
	}
	
	#top .rental-area-banner {
		padding: 0 20px 30px;
		text-align: center;
		display: block;
		margin: 0;
	}
	
	#top .rental-area-banner .banner {
		width: 100%;
		margin: 0 0 10px 0;
	}
	
	#top .rental-area-banner img {
		width: 100%;
		max-width: 400px;
		line-height: 0;
	}

}


/* -----------------------------------------------------------
    service-area
-------------------------------------------------------------- */

#top .service-area {
	background: #000 url(../img/bg_top_service_pc.png) no-repeat center top;
	background-size: 100% 600px;
	padding: 80px 0 40px;
	text-align: center;
	color: #fff;
}

#top .service-area .service-area-box {
	overflow: hidden;
	padding: 60px 0 0;
}

#top .service-area .service-area-box .service-area-list {
	background: #2C2C2C;
	border-left: #000 solid 1px;
	float: left;
	width: calc( 100% / 3 );
}

#top .service-area .service-area-box .list-ed {
	border: none;
}

#top .service-area .service-area-box .service-area-list a .img{
    overflow: hidden;
}
#top .service-area .service-area-box .service-area-list a .img img {
	width: 100%;
	height: auto;
	min-width: 400px;
	min-height: 265px;
	text-align: center;
    vertical-align: bottom;
    transition-duration: 0.3s;
}
#top .service-area .service-area-box .service-area-list a:hover .img img,
#top .service-area .service-area-box .service-area-list a:hover .img img:hover{
	transform: scale(1.1);
	transition-duration: 0.3s;
}

#top .service-area .service-area-box .service-area-list a div {
	background: #2C2C2C;
	padding: 0 20px;
	position: relative;
    transition-duration: 0.3s;
}
#top .service-area .service-area-box .service-area-list a:hover div {
	background: #222;
}


#top .service-area .service-area-box .service-area-list a div .en-txt {
	color: #fff;
    font-family: 'Staatliches';
    font-size: 2.0rem;
	letter-spacing: 0.3em;
	opacity: 0.8;
	position: absolute;
	top: -18px;
	left:0;
	right:0;
	margin: 0 auto;
}

#top .service-area .service-area-box .service-area-list a div .copy {
	color: #B19263;
    font-size: 2.0rem;
	font-weight: bold;
	padding: 25px 0 5px;
}

#top .service-area .service-area-box .service-area-list a div .title {
	color: #fff;
	font-family: 'Noto Sans JP';
    font-size: 2.4rem;
	line-height: 1.5;
}

#top .service-area .service-area-box .service-area-list a div .txt {
	line-height: 1.8;
	text-align: left;
	padding: 15px 0 10px;
	color: #B3B3B3;
}

#top .service-area .service-area-box .service-area-list a div .btn {
	background: url(../img/bg_arrow_gray.png) no-repeat right 0 top 10px;
	padding: 0 12px 20px 0;
	color: #666;
	text-align: right;
}

@media screen and (max-width: 667px) {

	#top .service-area {
		background: #000 url(../img/bg_top_service_sp.png) no-repeat center top;
		padding: 45px 20px 10px;
	}

	#top .service-area .t-txt {
		text-align: left;
	}
    #top.low .service-area .t-txt {
		display: none;
	}

	#top .service-area .service-area-box {
		padding: 25px 0 0;
	}

	#top .service-area .service-area-box .service-area-list {
		border-left: none;
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}

	#top .service-area .service-area-box .service-area-list a .img img {
		min-width: 100%;
		min-height: 160px;
	}

	#top .service-area .service-area-box .service-area-list a div {
		padding: 0 0 20px;
	}

	#top .service-area .service-area-box .service-area-list a div .en-txt {
		font-size: 1.8rem;
		top: -15px;
	}

	#top .service-area .service-area-box .service-area-list a div .copy {
		font-size: 1.7rem;
		padding: 20px 0 0;
	}

	#top .service-area .service-area-box .service-area-list a div .title {
		font-size: 2.0rem;
	}

	#top .service-area .service-area-box .service-area-list a div .txt {
		display: none;
	}

	#top .service-area .service-area-box .service-area-list a div .btn {
		display: none;
	}
}


/* -----------------------------------------------------------
    rental-area
-------------------------------------------------------------- */

#top .rental-area {
	background: #F9F9F9 url(../img/bg_top_rental_pc.jpg) no-repeat center top;
	background-size: 100% auto;
	padding: 100px 0 85px;
}

#top .rental-area .rental-area-box {
	background: url(../img/bg_recruit_equipment.png) no-repeat right top 40px;
	padding: 0 550px 40px 0;
}

#top .rental-area .rental-area-box .t-txt {
	padding: 0 0 0 0;
}

#top .rental-area .rental-area-pickup ul {
	overflow: hidden;
	padding: 23px 0 55px;
}

#top .rental-area .rental-area-pickup ul li {
	float: left;
	margin: 0 20px 0 0;
	width: 260px;
}

#top .rental-area .rental-area-pickup ul li:last-child {
	margin: 0 0 0 0;
}

#top .rental-area .rental-area-category ul {
	overflow: hidden;
	padding: 27px 0 0;
}

#top .rental-area .rental-area-category ul li {
	float: left;
	margin: 0 10px 15px 0;
	height: 200px;
	width: 175px ;
}

#top .rental-area .rental-area-category ul li:nth-child(6n) {
	margin: 0 0 15px 0;
}

#top .rental-area .rental-area-category ul li a {
	background-color: #FEFEFE;
	border : #ccc solid 1px;
	color: #222;
	display: block;
	height: 100%;
	padding: 50px 0 0;
	text-align: center;
	width: 100%;
}
#top .rental-area .rental-area-category ul li a:hover {
	border : #967852 solid 1px;
    color: #967852;
}

#top .rental-area .rental-area-category ul li a .cate-img img {
	width: auto;
	height: 40px;
}

#top .rental-area .rental-area-category ul li a .cate-title {
	font-family: 'Noto Sans JP';
	line-height: 1.3;
	padding: 40px 0 0;
	font-size: 1.5rem;
}

#top .rental-area .rental-area-category ul .cate-player-recorder a .cate-title {
	padding: 30px 0 0;
}

@media screen and (max-width: 667px) {
	
	#top .rental-area {
		background: #F9F9F9 url(../img/bg_top_rental_sp.png) no-repeat center top;
		padding: 0 20px 40px;
	}

	#top .rental-area .rental-area-box {
		background: url(../img/bg_recruit_equipment.png) no-repeat right top 15px;
		background-size: 150px auto;
		padding: 40px 0 20px;
	}

	#top .rental-area .rental-area-box .t-txt {
		padding: 0 0 0 0;
	}

	#top .rental-area .rental-area-pickup .overbox {
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
	}

	#top .rental-area .rental-area-pickup ul {
		width: 630px;
		padding: 18px 0 30px;
	}

	#top .rental-area .rental-area-pickup ul li {
		margin: 0 10px 0 0;
		width: 150px;
	}

	#top .rental-area .rental-area-pickup ul li img {
		width: 100%;
	}

	#top .rental-area .rental-area-category ul {
		padding: 17px 0 0;
	}

	#top .rental-area .rental-area-category ul li {
		float: none;
		margin: 0;
		height: auto;
		width: 100% ;
		display: none;
	}

	#top .rental-area .rental-area-category ul li:nth-child(6n) {
		margin: 0 0 0 0;
	}

	#top .rental-area .rental-area-category ul li:first-child {
		border-top: #ccc solid 1px;
	}

	#top .rental-area .rental-area-category ul li a {
		background-color: none;
		border-top: none;
		padding: 10px 20px 20px 20px;
		text-align: left;
        position: relative;
	}
    #top .rental-area .rental-area-category ul li a::after {
        display: block;
        content: "\f105";
        font-family: FontAwesome;
        font-size: 1.8rem;
        position: absolute;
        line-height: 1;
        right: 15px;
        top: 50%;
        margin: -9px 0 0;
        color: #333;
    }
    #top .rental-area .rental-area-category ul li a:hover {
        border: #ccc solid 1px;
		border-top: none;
    }

	#top .rental-area .rental-area-category ul li a .cate-img {
		float: left;
		padding: 10px 0 0;
	}

	#top .rental-area .rental-area-category ul li a .cate-img img {
		height: 20px;
	}

	#top .rental-area .rental-area-category ul li a .cate-title {
		padding: 8px 0 0 45px;
	}

	#top .rental-area .rental-area-category ul .cate-player-recorder a .cate-title {
		padding: 8px 0 0 45px;
	}

	#top .rental-area .rental-area-category .btn {
		font-size: 1.5rem;
		margin: 15px 0 0;
		width: 100%;
	}

	#top .rental-area .rental-area-category .btn a {
		background: #000;
		color: #fff;
		padding: 12px 0;
		text-align: center;
		width: 100%;
		display: block;
		letter-spacing: 0;
		font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	}

	#top .rental-area .rental-area-category .btn a::after {
		content: "\f107";
	}
    
}


/* -----------------------------------------------------------
    about-area
-------------------------------------------------------------- */

#top .about-area {
	background-color: #222;
	background-image: url(../img/bg_about_photo.jpg) ,url(../img/bg_about_img.png);
	background-position: right top ,left top;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

#top .about-area .inner {
	width: 1300px;
	padding: 50px 50px 40px 0;
}

#top .about-area .inner .about-area-box {
	background: #fff;
	box-shadow:0px 0px 30px 0px #666;
	padding: 70px ;
	width: 700px;
}

#top .about-area .inner .about-area-box .btn {
	padding: 30px 0 0 ;
}

@media screen and (max-width: 667px) {

	#top .about-area {
		background-color: #07171F;
		background-image: url(../img/bg_about_photo.jpg) ;
		background-position: center top;
		background-size: auto 170px;
	}

	#top .about-area .inner {
		width: 100%;
		padding: 150px 20px 20px;
	}

	#top .about-area .inner .about-area-box {
		box-shadow:none;
		padding: 25px 15px 30px ;
		width: 100%;
	}

	#top .about-area .inner .about-area-box .ttl-l {
		text-align: center;
	}

	#top .about-area .inner .about-area-box .btn {
		padding: 20px 0 0 ;
	}

	#top .about-area .inner .about-area-box .btn a {
		margin: 0 auto;
	}
	
}


/* -----------------------------------------------------------
    work-area
-------------------------------------------------------------- */

#top .work-area {
	background: #000 url(../img/bg_top_works_pc.png) no-repeat center top;
	color: #fff;
	text-align: center;
	padding: 80px 0 0;
}


#top .work-area ul {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    /*max-width: 1800px;*/
    padding: 60px 0 0;
	position: relative;
}
/*#top .work-area ul li {
    width: 400px;
}*/
#top .work-area ul li p {
    line-height: 1;
}
#top .work-area ul li .img {
    overflow: hidden;
}
#top .work-area ul li .img img {
    width: 100%;
    vertical-align: bottom;
    transition-duration: 0.3s; 
}
#top .work-area ul li .img:hover img{
	transform: scale(1.1);
	transition-duration: 0.3s;
}

#top .work-area .btn a {
	border-color: #fff;
	color: #fff;
	margin: 30px auto 0 auto;
}

#top .work-area .btn a::after {
	color: #fff;
}


@media screen and (max-width: 667px) {

	#top .work-area {
		background: #000 url(../img/bg_top_works_sp.png) no-repeat center top;
		padding: 35px 0 0;
	}

	#top .work-area .t-txt {
		text-align: left;
        padding: 0 20px;
	}
    
    #top .work-area ul {
        margin: 0 auto;
        flex-wrap: wrap;
        /*max-width: 480px;*/
        padding: 20px 0 0;
    }
    #top .work-area ul li {
        width:300px;
    }

    #top .work-area .btn a {
    	margin: 10px auto 5px auto;
    }
}


/* -----------------------------------------------------------
    スライドショー
-------------------------------------------------------------- */

.slider{
	position: relative;
	z-index: 1;
}

/* スライドショー */
.slider .slick-prev, .slider .slick-next{
	width: 40px;
	height: 80px;
	top: 180px;
	z-index: 2;
}

.slider .slick-prev::before, .slider .slick-next::before{
	display: block;
	width: 40px;
	height: 80px;
	color: #000;
    font: bold 2.6rem / 1 'FontAwesome';
	background-color: rgba(177,147,99,.8);
	box-sizing: border-box;
	opacity: 1;
	padding: 25px 0 0;
}

.slider .slick-prev{
	/*left: calc((100vw - 1500px) / 2 + 115px);*/
	left: 30px;
}
.slider .slick-prev::before{
	content: "\f104";
}

.slider .slick-next{
	/*right: calc((100vw - 1500px) / 2 + 115px);*/
	right: 30px;
}
.slider .slick-next::before{
	content: "\f105";
}


@media screen and (max-width: 667px) {

	/* スライドショー */
    .slider .slick-prev, .slider .slick-next{
        width: 30px;
        height: 60px;
        top: 62%;
        margin: -25px 0 0;
    }

    .slider .slick-prev::before, .slider .slick-next::before{
        width: 30px;
        height: 60px;
        padding: 16px 0 0;
    }
    .slider .slick-prev{
        left: 10px;
    }
    .slider .slick-next{
        right: 10px;
    }
    
}

