<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: 38px;
  margin: auto;
  display: block;
  line-height: 1.2em;
  color: #fff;
  font-size: 2em;
  margin-right:110px;

}
.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: 20px;
}



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

.sectionTop {
  position: relative;
  padding: 10px 0 160px;
  margin: 140px auto 50px;
  width: 100%;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.sectionTop.started {
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.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;
}

.f-item2 {
position: relative;
width:100%;
margin:20px 0;
padding:0 0 30px 0;
}

.top-bg01 {
  background: url("../image/sp_top_bg_01.png") no-repeat;
  background-size:100% auto;
}

.top-bg02 {
  background: url("../image/sp_top_bg_02.png") no-repeat;
  background-size:100% auto;
}

.top-bg03 {
  background: url("../image/sp_top_bg_03.png") no-repeat;
  background-size:100% auto;
}

.top-bg04 {
  background: url("../image/sp_top_bg_04.png") no-repeat;
  background-size:100% auto;
}

.f-item2 p{
	font-size: 2.5em;
	padding:20px 0 20px 40px;
	margin: 0px auto;
	font-weight: bold;
	font-style:italic;
	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;
}

.f-item2 span a{
	position: relative;
	top: 0px;
	left:40px;
	background: linear-gradient(to bottom, #fb89a1, #d24f67);
	padding: 10px 65px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2.1em;
	display: block;
	width:450px;
    text-align:  center;
    border-radius:  50px;
    box-shadow: 0 2px 4px 0 #9E9E9E;
	letter-spacing: 0.10em;
	margin:0 0 50px;
}
.f-item2 span a:after {
	position: absolute;
	top: 15px;
	right:20px;
  content: url(../image/sp_yajirushi.png);
  }


.f-item2 span.sonota a{
	top: 7px;
	padding: 12px 20px 12px 30px;
	letter-spacing: 0.04em;
	text-align:  left;
	width:600px;
	margin:-10px 0 20px 0;
	cursor: pointer;
}

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

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

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

.btnarea a{
	color:#FFF;
}

.btn {
	display: block;
	cursor: pointer;
	max-width: 800px;
	margin: 0.4em 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: 2.1em;
	font-weight: bold;
}@media screen and (max-width: 960px) {
	.btn {
	margin: 0.2em auto;
	max-width: 95%;
    font-size: 1.9em;
	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;
}

.btnarea2{
	padding: 0em 0.5em 2em;
}

.btnarea2 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;
}

.btnarea2 span a{
	position: relative;
	background: linear-gradient(to bottom, #fb89a1, #d24f67);
	padding: 20px 65px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2em;
	display: block;
	max-width: 750px;
    width:100%;
    text-align:  center;
    border-radius:  25px;
    box-shadow: 0 2px 4px 0 #9E9E9E;
	letter-spacing: 0.15em;
}
.btnarea2 span a:after {
	position: absolute;
	top: 16px;
	right:15px;
  content: url(../image/yajirushi.png);
  }


.btnarea2 span.sonota a{
	top: 0px;
	padding: 7px 0px 7px 20px;
	letter-spacing: 0.05em;
	text-align:  left;
	width:340px;
	margin:-12px 0 0 0;
	cursor: pointer;
}

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


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

.sectionSec__inner {
  padding: 0px 0px;
}

.sectionSec__headTitle {
  color: #130d02;
  font-size: 2.2em;
  line-height: 1.5;
  text-align: center;
  background:url("../image/bg_dot_yellow.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.15em;
}

.p0title_bg {
  padding:50px 0 25px;
  background:none;
  background-color:#aee9ff;
}

.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 30px;
  text-align: center;
  color: #343434;
  position: relative;
	margin:0 auto;
	left:0;
	right:0;

}

.subcontainer h3{
	font-size: 2.1em;
	padding:10px 20px;
	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;
	
}

.subcontainer h3.markerpink{
	background: linear-gradient(transparent 50%, #ff75b5 0%);
	width:65%;
}
.subcontainer h3.markerblue{
	background: linear-gradient(transparent 50%, #4990ff 0%);
	width:65%;
}



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

.subcontainer img{
padding:20px 0;
width:90%;

}
.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:2em;
font-weight: bold;
padding:10px 0px;
}

.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;
}


/* ------------------------------------------------- *
 *        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: 190px;
  padding: 0px;
}
.footer_p0 {
  position: relative;
  bottom: 50px;
  padding: 0px;
}

.footer__inner {
  position: relative;
  z-index: 99;
  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%;
    box-shadow: none;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    right:0;
    left:0;
    background:url("../image/bg_dot_pink.png") repeat;
	padding:20px 20px 40px;
}

.footer__vote a img{
    display: block;
    margin: 0 auto;
    max-width: 1000px;
}



/* ================================================== *
 *
 *    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>