@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*------------------------------------------
共通
------------------------------------------*/

/* CUSTOM fv */

.costom_fv {
    background-color: #1d1d1d;
    text-align: center;
}

.costom_fv ul {
    margin: 0 auto;
    padding: 0;
	width: 1040px;
}

.costom_fv ul li {
    display: inline-block;
    overflow:  hidden;
    width: 72px;
	height: 72px;
    margin: 24px 40px 16px 0;
}

.costom_fv ul li:last-child {
	margin-right: 0;
}

.costom_fv ul li img {
    width: auto;
}

.costom_fv ul li a {
    display:  inline-block;
}
/* END CUSTOM fv */

html {
	color: #000;
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
	overflow-y: scroll;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

body {
  margin: 0 auto;
}

h2 {
	font-size: 25px;
	margin: 0;
	letter-spacing: 3px;
	font-family: 'Montserrat', sans-serif;
}

h4 {
	font-size: 18px;
	font-weight: normal;
}

a {
  text-decoration: none;
}

p {
	font-size: 14px;
	margin: 0;
	padding: 3px 0;
}

.sec_des {
	padding-top: 32px;
}

.sp {
  display: none;
}

.pc {
	display: block;
}

/*-------------------- 
	clearfix
--------------------*/

.clearfix:after{  
visibility:hidden;
height:0;
display:block;
font-size:0;  
content:" ";  
clear:both; 
} 

/*------------------------------------------
ヘッダー
------------------------------------------*/

header {
	overflow: hidden;
	margin: 0 auto;
}

header a {
	color: #000;
}

#header_top {
	max-width: 100%;
	height: 80px;
	margin: 0 auto;
	background-color: #000; 
}

#header_top_inner {
	max-width: 1100px;
	margin: 0 auto;
}

header .aica {
 float: left;
 margin: 32px 0 0 16px;
}

h1 {
	font-size: 18px;
	text-align: right;
	color: #fff;
	float: right;
	font-weight: normal;
	margin:32px 16px 0 0;	
}

#header-inner {
	margin: 0 auto;
	height: auto;
	width: 100%;
	max-width: 100%;
	position: relative;
	background-color: #000;
}

#header-inner #mv img {
	width: 100%;
	min-width: 1440px;
	height: auto;
}

#header-inner .catchcopy {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 200px;
	color: #fff;
	font-size: 25px;
	letter-spacing: 2px;
}

#header-inner .logo {
	position: absolute;
	top: 200px;
	left: 140px;
	margin: auto;
	color: #fff;
	font-size: 25px;
	letter-spacing: 2px;
}

#header-inner .logo img {
	width: 250px;
}

.sec_inner {
	width: 1040px;
	margin: 0 auto;
}

.catalog {
	position: fixed;
	width: 250px;
	top: 100px;
	right: 32px;
	margin: 0;
	z-index: 999;
	display: block;
}

.catalog img {
	width: 100%;
	max-width: 284px;
}


/*------------------------------------------
コンテンツ
------------------------------------------*/
#content {
	clear: both;
	width: 100%;
}

#sec01 {
	margin: 0 auto;
	padding-bottom: 25px;
	background-color: #000;
	color: #fff;
	text-align: center;
}

#sec01 p {
	font-size: 30px;
}

#sec01 img {
	width: 500px;
	margin: 100px 270px 0px;
}

#sec01 .arrow {
	width: 25px;
	margin: 50px 0 150px;
}

#sec01_plus {
	margin: -24px auto 0;
	padding-bottom: 150px;
	background-color: #000;
	color: #fff;
	text-align: center;
}

#sec01_plus_inner {
	margin: 0 auto;
	text-align: center;
	width: 1040px;
}

.sec01_box {
	float: left;
	width: 33%;
}

.sec01_box p {
	padding-top: 32px;
}

#sec01_plus a:link { color: #fff; }
#sec01_plus a:visited { color: #fff; }
#sec01_plus a:hover { color: #A6A6A6; }
#sec01_plus a:active { color: #fff; }

#sec02 {
	margin: 0 auto;
	padding-bottom: 50px;
	background-color: #000;
	color: #fff;
}

#sec02 hr {
	width: 50px;
	border-color: #91001f;
	text-align:left;
	margin: 30px 0 40px;
}

#sec02 ul {
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

#sec02 ul li {
	list-style: none;
	float: left;
	width: calc((1046px / 2) - 44px);
	padding-bottom: 32px;
}

#sec02 ul li img {
	list-style: none;
	float: left;
	width: 100%;
}

#sec02 ul .lineUp_left {
	margin-right: 42px;
}

#sec02 ul li .val {
	width: auto;
	height: 35px;
	margin-top: 5px;
	margin-bottom: 15px;
}

#sec03 {
	margin: 0 auto;
	padding-bottom: 120px;
	background-color: #000;
	color: #fff;
}

#sec03 hr {
	width: 50px;
	border-color: #91001f;
	text-align:left;
	margin: 30px 0 40px;
}


#sec03 ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#sec03 ul li {
	padding: 0;
	float: left;
	width: 500px;
	list-style: none;
}

#sec03 ul li:last-child {
	padding: 0;
	float: left;
	width: 500px;
	margin-left: 40px;
}

#sec03 ul li img {
	padding: 0;
	width: 500px;
}

#sec03 .medium {
	padding: 20px 0;
	font-size: 17px;
}

#sec03 .des {
	font-size: 12px;
	padding-top: 15px;
}

#sec04 {
	margin: 0 auto;
	background-color: #000;
	color: #fff;
	background: linear-gradient(to bottom, #000 50%, #272727 100%);
}

#sec04 .sec_inner {
	position: relative;
}

#sec04 hr {
	width: 50px;
	border-color: #91001f;
	text-align:left;
	margin: 30px 0 40px;
}

#sec04 .left {
	width: 600px;
	height: 488px;
}

#sec04 img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 440px;
}

#sec04 .sec_inner .left .sec_des {
	padding-top: 32px;
}

#sec04 p {
	padding: 5px 0 20px;
}

/*--------------------
Mail Form
--------------------*/
#contact {
  margin: 0 auto;
  text-align: center;
  color: #333333;
  padding: 0 0 100px;
  position: relative;
  overflow: hidden;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
span.must {
  color: red;
}
.contact_head {
  margin-bottom: 58px;
}

.contact_head img {
	width: 100%;
	min-width: 1040px;
}

.sec_inner {
  max-width: 1040px;
  margin: 0 auto;
}
#contact h2 {
  font-size: 30px;
  font-weight: lighter;
  letter-spacing: 4px;
  text-align: center;
  margin: 0;
}
#contact .des {
  font-size: 15px;
  padding-bottom: 6px;
  letter-spacing: 2px;
  color: #333333;
  margin: 0;
  line-height: normal;
}
#contact hr {
  width: 100px;
  margin: 40px auto;
}
#contact label {
  font-size: 12px;
  color: red;
  display: block;
}
#contact form {
  text-align: left;
}
#contact form span {
  padding: 1px 2px;
}

span.must_p {
  color: red;
}
#contact form p {
  font-size: 13px;
  line-height: normal;
  margin: 0;
}
.form_box {
    display: inline-block;
    width: 100%;
}
#contact input {
  height: 40px;
  width: 96%;
  padding: 0 2%;
  border: 1px solid rgba(51, 51, 51, 0.1);
  font-size: 16px;
}
#contact form .name {
  width: 48%;
  float: left;
  margin-right: 2%;
  margin-bottom: 10px;
}
#contact form .furigana {
  width: 48%;
  margin-left: 2%;
  float: right;
  margin-bottom: 10px;
}
#contact form .company {
  width: 48%;
  float: left;
  margin-right: 2%;
  margin-bottom: 10px;
}
#contact form .depart {
  width: 48%;
  float: right;
  margin-left: 2%;
  margin-bottom: 10px;
}
#contact form .industry {
  width: 48%;
  float: left;
  margin-right: 2%;
  margin-bottom: 10px;
}
#contact form .occupation {
  width: 48%;
  float: right;
  margin-left: 2%;
  margin-bottom: 10px;
}

#contact form .post {
  width: 48%;
  float: left;
  margin-right: 2%;
  margin-bottom: 10px;
}
#contact form .post-code {
  float: left;
  font-size: 14px;
  line-height: 35px;
  margin-bottom: 10px;
  width: 190px;
}
#contact form .post_first {
  float: left;
  width: 40%;
}
#contact form .post_second {
  float: left;
  width: 140px;
  padding-right: 10px;
}
#contact form .prefecture {
  clear: both;
  width: 25%;
  float: left;
  margin-bottom: 10px;
}
#contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(51,51,51,0.1);
  height: 42px;
  line-height: 42px;
  background-color: #fff;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 0px;
  font-size: 16px;
}
#contact form .city {
  width: 100%;
  margin-right: 0%;
  float: left;
  margin-bottom: 10px;
}
#contact form .town {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  text-align: left;
}
#contact form .room {
  clear: both;
  margin-bottom: 10px;
  text-align: left;
}
#contact form .tel {
  float: left;
  width: 48%;
  overflow: hidden;
  margin-right: 2%;
}
#contact form .tel input {
  width: 97%;
}
#contact form .tel_first {
  width: 98%;
  float: left;
  padding-right: 4%;
}
#contact form .tel_second {
  width: 100px;
  float: left;
  padding-right: 10px;
}
#contact form .tel_third {
  width: 100px;
  float: left;
  padding-right: 10px;
}
#contact form .txt {
  float: left;
  width: 80px;
  margin-right: 20px;
  line-height: 52px;
}
#contact form .mail {
  float: left;
  width: 48%;
  margin-left: 2%;
}
#contact button {
  width: 700px;
  height: 50px;
  background-color: #91001f;
  border: none;
  color: #fff;
  display: block;
  font-size: 16px;
  letter-spacing: 1.6px;
  margin: 50px auto 10px;
}
#contact .att {
  text-align: center;
  margin: 30px 0;
  padding: 0;
}

a.priv {
	text-decoration: underline;
} 

/* 
#contact {
	margin: 0 auto;
	text-align: center;
	color: #333333;
	padding: 100px 0;
}

#contact h2 {
	font-size: 30px;
	font-weight: lighter;
	letter-spacing: 4px;
}

#contact .des {
	font-size: 15px;
	padding-bottom: 10px;
	letter-spacing: 2px;
	color: #333333;
}

#contact hr {
	width: 100px;
	margin: 40px auto;
}

#contact label {
	font-size: 12px;
	color: red;
}

#contact form {
	text-align: left;
}

#contact form span {
	color: red;
	padding-left: 2px;
}

#contact form p {
	font-size: 13px;
}

#contact input {
	height: 40px;
	width: calc(100% - 20px);
	padding: 0 10px;
	border: 1px solid rgba(51, 51, 51, 0.1);
	background-color: #f7f7f7;
	font-size: 14px;
}

#contact form .name {
	width: 500px;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}

#contact form .furigana {
	width: 500px;
	float: left;
	margin-bottom: 20px;
}

#contact form .company {
	width: 500px;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}

#contact form .depart {
	width: 500px;
	float: left;
	margin-bottom: 20px;
}

#contact form .post {
	width: 520px;
	float: left;
	margin-bottom: 20px;
}

#contact form .post input {
	width: 120px;
}

#contact form .post-code {
	float: left;
	font-size: 14px;
	line-height: 35px;
	margin-bottom: 20px;
	width: 190px;
}

#contact form .post_first {
	float: left;
	width: 140px;
	padding-right: 20px;
}

#contact form .post_second {
	float: left;
	width: 140px;
	padding-right: 20px;
}

#contact form .prefecture {
	clear: both;
	width: 230px;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}

#contact select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid rgba(51,51,51,0.1);
	height: 42px;
	line-height: 42px;
	width: 230px;
	padding: 0 10px;
	margin-bottom: 0px;
	background-color: #f7f7f7;
}

#contact form .city {
	width: 230px;
	margin-right: 40px;
	float: left;
	margin-bottom: 20px;
}

#contact form .town {
	width: 500px;
	float: left;
	margin-bottom: 20px;
	text-align: left;
}


#contact form .room {
	clear: both;
	margin-bottom: 20px;
	text-align: left;
}

#contact form .tel {
	float: left;
	width: 500px;
	overflow: hidden;
	margin-right: 40px;
}

#contact form .tel input {
	float: left;
	width: 80px;
}
#contact form .tel_first {
	width: 100px;
	float: left;
	padding-right: 20px;
}
#contact form .tel_second {
	width: 100px;
	float: left;
	padding-right: 20px;
}
#contact form .tel_third {
	width: 100px;
	float: left;
	padding-right: 20px;
}

#contact form .txt {
	float: left;
	width: 80px;
	margin-right: 20px;
	line-height: 35px;
}

#contact form .mail {
	float: left;
	width: 500px;
}

#contact button {
	width: 700px;
	height: 50px;
	background-color: #91001f;
	border: none;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1.6px;
	margin: 50px 170px 10px;
}

#contact .att {
	text-align: center;
	margin: 0;
	padding: 0;
}

/*------------------------------------------
商材エリア-Lightbox
------------------------------------------*/
.thumb-size {
    display: inline-block;
    margin-top: 24px;
}
.thumb-size-inner {
    position: relative;
}
.thumb-size-inner a:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(68, 68, 68, 0);
}
.thumb-size-inner a:hover:after {
    position: absolute;
    z-index: 2;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(68, 68, 68, 0.5098039215686274);
    transition-duration: 0.3s;
    content: '\f00e';
    font-family: "Font Awesome 5 Free";
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 28px;
    line-height: 77px;
  }
.lightsec01 .thumb-size-inner a:hover:after {
    line-height: 130px;
  }

.thumb-size-inner {
    width: 72px;
    margin: 0px 4px 8px 0;
    display: inline-block;
}

.right {
	margin-right: 0;
}

/*------------------------------------------
フッター
------------------------------------------*/
footer {
	position: relative;
	padding-bottom: 30px;
	background-color: #f7f7f7;
}

footer .sec_inner img {
	width: 120px;
	margin: 40px 460px 40px;
}

footer ul {
	padding: 0;
	width: 450px;
	overflow: hidden;
	margin: 0 auto;
}

footer ul li {
	list-style: none;
	float: left;
	padding-left:30px;
}

footer a {
	color: #333;
}

footer p {
	text-align: center;
	padding-top: 20px;
	color: #bbbbbb;
}


/*------------------------------------------
サンクスページ
------------------------------------------*/
#thanks {
	background-color: #000;
	text-align: center;
	color: #fff;
	padding-bottom: 50px;
}

#thanks a {
	color: #fff;
}

#thanks hr {
	width: 100px;
	margin-top: 20px;
	border-color: #91001f;
}

#thanks img {
	width: 300px;
	margin: 70px 370px 80px;
}

#thanks h2 {
	text-align: center;
	color: #fff;
	font-size: 30px;
}

#thanks .end {
	padding: 30px 0;
	font-size: 20px;
}

#thanks p {
	line-height: 30px;
}

#thanks .link {
	font-size: 18px;
	width: 600px;
	margin: 50px 220px;
	height: 50px;
	line-height: 50px;
	background-color: #91001f;
}
