@charset "UTF-8";

/* =========================================

title : 【ホームメイト・ゴルフ】著名なプロゴルファー紹介
scope : /library/players/

last modify : 2022/12/05 TERA TAWA.

============================================ */
#wrap .inner {
  margin: 0;
}

[id^='main'] > .breadcrumbs > ul.siteroute > li {
  color: #000;
}

/* --------------------------------------
　　　　　　content
-----------------------------------------*/
#content {
  margin: 9px auto 0;
  max-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #content {
    margin-top: .5em;
    width: 100%;
  }
}

/* .mv
------------------*/
.mv {
  border-color: transparent;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  max-width: 960px;
}

.txt_lead {
  line-height: 1.6;
  margin: 1em auto 0;
  width: calc(720 / 1000 * 100%);
}

@media screen and (max-width: 767px) {
  .txt_lead {
    margin: 3% auto 0;
    width: 90%;
  }
}

/* .players_tab
------------------*/
.players_tab {
  margin: 30px auto 0;
  width: calc(950 / 1000 * 100%);
}

@media screen and (max-width: 767px) {
  .players_tab {
    width: 100%;
  }
}

/* .tab_head
------------------*/
.tab_head {
  align-items: flex-end;
  display: flex;
  height: 50px;
  justify-content: center;
}

.tab_head_item {
  align-items: center;
  background: #fff;
  border: 4px solid transparent;
  border-bottom: 0px solid transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
  justify-content: center;
  max-height: 50px;
  padding-top: 4px;
  position: relative;
  transition: height .1s linear;
  width: calc((100% - 267px) / 2);
}

.tab_head_item:first-of-type {
  border-color: #1c6586;
  color: #1c6586;
}

.tab_head_item:last-of-type {
  border-color: #d6277b;
  color: #d6277b;
}

.tab_head_item + .tab_head_item {
  margin-left: 7px;
}

.tab_head_item:hover,
.tab_head_item.js-active {
  color: #fff;
  height: 50px;
  padding-top: 5px;
}

.tab_head_item:first-of-type:hover,
.tab_head_item:first-of-type.js-active {
  background: linear-gradient(0deg, rgba(28, 100, 133, 1) 0%, rgba(32, 134, 183, 1) 100%);
  border-color: #1c6586;
  border-width: 2px;
}

.tab_head_item:last-of-type:hover,
.tab_head_item:last-of-type.js-active {
  background: #d6277b;
  background: linear-gradient(0deg, rgba(214, 39, 123, 1) 0%, rgba(219, 89, 148, 1) 100%);
  border-width: 2px;
}

.tab_head_item::before {
  bottom: 0;
  content: '';
  position: absolute;
  transition: .1s;
}

.tab_head_item:first-of-type::before {
  background: url(../../images/library/players/i-male.svg) no-repeat;
  background-size: 100%;
  height: 30px;
  left: 12px;
  width: 53px;
}

.tab_head_item:first-of-type:hover::before,
.tab_head_item.js-active:first-of-type::before {
  background: url(../../images/library/players/i-male-active.svg) no-repeat;
  background-size: 100%;
  bottom: -1px;
  height: 40px;
  left: 10px;
  width: 60px;
}

.tab_head_item:last-of-type::before {
  background: url(../../images/library/players/i-female.svg) no-repeat;
  background-size: 100%;
  height: 30px;
  left: 12px;
  width: 48px;
}

.tab_head_item:last-of-type:hover::before,
.tab_head_item.js-active:last-of-type::before {
  background: url(../../images/library/players/i-female-active.svg) no-repeat;
  background-size: 100%;
  bottom: 0;
  height: 40px;
  left: 10px;
  width: 60px;
}

.tab_head_item::after {
  bottom: 0;
  content: '';
  height: 14px;
  margin: auto;
  position: absolute;
  right: 27px;
  top: 3px;
  width: 13px;
}

.tab_head_item:first-of-type::after {
  background: url(../../images/library/players/i-arrow-male.svg) no-repeat;
  background-size: 100%;
}

.tab_head_item:last-of-type::after {
  background: url(../../images/library/players/i-arrow-female.svg) no-repeat;
  background-size: 100%;
}

.tab_head_item:hover::after,
.tab_head_item.js-active::after {
  background: none;
}

.tab_head_txt {
  line-height: 1;
}

.tab_head_item .tab_head_txt,
.tab_head_item.js-active .tab_head_txt {
  margin-left: 28px;
}

@media screen and (max-width: 767px) {
  .tab_head_item {
    align-items: flex-start;
    font-size: 14px;
    max-height: 50px;
    min-height: 40px;
    padding-top: 14px;
    width: calc((100% - 34px) / 2);
  }

  .tab_head_item:hover,
  .tab_head_item.js-active {
    height: 50px;
    padding-top: 19px;
  }

  .tab_head_item:first-of-type::before,
  .tab_head_item:last-of-type::before {
    content: none;
  }

  .tab_head_item::after {
    height: 12px;
    right: 6px;
    width: 11px;
  }

  .tab_head_item + .tab_head_item {
    margin-left: 14px;
  }

  .tab_head_item .tab_head_txt,
  .tab_head_item.js-active .tab_head_txt {
    margin-left: 0;
  }
}

/* .tab_content
------------------*/
.tab_content {
  display: none;
  padding-top: 37px;
}

.tab_content.js-active {
  display: block;
}

.tab_content[data-content='male'] {
  border-top: 8px solid #1c6586;
}

.tab_content[data-content='female'] {
  border-top: 8px solid #d6277b;
}

@media screen and (max-width: 767px) {
  .tab_content {
    padding-top: 20px;
  }
}

/* .players_list
------------------*/
.players_list {
  display: flex;
  flex-wrap: wrap;
  margin: -13px -13px 13px;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .tab_content[data-content='male'] .players_list {
    background: url(../../images/library/players/bg_players_list_male.png) 50% 100% / 916px auto no-repeat;
  }
  .tab_content[data-content='female'] .players_list {
    background: url(../../images/library/players/bg_players_list_female.png) 50% 100% / 916px auto no-repeat;
  }
}

.players_list_item {
  height: 80px;
  margin: 13px;
  transition: .3s all;
  width: calc((100% - 78px) / 3);
}

.players_list_item a:hover {
  opacity: .75;
}

.players_list_inner {
  align-items: center;
  border: 1px solid transparent;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  height: 100%;
  padding: 0 26px;
  position: relative;
}

.tab_content[data-content='male'] .players_list_inner {
  background: linear-gradient(0deg, rgba(28, 100, 133, 1) 0%, rgba(32, 134, 183, 1) 100%);
  border: 2px solid #1c6586;
}

.tab_content[data-content='female'] .players_list_inner {
  background: rgb(214, 92, 151);
  background: linear-gradient(0deg, rgba(214, 92, 151, 1) 0%, rgba(219, 129, 172, 1) 100%);
  border: 2px solid #d65d97;
}

.players_list_inner::before,
.players_list_nolink::before {
  background: url(../../images/library/players/i-arrow.svg) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: '';
  height: 14px;
  margin: auto;
  position: absolute;
  right: 13px;
  top: 0;
  width: 13px;
}
.tab_content .players_list_nolink {
  position: relative;
  display: flex;
  height: 100%;
  padding: 0 26px;
  background: rgb(193,193,193);
  background: -moz-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(135,135,135,1) 100%);
  background: -webkit-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(135,135,135,1) 100%);
  background: linear-gradient(to bottom, rgba(193,193,193,1) 0%, rgba(135,135,135,1) 100%);
  border: 2px solid #888;
  align-items: center;
  box-sizing: border-box;
}

.players_list_pic {
  display: block;
  height: 100%;
  margin-left: -26px;
  width: auto;
}

.players_list_names {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.players_list_pic + .players_list_names {
  padding-left: 10px;
}

.players_list_furigana {
  font-size: 12px;
}

.players_list_name {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .players_list {
    flex-direction: column;
    flex-wrap: nowrap;
    margin: auto;
    padding: 0;
    width: 95%;
  }

  .players_list_item {
    margin: 0;
    width: 100%;
  }

  .players_list_item + .players_list_item {
    margin-top: 10px;
  }

  .players_list_inner::before,
  .players_list_nolink::before {
    right: 11px;
  }
}

/* .bnr520 */
.bnr520 {
  margin: 1em auto;
  width: 520px;
}

.bnr520 figcaption {
  font-size: 15px;
  line-height: 1.5;
  margin: .5em 0 0;
  width: 560px;
}

.bnr520 img:hover {
  opacity: .75;
}


@media screen and (max-width: 767px) {
  .bnr520 {
    margin: 1em auto;
    width: 95%;
  }

  .bnr520 figcaption {
    width: 97%;
  }
}

.bnr560 {
  margin: 1em auto;
  width: 560px;
}

.bnr560 figcaption {
  font-size: 15px;
  line-height: 1.5;
  margin: .5em 0 0;
  width: 560px;
}

.bnr560 img:hover {
  opacity: .75;
}

@media screen and (max-width: 767px) {
  .bnr560 {
    margin: 1em auto;
    width: 95%;
  }

  .bnr560 figcaption {
    width: 97%;
  }
}

/* .bnr3 */
@media (min-width: 768px) {
  .bnr3 {
    display: flex;
    justify-content: space-around;
    margin: 2em auto 2.2em;
    width: 830px;
  }

  .bnr3 li a:hover {
    opacity: .75;
  }

  .bnr3 li a img {
    width: 260px;
  }
}

@media screen and (max-width: 767px) {
  .bnr3 {
    margin: 2rem auto 0;
    width: 94%;
  }

  .bnr3 li {
    margin: 0 0 1rem;
  }
}

/* #bnr-space */
#bnr-space {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2em auto 0;
  width: 950px;
}

#bnr-space li {
  width: 460px;
}

#bnr-space li:nth-child(n+3) {
  margin: 1.5em 0 0;
}

#bnr-space li > a {
  display: block;
}

#bnr-space li a:hover {
  opacity: .8;
}

#bnr-space li img {
  width: 100%;
}

#bnr-space li figcaption {
  font-size: 15px;
  line-height: 1.5;
  margin: .3em 0 0;
}

@media screen and (max-width: 767px) {
  #bnr-space {
    width: 92%;
  }

  #bnr-space li {
    width: 100%;
  }
}
#container .related_search,#container .related_search02 {
  border-top: none;
}
@media screen and (min-width: 768px) {
  #container .related_search,#container .related_search02 {
    padding-top: 1.5%;
  }
}

footer>.footmenu {
  background-image: url('../../images/footer_bg.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 95%;
  padding-bottom: 90px;
  margin-bottom: 40px;
}