#athlete_detail {
  font-size: 1.4rem;
  line-height: 1.714;
  letter-spacing: 0;
}

#athlete_detail #contents .athlete_name {
  margin-bottom: 40px;
}

#athlete_detail #contents .sec_ttl {
  font-size: 2.3rem;
  margin-bottom: 10px;
  letter-spacing: .1em;
}

#athlete_detail #contents .sec_ttl.align_c {
  text-align: center;
  margin-bottom: 30px;
}

#athlete_detail #contents .sub {
  font-size: 1.6rem;
}

#athlete_detail #contents .athlete_name .en {
  font-size: 1.4rem;
  display: block;
  padding-top: .2em;
  color: #666;
  letter-spacing: 0;
}

#athlete_detail #contents .nav_anchor {
  width: 1200px;
  margin: 0 auto;
}

#athlete_detail #contents .nav_anchor .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 100px;
  margin-bottom: 28px;
}

#athlete_detail #contents .nav_anchor .nav li {
  width: calc(100%/3 - 10px);
  margin-bottom: 20px;
}

#athlete_detail #contents .nav_anchor .nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 25px;
  width: auto;
  height: 45px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: normal;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

#athlete_detail #contents .nav_anchor .nav li a:hover {
  color: #fff;
  background-color: #c02d28;
  border: 1px solid #c02d28;
  opacity: 1;
}

#athlete_detail #contents .prof_wrap {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 78px;
}

#athlete_detail #contents .prof_wrap .img_blk {
  width: 420px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

#athlete_detail #contents .prof_wrap .txt_blk .prof_content:not(:last-child) {
  margin-bottom: 38px;
}

#athlete_detail #contents .prof_wrap .txt_blk .prof_content .prof_list > li:not(:last-child) {
  margin-bottom: .6em;
}

#athlete_detail #contents .prof_wrap .txt_blk .prof_content .prof_list .open_new_window {
  width: 16px;
  vertical-align: text-bottom;
  margin-left: .5em;
}

#athlete_detail #contents .prof_wrap .txt_blk .prof_content .prof_sub_ttl {
  margin-bottom: 4px;
}

#athlete_detail #contents .prof_wrap .txt_blk .prof_content .prof_txt {
  line-height: 1.714;
  margin-bottom: 14px;
}

#athlete_detail #contents .special_movie .movie_wrap {
  width: 880px;
  margin: 0 auto;
  margin-bottom: 78px;
}

#athlete_detail #contents .special_movie .movie_wrap .movie {
  height: 500px;
}

#athlete_detail #contents .special_movie .movie_wrap iframe {
  width: 100%;
  height: 100%;
}

#athlete_detail #contents .special_movie .movie_wrap.multi .row_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#athlete_detail #contents .special_movie .movie_wrap.multi .row_wrap:not(:last-child) {
  margin-bottom: 40px;
}

#athlete_detail #contents .special_movie .movie_wrap.multi .row_wrap .movie {
  width: 420px;
  height: 240px;
}

#athlete_detail #contents .special_movie .movie_wrap.multi .row_wrap .movie:first-child {
  margin-right: 40px;
}

#athlete_detail #contents .special_movie .movie_wrap.slider {
  width: 100%;
  background: #eeeeee;
  padding: 60px 0 105px 0;
}

#athlete_detail #contents .special_movie .movie_wrap.slider > ul {
  width: 920px;
  height: 240px;
  margin: 0 auto;
}

#athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-slide {
  margin: 0 20px;
  width: 420px;
}

#athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-slide a {
  display: block;
}

#athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-slide:focus {
  outline: none;
}

#athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-arrow {
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 0;
  display: block;
  background-image: url(../../../img/common/arrow_b.png);
  background-size: 13px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

#athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-arrow:focus {
  outline: none;
}

#athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-arrow.slick-prev {
  left: -90px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

#athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-arrow.slick-next {
  right: -90px;
}

#athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -57px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-dots > li {
  width: 10px;
  height: 10px;
  margin: 0 7px;
  font-size: 0;
}

#athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-dots > li button {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0;
  color: transparent;
  outline: none;
}

#athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-dots > li.slick-active {
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}

#athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-dots > li.slick-active button {
  background-color: #e84735;
}

#athlete_detail #contents .feature {
  width: 880px;
  margin: 0 auto;
  margin-bottom: 78px;
}

#athlete_detail #contents .feature a {
  display: block;
}

#athlete_detail #contents .feature p {
  text-align: center;
  font-weight: bold;
  letter-spacing: .1em;
  margin-top: 20px;
}

#athlete_detail #contents .favorite {
  width: 1200px;
  margin: 0 auto;
  margin-top: 120px;
  padding: 0 105px;
}

#athlete_detail #contents .favorite .favorite_content > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#athlete_detail #contents .favorite .favorite_content > li:not(:last-child) {
  margin-bottom: 104px;
}

#athlete_detail #contents .favorite .favorite_content > li .product_img {
  width: 420px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

#athlete_detail #contents .favorite .favorite_content > li .product_txt {
  position: relative;
}

#athlete_detail #contents .favorite .favorite_content > li .product_txt .sub {
  margin-bottom: 23px;
}

#athlete_detail #contents .favorite .favorite_content > li .product_txt .txt {
  margin-bottom: 1.1em;
}

#athlete_detail #contents .favorite .favorite_content > li .product_txt .spec_list {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

#athlete_detail #contents .favorite .favorite_content > li .product_txt .spec_list li {
  line-height: 1.8;
}

#athlete_detail #contents .favorite .favorite_content > li .product_txt .detail_link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
}

#athlete_detail #contents .favorite .favorite_content > li .product_txt .detail_link a::after {
  content: "";
  display: inline-block;
  margin-left: 7px;
  width: calc(32px / 4);
  height: calc(52px / 4);
  background-image: url(../../../img/common/arrow_b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  vertical-align: baseline;
}

#athlete_detail #contents .back_btn {
  margin-top: 6em;
}

#athlete_detail #modal_video {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100vh;
  z-index: 1000;
  color: #fff;
  display: none;
}

#athlete_detail #modal_video .modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}

#athlete_detail #modal_video .modal_inner .btn_close a {
  display: block;
  position: absolute;
  top: -50px;
  right: -50px;
  background-image: url("../../../img/common/close_w.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

#athlete_detail #modal_video .modal_inner .modal_movie {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#athlete_detail #modal_video .modal_inner .modal_movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#athlete_detail #modal_video .modal_inner .txt_blk {
  padding: 30px 1em;
}

#athlete_detail #modal_video .modal_inner .txt_blk .modal_txt {
  margin-bottom: 20px;
}

#athlete_detail #modal_video .modal_inner .txt_blk .modal_link a::after {
  content: '';
  display: inline-block;
  background-image: url("../../../img/common/arrow_w.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(24px / 4);
  height: calc(38px / 4);
  margin-left: 8px;
  vertical-align: 1px;
}

/* ----------------------------------------------
 * Tablet
 * ----------------------------------------------------------- */
@media only screen and (max-width: 1220px) and (min-width: 751px) {
  #athlete_detail #contents .athlete_name {
    margin-bottom: 5vw;
  }
  #athlete_detail #contents .sec_ttl {
    font-size: 2.3rem;
    margin-bottom: 10px;
    letter-spacing: .1em;
  }
  #athlete_detail #contents .sec_ttl.align_c {
    text-align: center;
    margin-bottom: 30px;
  }
  #athlete_detail #contents .sub {
    font-size: 1.6rem;
  }
  #athlete_detail #contents .athlete_name .en {
    font-size: 1.4rem;
    display: block;
    padding-top: .2em;
  }
  #athlete_detail #contents .nav_anchor {
    width: 94%;
    padding: 0;
    margin: 0 auto;
  }
  #athlete_detail #contents .nav_anchor .nav {
    padding: 0;
  }
  #athlete_detail #contents .prof_wrap {
    width: 94%;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 78px;
  }
  #athlete_detail #contents .prof_wrap .img_blk {
    width: 35vw;
    margin-right: 30px;
  }
  #athlete_detail #contents .prof_wrap .txt_blk .prof_content:not(:last-child) {
    margin-bottom: 38px;
  }
  #athlete_detail #contents .prof_wrap .txt_blk .prof_content .prof_list > li {
    margin-bottom: .5em;
  }
  #athlete_detail #contents .prof_wrap .txt_blk .prof_content .prof_sub_ttl {
    padding-top: 14px;
    margin-bottom: 4px;
  }
  #athlete_detail #contents .special_movie .movie_wrap {
    width: 72.13115vw;
    margin-bottom: 78px;
  }
  #athlete_detail #contents .special_movie .movie_wrap .movie {
    height: 40.98361vw;
  }
  #athlete_detail #contents .special_movie .movie_wrap.multi .row_wrap:not(:last-child) {
    margin-bottom: 40px;
  }
  #athlete_detail #contents .special_movie .movie_wrap.multi .row_wrap .movie {
    width: 34.42623vw;
    height: 19.67213vw;
  }
  #athlete_detail #contents .special_movie .movie_wrap.multi .row_wrap .movie:first-child {
    margin-right: 3.27869vw;
  }
  #athlete_detail #contents .special_movie .movie_wrap.slider {
    width: 100%;
    background: #eeeeee;
    padding: 60px 0 105px 0;
  }
  #athlete_detail #contents .special_movie .movie_wrap.slider > ul {
    width: 75.40984vw;
    height: 19.67213vw;
  }
  #athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-slide {
    margin: 0 1.63934vw;
  }
  #athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-slide iframe {
    width: 34.42623vw;
    height: 19.67213vw;
  }
  #athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-arrow {
    width: 6vw;
    height: 6vw;
    background-size: 1.3vw 2vw;
  }
  #athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-arrow.slick-prev {
    left: calc(-120 / 1220 * 100vw + 20px);
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  #athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-arrow.slick-next {
    right: calc(-120 / 1220 * 100vw + 20px);
  }
  #athlete_detail #contents .feature {
    width: 72.13115vw;
    margin-bottom: 78px;
  }
  #athlete_detail #contents .favorite {
    width: 94%;
    padding: 0;
    margin: 120px auto 0;
  }
  #athlete_detail #contents .favorite .favorite_content > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #athlete_detail #contents .favorite .favorite_content > li:not(:last-child) {
    margin-bottom: 104px;
  }
  #athlete_detail #contents .favorite .favorite_content > li .product_img {
    width: 34.42623vw;
    margin-right: 30px;
  }
  #athlete_detail #contents .favorite .favorite_content > li .product_txt .sub {
    margin-bottom: 23px;
  }
  #athlete_detail #contents .favorite .favorite_content > li .product_txt .txt {
    margin-bottom: 1.1em;
  }
  #athlete_detail #contents .favorite .favorite_content > li .product_txt .spec_list {
    margin-bottom: 20px;
  }
  #athlete_detail #contents .favorite .favorite_content > li .product_txt .spec_list li {
    line-height: 1.8;
  }
  #athlete_detail #contents .favorite .favorite_content > li .product_txt .detail_link {
    position: static;
  }
  #athlete_detail #modal_video .modal_inner {
    padding: 0 20px;
  }
  #athlete_detail #modal_video .modal_inner .btn_close a {
    right: 20px;
  }
}

/* ----------------------------------------------
 * SP
 * ----------------------------------------------------------- */
@media only screen and (max-width: 750px) {
  #athlete_detail #contents .sec_ttl {
    font-size: 2rem;
    margin-bottom: 2vw;
    letter-spacing: .1em;
    line-height: 1.4;
  }
  #athlete_detail #contents .sec_ttl.align_c {
    text-align: center;
    margin-bottom: 5.33333vw;
  }
  #athlete_detail #contents .sub {
    font-size: 1.6rem;
  }
  #athlete_detail #contents .athlete_name {
    margin: 10.66667vw 0 8vw;
  }
  #athlete_detail #contents .athlete_name .en {
    font-size: 1.2rem;
    display: block;
    padding-top: .2em;
  }
  #athlete_detail #contents .nav_anchor {
    width: 100%;
    padding: 0 20px;
  }
  #athlete_detail #contents .nav_anchor .nav {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #athlete_detail #contents .nav_anchor .nav li {
    width: calc(100% / 3);
    margin-bottom: 14px;
  }
  #athlete_detail #contents .nav_anchor .nav li a {
    width: calc(100% - 8px);
    font-size: 3.2vw;
    height: 39px;
    letter-spacing: 0;
    line-height: 1;
    padding: 0;
  }
  #athlete_detail #contents .prof_wrap {
    width: 100%;
    display: block;
    padding: 0 20px;
    margin-bottom: 13.33333vw;
  }
  #athlete_detail #contents .prof_wrap .img_blk {
    width: 100%;
    margin: 0 0 8vw;
  }
  #athlete_detail #contents .prof_wrap .img_blk img {
    width: 100%;
  }
  #athlete_detail #contents .prof_wrap .txt_blk .prof_content:not(:last-child) {
    margin-bottom: 5.86667vw;
  }
  #athlete_detail #contents .prof_wrap .txt_blk .prof_content .prof_list > li:not(:last-child) {
    margin-bottom: .5em;
  }
  #athlete_detail #contents .prof_wrap .txt_blk .prof_content .prof_sub_ttl {
    margin-bottom: 1.06667vw;
  }
  #athlete_detail #contents .prof_wrap .txt_blk .prof_content .prof_txt {
    line-height: 1.714;
    margin-bottom: 3.73333vw;
  }
  #athlete_detail #contents .special_movie {
    width: 100%;
  }
  #athlete_detail #contents .special_movie .movie_wrap {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 13.33333vw;
  }
  #athlete_detail #contents .special_movie .movie_wrap .movie {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }
  #athlete_detail #contents .special_movie .movie_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #athlete_detail #contents .special_movie .movie_wrap.multi .row_wrap {
    display: block;
  }
  #athlete_detail #contents .special_movie .movie_wrap.multi .row_wrap:not(:last-child) {
    margin-bottom: 0;
  }
  #athlete_detail #contents .special_movie .movie_wrap.multi .row_wrap .movie {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 8vw;
  }
  #athlete_detail #contents .special_movie .movie_wrap.multi .row_wrap .movie:first-child {
    margin-right: 0;
  }
  #athlete_detail #contents .special_movie .movie_wrap.slider {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    padding: 8vw 0 14vw 0;
  }
  #athlete_detail #contents .special_movie .movie_wrap.slider > ul {
    width: 100%;
    height: auto;
  }
  #athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-slide {
    max-width: 100%;
    position: relative;
    padding-bottom: 50.25vw;
    height: 0;
    margin: 0;
  }
  #athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-slide iframe {
    width: 100%;
    height: 100%;
  }
  #athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-slide:focus {
    outline: none;
  }
  #athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-arrow {
    width: 10.66667vw;
    height: 10.66667vw;
    background-size: 2.26667vw 3.6vw;
    background-position: left 2.4vw center;
    z-index: 1;
    cursor: pointer;
  }
  #athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-arrow:focus {
    outline: none;
  }
  #athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-arrow.slick-prev {
    left: -4.66667vw;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  #athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-arrow.slick-next {
    right: -4.66667vw;
  }
  #athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-dots {
    bottom: -7.6vw;
  }
  #athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-dots > li {
    width: 2.13333vw;
    height: 2.13333vw;
    margin: 0 1.86667vw;
    font-size: 0;
  }
  #athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-dots > li button {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    font-size: 0;
    color: transparent;
    outline: none;
  }
  #athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-dots > li.slick-active {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
  #athlete_detail #contents .special_movie .movie_wrap.slider > ul .slick-dots > li.slick-active button {
    background-color: #e84735;
  }
  #athlete_detail #contents .feature {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 13.33333vw;
  }
  #athlete_detail #contents .feature p {
    text-align: left;
    margin-top: 3.73333vw;
  }
  #athlete_detail #contents .favorite {
    width: 100%;
    padding: 0 20px;
    margin: 16vw 0;
  }
  #athlete_detail #contents .favorite .sec_ttl {
    text-align: left;
  }
  #athlete_detail #contents .favorite .favorite_content > li {
    display: block;
  }
  #athlete_detail #contents .favorite .favorite_content > li .product_img {
    width: 100%;
    margin-right: 0;
  }
  #athlete_detail #contents .favorite .favorite_content > li .product_txt {
    position: relative;
    padding-top: 16px;
  }
  #athlete_detail #contents .favorite .favorite_content > li .product_txt .sub {
    margin-bottom: 10px;
  }
  #athlete_detail #contents .favorite .favorite_content > li .product_txt .txt {
    margin-bottom: 1.1em;
  }
  #athlete_detail #contents .favorite .favorite_content > li .product_txt .spec_list {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  #athlete_detail #contents .favorite .favorite_content > li .product_txt .spec_list li {
    line-height: 1.8;
  }
  #athlete_detail #contents .favorite .favorite_content > li .product_txt .detail_link {
    position: static;
    width: 100%;
    text-align: right;
    line-height: 1.8;
  }
  #athlete_detail #contents .favorite .favorite_content > li .product_txt .detail_link a::after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    width: calc(32px / 4);
    height: calc(52px / 4);
    background-image: url(../../../img/common/arrow_b.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  #athlete_detail #contents .favorite .favorite_content > li:not(:last-child) {
    margin-bottom: 13.33333vw;
  }
  #athlete_detail #contents .back_btn {
    margin-top: 4em;
  }
  #athlete_detail #modal_video .modal_inner {
    padding: 0 20px;
  }
  #athlete_detail #modal_video .modal_inner .btn_close a {
    right: 20px;
  }
}
/*# sourceMappingURL=../../map/athlete/athlete_detail/athlete_detail.css.map */
