.mainWrap {
  margin: 0 5%;
}

.interview {
  max-width: 1200px;
  width: auto;
  margin: 0 auto;
  font-feature-settings: "palt";
}

.mainSection {
  margin-bottom: 3.9%;
  border-bottom: solid 1px #b59f75;
}

.mainBg {
  background: #eeefef;
}

.main {
  max-width: 1200px;
  width: auto;
  margin: 0 auto;
}

.main img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.main__chatch {
  width: auto;
  margin: 3.2% auto 1%;
  text-align: center;
  font-size: 1.15rem;
  line-height: 2.2;
}

.main__chatch img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.main__interviewer {
  margin: 0 auto;
  text-align: center;
}

.main__source {
  margin: 0 0 4% 45%;
  font-size: .8rem;
  text-align: center;
}

.main__nav {
  overflow: hidden;
  margin: 0 0 5%;
}

.main__nav--left {
  float: left;
  width: 50.083333333333336%;
}

.main__nav--right {
  float: left;
  width: 49.916666666666664%;
}

.main__nav img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .mainBg {
    background: #fff;
  }
  .mainWrap {
    margin: 0;
  }
  .main__chatch {
    width: auto;
    margin: 3.2% 8% 2%;
  }
  .main__chatch img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .main__nav {
    overflow: hidden;
    margin: 0 0 8%;
  }
  .main__nav--left {
    float: none;
    width: auto;
    margin: 0 5% 2%;
  }
  .main__nav--right {
    float: none;
    width: auto;
    margin: 0 5%;
  }
  .main__nav img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

.profile {
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  width: 75.25%;
  margin: 0 auto 2.9%;
  padding: 7.4% 4% 7.4% 0;
  background: url(../images/img01.jpg) no-repeat left top;
  background-size: 100%;
}

.profile__wrap {
  box-sizing: border-box;
  width: 44.7%;
  padding: 4% 4.8%;
  background: #e4d8c7;
}

.profile__name {
  margin: 0 0 3%;
  font-weight: bold;
  font-size: 1rem;
}

.profile__name img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0;
  vertical-align: middle;
}

.profile__text {
  font-size: calc(0.625rem + ((1vw - 2.5px) * 0.2395));
  line-height: 2;
}

.profile__link {
  margin: 0;
}

@media screen and (max-width: 1053px) {
  .profile__name {
    margin: 0 0 3%;
    font-weight: bold;
    font-size: calc(0.625rem + ((1vw - 5px) * 1.0778));
  }
  .profile__name span {
    font-size: calc(0.625rem + ((1vw - 5px) * 0.479));
    font-weight: normal;
    font-family: Futura, sans-serif;
    font-stretch: condensed;
  }
  .profile__text {
    font-size: calc(0.625rem + ((1vw - 8px) * 0.2395));
    line-height: 1.5;
  }
  .profile__link {
    font-size: calc(0.625rem + ((1vw - 8px) * 0.2395));
    margin: 0;
  }
}

.profile__comment {
  margin: 0 0 1.8%;
  font-size: 1.75rem;
  line-height: 2;
  text-align: center;
}

.profile__exp {
  width: 86%;
  margin: 0 auto 5%;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .profile {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto 2.9%;
    padding: 59% 2.5% 6.5% 2.5%;
    background: url(../images/img01_sp.jpg) no-repeat center top;
    background-size: 100%;
  }
  .profile__wrap {
    box-sizing: border-box;
    border-radius: 0;
    float: none;
    width: 90%;
    margin: 0 auto;
    padding: 5% 7%;
    background: #e4d8c7;
  }
  .profile__name {
    margin: 0 0 3%;
    font-weight: bold;
    font-size: 1.15rem;
  }
  .profile__name span {
    font-size: 1.15rem;
    font-weight: normal;
    font-family: Futura, sans-serif;
    font-stretch: condensed;
  }
  .profile__text {
    font-size: .9rem;
    line-height: 1.7;
  }
  .profile__link {
    font-size: .9rem;
    margin: 0;
  }
  .profile__comment {
    margin: 0 0 1.8%;
    font-size: 1.55rem;
    line-height: 1.4;
    text-align: center;
  }
  .profile__exp {
    width: 90%;
    margin: 0 auto 5%;
    line-height: 2;
  }
}

@media screen and (max-width: 350px) {
  .profile__text {
    font-size: .7rem;
    line-height: 1.7;
  }
}

.hires__title {
  margin: 0 0 2.45%;
  padding: 1.3% 0 2%;
  border: solid 1px #d4e6ff;
  background: -moz-linear-gradient(left, #d9e4f4 1%, #ffffff 35%, #ffffff 65%, #d9e4f4 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d9e4f4 1%, #ffffff 35%, #ffffff 65%, #d9e4f4 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d9e4f4 1%, #ffffff 35%, #ffffff 65%, #d9e4f4 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.hires__title img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.hires__subtitle {
  margin: 1% 0 2%;
  color: #a80d14;
  font-size: 1.65rem;
}

.hires__block {
  -js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 3%;
}

.hires__block--start {
  -js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: auto;
  margin: 0 0 3.9%;
}

.hires__block--end {
  -js-display: flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0 0 3.9%;
}

.hires__block--text {
  width: auto;
  margin: 0 auto 3.9%;
}

.hires__qaWrap {
  width: 50%;
}

.hires__qaWrap--profileBlock {
  width: 42.857142857142854%;
}

.hires__qaWrap--imgBlock {
  width: auto;
}

.hires__q {
  margin: 0;
  color: #997e59;
  font-size: 1.15rem;
  font-weight: bold;
}

.hires__a {
  margin: 1.5% 0 0;
  line-height: 2;
}

.hires__a span {
  font-weight: bold;
  margin-right: 1em;
}

.hires__imgWrap {
  width: 45.83333333333333%;
}

.hires__imgWrap--profileBlock {
  width: 49.107142857142854%;
  margin-right: 7%;
}

.hires__imgWrap--imgBlock {
  width: 44.7%;
  margin-left: 5.2%;
}

.hires__imgWrap--audition {
  width: 37.5%;
}

.hires__img {
  margin: 0;
}

.hires__img img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.hires__imgComment {
  margin: 0;
  padding: 4% 5%;
  background: #e8e5e1;
  color: #000;
  font-size: .85rem;
  line-height: 2;
}

.hires__imgComment span {
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .hires {
    margin: 0 5%;
  }
  .hires:last-of-type {
    margin: 0 5% 5%;
  }
  .hires__block {
    display: block;
    margin: 0 0 3%;
  }
  .hires__block--start {
    display: block;
    width: auto;
    margin: 0 auto 3.9%;
  }
  .hires__block--end {
    display: block;
    width: auto;
    margin: 0 auto 3.9%;
  }
  .hires__block--text {
    display: block;
    width: auto;
    margin: 0 auto 3.9%;
  }
  .hires__title {
    margin: 0 0 5%;
    padding: 1.3% 0 2%;
    border: solid 1px #d4e6ff;
    background: -moz-linear-gradient(left, #d9e4f4 1%, #ffffff 35%, #ffffff 65%, #d9e4f4 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d9e4f4 1%, #ffffff 35%, #ffffff 65%, #d9e4f4 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d9e4f4 1%, #ffffff 35%, #ffffff 65%, #d9e4f4 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .hires__title img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .hires__subtitle {
    margin: 1% 0 5%;
    color: #a80d14;
    font-size: 1.2rem;
  }
  .hires__qaWrap {
    width: auto;
    margin: 0;
  }
  .hires__q {
    margin: 0;
    color: #997e59;
    font-size: 1rem;
    font-weight: bold;
  }
  .hires__a {
    margin: 1.5% 0 2.5%;
    font-size: .95rem;
    line-height: 2;
  }
  .hires__a span {
    font-weight: bold;
    margin-right: 1em;
  }
  .hires__imgWrap {
    width: auto;
    margin: 0 0 10%;
  }
  .hires__imgWrap--profileBlock {
    width: auto;
    margin-right: 0;
  }
  .hires__imgWrap--imgBlock {
    width: auto;
    margin-left: 0;
  }
  .hires__imgWrap--audition {
    width: auto;
  }
  .hires__img {
    margin: 0;
  }
  .hires__img img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

.musicWrap {
  width: auto;
  margin: 0 0 2.8%;
  padding: 0;
  background: #f3f0ed;
}

.musicInner {
  margin: 0 5%;
}

.music {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.6% 0;
  box-sizing: border-box;
}

.music__title {
  width: auto;
  margin: 0 0 4%;
  padding: .8% 0;
  font-size: calc(1rem + ((1vw - 9px) * 1.3889));
  border-bottom: solid 2px #bfa073;
}

.music__title img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 0 0 3%;
  vertical-align: middle;
}

.music__album {
  width: 100%;
  margin: 0 auto;
}

.music__albumText {
  width: auto;
  margin: 0;
  font-size: calc(0.625rem + ((1vw - 1px) * 0.479));
  line-height: 1.8;
}

.music__albumText span {
  color: #92221a;
  font-weight: bold;
}

.music__selectedImg {
  padding: 0;
  list-style: none;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 71%;
}

.music__selectedImg img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.music__selectedText {
  padding: 0;
  list-style: none;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: .8rem;
}

.music__selectedText li {
  white-space: nowrap;
  padding-right: 2%;
}

@media screen and (max-width: 767px) {
  .music {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 7%;
  }
  .music__title {
    width: auto;
    margin: 0;
    padding: .8% 0;
    font-size: 1.65rem;
    border-bottom: solid 2px #bfa073;
  }
  .music__album {
    display: block;
    width: auto;
    margin: 5.5% 0;
  }
  .music__albumImage {
    width: 100%;
    margin: 0;
  }
  .music__albumText {
    width: 100%;
    margin: 0;
    font-size: 1rem;
    line-height: 1.8;
  }
  .music__selectedImg {
    padding: 0;
    list-style: none;
    -js-display: flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: auto;
  }
  .music__selectedImg li {
    margin: 0 5% 3% 0;
  }
  .music__selectedImg img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .music__selectedText {
    padding: 0;
    list-style: none;
    -js-display: flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: .8rem;
  }
  .music__selectedText li {
    white-space: normal;
    padding-right: 2%;
  }
}

.signature {
  width: 87.5%;
  margin: 0 auto;
  border-radius: 20px;
  border: solid 4px #a89201;
  box-sizing: border-box;
}

.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;
}

.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.7rem;
    line-height: 1.3;
    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 img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .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--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;
  }
  .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;
  }
}

.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;
  }
}

.flagship {
  max-width: 1050px;
  margin: 5% auto 0;
}

.flagship img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .flagship {
    max-width: 1050px;
    margin: 5%;
  }
  .flagship img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}
