/*--------------------------------------
  モーダル表示
--------------------------------------*/
.players_subtext{
	color: #ff4291;
	margin-bottom: 12px;
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.players_subtext::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #ff4291;
	transition: all 0.3s ease 0s;
}
.players_subtext:hover {
	cursor: pointer;
}
.players_subtext:hover::after {
	width: 100%;
}
@media print,screen and (min-width:1025px){
	.players_subtext{
	margin-bottom: 24px;
	}
}

.players_modal {
  display: none; }
  .players_modal.is-show {
    display: block; }

.players_modal_conts {
  position: fixed;
  z-index: 12;
  left: 50%;
  top: 100px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100vw -  50px); }
  @media print, screen and (min-width: 768px) {
    .players_modal_conts {
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      width: 100%;
      max-width: 980px; } }

.players_modal_inner {
  overflow-y: auto;
  max-height: calc(100vh - 200px);
  padding: 35px 30px;
  background-color: rgba(0, 0, 0, 0.8); }
  @media print, screen and (min-width: 768px) {
    .players_modal_inner {
      padding: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.players_modal_wrap {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 11; }

.players_modal_close {
  position: absolute;
  right: 0;
  top: -30px;
  width: 25px;
  height: 20px;
  z-index: 12;
  text-indent: -9999px;
  cursor: pointer; }
  .players_modal_close::before, .players_modal_close:after {
    content: "";
    position: absolute;
    background-color: #ff4291;
    left: 0;
    top: 50%;
    width: 25px;
    height: 2px; }
  .players_modal_close::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }
  .players_modal_close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media print, screen and (min-width: 768px) {
    .players_modal_close {
      width: 35px;
      height: 50px;
      top: -70px; }
      .players_modal_close::before, .players_modal_close:after {
        width: 38px;
        height: 2px; } }

.players_graph_modal_list {
  margin-left: auto;
  margin-right: auto; }
  .players_graph_modal_list li {
    width: 160px;
    margin: 0 auto; }
    .players_graph_modal_list li:not(:last-child) {
      margin-bottom: 20px; }
  @media print, screen and (min-width: 768px) {
    .players_graph_modal_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .players_graph_modal_list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
        width: 260px; }
        .players_graph_modal_list li:not(:last-child) {
          margin-bottom: 0;
          margin-right: 40px; }
      .players_graph_modal_list a {
        display: block;
        -webkit-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s; }
        .players_graph_modal_list a:hover {
          opacity: .7; } }
  .players_graph_modal_list .players_modal_img {
    text-align: center;
    margin-bottom: 10px; }
    .players_graph_modal_list .players_modal_img img {
      width: 160px; }
    @media print, screen and (min-width: 768px) {
      .players_graph_modal_list .players_modal_img {
        width: 260px; }
        .players_graph_modal_list .players_modal_img img {
          width: 100%; } }
  .players_graph_modal_list .players_modal_title {
    font-size: 3.2rem;
    font-weight: bold;
    padding-right: 20px;
    line-height: 1.5;
    position: relative;
    color: #fff; }
    .players_graph_modal_list .players_modal_title:before {
      position: absolute;
      content: "";
      width: 16px;
      height: 16px;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(/product/tenergy/images/top/icon-arrow.png); }
    @media print, screen and (min-width: 768px) {
      .players_graph_modal_list .players_modal_title {
        font-size: 4.0rem;
        padding-right: 25px; }
        .players_graph_modal_list .players_modal_title:before {
          width: 19px;
          height: 19px; } }

.players_item_modal {
  color: #fff; }
  @media print, screen and (min-width: 768px) {
    .players_item_modal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .players_item_modal .players_modal_img {
    text-align: center;
    margin-bottom: 35px; }
    .players_item_modal .players_modal_img img {
      width: 150px; }
    @media print, screen and (min-width: 768px) {
      .players_item_modal .players_modal_img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0  300px;
        flex: 0 0  300px;
        width: 300px;
        margin-bottom: 0;
        margin-right: 40px; }
        .players_item_modal .players_modal_img img {
          width: 100%; } }
  .players_item_modal .players_modal_desc {
    position: relative;
    }
  .players_item_modal .players_modal_title {
    font-size: 4.6rem;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.5; }
    @media print, screen and (min-width: 768px) {
      .players_item_modal .players_modal_title {
        font-size: 6.0rem;
        margin-bottom: 0; } }

  .players_item_modal .players_modal_name {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 3.2rem;
	letter-spacing: 0.08em;
    position: relative;
    padding-left: 0;  
	margin-bottom: 20px; }
    @media print, screen and (min-width: 768px) {
      .players_item_modal .players_modal_name {
		font-size: 1.8rem;
    	line-height: 6.0rem;
        margin-bottom: 0; } }
  .players_item_modal .players_modal_comment {
    margin-bottom: 0px; }
    .players_item_modal .players_modal_comment li {
      font-weight: 500;
	  font-size: 1.8rem;
      line-height: 3.0rem;
	  letter-spacing: -0.05em;
      position: relative;
      padding-left: 0; }

    @media print, screen and (min-width: 768px) {
    .players_item_modal .players_modal_comment li {
      padding-left: 1em;
    }
    .players_item_modal .players_modal_name {
      padding-left: 1em;
    }
    }
    @media print, screen and (min-width: 768px) {
      .players_item_modal .players_modal_comment {
		font-size: 1.9rem;
		line-height: 3.6rem;
        margin-bottom: 0; } }

  .players_item_modal .players_modal_link {
    display: inline-block;
    color: #ff4291;
    padding-bottom: 3px;
    border-bottom: 1px solid #ff4291;
    font-weight: bold;
    font-size: 2.6rem; }
    @media print, screen and (min-width: 768px) {
      .players_item_modal .players_modal_link {
        position: absolute;
        left: 0;
        bottom: 0;
        font-size: 3.6rem;
        padding-bottom: 5px;
        -webkit-transition: opacity;
        -o-transition: opacity;
        transition: opacity;
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s; }
        .players_item_modal .players_modal_link:hover {
          opacity: .5; } }

.playersDetail {
	z-index: 1;
}
.blank{
　　width: 100%;
   margin-bottom: 40px;
}


/* animation */
.is-ready .is-in-left,
.is-ready .is-in-right,
.is-in-left.is-ready,
.is-in-right.is-ready,
.is-in-bottom.is-ready {
    opacity: 0;
    transition: transform .5s ease-in-out, opacity .5s ease-in-out;
}
.is-ready .is-in-left,
.is-in-left.is-ready {
    transform: translateX(-100%);
}
.is-ready .is-in-right,
.is-in-right.is-ready {
    transform: translateX(100%);
}
.is-in-bottom.is-ready {
    transform: translateY(100px);
}

.is-active .is-in-left,
.is-active .is-in-right,
.is-in-left.is-active,
.is-in-right.is-active,
.is-in-bottom.is-active {
    transform: translate(0);
    opacity: 1;
}
.is-cover-image.is-ready {
    position: relative;
}
.is-cover-image.is-ready::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 120%;
    background: #fff;
    transition: width .5s ease-in-out;
}
.is-cover-image.is-active::before {
    width: 0;
}

/* key visual */
.players-key-visual {
    padding-top: 100%; /* 高さと幅の比を比率で固定。 */
    background: no-repeat 100% 0;
    background-size:contain;
    position: relative;
	margin-bottom: -180px;
}
@media print,screen and (min-width:768px){
    .players-key-visual {
    padding-top: 300px;
    background: no-repeat 50% 0;
    background-size: auto 100%;
    position: relative;
	margin-bottom: -40px;
    }
}
.players-key-visual::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, #FF4291, #FFF);
    background: -webkit-linear-gradient(top, #FF4291, #FFF);
    background: linear-gradient(to bottom, #FF4291, #FFF);
    transition: transform .2s ease-in-out;
}
.players-key-visual.is-active::before {
    transform: translateX(100%);
}
.players-key-visual.is-main {
    background-image: url(../images/womens_main_sp.jpg);
}
@media print,screen and (min-width:768px){
    .players-key-visual {
        margin-top: 144px;
        padding-top:  60%; /* 高さと幅の比を比率で固定。 */
    }
    .players-key-visual::before {
        transition: transform .5s ease-in-out;
    }
    .players-key-visual p {
        font-size: 2rem;
    }
    .players-key-visual__logo img {
        width: 560px;
    }
    .players-key-visual.is-main {
        background-image: url(../images/womens_main_pc.jpg);
        max-width: 100%;
        height: auto;
    }
}

/* title */
.otw {
	font-size: 4.5rem;
	font-weight: bold;
	text-align: left;
	margin-left: -0.28rem;
	margin-top: -4rem;
	white-space: nowrap;
	overflow: hidden;
	animation: flowing-anim 2s forwards linear;
	animation-timing-function: ease-in-out;
}

@keyframes flowing-anim {
 0%{
	 width: 0%;
   }
100%{
	 width: 100%;
   }
}

@media print,screen and (min-width:414px){
.otw {
	font-size: 5rem;
	margin-left: -0.35rem;
	margin-top: -3.6rem;
	}
}
@media print,screen and (min-width:512px){
.otw {
	font-size: 6rem;	
	margin-left: -0.42rem;
	margin-top: -3rem;
	}
}
@media print,screen and (min-width:768px){
.otw {
	font-size: 8rem;;
	margin-left: -0.56rem;
	margin-top: -2rem;
	}
}
.anim-box.zoomin.is-animated {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* colum */
.players-column-list {
    margin-top: 10px;
	position: relative;
	z-index: 1;
}
.players-column-box {
    max-width: 90%;
	position: relative;
	z-index: 1;
}
.players-column-box_name {
    margin-top: 10px;
	margin-bottom: 4px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
}
.players-column-box_detail {
    margin: 20 20 0 20;
	text-align: justify;
}
@media print,screen and (min-width:768px){
    .players-column-list {
        margin-top: -0px;
    }
    .players-column-box {
        display: flex;
        align-items: center;
    }
    .players-column-box:nth-child(odd) {
        flex-direction: row-reverse;
    }
    .players-column-box__img {
        flex: 0 0 50%;
        margin-right: 40px;
    }
    .players-column-box:nth-child(odd)
	.players-column-box__img {
        margin: 0 0 0 40px;
    }
    .players-column-box_name {
        font-size: 2.2rem;
        line-height: 1.3;
        text-align: left;
        margin: 0 0 20px 0;
    }
    .players-column-box__text {
        margin: 0;
        font-size: 1.5rem;
        line-height: 1.46;
        flex: 1;
    }
}
@media print,screen and (min-width:1025px){
    .players-column-list {
        max-width: 900px;
        margin-right: auto;
        margin-left: auto;
    }
	.players-column-box_name {
    margin-top: -4px;
}
	.players-column-box_detail {
    margin-top: -8px;
}
    .players-column-box__img {
        flex: 0 0 61%;
    }
    .players-column-box__img {
        margin-left: -70px;
    }
}
.players-column-box_caption {
    margin-top: -1rem;
	margin-bottom: 6rem;
	text-align: center;
	letter-spacing: -0.1px;
	font-size: 1.0rem;
}
@media print,screen and (min-width:768px){
.players-column-box_caption {
	font-size: 1.2rem;
	margin-bottom: 6rem;
	}
}
@media print,screen and (min-width:1025px){
.players-column-box_caption {
    margin-top: -1rem;
	margin-bottom: 10rem;
	}
}

.players-column-box_caption2 {
    margin-top: 1rem;
	margin-bottom: 1rem;
	text-align: center;
	letter-spacing: -0.5px;
	font-size: 1.0rem;
}
@media print,screen and (min-width:768px){
.players-column-box_caption2 {
	font-size: 1.1rem;
	}
}
@media print,screen and (min-width:1025px){
.players-column-box_caption2 {
    font-size: 1.6rem;
	margin-top: 2rem;
	}
}

/* link btn */
.players-btn-wrap {
    margin: 12px auto 0;
    max-width: 300px;
    width: 100%;
}
.players-btn {
    margin: 0 auto;
    padding: 8px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3d3d3d;
    background: #ECECEC;
    font-weight: normal;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -0.15px;
}
.players-btn-ghost {
    border: 1px solid #506070;
    color: #506070;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -0.15px;
}
@media print,screen and (min-width:768px){
    .players-btn {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    .players-column-box .players-btn-wrap {
        margin-left: 0;
    }
    .players-column-box .players-btn {
        font-size: 1.4rem;
    }
}
@media print,screen and (min-width:1025px){
    .players-btn,
    .players-btn-ghost {
        position: relative;
        transition: color .15s ease-in-out;
    }
    .players-btn::before,
    .players-btn-ghost::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        transition: width .15s ease-in-out;
        z-index: 0;
        background: #ff4291;
    }
    .players-btn-ghost::before {
        background: #506070;
    }

    .players-btn:hover {
        color: #fff;
    }
    .players-btn-ghost:hover {
        color: #fff;
    }
    .players-btn:hover::before,
    .players-btn-ghost:hover::before {
        width: 100%;
    }
    .players-btn > span,
    .players-btn-ghost > span {
        position: relative;
    }
}
	
	
/* column-box */	
.players-column-box + .players-column-box {
    margin-top: 120px;
}

/* tables */
table {
	table-layout: fixed;
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
}

/* page move */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200%;
    background: #fff;
    transition: transform .4s ease-in-out;
    transform: translateX(-100%);
    z-index: 0;
}
body.is-move:before {
    transform: translateX(0%);
}


figure {
    text-align: center;
}

  .pc { display:none; }
  .sp { display:block; }

@media screen and (min-width:768px){
  .pc { display:block; }
  .sp { display:none; }
}


/* ▼▼▼ループアニメ▼▼▼ */
.loop_slide {
  position: relative;
  display: -webkit-flex;
  display: flex;
  width: auto;
  height: 100%;
  left: 50%;
  margin-left: -50vw;
  overflow: hidden;
}

.loop_slide img {
  width: auto;
  height: 100%;
}
@media screen and (min-width:768px){
.loop_slide {
  margin-top: 144px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  width: 100vw;
  height: auto;
  left: 50%;
  margin-left: -50vw;
  overflow: hidden;
}

.loop_slide img {
  width: 100vw;
  height: auto;
}
}	
/* 1つ目の画像 */
.loop_slide img:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

/* 2つ目の画像 */
.loop_slide img + img {
  -webkit-animation: loop2 50s  linear infinite;
  animation: loop2 50s linear infinite;
}

/*アニメーション*/
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}


/*位置調整用*/
.spacer{
	width: 1px;
	height: 1px;
	margin-bottom: 2rem;
	}
@media print, screen and (min-width: 1025px) {
.spacer{
	width: 1px;
	height: 1px;
	background: url("images/spacer.png");
	margin-bottom: 5rem;
	}
}