@import url("../css/style.css");
.profile {
  background-image: url(../img/bg03.jpg);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
.profile .wrap .img {
  position: relative;
}
.profile .subImg {
  position: absolute;
  right: 0;
  bottom: 0;
}

.txtWrap {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  color: #fff;
  padding: 2em 1.5em;
}
.txtWrap h3 {
  color: #ffcd00;
  font-family: "Anton", sans-serif;
  font-size: 2em;
  margin-bottom: 0.5em;
}
.txtWrap .nameWrap {
  margin-bottom: 2em;
}
.txtWrap .nameWrap .main {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 2px;
}
.txtWrap table {
  margin-bottom: 2.5em;
  width: 100%;
  letter-spacing: 1px;
}
.txtWrap table tr th {
  color: #ffcd00;
  padding-bottom: 1em;
  width: 35%;
}
.txtWrap table tr td {
  width: 65%;
  text-align: left;
  font-weight: bold;
  padding-bottom: 1em;
}
.txtWrap .snsWrap {
  margin: 0 auto;
}
.txtWrap .snsWrap ul {
  display: flex;
  justify-content: center;
}
.txtWrap .snsWrap ul li {
  padding: 0 0.5em;
}
.txtWrap .snsWrap ul li a {
  color: #fff;
}

.jpba {
  background-image: url(../img/bg01.jpg);
  background-size: cover;
  padding-bottom: 10em;
  position: relative;
  overflow: hidden;
}
.jpba .wrap .txtWrap table {
  margin-bottom: 0;
}
.jpba .wrap .txtWrap table tr th {
  width: 68%;
}
.jpba .wrap .txtWrap table tr td {
  width: 32%;
}
.jpba .wrap .jpbaImg {
  position: absolute;
  right: 0;
  bottom: 0;
}

.miuraPage {
  padding-bottom: 7em;
}
.miuraPage .profile .img img {
  width: 90%;
}
.miuraPage .subImg {
  width: 110px;
  right: -0.5em;
}
.miuraPage .jpbaImg {
  width: 200px;
}

.yamashitaPage {
  padding-bottom: 7em;
}
.yamashitaPage .profile .img img {
  width: 90%;
}
.yamashitaPage .subImg {
  width: 100px;
}
.yamashitaPage .jpbaImg {
  width: 220px;
}

.asadaPage {
  padding-bottom: 7em;
}
.asadaPage .profile .img img {
  width: 108%;
}
.asadaPage .subImg {
  width: 200px;
  right: -7em;
}
.asadaPage .wrap .jpbaImg {
  width: 240px;
  right: -4em;
}

.yamamotoPage {
  padding-bottom: 7em;
}
.yamamotoPage .profile .img img {
  width: 85%;
}
.yamamotoPage .subImg {
  width: 120px;
}
.yamamotoPage .jpbaImg {
  width: 230px;
}

.yamadaPage {
  padding-bottom: 7em;
}
.yamadaPage .profile .img img {
  width: 75%;
}
.yamadaPage .subImg {
  width: 90px;
  right: -1em;
}
.yamadaPage .jpbaImg {
  width: 190px;
}

.kokiPage {
  padding-bottom: 7em;
}
.kokiPage .profile .img img {
  width: 108%;
}
.kokiPage .subImg {
  width: 120px;
  right: -2em;
}
.kokiPage .wrap .jpbaImg {
  width: 250px;
  right: -2.5em;
}

.wadaPage {
  padding-bottom: 7em;
}
.wadaPage .profile .img img {
  width: 80%;
}
.wadaPage .subImg {
  width: 120px;
  right: -1em;
}
.wadaPage .wrap .jpbaImg {
  width: 250px;
  right: -2.5em;
}

@media only screen and (min-width: 580px) {
  .profile {
    padding-bottom: 0;
    position: initial;
  }
  .profile .wrap {
    position: relative;
  }
  .profile .wrap .img {
    width: 50%;
  }
  .profile .wrap .txtWrap {
    width: 50%;
  }
  .profile .wrap .txtWrap table tr th {
    padding-bottom: 1.5em;
  }
  .profile .wrap .txtWrap table tr td {
    padding-bottom: 1.5em;
  }
  .jpba {
    position: initial;
    padding-bottom: 0;
  }
  .jpba .wrap {
    position: relative;
  }
  .jpba .wrap .txtWrap {
    width: 50%;
    margin-bottom: 4em;
  }
  .miuraPage .subImg {
    width: 150px;
    right: -2em;
  }
  .miuraPage .jpba .wrap .jpbaImg {
    width: 350px;
  }
  .yamashitaPage .subImg {
    width: 150px;
    right: -2em;
  }
  .yamashitaPage .jpba .wrap .jpbaImg {
    width: 500px;
  }
  .asadaPage .subImg {
    width: 210px;
    right: -5em;
  }
  .asadaPage .jpba .wrap .jpbaImg {
    width: 400px;
    right: 3em;
  }
  .yamamotoPage .subImg {
    width: 220px;
    right: -5em;
  }
  .yamamotoPage .jpba .wrap .jpbaImg {
    width: 400px;
    right: 3em;
  }
  .yamadaPage .subImg {
    width: 180px;
    right: -5em;
  }
  .yamadaPage .jpba .wrap .jpbaImg {
    width: 300px;
    right: 3em;
  }
  .kokiPage .subImg {
    width: 180px;
    right: -5em;
  }
  .kokiPage .jpba .wrap .jpbaImg {
    width: 420px;
    right: 3em;
  }
  .wadaPage .subImg {
    width: 180px;
    right: -5em;
  }
  .wadaPage .jpba .wrap .jpbaImg {
    width: 420px;
    right: 3em;
  }
}