#character {
  max-width: 1280px;
  margin: 0 auto;
}

#character img {
  width: 100%;
}

#character figure {
  margin: 0;
}

#character .h2Style01 {
  text-align: center;
  border: solid 1px #e31f79;
  padding: 6px;
  font-weight: bold;
  font-size: 17px;
}

@media only screen and (min-width: 1024px) {
  #character .h2Style01 {
    border: solid 2px #e31f79;
    padding: 8px;
    font-size: 28px;
    margin-bottom: 80px;
  }
}

#character .mainVisual {
  max-width: 1280px;
  margin: 0 auto;
  width: 96%;
  padding-top: 10px;
}

@media only screen and (min-width: 1024px) {
  #character .mainVisual {
    padding-top: 100px;
    width: 100%;
  }
}

#character .mainVisual img {
  width: 100%;
}

#character #profile {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto 39px;
  padding: 45px 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 1024px) {
  #character #profile {
    padding-top: 120px;
    margin: 0 auto 108px;
  }
}

#character #profile > .txt {
  font-size: 12px;
  margin-top: 11px;
  line-height: 1.7;
}

#character #profile .imgBox {
  width: 55%;
  float: left;
}

#character #profile .imgBox img {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  #character #profile .imgBox {
    width: calc(100% - 520px);
    max-width: 560px;
  }
}

#character #profile .txtBox {
  font-weight: 500;
  float: right;
  width: 45%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 9%;
}

@media only screen and (min-width: 1024px) {
  #character #profile .txtBox {
    width: 520px;
    padding-left: 40px;
  }
}

#character #profile .txtBox .note {
  font-weight: bold;
  font-size: 10px;
}

@media only screen and (min-width: 1024px) {
  #character #profile .txtBox .note {
    font-size: 20px;
    padding-bottom: 9px;
    margin: 27px 0 9px;
  }
}

#character #profile .txtBox .name {
  font-weight: bold;
  font-size: 14px;
  padding: 11px 0;
  line-height: 1.5;
}

#character #profile .txtBox .name span {
  display: block;
  margin-bottom: 8px;
  max-width: 120px;
}

@media only screen and (min-width: 1024px) {
  #character #profile .txtBox .name span {
    max-width: none;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  #character #profile .txtBox .name {
    width: 421px;
    font-size: 24px;
    line-height: 2;
  }
}

@media only screen and (min-width: 1024px) {
  #character #profile .txtBox .txt {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 4px;
  }
}

#character #interview {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#character #interview .h2Style01 {
  margin-bottom: 23px;
}

@media only screen and (min-width: 1024px) {
  #character #interview .h2Style01 {
    margin-bottom: 68px;
  }
}

#character #interview .leadTxt {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  margin-bottom: 23px;
}

@media only screen and (min-width: 1024px) {
  #character #interview .leadTxt {
    font-size: 29px;
    line-height: 1.6;
    margin-bottom: 70px;
  }
}

#character #interview figure {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1024px) {
  #character #interview figure {
    margin-bottom: 48px;
  }
}

#character #interview figure figcaption {
  font-weight: 500;
  font-size: 10px;
  padding-top: 8px;
}

@media only screen and (min-width: 1024px) {
  #character #interview figure figcaption {
    padding: 13px 0 15px;
    font-size: 17px;
  }
}

#character #interview .txtWrapper {
  margin-bottom: 25px;
}

@media only screen and (min-width: 1024px) {
  #character #interview .txtWrapper {
    margin-bottom: 77px;
  }
}

@media only screen and (min-width: 1024px) {
  #character #interview .engTxt {
    float: left;
    max-width: 540px;
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  #character #interview .jpTxt {
    max-width: 540px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
    float: right;
  }
}

#character #interview .jpTxt .ttl {
  font-weight: bold;
  font-size: 14px;
  padding: 0 0 20px 17px;
  position: relative;
}

#character #interview .jpTxt .ttl:before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  top: 11px;
  left: 0;
  position: absolute;
  background: #333333;
}

@media only screen and (min-width: 1024px) {
  #character #interview .jpTxt .ttl {
    color: #e31f79;
    font-size: 20px;
    padding: 0 0 0 26px;
    position: relative;
  }
  #character #interview .jpTxt .ttl:before {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    top: 20px;
    left: 0;
    position: absolute;
    background: #e31f79;
  }
}

#character #interview .jpTxt p {
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
}

@media only screen and (min-width: 1024px) {
  #character #interview .jpTxt p {
    font-size: 20px;
    padding-top: 22px;
    font-weight: 500;
  }
}
