<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 {
  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;
  background: #fff;
  overflow-y: auto;
  background:url("../image/bg_dot_pink.png") repeat;
}

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 {
     margin: 0 auto;   
    height: 100%;
}
.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #1667da;
    position: fixed;
    height: 99px!important;
    z-index: 10;
}@media screen and (max-width:1080px) {
	.header {
	  	height: 150px!important;
	}
}

.main {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
	margin: 0 auto;
    height: 100%;
    margin-top: 0;

}

.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: 500px;
    margin-top: 99px;
    transform: translateX(500px);
    transition: transform 250ms ease-in-out;
    background-color: #ffff00;
    z-index: 10000;
}
.sidebarMenuInner{
    margin:0;
    padding:18px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.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:10px 20px;
    text-decoration: none;
	border-radius:  25px;
	font-size:1.2em;
	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: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 25px;
    right: 10%;
    height: 50px;
    width: 50px;
}
.sidebarIconToggle span{
	display: block;
	color:#FFF;
	position: relative;
	top:5px;
	left:3px;
}

.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: 10px;
}
.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: 10px;
}
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: 15px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle &gt; .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -15px;
}


.header h1.nav__logo a{
  position: absolute;
  left: 26px;
  top: 23px;
  margin: auto;
  display: block;
  height: 48px;
  color: #fff;
  font-size: 2.2em;
}@media screen and (max-width:1080px) {
	.header h1.nav__logo a {
  position: absolute;
  left: 100px;
  top: 38px;
  margin: auto;
  display: block;
  line-height: 1.2em;
  color: #fff;
  font-size: 2em;
	}
}

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

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

.header h1.nav__logo img{
  margin: -3px 10px 0 0;
}@media screen and (max-width:1080px) {
	.header h1.nav__logo img {
	  	  position: absolute;
  left: -95px;
  top: 20px;
	}
}



/* ------------------------------------------------- *
 *        mainimage
 * ------------------------------------------------- */

.sectionSec {
  position: relative;
  padding: 50px 0;
  margin: 99px auto 0;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  background:url("../image/bg_dot_pinkpnk.png") repeat;
  background-position: center center;
}@media screen and (max-width:1080px) {
	.sectionSec{
	  	margin: 150px auto 0;
		  padding: 25px 0;
	}
}


.sectionSec__inner {
  padding: 0px 0px;
}

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


.sectionIndex__headTitle {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #130d02;
  font-size: 1.8em;
  line-height: 1.6;
  text-align: center;
  height:auto;
  width:100%;
	max-width: 1200px;
  padding:0;
  letter-spacing: 0.15em;
  margin:0 auto;
}

.sectionIndex__headTitle img{
  position: relative;
  margin: 0px auto 0px;

}@media screen and (max-width:750px) {
	.sectionIndex__headTitle img {
	  
	}
}

.f-itemimg {
position: relative;
flex-basis:40%;
margin:10px 0;
}@media screen and (max-width:1000px) {
	.f-itemimg {
	  	  flex-basis:10%;
	}
}

.f-item3 {
position: relative;
margin:10px 0;
flex-basis:60%;
}@media screen and (max-width:1000px) {
	.f-item3{
	  	  flex-basis:90%;
	}
}

.f-item3 h2{
	font-size: 1.3em;
	padding:5px 0px 20px;
	margin: 0px auto;
	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;
	text-align:  left;
}


.flex-text {
  display:flex;
  flex-wrap: no-wrap;
  justify-content: left;

}
.flex-text-left {
position: relative;
margin:0px;
flex-basis:9%;
}
.flex-text-right {
position: relative;
margin:0 0 0 15px;
flex-basis:91%;
}

.f-item3 p{
	width:90%;
	font-size: 24px;
	padding:20px 0px;
	margin: 0px auto;
	font-weight: bold;
	font-style:italic;
	text-shadow:
	0px -3px #ffffff,
	3px 0px #ffffff,
	0px 3px #ffffff,
	-3px 3px #ffffff;
}

.f-item3 span a{
	position: relative;
	top: 5px;
	left:0px;
	background: linear-gradient(to bottom, #1948dd, #153cb8);
	padding: 7px 65px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	display: block;
	width:100%;
    text-align:  center;
    border-radius:  25px;
    box-shadow: 0 2px 4px 0 #9E9E9E;
	letter-spacing: 0.15em;
}@media screen and (max-width:750px) {
	.f-item3 span a {
	  		font-size: 1.4em;
	}
}


.f-item3 span a:after {
	position: absolute;
	top: 2px;
	right:12px;
  content: url(../image/yajirushi.png);
}@media screen and (max-width:750px) {
	.f-item3 span a:after {
	  		top: 0px;
	}
}


.f-item3 span.sonota a{
	top: 5px;
	padding: 7px 20px 7px 30px;
	letter-spacing: 0.03em;
	text-align:  left;
	width:100%;
	margin:20px 20px 0 0;
	cursor: pointer;
}@media screen and (max-width:750px) {
	.f-item3 span.sonota a {
	  margin:30px 20px 0 0;
	}
}

.f-item3 span.sonotanew a{
	top: 20px;
	padding: 7px 0px 7px 15px;
	letter-spacing: 0.05em;
	text-align:  left;
	width:410px;
	margin:20px 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);
}



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

.m_top{
	margin-top:100px!important;
}

section{
	margin:20px auto 0px;
}@media screen and (max-width:750px) {
	section {
	  	margin:0px auto;
	}
}

.bg_a {
  background: #ffaa00;
}

.contents {
  position: relative;
  overflow: hidden;
  margin: 0% 0;
  padding: 0px 0 0;
}



.contents:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 70%;
  margin: 3% -10% 0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}
.contents_a:before {
  background: linear-gradient(45deg, #fce0c2 0%, #ffcae1 100%);
}

.contents_b:before {
  background: linear-gradient(45deg, #fce0c2 0%, #fff782 100%);
}

.contents_c:before {
  background: linear-gradient(45deg, #ffda55 0%, #fff782 100%);
}

.contents_d:before {
  background: linear-gradient(45deg, #6afff8 0%, #a1e5ce 100%);
}

.contents_e:before {
  background: linear-gradient(45deg, #f991d6 0%, #fce0c2 100%);
}

.contents_r {
  position: relative;
  overflow: hidden;
  margin: 0% 0;
  padding: 0px 0 0;
}

.contents_r:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 70%;
  margin: 3% -10% 0;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}

.contents_inner {
  box-sizing: boder-box;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 100px 0px 60px;
  color: #fff;
  text-align: center;
}@media screen and (max-width:750px) {
	.contents_inner {
	  	  padding: 50px 0px 30px;
	}
}


.subcontainer {
  width: 100%;
  max-width: 1000px;
  padding:0px 0px 20px;
  text-align: center;
  color: #343434;
  position: relative;
	margin:0 auto;
	left:0;
	right:0;
}@media screen and (max-width:750px) {
	.subcontainer {
	  width: 100%;
	}
}

.subcontainer h3{
	font-size: 3.0em;
	padding:30px 0px;
	margin: 20px auto 30px;
	font-weight: bold;
	color:#fff;
	text-shadow:
    #543039 3px 0px,  #543039 -3px 0px,
    #543039 0px -3px, #543039 0px 3px,
    #543039 3px 3px , #543039 -3px 3px,
    #543039 3px -3px, #543039 -3px -3px,
    #543039 1px 3px,  #543039 -1px 3px,
    #543039 1px -3px, #543039 -1px -3px,
    #543039 3px 1px,  #543039 -3px 1px,
    #543039 3px -1px, #543039 -3px -1px;
	line-height: 1.0;
	/*background: -webkit-repeating-linear-gradient(45deg, #ff75b5, #ff75b5 5px, #fa97c5 5px, #fa97c5 10px);
	background: repeating-linear-gradient(45deg, #ff75b5, #ff75b5 5px, #fa97c5 5px, #fa97c5 10px);*/
	  background: linear-gradient(60deg, #ff7fa4 0%,#ffaec9 100%);
	box-shadow: 10px 10px 0 #FFF;
}@media screen and (max-width:750px) {
	.subcontainer h3 {
	  		font-size: 2.0em;
	}
}
/*.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 img{
width: 95%;
padding-top:30px;
}@media screen and (max-width:750px) {
	.subcontainer img {
	  width: 90%;
	}
}

.subcontainer strong{
text-align: center;
display: block;
padding:10px 0px;
}

.subcontainer strong:before{
	position: absolute;
	top: 50px;
	left:-35px;
	content: url(../image/new.png);
}

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

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

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

.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: 640px;
  padding:40px 0 0px;
  text-align: left;
  color: #343434;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  background: url("../image/index_05.png") no-repeat;
}

.f-item4 {
position: relative;
width:320px;
height:220px;
margin:10px 0;
}

.f-item4 span {
	position: relative;
	top: 10px;
	left:15px;
	padding: 7px 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	display: block;
	width:290px;
    text-align:  center;
    border-radius:  25px;
    box-shadow: 0 2px 4px 0 #9E9E9E;
	letter-spacing: 0.05em;
}

.bluebtn span {
	background: linear-gradient(to bottom, #1948dd, #153cb8);
}
.greenbtn span {
	background: linear-gradient(to bottom, #65a111, #55870e);
}

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

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




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

.sub-bg02 {
  background: url("../image/p3_02.png") no-repeat;
	background-position: 17px 0px;
}

.f-itemsub {
position: relative;
width:640px;
height:485px;
margin:10px 0;
}

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

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

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


/* ------------------------------------------------- *
 *        btn
 * ------------------------------------------------- */


.btnarea{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url(../images/header_bg.jpg);
	background-attachment: fixed;
	padding: 0em 0 10em;
}
.btnarea p{
	color:#097ab5;
	font-size: 2em;
	font-weight: bold;
}

.btnarea a{
	color:#FFF;
}

.btn {
	display: block;
	cursor: pointer;
	max-width: 750px;
	margin: 1em auto;
	padding: 20px 16px;
	border-radius: 20px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	text-decoration: inherit;
	background: #fb2063;
	box-shadow: 0 6px 0 #db0446, 0 12px 0 rgba(0,0,0,.2);
	transition: color .3s, background .3s, box-shadow .3s, transform 0.3s;
    font-size: 2em;
	font-weight: bold;
}@media screen and (max-width: 1080px) {
	.btn {
	margin: 0.4em auto;
	max-width: 85%;
	text-align: center;
	}	
}

.btn:hover {
	background: #3cc4bd;
	box-shadow: 0 3px 0 #12978d, 0 6px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
	color: #fff;
}
.btn:active {
	color: #ddd;
	background: #12978d;
	box-shadow: 0 0 0 #047c71, 0 0 0 rgba(0,0,0,.2);
	transform: translateY(6px);
	transition-duration: .1s;
}


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

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

.footer .footer__image img {
  position: absolute;
  z-index: 100;
  bottom: 0;
  right: 0;
}

.footer__inner {
  position: relative;
  z-index: 99;
  width: 100%;
  margin: auto;
  background-color: #1667da;
  height:140px;
  bottom: 0;
}

.footer__head img {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 101;
	transform: translateY(-30%) translateX(-50%);
  -webkit- transform: translateY(-30%) translateX(-50%);
}

.footer__headTitle {
  font-size: 20px;
}

.footer__copyright {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateY(-80%) translateX(-50%);
  -webkit- transform: translateY(-80%) translateX(-50%);
  color: #fff;
  font-weight: bold;
}

.footer__copyright small {
  font-size: 12px;

}


/* ------------------------------------------------- *
 *        sp__footer
 * ------------------------------------------------- */

.sp__footer {
  position: relative;
  bottom: 135px;
  padding: 0px;
}

.sp__footer__inner {
  position: relative;
  z-index: 99;
  width: 100%;
  margin:0 auto;
  left:0;
  right:0;
}

.sp__footer__head {
  width:234px;
  position: relative;
  margin:10px auto;
  left:0;
  right:0;
}

.sp__footer__headTitle {
  font-size: 20px;
}

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

.sp__footer__copyright small {
  font-size: 0.55em;
}@media screen and (max-width: 1080px) {
	.sp__footer__copyright small {
	  font-size: 1em;
	}	
}

/* ------------------------------------------------- *
 *        footer__spweb
 * ------------------------------------------------- */
.footer__spweb {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    position: fixed;
    z-index: 10000;
	left: 0;
	right:0;
    bottom: 0;
    background:url("../image/bg_dot_pink.png") repeat;
	padding:-15px 20px 30px;
}

.footer__spweb img{
    display: block;
	width:90%;
	max-width:850px;
    margin: 15px auto;
}@media screen and (max-width: 1080px) {
	.footer__spweb img {
	max-width:850px;
	}
}

/* ================================================== *
 *
 *    MEDIA QUERY
 *
 * ================================================== */
.pc { display: block !important; }
.sp { display: none !important; }
	@media only screen and (max-width: 1080px) {
	.pc { display: none !important; }
	.sp { display: block !important; }
}


@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>