@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.feature {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-feature-settings: "palt";
}

.mainBg {
  background: #1f140f;
}

.main {
  max-width: 1400px;
  margin: 0 auto;
}

.main img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.catch {
  max-width: 845px;
  width: auto;
  margin: 0 auto;
  background: #fff;
}

.catch__text {
  margin: 50px auto;
  color: #34383f;
  font-size: 1rem;
  line-height: 2;
}

@media screen and (max-width: 1000px) {
  .catch__text {
    margin: 25px 2.5%;
  }
}

.interview {
  margin: 0 auto;
}

.interview__title {
  margin-bottom: 50px;
  padding: 3% 5%;
  background: linear-gradient(to right, #eeeff1 0%, white 45%, white 55%, #eeeff1 100%);
}

.interview__titleInner {
  max-width: 709px;
  margin: 0 auto;
}

.interview__titleInner img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.interview__section {
  overflow: hidden;
  position: relative;
  max-width: 1100px;
  width: auto;
  margin: 0 auto;
  padding: 0 50px;
}

.interview__sectionInnerWrap {
  overflow: hidden;
  max-width: 1040px;
  margin: 0;
}

.interview__sectionInner {
  width: auto;
}

.interview__sectionInner--left {
  float: left;
  width: 48.07692307692308%;
}

.interview__sectionInner--right {
  float: right;
  width: 44.642857142857146%;
}

.interview__answer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1040px;
  width: auto;
  margin: 0 0 40px;
}

.interview__answer--short {
  width: 50%;
}

.interview__name {
  width: 95px;
  margin: 0 10px 0 0;
  color: #b29439;
  font-weight: bold;
  white-space: nowrap;
}

.interview__name--red {
  color: #92221a;
}

.interview__text {
  max-width: 937px;
  width: auto;
  margin: 0;
}

.interview__text--short {
  width: 82.72727272727273%;
}

.interview__images {
  position: absolute;
  right: 0;
  top: 0;
  width: 45.45454545454545%;
}

.interview__images--left {
  position: static;
  width: 100%;
}

.interview__images img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0;
}

.interview__end {
  text-align: right;
  margin: 8% 5% 8% 0;
  font-weight: bold;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .interview {
    margin: 0 auto;
  }
  .interview__title {
    margin-bottom: 20px;
    padding: 5%;
    background: linear-gradient(to right, #eeeff1 0%, white 45%, white 55%, #eeeff1 100%);
  }
  .interview__titleInner {
    max-width: 709px;
    margin: 0 auto;
  }
  .interview__titleInner img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  .interview__section {
    overflow: hidden;
    position: relative;
    max-width: 1100px;
    width: auto;
    margin: 0 auto;
    padding: 0 2.5%;
  }
  .interview__sectionInnerWrap {
    overflow: hidden;
    max-width: 1040px;
    margin: 0;
  }
  .interview__sectionInner {
    width: auto;
  }
  .interview__sectionInner--left {
    float: none;
    width: auto;
  }
  .interview__sectionInner--right {
    float: none;
    width: auto;
  }
  .interview__answer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1040px;
    width: auto;
    margin: 0 0 20px;
  }
  .interview__answer--short {
    width: auto;
  }
  .interview__name {
    width: 95px;
    margin: 0 10px 0 0;
    color: #b29439;
    font-weight: bold;
    white-space: nowrap;
  }
  .interview__name--red {
    color: #92221a;
  }
  .interview__text {
    max-width: 937px;
    width: 85%;
    margin: 0;
  }
  .interview__text--short {
    width: 85%;
  }
  .interview__images {
    position: static;
    right: 0;
    top: 0;
    width: auto;
    margin: 0 0 5%;
  }
  .interview__images--left {
    position: static;
    width: 100%;
  }
  .interview__images img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  .interview__end {
    text-align: right;
    margin: 8% 5% 8% 0;
    font-weight: bold;
    font-size: 30px;
  }
}

.mb40 {
  margin-bottom: 40px;
}

.caption__1line {
  margin: 19px 0 0;
  padding: 6.45% 0;
  font-size: 1.1rem;
  color: #888;
  background: #f9f5e0;
  text-align: center;
}

.caption__2line {
  margin: 19px 0 0;
  padding: 3% 0;
  font-size: 1.1rem;
  color: #888;
  background: #f9f5e0;
  text-align: center;
}

.profileWrap {
  padding: 2.5% 0;
  background: linear-gradient(to bottom, #eeeff1 0%, white 100%);
}

.profile {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width: 960px;
  margin: 0 auto 2.5%;
  padding: 2.5%;
  background: #fff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  line-height: 1.8;
}

.profile__textWrap {
  max-width: 672px;
  margin: 0;
}

.profile__title {
  font-family: serif;
  margin: 0;
}

.profile__title span {
  font-size: 22px;
  font-weight: bold;
}

.profile__text {
  font-size: .95rem;
}

.profile__images img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .profileWrap {
    padding: 10% 0;
    background: linear-gradient(to bottom, #eeeff1 0%, white 100%);
  }
  .profile {
    overflow: hidden;
    display: block;
    max-width: 960px;
    margin: 0 2.5% 10%;
    padding: 5% 2.5% 2.5%;
    background: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
    line-height: 1.8;
  }
  .profile__textWrap {
    max-width: 672px;
    margin: 0 2.5%;
  }
  .profile__title {
    font-family: serif;
    width: 100%;
    margin: 0 2.5% 5%;
  }
  .profile__title span {
    font-size: 22px;
    font-weight: bold;
  }
  .profile__text {
    margin: 0;
    font-size: .95rem;
  }
  .profile__images {
    float: right;
    width: 40%;
    padding: 0 5% 5%;
  }
  .profile__images img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0;
  }
}

.signature {
  max-width: 1040px;
  margin: 0 auto;
  border-radius: 20px;
  border: solid 4px #a89201;
  box-sizing: border-box;
  background: #fff;
}

.signature__titilewrap {
  js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: auto;
  margin: 0 auto;
}

.signature__titile {
  width: 100%;
  margin: 35px 5% 50px;
  padding: 0 0 .3%;
  color: #434343;
  font-size: 2rem;
  border-bottom: solid 2px #a89201;
}

.signature__comment {
  margin: 50px auto 2%;
  padding-left: 1em;
  text-indent: -1em;
  font-size: .8rem;
}

.productWrap {
  js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
  width: 86.66666666666667%;
  padding: 0 0 4%;
  margin: 0 auto;
}

.product {
  margin: 0;
}

.product--left {
  width: 33.4065934065934%;
}

.product--center {
  width: 35.604395604395606%;
}

.product--right {
  width: 24%;
}

.product__name {
  margin: 0 auto .5%;
  font-size: .8rem;
  font-weight: bold;
}

.product__name span {
  font-size: .6rem;
}

.product__num {
  margin: 0 auto 7%;
  color: #806a4b;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
}

.product__num span {
  font-size: .6rem;
}

.product__text {
  font-size: .9rem;
}

.product__img {
  margin: 0 auto 10%;
}

.product__img img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0;
}

.bnr__product {
  max-width: 1040px;
  width: auto;
  margin: 0 auto 5%;
}

.bnr__product img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.product--hover .s5-listItem4__mainLink, .product--hover .s5-listItem4__mainLink img {
  opacity: .8;
  transition: opacity 0.3s;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

@media screen and (max-width: 767px) {
  .signature {
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    border: solid 4px #a89201;
    box-sizing: border-box;
  }
  .signature__titilewrap {
    display: block;
    width: 90%;
    margin: 0 auto 8%;
  }
  .signature__titile {
    margin: 8% 0 0;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
  }
  .signature__titile img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .signature__comment {
    margin: 5% 5% 2%;
    padding-left: 0;
    text-indent: 0;
    font-size: .8rem;
  }
  .productWrap {
    display: block;
    width: auto;
    align-items: flex-end;
    width: 90%;
    padding: 0 0 4%;
    margin: 0 auto;
  }
  .product {
    margin: 0 0 20%;
  }
  .product--left {
    width: auto;
  }
  .product--center {
    width: auto;
  }
  .product--right {
    width: auto;
  }
  .product__name {
    margin: 0 auto .3%;
    font-size: .8rem;
    font-weight: bold;
  }
  .product__num {
    margin: 0 auto 3%;
    color: #79694e;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
  }
  .product__text {
    margin: 0 auto 7%;
    font-size: .9rem;
  }
  .product__img {
    margin: 0 20% 10%;
  }
  .product__img--center {
    margin: 0 10% 10% 30%;
  }
  .product__img--center img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .product__img--center2 {
    margin: 0 10% 10% 25%;
  }
  .product__img--center2 img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .product__img--center3 {
    margin: 0 10% 10% 15%;
  }
  .product__img--center3 img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .product__img img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .s5-listItem4__buttonContainer, .s5-listItem6__buttonContainer {
    clear: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none !important;
    display: block;
    width: 50%;
    padding: 0 6px 0 0;
    margin-bottom: 12px;
  }
  .bnr__product {
    max-width: 100%;
    width: auto;
    margin: 0 auto 5%;
    padding: 0 3%;
  }
  .bnr__product img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

.u-br {
  display: none;
}

.u-br2 {
  display: block;
}

.u-effect img {
  opacity: 1;
  transition: opacity 0.3s;
}

.u-effect img:hover {
  opacity: .8;
}

.u-effect img:hover {
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-br {
    display: block;
  }
  .u-br2 {
    display: none;
  }
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}
