@charset "UTF-8";

/* sunflowers/player/index.php
--------------------------------------------*/
section section {
	border-top: 0;
}

#playerIndexHead {
	margin: 0 -4vw;
	background: url(../img/index_bg.webp) no-repeat 50% 0 / auto 100%;
}

#playerIndexHead h3 {
	text-align: center;
}

#playerIndexHead h3 img {
  width: 60vw;
}

#playerIndexHead div h4 {
  margin: 0;
  padding: 4vw 4vw 0;
  border-top: 2px solid #fff;
}

#playerIndexHead div h4 img {
	width: auto;
	height: 49px;
}

#playerIndexHead div ul {
  padding: 4vw;
}

#playerIndexHead div ul li a {
	display: flex;
	align-items: flex-start;
	color: #194d18;
	transition: all 0.5s;
}

#playerIndexHead div ul li a span:first-child { width: 4.3rem; }

/* staffList */
.staffList {
	display: flex;
  flex-direction: column;
}
.staffList li {
	margin-bottom: 4px;
	background: #eee;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 4px 4px 0 4px;
}

.staffList .staffName {
	flex: 1;
}

.staffList .staffPhoto {
	margin: 0 1rem 0 0;
}

.staffList li h4 {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.7;
}

.staffList li h4 span {
	font-weight: normal;
	margin-left: 1rem;
}

.staffList li dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.staffList li dl dt,
.staffList li dl dd {
	padding: 3px 5px 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}

.staffList li dl > *:nth-child(-n+2) {
	border-top: 0;
}

.staffList li dl > *:nth-child(n+5) {
	border-bottom: 0;
}

.staffList li dl dt {
	width: 30%;
	color: #666;
}

.staffList li dl dd {
	width: 70%;
}

@media (max-width: 960px) {
  /* sunflowers/player/index.php
  --------------------------------------------*/
	#playerIndexHead {
		padding: 0;
	}

	#playerIndexHead div div ul span {
		padding: 0.3rem;
    background: #d7ec32;
	}

  #playerIndexHead {
    display: flex;
    flex-direction: column-reverse;
  }

  #playerIndexHead h3 {
    order: 1;
  }

	#playerIndexHead #pg { background: url(../img/index_pg.webp) no-repeat 20vw -5vw / 96% auto }
	#playerIndexHead #sg { background: url(../img/index_sg.webp) no-repeat 25vw -5vw / 88% auto }
	#playerIndexHead #sf { background: url(../img/index_sf.webp) no-repeat 21vw 0 / 88% auto }
	#playerIndexHead #pf { background: url(../img/index_pf.webp) no-repeat 30vw -3vw / 88% auto }
	#playerIndexHead #c  { background: url(../img/index_c.webp)  no-repeat 28vw -5vw / 88% auto }
}


@media (min-width: 961px) {
  /* sunflowers/player/index.php
  --------------------------------------------*/
  #playerIndexHead {
    margin: 0;
  	padding: 936px 0 0;
  	position: relative;
  	border: 7px solid #194d18;
		background-size: 100%;
  }

	#playerIndexHead h3 {
	  margin: 0;
	  position: absolute;
	  left: calc(50% - 128px);
	  top: 25%;
	}

	#playerIndexHead h3 img {
	  width: 256px;
	  height: auto;
	}

  #playerIndexHead > div {
    position: absolute;
  }

  #playerIndexHead div div {
    background: url(../img/link_bg.webp) no-repeat 50% 50% / 500px auto #fff;
    padding: 20px;
    position: relative;
  	z-index: 1;
  	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  	border-radius: 10px;
  }

  #playerIndexHead > div::after {
  	content: "";
    display: block;
    position: absolute;
  	z-index: 0;
  }

  #playerIndexHead > div:hover::after {
  	animation-name: furifuri;
  	animation-duration: 0.2s;
  }

	@keyframes furifuri {
	  10% {
	  	transform: rotate(2deg);
	  }
	  35%{
	  	transform: rotate(-2deg);
	  }
	  60% {
	  	transform: rotate(1deg);
	  }
	  85% {
	  	transform: rotate(-1deg);
	  }
	}

  #playerIndexHead div h4 {
  	margin: 0 0 1em 0;
  	padding: 0;
  	border: 0;
  }

  #playerIndexHead div ul {
	  margin: 0;
  	padding: 0;
    line-height: 1;
  }

  #playerIndexHead div ul li + li {
  	margin-top: 0.5em;
  }

  #playerIndexHead div ul a:hover {
  	color: #197418;
  }

  #playerIndexHead #pg {
  	left: 395px;
  	bottom: 100px;
  }
  #playerIndexHead #pg::after {
  	width: 284px;
  	height: 387px;
  	left: -116px;
  	top: -210px;
		background: url(../img/index_pg.webp) no-repeat 0 0 / cover;
  }

  #playerIndexHead #sg {
  	left: 37px;
  	bottom: 100px;
  }
  #playerIndexHead #sg::after {
  	width: 214px;
  	height: 379px;
  	left: 30px;
  	top: -230px;
		background: url(../img/index_sg.webp) no-repeat 0 0 / cover;
  }

  #playerIndexHead #sf {
  	left: 750px;
  	bottom: 100px;
  }
  #playerIndexHead #sf::after {
  	width: 343px;
  	height: 410px;
  	left: -193px;
  	top: -214px;
		background: url(../img/index_sf.webp) no-repeat 0 0 / cover;
  }

  #playerIndexHead #pf {
  	left: 40px;
  	top: 260px;
  }
  #playerIndexHead #pf::after {
  	width: 296px;
  	height: 415px;
  	left: -10px;
  	top: -240px;
		background: url(../img/index_pf.webp) no-repeat 0 0 / cover;
  }

  #playerIndexHead #c {
  	left: 620px;
  	top: 200px;
  }
  #playerIndexHead #c::after {
  	width: 292px;
  	height: 435px;
  	left: 0;
  	top: -187px;
		background: url(../img/index_c.webp) no-repeat 0 0 / cover;
  }

  /* staffList */
  ul.staffList {
  	flex-direction: row;
  	flex-wrap: wrap;
  	align-items: stretch;
  	justify-content: space-between;
  }

  .staffList li {
  	width: 33%;
  }
}



/* 個別ページ
--------------------------------------------*/
/* playerContainer */
.playerContainer {
	margin: 0 -4vw -6vw;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 160% auto;
	background-color: #fff;
}

#playerRole {
  position: absolute;
  left: 80vw;
  top: 0;
  width: 20vw;
  height: auto;
  z-index: 0;
}

.playerContainer #playerRole img {
	width: 100%;
	height: auto;
}

.playerContainer h1 {
	margin: 60vw 0 -6vw;
  padding: 4vw;
	width: 75vw;
  z-index: 1;
  position: relative;
}

.playerContainer h1 img {
	width: 100%;
  height: auto;
}

/* プロフィール */
/* 全体 */
.playerContainer > div {
	display: flex;
	flex-direction: column;
}

.playerContainer > div > div {
	background: #fff;
}

.playerContainer dl {
  width: 100vw;
	line-height: 1.7;
  color: #000;
  box-sizing: content-box;
}

.playerContainer dl dt {
  padding: .5em 1em 0;
  width: 100%;
  font-weight: bold;
  border-top: 1px solid #70ae6b;
}
.playerContainer dl dd {
  padding: 0 1em .5em;
  width: 100%;
}

/* 名前・コートネーム等 */
.playerContainer .playerProfile {
  display: flex;
  flex-wrap: wrap;
}

.playerContainer .playerProfile dt {
  padding: .5em 1em;
  width: 8em;
}

.playerContainer .playerProfile dd {
  padding: .5em 1em .5em 0;
  width: calc(100vw - 8em);
  border-top: 1px solid #70ae6b;
}

.playerContainer > div > p {
  padding: 1em;
  width: 100%;
  order: -1;
}


/* サイン */
.playerContainer::after {
  content: "";
  position: absolute;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: contain;
	z-index: 2;
	right: 2vw;
	top: 65vw;
	width: 92vw;
	height: 38vw;
}

/* 個別設定 */
#player00 { background-image: url(../img/00_bg.webp); }
#player05 { background-image: url(../img/05_bg.webp); }
#player08 { background-image: url(../img/08_bg.webp); }
#player11 { background-image: url(../img/11_bg.webp); }
#player12 { background-image: url(../img/12_bg.webp); }
#player17 { background-image: url(../img/17_bg.webp); }
#player24 { background-image: url(../img/24_bg.webp); }
#player25 { background-image: url(../img/25_bg.webp); }
#player26 { background-image: url(../img/26_bg.webp); }
#player27 { background-image: url(../img/27_bg.webp); }
#player32 { background-image: url(../img/32_bg.webp); }
#player38 { background-image: url(../img/38_bg.webp); }
#player59 { background-image: url(../img/59_bg.webp); }
#player99 { background-image: url(../img/99_bg.webp); }

#player00::after { background-image: url(../img/00_sign.webp); }
#player05::after { background-image: url(../img/05_sign.webp); }
#player08::after { background-image: url(../img/08_sign.webp); }
#player11::after { background-image: url(../img/11_sign.webp); }
#player12::after { background-image: url(../img/12_sign.webp); }
#player17::after { background-image: url(../img/17_sign.webp); }
#player24::after { background-image: url(../img/24_sign.webp); }
#player25::after { background-image: url(../img/25_sign.webp); }
#player26::after { background-image: url(../img/26_sign.webp); }
#player27::after { background-image: url(../img/27_sign.webp); }
#player32::after { background-image: url(../img/32_sign.webp); }
#player38::after { background-image: url(../img/38_sign.webp); }
#player59::after { background-image: url(../img/59_sign.webp); }
#player99::after { background-image: url(../img/99_sign.webp); }


#player24 #playerRole {
  left: 34vw;
  top: 43.15vw;
}

#player26 #playerRole,
#player99 #playerRole {
  left: 80vw;
}


@media (min-width: 961px) {
  /* 個別ページ
  --------------------------------------------*/
  body > section#playerBtm {
	  margin-bottom: 0;
  }

  /* playerContainer */
  .playerContainer {
	  margin: 0 0 50px;
  	padding: 0 0 0 553px;
  	height: 950px;
  	border: 7px solid #194d18;
  	background-size: 100% auto;
  }

	.playerContainer h1 {
    margin: 25px 18px 18px 25px;
    padding: 0;
    width: 340px;
  }

  #playerRole {
	  left: 445px;
	  top: 0;
    width: 103px;
    height: 106px;
  }

  .playerContainer > div {
    margin: 0;
    padding: 0;
		background: rgba(255, 255, 255, 0.6);
    justify-content: space-between;
    height: 936px;
    box-sizing: border-box;
	}

  /* プロフィール */
  /* 全体 */

  .playerContainer > div > div {
    flex: 1;
    overflow: auto;
		background: transparent;
  }

  .playerContainer dl {
    margin: 0 18px 25px 25px;
    padding: 0;
    width: 340px;
  }

	.playerContainer dl dt {
  	padding: 0;
	  border-top: 0;
	}
	.playerContainer dl dd {
    padding: 0 0 .5em;
	}

  /* 名前・コートネーム等 */
  .playerContainer .playerProfile {
    padding: 0 0 calc(25px - .5em) 0;
    border-bottom: 1px solid #f00;
  }

  .playerContainer .playerProfile dt {
    text-align: right;
    padding: 0 1em .5em 0;
  }

  .playerContainer .playerProfile dd {
    width: calc(100% - 10em);
	  border-top: 0;
    padding: 0 0 .5em;
  }

  .playerContainer > div > p {
	  margin-top: 0;
	  padding: 14px 1em 0;
  }

  /* サイン */
  .playerContainer::after {
  	z-index: 2;
  	right: auto;
  	left: 70px;
  	top: 450px;
  }

  /* 個別調整 */
  #player00::after { width: 209px; height: 230px; }
  #player05::after { width: 167px; height: 319px; top: 570px; }
  #player08::after { width: 204px; height: 252px; top: 590px; left: 330px; }
  #player11::after { width: 184px; height: 244px; top: 620px; left: 330px; }
  #player12::after { width: 218px; height: 261px; top: 570px; left: 330px; }
  #player17::after { width: 205px; height: 231px; top: 570px; left: 330px; }
  #player24::after { width: 225px; height: 252px; top: 260px; left: 40px; }
  #player25::after { width: 188px; height: 235px; top: 170px; left: 360px;}
  #player26::after { width: 194px; height: 249px; top: 560px; left: 330px; }
  #player27::after { width: 216px; height: 249px; top: 660px; }
  #player32::after { width: 235px; height: 257px; top: 570px; left: 310px; }
  #player38::after { width: 245px; height: 243px; top: 220px; left: 20px; }
  #player59::after { width: 207px; height: 275px; top: 550px; }
  #player99::after { width: 242px; height: 279px; top: 500px; left: 290px; }
}