header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  padding: 0 30px;
  background-color: #fff;
  z-index: 2;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 940px;
  margin: auto;
}
header .header-inner a {
  width: 181.9578px;
}
header .header-inner .menu {
  display: none;
  position: relative;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
header .header-inner .menu span {
  width: 20px;
  height: 3.2px;
  background-color: #000;
  position: absolute;
}
header .header-inner .menu span:nth-of-type(1) {
  top: 0;
}
header .header-inner .menu span:nth-of-type(2) {
  top: 7px;
}
header .header-inner .menu span:nth-of-type(3) {
  top: 14px;
}

.houhin {
  margin-top: 40px;
}

.interviewMv {
  height: 750px;
  position: relative;
  background-image: url(/store/yamahon/assets/img/interview/bg-interviewMv.jpg);
  background-size: cover;
  background-position: center;
}
.interviewMv div {
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translateX(-50%);
  width: 157.6953px;
}

.interview {
  width: 100vw;
  padding: 55px 0 70px;
  background-color: #fff;
  overflow: hidden;
}
.interview .interview-header {
  max-width: 400px;
  margin: auto;
}
.interview .interview-header div {
  width: 160px;
  margin: 0 0 70px 77px;
}
.interview .interview-header p {
  line-height: 2;
  font-size: 18px;
}
.interview .interview-ttl {
  display: flex;
  align-items: center;
  font-family: "A1 Gothic L";
  position: relative;
  max-width: 400px;
  height: 46px;
  background-color: #e5e5e5;
  font-size: 22px;
  color: #1e0a00;
  margin: 70px auto 0;
}
.interview .interview-ttl::before, .interview .interview-ttl::after {
  content: "";
  position: absolute;
  right: 100%;
  width: 50vw;
  height: 100%;
  background-color: #e5e5e5;
}
.interview .interview-ttl::after {
  right: initial;
  left: 100%;
  width: 108px;
}
.interview .interview-ttl span {
  position: relative;
  z-index: 1;
}
.interview .interview-txt {
  line-height: 2;
  font-size: 16px;
  max-width: 500px;
  margin: 45px auto 0;
}
.interview .interview-txt span {
  font-size: 80%;
  line-height: 1.5;
  display: inline-block;
}
.interview .interview-pic {
  max-width: 600px;
  margin: 45px auto 0;
}
.interview .interview-pic + .interview-pic {
  margin-top: 30px;
}
.interview .interview-date {
  font-size: 13px;
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 768px) {
  header {
    padding: 0 5%;
  }
  header .header-inner a {
    width: 163.76px;
  }
  .interviewMv {
    background-image: url(/store/yamahon/assets/img/interview/bg-interviewMv.jpg);
    height: 75vw;
  }
  .interviewMv div {
    width: 25%;
    top: 25%;
  }
  .interview {
    padding: 37.5px 0 50px;
  }
  .interview .interview-header {
    padding: 0 5%;
  }
  .interview .interview-header div {
    width: 120px;
    margin: 0 0 52.5px 90px;
  }
  .interview .interview-header p {
    font-size: 15px;
  }
  .interview .interview-ttl {
    font-size: 16.5px;
    margin-top: 50px;
    padding: 0 5%;
    height: 36px;
  }
  .interview .interview-txt {
    padding: 0 5%;
    margin-top: 30px;
  }
  .interview .interview-pic {
    margin-top: 30px;
    padding: 0 5%;
  }
  .interview .interview-pic + .interview-pic {
    margin-top: 20px;
  }
  .interview .interview-date {
    font-size: 12px;
    margin-top: 35px;
  }
}
@media (max-width: 630px) {
  .interview .interview-ttl::after {
    width: calc(50vw - 210px);
  }
}
@media (max-width: 425px) {
  .interview .interview-ttl {
    width: 95%;
    margin: 50px 5% 0 0;
    padding-left: 8%;
  }
  .interview .interview-ttl::after {
    content: none;
  }
}
@media (max-width: 374px) {
  .interview .interview-ttl {
    font-size: 4.8vw;
  }
}/*# sourceMappingURL=houhin-interview.css.map */