.interview-section {
  padding: 1.2em 0 200px;
  background-image: url(/wp-content/themes/ikemen/title/genji/original/images/special/interview/interview_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.interview-section h1 {
  text-align: center;
  margin:65px 0 60px;
}

.interview-section .interview-list > li {
  width: 49.5%;
  float: left;
}

.interview-section .interview-list > li:nth-of-type(even) {
  float: right;
}

@media screen and (min-width: 768px) {
  .interview-section .interview-list > li:nth-of-type(n+3) {
    margin-top: 3%;
  }
}

@media screen and (max-width: 767px) {
  .interview-section {
    padding: 5px 0 40px;
    background-image: url(/wp-content/themes/ikemen/title/genji/original/images/special/interview/sp/interview_bg.jpg);
  }
  .interview-section h1 {
    width: 200px;
    margin: 30px auto 20px;
  }
  .interview-section .interview-list {
    width: 100%;
    margin: 0 auto;
  }
  .interview-section .interview-list > li {
    width: 100%;
    margin-bottom: 15px;
  }
  .interview-section .interview-list > li:last-of-type {
    margin-bottom: 0;
  }
}

.title-section {
  overflow: initial;
  padding: 60px 0;
  background-image: url(/wp-content/themes/ikemen/title/genji/original/images/special/interview/detail/interview_title_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
}

.title-section:after {
  content: '';
  display: block;
  width: 29%;
  height: 343px;
  background-image: url(/wp-content/themes/ikemen/title/genji/original/images/special/interview/detail/interview_title_deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.title-section h1 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .title-section {
    padding: 30px 0;
  }
  .title-section:after {
    width: 160px;
  }
  .title-section h1 {
    width: 200px;
    margin: 0 auto;
  }
}

.detail-section {
  padding: 80px 0;
}

.detail-section h2 {
  text-align: center;
  margin-bottom: 60px;
}

.detail-section .detail-container {
  margin-bottom: 60px;
}

.detail-section .detail-container > img {
  width: 100%;
}

.detail-section .detail-container > div {
  background-image: url(/wp-content/themes/ikemen/title/genji/original/images/common/frame_body.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 30px 60px;
}

.detail-section .detail-container > div > dl {
  padding: 50px 0;
  font-size: 1.8rem;
  line-height: 1.7;
  border-bottom: 1px solid #d7d6d0;
}

.detail-section .detail-container > div > dl:first-of-type {
  padding-top: 0;
}

.detail-section .detail-container > div > dl:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.detail-section .detail-container > div > dl > dt {
  font-weight: bold;
  margin-bottom: 30px;
}

.detail-section .btn-chara {
  width: 390px;
  display: block;
  margin: 0 auto 20px;
}

.detail-section .btn-top {
  width: 308px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .detail-section {
    padding: 30px 0;
  }
  .detail-section h2 {
    margin-bottom: 20px;
  }
  .detail-section .detail-container {
    margin-bottom: 30px;
  }
  .detail-section .detail-container > div {
    padding: 20px;
  }
  .detail-section .detail-container > div > dl {
    padding: 20px 0;
    font-size: 1.2rem;
  }
  .detail-section .detail-container > div > dl > dt {
    margin-bottom: 15px;
  }
  .detail-section .btn-chara {
    width: 250px;
    margin-bottom: 15px;
  }
  .detail-section .btn-top {
    width: 180px;
  }
}

.list-section {
  padding: 60px 0;
}

.list-section .interview-list > li {
  width: 49.5%;
  float: left;
}

.list-section .interview-list > li:nth-of-type(even) {
  float: right;
}

@media screen and (min-width: 768px) {
  .list-section .interview-list > li:nth-of-type(n+3) {
    margin-top: 3%;
  }
}

@media screen and (max-width: 767px) {
  .list-section {
    padding: 30px 0;
  }
  .list-section h1 {
    width: 200px;
    margin: 0 auto 20px;
  }
  .list-section .interview-list {
    width: 100%;
    margin: 0 auto;
  }
  .list-section .interview-list > li {
    width: 100%;
    margin-bottom: 15px;
  }
  .list-section .interview-list > li:last-of-type {
    margin-bottom: 0;
  }
}
.template_breadcrumb{
  margin-top:1.2em;
}
.breadcrumb_wrap {
  margin: 0 auto;
  width: 1100px;
}
@media screen and (max-width: 767px) {
  .breadcrumb_wrap {
    margin: 0 auto;
    width: 90%;
  }
  .template_breadcrumb{
    margin-top:5px;
  }
}