@charset "utf-8";
/* index.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV          　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	width: 100%;
	height: calc(100vh - 100px);
	background-color: #000000;
}

#kv_logo_box {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 70%;
}
img#kv_logo {
	height: 100%;
	width: auto;
}


/* アニメーション用 */
#kv_logo {
  opacity: 0;
  -webkit-animation: fade 5.5s ease 0.5s 1 forwards;
  animation: fade 5.5s ease 0.5s 1 forwards;
}
@-webkit-keyframes fade {
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  100% {
    opacity: 1;
  }
}

/* スクロールボタン */
#kv_scroll {
	background-color: rgba(36,19,47,0.90);
	width: 100%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV 動画　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv_video {
	background-color: #000000;
}
#kv_video video {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	height: calc(100vh - 100px);
	display: block;
}
#kv_video_02 video {
	display: block;
	width: 100%;
	height: auto;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* MOTTO       　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_motto {
	background-color: #000000;
	background-repeat: no-repeat;
	display: flex;
    align-items:center;
}
#motto_data {
	width: 50%;
}

#motto_text {
	color: #FFFFFF;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#motto_text h3 {
	font-size: 60px;
	font-weight: 900;
	line-height: 1.2em;
	margin-bottom: 30px;
}
#motto_text p {
	font-weight: 900;
	font-size: 18px;
}
#motto_pic {
	width: 50%;
}
#motto_pic img {
	width: 100%;
	height: auto;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 本社・工場  　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* 共通 */
#area_company {
	padding-top: 120px;
	margin-bottom: 240px;
}
.company_pic {
	background-size: cover;
	height: 100%;
	text-indent: -9999px;
}
.company_text {
	width: 620px;
	padding-top: 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 80px;
}
.company_text h3 {
	margin-bottom: 50px;
}
.company_text h4 {
	font-size: 26px;
	font-weight: bold;
	color: #5A2F74;
	line-height: 1.6em;
	margin-bottom: 60px;
}

.cmp_tbl {
	width: 100%;
	margin-top: 50px;
}
.cmp_tbl p {
	font-weight: bold;
}

.tbl_gaiyou {
	width: 70%;
	float: left;
}
.tbl_nouryoku {
	float: right;
	width: 30%;
}

/* 本社 */
#office_pic {
	float: right;
	width: 50%;
}
#office_pic .company_pic {
	background-image: url(../images/index_company_pic_head-office.jpg);
	background-position: center center;
}
#office_text {
	float: right;
}
#head_office h3  {
	background-image: url(../images/index_company_ho_tt.png);
	background-repeat: no-repeat;
	width: 512px;
	height: 117px;
	text-indent: -9999px;
}

#office_text .company_text {
	padding-right: 120px;
}

/* 工場 01 */
#fct_01_pic {
	float: left;
	width: 50%;
}
#fct_01_pic .company_pic {
	background-image: url(../images/index_company_pic_fct_01.jpg);
	background-position: center center;
}
#fct_01_text {
	float: left;
}
#factory_01 h3 {
	width: 377px;
	height: 256px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image: url(../images/index_company_fct_01_tt.png);
}

#fct_01_text .company_text {
	padding-left: 120px;
	padding-right: 20px;
}

/* 工場 02 */
#fct_02_pic {
	float: right;
	width: 50%;
}
#fct_02_pic .company_pic {
	background-image: url(../images/index_company_pic_fct_02.jpg);
	background-position: center center;
}
#fct_02_text {
	float: right;
}
#factory_02 h3 {
	width: 398px;
	height: 256px;
	text-indent: -9999px;
	background-image: url(../images/index_company_fct_02_tt.png);
}

#fct_02_text .company_text {
	padding-right: 120px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* NEWS            　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_news {

}
#area_news h3 {
	text-align: center;
	margin-bottom: 70px;
	width: 492px;
	height: 53px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/index_news_tt.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.news_list {
	width: 370px;
	float: left;
	margin-right: 55px;
	margin-bottom: 90px;
}
.news_list:nth-child(3n) {
	margin-right: 0px;
}

/* サムネイル */
.news_thumb {
	margin-bottom: 15px;
	width: 370px;
	height: 300px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	float: left;
	display: inline-block;
}

.child {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-position: center center;
}

.news_thumb a {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 380px;
    cursor: pointer;
}

.news_thumb:hover .child, 
.news_thumb:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.news_thumb:hover .child:before, 
.news_thumb:focus .child:before {
    display: block;
}

.news_thumb:hover a, 
.news_thumb:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* 日付・タイトル */
.news_date {
	font-size: 20px;
	font-weight: bold;
	color: #5A2F74;
	margin-bottom: 10px;
}
.news_tt {
	line-height: 1.6em;
}

/* read more 位置 */
#area_news .bt_read_more {
	margin-left: auto;
	margin-right: auto;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 製作工程        　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_process {
	padding-top: 210px;
}
#area_process h3 {
	float: left;
	width: 488px;
	height: 53px;
	background-image: url(../images/index_process_tt.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#process_text {
	float: right;
	width: 450px;
}
#prosess_pic {
	clear: both;
}
#prosess_pic img {
	width: 100%;
	height: auto;
}
#prs_pc {
}
#prs_sp {
	display: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 施工実績　　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_works {
	padding-top: 200px;
	margin-bottom: 170px;
}
#area_works .row {
	background-color: #917452;
}
#works_data {
	width: 40%;
	color: #FFFFFF;
	float: right;
}
#works_main {
	width: 430px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

#works_main h3 {
	margin-bottom: 40px;
	width: 371px;
	height: 53px;
	background-image: url(../images/index_works_tt.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#works_main .bt_read_more {
	margin-left: auto;
	margin-top: 40px;
}
#works_pic {
	width: 60%;
	float: left;
}
#works_pic img {
	width: 100%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* お問い合わせ    　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_contact {
	background-color: #917452;
	padding-top: 150px;
	text-align: center;
	padding-bottom: 95px;
	color: #FFFFFF;

}
#area_contact h3 {
	margin-bottom: 60px;
	width: 569px;
	height: 53px;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
	background-image: url(../images/index_contact_tt.png);
	background-repeat: no-repeat;
}
#contact_icon {
	margin-top: 50px;
}
#contact_icon img {
	width: 60px;
	height: auto;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* READ MORE ボタン　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.bt_read_more {
	width: 90px;
}

.bt_read_more img{
	width: 100%;
	transition: 0.7s;
	transform: rotateZ( 0deg );
	height: auto;
}
.bt_read_more:hover img {
    transform: rotateZ( 360deg );
}









/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV          　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv_wrap {
	width: 100%;
	height: calc(100vh - 100px);
	background-color: #000000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#kv {
	display: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV 動画　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv_video video {
}
	
#kv_video video {
	width: 100%;
	height: auto;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* MOTTO       　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_motto {
	display: inherit;
}
#motto_data {
	width: 100%;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px;
}
#motto_text {
	width: 100%;
}
#motto_text h3 {
	font-size: 40px;
	line-height: 1.2em;
	margin-bottom: 20px;
}
#motto_text p {
	font-size: 16px;
}
#motto_pic {
	width: 100%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 本社・工場  　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* 共通 */
#area_company {
	padding-top: 0px;
	margin-bottom: 70px;
}
.company_pic {
	height: auto;
	text-indent: 0px;
	margin-bottom: 30px;
}
.company_pic img {
	height: auto;
	width: 100%;
}
.company_text {
	width: 100%;
	padding-top: 0px;
	margin-bottom: 60px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	padding-bottom: 0px;
}
.company_text h3 {
	margin-bottom: 20px;
}
.company_text h4 {
	font-size: 20px;
	margin-bottom: 40px;
}

.cmp_tbl {
	margin-top: 0px;
}
.tbl_gaiyou {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.tbl_nouryoku {
	float: none;
	width: 100%;
}

/* 本社 */
#office_pic {
	float: none;
	width: 100%;
}
#office_pic .company_pic {	
    background-image: url(transparent);
}
#office_text {
	float: none;
}
#office_text .company_text {
	padding-right: 0px;
}
#head_office h3  {
	background-image: url(transparent);
	width: auto;
	height: auto;
	text-indent: 0px;
}
#head_office h3 img  {
	width: 308px;
	height: 60px;
}

/* 工場 01 */
#fct_01_pic {
	float: none;
	width: 100%;
}
#fct_01_pic .company_pic {
	background-image: url(transparent);
}
#fct_01_text {
	float: none;
}
#fct_01_text .company_text {
	padding-left: 30px;

}
#factory_01 h3  {
	background-image: url(transparent);
	width: auto;
	height: auto;
	text-indent: 0px;
}
#factory_01 h3 img  {
	width: 271px;
	height: 107px;
}


/* 工場 02 */
#fct_02_pic {
	float: none;
	width: 100%;
}
#fct_02_pic .company_pic {
	background-image: url(transparent);
}
#fct_02_text {
	float: none;
}
#fct_02_text .company_text {
	padding-right: 0px;
}
#factory_02 h3  {
	background-image: url(transparent);
	width: auto;
	height: auto;
	text-indent: 0px;
}
#factory_02 h3 img  {
	width: 264px;
	height: 107px;
}

/* read more ボタン位置 */
.company_text .bt_read_more {
	width: 90px;
	position: absolute;
	bottom: 0px;
	right: 20px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* NEWS            　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_news {
	padding-left: 30px;
	padding-right: 30px;
}
#area_news h3 {
	margin-bottom: 40px;
	width: auto;
	height: auto;
	text-indent: 0px;
	background-image: url(transparent);
}
#area_news h3 img {
	width: 74px;
	height: 54px;
}
.news_list {
	width: 50%;
	margin-right: 0px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.news_list:nth-child(odd) {
	padding-right: 10px;
}
.news_list:nth-child(even) {
	padding-left: 10px;
}
.news_thumb {
	margin-bottom: 5px;
	height: 130px;
	width: 100%;
}

/* 日付・タイトル */
.news_date {
	font-size: 15px;
	margin-bottom: 5px;
}

/* read more 位置 */
#area_news .bt_read_more {
	margin-top: 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 製作工程        　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_process {
	padding-top: 100px;
	padding-left: 30px;
	padding-right: 30px;
}
#area_process h3 {
	float: none;
	margin-bottom: 30px;
	width: auto;
	height: auto;
	text-indent: 0px;
	background-image: url(transparent);
	text-align: center;
}
#area_process h3 img {
	width: 115px;
	height: 54px;
}
#process_text {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
#prs_pc {
	display: none;
}
#prs_sp {
	display: inherit;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 施工実績　　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_works {
	padding-top: 100px;
	margin-bottom: 60px;
}

#works_data {
	width: 100%;
	float: none;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-top: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#works_main {
	width: 100%;
	margin-top: 0px;
}

#works_main h3 {
	margin-bottom: 25px;
	text-indent: 0px;
	text-align: center;
	background-image: url(transparent);
	width: auto;
	height: auto;
}
#works_main h3 img {
	width: 92px;
	height: 54px;
}

#works_main .bt_read_more {
	margin-left: auto;
	margin-right: auto;
}
#works_pic {
	width: 100%;
	float: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* お問い合わせ    　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_contact {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
}
#area_contact h3 {
	margin-bottom: 40px;
	width: auto;
	height: auto;
	text-indent: 0px;	
    background-image: url(transparent);
}
#area_contact h3 img {
	width: 153px;
	height: 53px;
}
#contact_icon {
	margin-top: 30px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* READ MORE ボタン　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.bt_read_more {
	width: 90px;
}
.bt_read_more img{
	width: 100%;
	transition: 0.7s;
	transform: rotateZ( 0deg );
	height: auto;
}
.bt_read_more:hover img {
    transform: rotateZ( 360deg );
}

}
