@charset "UTF-8";
/* CSS Document */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 1.5s;
}
.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
a {
  outline: none;
}
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  -webkit-text-size-adjust: 100%;
  color: #000;
  background-color: #fff;
}
.wrapper {
  overflow: hidden;
}
.main_box {
  width: 100%;
  background-image: url(../img/main.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
h1 {
  text-align: center;
  margin: 0;
  font-size: 40px;
  color: #fff;
  font-style: italic;
}
h1 .logo {
  width: 450px;
  display: block;
  margin: 0 auto 20px;
}
h1 .square {
  width: 80%;
  transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  background-color: #a40000;
  padding: 20px 0;
  margin: 0 auto;
}
h1 .square .p {
  display: block;
  transform: skew(30deg);
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
  text-align: center;
}
.txt_box {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding: 30px 0;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  background-color: #efefef;
  color: #000;
}
.txt_box .inner {
  width: 900px;
  margin: 0 auto;
}
.txt_box p span {
  display: block;
}
.message_box {
  background-color: #000;
  color: #fff;
  padding: 1px 0;
}
.message_box .inner {
  width: 850px;
  margin: 0 auto;
}
.message_box .box {
  margin: 70px auto;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.message_box .box .name {
  font-family: "Times New Roman", Times, "serif";
  font-size: 20px;
  text-align: right;
}
.athlete_box .inner {
  width: 900px;
  margin: 50px auto;
}
.athlete_box h2 {
  background-image: url("../img/ttl.jpg");
  background-position: center;
  background-size: cover;
  margin: 0;
  padding: 70px 0;
}
.athlete_box h2 .square {
  width: 400px;
  transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  background-color: #a40000;
  padding: 50px 0;
  margin: 0 auto;
}
.athlete_box h2 .square .p {
  display: block;
  transform: skew(30deg);
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
  color: #fff;
  font-size: 30px;
  font-style: italic;
  text-align: center;
}
.athlete_box h2 .square .p span {
  display: block;
  font-size: 16px;
}
.athlete_box .caption {
  width: 90%;
  margin: 0 auto 30px;
  font-size: 14px;
}
.athlete_box .box {
  width: 40%;
  margin: 0 4.8% 50px;
  display: inline-block;
  vertical-align: top;
}
.athlete_box .box figure {
  width: 80%;
  margin: 0 auto 10px;
}
.athlete_box .box figure img {
  width: 100%;
}
.athlete_box .box .name {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  width: 60%;
  transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  background-color: #a40000;
  padding: 7px 0 5px;
  margin: -30px auto 0;
}
.athlete_box .box .name span {
  display: block;
  transform: skew(30deg);
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
}
.athlete_box .box .name .en {
  display: block;
  font-size: 13px;
  transform: skew(0deg);
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
}
.athlete_box .box p {
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
  text-justify: inter-ideograph;
  /*word-break: break-all;*/
}
.athlete_box .biography .ttl {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
  border-bottom: solid 2px #555;
  color: #555;
}
footer {
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  padding: 20px 0 20px;
  background-color: #1a1a1a;
  color: #fff;
}
.contact_box {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 30px;
}
.contact_box h3 {
  font-size: 20px;
  font-weight: normal;
}
.contact_box p.tel {
  font-size: 24px;
  margin: -10px 0 0;
}
.link_box {
  margin: 0 auto 30px;
}
.link_box a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
}
.link_box a:hover {
  opacity: 0.8;
  transition: all 0.6s ease;
}
.link_box i {
  font-size: 12px;
  margin-left: 10px;
}
small {
  font-size: 12px;
}
/*ページトップ　スクロール*/
#page-top a {
  width: 55px;
  height: 55px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9998;
  background-color: #a40000;
  text-decoration: none;
}
#page-top a i {
  color: #fff;
  font-size: 20px;
  line-height: 55px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
#page-top a:hover {
  background-color: #555;
  transition: all 0.6s ease;
}
@media screen and (min-width:700px) and (max-width:1050px) { /*タブレット縦横*/
  .main_box {
    width: 100%;
    height: auto;
    background-image: url(../img/main.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 0;
  }
  .main {
    width: 95%;
    margin: 0 auto;
  }
  h1 {
    text-align: center;
    margin: 0;
    font-size: 28px;
    color: #fff;
    font-style: italic;
  }
  h1 .logo {
    width: 250px;
    display: block;
    margin: 0 auto 20px;
  }
  h1 .square {
    width: 80%;
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    background-color: #a40000;
    padding: 20px 0;
    margin: 0 auto;
  }
  h1 .square .p {
    display: block;
    transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    text-align: center;
  }
  .txt_box {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    padding: 15px 0;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    background-color: #efefef;
    color: #000;
  }
  .txt_box .inner {
    width: 80%;
    margin: 0 auto;
  }
  .txt_box p span {
    display: inline;
  }
  .message_box {
    background-color: #000;
    color: #fff;
    padding: 1px 0;
  }
  .message_box .inner {
    width: 80%;
    margin: 0 auto;
  }
  .message_box .box {
    margin: 30px auto;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
  .message_box .box .name {
    font-family: "Times New Roman", Times, "serif";
    font-size: 16px;
    text-align: right;
  }
  .athlete_box .inner {
    width: 90%;
    margin: 30px auto;
  }
  .athlete_box h2 {
    background-image: url("../img/ttl.jpg");
    background-position: center;
    background-size: cover;
    margin: 0;
    padding: 50px 0;
  }
  .athlete_box h2 .square {
    width: 70%;
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    background-color: #a40000;
    padding: 30px 0;
    margin: 0 auto;
  }
  .athlete_box h2 .square .p {
    display: block;
    transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    color: #fff;
    font-size: 24px;
    font-style: italic;
    text-align: center;
  }
  .athlete_box h2 .square .p span {
    display: block;
    font-size: 16px;
  }
  .athlete_box .caption {
    width: 95%;
    margin: 0 auto 20px;
    font-size: 14px;
  }
  .athlete_box .box {
    width: 45.5%;
    margin: 0 2% 70px;
    display: inline-block;
    vertical-align: top;
  }
  .athlete_box .box figure {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 10px;
  }
  .athlete_box .box figure img {
    width: 100%;
  }
  .athlete_box .box .name {
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    width: 80%;
    max-width: 200px;
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    background-color: #a40000;
    padding: 7px 0 5px;
    margin: -30px auto 0;
  }
  .athlete_box .box .name span {
    display: block;
    transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
  }
  .athlete_box .box .name .en {
    display: block;
    font-size: 13px;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
  }
  .athlete_box .box p {
    font-size: 15px;
    line-height: 25px;
  }
  .athlete_box .biography .ttl {
    display: block;
    font-weight: bold;
    font-size: 17px;
    line-height: 32px;
    border-bottom: solid 2px #555;
    color: #555;
    margin-bottom: 0;
  }
  footer {
    font-family: "Times New Roman", Times, serif;
    text-align: center;
    padding: 30px 0 20px;
    background-position: center;
    background-color: #1a1a1a;
    color: #fff;
  }
  .link_box {
    margin: 0 auto 20px;
  }
  .link_box a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
  }
  .link_box a:hover {
    opacity: 0.8;
    transition: all 0.6s ease;
  }
  .link_box i {
    font-size: 12px;
    margin-left: 10px;
  }
  small {
    font-size: 12px;
  }
  .grad-wrap {
    position: relative;
  }
  .grad-trigger {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 10;
    color: #a40000;
    font-size: 14px;
    font-weight: bold;
  }
  .grad-trigger::after {
    content: "MORE";
  }
  .grad-item {
    position: relative;
    overflow: hidden;
  }
  .grad-item.is-hide {
    height: 200px;
  }
  .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 80px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  }
  .grad-trigger.is-show {
    bottom: -20px;
  }
  .grad-trigger.is-show::after {
    content: "CLOSE";
  }
  .grad-trigger.is-show + .grad-item::before {
    display: none;
  }
  .grad-trigger::before {
    border-right: 3px solid #a40000;
    border-top: 3px solid #a40000;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    transition: all 0.5s;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: relative;
    top: -3px;
    margin-right: 10px;
  }
  .grad-trigger.is-show::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: 3px;
    margin-right: 10px;
  }
}
@media screen and (max-width:700px) { /*スマホ縦-スマホ横*/
  .main_box {
    width: 100%;
    height: 280px;
    background-image: url(../img/main_sp.jpg);
    background-size: 150%;
    background-position: center;
    padding: 80px 0;
  }
  .main {
    width: 95%;
    margin: 0 auto;
  }
  h1 {
    text-align: center;
    margin: 0;
    font-size: 28px;
    color: #fff;
    font-style: italic;
  }
  h1 .logo {
    width: 250px;
    display: block;
    margin: 0 auto 20px;
  }
  h1 .square {
    width: 70%;
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    background-color: #a40000;
    padding: 20px 0;
    margin: 0 auto;
  }
  h1 .square .p {
    display: block;
    transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    text-align: center;
  }
  .txt_box {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    padding: 15px 0;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    background-color: #efefef;
    color: #000;
  }
  .txt_box .inner {
    width: 80%;
    margin: 0 auto;
  }
  .txt_box p span {
    display: inline;
  }
  .message_box {
    background-color: #000;
    color: #fff;
    padding: 1px 0;
  }
  .message_box .inner {
    width: 80%;
    margin: 0 auto;
  }
  .message_box .box {
    margin: 30px auto;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
  .message_box .box .name {
    font-family: "Times New Roman", Times, "serif";
    font-size: 16px;
    text-align: right;
  }
  .athlete_box .inner {
    width: 80%;
    margin: 30px auto;
  }
  .athlete_box h2 {
    background-image: url("../img/ttl.jpg");
    background-position: center;
    background-size: 200%;
    margin: 0;
    padding: 50px 0;
  }
  .athlete_box h2 .square {
    width: 70%;
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    background-color: #a40000;
    padding: 30px 0;
    margin: 0 auto;
  }
  .athlete_box h2 .square .p {
    display: block;
    transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    color: #fff;
    font-size: 24px;
    font-style: italic;
    text-align: center;
  }
  .athlete_box h2 .square .p span {
    display: block;
    font-size: 16px;
  }
  .athlete_box .caption {
    width: 95%;
    margin: 0 auto 20px;
    font-size: 14px;
  }
  .athlete_box .box {
    width: 100%;
    margin: 0 auto 70px;
    display: block;
  }
  .athlete_box .box figure {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 10px;
  }
  .athlete_box .box figure img {
    width: 100%;
  }
  .athlete_box .box .name {
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    width: 80%;
    max-width: 200px;
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    background-color: #a40000;
    padding: 7px 0 5px;
    margin: -30px auto 0;
  }
  .athlete_box .box .name span {
    display: block;
    transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
  }
  .athlete_box .box .name .en {
    display: block;
    font-size: 13px;
    transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
  }
  .athlete_box .box p {
    font-size: 15px;
    line-height: 25px;
  }
  .athlete_box .biography .ttl {
    display: block;
    font-weight: bold;
    font-size: 17px;
    line-height: 32px;
    border-bottom: solid 2px #555;
    color: #555;
    margin-bottom: 0;
  }
  footer {
    font-family: "Times New Roman", Times, serif;
    text-align: center;
    padding: 30px 0 20px;
    background-color: #222;
    color: #fff;
  }
  .link_box {
    margin: 0 auto 20px;
  }
  .link_box a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
  }
  .link_box i {
    font-size: 12px;
    margin-left: 10px;
  }
  .link_box .material-icons {
    position: relative;
    top: 5px;
    left: 5px;
    font-size: 20px;
  }
  small {
    font-size: 10px;
  }
  .grad-wrap {
    position: relative;
  }
  .grad-trigger {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 10;
    color: #a40000;
    font-size: 14px;
    font-weight: bold;
  }
  .grad-trigger::after {
    content: "MORE";
  }
  .grad-item {
    position: relative;
    overflow: hidden;
  }
  .grad-item.is-hide {
    height: 200px;
  }
  .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 80px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  }
  .grad-trigger.is-show {
    bottom: -20px;
  }
  .grad-trigger.is-show::after {
    content: "CLOSE";
  }
  .grad-trigger.is-show + .grad-item::before {
    display: none;
  }
  .grad-trigger::before {
    border-right: 3px solid #a40000;
    border-top: 3px solid #a40000;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    transition: all 0.5s;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: relative;
    top: -3px;
    margin-right: 10px;
  }
  .grad-trigger.is-show::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: 3px;
    margin-right: 10px;
  }
}