@charset "utf-8";

/*共通*/

.button--arrowRight {
  box-sizing: border-box;
}

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;
  padding: 0px;
  font-size:16px;
}
#monthly p {
  line-height: 1.6;
  letter-spacing:0.05em;
  text-indent:1em;
  margin-bottom:0.6em;
}
#monthly p.ketujyo {
  margin-bottom:10px;
  text-align:left;
  text-indent:0;
}
#monthly .midashi{
  width:900px;
}

#monthly table {
  border-collapse:collapse;
}

#monthly br.clear {
  clear: both;}

#monthly .cf:before,
.cf:after {
    content: " ";
    display: table;
}

#monthly .cf:after {
    clear: both;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*各ページ*/
#monthly p {
  text-indent:0;
  margin-bottom:0;
  color: #000
}

/* タイトル */
#monthly .title{
  height: 306px;
  display: flex;
  justify-content: space-between;
}
/* タイトル　左側 */
#monthly .titleleft{
  width: 34%;
  color: #fff;
  text-align: center;
  background: linear-gradient(to right bottom, #b71059 50%, #9f074d 50%);
}
#monthly .titleleft h3{
  margin-top: 33%;
  font-size: 38px;
  text-shadow: 0 0 7px #000;
}
#monthly .titleleft h4{
  font-size: 28px;
}
/* タイトル　右側 */
#monthly .titleright{
  width: 67%;
  margin-left: -1%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#monthly .titleright .vertical{
  width: 10%;
  margin: 8% 10px 0 0;
  writing-mode: vertical-rl;
  font-size: 24px;
  font-weight: bold;
}
/* 選手データの見方 */
#monthly .titleright .point{
  width: 87%;
  height: 92%;
  margin: 2% 0;
  padding-left: 5%;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to right, #e2b4bc, #fff 7%);
  clip-path: polygon(0% 0%, 0% 24%, 3% 28%, 0% 32%, 0% 100%, 100% 100%, 100% 0%);
}
/* 選手データの見方　左側 */
#monthly .titleright .pointleft{
  width: 46.5%;
}
#monthly .titleright .pointleft img{
  width: 60%;
  height: 155px;
  margin: 0 20% 5px;
  border: 1px solid #000;
}
#monthly .titleright .pointleft .number{
  text-align: center;
}
#monthly .titleright .pointleft .name{
  text-align: center;
  font-size: 25px;
}
#monthly .titleright .pointleft .detail{
  border: 1px solid #000;
}
#monthly .titleright .pointleft .now{
  text-align: end;
  font-size: 14px;
}
/* 選手データの見方　右側 */
#monthly .titleright .pointright{
  width: 52%;
}
/* 選手データの見方　右側　レーダーチャート */
#monthly .titleright .pointright .radarchart{
  width: 100%;
  height: 140px;
  padding-top: 22px;
  position: relative;
}
#monthly .titleright .pointright .radarchart p{
  position: absolute;
  font-size: 14px;
}
#monthly .titleright .pointright .radarchart .moku{
  top: 4px;
  width: 100%;
  text-align: center;
}
#monthly .titleright .pointright .radarchart .ka{
  top: 50px;
  right: 25px;
}
#monthly .titleright .pointright .radarchart .do{
  bottom: 10px;
  right: 47px;
}
#monthly .titleright .pointright .radarchart .kin{
  bottom: 10px;
  left: 20px;
}
#monthly .titleright .pointright .radarchart .sui{
  top: 50px;
  left: 25px;
}
#monthly .titleright .radarchart .circle{
  border: 1px solid #000;
}
#monthly .titleright .radarchart .circle .whitepentagon{
  position: relative;
}
#monthly .titleright .radarchart .circle .frontpentagon{
  position: absolute;
  width: 74%;
  height: 74%;
  top: 0;
  margin: 13%;
  background-color: #9fa0a0;
  clip-path: polygon(50% .5%, 3% 34.7%, 20.8% 89.6%, 79.2% 89.6%, 97% 34.7%);
}
#monthly .titleright .radarchart .circle .evaluation{
  width: 100%;
  margin-top: 29%;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
/* 選手データの見方　右側　勝率欄 */
#monthly .titleright .pointright .rate{
  width: 100%;
  height: 32px;
  margin: 6px 0;
  display: flex;
  justify-content: space-between;
  line-height: 0;
}
#monthly .titleright .pointright .rate p:first-child{
  width: 20%;
  padding-top: 5px;
  padding-right: 2.7%;
  font-weight: bold;
  text-align: center;
  color: #fff;
  clip-path: polygon(0% 0%, 0% 100%, 88% 100%, 88% 60%, 100% 50%, 88% 40%, 88% 0%);
}
#monthly .titleright .pointright .zennkoku{
  background-color: #00a1e9;
}
#monthly .titleright .pointright .tsu{
  background-color: #009d85;
}
#monthly .titleright .pointright .joshi{
  background-color: #e95098;
}
#monthly .titleright .pointright .rate p:last-child{
  width: 77%;
  font-size: 14px;
  line-height: 1.2;
}
/* 選手データの見方　選出勝率 */
#monthly .titleright .flag{
  position: absolute;
  top: 1px; left: 19%;
  width: 70px;
  height: 70px;
  background-color: #9fa0a0;
  clip-path: polygon(0% 0%, 0% 100%, 50% 85%, 100% 100%, 100% 0%);
}
#monthly .titleright .flag p{
  height: 85.5%;
  margin: 2%;
  padding-top: 10%;
  text-align: center;
  background-color: #fff;
  clip-path: polygon(0% 0%, 0% 100%, 50% 85%, 100% 100%, 100% 0%);
}

/* 所属など　共有 */
#monthly .detail{
  width: 99%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
}
#monthly .detail p{
  padding-top: 2px;
  width: 32%;
}
#monthly .detailcenter{
  border-right: 1px dotted #000;
  border-left: 1px dotted #000;
}
/* レーダーチャート　共有 */
#monthly .radarchart .circle{
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
}
#monthly .radarchart .graypentagon{
  width: 100%;
  height: 100%;
  background-color: #9fa0a0;
  clip-path: polygon(50% -1%, 1.7% 34.7%, 20% 90.5%, 80% 90.5%, 98.3% 34.7%);
}
#monthly .radarchart .whitepentagon{
  width: 100%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(50% .5%, 3% 34.7%, 20.8% 89.6%, 79.2% 89.6%, 97% 34.7%);
  position: relative;
}
#monthly .radarchart .axis{
  width: 100%;
  height: 100%;
  background-color: #9fa0a0;
  clip-path: polygon(50.25% 0%, 49.75% 0%, 49.75% 51.2%, 2.8% 34.4%, 2.8% 35.2%, 49.3% 52%, 20.4% 89.8%, 21.6% 89.8%, 50% 52.4%, 78.4% 89.8%, 79.6% 89.8%, 50.7% 52%, 97.2% 35.2% , 97.2% 34.4%, 50.25% 51.2%);
}

/* レーサー一覧 */
#monthly .racerlineup{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#monthly .racer{
  width: 49.5%;
  height: 290px;
  margin-top: 10px;
  padding-top: 10px;
  background-color: #fdeef4;
  display: flex;
  justify-content: space-between;
  position: relative;
}
/* レーサー左側 */
#monthly .racerleft{
  width: 53%;
  height: 100%;
  margin-left: 2%;
}
#monthly .racerleft .photograph{
  width: 100%;
  height: 61.8%;
  position: relative;
}
#monthly .racerleft img{
  width: 100%;
  height: 100%;
}
#monthly .racerleft .record{
  position: absolute;
  width: 100%;
    height: 24.1px;
    padding-top: 3.5px;
  bottom: 0;
  font-size: 14px;
  text-align: center;
  background-color: #f4b4d0;
}
#monthly .racerleft .player{
  width: 95%;
  height: 31%;
  margin: -2px auto 0;
}
#monthly .racerleft .player .oneline{
  display: flex;
  justify-content: space-between;
}
#monthly .racerleft .player .oneline .number{
  margin-left: 1rem;
  font-size: 25px;
  color: #9a214d;
}
#monthly .racerleft .player .oneline .furigana{
  margin-right: 1rem;
  font-size: 12px;
  margin-top: 13px;
}
#monthly .racerleft .player .name{
  margin-top: -13px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
#monthly .racerleft .player .name a{
  color: #000;
}
#monthly .racerleft .player .detail{
  margin-top: -6px;
}
/* レーサー右側 */
#monthly .racerright{
  width: 45%;
}
/* レーサー右側　レーダーチャート */
#monthly .racerright .radarchart{
  height: 45.5%;
  position: relative;
}
#monthly .racerright .radarchart .circle{
  width: 121px;
  height: 121px;
  border: 2px solid #e5006e;
}
#monthly .racerright .radarchart .backpentagon{
  position: absolute;
  width: 101%;
  height: 101%;
  top: -.8%; left: -.8%;
  background: #e5006e;
}
#monthly .racerright .radarchart .frontpentagon{
  position: absolute;
  width: 95%;
  height: 95%;
  top: 2.7%; left: 2.7%;
  background-color: #fdeef4;
}
#monthly .racerright .radarchart p{
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  margin: -8px 0 0 -4px;
}
#monthly .racerright .radarpoint{
  position: absolute;
  width: 121px;
  height: 121px;
  top: 2px; left: 2px;
  margin-left: 37.734px;
}
#monthly .racerright .radarpoint div{
  position: absolute;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background-color: #e5006e;
  border-radius: 50%;
}
/* レーサー右側　勝率とコメント */
#monthly .racerright .rate div{
  display: flex;
  justify-content: space-between;
}
#monthly .racerright .rate .ratename{
  height: 5%;
}
#monthly .racerright .rate .ratename p{
  width: 33%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  background-color: #595757;
}
#monthly .racerright .rate .ratename .tyuuou{
  width: 66.19px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
#monthly .racerright .rate .ratenum{
  height: 9%;
}
#monthly .racerright .rate .ratenum p{
  width: 33.2%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#monthly .racerright .rate .zennkoku{
  padding: 1px 0;
  background: linear-gradient(to right bottom, #00a1e9 50%, #0081ba 50%);
  text-shadow: 1.2px 1.8px 0 #005c86;
}
#monthly .racerright .rate p.tsu{
  width: 33.6%;
  padding: 1px 0;
  background: linear-gradient(to right bottom, #009d85 50%, #007e6a 50%);
  text-shadow: 1.2px 1.8px 0 #005a4c;
}
#monthly .racerright .rate .joshi{
  padding: 1px 0;
  background: linear-gradient(to right bottom, #e95098 50%, #b83e79 50%);
  text-shadow: 1.2px 1.8px 0 #842154;
}
#monthly .racerright .rate p.double{
  padding-top: 0;
  font-size: 10px;
}
#monthly .racerright .rate p.double span{
  display: block;
  margin-top: -5px;
}
#monthly .racerright .comment{
  width: 80.3%;
  height: 34.5%;
  padding: 3% 10%;
  text-align: justify;
  background-color: #fff;
}
/* レーサー　選出勝率 */
#monthly .racer .flag{
  position: absolute;
  width: 60px;
  height: 68px;
  top: 1px; left: 3px;
  background: linear-gradient(to bottom, #bd802c, #d6ac50, #bd802c);
  clip-path: polygon(0% 0%, 0% 100%, 50% 85%, 100% 100%, 100% 0%);
}
#monthly .racer .flagcontent{
  width: 52px;
  height: 60px;
  margin: 0 auto;
  padding-top: 3px;
  text-align: center;
  background: linear-gradient(to bottom, #de9b1e, #faeb76, #de9b1e);
  clip-path: polygon(0% 0%, 0% 100%, 50% 85%, 100% 100%, 100% 0%);
}
#monthly .racer .flagcontent p:first-child{
  font-size: 12px;
  border-bottom: 1px dotted #000;
}
#monthly .racer .flagcontent p:last-child{
  font-size: 19px;
  font-weight: bold;
  text-shadow: 1.2px 1.8px 0 #bd8111;
}

/* 香川素子選手　レーダーチャート */
#monthly #kagawa .backpentagon, #monthly #kagawa .frontpentagon{
  clip-path: polygon(50% 29.9%, 21.5% 41.3%, 32% 74%, 68% 74%, 88% 38%);
}
#monthly #kagawa .moku{
  left: 50%; top: 29.9%;
}
#monthly #kagawa .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #kagawa .kin{
  left: 32%; top: 74%;
}
#monthly #kagawa .do{
  left: 68%; top: 74%;
}
#monthly #kagawa .ka{
  left: 88%; top: 38%;
}
#monthly #kagawa .kinnkyo{
  left: 50%; top: 18%;
}
#monthly #kagawa .adjustment{
  left: 13%; top: 37%;
}
#monthly #kagawa .start{
  left: 26%; top: 80%;
}
#monthly #kagawa .turn{
  left: 74%; top: 80%;
}
#monthly #kagawa .affinity{
  left: 78%; top: 42%;
}
/* 長嶋万記選手　レーダーチャート */
#monthly #nagashima .backpentagon, #monthly #nagashima .frontpentagon{
  clip-path: polygon(50% .5%, 3% 34.7%, 20.8% 89.6%, 79.2% 89.6%, 88% 38%);
}
#monthly #nagashima .moku{
  left: 50%; top: .5%;
}
#monthly #nagashima .sui{
  left: 3%; top: 34.7%;
}
#monthly #nagashima .kin{
  left: 20.8%; top: 89.6%;
}
#monthly #nagashima .do{
  left: 79.2%; top: 89.6%;
}
#monthly #nagashima .ka{
  left: 88%; top: 38%;
}
#monthly #nagashima .kinnkyo{
  left: 50%; top: 15%;
}
#monthly #nagashima .adjustment{
  left: 13%; top: 37%;
}
#monthly #nagashima .start{
  left: 26%; top: 80%;
}
#monthly #nagashima .turn{
  left: 74%; top: 80%;
}
#monthly #nagashima .affinity{
  left: 78%; top: 42%;
}
/* 寺田千恵選手　レーダーチャート */
#monthly #terada .backpentagon, #monthly #terada .frontpentagon{
  clip-path: polygon(50% 10.7%, 3% 34.7%, 26% 82%, 79.2% 89.6%, 97% 34.7%);
}
#monthly #terada .moku{
  left: 50%; top: 10.7%;
}
#monthly #terada .sui{
  left: 3%; top: 34.7%;
}
#monthly #terada .kin{
  left: 26%; top: 82%;
}
#monthly #terada .do{
  left: 79.2%; top: 89.6%;
}
#monthly #terada .ka{
  left: 97%; top: 34.7%;
}
#monthly #terada .kinnkyo{
  left: 50%; top: 18%;
}
#monthly #terada .adjustment{
  left: 13%; top: 37%;
}
#monthly #terada .start{
  left: 32%; top: 73%;
}
#monthly #terada .turn{
  left: 74%; top: 80%;
}
#monthly #terada .affinity{
  left: 87%; top: 37%;
}
/* 鎌倉涼選手　レーダーチャート */
#monthly #kamakura .backpentagon{
  clip-path: polygon(50% .5%, 12% 38%, 32% 74%, 74% 82%, 69% 44.6%);
}
#monthly #kamakura .frontpentagon{
  clip-path: polygon(49% .5%, 12% 38%, 32% 74%, 73% 82%, 68% 44.6%);
}
#monthly #kamakura .moku{
  left: 50%; top: .5%;
}
#monthly #kamakura .sui{
  left: 12%; top: 38%;
}
#monthly #kamakura .kin{
  left: 32%; top: 74%;
}
#monthly #kamakura .do{
  left: 74%; top: 82%;
}
#monthly #kamakura .ka{
  left: 69%; top: 44.6%;
}
#monthly #kamakura .kinnkyo{
  left: 50%; top: 15%;
}
#monthly #kamakura .adjustment{
  left: 22%; top: 42%;
}
#monthly #kamakura .start{
  left: 26%; top: 80%;
}
#monthly #kamakura .turn{
  left: 68%; top: 73%;
}
#monthly #kamakura .affinity{
  left: 78%; top: 42%;
}
/* 渡邉優美選手　レーダーチャート */
#monthly #watanabe .backpentagon{
  clip-path: polygon(50% 10.7%, 12% 38%, 20.8% 89.6%, 74% 82%, 78.5% 41.3%);
}
#monthly #watanabe .frontpentagon{
  clip-path: polygon(49.5% 10.7%, 12% 38%, 20.8% 89.6%, 73.5% 82%, 78% 41.3%);
}
#monthly #watanabe .moku{
  left: 50%; top: 10.7%;
}
#monthly #watanabe .sui{
  left: 12%; top: 38%;
}
#monthly #watanabe .kin{
  left: 20.8%; top: 89.6%;
}
#monthly #watanabe .do{
  left: 74%; top: 82%;
}
#monthly #watanabe .ka{
  left: 78.5%; top: 41.3%;
}
#monthly #watanabe .kinnkyo{
  left: 50%; top: 18%;
}
#monthly #watanabe .adjustment{
  left: 22%; top: 42%;
}
#monthly #watanabe .start{
  left: 26%; top: 80%;
}
#monthly #watanabe .turn{
  left: 68%; top: 73%;
}
#monthly #watanabe .affinity{
  left: 87%; top: 37%;
}
/* 川野芽唯選手　レーダーチャート */
#monthly #kawano .backpentagon{
  clip-path: polygon(50% .5%, 3% 34.7%, 38% 66%, 79.2% 89.6%, 88% 38%);
}
#monthly #kawano .frontpentagon{
  clip-path: polygon(50% .5%, 3% 33.7%, 38% 65%, 79.2% 88.6%, 88% 38%);
}
#monthly #kawano .moku{
  left: 50%; top: .5%;
}
#monthly #kawano .sui{
  left: 3%; top: 34.7%;
}
#monthly #kawano .kin{
  left: 38%; top: 66%;
}
#monthly #kawano .do{
  left: 79.2%; top: 89.6%;
}
#monthly #kawano .ka{
  left: 88%; top: 38%;
}
#monthly #kawano .kinnkyo{
  left: 50%; top: 15%;
}
#monthly #kawano .adjustment{
  left: 13%; top: 37%;
}
#monthly #kawano .start{
  left: 32%; top: 73%;
}
#monthly #kawano .turn{
  left: 74%; top: 80%;
}
#monthly #kawano .affinity{
  left: 78%; top: 42%;
}
/* 中谷朋子選手　レーダーチャート */
#monthly #nakatani .backpentagon, #monthly #nakatani .frontpentagon{
  clip-path: polygon(50% .5%, 3% 34.7%, 32% 74%, 79.2% 89.6%, 97% 34.7%);
}
#monthly #nakatani .moku{
  left: 50%; top: .5%;
}
#monthly #nakatani .sui{
  left: 3%; top: 34.7%;
}
#monthly #nakatani .kin{
  left: 32%; top: 74%;
}
#monthly #nakatani .do{
  left: 79.2%; top: 89.6%;
}
#monthly #nakatani .ka{
  left: 97%; top: 34.7%;
}
#monthly #nakatani .kinnkyo{
  left: 50%; top: 15%;
}
#monthly #nakatani .adjustment{
  left: 13%; top: 37%;
}
#monthly #nakatani .start{
  left: 26%; top: 80%;
}
#monthly #nakatani .turn{
  left: 74%; top: 80%;
}
#monthly #nakatani .affinity{
  left: 87%; top: 37%;
}
/* 高田ひかる選手　レーダーチャート */
#monthly #takada .backpentagon, #monthly #takada .frontpentagon{
  clip-path: polygon(50% 10.7%, 12% 38%, 20.8% 89.6%, 79.2% 89.6%, 88% 38%);
}
#monthly #takada .moku{
  left: 50%; top: 10.7%;
}
#monthly #takada .sui{
  left: 12%; top: 38%;
}
#monthly #takada .kin{
  left: 20.8%; top: 89.6%;
}
#monthly #takada .do{
  left: 79.2%; top: 89.6%;
}
#monthly #takada .ka{
  left: 88%; top: 38%;
}
#monthly #takada .kinnkyo{
  left: 50%; top: 18%;
}
#monthly #takada .adjustment{
  left: 22%; top: 42%;
}
#monthly #takada .start{
  left: 26%; top: 80%;
}
#monthly #takada .turn{
  left: 74%; top: 80%;
}
#monthly #takada .affinity{
  left: 78%; top: 42%;
}
/* 平山智加選手　レーダーチャート */
#monthly #hirayama .backpentagon, #monthly #hirayama .frontpentagon{
  clip-path: polygon(50% 20.5%, 12% 38%, 26% 82%, 74% 82%, 88% 38%);
}
#monthly #hirayama .moku{
  left: 50%; top: 20.5%;
}
#monthly #hirayama .sui{
  left: 12%; top: 38%;
}
#monthly #hirayama .kin{
  left: 26%; top: 82%;
}
#monthly #hirayama .do{
  left: 74%; top: 82%;
}
#monthly #hirayama .ka{
  left: 88%; top: 38%;
}
#monthly #hirayama .kinnkyo{
  left: 50%; top: 12%;
}
#monthly #hirayama .adjustment{
  left: 22%; top: 42%;
}
#monthly #hirayama .start{
  left: 32%; top: 73%;
}
#monthly #hirayama .turn{
  left: 68%; top: 73%;
}
#monthly #hirayama .affinity{
  left: 78%; top: 42%;
}
/* 浜田亜里沙選手　レーダーチャート */
#monthly #hamada .backpentagon{
  clip-path: polygon(50% 10.7%, 12% 38%, 32% 74%, 74% 82%, 88% 38%);
}
#monthly #hamada .frontpentagon{
  clip-path: polygon(50% 10.7%, 12% 38%, 32.5% 73.5%, 73.5% 81.5%, 87.5% 38%);
}
#monthly #hamada .moku{
  left: 50%; top: 10.7%;
}
#monthly #hamada .sui{
  left: 12%; top: 38%;
}
#monthly #hamada .kin{
  left: 32%; top: 74%;
}
#monthly #hamada .do{
  left: 74%; top: 82%;
}
#monthly #hamada .ka{
  left: 88%; top: 38%;
}
#monthly #hamada .kinnkyo{
  left: 50%; top: 18%;
}
#monthly #hamada .adjustment{
  left: 22%; top: 42%;
}
#monthly #hamada .start{
  left: 26%; top: 80%;
}
#monthly #hamada .turn{
  left: 68%; top: 73%;
}
#monthly #hamada .affinity{
  left: 78%; top: 42%;
}
/* 守屋美穂選手　レーダーチャート */
#monthly #moriya .backpentagon, #monthly #moriya .frontpentagon{
  clip-path: polygon(50% 20.5%, 12% 38%, 26% 82%, 79.2% 89.6%, 78.5% 41.3%);
}
#monthly #moriya .moku{
  left: 50%; top: 20.5%;
}
#monthly #moriya .sui{
  left: 12%; top: 38%;
}
#monthly #moriya .kin{
  left: 26%; top: 82%;
}
#monthly #moriya .do{
  left: 79.2%; top: 89.6%;
}
#monthly #moriya .ka{
  left: 78.5%; top: 41.3%;
}
#monthly #moriya .kinnkyo{
  left: 50%; top: 12%;
}
#monthly #moriya .adjustment{
  left: 22%; top: 42%;
}
#monthly #moriya .start{
  left: 32%; top: 73%;
}
#monthly #moriya .turn{
  left: 74%; top: 80%;
}
#monthly #moriya .affinity{
  left: 87%; top: 37%;
}
/* 小芦るり華選手　レーダーチャート */
#monthly #oashi .backpentagon, #monthly #oashi .frontpentagon{
  clip-path: polygon(50% 10.7%, 21.5% 41.3%, 26% 82%, 74% 82%, 78.5% 41.3%);
}
#monthly #oashi .moku{
  left: 50%; top: 10.7%;
}
#monthly #oashi .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #oashi .kin{
  left: 26%; top: 82%;
}
#monthly #oashi .do{
  left: 74%; top: 82%;
}
#monthly #oashi .ka{
  left: 78.5%; top: 41.3%;
}
#monthly #oashi .kinnkyo{
  left: 50%; top: 18%;
}
#monthly #oashi .adjustment{
  left: 13%; top: 37%;
}
#monthly #oashi .start{
  left: 32%; top: 73%;
}
#monthly #oashi .turn{
  left: 68%; top: 73%;
}
#monthly #oashi .affinity{
  left: 87%; top: 37%;
}
/* 海野ゆかり選手　レーダーチャート */
#monthly #unno .backpentagon, #monthly #unno .frontpentagon{
  clip-path: polygon(50% 20.5%, 21.5% 41.3%, 32% 74%, 74% 82%, 88% 38%);
}
#monthly #unno .moku{
  left: 50%; top: 20.5%;
}
#monthly #unno .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #unno .kin{
  left: 32%; top: 74%;
}
#monthly #unno .do{
  left: 74%; top: 82%;
}
#monthly #unno .ka{
  left: 88%; top: 38%;
}
#monthly #unno .kinnkyo{
  left: 50%; top: 12%;
}
#monthly #unno .adjustment{
  left: 13%; top: 37%;
}
#monthly #unno .start{
  left: 26%; top: 80%;
}
#monthly #unno .turn{
  left: 68%; top: 73%;
}
#monthly #unno .affinity{
  left: 78%; top: 42%;
}
/* 藤原菜希選手　レーダーチャート */
#monthly #fujiwara .backpentagon, #monthly #fujiwara .frontpentagon{
  clip-path: polygon(50% 20.5%, 21.5% 41.3%, 20.8% 89.6%, 74% 82%, 78.5% 41.3%);
}
#monthly #fujiwara .moku{
  left: 50%; top: 20.5%;
}
#monthly #fujiwara .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #fujiwara .kin{
  left: 20.8%; top: 89.6%;
}
#monthly #fujiwara .do{
  left: 74%; top: 82%;
}
#monthly #fujiwara .ka{
  left: 78.5%; top: 41.3%;
}
#monthly #fujiwara .kinnkyo{
  left: 50%; top: 12%;
}
#monthly #fujiwara .adjustment{
  left: 13%; top: 37%;
}
#monthly #fujiwara .start{
  left: 26%; top: 80%;
}
#monthly #fujiwara .turn{
  left: 68%; top: 73%;
}
#monthly #fujiwara .affinity{
  left: 87%; top: 37%;
}
/* 落合直子選手　レーダーチャート */
#monthly #ochiai .backpentagon, #monthly #ochiai .frontpentagon{
  clip-path: polygon(50% 20.5%, 21.5% 41.3%, 26% 82%, 74% 82%, 78.5% 41.3%);
}
#monthly #ochiai .moku{
  left: 50%; top: 20.5%;
}
#monthly #ochiai .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #ochiai .kin{
  left: 26%; top: 82%;
}
#monthly #ochiai .do{
  left: 74%; top: 82%;
}
#monthly #ochiai .ka{
  left: 78.5%; top: 41.3%;
}
#monthly #ochiai .kinnkyo{
  left: 50%; top: 12%;
}
#monthly #ochiai .adjustment{
  left: 13%; top: 37%;
}
#monthly #ochiai .start{
  left: 32%; top: 73%;
}
#monthly #ochiai .turn{
  left: 68%; top: 73%;
}
#monthly #ochiai .affinity{
  left: 87%; top: 37%;
}
/* 中里優子選手　レーダーチャート */
#monthly #nakasato .backpentagon{
  clip-path: polygon(50% 41.5%, 31% 44.6%, 32% 74%, 68% 74%, 88% 38%);
}
#monthly #nakasato .frontpentagon{
  clip-path: polygon(50% 42.5%, 31% 45.6%, 32% 74%, 67.5% 74%, 87% 39%);
}
#monthly #nakasato .moku{
  left: 50%; top: 41.5%;
}
#monthly #nakasato .sui{
  left: 31%; top: 44.6%;
}
#monthly #nakasato .kin{
  left: 32%; top: 74%;
}
#monthly #nakasato .do{
  left: 68%; top: 74%;
}
#monthly #nakasato .ka{
  left: 88%; top: 38%;
}
#monthly #nakasato .kinnkyo{
  left: 50%; top: 30%;
}
#monthly #nakasato .adjustment{
  left: 22%; top: 42%;
}
#monthly #nakasato .start{
  left: 26%; top: 80%;
}
#monthly #nakasato .turn{
  left: 74%; top: 80%;
}
#monthly #nakasato .affinity{
  left: 80%; top: 32%;
}
/* 平田さやか選手　レーダーチャート */
#monthly #hirata .backpentagon, #monthly #hirata .frontpentagon{
  clip-path: polygon(50% 20.5%, 21.5% 41.3%, 32% 74%, 68% 74%, 78.5% 41.3%);
}
#monthly #hirata .moku{
  left: 50%; top: 20.5%;
}
#monthly #hirata .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #hirata .kin{
  left: 32%; top: 74%;
}
#monthly #hirata .do{
  left: 68%; top: 74%;
}
#monthly #hirata .ka{
  left: 78.5%; top: 41.3%;
}
#monthly #hirata .kinnkyo{
  left: 50%; top: 12%;
}
#monthly #hirata .adjustment{
  left: 13%; top: 37%;
}
#monthly #hirata .start{
  left: 26%; top: 80%;
}
#monthly #hirata .turn{
  left: 74%; top: 80%;
}
#monthly #hirata .affinity{
  left: 87%; top: 37%;
}
/* 細川裕子選手　レーダーチャート */
#monthly #hosokawa .backpentagon, #monthly #hosokawa .frontpentagon{
  clip-path: polygon(50% 20.5%, 21.5% 41.3%, 32% 74%, 79.2% 89.6%, 78.5% 41.3%);
}
#monthly #hosokawa .moku{
  left: 50%; top: 20.5%;
}
#monthly #hosokawa .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #hosokawa .kin{
  left: 32%; top: 74%;
}
#monthly #hosokawa .do{
  left: 79.2%; top: 89.6%;
}
#monthly #hosokawa .ka{
  left: 78.5%; top: 41.3%;
}
#monthly #hosokawa .kinnkyo{
  left: 50%; top: 12%;
}
#monthly #hosokawa .adjustment{
  left: 13%; top: 37%;
}
#monthly #hosokawa .start{
  left: 26%; top: 80%;
}
#monthly #hosokawa .turn{
  left: 74%; top: 80%;
}
#monthly #hosokawa .affinity{
  left: 87%; top: 37%;
}
/* 倉持莉々選手　レーダーチャート */
#monthly #kuramochi .backpentagon{
  clip-path: polygon(50% 10.7%, 21.5% 41.3%, 20.8% 89.6%, 74% 82%, 69% 44.6%);
}
#monthly #kuramochi .frontpentagon{
  clip-path: polygon(49.5% 10.7%, 21.5% 41.3%, 20.8% 89.6%, 73.5% 82%, 68.5% 44.6%);
}
#monthly #kuramochi .moku{
  left: 50%; top: 10.7%;
}
#monthly #kuramochi .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #kuramochi .kin{
  left: 20.8%; top: 89.6%;
}
#monthly #kuramochi .do{
  left: 74%; top: 82%;
}
#monthly #kuramochi .ka{
  left: 69%; top: 44.6%;
}
#monthly #kuramochi .kinnkyo{
  left: 48%; top: 18%;
}
#monthly #kuramochi .adjustment{
  left: 13%; top: 37%;
}
#monthly #kuramochi .start{
  left: 26%; top: 80%;
}
#monthly #kuramochi .turn{
  left: 68%; top: 73%;
}
#monthly #kuramochi .affinity{
  left: 78%; top: 42%;
}
/* 西橋奈美選手　レーダーチャート */
#monthly #nishihashi .backpentagon{
  clip-path: polygon(50% 10.7%, 12% 38%, 26% 82%, 79.2% 89.6%, 59.5% 49%);
}
#monthly #nishihashi .frontpentagon{
  clip-path: polygon(48.5% 10.7%, 12% 38%, 26% 82%, 77.7% 89.6%, 58% 49%);
}
#monthly #nishihashi .moku{
  left: 50%; top: 10.7%;
}
#monthly #nishihashi .sui{
  left: 12%; top: 38%;
}
#monthly #nishihashi .kin{
  left: 26%; top: 82%;
}
#monthly #nishihashi .do{
  left: 79.2%; top: 89.6%;
}
#monthly #nishihashi .ka{
  left: 59.5%; top: 49%;
}
#monthly #nishihashi .kinnkyo{
  left: 57%; top: 15%;
}
#monthly #nishihashi .adjustment{
  left: 22%; top: 42%;
}
#monthly #nishihashi .start{
  left: 32%; top: 73%;
}
#monthly #nishihashi .turn{
  left: 79%; top: 80%;
}
#monthly #nishihashi .affinity{
  left: 68%; top: 45%;
}
/* 遠藤エミ選手　レーダーチャート */
#monthly #endo .backpentagon, #monthly #endo .frontpentagon{
  clip-path: polygon(50% 20.5%, 12% 38%, 20.8% 89.6%, 79.2% 89.6%, 78.5% 41.3%);
}
#monthly #endo .moku{
  left: 50%; top: 20.5%;
}
#monthly #endo .sui{
  left: 12%; top: 38%;
}
#monthly #endo .kin{
  left: 20.8%; top: 89.6%;
}
#monthly #endo .do{
  left: 79.2%; top: 89.6%;
}
#monthly #endo .ka{
  left: 78.5%; top: 41.3%;
}
#monthly #endo .kinnkyo{
  left: 50%; top: 12%;
}
#monthly #endo .adjustment{
  left: 22%; top: 42%;
}
#monthly #endo .start{
  left: 26%; top: 80%;
}
#monthly #endo .turn{
  left: 74%; top: 80%;
}
#monthly #endo .affinity{
  left: 87%; top: 37%;
}
/* 中村桃佳選手　レーダーチャート */
#monthly #nakamuramomoka .backpentagon{
  clip-path: polygon(50% 20.5%, 21.5% 41.3%, 20.8% 89.6%, 74% 82%, 69% 44.6%);
}
#monthly #nakamuramomoka .frontpentagon{
  clip-path: polygon(49% 21%, 21.5% 41.3%, 20.8% 89.6%, 73% 82%, 68% 44.6%);
}
#monthly #nakamuramomoka .moku{
  left: 50%; top: 20.5%;
}
#monthly #nakamuramomoka .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #nakamuramomoka .kin{
  left: 20.8%; top: 89.6%;
}
#monthly #nakamuramomoka .do{
  left: 74%; top: 82%;
}
#monthly #nakamuramomoka .ka{
  left: 69%; top: 44.6%;
}
#monthly #nakamuramomoka .kinnkyo{
  left: 50%; top: 12%;
}
#monthly #nakamuramomoka .adjustment{
  left: 13%; top: 37%;
}
#monthly #nakamuramomoka .start{
  left: 26%; top: 80%;
}
#monthly #nakamuramomoka .turn{
  left: 68%; top: 73%;
}
#monthly #nakamuramomoka .affinity{
  left: 78%; top: 42%;
}
/* 三浦永理選手　レーダーチャート */
#monthly #miura .backpentagon, #monthly #miura .frontpentagon{
  clip-path: polygon(50% .5%, 12% 38%, 32% 74%, 74% 82%, 78.5% 41.3%);
}
#monthly #miura .moku{
  left: 50%; top: .5%;
}
#monthly #miura .sui{
  left: 12%; top: 38%;
}
#monthly #miura .kin{
  left: 32%; top: 74%;
}
#monthly #miura .do{
  left: 74%; top: 82%;
}
#monthly #miura .ka{
  left: 78.5%; top: 41.3%;
}
#monthly #miura .kinnkyo{
  left: 50%; top: 15%;
}
#monthly #miura .adjustment{
  left: 22%; top: 42%;
}
#monthly #miura .start{
  left: 26%; top: 80%;
}
#monthly #miura .turn{
  left: 68%; top: 73%;
}
#monthly #miura .affinity{
  left: 87%; top: 37%;
}
/* 岩崎芳美選手　レーダーチャート */
#monthly #iwasaki .backpentagon, #monthly #iwasaki .frontpentagon{
  clip-path: polygon(50% 20.5%, 21.5% 41.3%, 32% 74%, 74% 82%, 78.5% 41.3%);
}
#monthly #iwasaki .moku{
  left: 50%; top: 20.5%;
}
#monthly #iwasaki .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #iwasaki .kin{
  left: 32%; top: 74%;
}
#monthly #iwasaki .do{
  left: 74%; top: 82%;
}
#monthly #iwasaki .ka{
  left: 78.5%; top: 41.3%;
}
#monthly #iwasaki .kinnkyo{
  left: 50%; top: 12%;
}
#monthly #iwasaki .adjustment{
  left: 13%; top: 37%;
}
#monthly #iwasaki .start{
  left: 26%; top: 80%;
}
#monthly #iwasaki .turn{
  left: 68%; top: 73%;
}
#monthly #iwasaki .affinity{
  left: 87%; top: 37%;
}
/* 松本晶恵選手　レーダーチャート */
#monthly #matumoto .backpentagon{
  clip-path: polygon(50% 41.5%, 21.5% 41.3%, 38% 66%, 68% 74%, 88% 38%);
}
#monthly #matumoto .frontpentagon{
  clip-path: polygon(50% 42.5%, 22.8% 42%, 39% 65.3%, 67.5% 73.3%, 87% 39%);
}
#monthly #matumoto .moku{
  left: 50%; top: 41.5%;
}
#monthly #matumoto .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #matumoto .kin{
  left: 38%; top: 66%;
}
#monthly #matumoto .do{
  left: 68%; top: 74%;
}
#monthly #matumoto .ka{
  left: 88%; top: 38%;
}
#monthly #matumoto .kinnkyo{
  left: 50%; top: 30%;
}
#monthly #matumoto .adjustment{
  left: 13%; top: 37%;
}
#monthly #matumoto .start{
  left: 32%; top: 73%; 
}
#monthly #matumoto .turn{
  left: 74%; top: 80%;
}
#monthly #matumoto .affinity{
  left: 82%; top: 32%;
}
/* 宇野弥生選手　レーダーチャート */
#monthly #uno .backpentagon, #monthly #uno .frontpentagon{
  clip-path: polygon(50% 10.7%, 12% 38%, 20.8% 89.6%, 74% 82%, 78.5% 41.3%);
}
#monthly #uno .moku{
  left: 50%; top: 10.7%;
}
#monthly #uno .sui{
  left: 12%; top: 38%;
}
#monthly #uno .kin{
  left: 20.8%; top: 89.6%;
}
#monthly #uno .do{
  left: 74%; top: 82%;
}
#monthly #uno .ka{
  left: 78.5%; top: 41.3%;
}
#monthly #uno .kinnkyo{
  left: 50%; top: 18%;
}
#monthly #uno .adjustment{
  left: 22%; top: 42%;
}
#monthly #uno .start{
  left: 26%; top: 80%;
}
#monthly #uno .turn{
  left: 68%; top: 73%;
}
#monthly #uno .affinity{
  left: 87%; top: 37%;
}
/* 喜井つかさ選手　レーダーチャート */
#monthly #kii .backpentagon, #monthly #kii .frontpentagon{
  clip-path: polygon(50% 20.5%, 21.5% 41.3%, 32% 74%, 74% 82%, 78.5% 41.3%);
}
#monthly #kii .moku{
  left: 50%; top: 20.5%;
}
#monthly #kii .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #kii .kin{
  left: 32%; top: 74%;
}
#monthly #kii .do{
  left: 74%; top: 82%;
}
#monthly #kii .ka{
  left: 78.5%; top: 41.3%;
}
#monthly #kii .kinnkyo{
  left: 50%; top: 12%;
}
#monthly #kii .adjustment{
  left: 13%; top: 37%;
}
#monthly #kii .start{
  left: 26%; top: 80%;
}
#monthly #kii .turn{
  left: 68%; top: 73%;
}
#monthly #kii .affinity{
  left: 87%; top: 37%;
}
/* 日高逸子選手　レーダーチャート */
#monthly #hidaka .backpentagon, #monthly #hidaka .frontpentagon{
  clip-path: polygon(50% 20.5%, 12% 38%, 32% 74%, 74% 82%, 97% 34.7%);
}
#monthly #hidaka .moku{
  left: 50%; top: 20.5%;
}
#monthly #hidaka .sui{
  left: 12%; top: 38%;
}
#monthly #hidaka .kin{
  left: 32%; top: 74%;
}
#monthly #hidaka .do{
  left: 74%; top: 82%;
}
#monthly #hidaka .ka{
  left: 97%; top: 34.7%;
}
#monthly #hidaka .kinnkyo{
  left: 50%; top: 12%;
}
#monthly #hidaka .adjustment{
  left: 22%; top: 42%;
}
#monthly #hidaka .start{
  left: 26%; top: 80%;
}
#monthly #hidaka .turn{
  left: 68%; top: 73%;
}
#monthly #hidaka .affinity{
  left: 87%; top: 37%;
}
/* 大瀧明日香選手　レーダーチャート */
#monthly #ootaki .backpentagon, #monthly #ootaki .frontpentagon{
  clip-path: polygon(50% 29.9%, 21.5% 41.3%, 32% 74%, 68% 74%, 88% 38%);
}
#monthly #ootaki .moku{
  left: 50%; top: 29.9%;
}
#monthly #ootaki .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #ootaki .kin{
  left: 32%; top: 74%;
}
#monthly #ootaki .do{
  left: 68%; top: 74%;
}
#monthly #ootaki .ka{
  left: 88%; top: 38%;
}
#monthly #ootaki .kinnkyo{
  left: 50%; top: 18%;
}
#monthly #ootaki .adjustment{
  left: 13%; top: 37%;
}
#monthly #ootaki .start{
  left: 26%; top: 80%;
}
#monthly #ootaki .turn{
  left: 74%; top: 80%;
}
#monthly #ootaki .affinity{
  left: 78%; top: 42%;
}
/* 金田幸子選手　レーダーチャート */
#monthly #kanada .backpentagon, #monthly #kanada .frontpentagon{
  clip-path: polygon(50% 10.7%, 21.5% 41.3%, 32% 74%, 74% 82%, 78.5% 41.3%);
}
#monthly #kanada .moku{
  left: 50%; top: 10.7%;
}
#monthly #kanada .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #kanada .kin{
  left: 32%; top: 74%;
}
#monthly #kanada .do{
  left: 74%; top: 82%;
}
#monthly #kanada .ka{
  left: 78.5%; top: 41.3%;
}
#monthly #kanada .kinnkyo{
  left: 50%; top: 18%;
}
#monthly #kanada .adjustment{
  left: 13%; top: 37%;
}
#monthly #kanada .start{
  left: 26%; top: 80%;
}
#monthly #kanada .turn{
  left: 68%; top: 73%;
}
#monthly #kanada .affinity{
  left: 87%; top: 37%;
}
/* 今井裕梨選手　レーダーチャート */
#monthly #imai .backpentagon{
  clip-path: polygon(50% 10.7%, 21.5% 41.3%, 26% 82%, 74% 82%, 59.5% 49%);
}
#monthly #imai .frontpentagon{
  clip-path: polygon(48.8% 11.5%, 21.5% 41.3%, 26% 82%, 72.5% 82%, 58% 49%);
}
#monthly #imai .moku{
  left: 50%; top: 10.7%;
}
#monthly #imai .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #imai .kin{
  left: 26%; top: 82%;
}
#monthly #imai .do{
  left: 74%; top: 82%;
}
#monthly #imai .ka{
  left: 59.5%; top: 49%;
}
#monthly #imai .kinnkyo{
  left: 56%; top: 15%;
}
#monthly #imai .adjustment{
  left: 13%; top: 37%;
}
#monthly #imai .start{
  left: 32%; top: 73%;
}
#monthly #imai .turn{
  left: 78%; top: 73%;
}
#monthly #imai .affinity{
  left: 68%; top: 45%;
}
/* 魚谷香織選手　レーダーチャート */
#monthly #uotani .backpentagon, #monthly #uotani .frontpentagon{
  clip-path: polygon(50% 20.5%, 21.5% 41.3%, 32% 74%, 74% 82%, 78.5% 41.3%);
}
#monthly #uotani .moku{
  left: 50%; top: 20.5%;
}
#monthly #uotani .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #uotani .kin{
  left: 32%; top: 74%;
}
#monthly #uotani .do{
  left: 74%; top: 82%;
}
#monthly #uotani .ka{
  left: 78.5%; top: 41.3%;
}
#monthly #uotani .kinnkyo{
  left: 50%; top: 12%;
}
#monthly #uotani .adjustment{
  left: 13%; top: 37%;
}
#monthly #uotani .start{
  left: 26%; top: 80%;
}
#monthly #uotani .turn{
  left: 68%; top: 73%;
}
#monthly #uotani .affinity{
  left: 87%; top: 37%;
}
/* 清埜翔子選手　レーダーチャート */
#monthly #seino .backpentagon, #monthly #seino .frontpentagon{
  clip-path: polygon(50% 10.7%, 21.5% 41.3%, 26% 82%, 74% 82%, 78.5% 41.3%);
}
#monthly #seino .moku{
  left: 50%; top: 10.7%;
}
#monthly #seino .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #seino .kin{
  left: 26%; top: 82%;
}
#monthly #seino .do{
  left: 74%; top: 82%;
}
#monthly #seino .ka{
  left: 78.5%; top: 41.3%;
}
#monthly #seino .kinnkyo{
  left: 50%; top: 18%;
}
#monthly #seino .adjustment{
  left: 13%; top: 37%;
}
#monthly #seino .start{
  left: 32%; top: 73%;
}
#monthly #seino .turn{
  left: 68%; top: 73%;
}
#monthly #seino .affinity{
  left: 87%; top: 37%;
}
/* 廣中智紗衣選手　レーダーチャート */
#monthly #hironaka .backpentagon{
  clip-path: polygon(50% 10.7%, 21.5% 41.3%, 38% 66%, 74% 82%, 78.5% 41.3%);
}
#monthly #hironaka .frontpentagon{
  clip-path: polygon(50% 10.7%, 21.5% 41%, 38.3% 65.5%, 74% 81.5%, 78.5% 41.3%);
}
#monthly #hironaka .moku{
  left: 50%; top: 10.7%;
}
#monthly #hironaka .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #hironaka .kin{
  left: 38%; top: 66%;
}
#monthly #hironaka .do{
  left: 74%; top: 82%;
}
#monthly #hironaka .ka{
  left: 78.5%; top: 41.3%;
}
#monthly #hironaka .kinnkyo{
  left: 50%; top: 18%;
}
#monthly #hironaka .adjustment{
  left: 13%; top: 37%;
}
#monthly #hironaka .start{
  left: 32%; top: 73%;
}
#monthly #hironaka .turn{
  left: 68%; top: 73%;
}
#monthly #hironaka .affinity{
  left: 87%; top: 37%;
}
/* 向井美鈴選手　レーダーチャート */
#monthly #mukai .backpentagon{
  clip-path: polygon(50% 20.5%, 21.5% 41.3%, 38% 66%, 74% 82%, 88% 38%);
}
#monthly #mukai .frontpentagon{
  clip-path: polygon(50% 20.5%, 22% 41.3%, 38.5% 65.5%, 74% 81.5%, 88% 38%);
}
#monthly #mukai .moku{
  left: 50%; top: 20.5%;
}
#monthly #mukai .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #mukai .kin{
  left: 38%; top: 66%;
}
#monthly #mukai .do{
  left: 74%; top: 82%;
}
#monthly #mukai .ka{
  left: 88%; top: 38%;
}
#monthly #mukai .kinnkyo{
  left: 50%; top: 12%;
}
#monthly #mukai .adjustment{
  left: 13%; top: 37%;
}
#monthly #mukai .start{
  left: 32%; top: 73%;
}
#monthly #mukai .turn{
  left: 68%; top: 73%;
}
#monthly #mukai .affinity{
  left: 78%; top: 42%;
}
/* 原田佑実選手　レーダーチャート */
#monthly #harada .backpentagon{
  clip-path: polygon(50% 20.5%, 31% 44.6%, 26% 82%, 68% 74%, 78.5% 41.3%);
}
#monthly #harada .frontpentagon{
  clip-path: polygon(50% 20.8%, 31.2% 44.8%, 26.4% 81.6%, 67.6% 73.6%, 78.1% 41.3%);
}
#monthly #harada .moku{
  left: 50%; top: 20.5%;
}
#monthly #harada .sui{
  left: 31%; top: 44.6%;
}
#monthly #harada .kin{
  left: 26%; top: 82%;
}
#monthly #harada .do{
  left: 68%; top: 74%;
}
#monthly #harada .ka{
  left: 78.5%; top: 41.3%;
}
#monthly #harada .kinnkyo{
  left: 50%; top: 12%;
}
#monthly #harada .adjustment{
  left: 22%; top: 42%;
}
#monthly #harada .start{
  left: 32%; top: 73%;
}
#monthly #harada .turn{
  left: 74%; top: 80%;
}
#monthly #harada .affinity{
  left: 87%; top: 37%;
}
/* 岸恵子選手　レーダーチャート */
#monthly #kishi .backpentagon, #monthly #kishi .frontpentagon{
  clip-path: polygon(50% 20.5%, 21.5% 41.3%, 20.8% 89.6%, 74% 82%, 78.5% 41.3%);
}
#monthly #kishi .moku{
  left: 50%; top: 20.5%;
}
#monthly #kishi .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #kishi .kin{
  left: 20.8%; top: 89.6%;
}
#monthly #kishi .do{
  left: 74%; top: 82%;
}
#monthly #kishi .ka{
  left: 78.5%; top: 41.3%;
}
#monthly #kishi .kinnkyo{
  left: 50%; top: 12%;
}
#monthly #kishi .adjustment{
  left: 13%; top: 37%;
}
#monthly #kishi .start{
  left: 26%; top: 80%;
}
#monthly #kishi .turn{
  left: 68%; top: 73%;
}
#monthly #kishi .affinity{
  left: 87%; top: 37%;
}
/* 西岡成美選手　レーダーチャート */
#monthly #nishioka .backpentagon{
  clip-path: polygon(50% 20.5%, 21.5% 41.3%, 26% 82%, 74% 82%, 59.5% 49%);
}
#monthly #nishioka .frontpentagon{
  clip-path: polygon(48.8% 21%, 21.5% 41.3%, 26% 82%, 72.5% 82%, 58.4% 49%);
}
#monthly #nishioka .moku{
  left: 50%; top: 20.5%;
}
#monthly #nishioka .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #nishioka .kin{
  left: 26%; top: 82%;
}
#monthly #nishioka .do{
  left: 74%; top: 82%;
}
#monthly #nishioka .ka{
  left: 59.5%; top: 49%;
}
#monthly #nishioka .kinnkyo{
  left: 50%; top: 12%;
}
#monthly #nishioka .adjustment{
  left: 13%; top: 37%;
}
#monthly #nishioka .start{
  left: 32%; top: 73%;
}
#monthly #nishioka .turn{
  left: 78%; top: 73%;
}
#monthly #nishioka .affinity{
  left: 68%; top: 45%;
}
/* 櫻本あゆみ選手　レーダーチャート */
#monthly #sakuramoto .backpentagon{
  clip-path: polygon(50% 20.5%, 31% 44.6%, 32% 74%, 68% 74%, 69% 44.6%);
}
#monthly #sakuramoto .frontpentagon{
  clip-path: polygon(50% 21%, 31.5% 44.6%, 32.5% 73.6%, 67.5% 73.6%, 68.5% 44.6%);
}
#monthly #sakuramoto .moku{
  left: 50%; top: 20.5%;
}
#monthly #sakuramoto .sui{
  left: 31%; top: 44.6%;
}
#monthly #sakuramoto .kin{
  left: 32%; top: 74%;
}
#monthly #sakuramoto .do{
  left: 68%; top: 74%;
}
#monthly #sakuramoto .ka{
  left: 69%; top: 44.6%;
}
#monthly #sakuramoto .kinnkyo{
  left: 50%; top: 12%;
}
#monthly #sakuramoto .adjustment{
  left: 22%; top: 42%;
}
#monthly #sakuramoto .start{
  left: 26%; top: 80%;
}
#monthly #sakuramoto .turn{
  left: 74%; top: 80%;
}
#monthly #sakuramoto .affinity{
  left: 78%; top: 42%;
}
/* 永井聖美選手　レーダーチャート */
#monthly #nagai .backpentagon{
  clip-path: polygon(50% 20.5%, 31% 44.6%, 32% 74%, 68% 74%, 78.5% 41.3%);
}
#monthly #nagai .frontpentagon{
  clip-path: polygon(50% 20.8%, 31.4% 44.6%, 32.4% 73.6%, 67.6% 73.6%, 78.1% 41.3%);
}
#monthly #nagai .moku{
  left: 50%; top: 20.5%;
}
#monthly #nagai .sui{
  left: 31%; top: 44.6%;
}
#monthly #nagai .kin{
  left: 32%; top: 74%;
}
#monthly #nagai .do{
  left: 68%; top: 74%;
}
#monthly #nagai .ka{
  left: 78.5%; top: 41.3%;
}
#monthly #nagai .kinnkyo{
  left: 50%; top: 12%;
}
#monthly #nagai .adjustment{
  left: 22%; top: 42%;
}
#monthly #nagai .start{
  left: 26%; top: 80%;
}
#monthly #nagai .turn{
  left: 74%; top: 80%; 
}
#monthly #nagai .affinity{
  left: 87%; top: 37%;
}
/* 山川美由紀選手　レーダーチャート */
#monthly #yamakawa .backpentagon{
  clip-path: polygon(50% 41.5%, 21.5% 41.3%, 26% 82%, 68% 74%, 97% 34.7%);
}
#monthly #yamakawa .frontpentagon{
  clip-path: polygon(50% 42.5%, 21.5% 41.8%, 26% 82%, 68% 74%, 96% 35.7%);
}
#monthly #yamakawa .moku{
  left: 50%; top: 41.5%;
}
#monthly #yamakawa .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #yamakawa .kin{
  left: 26%; top: 82%;
}
#monthly #yamakawa .do{
  left: 68%; top: 74%;
}
#monthly #yamakawa .ka{
  left: 97%; top: 34.7%;
}
#monthly #yamakawa .kinnkyo{
  left: 50%; top: 30%;
}
#monthly #yamakawa .adjustment{
  left: 13%; top: 37%;
}
#monthly #yamakawa .start{
  left: 32%; top: 73%;
}
#monthly #yamakawa .turn{
  left: 74%; top: 80%;
}
#monthly #yamakawa .affinity{
  left: 85%; top: 31%;
}
/* 中村かなえ選手　レーダーチャート */
#monthly #nakamurakanae .backpentagon, #monthly #nakamurakanae .frontpentagon{
  clip-path: polygon(50% 10.7%, 21.5% 41.3%, 20.8% 89.6%, 74% 82%, 78.5% 41.3%);
}
#monthly #nakamurakanae .moku{
  left: 50%; top: 10.7%;
}
#monthly #nakamurakanae .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #nakamurakanae .kin{
  left: 20.8%; top: 89.6%;
}
#monthly #nakamurakanae .do{
  left: 74%; top: 82%;
}
#monthly #nakamurakanae .ka{
  left: 78.5%; top: 41.3%;
}
#monthly #nakamurakanae .kinnkyo{
  left: 50%; top: 18%;
}
#monthly #nakamurakanae .adjustment{
  left: 13%; top: 37%;
}
#monthly #nakamurakanae .start{
  left: 26%; top: 80%;
}
#monthly #nakamurakanae .turn{
  left: 68%; top: 73%;
}
#monthly #nakamurakanae .affinity{
  left: 87%; top: 37%;
}
/* 西村美智子選手　レーダーチャート */
#monthly #nishimura .backpentagon{
  clip-path: polygon(50% 20.5%, 21.5% 41.3%, 20.8% 89.6%, 74% 82%, 69% 44.6%);
}
#monthly #nishimura .frontpentagon{
  clip-path: polygon(49.3% 20.8%, 21.5% 41.3%, 20.8% 89.6%, 73.5% 82%, 68.5% 44.6%);
}
#monthly #nishimura .moku{
  left: 50%; top: 20.5%;
}
#monthly #nishimura .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #nishimura .kin{
  left: 20.8%; top: 89.6%;
}
#monthly #nishimura .do{
  left: 74%; top: 82%;
}
#monthly #nishimura .ka{
  left: 69%; top: 44.6%;
}
#monthly #nishimura .kinnkyo{
  left: 50%; top: 12%;
}
#monthly #nishimura .adjustment{
  left: 13%; top: 37%;
}
#monthly #nishimura .start{
  left: 26%; top: 80%;
}
#monthly #nishimura .turn{
  left: 68%; top: 73%;
}
#monthly #nishimura .affinity{
  left: 78%; top: 42%;
}
/* 前田紗希選手　レーダーチャート */
#monthly #maeda .backpentagon{
  clip-path: polygon(50% 29.9%, 31% 44.6%, 32% 74%, 68% 74%, 69% 44.6%);
}
#monthly #maeda .frontpentagon{
  clip-path: polygon(50% 31%, 31.3% 44.6%, 32.4% 73.5%, 67.6% 73.5%, 68.4% 44.6%);
}
#monthly #maeda .moku{
  left: 50%; top: 29.9%;
}
#monthly #maeda .sui{
  left: 31%; top: 44.6%;
}
#monthly #maeda .kin{
  left: 32%; top: 74%;
}
#monthly #maeda .do{
  left: 68%; top: 74%;
}
#monthly #maeda .ka{
  left: 69%; top: 44.6%;
}
#monthly #maeda .kinnkyo{
  left: 50%; top: 18%;
}
#monthly #maeda .adjustment{
  left: 22%; top: 42%;
}
#monthly #maeda .start{
  left: 26%; top: 80%;
}
#monthly #maeda .turn{
  left: 74%; top: 80%;
}
#monthly #maeda .affinity{
  left: 78%; top: 42%;
}
/* 深川麻奈美選手　レーダーチャート */
#monthly #fukagawa .backpentagon{
  clip-path: polygon(50% 41.5%, 31% 44.6%, 32% 74%, 68% 74%, 59.5% 49%);
}
#monthly #fukagawa .frontpentagon{
  clip-path: polygon(49.7% 42.5%, 31.3% 45%, 32% 74%, 66.5% 74%, 58.4% 49%);
}
#monthly #fukagawa .moku{
  left: 50%; top: 41.5%;
}
#monthly #fukagawa .sui{
  left: 31%; top: 44.6%;
}
#monthly #fukagawa .kin{
  left: 32%; top: 74%;
}
#monthly #fukagawa .do{
  left: 68%; top: 74%;
}
#monthly #fukagawa .ka{
  left: 59.5%; top: 49%;
}
#monthly #fukagawa .kinnkyo{
  left: 50%; top: 30%;
}
#monthly #fukagawa .adjustment{
  left: 22%; top: 42%;
}
#monthly #fukagawa .start{
  left: 26%; top: 80%;
}
#monthly #fukagawa .turn{
  left: 74%; top: 80%;
}
#monthly #fukagawa .affinity{
  left: 68%; top: 45%;
}
/* 松尾夏海選手　レーダーチャート */
#monthly #matuo .backpentagon{
  clip-path: polygon(50% 10.7%, 21.5% 41.3%, 26% 82%, 74% 82%, 59.5% 49%);
}
#monthly #matuo .frontpentagon{
  clip-path: polygon(48.8% 11.5%, 21.5% 41.3%, 26% 82%, 72.5% 82%, 58% 49%);
}
#monthly #matuo .moku{
  left: 50%; top: 10.7%;
}
#monthly #matuo .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #matuo .kin{
  left: 26%; top: 82%;
}
#monthly #matuo .do{
  left: 74%; top: 82%;
}
#monthly #matuo .ka{
  left: 59.5%; top: 49%;
}
#monthly #matuo .kinnkyo{
  left: 58%; top: 15%;
}
#monthly #matuo .adjustment{
  left: 13%; top: 37%;
}
#monthly #matuo .start{
  left: 32%; top: 73%;
}
#monthly #matuo .turn{
  left: 78%; top: 73%;
}
#monthly #matuo .affinity{
  left: 68%; top: 45%;
}
/* 滝川真由子選手　レーダーチャート */
#monthly #takikawa .backpentagon{
  clip-path: polygon(50% 29.9%, 31% 44.6%, 32% 74%, 68% 74%, 69% 44.6%);
}
#monthly #takikawa .frontpentagon{
  clip-path: polygon(50% 30.5%, 31.5% 44.6%, 32.5% 74%, 67.5% 74%, 68.5% 44.6%);
}
#monthly #takikawa .moku{
  left: 50%; top: 29.9%;
}
#monthly #takikawa .sui{
  left: 31%; top: 44.6%;
}
#monthly #takikawa .kin{
  left: 32%; top: 74%;
}
#monthly #takikawa .do{
  left: 68%; top: 74%;
}
#monthly #takikawa .ka{
  left: 69%; top: 44.6%;
}
#monthly #takikawa .kinnkyo{
  left: 50%; top: 18%;
}
#monthly #takikawa .adjustment{
  left: 22%; top: 42%;
}
#monthly #takikawa .start{
  left: 26%; top: 80%;
}
#monthly #takikawa .turn{
  left: 74%; top: 80%;
}
#monthly #takikawa .affinity{
  left: 78%; top: 42%;
}
/* 若狭奈美子選手　レーダーチャート */
#monthly #wakasa .backpentagon{
  clip-path: polygon(50% 29.9%, 31% 44.6%, 38% 66%, 68% 74%, 78.5% 41.3%);
}
#monthly #wakasa .frontpentagon{
  clip-path: polygon(50% 30.5%, 31.5% 44.6%, 38.5% 65.5%, 68% 73.5%, 78% 41.3%);
}
#monthly #wakasa .moku{
  left: 50%; top: 29.9%;
}
#monthly #wakasa .sui{
  left: 31%; top: 44.6%;
}
#monthly #wakasa .kin{
  left: 38%; top: 66%;
}
#monthly #wakasa .do{
  left: 68%; top: 74%;
}
#monthly #wakasa .ka{
  left: 78.5%; top: 41.3%;
}
#monthly #wakasa .kinnkyo{
  left: 50%; top: 18%;
}
#monthly #wakasa .adjustment{
  left: 22%; top: 42%;
}
#monthly #wakasa .start{
  left: 32%; top: 73%;
}
#monthly #wakasa .turn{
  left: 74%; top: 80%;
}
#monthly #wakasa .affinity{
  left: 87%; top: 37%;
}
/* 清水愛海選手　レーダーチャート */
#monthly #shimizu .backpentagon, #monthly #shimizu .frontpentagon{
  clip-path: polygon(50% 29.9%, 31% 44.6%, 32% 74%, 74% 82%, 78.5% 41.3%);
}
#monthly #shimizu .moku{
  left: 50%; top: 29.9%;
}
#monthly #shimizu .sui{
  left: 31%; top:  44.6%;
}
#monthly #shimizu .kin{
  left: 32%; top: 74%;
}
#monthly #shimizu .do{
  left: 74%; top: 82%;
}
#monthly #shimizu .ka{
  left: 78.5%; top: 41.3%;
}
#monthly #shimizu .kinnkyo{
  left: 50%; top: 18%;
}
#monthly #shimizu .adjustment{
  left: 22%; top: 42%;
}
#monthly #shimizu .start{
  left: 26%; top: 80%;
}
#monthly #shimizu .turn{
  left: 68%; top: 73%;
}
#monthly #shimizu .affinity{
  left: 87%; top: 37%;
}
/* 五反田忍選手　レーダーチャート */
#monthly #gotanda .backpentagon{
  clip-path: polygon(50% 29.9%, 31% 44.6%, 38% 66%, 68% 74%, 69% 44.6%);
}
#monthly #gotanda .frontpentagon{
  clip-path: polygon(50% 30.8%, 31.3% 44.6%, 38.4% 65.6%, 67.3% 73.6%, 68.7% 44.6%);
}
#monthly #gotanda .moku{
  left: 50%; top: 29.9%;
}
#monthly #gotanda .sui{
  left: 31%; top: 44.6%;
}
#monthly #gotanda .kin{
  left: 38%; top: 66%;
}
#monthly #gotanda .do{
  left: 68%; top: 74%;
}
#monthly #gotanda .ka{
  left: 69%; top: 44.6%;
}
#monthly #gotanda .kinnkyo{
  left: 50%; top: 18%;
}
#monthly #gotanda .adjustment{
  left: 22%; top: 42%;
}
#monthly #gotanda .start{
  left: 32%; top: 73%; 
}
#monthly #gotanda .turn{
  left: 74%; top: 80%;
}
#monthly #gotanda .affinity{
  left: 78%; top: 42%;
}
/* 樋口由加里選手　レーダーチャート */
#monthly #higuchi .backpentagon, #monthly #higuchi .frontpentagon{
  clip-path: polygon(50% 20.5%, 21.5% 41.3%, 32% 74%, 68% 74%, 78.5% 41.3%);
}
#monthly #higuchi .moku{
  left: 50%; top: 20.5%;
}
#monthly #higuchi .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #higuchi .kin{
  left: 32%; top: 74%;
}
#monthly #higuchi .do{
  left: 68%; top: 74%;
}
#monthly #higuchi .ka{
  left: 78.5%; top: 41.3%;
}
#monthly #higuchi .kinnkyo{
  left: 50%; top: 12%;
}
#monthly #higuchi .adjustment{
  left: 13%; top: 37%;
}
#monthly #higuchi .start{
  left: 26%; top: 80%;
}
#monthly #higuchi .turn{
  left: 74%; top: 80%;
}
#monthly #higuchi .affinity{
  left: 87%; top: 37%;
}
/* 實森美祐選手　レーダーチャート */
#monthly #sanemori .backpentagon{
  clip-path: polygon(50% 20.5%, 21.5% 41.3%, 32% 74%, 74% 82%, 59.5% 49%);
}
#monthly #sanemori .frontpentagon{
  clip-path: polygon(49% 21%, 21.5% 41.3%, 32% 74%, 73% 82%, 58.5% 49%);
}
#monthly #sanemori .moku{
  left: 50%; top: 20.5%;
}
#monthly #sanemori .sui{
  left: 21.5%; top: 41.3%;
}
#monthly #sanemori .kin{
  left: 32%; top: 74%;
}
#monthly #sanemori .do{
  left: 74%; top: 82%;
}
#monthly #sanemori .ka{
  left: 59.5%; top: 49%;
}
#monthly #sanemori .kinnkyo{
  left: 50%; top: 12%;
}
#monthly #sanemori .adjustment{
  left: 13%; top: 37%;
}
#monthly #sanemori .start{
  left: 26%; top: 80%;
}
#monthly #sanemori .turn{
  left: 78%; top: 73%;
}
#monthly #sanemori .affinity{
  left: 68%; top: 45%;
}

/* 選出基準 */
#monthly .standard{
  width: 100%;
  height: 245.78px;
  margin-top: 30px;
  background-color: #f6fbfe;
  border-radius: 20px;
  position: relative;
}
#monthly .standard h3{
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #fff;
  background-color: #b71059;
  border-top-left-radius: 20px;
  clip-path: polygon(0% 0%, 0% 100%, 90% 100%, 93% 0%);
}
#monthly .standard h3 span{
  font-size: 28px;
  color: #fff57f;
}
#monthly .standard .contrasts{
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}
#monthly .standard .contrasts p{
  font-size: 13px;
}
/* 選出基準　左側 */
#monthly .standard .period{
  width: 14.5%;
  padding: 0 1.5% 0 1%;
}
#monthly .standard .period .lineone{
  margin-top: 40%;
  padding-top: 5px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 20px;
}
#monthly .standard .period .linetwo{
  margin-top: 3px;
  font-size: 14px;
}
#monthly .standard .period .linetwo p{
  float: right;
  height: 20px;
  font-size: 15px
}
#monthly .standard .period .linetwo p span{
  font-size: 20px;
  font-weight: bold;
}
#monthly .standard .period .linetwo p .space{
  padding-left: 14px;
}
#monthly .standard .period .linethree{
  height: 22px;
  margin-left: 40%;
  font-size: 20px;
  color: #b71059;
}
#monthly .standard .period .linefour{
  font-size: 14px;
}
#monthly .standard .period .linefour p{
  float: right;
  font-size: 15px
}
#monthly .standard .period .linefour p span{
  font-size: 20px;
  font-weight: bold;
}
/* 選出基準　中央 */
#monthly .standard .priority{
  width: 35%;
  padding: 0 1% 6% 2%;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  position: relative;
}
#monthly .standard .priority img{
  position: absolute;
  top: -18px; left: -14px;
}
#monthly .standard .priority .tate{
  position: absolute;
  top: 0; left: -14px;
  writing-mode: vertical-rl;
  font-size: 16px;
  font-weight: bold;
  color: #b71059;
  background-color: #f6fbfe;
}
/* 選出基準　右側 */
#monthly .standard .exclusion{
  width: 40%;
  padding: 0 2%;
  position: relative;
}
#monthly .standard .exclusion img{
  position: absolute;
  top: -18px; left: -18px;
}
#monthly .standard .exclusion .tate{
  position: absolute;
  top: 0; left: -18px;
  writing-mode: vertical-rl;
  font-size: 16px;
  font-weight: bold;
  color: #b71059;
  background-color: #f6fbfe;
}
#monthly .standard .logo{
  position: absolute;
  top: -15px; left: 10px;
  width: 120px;
  height: 120px;
}