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

/* line 17, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

/* line 24, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* line 30, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
/* line 40, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 45, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
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
*/
/* line 55, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/* line 70, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

/* line 74, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

/* line 78, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

/* line 83, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

/* line 88, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
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+ */ }

/* line 93, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

/* line 98, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

/* line 105, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

/* line 110, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
/* line 115, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
/* line 121, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 129, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
sub {
  bottom: -0.25em; }

/* line 133, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
/* line 141, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
/* line 146, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
/* line 155, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
[disabled] {
  cursor: default; }

/* line 159, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

/* line 163, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

/* line 167, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

/* line 172, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

/* line 177, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

/* line 185, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

/* line 189, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
/* line 194, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
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 */
/* line 203, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

/* line 210, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

/* line 217, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
/* line 223, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
/* line 233, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

/* line 238, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

/* line 242, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

/* line 246, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
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 */ }

/* line 254, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
::-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 */ }

/* line 259, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
[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
   # ================================================================= */
/* line 268, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
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 */
/* line 273, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
progress {
  vertical-align: baseline; }

/* line 277, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

/* line 281, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  /* line 294, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
  [hidden~="screen"] {
    display: inherit; }
  /* line 297, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
  [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 */
/* line 304, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
/* line 309, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
/* line 314, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
/* line 324, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

/* line 330, /Users/rio/repository/shinkan-taisyo/assets/css/_reset.scss */
::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

@font-face {
  font-family: "Sporticon";
  src: url("../font/Sporticon.eot");
  src: url("../font/Sporticon.eot?#iefix") format("eot"), url("../font/Sporticon.woff2") format("woff2"), url("../font/Sporticon.woff") format("woff"), url("../font/Sporticon.ttf") format("truetype"), url("../font/Sporticon.svg#Sporticon") format("svg"); }

/* line 23, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-9-man_volleyball:before, .icon-american_football:before, .icon-amputee_football:before, .icon-australian_football:before, .icon-badminton:before, .icon-ball_badminton:before, .icon-bandy:before, .icon-baseball:before, .icon-basketball:before, .icon-basque_pelota:before, .icon-beach_basketball:before, .icon-beach_soccer:before, .icon-beach_tchoukball:before, .icon-beach_tennis:before, .icon-beach_ultimate:before, .icon-beach_volleyball:before, .icon-biribol:before, .icon-boat_race:before, .icon-boccia:before, .icon-bossaball:before, .icon-bound_tennis:before, .icon-bowling:before, .icon-broomball:before, .icon-canadian_football:before, .icon-canoe_polo:before, .icon-climbing:before, .icon-combat:before, .icon-crossminton:before, .icon-curling:before, .icon-cycle_polo:before, .icon-cycling:before, .icon-dance:before, .icon-ecua_volley:before, .icon-esci_tennis:before, .icon-extreme_sports:before, .icon-fencing:before, .icon-figure_skating:before, .icon-fistball:before, .icon-flag_football:before, .icon-floor_ball:before, .icon-floor_hockey:before, .icon-footbag_net:before, .icon-footvolley:before, .icon-free_tennis:before, .icon-frontenis:before, .icon-futsal:before, .icon-gaelic_football:before, .icon-goalball:before, .icon-golf:before, .icon-gymnastics:before, .icon-handball:before, .icon-hardball_squash:before, .icon-hardcourt_bike_polo:before, .icon-hockey:before, .icon-hooverball:before, .icon-horse_racing:before, .icon-hurling:before, .icon-ice_hockey:before, .icon-indiaca:before, .icon-inline_hockey:before, .icon-jai_alai:before, .icon-judo:before, .icon-kendo:before, .icon-kin-ball:before, .icon-korfball:before, .icon-lacross:before, .icon-large_ball:before, .icon-marine_sports:before, .icon-mini_basketball:before, .icon-miniten:before, .icon-mothers_volleyball:before, .icon-motorsports:before, .icon-netball:before, .icon-oztag:before, .icon-padel:before, .icon-paleta_fronton:before, .icon-pelota_mixteca:before, .icon-peteca:before, .icon-pickleball:before, .icon-platform_tennis:before, .icon-polo:before, .icon-powerchair_football:before, .icon-quad_hockey:before, .icon-rackets:before, .icon-racquetball:before, .icon-radball:before, .icon-real_tennis:before, .icon-ringball:before, .icon-ringette:before, .icon-roll_ball:before, .icon-rowing:before, .icon-rugby:before, .icon-sailing:before, .icon-sepak_takraw:before, .icon-shinty:before, .icon-ski_and_snowboard:before, .icon-sledge_hockey:before, .icon-snow_volleyball:before, .icon-soccer:before, .icon-soft_tennis:before, .icon-softball:before, .icon-speed_ball:before, .icon-sports_business:before, .icon-squash:before, .icon-squash_tennis:before, .icon-sticke_tennis:before, .icon-sumo:before, .icon-swimming:before, .icon-table_tennis:before, .icon-tag_rugby:before, .icon-taspony:before, .icon-tchoukball:before, .icon-tennis:before, .icon-throwball:before, .icon-touch_football:before, .icon-touch_rugby:before, .icon-track_and_field:before, .icon-triathlon:before, .icon-ultimate:before, .icon-volleyball:before, .icon-wall_handball:before, .icon-wallyball:before, .icon-water_basketball:before, .icon-water_polo:before, .icon-weightlifting:before, .icon-wheelchair_basketball:before, .icon-wheelchair_handball:before, .icon-wheelchair_rugby:before, .icon-wrestling:before {
  font-family: "Sporticon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-9-man_volleyball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-american_football:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-amputee_football:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-australian_football:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-badminton:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-ball_badminton:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-bandy:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-baseball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-basketball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-basque_pelota:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-beach_basketball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-beach_soccer:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-beach_tchoukball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-beach_tennis:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-beach_ultimate:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-beach_volleyball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-biribol:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-boat_race:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-boccia:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-bossaball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-bound_tennis:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-bowling:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-broomball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-canadian_football:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-canoe_polo:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-climbing:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-combat:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-crossminton:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-curling:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-cycle_polo:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-cycling:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-dance:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-ecua_volley:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-esci_tennis:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-extreme_sports:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-fencing:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-figure_skating:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-fistball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-flag_football:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-floor_ball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-floor_hockey:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-footbag_net:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-footvolley:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-free_tennis:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-frontenis:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-futsal:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-gaelic_football:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-goalball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-golf:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-gymnastics:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-handball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-hardball_squash:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-hardcourt_bike_polo:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-hockey:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-hooverball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-horse_racing:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-hurling:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-ice_hockey:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-indiaca:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-inline_hockey:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-jai_alai:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-judo:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-kendo:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-kin-ball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-korfball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-lacross:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-large_ball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-marine_sports:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-mini_basketball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-miniten:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-mothers_volleyball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-motorsports:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-netball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-oztag:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-padel:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-paleta_fronton:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-pelota_mixteca:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-peteca:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-pickleball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-platform_tennis:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-polo:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-powerchair_football:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-quad_hockey:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-rackets:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-racquetball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-radball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-real_tennis:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-ringball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-ringette:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-roll_ball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-rowing:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-rugby:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-sailing:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-sepak_takraw:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-shinty:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-ski_and_snowboard:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-sledge_hockey:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-snow_volleyball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-soccer:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-soft_tennis:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-softball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-speed_ball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-sports_business:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-squash:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-squash_tennis:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-sticke_tennis:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-sumo:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-swimming:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-table_tennis:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-tag_rugby:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-taspony:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-tchoukball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-tennis:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-throwball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-touch_football:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-touch_rugby:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-track_and_field:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-triathlon:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-ultimate:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-volleyball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-wall_handball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-wallyball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-water_basketball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-water_polo:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-weightlifting:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-wheelchair_basketball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-wheelchair_handball:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-wheelchair_rugby:before {
  content: ""; }

/* line 422, /Users/rio/repository/shinkan-taisyo/assets/css/_icons.scss */
.icon-wrestling:before {
  content: ""; }

/* line 4, /Users/rio/repository/shinkan-taisyo/assets/css/_base.scss */
* {
  box-sizing: border-box; }

/* line 8, /Users/rio/repository/shinkan-taisyo/assets/css/_base.scss */
body {
  background-color: #fff;
  color: #1F2933;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center; }
  @media (min-width: 768px) {
    /* line 8, /Users/rio/repository/shinkan-taisyo/assets/css/_base.scss */
    body {
      font-size: 16px; } }
  /* line 20, /Users/rio/repository/shinkan-taisyo/assets/css/_base.scss */
  body.es, body.en {
    font-family: Poppins, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif; }

/* line 26, /Users/rio/repository/shinkan-taisyo/assets/css/_base.scss */
a {
  color: #1F2933;
  text-decoration: none; }
  /* line 29, /Users/rio/repository/shinkan-taisyo/assets/css/_base.scss */
  a:hover, a:active, a:focus {
    text-decoration: none; }
  /* line 35, /Users/rio/repository/shinkan-taisyo/assets/css/_base.scss */
  a.underline:hover, a.underline:active, a.underline:focus {
    text-decoration: underline; }

/* line 43, /Users/rio/repository/shinkan-taisyo/assets/css/_base.scss */
hr {
  margin: 12px 0; }

/* line 49, /Users/rio/repository/shinkan-taisyo/assets/css/_base.scss */
input::placeholder,
textarea::placeholder {
  color: #A5A5A5; }

/* line 52, /Users/rio/repository/shinkan-taisyo/assets/css/_base.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #A5A5A5; }

/* line 55, /Users/rio/repository/shinkan-taisyo/assets/css/_base.scss */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #A5A5A5; }

/* line 61, /Users/rio/repository/shinkan-taisyo/assets/css/_base.scss */
.bold-text {
  font-weight: bold; }

/* line 64, /Users/rio/repository/shinkan-taisyo/assets/css/_base.scss */
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

/* line 70, /Users/rio/repository/shinkan-taisyo/assets/css/_base.scss */
body > div:last-of-type {
  display: none !important; }

@media (max-width: 768px) {
  /* line 74, /Users/rio/repository/shinkan-taisyo/assets/css/_base.scss */
  .hidden-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  /* line 80, /Users/rio/repository/shinkan-taisyo/assets/css/_base.scss */
  .hidden-pc {
    display: none !important; } }

/* line 86, /Users/rio/repository/shinkan-taisyo/assets/css/_base.scss */
.poppins {
  position: relative;
  bottom: -4px;
  font-family: Poppins; }

/* line 92, /Users/rio/repository/shinkan-taisyo/assets/css/_base.scss */
.icon-qianball {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10%; }
  /* line 97, /Users/rio/repository/shinkan-taisyo/assets/css/_base.scss */
  .icon-qianball:after {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #59A289;
    -webkit-mask-image: url(../img/qianball.svg);
    -webkit-mask-box-image: url(../img/qianball.svg);
    mask-image: url(../img/qianball.svg);
    content: ""; }

/* line 4, /Users/rio/repository/shinkan-taisyo/assets/css/_layout.scss */
.l-wallpaper {
  overflow: hidden;
  position: relative;
  width: 100%; }
  /* line 8, /Users/rio/repository/shinkan-taisyo/assets/css/_layout.scss */
  .l-wallpaper.fixed {
    position: fixed; }

/* line 13, /Users/rio/repository/shinkan-taisyo/assets/css/_layout.scss */
.l-header {
  position: relative;
  width: 100%; }

/* line 18, /Users/rio/repository/shinkan-taisyo/assets/css/_layout.scss */
.l-header-spacer {
  display: block;
  height: 56px; }
  @media (min-width: 768px) {
    /* line 18, /Users/rio/repository/shinkan-taisyo/assets/css/_layout.scss */
    .l-header-spacer {
      display: none !important; } }

/* line 26, /Users/rio/repository/shinkan-taisyo/assets/css/_layout.scss */
.l-navigation {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3); }
  @media (max-width: 768px) {
    /* line 33, /Users/rio/repository/shinkan-taisyo/assets/css/_layout.scss */
    .l-navigation .m-menu {
      display: none !important; } }
  @media (min-width: 768px) {
    /* line 26, /Users/rio/repository/shinkan-taisyo/assets/css/_layout.scss */
    .l-navigation {
      position: relative;
      background-color: transparent;
      box-shadow: none; }
      /* line 42, /Users/rio/repository/shinkan-taisyo/assets/css/_layout.scss */
      .l-navigation .m-hamburger {
        display: none !important; } }

/* line 48, /Users/rio/repository/shinkan-taisyo/assets/css/_layout.scss */
.l-header {
  position: relative;
  width: 100%; }
  @media (max-width: 700px) {
    /* line 53, /Users/rio/repository/shinkan-taisyo/assets/css/_layout.scss */
    .l-header .m-header .signup,
    .l-header .m-header .explanation {
      display: none !important; }
    /* line 58, /Users/rio/repository/shinkan-taisyo/assets/css/_layout.scss */
    .l-header .m-topimage {
      display: none !important; } }
  @media (min-width: 700px) {
    /* line 63, /Users/rio/repository/shinkan-taisyo/assets/css/_layout.scss */
    .l-header .m-mobileimage {
      display: none !important; } }

/* line 69, /Users/rio/repository/shinkan-taisyo/assets/css/_layout.scss */
.l-mainvisual {
  position: absolute;
  top: 0;
  height: 520px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(../img/top-image.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

/* line 83, /Users/rio/repository/shinkan-taisyo/assets/css/_layout.scss */
.l-result {
  padding: 0 0 64px;
  color: #1F2933; }

/* line 88, /Users/rio/repository/shinkan-taisyo/assets/css/_layout.scss */
.l-about {
  margin: 0 0 64px;
  background-color: #F4F6F3; }

/* line 93, /Users/rio/repository/shinkan-taisyo/assets/css/_layout.scss */
.l-posts {
  margin: 0 0 64px; }
  @media (min-width: 768px) {
    /* line 93, /Users/rio/repository/shinkan-taisyo/assets/css/_layout.scss */
    .l-posts {
      margin: 0 0 72px; } }

/* line 100, /Users/rio/repository/shinkan-taisyo/assets/css/_layout.scss */
.l-steps {
  margin: 0 0 64px;
  padding: 64px 0;
  background-color: #F4F6F3; }

/* line 107, /Users/rio/repository/shinkan-taisyo/assets/css/_layout.scss */
.l-mobile-navigation {
  display: block;
  position: fixed;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: calc(100vh - 56px);
  background-color: #fff;
  transform: translate(100%, 0);
  transition: transform .3s linear 0s; }
  /* line 117, /Users/rio/repository/shinkan-taisyo/assets/css/_layout.scss */
  .l-mobile-navigation.active {
    transform: translate(0, 0); }

/* line 128, /Users/rio/repository/shinkan-taisyo/assets/css/_layout.scss */
.l-icon {
  max-width: 450px;
  margin: 50px auto;
  padding: 20px; }

/* line 5, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-navigation {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 56px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  padding: 8px 12px; }
  @media (min-width: 768px) {
    /* line 5, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-navigation {
      height: 96px;
      padding: 24px 12px; } }

/* line 20, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-logo {
  display: block;
  overflow: hidden;
  position: absolute;
  height: 40px;
  width: 125px;
  background-image: url(../img/logo.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  white-space: nowrap;
  text-indent: 100%; }
  @media (min-width: 768px) {
    /* line 20, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-logo {
      height: 48px;
      width: 186px; } }

/* line 38, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-menu {
  display: inline-block;
  position: relative;
  margin: 0 8px 0 0; }
  @media (min-width: 840px) {
    /* line 38, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-menu {
      margin: 0 16px 0 0; } }
  /* line 45, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-menu .item {
    display: inline-block;
    height: 48px;
    font-size: 0; }
  /* line 50, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-menu a {
    display: inline-block;
    height: 48px;
    width: auto;
    padding: 12px 8px;
    color: #1F2933;
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 840px) {
      /* line 50, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-menu a {
        padding: 12px 16px; } }
    /* line 61, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-menu a:hover {
      text-decoration: underline; }

/* line 67, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.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; }
  /* line 78, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-hamburger .clear {
    display: none; }
  /* line 82, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-hamburger.active .menu {
    display: none; }
  /* line 85, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-hamburger.active .clear {
    display: inline-block; }

/* line 91, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-mobile-navigation {
  display: block;
  overflow: hidden;
  padding: 24px 12px 32px;
  text-align: left; }
  /* line 96, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-mobile-navigation .menu {
    margin: 0 0 36px;
    padding: 0 12px;
    list-style: none; }
    /* line 100, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-mobile-navigation .menu > li {
      font-size: 14px;
      line-height: 24px;
      margin: 0 0 16px; }
  /* line 106, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-mobile-navigation > .m-sns {
    margin: 0 0 24px; }
  /* line 109, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-mobile-navigation .footer {
    padding: 16px 0 0;
    border-top: 1px solid #C3C7CB; }
    /* line 112, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-mobile-navigation .footer > a,
    .m-mobile-navigation .footer > .copyright {
      display: block;
      margin: 0 0 12px;
      color: #A5A5A5;
      font-size: 12px;
      line-height: 24px; }
    /* line 121, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-mobile-navigation .footer a:last-of-type {
      margin: 0 0 24px; }

/* line 129, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-header {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 16px 64px; }
  @media (min-width: 700px) {
    /* line 129, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-header {
      height: 520px;
      text-align: left; } }
  /* line 141, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-header > .contents {
    text-align: center; }
    @media (min-width: 700px) {
      /* line 141, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-header > .contents {
        text-align: left; } }
  /* line 147, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-header .slogan {
    display: block;
    margin: 32px 0 32px;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.3; }
    @media (min-width: 700px) {
      /* line 147, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-header .slogan {
        max-width: 410px;
        margin: 0 0 12px;
        font-size: 72px; } }
  /* line 160, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-header .explanation {
    display: block;
    max-width: 420px;
    margin: 0 0 48px;
    font-size: 20px;
    font-weight: 600; }
  /* line 167, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-header .term {
    position: absolute;
    z-index: 12;
    right: 20px;
    bottom: 60px;
    height: 100px;
    width: 100px; }
    /* line 174, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-header .term img {
      display: block;
      width: 100%; }

/* line 180, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-prize {
  overflow: hidden;
  height: auto;
  margin: 0 0 12px;
  text-align: center; }
  @media (min-width: 700px) {
    /* line 180, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-prize {
      text-align: left; } }
  /* line 188, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-prize > .prize {
    display: block; }
    /* line 190, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-prize > .prize .name {
      display: inline-block;
      font-size: 32px;
      font-weight: 800;
      vertical-align: baseline; }
    /* line 196, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-prize > .prize .team {
      display: inline-block;
      padding: 0 8px;
      border-radius: 2px;
      background-color: #19D96E;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.5;
      vertical-align: baseline; }
  /* line 208, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-prize .reward {
    display: block;
    font-size: 14px;
    font-weight: 600; }

/* line 215, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-button {
  display: inline-block;
  overflow: hidden;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  background-color: #19D96E;
  color: #fff;
  box-shadow: 0px 0px 10px rgba(25, 217, 110, 0.5); }
  /* line 224, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-button.twitter {
    background-color: #00acee;
    box-shadow: 0px 0px 10px rgba(0, 172, 238, 0.5); }

/* line 231, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-mobileimage {
  display: block;
  max-width: 300px;
  margin: 0 auto 16px; }
  /* line 235, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-mobileimage img {
    display: block;
    width: 100%; }

/* line 241, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-mobileimage {
  display: block;
  position: relative;
  max-width: 300px;
  margin: 0 auto 16px; }
  /* line 246, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-mobileimage img {
    display: block;
    position: relative;
    z-index: 10;
    width: 100%; }

/* line 255, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-topimage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 480px;
  width: 100%; }
  /* line 262, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-topimage .container {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 700px) {
      /* line 262, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-topimage .container {
        left: -90px;
        width: 1020px;
        margin: 0 auto 0 0; } }
    @media (min-width: 840px) {
      /* line 262, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-topimage .container {
        left: calc(50% - 510px); } }
    @media (min-width: 1020px) {
      /* line 262, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-topimage .container {
        left: auto;
        width: 100%;
        max-width: 1020px;
        margin: 0 auto; } }
  /* line 283, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-topimage .device-image {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 40px;
    z-index: 10;
    height: 360px;
    width: 640px;
    background-image: url(../img/device-image.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(50vw, 0);
    animation: .35s ease-in 1.65s 1 normal forwards fadeIn; }

@keyframes fadeIn {
  from {
    transform: translate(50vw, 0); }
  to {
    transform: translate(0, 0); } }

/* line 310, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-result {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 32px 0;
  background-image: url(../img/confetti-gold.png);
  background-position: top center;
  background-repeat: repeat;
  background-size: 100% auto; }
  @media (min-width: 768px) {
    /* line 310, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-result {
      padding: 64px 0 64px; } }
  /* line 324, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-result > .m-headline {
    display: inline-block;
    width: auto;
    margin: auto 0;
    padding: 12px; }
    /* line 329, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-result > .m-headline .title {
      font-size: 72px;
      font-weight: 800;
      margin: 0 0 12px; }
  /* line 335, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-result > .container {
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
    display: block;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 12px 16px; }
  /* line 344, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-result .fa-twitter-square {
    color: #00acee; }
  /* line 347, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-result .team {
    display: block; }
  /* line 350, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-result .prize {
    margin: 0 0 12px;
    text-align: left;
    font-size: 0; }
    /* line 354, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-result .prize .name {
      font-size: 36px;
      font-weight: 800;
      line-height: 36px;
      vertical-align: middle; }
    /* line 360, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-result .prize .ribbon {
      display: inline-block;
      height: 36px;
      width: 30px;
      margin: 0 8px 0 0;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: middle; }
    /* line 371, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-result .prize.gold .ribbon {
      background-image: url(../img/gold.png); }
    /* line 376, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-result .prize.silver .name {
      font-size: 32px; }
    /* line 379, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-result .prize.silver .ribbon {
      background-image: url(../img/silver.png); }
  /* line 384, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-result .great-prize {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto 64px;
    padding: 12px 0; }
    /* line 390, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-result .great-prize .team {
      margin: 0 0 8px;
      text-align: left; }
      /* line 393, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-result .great-prize .team > strong {
        display: inline-block;
        font-weight: 800;
        font-size: 42px;
        line-height: 1.5; }
    /* line 400, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-result .great-prize .tweet {
      display: block;
      overflow: hidden;
      width: 100%;
      max-width: 320px;
      margin: 0 auto 0 0;
      color: #737578;
      text-overflow: ellipsis;
      text-align: left;
      white-space: nowrap; }
      /* line 410, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-result .great-prize .tweet > a {
        color: #737578;
        font-size: 14px; }
        /* line 413, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
        .m-result .great-prize .tweet > a:hover {
          text-decoration: underline; }
  /* line 419, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-result .special-prize {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 12px 0; }
    /* line 425, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-result .special-prize .team {
      margin: 0 0 4px;
      text-align: left; }
      /* line 428, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-result .special-prize .team > strong {
        display: inline-block;
        font-weight: 800;
        font-size: 24px;
        line-height: 1.5; }
        @media (max-width: 480px) {
          /* line 428, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
          .m-result .special-prize .team > strong {
            font-size: 20px; } }
    /* line 438, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-result .special-prize .tweet {
      display: block;
      overflow: hidden;
      width: 100%;
      max-width: 320px;
      margin: 0 auto 0 0;
      color: #737578;
      white-space: nowrap;
      text-overflow: ellipsis;
      text-align: left; }
      /* line 448, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-result .special-prize .tweet > a {
        color: #737578;
        font-size: 14px; }
        /* line 451, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
        .m-result .special-prize .tweet > a:hover {
          text-decoration: underline; }

/* line 460, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-about {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 32px 0;
  background-image: url(../img/confetti.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    /* line 460, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-about {
      padding: 64px 0 64px; } }
  /* line 474, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-about > .m-headline {
    margin: 0; }
  /* line 477, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-about > .description {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 24px 12px; }
    @media (min-width: 768px) {
      /* line 477, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-about > .description {
        padding: 24px 32px; } }
    /* line 487, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-about > .description p {
      position: relative;
      z-index: 1;
      margin: 0 0 1.2em;
      font-size: 15px;
      font-weight: 500;
      text-align: left; }
      /* line 494, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-about > .description p.no-margin {
        margin: 0 0 .3em; }
      @media (min-width: 768px) {
        /* line 487, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
        .m-about > .description p {
          font-size: 18px; } }
    /* line 501, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-about > .description .bg {
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      border-radius: 30%;
      background-color: #F4F6F3;
      content: ""; }

/* line 515, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-slider,
.m-tweets {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: auto;
  margin: 0 auto 32px; }
  /* line 523, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-slider .slick-slide,
  .m-tweets .slick-slide {
    height: auto; }
  /* line 526, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-slider .slide-arrow,
  .m-tweets .slide-arrow {
    position: absolute;
    overflow: hidden;
    width: 50px;
    top: 10px;
    bottom: 10px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer; }
    /* line 535, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-slider .slide-arrow::before,
    .m-tweets .slide-arrow::before {
      display: block;
      position: absolute;
      top: calc(50% - 20px);
      height: 40px;
      width: 40px;
      border-top: 1px solid #fff;
      border-left: 1px solid #fff;
      content: ""; }
    /* line 545, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-slider .slide-arrow.prev-arrow,
    .m-tweets .slide-arrow.prev-arrow {
      left: 0;
      border-radius: 0 4px 4px 0; }
      /* line 548, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-slider .slide-arrow.prev-arrow::before,
      .m-tweets .slide-arrow.prev-arrow::before {
        left: 20px;
        transform: rotate(-45deg); }
    /* line 553, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-slider .slide-arrow.next-arrow,
    .m-tweets .slide-arrow.next-arrow {
      right: 0;
      border-radius: 4px 0 0 4px; }
      /* line 556, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-slider .slide-arrow.next-arrow::before,
      .m-tweets .slide-arrow.next-arrow::before {
        right: 20px;
        transform: rotate(135deg); }

/* line 565, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-post {
  display: block;
  width: 100%;
  padding: 0 10px; }

/* line 570, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-post {
  display: block;
  float: left;
  width: calc(100%);
  padding: 8px; }
  @media (min-width: 480px) {
    /* line 570, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-post {
      width: calc(100% / 2); } }
  @media (min-width: 768px) {
    /* line 570, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-post {
      width: calc(100% / 3); } }
  @media (min-width: 960px) {
    /* line 570, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-post {
      width: calc(100% / 4); } }

/* line 589, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-steps {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 0 auto 32px;
  padding: 0 8px;
  font-size: 0;
  text-align: center; }
  @media (min-width: 768px) {
    /* line 589, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-steps {
      margin: 0 auto 32px; } }
  /* line 601, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-steps > .finish {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(244, 246, 243, 0.75);
    text-align: center; }
    /* line 610, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-steps > .finish > .message {
      display: table;
      width: 100%;
      height: 100%; }
      /* line 614, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-steps > .finish > .message > strong {
        display: table-cell;
        color: #1F2933;
        font-size: 32px;
        font-weight: 800;
        vertical-align: middle; }
        @media (max-width: 375px) {
          /* line 614, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
          .m-steps > .finish > .message > strong {
            font-size: 28px; } }

/* line 628, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-step {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  margin: 0 0 32px;
  vertical-align: top; }
  @media (min-width: 768px) {
    /* line 628, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-step {
      width: 50%;
      padding: 0 16px; } }
  /* line 638, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-step .image {
    position: relative;
    max-width: 180px;
    margin: 0 auto 24px; }
    @media (min-width: 768px) {
      /* line 643, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-step .image .wrap {
        display: table-cell;
        vertical-align: middle; } }
    /* line 649, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-step .image img {
      display: block;
      width: 100%; }
  /* line 654, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-step .title {
    display: block;
    margin: 0 0 24px;
    font-size: 32px;
    font-weight: 700; }
    @media (min-width: 768px) {
      /* line 654, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-step .title {
        font-size: 36px; } }
  /* line 663, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-step .description {
    font-size: 15px; }
    @media (min-width: 768px) {
      /* line 663, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-step .description {
        font-size: 14px; } }
    /* line 668, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-step .description a {
      text-decoration: underline; }
      /* line 670, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-step .description a:hover {
        color: #A5A5A5; }
  /* line 676, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-step .annotation {
    display: block;
    margin: 0 0 20px;
    color: #A5A5A5;
    font-size: 12px; }

/* line 687, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-form {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 448px;
  margin: 0 auto 64px;
  padding: 0 12px; }
  /* line 695, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-form input,
  .m-form textarea,
  .m-form select {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 10px 16px;
    border-radius: 4px;
    background-color: #EFEFEF;
    font-size: 14px;
    outline-color: #19D96E; }
  /* line 707, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-form input,
  .m-form select {
    height: 40px;
    line-height: 20px;
    cursor: pointer; }
    /* line 712, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-form input ~ .fa-caret-down,
    .m-form select ~ .fa-caret-down {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 30px;
      height: 40px;
      font-size: 16px;
      line-height: 40px; }
  /* line 723, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-form textarea {
    min-height: 240px; }
  /* line 726, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-form > .form-item {
    position: relative;
    margin: 0 0 32px; }
    /* line 729, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-form > .form-item.last {
      margin: 0 0 16px; }
  /* line 733, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-form .annotation {
    color: #A5A5A5;
    font-size: 12px;
    text-align: left; }
    /* line 737, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-form .annotation > small {
      display: block;
      margin: 0 0 12px; }
      /* line 740, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-form .annotation > small > a {
        color: #A5A5A5;
        text-decoration: underline; }
  /* line 746, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-form .form-button {
    text-align: right; }
    /* line 748, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-form .form-button .button {
      display: inline-block;
      position: relative;
      width: 120px;
      border-radius: 2px;
      background: #19D96E;
      box-shadow: 0px 0px 10px rgba(25, 217, 110, 0.5);
      color: #fff;
      font-size: 18px;
      line-height: 48px;
      text-align: center; }
      /* line 759, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-form .form-button .button:active {
        top: 1px; }

/* line 767, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-information {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 16px; }
  /* line 772, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-information > .chapter {
    margin: 0 0 32px;
    text-align: left; }
    /* line 776, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-information > .chapter > .chapter-title {
      margin: 0 0 8px;
      font-size: 14px; }
      @media (min-width: 768px) {
        /* line 776, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
        .m-information > .chapter > .chapter-title {
          font-size: 16px; } }
    /* line 783, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-information > .chapter p,
    .m-information > .chapter dd {
      margin: 0 0 .8em;
      font-size: 12px; }
      @media (min-width: 768px) {
        /* line 783, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
        .m-information > .chapter p,
        .m-information > .chapter dd {
          font-size: 14px; } }
    /* line 791, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-information > .chapter dt {
      font-size: 12px;
      font-weight: 600; }
      @media (min-width: 768px) {
        /* line 791, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
        .m-information > .chapter dt {
          font-size: 14px; } }
    /* line 798, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-information > .chapter ul {
      list-style-type: circle;
      padding: 0 0 0 20px;
      font-size: 12px; }
      @media (min-width: 768px) {
        /* line 798, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
        .m-information > .chapter ul {
          font-size: 14px; } }
    /* line 806, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-information > .chapter li {
      margin: 0 0 .5em; }

/* line 812, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.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 #59A289, 1.8em -1.8em 0 0em rgba(89, 162, 137, 0.2), 2.5em 0em 0 0em rgba(89, 162, 137, 0.2), 1.75em 1.75em 0 0em rgba(89, 162, 137, 0.2), 0em 2.5em 0 0em rgba(89, 162, 137, 0.2), -1.8em 1.8em 0 0em rgba(89, 162, 137, 0.2), -2.6em 0em 0 0em rgba(89, 162, 137, 0.5), -1.8em -1.8em 0 0em rgba(89, 162, 137, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(89, 162, 137, 0.7), 1.8em -1.8em 0 0em #59A289, 2.5em 0em 0 0em rgba(89, 162, 137, 0.2), 1.75em 1.75em 0 0em rgba(89, 162, 137, 0.2), 0em 2.5em 0 0em rgba(89, 162, 137, 0.2), -1.8em 1.8em 0 0em rgba(89, 162, 137, 0.2), -2.6em 0em 0 0em rgba(89, 162, 137, 0.2), -1.8em -1.8em 0 0em rgba(89, 162, 137, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(89, 162, 137, 0.5), 1.8em -1.8em 0 0em rgba(89, 162, 137, 0.7), 2.5em 0em 0 0em #59A289, 1.75em 1.75em 0 0em rgba(89, 162, 137, 0.2), 0em 2.5em 0 0em rgba(89, 162, 137, 0.2), -1.8em 1.8em 0 0em rgba(89, 162, 137, 0.2), -2.6em 0em 0 0em rgba(89, 162, 137, 0.2), -1.8em -1.8em 0 0em rgba(89, 162, 137, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(89, 162, 137, 0.2), 1.8em -1.8em 0 0em rgba(89, 162, 137, 0.5), 2.5em 0em 0 0em rgba(89, 162, 137, 0.7), 1.75em 1.75em 0 0em #59A289, 0em 2.5em 0 0em rgba(89, 162, 137, 0.2), -1.8em 1.8em 0 0em rgba(89, 162, 137, 0.2), -2.6em 0em 0 0em rgba(89, 162, 137, 0.2), -1.8em -1.8em 0 0em rgba(89, 162, 137, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(89, 162, 137, 0.2), 1.8em -1.8em 0 0em rgba(89, 162, 137, 0.2), 2.5em 0em 0 0em rgba(89, 162, 137, 0.5), 1.75em 1.75em 0 0em rgba(89, 162, 137, 0.7), 0em 2.5em 0 0em #59A289, -1.8em 1.8em 0 0em rgba(89, 162, 137, 0.2), -2.6em 0em 0 0em rgba(89, 162, 137, 0.2), -1.8em -1.8em 0 0em rgba(89, 162, 137, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(89, 162, 137, 0.2), 1.8em -1.8em 0 0em rgba(89, 162, 137, 0.2), 2.5em 0em 0 0em rgba(89, 162, 137, 0.2), 1.75em 1.75em 0 0em rgba(89, 162, 137, 0.5), 0em 2.5em 0 0em rgba(89, 162, 137, 0.7), -1.8em 1.8em 0 0em #59A289, -2.6em 0em 0 0em rgba(89, 162, 137, 0.2), -1.8em -1.8em 0 0em rgba(89, 162, 137, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(89, 162, 137, 0.2), 1.8em -1.8em 0 0em rgba(89, 162, 137, 0.2), 2.5em 0em 0 0em rgba(89, 162, 137, 0.2), 1.75em 1.75em 0 0em rgba(89, 162, 137, 0.2), 0em 2.5em 0 0em rgba(89, 162, 137, 0.5), -1.8em 1.8em 0 0em rgba(89, 162, 137, 0.7), -2.6em 0em 0 0em #59A289, -1.8em -1.8em 0 0em rgba(89, 162, 137, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(89, 162, 137, 0.2), 1.8em -1.8em 0 0em rgba(89, 162, 137, 0.2), 2.5em 0em 0 0em rgba(89, 162, 137, 0.2), 1.75em 1.75em 0 0em rgba(89, 162, 137, 0.2), 0em 2.5em 0 0em rgba(89, 162, 137, 0.2), -1.8em 1.8em 0 0em rgba(89, 162, 137, 0.5), -2.6em 0em 0 0em rgba(89, 162, 137, 0.7), -1.8em -1.8em 0 0em #59A289; } }

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

/* line 884, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-footer {
  position: relative;
  width: 100%;
  max-width: 880px;
  padding: 0 12px 36px 32px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    /* line 884, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-footer {
      padding: 64px 12px 36px; } }
  /* line 893, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-footer .contents {
    max-width: 480px;
    margin: 0 auto;
    text-align: left; }
    @media (min-width: 768px) {
      /* line 893, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-footer .contents {
        max-width: 880px;
        text-align: right; } }
  /* line 903, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-footer .teamhub {
    display: inline-block;
    margin: 0 auto 32px;
    text-align: left; }
    @media (min-width: 768px) {
      /* line 903, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-footer .teamhub {
        position: absolute;
        top: 64px;
        left: 0;
        padding: 0 0 0 12px; } }
    /* line 913, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-footer .teamhub img {
      display: block;
      width: 180px;
      margin: 0 auto 16px 0; }
  /* line 919, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-footer .footer {
    padding: 20px 0 0;
    border-top: 1px solid #C3C7CB;
    color: #A5A5A5;
    font-size: 12px;
    text-align: left; }
    @media (min-width: 768px) {
      /* line 919, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-footer .footer {
        text-align: right; } }
    /* line 928, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-footer .footer .copyright {
      float: left; }
    /* line 931, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-footer .footer a {
      display: block;
      margin: 0 16px 12px 0;
      color: #A5A5A5; }
      @media (min-width: 768px) {
        /* line 931, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
        .m-footer .footer a {
          display: inline-block; } }
      /* line 938, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-footer .footer a:hover {
        text-decoration: underline; }

/* line 945, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-headline {
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 0 24px;
  padding: 0 12px; }
  /* line 952, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-headline .title {
    margin: 0 0 24px;
    font-size: 36px;
    font-weight: bold; }
    @media (min-width: 768px) {
      /* line 952, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
      .m-headline .title {
        font-size: 40px;
        font-weight: 600; } }
  /* line 961, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-headline .explanation {
    display: block;
    max-width: 620px;
    margin: 0 auto 16px; }
  /* line 966, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-headline .link {
    display: block;
    margin: 0 auto 16px;
    font-size: 14px;
    text-decoration: underline; }

/* line 974, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.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; }

/* line 984, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-banner-ios {
  width: 120px;
  background-image: url(../img/banner-ios.png); }

/* line 988, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-banner-android {
  width: 135px;
  background-image: url(../img/banner-android.png); }

/* line 992, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-banner-web {
  width: 135px;
  background-image: url(../img/banner-web.png); }

/* line 998, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.es .m-banner-ios, .en .m-banner-ios {
  width: 120px;
  background-image: url(../img/en/banner-ios.png); }

/* line 1002, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.es .m-banner-android, .en .m-banner-android {
  width: 135px;
  background-image: url(../img/en/banner-android.png); }

/* line 1006, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.es .m-banner-web, .en .m-banner-web {
  width: 135px;
  background-image: url(../img/en/banner-web.png); }

/* line 1012, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-anker {
  margin: -56px 0 0;
  padding: 56px 0 0; }
  @media (min-width: 768px) {
    /* line 1012, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
    .m-anker {
      margin: 0;
      padding: 0; } }

/* line 1021, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
.m-pagetop {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 16px;
  z-index: 999;
  height: 48px;
  width: 48px;
  background: rgba(25, 217, 110, 0.75);
  text-align: center;
  cursor: pointer; }
  /* line 1032, /Users/rio/repository/shinkan-taisyo/assets/css/_module.scss */
  .m-pagetop .material-icons {
    color: #fff;
    font-size: 24px;
    line-height: 48px; }

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