* {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

body {
  -webkit-text-size-adjust: 100%;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

#wrapper {
  font-family: 'イワタ新ゴシック', '小塚ゴシック Pro', ​sans-serif;
  color: #333;
  background: #fff;
  font-weight: bold;
}

#wrapper section {
  width: 1000px;
  margin: 0 auto 30px;
}

#mainvisual {
  width: 100%;
}

#mainvisual img {
  margin: 0 auto;
  display: block;
}

.inner_element {
  width: 1000px;
  margin: 0 auto;
}

.title {
  width: 100%;
  background-color: #0077c6;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000;
}

.comment_tit {
  padding: 2.5% 0px 2.5% 20%;
  background-image: url('../img/comment_icon.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-position-x: 12.5%;
  background-size: 5%;
  line-height: 1.6;
}

.qa_tit {
  padding: 2.5% 0px 2.5% 20%;
  background-image: url('../img/qa_icon.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-position-x: 12.5%;
  background-size: 5%;
  line-height: 1.6;
}

.gallery_tit {
  padding: 2.5% 0px 2.5% 20%;
  background-image: url('../img/gallery_icon.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-position-x: 12.5%;
  background-size: 5%;
  line-height: 1.6;
}

.profile_tit {
  padding: 2.5% 0px 2.5% 20%;
  background-image: url('../img/profile_icon.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-position-x: 12.5%;
  background-size: 5%;
  line-height: 1.6;
}

.comment_box {
  width: 820px;
  margin: 50px auto;
}

.face {
  width: 220px;
  float: left;
}

.face p {
  font-size: 21px;
  line-height: 1.5;
  padding: 20px 0px;
}

.comment {
  width: 550px;
  margin-left: 50px;
  float: left;
  font-size: 20px;
  line-height: 2;
}

#join {
  padding: 0 0 20px;
}

#join p {
  font-size: 20px;
  line-height: 1.5;
  padding: 20px 30px;
}

.movie-area {
  text-align: center;
}

.questions {
  width: 900px;
  margin: 50px auto;
}

.q_title_wrap {
  border-bottom: 4px solid #64c3f0;
}

.q_num {
  font-size: 40px;
  line-height: 1.25;
  color: #fff;
  display: inline-block;
  background-color: #64c3f0;
  padding: 5px 10px;
  text-align: center;
  float: left;
}

.q_title p {
  font-size: 25px;
  padding: 10px 0 15px;
  float: left;
  width: 800px;
  margin-left: 20px;
  line-height: 1.6;
}

.q_ans {
  font-size: 20px;
  line-height: 1.5;
  background-color: rgba(165, 216, 249, 0.5);
  padding: 20px 40px;
  margin: 20px 0;
}

.gallery_box {
  width: 800px;
  margin: 50px auto;
}

.profile_content {
  width: 850px;
  margin: 50px auto;
}

.profile_photo {
  float: left;
  width: 300px;
}

.personal_info {
  float: left;
  width: 500px;
  margin-left: 50px;
}

.name {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}

.birthday {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}

.attribute {
  font-size: 22px;
  line-height: 2;
}

.record {
  font-size: 22px;
  line-height: 1.5;
}

.career_content {
  width: 750px;
  margin: 50px auto;
}

.career_content h4 {
  background-color: #0077c6;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  width: 120px;
  line-height: 1.6;
}

.career_content li {
  font-size: 22px;
  line-height: 2;
  margin: 20px 0;
  list-style-type: disc;
}

.intro_tit {
  text-align: center;
  line-height: 1.5;
}

#intro {
  width: 850px;
  margin: 25px auto;
  font-size: 22px;
  line-height: 1.5;
}

.Link {
  color: #ffffff;
  background-color: #03004c;
  display: block;
  width: 850px;
  margin: 0 auto;
  padding: 27px 0;
  text-align: center;
  text-decoration: none;
  font-size: 36px;
  line-height: 1em;
  border: 2px solid #ffffff;
  border-radius: 10px;
  transition: 0.3s linear;
}

.Link:hover {
  color: #03004c;
  background-color: #ffffff;
  border: 2px solid #03004c;
}

.player_box {
  width: 170px;
  height: 260px;
  float: left;
  margin: 2.5%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.name_back {
  background: rgba(0, 119, 198, 0.6);
  position: relative;
  top: 193px;
}

.player_name {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

.player_name span {
  font-size: 25px;
}

.irie {
  background-image: url('../img/irie.jpg');
}

.nakamura {
  background-image: url('../img/nakamura.jpg');
}

.shioura {
  background-image: url('../img/shioura.jpg');
}

.kaneko {
  background-image: url('../img/kaneko.jpg');
}

.bxslider {
  position: relative;
}

.bxslider ul {
  opacity: 0;
}

.bxslider a {
  transition: 0.4s;
}

.bxslider .bx-pager {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 0px;
  text-align: center;
  display: inline;
}

.bxslider .bx-pager-item {
  display: inline;
  padding: 0 20px;
}

.bxslider .bx-pager-item a {
  background: rgba(0, 0, 0, 1);
  display: inline-block;
  width: 14px;
  height: 14px;
  text-indent: -200%;
  overflow: hidden;
  border-radius: 50%;
}

.bxslider .bx-pager-item a:hover {
  background: rgba(0, 0, 0, 0.6);
}

.bxslider .bx-pager-item a.active {
  background: rgba(160, 160, 160, 1);
}

.bxslider .bx-controls-direction {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1em;
  width: 100%;
  height: 0px;
}

.bxslider .bx-controls-direction a {
  width: 60px;
  height: 60px;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  text-indent: -100%;
  overflow: hidden;
  margin: 0 20px;
}

.bxslider .bx-controls-direction a:hover {
  background: rgba(0, 0, 0, 0.4);
}

.bxslider .bx-controls-direction a:before,
.bxslider .bx-controls-direction a:after {
  content: '';
  position: absolute;
  top: 18px;
  left: 13px;
}

.bxslider .bx-controls-direction a:after {
  width: 21px;
  height: 21px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.bxslider .bx-controls-direction a.bx-prev:after {
  transform: rotate(-135deg);
  left: 24px;
}

.bxslider .bx-prev {
  float: left;
}

.bxslider .bx-next {
  float: right;
}

.bx-loading:before,
.bx-loading:after,
.bx-loading {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.bx-loading {
  color: #000;
  font-size: 10px;
  position: absolute;
  top: 40%;
  left: 50%;
  text-indent: -100%;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.bx-loading:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.bx-loading:after {
  left: 3.5em;
}

.bx-loading:before,
.bx-loading:after {
  content: '';
  position: absolute;
  top: 0;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.bxslider1 .bxslider {
  max-width: 1000px;
  width: 100%;
  margin: 70px auto;
}

.bxslider1 ul li img {
  width: 100%;
  height: auto;
}

.dreamnavinet-banner {
  width: 1000px;
  margin: 0 auto;
  display: block;
}

.taiken-banner {
  padding: 20px 20%;
}

.olympic-mv {
  text-align: center;
  margin-bottom: 80px;
}

.olympic-mv:hover {
  opacity: 0.7;
}
