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

/* ================================================== *
 *
 *    reset
 *
 * ================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

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

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  margin: 0;
}

blockquote,
dd,
dl,
figure,
p {
  margin: 0;
}

hr {
  color: inherit;
  height: auto;
  box-sizing: content-box;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a:focus {
  outline: dotted thin;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: .83em;
}

q {
  quotes: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

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

mark {
  color: #000;
  background-color: #ff0;
}

sub,
sup {
  font-size: .83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

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

caption {
  padding: 0;
  text-align: left;
}

td,
th {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  margin: 0;
}

button,
input {
  line-height: normal;
  vertical-align: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

button,
input[type=submit],
input[type=reset],
input[type=button] {
  cursor: pointer;
  -webkit-appearance: button;
}

select {
  line-height: normal;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

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

body {
  font-size: 14px;
  font-family: "メイリオ", sans-serif;
  line-height: 1.43;
  color: #000;
  background: #000;
}

a:visited,
a:link {
  color: #0069D5;
  text-decoration: underline;
}

a:active,
a:hover {
  color: #0069D5;
  text-decoration: none;
}

body.is-bg {
  background: #000 url("/static_extra/sp_static/images/extra/enjoy/recer/bg_diagonal1_1.png") 0 0 repeat;
  background-size: 10px;
}

/* ================================================== *
 *
 *    PAGE LAYOUT
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        main
 * ------------------------------------------------- */

.l-mainInner {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
}

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

/* ------------------------------------------------- *
 *        modal
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    GLOBAL HELPER
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        margin
 * ------------------------------------------------- */

.h-mt0 {
  margin-top: 0px !important;
}

.h-mt3 {
  margin-top: 3px !important;
}

.h-mt5 {
  margin-top: 5px !important;
}

.h-mt10 {
  margin-top: 10px !important;
}

.h-mt15 {
  margin-top: 15px !important;
}

.h-mt20 {
  margin-top: 20px !important;
}

.h-mt25 {
  margin-top: 25px !important;
}

.h-mt30 {
  margin-top: 30px !important;
}

.h-mt35 {
  margin-top: 35px !important;
}

.h-mt40 {
  margin-top: 40px !important;
}

.h-mt45 {
  margin-top: 45px !important;
}

.h-mt50 {
  margin-top: 50px !important;
}

.h-mt55 {
  margin-top: 55px !important;
}

.h-mt60 {
  margin-top: 60px !important;
}

/* ------------------------------------------------- *
 *        h-clear
 * ------------------------------------------------- */

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

.h-clear:after {
  clear: both;
}

/* ------------------------------------------------- *
 *        h-align
 * ------------------------------------------------- */

.h-alignL {
  text-align: left !important;
}

.h-alignC {
  text-align: center !important;
}

.h-alignR {
  text-align: right !important;
}

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

.h-fs12 {
  font-size: 12px !important;
}

.h-fs14 {
  font-size: 14px !important;
}

.h-fBold {
  font-weight: bold !important;
}

.h-fColor1 {
  color: #000 !important;
}

/* ------------------------------------------------- *
 *        floats
 * ------------------------------------------------- */

.h-floatL {
  float: left !important;
}

.h-floatR {
  float: right !important;
}

/* ================================================== *
 *
 *    GRID
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    FRAME
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    TITLE
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    TEXT
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    TEXTLINK
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    IMAGE
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    LIST
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        qanda1
 * ------------------------------------------------- */

.qanda1_q {
  position: relative;
  margin-top: 20px;
  padding: 2px 0 0 30px;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}

.qanda1_qIcon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
}

.qanda1.is-2016 .qanda1_qIcon {
  background: #f62828;
  color: #fff;
}

.qanda1.is-2015 .qanda1_qIcon {
  background: #317fef;
  color: #fff;
}

.qanda1.is-2014 .qanda1_qIcon {
  background: #f1c016;
  color: #000;
}

.qanda1.is-2013 .qanda1_qIcon {
  background: #30a52c;
  color: #fff;
}

.qanda1.is-2012 .qanda1_qIcon {
  background: #f62828;
  color: #fff;
}

.qanda1.is-2011 .qanda1_qIcon {
  background: #317fef;
  color: #fff;
}

.qanda1_a {
  margin-top: 10px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

/* ================================================== *
 *
 *    BUTTON
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    NAV
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    TAB
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    TABLE
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

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

/* ------------------------------------------------- *
 *        header
 * ------------------------------------------------- */

.header {
  background: #000;
}

.header_logo {
  padding: 17px 0 22px;
  text-align: center;
}

.header_inner {
  position: relative;
  display: table;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
}

.header.is-2016 .header_inner {
  background: #f62828;
}

.header.is-2015 .header_inner {
  background: #317fef;
}

.header.is-2014 .header_inner {
  background: #f1c016;
}

.header.is-2013 .header_inner {
  background: #30a52c;
}

.header.is-2012 .header_inner {
  background: #f62828;
}

.header.is-2011 .header_inner {
  background: #317fef;
}

.header_title {
  display: table-cell;
  padding: 0 0 0 20px;
  vertical-align: middle;
}

.header_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
}

.header.is-2016 .header_btn {
  background-color: #d81616;
}

.header.is-2015 .header_btn {
  background-color: #1d5fe7;
}

.header.is-2014 .header_btn {
  background-color: #eaa80c;
}

.header.is-2013 .header_btn {
  background-color: #1c881a;
}

.header.is-2012 .header_btn {
  background-color: #d81616;
}

.header.is-2011 .header_btn {
  background-color: #1d5fe7;
}

.header_btn img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.header_btn.is-close {
  background: #333 url("/static_extra/sp_static/images/extra/enjoy/recer/icon_close1_1.png") no-repeat 50% 50%;
  background-size: 19px;
}

.header_btn.is-close img {
  display: none;
}

/* ------------------------------------------------- *
 *        globalNav
 * ------------------------------------------------- */

.globalNav {
  position: absolute;
  z-index: 999;
  top: 49px;
  left: 0;
  display: none;
  width: 100%;
}

.globalNav_navs {
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  background: #333;
}

.globalNav_navs &gt; li {
  border-top: 1px solid #333;
}

.globalNav_navs &gt; li:first-child {
  border-top: none;
}

.globalNav_navs &gt; li &gt; a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 21px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.globalNav_navs &gt; li &gt; a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
}

.globalNav_navs &gt; li &gt; a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 9px;
  height: 15px;
  margin: auto;
  background: url("/static_extra/sp_static/images/extra/enjoy/recer/icon_arrow1_1.png") no-repeat 50% 50%;
  background-size: 9px auto;
}

.globalNav_navs &gt; li.is-active &gt; a {
  position: relative;
  color: #666;
}

.globalNav_navs &gt; li.is-year2016 &gt; a:before {
  border-color: #f62828 transparent transparent transparent;
}

.globalNav_navs &gt; li.is-year2015 &gt; a:before {
  border-color: #3180ef transparent transparent transparent;
}

.globalNav_navs &gt; li.is-year2014 &gt; a:before {
  border-color: #f1c016 transparent transparent transparent;
}

.globalNav_navs &gt; li.is-year2013 &gt; a:before {
  border-color: #30a52c transparent transparent transparent;
}

.globalNav_navs &gt; li.is-year2012 &gt; a:before {
  border-color: #f62828 transparent transparent transparent;
}

.globalNav_navs &gt; li.is-year2011 &gt; a:before {
  border-color: #317fef transparent transparent transparent;
}

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

.footer {
  padding-bottom: 15px;
  background: #000;
  text-align: center;
}

.footer_copy {
  padding-top: 10px;
  font-size: 9px;
  font-family: 'Arial', sans-serif;
  color: #999;
}

/* ------------------------------------------------- *
 *        racerPanel1
 * ------------------------------------------------- */

.racerPanel1 {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.racerPanel1_unit {
  overflow: hidden;
  position: absolute;
  box-sizing: border-box;
  width: 25%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.racerPanel1_unit.is-scale2 {
  width: 50%;
}

.racerPanel1_unit.is-blank {
  background: #999;
  text-align: center;
  padding-bottom: 0;
}

.racerPanel1_unit.is-blank:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.racerPanel1_unit.is-blank:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 45px 45px;
  border-color: transparent transparent #878787 transparent;
}

.racerPanel1_unit.is-panel_a1,
.racerPanel1_unit.is-panel_a2,
.racerPanel1_unit.is-panel_a3,
.racerPanel1_unit.is-panel_a4,
.racerPanel1_unit.is-panel_a5,
.racerPanel1_unit.is-panel_a6,
.racerPanel1_unit.is-panel_a7,
.racerPanel1_unit.is-panel_a8 {
  left: 0;
  border-left: 0;
}

.racerPanel1_unit.is-panel_b1,
.racerPanel1_unit.is-panel_b2,
.racerPanel1_unit.is-panel_b3,
.racerPanel1_unit.is-panel_b4,
.racerPanel1_unit.is-panel_b5,
.racerPanel1_unit.is-panel_b6,
.racerPanel1_unit.is-panel_b7,
.racerPanel1_unit.is-panel_b8 {
  left: 25%;
}

.racerPanel1_unit.is-panel_c1,
.racerPanel1_unit.is-panel_c2,
.racerPanel1_unit.is-panel_c3,
.racerPanel1_unit.is-panel_c4,
.racerPanel1_unit.is-panel_c5,
.racerPanel1_unit.is-panel_c6,
.racerPanel1_unit.is-panel_c7,
.racerPanel1_unit.is-panel_c8 {
  left: 50%;
}

.racerPanel1_unit.is-panel_d1,
.racerPanel1_unit.is-panel_d2,
.racerPanel1_unit.is-panel_d3,
.racerPanel1_unit.is-panel_d4,
.racerPanel1_unit.is-panel_d5,
.racerPanel1_unit.is-panel_d6,
.racerPanel1_unit.is-panel_d7,
.racerPanel1_unit.is-panel_d8 {
  left: 75%;
}

.racerPanel1_unit a {
  display: block;
}

.racerPanel1_image img {
  width: 100%;
  height: auto;
}

.racerPanel1_unit.is-blank &gt; .racerPanel1_image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 75%;
  height: 57.5%;
  margin: auto;
}

.racerPanel1_icon {
  position: absolute;
}

.racerPanel1_icon.is-nationwide {
  top: 0;
  left: 0;
}

.racerPanel1_icon.is-local {
  right: 0;
  bottom: 0;
}

/* ------------------------------------------------- *
 *        profile1
 * ------------------------------------------------- */

.profile1 {
  text-align: center;
}

.profile1.is-2016 {
  background: #f62828;
}

.profile1.is-2015 {
  background: #317fef;
}

.profile1.is-2014 {
  background: #f1c016;
}

.profile1.is-2013 {
  background: #30a52c;
}

.profile1.is-2012 {
  background: #f62828;
}

.profile1.is-2011 {
  background: #317fef;
}

.profile1_text {
  font-weight: bold;
}

.profile1.is-2016 .profile1_text {
  color: #fff;
}

.profile1.is-2015 .profile1_text {
  color: #fff;
}

.profile1.is-2014 .profile1_text {
  color: #000;
}

.profile1.is-2013 .profile1_text {
  color: #fff;
}

.profile1.is-2012 .profile1_text {
  color: #fff;
}

.profile1.is-2011 .profile1_text {
  color: #fff;
}

.profile1_text2 {
  margin-top: 25px;
  color: #fff;
  text-align: left;
}

.profile1.is-2016 .profile1_title {
  color: #fff;
}

.profile1.is-2015 .profile1_title {
  color: #fff;
}

.profile1.is-2014 .profile1_title {
  color: #000;
}

.profile1.is-2013 .profile1_title {
  color: #fff;
}

.profile1.is-2012 .profile1_title {
  color: #fff;
}

.profile1.is-2011 .profile1_title {
  color: #fff;
}

.profile1_titleMainLabel {
  display: block;
  font-size: 30px;
  font-weight: bold;
  white-space: nowrap;
}

.profile1_titleSubLabel {
  display: block;
  font-size: 10px;
  font-weight: normal;
  white-space: nowrap;
}

.profile1_lists {
  display: table;
  margin: 20px auto 0;
  font-size: 12px;
  font-weight: bold;
}

.profile1.is-2016 .profile1_lists {
  color: #fff;
}

.profile1.is-2015 .profile1_lists {
  color: #fff;
}

.profile1.is-2014 .profile1_lists {
  color: #000;
}

.profile1.is-2013 .profile1_lists {
  color: #fff;
}

.profile1.is-2012 .profile1_lists {
  color: #fff;
}

.profile1.is-2011 .profile1_lists {
  color: #fff;
}

.profile1_listsItem {
  display: table-row;
  margin: 0 auto;
}

.profile1_listsTitle {
  display: table-cell;
  padding-top: 5px;
  text-align: right;
  white-space: nowrap;
}

.profile1_listsText {
  display: table-cell;
  padding: 5px 0 0 10px;
  text-align: left;
}

/* ================================================== *
 *
 *    STATE
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    IMAGE
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        name
 * ------------------------------------------------- */

/* ================================================== *
 *
 *    detail1
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        detail1
 * ------------------------------------------------- */

.detail1_header {
  box-sizing: border-box;
  margin: 20px 20px 0;
  vertical-align: top;
}

.detail1_image img {
  width: 100%;
  height: auto;
}

.detail1_profile {
  padding: 25px;
}

.detail1_body {
  box-sizing: border-box;
  margin: 0 20px 20px;
  padding: 20px;
  background: #fff;
  vertical-align: top;
}

.detail1_link {
  margin: 20px 0 0;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}

.detail1_link a {
  padding: 0 0 0 17px;
  background: url("/static_extra/sp_static/images/extra/enjoy/recer/icon_arrow2_1.png") no-repeat 0 50%;
  background-size: 9px auto;
  color: #000;
  text-decoration: none;
}</pre></body></html>