body {
  font-family: "Lora", serif; }

.fs-l-main {
  margin: 0 !important;
  max-width: auto;
  width: auto !important;
  display: contents !important; }

.fs-c-breadcrumb {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif; }

.day_bace {
  padding: 30px 0 0; }
  .day_bace time {
    margin-right: 15px;
    display: inline-block;
    font-size: 15px;
    font-family: 'Lato', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    color: #888; }

.player_wrap {
  max-width: 1280px;
  margin: 0 auto;
  width: calc(100% - 40px);
  padding: 120px 0 0; }
  .player_wrap:last-child {
    padding: 0 0 120px; }
  .player_wrap.information_wrap {
    max-width: 1216px;
    padding: 0 0 120px; }
    .player_wrap.information_wrap .information_tit {
      color: #212223;
      align-items: center;
      text-align: center;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: 4.48px;
      display: flex;
      justify-content: center;
      margin: 0 0 58px;
      padding: 30px 0;
      font-family: "Noto Sans JP", sans-serif; }
    .player_wrap.information_wrap .hj-body-about-information {
      font-family: "Noto Sans JP", sans-serif; }
      .player_wrap.information_wrap .hj-body-about-information span {
        line-height: 1.6; }
  .player_wrap .player_flex {
    display: flex;
    align-items: center;
    gap: 6%; }
    .player_wrap .player_flex .player_ph {
      width: calc(100% / 1); }
      .player_wrap .player_flex .player_ph img {
        width: 100%; }
    .player_wrap .player_flex .player_info {
      width: calc(100% / 1); }
  .player_wrap .player_tit {
    color: #212223;
    align-items: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 4.48px;
    display: flex;
    justify-content: center;
    margin-bottom: 58px; }
  .player_wrap .name .jp {
    font-size: 23px;
    font-weight: 400;
    font-family: "Lora", serif; }
  .player_wrap .name .en {
    font-size: 90%;
    font-family: "Lora", serif;
    /*padding-top: 10px;*/ }
  .player_wrap .text {
    padding-top: 20px; }
  .player_wrap .font_s {
    font-size: 90%;
    line-height: 1.6;
    padding-top: 10px; }
  .player_wrap .sns {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-top: 10px; }
    .player_wrap .sns li {
      width: 35px; }
      .player_wrap .sns li img {
        width: 100%; }
  .player_wrap .vsm-slider {
    padding-top: 100px; }
    .player_wrap .vsm-slider .ecbn-selection-widget {
      max-width: 100%; }
  .player_wrap .player_list ul {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
    .player_wrap .player_list ul li {
      padding-bottom: 60px; }
      .player_wrap .player_list ul li a {
        color: #000;
        text-decoration: none; }
        .player_wrap .player_list ul li a .ph {
          overflow: hidden; }
          .player_wrap .player_list ul li a .ph img {
            height: auto;
            width: 100%;
            transition: transform .8s ease; }
      .player_wrap .player_list ul li a:hover .ph img {
        transform: scale(1.2); }
  .player_wrap .botan {
    margin-top: 100px; }
    .player_wrap .botan a {
      display: block;
      padding: 15px 20px;
      width: 330px;
      text-align: center;
      border: #907f5e solid 1px;
      margin: 0 auto;
      text-decoration: none;
      color: #907f5e;
      font-weight: 500;
      background: #fff;
      transition: all 0.3s; }
    .player_wrap .botan a:hover {
      border: #907f5e solid 1px;
      color: #fff;
      background: #907f5e; }

@media (max-width: 768px) {
  body {
    font-size: 13px; }

  /*	&.information_wrap{   
  	
  		.information_tit{   
  			margin: 30px 0 58px;
  		}
  	}*/
  .day_bace time {
    font-size: 13px; }

  .player_wrap {
    padding: 100px 0 0; }
    .player_wrap:last-child {
      padding: 100px 0; }
    .player_wrap.information_wrap {
      padding: 0 0 100px; }
    .player_wrap .name .en {
      font-size: 85%;
      /*padding-top: 5px;*/ } }
@media (max-width: 425px) {
  .player_wrap {
    padding: 60px 0 0; }
    .player_wrap:last-child {
      padding: 0 0 168px; }
    .player_wrap.information_wrap {
      padding: 0 0 168px; }
    .player_wrap .player_flex {
      display: block; }
      .player_wrap .player_flex .player_ph {
        width: calc(100% / 1); }
      .player_wrap .player_flex .player_info {
        width: calc(100% / 1); }
    .player_wrap .vsm-slider {
      padding-top: 40px; }
    .player_wrap .player_list ul {
      gap: 20px;
      grid-template-columns: 1fr; }
      .player_wrap .player_list ul li {
        padding-bottom: 30px; }
    .player_wrap .botan {
      margin-top: 40px; }
      .player_wrap .botan a {
        padding: 12px 20px;
        width: 80%; } }
