@charset "UTF-8";
body{
  color: #1e160b;
}
.object-fit{
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover;'; /*IE対策*/
}

.btn_page{
  display: block;
  width: 100%;
  /* max-width: 225px; */
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
  background: url(../images/common/btn_brown_lt.png), url(../images/common/btn_brown_rb.png), url(../images/common/btn_brown_arrow.svg), #1e160b;
  background-repeat: no-repeat;
  background-size: cover, cover, 10px auto;
  background-position: left top, right bottom, right 14px center;
  color: #fff;
}
.top_image img{
  height: 410px !important;
}
.header.pc{
  display: block;
  position: static;
}
.header.pc.fixed{
  position: fixed;
}

/* top image */
.top_image .text{
  color: #fff;
  top: 44%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0,0,0,.75);
}
.top_image .text .en{
  letter-spacing: 3px;
}

/* top text */
.top_text{
  padding: 35px 0 50px;
}
.top_text .top_title{
  line-height: 2.2;
  padding: 0 2%;
}
.top_text .sub{
  line-height: 1.8;
  margin-top: 20px;
  padding: 0 2%;
}

/* common */
.section .ttl_box{
  text-align: center;
  padding: 22px 0 25px;
}
.section .ttl_box .en{
  letter-spacing: 4px;
}

@media screen and (max-width: 768px){
  .object-fit{
    height: auto !important;
  }

  .header{
    display: none;
  }
  .header.pc{
    display: none;
  }
  
  /* top image */
  .top_image img {
    height: 270px !important;
  }
  .top_image .text {
    top: 40%;
  }
  .top_image .text .en{
    letter-spacing: 1px;
  }

  /* top text */
  .top_text .top_title {
    line-height: 1.8;
  }
  
  /* section common */
  .section .ttl_box .en {
    letter-spacing: 2px;
  }
  
}

