
body{
  line-height: 180%;
  font-size: 15px;
}

#header {
  background: #ffffff;
  width: 100%;
  z-index: 10;
  position: relative;
  border-bottom: 1px solid #dddddd;
}

#header .con1 {
  width: 100%;
}

#logo {
  box-sizing: border-box;
  width: 100px;
  position: relative;
  z-index: 2;
  margin: 10px 20px 10px 5%;
}

#logo1ft{
  width: 100px;
  margin: 0 auto;
}

#logo img,
#logo1ft img{
  height: auto;
  width: 100%;
  padding: 0;
  display: block;
  vertical-align: bottom;
}

#header.m_fixed {
  /*width: 100%;
  position: fixed;
  z-index: 9;*/
}

/*メインビジュアル*/

#mainvl {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  background: url(images/bg.png) repeat center center;
}

.mv-inner{
  display:flex;
  justify-content: flex-end;
  width: 90%;
  height:350px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.mv-img{
  background-size:cover;
  background-position:center;
}

.img1{
  width:45%;
  height:100%;
  background-image:url(images/main1.jpg);
  clip-path:polygon(
    42% 0,
    100% 0,
    58% 100%,
    0 100%
  );
  transform:translateY(-20%);
  position:absolute;
  left:-10px;
  top:0;
}

.img2{
  width:75%;
  height:100%;
  background-image:url(images/main2.jpg);
  clip-path:polygon(
    25% 0,
    100% 0,
    100% 100%,
    0% 100%
  );
}

.maintxt{
  position: absolute;
  left: 5%;
  bottom: 90px;
  z-index: 2;
}

.maintxt h2{
  font-size: 18px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: nowrap;
  color: #ffffff;
  background: #000000;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 15px;
}

.maintxt h2 span{
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  padding-right: 3px;
}

.bg_bk{
  background: url(images/bg_1.jpg) repeat center center;
  background-size: cover;
}

.en{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.en_s{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
}

#cv_top .en{
  color:#fff;
  mix-blend-mode:difference;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 3;
}

#contact .en{
  color:#fff;
  mix-blend-mode:difference;
  position: absolute;
  top: -30px;
  left: -10px;
  z-index: 3;
}

#topproduct .en{
  color:rgba(255,255,255,.5);
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
}

#topabout .en{
  color: #f0f0f0;
  position: absolute;
  top: 240px;
  right: 5px;
  z-index: 1;
}

.ttl{
  margin-bottom: 30px;
}

.ttl h2,
.ttl h2 span{
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 1px;
}

.icon_list ul{

}

.icon_list li{
  width: 90%;
  margin: 30px auto 0;
  box-sizing: border-box;
  padding: 30px 20px 0;
  border-top: 1px solid #dddddd;
}

.icon_list li p,
.icon_list li p span{
  font-weight: 700!important;
}

.icon_list li:first-child{
  margin: 0px auto 0;
  padding: 0px 20px 0;
  border-top: none;
}

.icon_img{
  width: 100px;
  padding-bottom: 20px;
  margin: 0 auto;
}

.product_block ul{
}

.product_block li{
  width: 100%;
  max-width: 400px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
  background: #ffffff;
  margin: 30px auto 0;
}

.item_img{
  width: 100%;
  aspect-ratio: 2/1;
  position: relative;
  overflow: hidden;
}

.item_img img{
  height: auto;
	width: 100%;
	max-width: inherit;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.item_txt{
  padding: 20px 15px;
}

.about_mv{
  width: 100%;
  position:relative;
  background: url(images/bg.png) repeat center center;
}

.about_con{
  margin: 0 auto;
  width: 90%;
  padding-top: 30px;
}

.about_inr{
  
}

.about_img{
 
  inset:0 auto 0 0;
  width: 100%;
  height: 300px;
  background:url(images/main3.jpg) center center / cover no-repeat;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 80%,
    0 100%
  );
}

/*フッタ*/

.con_flex{

}

.con_txt{
  padding-bottom: 40px;
}

.con_btn{
 
}

.btn_bg1{
  height: 140px;
  position: relative;
  overflow: hidden;
}

.btn_bg1::before{
  content: '';
  background: linear-gradient(to right,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 1%,rgba(0,0,0,0) 99%,rgba(0,0,0,0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.btn_bg1::after{
  content: '';
  background: url(images/ar1.png) no-repeat center center;
  background-size: 20px;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 15px;
  bottom: 15px;
  z-index: 3;
}

.btn_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.btn_txt{
  position: relative;
  z-index: 3;
  color: #ffffff;
  padding-top: 20px;
  padding-left: 20px;
}


.ft_flex{

}

#copyright{
  color: #a8a8a8;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  padding-top: 15px;
}

#copyright a,
#copyright span{
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  color: #a8a8a8;
}

#copyright span{
  padding: 0 15px;
}


/*タイトル*/

.txt_s{
  font-size: 13px;
  line-height: 20px;
}

.txt_ns{
  font-size: 15px;
  line-height: 27px;
}

.txt_n{
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}

.txt_m{
  font-size: 19px;
  line-height: 36px;
  font-weight: 700;
}

.txt_b{
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 700;
}

.txt_c{
  text-align: center;
}

.txt_r{
  text-align: right;
}

.mgat{
  margin: 0 auto;
}

.wid_1{
  width: 300px;
}

.wid_2{
  width: 300px;
}



/********************************************
 * 共通要素
 ********************************************/

.sp_none{
	display:none;
}


