<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import url('//fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&amp;subset=japanese');

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
	position: relative;
	min-height: 100vh;
}


summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
 * Universal inheritance
 */

*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}


/* ================================================== *
 *
 *    BASE
 *
 * ================================================== */

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-size: 16px;
  color: #000;
  overflow-y: auto;
  width:100%;
  background:url("../image/bg_dot_pink.png") repeat;
}

.p0title {
  background:none;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

a:visited {
  color: #000;
}

a:hover {
  color: #999;
  text-decoration: none;
}

*:focus {
  outline: none !important;
}

/* ------------------------------------------------- *
 *        clearfix
 * ------------------------------------------------- */

.-clearFix:before,
.-clearFix:after {
  content: " ";
  display: table;
}

.-clearFix:after {
  clear: both;
}

/* ------------------------------------------------- *
 *        -font
 * ------------------------------------------------- */

.-fontBold {
  font-weight: bold;
}

.-fontRound {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

/* ================================================== *
 *
 *    BLOCK
 *
 * ================================================== */



/* ------------------------------------------------- *
 *        header
 * ------------------------------------------------- */
html, body {
    
    height: 100%;
}
.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #1667da;
    position: fixed;
    height: 150px!important;
    z-index: 10;
}
.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 0px;

}

.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
.sub {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 0;

}

.subInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.subInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}

#sidebarMenu {
    height: 100%;
    position: fixed;
    right: 0;
    width: 100%;
    margin: 150px 0 500px;
    transform: translateX(100%);
    transition: transform 250ms ease-in-out;
    background-color: #ffff00;
    z-index: 10000;
	padding:10px;
  overflow-y: scroll;
}
.sidebarMenuInner{
    margin:0;
    padding:10px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
	margin-bottom:300px;
}
.sidebarMenuInner li{
    list-style: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 10px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    line-height: 0.9;
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #1888e5;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
	padding:30px 0px 30px 35px;
    text-decoration: none;
	border-radius:  50px;
	font-size:2.6em;
	display: block;
}

.sidebarMenuInner li a:hover{
	color: #FFF;
	background-color: #1667da;
}

input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 44px;
    right: 50px;
    height: 65px;
    width: 65px;
}
.sidebarIconToggle span{
	display: block;
	color:#FFF;
	position: absolute;
    top: 45px;
    right: 5px;
	font-size:20px;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
	
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 16px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 16px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle &gt; .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle &gt; .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 22px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle &gt; .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -22px;
}


.header h1.nav__logo a{
  position: absolute;
  left: 100px;
  top: 40px;
  margin: auto;
  display: block;
  
  color: #fff;
  font-size: 2.7em;

}
.header h1.nav__logo a span{
  color: #ffff00;
}

.header h1.nav__logo a:hover{
  opacity: 0.6;
}

.header h1.nav__logo img{
  position: absolute;
  left: -95px;
  top: 13px;
}



/* ------------------------------------------------- *
 *        sectionTop
 * ------------------------------------------------- */

.sectionIndex__headTitle {
  color: #130d02;
  font-size: 1.8em;
  line-height: 1.6;
  text-align: center;
  height:450px;
  padding:0;
  letter-spacing: 0.15em;
  margin: 0 auto 4em;
}

.sectionIndex__headTitle_bg {
  background:url("../image/index_title_bg.png") no-repeat;
  background-size: cover;
}

.sectionIndex__headTitle img{
  position: relative;
  margin: 1.8em auto 2em;
  width:92%;
  height:auto;
}



.sectionTop__inner {
  padding: 0px 0px;
}

.sectionTop__headTitle {
  color: #130d02;
  font-size: 2.6em;
  line-height: 1.5;
  text-align: center;
  padding:40px 5px 20px;
}

.sectionTop__headTitle span {
  background: linear-gradient(transparent 60%, #fab53b 60%);
}


.flex-container {
  width: 100%;
  padding:20px 0 20px;
  color: #343434;
  position: relative;
  margin:0 auto;
  left:0;
  right:0;
}

.top-bg02 {
  background: url("../image/index_02.png") no-repeat;
  background-size: contain;
  background-position: center center;
}


.f-item2 {
position: relative;
width:100%;
height:80em;
margin:10px 0;
}



.f-item2 span a{
	position: relative;
	top: 820px;
	left:10px;
	background: linear-gradient(to bottom, #ef2c63, #d41249);
	padding: 10px 35px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.8em;
	display: block;
	width:380px;
    text-align:  center;
    border-radius:  50px;
    box-shadow: 0 2px 4px 0 #9E9E9E;
	letter-spacing: 0.05em;
	margin:0 0 50px;
}


.f-item2 span a:hover{
	background: linear-gradient(to bottom, #1948dd, #153cb8);
}


/* ------------------------------------------------- *
 *        sectionSec
 * ------------------------------------------------- */
.sectionSec {
  position: relative;
  padding: 10px 0;
  margin: 140px auto 160px;
  width: 100%;
}
.bottom60 {
  margin: 110px auto 60px;
}

.sectionSec__inner {
  padding: 0px 0px;
}

.sectionSec__headTitle {
  color: #130d02;
  font-size: 2.0em;
  line-height: 1.5;
  text-align: center;
  background:url("../image/bg_dot_blue.png") repeat;
  height:100%;
  padding:25px 0 25px;
  font-weight: bold;
  text-shadow:
    white 3px 0px,  white -3px 0px,
    white 0px -3px, white 0px 3px,
    white 3px 3px , white -3px 3px,
    white 3px -3px, white -3px -3px,
    white 1px 3px,  white -1px 3px,
    white 1px -3px, white -1px -3px,
    white 3px 1px,  white -3px 1px,
    white 3px -1px, white -3px -1px;
  letter-spacing: 0.05em;
}

.sectionSec__headTitle img{
  position: relative;
  margin: 0px 15px 0 0;
}

.sectionSec__headTitle span {
  background: linear-gradient(transparent 60%, #fab53b 60%);
}


.subcontainer {
  width: 100%;
  padding:30px 20px 200px;
  text-align: center;
  color: #343434;
  position: relative;
	margin:0 auto;
	left:0;
	right:0;

}

.subcontainer h3{
	font-size: 2.2em;
	padding:10px 0px;
	margin: 20px auto 40px;
	font-weight: bold;
	text-shadow:
	white 3px 0px,  white -3px 0px,
    white 0px -3px, white 0px 3px,
    white 3px 3px , white -3px 3px,
    white 3px -3px, white -3px -3px,
    white 1px 3px,  white -1px 3px,
    white 1px -3px, white -1px -3px,
    white 3px 1px,  white -3px 1px,
    white 3px -1px, white -3px -1px;
	line-height: 1.3;
	letter-spacing: 0.01em;
}

.subcontainer h3.markerpink{
	background: linear-gradient(transparent 50%, #ff75b5 0%);
	width:100%;
}
.subcontainer h3.markerblue{
	background: linear-gradient(transparent 50%, #30d4eb 0%);
	width:100%;
}

.subcontainer p{
text-align: left;
font-size:2em;
padding:40px 20px;
}

.subcontainer img{
padding:20px 0;
width:100%;
}
.subcontainer span{
background: linear-gradient(transparent 40%, #FF0 0%);
}
.subcontainer ul{
text-align: left;
padding:10px 30px 10px 60px;
}
.subcontainer ul li{
padding:16px 0;
font-size:2.2em;
line-height: 1.4;
list-style-type: decimal;
}

.subcontainer strong{
text-align: center;
display: block;
font-size:1.8em;
font-weight: bold;
padding:10px 0px;
}
.subcontainer strong img{
padding:0;
width:50px;
height:50px;
}

.subcontainer .votebutton a{
	position: relative;
	top: 30px;
	left:0px;
	background: linear-gradient(to bottom, #fb89a1, #d24f67);
	padding: 30px 30px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	font-size:2.5em;
	width:100%;
    text-align:  center;
    border-radius:  50px;
    box-shadow: 0 2px 4px 0 #9E9E9E;
	letter-spacing: 0.15em;
	margin-bottom: 20px;
}

.subcontainer .votebutton a:hover{
	background: linear-gradient(to bottom, #1667da, #1157d2);
}

hr{
border:none;
border-top:dashed 3px #4a4a4a;
height:3px;
color:#FFFFFF;
width:95%;
margin:30px 40px;
}

.top-bg03 {
  background: url("../image/index_03.png") no-repeat;
  background-size: contain;
  background-position: center center;
}



.f-item3 {
position: relative;
width:100%;
height:560px;
margin:10px 0;
padding:1px 0 0;
}

.f-item3 span a{
	position: relative;
	top: 0px;
	left:20px;
	background: linear-gradient(to bottom, #1948dd, #153cb8);
	padding: 150px 65px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.6em;
	display: block;
    text-align:  center;
    border-radius:  25px;
    box-shadow: 0 2px 4px 0 #9E9E9E;
	letter-spacing: 0.15em;
	line-height: 50px;
}


.f-item3 span.sonota a{
	top: 35px;
	padding: 7px 0px 7px 20px;
	letter-spacing: 0.02em;
	text-align:  left;
	width:610px;
	margin:30px 0 0 0;
	cursor: pointer;
}

.f-item3 span.sonotanew a{
	top: 35px;
	padding: 7px 0px 7px 20px;
	letter-spacing: 0.02em;
	text-align:  left;
	width:610px;
	margin:30px 0 0 0;
	cursor: pointer;
}

.f-item3 span.sonotanew a:before{
	position: absolute;
	top: 0px;
	left:-30px;
	content: url(../image/new.png);
}

.f-item3 span a:hover{
	background: linear-gradient(to bottom, #ef2c63, #d41249);
}



/* ------------------------------------------------- *
 *        sectionSec　お気に入り選手の登録方法はこちら
 * ------------------------------------------------- */

.sub-bg02 {
  background: url("../image/p3_02.png") no-repeat;
  background-size: contain;
  background-position: center center;
}

.f-itemsub {
position: relative;
width:100%;
height:50em;
margin:10px 0;
}

.f-itemsub span a{
	position: relative;
	background: linear-gradient(to bottom, #ef2c63, #d41249);
	padding: 10px 35px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.6em;
	display: block;
    text-align:  center;
    border-radius:  50px;
    box-shadow: 0 2px 4px 0 #9E9E9E;
	letter-spacing: -0.05em;
	margin:0 0 50px;
}

.f-itemsub span.touhyoubtn a{
	top: 450px;
	left: 50%;
	padding: 7px 0px 7px 15px;
	letter-spacing: 0.01em;
	text-align:  left;
	margin:20px 0 0 0;
	cursor: pointer;
	width:50%;
}

.f-itemsub span a:hover{
	background: linear-gradient(to bottom, #1948dd, #153cb8);
}


/* ------------------------------------------------- *
 *        sectionSpecial
 * ------------------------------------------------- */
.sectionSpecial {
  position: relative;
  padding: 0;
  margin: 99px auto 0;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.sectionSpecial__inner {
  padding: 0px 0px;
}

.sectionSpecial__headTitle {
  color: #130d02;
  font-size: 1.8em;
  line-height: 1.2;
  text-align: center;
  background:url("../image/bg_dot_yellow.png") repeat;
  height:130px;
  padding:30px 0;
}
.sectionSpecial__headTitle img{
  position: relative;
  margin: -10px 10px 0 0;
}

.sectionSpecial__headTitle span {
  background: linear-gradient(transparent 60%, #fab53b 60%);
}

.subcontainer2 {
  width: 800px;
  padding:40px 0 100px;
  text-align: left;
  color: #343434;
  position: relative;
	margin:0 auto;
	left:0;
	right:0;

}

.subcontainer2 span{
text-align: center;
}
.subcontainer2 ul{
padding:15px 0;
}
.subcontainer2 ul li{
padding:15px 0;
	font-size:1.2em;
	list-style-type: decimal;
}

.votebutton a{
	position: relative;
	top: 30px;
	left:0px;
	background: linear-gradient(to bottom, #fb89a1, #d24f67);
	padding: 15px 65px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	display: block;
	width:100%;
    text-align:  center;
    border-radius:  25px;
    box-shadow: 0 2px 4px 0 #9E9E9E;
	letter-spacing: 0.15em;
}
.votebutton a:hover{
	background: linear-gradient(to bottom, #695ef8, #4f55d2);
}










/* ------------------------------------------------- *
 *        footer
 * ------------------------------------------------- */

.footer {
  position: relative;
  bottom: 300px;
  padding: 0px;
}
.footer_p0 {
  position: relative;
  bottom: 50px;
  padding: 0px;
}

.footer__inner {
  position: relative;
  width: 100%;
  margin:0 auto;
  left:0;
  right:0;
}

.footer__head {
  width:234px;
  position: relative;
  margin:15px auto;
  left:0;
  right:0;
}

.footer__headTitle {
  font-size: 20px;
}

.footer__copyright {
  position: relative;
  margin:10px auto;
  left:0;
  right:0;
  color: #62686e;
  font-weight: bold;
  font-size: 1.8em;
  text-align: center;
}

.footer__copyright small {


}

/* ------------------------------------------------- *
 *        footer__vote
 * ------------------------------------------------- */
.footer__vote {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    bottom: 0;
    background:url("../image/bg_dot_pink.png") repeat;
	padding:10px 50px;
}

.footerfix {
  display: block;
  width: 100%;
  padding:0;
  text-align: center;
	position: fixed;
  margin:0 auto;
  left:0;
  right:0;
  bottom: 0;
  background:url("../image/bg_dot_pink.png") repeat;
	z-index: 99;}

.footerfix h3{
	font-size: 2em;
	padding:30px 20px 10px;
	margin: 20px auto 5px;
	font-weight: bold;
	text-shadow:
	white 3px 0px,  white -3px 0px,
    white 0px -3px, white 0px 3px,
    white 3px 3px , white -3px 3px,
    white 3px -3px, white -3px -3px,
    white 1px 3px,  white -1px 3px,
    white 1px -3px, white -1px -3px,
    white 3px 1px,  white -3px 1px,
    white 3px -1px, white -3px -1px;
	line-height: 1.3;
	letter-spacing: 0.01em;
}

.footerfix h3.markerblue{
	background: linear-gradient(transparent 50%, #30d4eb 0%);
	width:94%;
	margin: 0 20px;
}

.footerfix p{
	width:100%;
	font-size: 1.1em;
	padding:10px 0px;
	margin: 20px auto 8em;
	font-weight: bold;
	color:#d9165b;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.01em;
}


.flex-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding:40px 0 0px;
  text-align: left;
  color: #343434;
  position: fixed;
  z-index: 10000;
  flex-direction: row;
  flex-wrap: wrap;
  background: url("../image/index_05.png") no-repeat;
  bottom: 0;
}

.f-item4 {
  position: relative;
  width:50%;

  margin:10px 0;
}

.f-item4 a img{
	position: relative;
	padding: 0;
	display: block;
	width:100%;
}

.bluebtn span a {
	width:100%;
}

.greenbtn span a {
	width:100%;
}

.bluebtn a:hover{
	background: linear-gradient(to bottom, #ef2c63, #d41249);
}

.greenbtn a:hover{
	background: linear-gradient(to bottom, #eada2a, #df8d0c);
}




/* ================================================== *
 *
 *    MEDIA QUERY
 *
 * ================================================== */

@media screen and (min-width: 1200px) {
  .header {
    
  }
}



@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

</pre></body></html>