﻿@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

* {
  box-sizing: border-box; }

body {
  background-color: #fff;
  color: #1F2933;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.54;
  text-align: center; }
  @media (min-width: 768px) {
    body {
      font-size: 16px; } }

a {
  color: #1F2933;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none; }
  a.underline:hover, a.underline:active, a.underline:focus {
    text-decoration: underline; }

hr {
  margin: 12px 0 48px; }

.text-replace {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.bold-text {
  font-weight: bold; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

@media (max-width: 480px) {
  .hidden-mobile {
    display: none !important; } }

@media (min-width: 480px) {
  .hidden-pc {
    display: none !important; } }

.poppins {
  position: relative;
  bottom: -4px;
  font-family: Poppins; }

.mplus1p {
  font-family: 'M PLUS 1p', sans-serif; }

.italic {
  font-style: italic; }

body > div:last-of-type {
  display: none !important; }

body > div:nth-last-of-type(1) {
  display: none !important; }

.l-container {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto; }

.l-contents {
  margin: 0 auto;
  padding: 16px; }
  @media (min-width: 768px) {
    .l-contents {
      margin: 0 auto 32px;
      padding: 16px; } }

.l-information {
  position: relative;
  z-index: 0;
  background-color: #F5F5F5;
  width: 100%; }
  .l-information > .container {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 32px 12px 16px; }

.l-footer {
  padding: 0 12px 16px;
  background-color: #F5F5F5;
  text-align: center; }

.m-information {
  background-color: #fff; }
  .m-information > .contents-title {
    display: inline-block;
    margin: 0 0 16px;
    font-size: 24px;
    letter-spacing: .02em;
    line-height: 40px; }
    @media (min-width: 768px) {
      .m-information > .contents-title {
        margin: 0 0 32px;
        font-size: 36px; } }
  .m-information .introduction {
    margin: 0 0 32px;
    text-align: left; }
    @media (min-width: 768px) {
      .m-information .introduction {
        margin: 0 0 64px; } }
  .m-information > .chapter {
    margin: 0  0 32px;
    text-align: left; }
    .m-information > .chapter > .chapter-title {
      margin: 0  0 16px;
      font-size: 14px; }
      @media (min-width: 768px) {
        .m-information > .chapter > .chapter-title {
          font-size: 20px; } }
    .m-information > .chapter ul {
      padding: 0 0 0 20px;
      font-size: 12px; }
      @media (min-width: 768px) {
        .m-information > .chapter ul {
          font-size: 14px; } }

.l-header {
  position: relative;
  width: 100%;
  margin: 0 auto 64px;
  background-color: #95EAAE; }
  @media (min-width: 600px) {
    .l-header {
      margin: 0 auto 96px; } }

.l-logo {
  height: 60px;
  width: 100%;
  margin: 0;
  padding: 0 16px;
  background-color: #fff;
  border-bottom: 1px solid rgba(37, 53, 67, 0.1); }

.m-logo {
  height: 100%;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background-image: url(../img/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.m-header {
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 600px) {
    .m-header {
      max-height: 720px; } }
  .m-header:before {
    display: block;
    overflow: hidden;
    content: "";
    padding: calc(5 / 3 * 100%) 0 0; }
    @media (min-width: 600px) {
      .m-header:before {
        padding: calc(11 / 13 * 100%) 0 0; } }
  .m-header .main-visual {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/main-visual-sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 600px) {
      .m-header .main-visual {
        background-image: url(../img/main-visual.png);
        background-size: cover; } }
  .m-header .goto {
    display: inline-block;
    position: absolute;
    left: 7%;
    top: 44%;
    padding: 0 24px;
    background-color: #19D96E;
    box-shadow: 0 0 2px rgba(37, 61, 98, 0.3);
    color: #fff;
    border-radius: calc(100vw * 1 / 18);
    font-size: calc(100vw * 1 / 24);
    line-height: calc(100vw * 1 /9); }
    @media (min-width: 600px) {
      .m-header .goto {
        padding: 0 24px;
        left: 3.5%;
        top: 50%;
        border-radius: calc(100vw * 1 / 36);
        font-size: calc(100vw * 1 / 47);
        line-height: calc(100vw * 1 / 18); } }
    @media (min-width: 851px) {
      .m-header .goto {
        left: calc(50vw - 395px);
        top: 50%;
        border-radius: 24px;
        font-size: 18px;
        line-height: 48px; } }
    @media (min-width: 2000px) {
      .m-header .goto {
        left: 605px; } }
    .m-header .goto.end {
      background-color: #9CADA5; }

.l-nav {
  display: block;
  position: relative;
  width: 100%;
  background-color: #95EAAE; }
  .l-nav:after {
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 40px;
    background-image: url(../img/circle-outer2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 40px;
    content: ""; }
    @media (min-width: 600px) {
      .l-nav:after {
        height: 60px;
        background-size: 100% 60px; } }
  .l-nav .ranking {
    display: block;
    max-height: 80px;
    margin: 0 auto 24px;
    padding: 0 16px; }
    @media (min-width: 600px) {
      .l-nav .ranking {
        max-height: 150px; } }
  .l-nav .m-ranking {
    position: relative;
    top: -260px; }
    @media (min-width: 600px) {
      .l-nav .m-ranking {
        top: -200px; } }

.m-nav {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 6px 30px;
  text-align: center; }
  @media (min-width: 600px) {
    .m-nav {
      padding: 0 6px 60px; } }
  .m-nav > .item {
    display: inline-block;
    padding: 0 6px;
    line-height: 40px; }
    .m-nav > .item a:hover {
      text-decoration: underline; }

.l-wallpaper {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .l-wallpaper.fixed {
    position: fixed; }

.m-footer {
  position: relative;
  width: 100%;
  max-width: 880px;
  padding: 0 12px 36px 32px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .m-footer {
      padding: 64px 12px 36px; } }
  .m-footer .contents {
    max-width: 480px;
    margin: 0 auto;
    text-align: left; }
    @media (min-width: 768px) {
      .m-footer .contents {
        max-width: 880px;
        text-align: right; } }
  .m-footer .teamhub {
    display: inline-block;
    margin: 0 auto 32px;
    text-align: left; }
    @media (min-width: 768px) {
      .m-footer .teamhub {
        position: absolute;
        top: 64px;
        left: 0;
        padding: 0 0 0 12px; } }
    .m-footer .teamhub img {
      display: block;
      width: 180px;
      margin: 0 auto 16px 0; }
  .m-footer .footer {
    padding: 20px 0 0;
    border-top: 1px solid #C3C7CB;
    color: #878E98;
    font-size: 12px;
    text-align: left; }
    @media (min-width: 768px) {
      .m-footer .footer {
        text-align: right; } }
    .m-footer .footer .copyright {
      float: left; }
    .m-footer .footer a {
      display: block;
      margin: 0 16px 12px 0;
      color: #878E98; }
      @media (min-width: 768px) {
        .m-footer .footer a {
          display: inline-block; } }
      .m-footer .footer a:hover {
        text-decoration: underline; }

.m-anker {
  margin: -56px 0 0;
  padding: 56px 0 0; }
  @media (min-width: 768px) {
    .m-anker {
      margin: 0;
      padding: 0; } }

.m-pagetop {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 16px;
  z-index: 999;
  height: 48px;
  width: 48px;
  background: rgba(230, 0, 18, 0.75);
  text-align: center;
  cursor: pointer; }
  .m-pagetop .material-icons {
    color: #fff;
    font-size: 24px;
    line-height: 48px; }

.m-banner-ios,
.m-banner-android,
.m-banner-web {
  display: inline-block;
  overflow: hidden;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.m-banner-ios {
  width: 100px;
  background-image: url(../img/banner-ios.png); }

.m-banner-android {
  width: 110px;
  background-image: url(../img/banner-android.png); }

.m-banner-web {
  width: 135px;
  background-image: url(../img/banner-web.png); }

.transform-italic {
  display: inline-block;
  -webkit-transform: skewX(-13deg);
  -moz-transform: skewX(-13deg);
  -o-transform: skewX(-13deg);
  transform: skewX(-13deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')"; }

.m-loader {
  margin: 100px auto;
  font-size: 20px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #fff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #fff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #fff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #fff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #fff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #fff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #fff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #fff; } }

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #fff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #fff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #fff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #fff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #fff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #fff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #fff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #fff; } }

.l-mobile-navigation {
  display: block;
  position: fixed;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: calc(100vh - 56px);
  background-color: #E60012;
  transform: translate(100%, 0);
  transition: transform .3s linear 0s; }
  .l-mobile-navigation.active {
    transform: translate(0, 0); }

.m-hamburger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 56px;
  width: 64px;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  cursor: pointer; }
  .m-hamburger .clear {
    display: none; }
  .m-hamburger.active .menu {
    display: none; }
  .m-hamburger.active .clear {
    display: inline-block; }

.m-mobile-navigation {
  display: block;
  overflow: hidden;
  padding: 24px 12px 32px;
  text-align: left; }
  .m-mobile-navigation .menu {
    margin: 0 0 36px;
    padding: 0 12px;
    list-style: none; }
    .m-mobile-navigation .menu > li {
      font-size: 14px;
      line-height: 24px;
      margin: 0 0 16px; }
  .m-mobile-navigation > .m-sns {
    margin: 0 0 24px; }
  .m-mobile-navigation .footer {
    padding: 16px 0 0;
    border-top: 1px solid #C3C7CB; }
    .m-mobile-navigation .footer > a,
    .m-mobile-navigation .footer > .copyright {
      display: block;
      margin: 0 0 12px;
      color: #878E98;
      font-size: 12px;
      line-height: 24px; }
    .m-mobile-navigation .footer a:last-of-type {
      margin: 0 0 24px; }

.l-information {
  padding: 0 8px; }

.m-information {
  overflow-y: scroll;
  height: 480px;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 24px 16px;
  border: 1px solid #C3C7CB;
  border-radius: 4px; }
  .m-information > .chapter {
    margin: 0 0 32px;
    text-align: left; }
    .m-information > .chapter > .chapter-title {
      margin: 0 0 8px;
      font-size: 14px; }
      @media (min-width: 768px) {
        .m-information > .chapter > .chapter-title {
          font-size: 16px; } }
    .m-information > .chapter p,
    .m-information > .chapter dd {
      margin: 0 0 .8em;
      font-size: 12px; }
      @media (min-width: 768px) {
        .m-information > .chapter p,
        .m-information > .chapter dd {
          font-size: 14px; } }
      .m-information > .chapter p.no-margin,
      .m-information > .chapter dd.no-margin {
        margin: 0; }
    .m-information > .chapter dt {
      font-size: 12px;
      font-weight: 600; }
      @media (min-width: 768px) {
        .m-information > .chapter dt {
          font-size: 14px; } }
    .m-information > .chapter ul {
      list-style-type: circle;
      padding: 0 0 0 20px;
      font-size: 12px; }
      @media (min-width: 768px) {
        .m-information > .chapter ul {
          font-size: 14px; } }
      .m-information > .chapter ul.no-style {
        list-style: none; }
    .m-information > .chapter b {
      display: block;
      margin: 0 0 .5em;
      padding: 0 0 0 20px;
      font-size: 13px; }
      @media (min-width: 768px) {
        .m-information > .chapter b {
          font-size: 15px; } }
    .m-information > .chapter li {
      margin: 0 0 .5em; }
      .m-information > .chapter li > ul {
        list-style-type: none;
        margin: .2em 0; }
        .m-information > .chapter li > ul > li {
          margin: 0 0 .3em; }
    .m-information > .chapter small {
      display: block;
      font-size: 11px;
      text-align: left; }
      @media (min-width: 768px) {
        .m-information > .chapter small {
          font-size: 12px; } }

.l-contact {
  margin: 0 auto 96px; }

.m-contact {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 16px; }
  .m-contact a {
    color: #E60012; }
    .m-contact a:hover {
      text-decoration: underline; }

.m-headline {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto 32px;
  padding: 0 10px;
  color: #1F2933;
  text-align: center; }
  .m-headline .title {
    font-size: 28px;
    font-weight: bold;
    text-align: center; }
    @media (min-width: 768px) {
      .m-headline .title {
        display: inline-block;
        width: 60%;
        font-size: 40px; } }
  .m-headline .sub-title {
    display: block;
    font-size: 14px; }
    @media (min-width: 480px) {
      .m-headline .sub-title {
        font-size: 16px; } }

.m-sub-headline {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 880px;
  text-align: left;
  margin: 0 0 24px; }
  .m-sub-headline .ball {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 32px;
    width: 32px;
    background-image: url(../img/icon-ball.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle; }
  .m-sub-headline .text {
    font-size: 20px;
    font-weight: 600px;
    vertical-align: middle; }

.m-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 80%;
  max-width: 360px;
  padding: 0 24px;
  border-radius: 32px;
  background-color: #01A6EA;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 56px;
  text-align: center; }
  @media (min-width: 480px) {
    .m-button {
      padding: 0 12px;
      font-size: 24px;
      line-height: 64px; } }
  .m-button:active {
    top: 1px; }

.m-separator {
  display: block;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 60px;
  pointer-events: none; }
  @media (min-width: 768px) {
    .m-separator {
      height: 100px; } }
  .m-separator.reverse:before {
    border-width: 0 0 60px 100vw; }
    @media (min-width: 768px) {
      .m-separator.reverse:before {
        border-width: 0 0 100px 100vw; } }
  .m-separator.reverse:after {
    border-width: 0 100vw 60px 0; }
    @media (min-width: 768px) {
      .m-separator.reverse:after {
        border-width: 0 100vw 100px 0; } }
  .m-separator.alt:before {
    border-color: transparent transparent transparent #002060; }
  .m-separator.alt:after {
    border-color: transparent #F5F5F5 transparent transparent; }
  .m-separator:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 0 100vw;
    border-color: transparent transparent transparent #002060; }
    @media (min-width: 768px) {
      .m-separator:before {
        border-style: solid;
        border-width: 100px 0 0 100vw; } }
  .m-separator:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 61px 100vw 0 0;
    border-color: transparent #E60012 transparent transparent; }
    @media (min-width: 768px) {
      .m-separator:after {
        border-width: 101px 100vw 0 0; } }

.l-sns {
  margin: 0 0 32px; }

.m-sns-share {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 32px; }
  .m-sns-share .icon {
    display: inline-block;
    margin: 0 10px; }
    .m-sns-share .icon a {
      display: block;
      height: 60px;
      width: 60px;
      border-radius: 50%;
      color: #fff;
      font-size: 40px;
      line-height: 60px;
      text-align: center; }
      .m-sns-share .icon a.facebook {
        background-color: #3a5998; }
      .m-sns-share .icon a.insta {
        background: #d6249f;
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
      .m-sns-share .icon a.twitter {
        background-color: #1da1f2; }
      .m-sns-share .icon a.line {
        background-color: #1dcd00; }

.m-sns {
  display: inline-block;
  position: relative;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 60px; }
  .m-sns.fb {
    background-color: #3a5998; }
  .m-sns.tw {
    background-color: #1da1f2; }
  .m-sns.line {
    background-color: #1dcd00;
    left: -1px; }

.m-sns-icons {
  display: block;
  width: 100%;
  margin: 0 0 48px;
  text-align: center; }
  @media (min-width: 768px) {
    .m-sns-icons {
      padding: 0; } }
  .m-sns-icons > ul {
    display: block;
    list-style-type: none;
    width: 100%;
    max-width: 280px;
    margin: 0 auto; }
    .m-sns-icons > ul > li {
      display: inline-block;
      padding: 0 10px; }
  .m-sns-icons .title {
    display: block;
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    padding: 8px; }
    @media (min-width: 768px) {
      .m-sns-icons .title {
        margin: 0 0 12px;
        padding: 8px; } }
    .m-sns-icons .title > br {
      display: inline; }
      @media (min-width: 410px) {
        .m-sns-icons .title > br {
          display: none; } }
  @media (max-width: 768px) {
    .m-sns-icons .m-sns {
      height: 48px;
      width: 48px;
      line-height: 48px;
      font-size: 28px; } }

.l-wallpaper {
  position: relative;
  width: 100%;
  margin: 0;
  background-image: url(../img/wallpaper.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.l-main {
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%; }

.l-campaign,
.l-presents {
  position: relative;
  width: 100%;
  margin: 0 auto 96px;
  padding: 0 16px; }
  @media (min-width: 768px) {
    .l-campaign,
    .l-presents {
      margin: 0 auto 72px; } }

.m-two-column {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  font-size: 0; }
  .m-two-column .title {
    display: block;
    margin: 0 0 .5em;
    font-size: 28px;
    font-weight: bold;
    text-align: center; }
    @media (min-width: 768px) {
      .m-two-column .title {
        display: inline-block;
        width: 60%;
        font-size: 40px;
        text-align: left; } }
  .m-two-column .image {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 0; }
    @media (min-width: 768px) {
      .m-two-column .image {
        width: 40%;
        padding: 0 0 0 16px;
        float: right; } }
    .m-two-column .image > img {
      display: block;
      width: 100%; }
  .m-two-column .description {
    width: 100%;
    max-width: 440px;
    margin: 0 auto 24px;
    font-size: 14px;
    text-align: left; }
    @media (min-width: 768px) {
      .m-two-column .description {
        display: inline-block;
        width: 60%;
        max-width: 600px;
        font-size: 16px; } }
    .m-two-column .description .larger {
      font-weight: bold;
      font-size: 1.5em; }
    .m-two-column .description p {
      margin: 0 0 .5em; }

.m-headline-image {
  margin: 0 0 24px; }
  .m-headline-image .title {
    width: 100%;
    height: 80px;
    max-width: 320px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

.l-presents {
  margin: 0 auto 144px;
  padding: 0 16px; }

.m-presents {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 0 auto 96px; }
  .m-presents .contents {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap; }
    .m-presents .contents .image {
      width: 100%;
      max-width: 320px;
      margin: 0 auto; }
      @media (min-width: 600px) {
        .m-presents .contents .image {
          width: calc(100% - 320px); } }
      @media (min-width: 768px) {
        .m-presents .contents .image {
          width: 50%; } }
      .m-presents .contents .image img {
        display: block;
        width: 100%; }
    .m-presents .contents .present-list {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 100%; }
      @media (min-width: 600px) {
        .m-presents .contents .present-list {
          width: 320px; } }
      @media (min-width: 768px) {
        .m-presents .contents .present-list {
          width: 50%;
          padding: 0 0 0 24px; } }
      .m-presents .contents .present-list .list {
        list-style: none;
        width: 100%;
        max-width: 320px;
        margin: 0 auto; }
      .m-presents .contents .present-list .item {
        width: 100%;
        margin: 0 0 12px;
        text-align: left; }
        .m-presents .contents .present-list .item:first-child .rank {
          font-size: 38px; }
        .m-presents .contents .present-list .item:first-child .present b {
          font-size: 38px;
          line-height: 42px; }
        .m-presents .contents .present-list .item:first-child .present p {
          font-size: 13px;
          line-height: 15px; }
        .m-presents .contents .present-list .item:nth-child(2) .rank {
          font-size: 24px; }
        .m-presents .contents .present-list .item:nth-child(2) .present b {
          font-size: 32px;
          line-height: 36px; }
        .m-presents .contents .present-list .item:nth-child(2) .present p {
          font-size: 13px;
          line-height: 15px; }
        .m-presents .contents .present-list .item:nth-child(3) .rank {
          font-size: 24px; }
        .m-presents .contents .present-list .item:nth-child(3) .present b {
          font-size: 32px;
          line-height: 36px; }
        .m-presents .contents .present-list .item:nth-child(3) .present p {
          font-size: 13px;
          line-height: 15px; }
        .m-presents .contents .present-list .item .crown {
          display: inline-block;
          width: 40px;
          height: 40px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          vertical-align: middle; }
          .m-presents .contents .present-list .item .crown.gold {
            background-image: url(../img/icon-1.svg); }
          .m-presents .contents .present-list .item .crown.silver {
            background-image: url(../img/icon-2.svg); }
          .m-presents .contents .present-list .item .crown.bronze {
            background-image: url(../img/icon-3.svg); }
        .m-presents .contents .present-list .item .rank {
          display: inline-block;
          width: 80px;
          font-weight: bold;
          vertical-align: middle;
          line-height: 48px; }
        .m-presents .contents .present-list .item .present {
          display: inline-block;
          font-size: 0;
          vertical-align: middle; }
          .m-presents .contents .present-list .item .present b {
            font-size: 20px; }
          .m-presents .contents .present-list .item .present small {
            font-size: 14px; }
          .m-presents .contents .present-list .item .present p {
            font-size: 11px;
            line-height: 13px; }

.l-howto {
  position: relative;
  width: 100%;
  margin: 0 auto 64px;
  padding: 32px 0;
  background-color: #C1F2CE; }
  @media (min-width: 768px) {
    .l-howto {
      margin: 0 auto 72px; } }
  .l-howto:before {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -40px;
    z-index: 0;
    width: 100%;
    height: 40px;
    background-image: url(../img/wave-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 40px;
    content: ""; }
    @media (min-width: 600px) {
      .l-howto:before {
        top: -60px;
        height: 60px;
        background-size: 100% 60px; } }
  .l-howto:after {
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 40px;
    background-image: url(../img/circle-outer2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 40px;
    content: ""; }
    @media (min-width: 600px) {
      .l-howto:after {
        height: 60px;
        background-size: 100% 60px; } }

.m-howto {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 64px;
  padding: 0 16px; }

.m-tab-contents {
  width: 100%;
  margin: 0 auto; }
  .m-tab-contents > .tabs {
    display: flex;
    overflow: hidden;
    position: relative;
    border-radius: 12px 12px 0 0;
    background-color: #A5A9AD; }
    .m-tab-contents > .tabs:after {
      display: block;
      position: absolute;
      bottom: 0;
      z-index: 0;
      left: calc(50% - 20px);
      width: 40px;
      height: 20px;
      background-color: #13334C;
      content: ""; }
    .m-tab-contents > .tabs > .tab {
      position: relative;
      z-index: 1;
      width: 50%;
      background-color: #A5A9AD;
      border-radius: 0 0 12px 12px;
      color: #fff;
      font-size: 18px;
      line-height: 48px;
      cursor: pointer; }
      @media (min-width: 768px) {
        .m-tab-contents > .tabs > .tab {
          font-size: 20px; } }
      .m-tab-contents > .tabs > .tab.active {
        border-radius: 12px 12px 0 0;
        background-color: #13334C; }
  .m-tab-contents > .tab-contents {
    display: none;
    padding: 16px 0;
    border-radius: 0 0 12px 12px;
    border: 2px solid #13334C;
    border-top: 4px solid #13334C;
    background-color: #fff; }
    .m-tab-contents > .tab-contents.active {
      display: block; }
    .m-tab-contents > .tab-contents .flexbox {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      padding: 0 12px; }
    .m-tab-contents > .tab-contents .wrap {
      width: 100%;
      margin: 0 auto 32px;
      padding: 32px 12px 16px; }
      @media (min-width: 600px) {
        .m-tab-contents > .tab-contents .wrap {
          width: 50%; } }

.m-step {
  position: relative;
  height: 100%;
  padding: 42px 8px 16px;
  border-radius: 8px;
  border: 1px solid #F7931E; }
  .m-step .title {
    position: absolute;
    top: -32px;
    left: 24px;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    background-color: #F7931E;
    color: #fff;
    font-family: 'poppins';
    font-size: 32px;
    font-weight: normal;
    line-height: 64px;
    text-align: center; }
  .m-step .image {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 16px;
    padding: 0 16px; }
    .m-step .image > img {
      display: block;
      width: 100%; }
  .m-step .description {
    width: 100%;
    padding: 0 8px;
    font-size: 13px;
    text-align: left; }
    @media (min-width: 768px) {
      .m-step .description {
        font-size: 14px; } }
    .m-step .description small {
      display: block; }
    .m-step .description p {
      margin: 0 0 .5em; }
    .m-step .description a:hover {
      text-decoration: underline; }

.l-ranking {
  position: relative;
  width: 100%;
  margin: 0 auto 48px;
  padding: 32px 20px; }
  @media (min-width: 768px) {
    .l-ranking {
      margin: 0 auto 72px; } }

.m-ranking {
  display: block;
  overflow: hidden;
  margin: 0 auto 64px; }
  .m-ranking .m-headline-image {
    position: relative;
    top: 40px;
    z-index: 2;
    margin: 0; }
  .m-ranking .contents {
    position: relative;
    overflow-y: scroll;
    max-height: 800px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 48px 0 32px;
    border: 8px solid #8A6F52;
    background-color: #46A587;
    text-align: center; }
    .m-ranking .contents > .date {
      position: absolute;
      right: 20px;
      top: 24px;
      color: #fff;
      font-size: 13px;
      font-style: italic; }
      @media (min-width: 768px) {
        .m-ranking .contents > .date {
          top: 16px;
          font-size: 14px; } }
  .m-ranking .message {
    max-width: 720px;
    margin: 0 auto 24px;
    padding: 32px 16px;
    color: #fff;
    font-size: 16px; }
    @media (min-width: 768px) {
      .m-ranking .message {
        font-size: 16px; } }
    .m-ranking .message p, .m-ranking .message small {
      margin: 0 0 .7em; }
    .m-ranking .message small {
      font-size: .8em; }
  .m-ranking .top-teams {
    margin: 0 0 24px;
    padding: 0 16px; }
    @media (min-width: 600px) {
      .m-ranking .top-teams {
        padding: 24px calc(50% - 240px) 16px; } }
    .m-ranking .top-teams .team {
      display: block;
      margin: 0 0 24px;
      text-align: left; }
      .m-ranking .top-teams .team:before {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        content: ""; }
      .m-ranking .top-teams .team:nth-of-type(1):before {
        background-image: url(../img/icon-1.svg); }
      .m-ranking .top-teams .team:nth-of-type(2):before {
        background-image: url(../img/icon-2.svg); }
      .m-ranking .top-teams .team:nth-of-type(3):before {
        background-image: url(../img/icon-3.svg); }
    .m-ranking .top-teams .logo {
      display: inline-block;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background-color: #13334C;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      color: #fff;
      font-size: 24px;
      line-height: 42px;
      text-align: center;
      vertical-align: middle; }
    .m-ranking .top-teams .info {
      display: inline-block;
      color: #fff;
      width: calc(100% - 160px);
      vertical-align: middle; }
      .m-ranking .top-teams .info .name {
        display: inline-block;
        width: 100%;
        font-size: 24px;
        font-weight: bold;
        text-align: left;
        word-break: break-all; }
      .m-ranking .top-teams .info .count {
        display: inline-block;
        margin: 0 .5em 0 0;
        font-size: 14px;
        line-height: 20px;
        vertical-align: middle; }
        .m-ranking .top-teams .info .count b {
          font-size: 16px;
          font-weight: 700; }
      .m-ranking .top-teams .info .sports {
        display: inline-block;
        font-size: 14px;
        line-height: 20px;
        vertical-align: middle; }
    .m-ranking .top-teams .rank {
      display: inline-block;
      width: 60px;
      color: #fff;
      font-size: 28px;
      font-style: italic;
      font-weight: bold;
      vertical-align: middle;
      line-height: 48px; }
  .m-ranking .lower-teams {
    display: inline-block;
    overflow: hidden;
    list-style: none;
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 0 16px; }
    @media (min-width: 600px) {
      .m-ranking .lower-teams {
        display: flex;
        flex-wrap: wrap;
        max-width: 640px; }
        .m-ranking .lower-teams:after {
          display: block;
          position: absolute;
          left: 50%;
          width: 1px;
          height: 10000px;
          background-color: #fff;
          content: ""; } }
    .m-ranking .lower-teams .item {
      display: inline-block;
      width: 100%;
      text-align: left; }
      @media (min-width: 600px) {
        .m-ranking .lower-teams .item {
          width: 50%;
          padding: 0 16px; } }
    .m-ranking .lower-teams .team {
      display: block;
      position: relative;
      margin: 0 0 16px;
      padding: 0 0 0 72px;
      text-align: left; }
    .m-ranking .lower-teams .info {
      display: block;
      margin: 4px 0 0;
      color: #fff;
      font-size: 0;
      vertical-align: middle; }
      .m-ranking .lower-teams .info .name {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        line-height: 18px; }
      .m-ranking .lower-teams .info .count {
        display: inline-block;
        margin: 0 .5em 0 0;
        font-size: 10px;
        line-height: 16px; }
        .m-ranking .lower-teams .info .count b {
          font-size: 11px;
          font-weight: 600; }
      .m-ranking .lower-teams .info .sports {
        display: inline-block;
        font-size: 10px;
        line-height: 16px; }
    .m-ranking .lower-teams .rank {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      color: #fff;
      font-size: 18px;
      font-style: italic;
      font-weight: bold;
      line-height: 30px;
      vertical-align: middle; }
  .m-ranking .top-team {
    position: relative;
    z-index: 10;
    padding: 12px 0; }
    .m-ranking .top-team .logo {
      display: inline-block;
      height: calc(100vw * 4 /53);
      width: calc(100vw * 4 /53);
      border-radius: 50%;
      background-color: #13334C;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      color: #fff;
      text-align: center;
      vertical-align: middle; }
      @media (min-width: 530px) {
        .m-ranking .top-team .logo {
          height: 40px;
          width: 40px; } }
    .m-ranking .top-team > b,
    .m-ranking .top-team > a {
      display: block;
      color: #fff; }
    .m-ranking .top-team b {
      margin: 0 0 calc(100vw * 1.2 /53);
      font-size: calc(100vw * 2.8 /53); }
      @media (min-width: 530px) {
        .m-ranking .top-team b {
          margin: 0 0 12px;
          font-size: 28px; } }
    .m-ranking .top-team a {
      position: relative;
      white-space: nowrap;
      margin: 0 0 24px; }
    .m-ranking .top-team .title {
      display: inline-block;
      font-size: calc(100vw * 3.6 /53);
      line-height: calc(100vw * 4 /53);
      vertical-align: middle; }
      @media (min-width: 530px) {
        .m-ranking .top-team .title {
          font-size: 36px;
          line-height: 40px; } }
  .m-ranking .more {
    display: inline-block;
    position: relative;
    z-index: 10;
    padding: 0 20px;
    border: 1px solid #fff;
    background-color: #46A587;
    color: #fff;
    font-size: 14px;
    line-height: 32px; }
  .m-ranking.small {
    width: 100%;
    max-width: 560px; }
    .m-ranking.small .contents {
      position: relative;
      width: 100%;
      margin: 0 auto;
      padding: 24px 0 16px;
      box-shadow: 0 0 6px rgba(37, 61, 98, 0.3); }
    .m-ranking.small .wrap {
      overflow: hidden;
      position: relative;
      width: 100%; }
    .m-ranking.small .top-teams {
      position: relative;
      z-index: 10;
      display: inline-block;
      padding: 0 16px;
      margin: 0 auto 12px; }
      .m-ranking.small .top-teams .team {
        display: block;
        margin: 0 0 16px;
        text-align: left; }
        .m-ranking.small .top-teams .team:before {
          display: inline-block;
          width: 24px;
          height: 24px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          vertical-align: middle;
          content: ""; }
        .m-ranking.small .top-teams .team:nth-of-type(1):before {
          background-image: url(../img/icon-1.svg); }
        .m-ranking.small .top-teams .team:nth-of-type(2):before {
          background-image: url(../img/icon-2.svg); }
        .m-ranking.small .top-teams .team:nth-of-type(3):before {
          background-image: url(../img/icon-3.svg); }
      .m-ranking.small .top-teams .logo {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #13334C;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        vertical-align: middle; }
      .m-ranking.small .top-teams .team {
        display: block;
        position: relative;
        margin: 0 0 8px;
        text-align: left; }
      .m-ranking.small .top-teams .info {
        display: inline-block;
        width: calc(100% - 110px);
        margin: 4px 0 0;
        color: #fff;
        font-size: 0;
        vertical-align: middle; }
        .m-ranking.small .top-teams .info .name {
          display: inline-block;
          width: 100%;
          font-size: 16px;
          font-weight: bold;
          text-align: left;
          line-height: 20px; }
        .m-ranking.small .top-teams .info .count {
          display: inline-block;
          margin: 0 .5em 0 0;
          font-size: 10px;
          line-height: 16px; }
          .m-ranking.small .top-teams .info .count b {
            font-size: 11px;
            font-weight: 600; }
        .m-ranking.small .top-teams .info .sports {
          display: inline-block;
          font-size: 10px;
          line-height: 16px; }
      .m-ranking.small .top-teams .rank {
        display: inline-block;
        width: 32px;
        margin: 0 .5em 0 0;
        color: #fff;
        font-size: 18px;
        font-style: italic;
        font-weight: bold;
        vertical-align: middle;
        line-height: 32px; }
    .m-ranking.small .m-headline-image {
      position: relative;
      top: 40px;
      z-index: 2;
      max-width: 180px;
      margin: 0 auto; }
    .m-ranking.small .m-loader {
      margin: 64px auto; }
    .m-ranking.small canvas {
      position: absolute;
      left: 0;
      top: 0;
      height: 400%;
      width: 100%;
      animation: fadeout-canvas 16s ease 0s 1 forwards; }

@keyframes fadeout-canvas {
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.l-information {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 32px 0;
  background-color: #FBDFBE; }
  .l-information:before {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -40px;
    z-index: 0;
    width: 100%;
    height: 40px;
    background-image: url(../img/wave-2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 40px;
    content: ""; }
    @media (min-width: 600px) {
      .l-information:before {
        top: -60px;
        height: 60px;
        background-size: 100% 60px; } }

.m-download {
  margin: 0 auto 16px;
  display: block; }
  .m-download > .title {
    display: block;
    margin: 0 0 8px;
    font-size: 16px; }
  .m-download > .banner {
    width: 100%;
    margin: 0 0 24px;
    padding: 8px 0; }
    .m-download > .banner .ios,
    .m-download > .banner .android {
      display: inline-block;
      padding: 0 8px; }
  .m-download .joynup {
    padding: 8px 0; }
    .m-download .joynup img {
      display: block;
      max-width: 160px;
      margin: 0 auto; }

.m-form {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 0 auto 64px;
  padding: 0 8px; }
  .m-form > .title {
    display: block;
    margin: 0 0 32px;
    color: #1F2933;
    font-size: 28px;
    font-weight: 700; }
  .m-form hr {
    margin: 32px 0 32px; }
  .m-form input[type="text"],
  .m-form input[type="email"],
  .m-form textarea,
  .m-form select {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #1F2933;
    font-size: 16px;
    outline-color: #1F2933; }
  .m-form input[type="file"] {
    display: block;
    overflow: hidden;
    height: 36px;
    width: 100%;
    margin: 4px 0;
    font-size: 11px;
    line-height: 20px; }
    .m-form input[type="file"]:focus {
      outline: none; }
  .m-form input,
  .m-form select {
    height: 54px;
    line-height: 40px;
    vertical-align: middle;
    cursor: pointer; }
    .m-form input ~ .fa-caret-down,
    .m-form select ~ .fa-caret-down {
      display: block;
      position: absolute;
      top: 0;
      right: 10px;
      width: 30px;
      height: 54px;
      font-size: 16px;
      line-height: 54px; }
    .m-form input.hidden,
    .m-form select.hidden {
      display: none; }
  .m-form textarea {
    min-height: 240px; }
  .m-form > .form-item {
    position: relative;
    margin: 0 0 32px; }
    .m-form > .form-item.last {
      margin: 0 0 16px; }
  .m-form select {
    color: #878E98; }
    .m-form select.changed {
      color: #1F2933; }
    .m-form select ~ .arrow {
      display: block;
      position: absolute;
      right: 16px;
      bottom: 10px;
      width: 16px;
      height: 16px;
      border: 8px solid transparent;
      border-top: 8px solid #878E98; }
  .m-form .annotation {
    display: block;
    padding: 4px 0;
    font-size: 12px;
    text-align: left;
    line-height: 1.5; }
    .m-form .annotation > small {
      display: block;
      margin: 0 0 12px; }
      .m-form .annotation > small > a {
        color: #fff;
        text-decoration: underline; }
  .m-form .form-group {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 0 64px;
    padding: 0 8px;
    text-align: left; }
    @media (min-width: 768px) {
      .m-form .form-group {
        margin: 0 0 64px; } }
    .m-form .form-group.table {
      overflow: auto;
      width: 100%;
      max-width: calc(100vw - 80px);
      padding: 0; }
    .m-form .form-group > label {
      display: block;
      margin: 0 0 12px;
      width: 100%;
      font-size: 18px;
      text-align: left; }
    .m-form .form-group .checkbox {
      position: relative;
      margin: 0 0 16px; }
      .m-form .form-group .checkbox > input[type="checkbox"] {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -10;
        height: 24px;
        width: 24px;
        line-height: 24px;
        text-align: center;
        opacity: 0; }
        .m-form .form-group .checkbox > input[type="checkbox"]:checked ~ label .checked {
          display: inline-block; }
        .m-form .form-group .checkbox > input[type="checkbox"]:checked ~ label .unchecked {
          display: none; }
      .m-form .form-group .checkbox label {
        display: block;
        width: auto;
        line-height: 24px; }
      .m-form .form-group .checkbox .checked {
        display: none; }
      .m-form .form-group .checkbox .material-icons {
        line-height: 24px;
        vertical-align: middle; }
      .m-form .form-group .checkbox .check-option {
        display: inline-block;
        width: calc(100% - 80px);
        max-width: 240px;
        height: auto;
        border: none;
        border-bottom: 1px solid #1F2933;
        line-height: 24px; }
  .m-form .form-button {
    margin: 32px 0 0; }
    .m-form .form-button button {
      position: relative;
      width: 100%;
      max-width: 320px;
      padding: 16px 24px;
      border-radius: 4px;
      background-color: #3944A6;
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      line-height: 32px; }
      .m-form .form-button button:active {
        top: 1px; }
  .m-form .error-file {
    display: none;
    position: relative;
    top: -16px;
    color: #E60012;
    font-size: 11px; }
  .m-form .image img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 0 8px; }
    @media (min-width: 480px) {
      .m-form .image img {
        margin: 0 auto 8px 0; } }
  .m-form .headline {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 880px;
    text-align: center;
    margin: 0 auto 24px;
    padding: 12px;
    background-image: url(../img/headline.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (min-width: 480px) {
      .m-form .headline {
        margin: 0 auto 36px;
        padding: 16px 0; } }
    .m-form .headline .title {
      display: inline-block;
      color: #1F2933;
      font-weight: 700;
      line-height: 1.5;
      font-size: 20px; }
      @media (min-width: 480px) {
        .m-form .headline .title {
          font-size: 24px; } }
      @media (min-width: 768px) {
        .m-form .headline .title {
          font-size: 28px; } }
      .m-form .headline .title .asterisk {
        position: relative;
        bottom: .4em;
        font-size: .6em; }
    .m-form .headline > .sub-title {
      display: block;
      margin: 12px auto 0;
      font-size: 13px; }
      @media (min-width: 768px) {
        .m-form .headline > .sub-title {
          font-size: 14px; } }
  .m-form .sample-image {
    display: block; }
    .m-form .sample-image .title {
      width: 100%;
      margin: 0 0 .5em;
      text-align: left; }
    .m-form .sample-image .images {
      display: flex;
      flex-wrap: wrap; }
      @media (min-width: 768px) {
        .m-form .sample-image .images {
          flex-wrap: nowrap; } }
      .m-form .sample-image .images .image {
        width: 100%;
        padding: 0 8px; }
        .m-form .sample-image .images .image img {
          display: block;
          width: 100%;
          max-width: 420px;
          margin: 0 auto 12px; }

.m-radio {
  list-style: none; }
  .m-radio > .radio-button {
    margin: 0 0 16px;
    padding: 2px 4px;
    text-align: left;
    font-size: 16px; }
    @media (min-width: 768px) {
      .m-radio > .radio-button {
        margin: 0 0 20px;
        font-size: 20px; } }
    .m-radio > .radio-button > .circle {
      display: inline-block;
      position: relative;
      height: 20px;
      width: 20px;
      margin: 0 .2em 0 0;
      border: 2px solid #1F2933;
      border-radius: 50%;
      background-color: transparent;
      vertical-align: middle;
      cursor: pointer; }
      @media (min-width: 768px) {
        .m-radio > .radio-button > .circle {
          height: 24px;
          width: 24px; } }
    .m-radio > .radio-button > .title {
      color: #1F2933;
      font-size: 16px;
      line-height: 20px;
      vertical-align: middle;
      cursor: pointer; }
      @media (min-width: 768px) {
        .m-radio > .radio-button > .title {
          line-height: 24px; } }
    .m-radio > .radio-button > .option {
      display: inline-block;
      width: calc(100% - 80px);
      max-width: 240px;
      height: auto;
      border: none;
      border-bottom: 1px solid #1F2933;
      line-height: 24px; }
    .m-radio > .radio-button.active > .circle:after {
      display: block;
      position: absolute;
      top: 4px;
      left: 4px;
      height: 8px;
      width: 8px;
      border-radius: 50%;
      background-color: #1F2933;
      content: ""; }
      @media (min-width: 768px) {
        .m-radio > .radio-button.active > .circle:after {
          top: 5px;
          left: 5px;
          height: 10px;
          width: 10px; } }
    .m-radio > .radio-button .check-option {
      display: none;
      width: calc(100% - 80px);
      max-width: 240px;
      height: auto;
      border: none;
      border-bottom: 1px solid #1F2933;
      line-height: 24px; }
  .m-radio.horizontally .title {
    display: none; }

.m-table-form {
  overflow-x: scroll;
  table-layout: fixed;
  width: 100%;
  padding: 0 10px;
  max-width: 800px;
  min-width: 480px;
  border-collapse: collapse; }
  .m-table-form > thead th {
    font-size: 11px;
    font-weight: 500;
    text-align: center; }
    @media (min-width: 480px) {
      .m-table-form > thead th {
        font-size: 13px; } }
    .m-table-form > thead th .title {
      display: inline-block;
      padding: 0 6px;
      line-height: 20px;
      white-space: normal; }
    .m-table-form > thead th:first-child {
      position: sticky;
      z-index: 10;
      left: 0;
      width: 80px;
      background-color: #fff; }
  .m-table-form > tbody tr {
    background-color: whitesmoke;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff; }
  .m-table-form > tbody th {
    position: sticky;
    z-index: 10;
    left: 0;
    background-color: whitesmoke;
    font-size: 11px;
    font-weight: 500;
    text-align: left;
    white-space: normal;
    width: 60px;
    padding: 4px 0; }
    @media (min-width: 480px) {
      .m-table-form > tbody th {
        width: 90px;
        font-size: 12px; } }
  .m-table-form > tbody td {
    padding: 4px 0;
    text-align: center; }
  .m-table-form .m-radio > .radio-button {
    text-align: center; }

.m-form-sample img {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0; }

.m-question {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 880px;
  text-align: left;
  margin: 0 0 24px; }
  .m-question .icon {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 32px;
    width: 32px;
    background-image: url(../img/icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle; }
  .m-question .circle {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background-color: #CFAE5D;
    color: #fff;
    font-weight: 900;
    line-height: 32px;
    text-align: center;
    vertical-align: middle; }
  .m-question .text {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    vertical-align: middle; }
    @media (min-width: 480px) {
      .m-question .text {
        font-size: 16px; } }
    @media (min-width: 768px) {
      .m-question .text {
        font-size: 18px; } }

.m-error {
  display: none;
  color: #E60012; }

.m-success .m-sns-icons {
  padding: 24px 0 0; }

.l-modal {
  display: none;
  overflow: scroll;
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3); }

.m-modal {
  display: table;
  position: relative;
  height: auto;
  min-height: 100vh;
  width: 100%;
  padding: 32px 16px;
  text-align: center; }
  .m-modal .close-area {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%; }
  .m-modal .wrap {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .m-modal .window {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding: 48px 16px;
    border-radius: 2px;
    background-color: #fff; }
    .m-modal .window .close-button {
      position: absolute;
      top: 8px;
      right: 8px;
      cursor: pointer; }
      .m-modal .window .close-button .material-icons {
        color: #1F2933;
        font-size: 32px; }
  .m-modal .l-loader {
    display: none; }

.m-success {
  display: none;
  margin: 0 0 32px;
  color: #1F2933; }
  .m-success strong {
    display: block;
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600; }
  .m-success .message {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 36px; }
    .m-success .message p {
      color: #1F2933;
      font-size: 13px;
      width: 100%;
      max-width: 700px;
      margin: 0 auto 36px; }
      @media (min-width: 480px) {
        .m-success .message p {
          font-size: 14px; } }
  .m-success small {
    display: block;
    margin: 0 0 12px;
    font-size: 13px; }
    @media (min-width: 480px) {
      .m-success small {
        font-size: 14px; } }
  .m-success a {
    display: block;
    margin: 0 0 36px;
    text-decoration: underline; }
  .m-success button {
    position: relative;
    width: 100%;
    max-width: 160px;
    padding: 4px 24px;
    border-radius: 4px;
    background-color: #242320;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px; }
    .m-success button:active {
      top: 1px; }

/*# sourceMappingURL=style.css.map */