@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500&family=Noto+Sans+JP:wght@500;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

.animation--shake {
  -webkit-animation: bounce-in-top 1.1s both;
          animation: bounce-in-top 1.1s both;
}

.animation--zoomIn {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.animation--opacity-loop {
  -webkit-animation: opacity-loop 3.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: opacity-loop 3.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.animation--jelly {
  -webkit-animation: jelly 0.9s both;
          animation: jelly 0.9s both;
}

.animation--wobble {
  -webkit-animation: wobble 0.8s both;
          animation: wobble 0.8s both;
}

.animation--bounce {
  -webkit-animation: bounce-in-top .8s both;
          animation: bounce-in-top .8s both;
}

.animation--rotate {
  -webkit-animation: rotate-in-center 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: rotate-in-center 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.06, 1.02, 1.6);
            transform: scale3d(1.06, 1.02, 1.6);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.06, 1.02, 1.6);
            transform: scale3d(1.06, 1.02, 1.6);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-4-2 5:3:46
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation rotate-in-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-in-center {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes rotate-in-center {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-3-3 16:57:6
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation shake-top
 * ----------------------------------------
 */
@-webkit-keyframes shake-top {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
@keyframes shake-top {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation small-bounce-in-top
 * ----------------------------------------
 */
@-webkit-keyframes small-bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes small-bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation opacity loop (loading screen)
 * ----------------------------------------
 */
@-webkit-keyframes opacity-loop {
  0% {
    opacity: .33;
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    opacity: .33;
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
}
@keyframes opacity-loop {
  0% {
    opacity: .33;
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    opacity: .33;
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
}

/**
 * ----------------------------------------
 * animation jelly
 * ----------------------------------------
 */
@-webkit-keyframes jelly {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jelly {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-3-8 14:30:5
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation wobble
 * ----------------------------------------
 */
@-webkit-keyframes wobble {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-4-8 18:53:13
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */
@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}

/* Typography Settings */
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #023342;
}

h1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 5.6rem;
}

h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
}

h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
}

h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
}

p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
}

.c-heading--left {
  text-align: left;
}

.c-heading--center {
  text-align: center;
}

.c-heading--highlight {
  padding: 0 8px;
  font-weight: bold;
  border-bottom: 0.15em solid #eee82c;
}

.c-heading--orange-blaze {
  color: #f26419;
}

.c-heading--dark-slate-gray {
  color: #3d565a;
}

.c-heading--1 {
  font-size: 3.2rem;
  line-height: 4.8rem;
  letter-spacing: 0.032rem;
  font-weight: 700;
}

.c-heading--2 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 500;
}

.c-heading--3 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 500;
}

.c-subtitle {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
}

.c-subtitle--left {
  text-align: left;
}

.c-subtitle--center {
  text-align: center;
}

.c-subtitle--bold {
  font-weight: 700;
}

.c-paragraph {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem !important;
  letter-spacing: 0.031rem;
  font-weight: 400;
}

.c-paragraph b {
  font-weight: bold;
}

.c-paragraph--bold {
  font-weight: bold;
}

.c-paragraph--center {
  text-align: center;
}

.c-paragraph--highlight {
  padding: 0 8px;
  font-weight: bold;
  border-bottom: 0.15em solid #eee82c;
}

.c-paragraph--dark-slate-gray {
  color: #3d565a;
}

.c-small {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.c-info {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
}

.c-link {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #009cd1;
}

.c-button-text {
  margin: 0 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem !important;
  font-weight: 700;
  text-align: center;
}

.c-button-text--left {
  text-align: left;
}

.c-button-text--icon {
  margin: 0 0 0 16px;
}

.c-warning {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #f26419;
}

.c-warning--center {
  text-align: center;
}

.info_link {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #f26419;
  text-decoration: none;
}

/* Screen Related, non general Styles */
/* full screen container */
.screen {
  position: relative;
  width: auto;
  height: auto;
  min-height: 100vh;
  padding: 16px;
  background-color: white;
}

.screen--welcome {
  height: 100vh;
  background-color: transparent;
}

.screen--login2 {
  background-color: #245c24;
  background-image: url(../images/background02--mobile.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}

.screen--register {
  max-width: 608px;
  height: auto;
  min-height: 100vh;
  margin: 0 auto;
}

.screen--entry {
  max-width: 984px;
  height: auto;
  min-height: 100vh;
  margin: 0 auto;
}

.screen--confirm {
  width: 100vw;
  max-width: 608px;
  height: auto;
  margin: 0 auto;
}

.screen--message {
  width: auto;
  height: auto;
}

.screen--email {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}

.screen__triangleHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
}

.screen__triangleHeader img {
  width: 100%;
  height: 100%;
}

/* Welcome Screen Template*/
.welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  background-color: transparent;
  background-image: url(../images/background01--mobile.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 900px) {
  .welcome {
    background-image: url(../images/background01--tablet.jpg);
  }
}

@media (min-width: 1200px) {
  .welcome {
    background-image: url(../images/background01--desktop.jpg);
  }
}

.welcome__logo {
  width: 232px;
  height: auto;
  margin: 56px auto 0;
}

@media (max-width: 599px) {
  .welcome__logo {
    margin: 32px auto 0;
  }
}

.welcome__introduction {
  width: 264px;
  margin: 24px auto 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
}

.welcome__buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 32px auto 0;
  background: transparent;
}

@media (max-width: 599px) {
  .welcome__buttons {
    margin: 16px auto 0;
  }
}

@media (min-width: 600px) {
  .welcome__buttons {
    margin: 144px auto 0;
  }
}

.first-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.first-time__pyramid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px auto;
  padding: 0 8px;
  max-width: 376px;
}

.first-time__pyramid--img,
.first-time__pyramid img {
  width: 100%;
  height: auto;
}

.first-time__bubbles {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 32px;
}

@media (max-width: 599px) {
  .first-time__bubbles {
    padding: 0 8px;
  }
}

.first-time__register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 64px 0 56px 0;
  text-align: center;
}

.junior-fund {
  margin-top: 56px;
  padding: 0 8px;
  text-align: center;
}

.junior-fund .c-container-vertical--max-content {
  width: auto;
}

.junior-fund__title {
  padding: 0 32px;
  margin-bottom: 32px;
}

.junior-fund__highlight {
  position: relative;
  max-width: 376px;
  height: auto;
  margin: 16px auto 0 auto;
}

.junior-fund__highlight--title {
  margin: 0 auto;
  padding-top: 16px;
  max-width: 256px;
}

.junior-fund__highlight--description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 0;
}

.junior-fund__highlight--info {
  margin-top: 8px;
}

/* Login Screen Template*/
.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #245c24;
}

.login__logo {
  width: 232px;
  height: auto;
  margin: 56px auto 0;
}

.login__logo img {
  width: 100%;
  height: 100%;
}

.login__header {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -16px;
  width: 100%;
  height: 72px;
  color: #fff;
}

/* register info template page */
.register {
  background-color: white;
}

.register__logo {
  width: 144px;
  height: auto;
  margin: 0 auto;
}

.register__logo img {
  width: 100%;
  height: 100%;
}

.register__paragraph {
  padding: 0 16px 4px;
  text-align: left;
}

.register__paragraph--extra {
  padding: 0 32px;
}

.register__title {
  padding: 16px 16px 8px;
  text-align: center;
}

.register__title--left {
  text-align: left;
}

.register__title--light {
  color: #8cb808;
}

.register__table {
  margin: 16px;
  border: solid 1px #9cae94;
  border-radius: 8px;
}

.register__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.031rem;
  font-weight: 400;
  border-bottom: solid 1px #023342;
}

.register__row div:first-of-type {
  width: 88px;
  min-width: 88px;
}

.register__row:last-of-type {
  border-bottom: none;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.address__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
}

#student {
  margin: 8px;
  padding: 8px 16px;
  border: 1px dashed #245c24;
  border-radius: 4px;
  background-color: white;
}

#student-card {
  margin-top: 8px;
}

/* register confirmartion info template page */
.confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.confirm__logo {
  width: 144px;
  height: auto;
  margin: 0 auto;
}

.confirm__logo img {
  width: 100%;
  height: 100%;
}

.confirm__title {
  text-align: left;
}

.confirm__vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 32px;
}

.confirm__vertical--no-mt {
  margin-top: 0;
}

.confirm__vertical--stretch {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 auto;
          flex: 2 1 auto;
}

.confirm__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  min-height: 24px;
  max-height: 56px;
  padding-left: 8px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  overflow: hidden;
}

.confirm__field {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 232px;
  height: 3.2rem;
  margin-top: 4px;
  padding: 4px 16px;
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #042109;
  background: #e4e0be;
  border-radius: 8px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
}

.confirm__field--small {
  min-width: 56px;
  margin-right: 8px;
}

.confirm__field--medium {
  min-width: 88px;
  margin-right: 8px;
}

.confirm__field--stretch {
  min-width: 24px;
}

.confirm__field--textarea {
  max-width: 608px;
  height: auto;
  min-height: 144px;
  padding: 8px 16px;
  text-align: left;
}

.entry-checkbox input[type="radio"] {
  display: none;
}

.entry-participant,
.entry-non-participant {
  margin: 16px !important;
}

.entry-terms__content {
  height: 432px;
  margin: 24px 8px 8px;
  padding: 16px;
  text-align: left;
  background: #f5f6f3;
  border: 1px solid;
  border-radius: 4px;
  overflow-y: scroll;
  counter-reset: keiyaku;
}

.entry-terms__content h1,
.entry-terms__content h2 {
  padding: 32px 0 8px;
}

.entry-terms__content h2::before {
  counter-increment: keiyaku;
  content: counter(keiyaku) ".";
  padding-right: 8px;
}

.entry-terms__content ul {
  padding-left: 16px;
  list-style: disc;
}

.entry-terms__content li {
  padding: 8px 0 4px;
}

.entry-terms__content p {
  padding: 8px 0 4px;
}

.entry-notice {
  display: none;
}

.entry-participation-content {
  display: none;
}

#entry-participant:checked ~ .entry-participation-content {
  display: block;
  -webkit-animation: entryAnimation 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: entryAnimation 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#entry-participant:checked ~ .entry-participant {
  background-color: rgba(2, 51, 66, 0.11);
}

#entry-participant:checked ~ .entry-non-participant {
  opacity: 0.33;
  -webkit-animation: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
          animation: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

#entry-non-participant:checked ~ .entry-notice {
  display: block;
  -webkit-animation: entryAnimation 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: entryAnimation 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#entry-non-participant:checked ~ .entry-non-participant {
  background-color: rgba(2, 51, 66, 0.11);
}

#entry-non-participant:checked ~ .entry-participant {
  opacity: 0.55;
  -webkit-animation: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
          animation: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@-webkit-keyframes entryAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes entryAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
}

.message__logo {
  width: 144px;
  height: auto;
}

.message__logo img {
  width: 100%;
  height: 100%;
}

.message__title {
  margin-top: 32px;
  text-align: center;
}

.message__icon {
  width: 88px;
  height: auto;
  margin-top: 32px;
}

.message__icon img {
  width: 100%;
  height: 100%;
}

.message__content {
  min-width: 144px;
  max-width: 608px;
  margin-top: 32px;
  text-align: center;
}

.message__buttons {
  margin-top: 32px;
}

.main {
  background: #023342;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.main section:last-of-type > .main__content {
  margin-bottom: 8px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.main section:last-of-type > .main__content--welcome {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.main__section {
  max-width: 984px;
  margin: 0 auto;
}

.main__section--last {
  padding-bottom: 56px;
}

.main__content {
  margin: 0 8px;
  padding: 16px;
  color: #023342;
  background: white;
}

@media (min-width: 900px) {
  .main__content {
    padding: 24px 32px;
  }
}

.main__content--upper {
  margin-top: 8px;
  padding-bottom: 0;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.main__content--welcome {
  margin: 0;
  padding: 0;
}

.main__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__header--welcome {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 56px 0 0 0;
}

.main-information__section-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 16px;
  width: 100%;
  height: auto;
  border-top: 1px solid rgba(2, 51, 66, 0.33);
}

@media (min-width: 600px) {
  .main-information__section-line {
    margin: 0 32px;
  }
}

.main-information__announce {
  padding: 0 32px;
}

@media (min-width: 600px) {
  .main-information__announce {
    padding: 0 88px;
  }
}

.main-information__column {
  display: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px 0 0 0;
}

.main-information__article {
  margin: 32px 0 0 0;
  padding: 0 32px;
}

.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.steps__one-step {
  display: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 144px;
  margin: 16px 0;
}

@media (min-width: 600px) {
  .steps__one-step {
    width: 176px;
  }
}

.steps__image {
  width: 100%;
  height: auto;
}

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

.main-desktop-menu {
  display: none;
}

@media (min-width: 900px) {
  .main-desktop-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 56px;
    padding-top: 24px;
  }
  .main-desktop-menu__list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .main-desktop-menu__item {
    position: relative;
    border-right: 1px solid rgba(2, 51, 66, 0.77);
  }
  .main-desktop-menu__item:last-of-type {
    border: none;
  }
  .main-desktop-menu__button {
    margin: 0 32px;
    background-color: transparent;
    font-size: 1.8rem;
    font-weight: 700;
    color: #023342;
    border: none;
    cursor: pointer;
  }
  .main-desktop-menu__button:hover {
    -webkit-animation: pulse 0.55s both;
            animation: pulse 0.55s both;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .main-desktop-menu__button:active {
    color: #cacb45;
  }
  .main-desktop-menu__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -13px;
    right: 6px;
    width: 24px;
    height: 24px;
    color: white;
    background: #e71d36;
    border-radius: 50%;
    font-size: 0.8rem;
    z-index: 1;
  }
  .main-desktop-menu__counter::before {
    content: "";
    position: absolute;
    top: 12px;
    left: -4px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 16px solid #e71d36;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: -1;
  }
}

.strip {
  width: 100%;
  position: relative;
  z-index: 0;
}

.strip--player::before {
  content: url(../images/player-silouhette.svg);
  position: absolute;
  right: 52px;
  top: -64px;
  opacity: 0.96;
  z-index: 1;
}

.strip__container {
  position: relative;
  overflow: hidden;
}

.strip__flow {
  position: absolute;
  height: 100%;
  top: 0;
  left: 8px;
  right: 8px;
  background: white;
  z-index: -1;
}

.strip__flow--welcome {
  left: 0;
  right: 0;
}

.strip__decoration {
  width: 100%;
  height: 32px;
}

.strip__decoration--upper {
  background: url(../images/strip-upper.svg);
}

.strip__decoration--lower {
  background: url(../images/strip-lower.svg);
}

.strip__title {
  padding: 8px 48px;
  color: white;
  background: #023342;
  -webkit-box-shadow: 0 3px 0 #023342;
          box-shadow: 0 3px 0 #023342;
}

.strip__title--welcome {
  padding: 8px 24px;
  text-align: center;
  /*@include for-tablet-landscape-up {
        padding: 8px 88px 0;
      }*/
}

@media (min-width: 600px) {
  .strip__title--welcome {
    padding: 16px 32px;
  }
}

/* 技能テストならびにツアーに出場する際の希望する地域 */
#kanto-area:checked ~ .kanto-area {
  background-color: rgba(2, 51, 66, 0.11);
}

#kanto-area:checked ~ .kansai-area {
  opacity: 0.33;
  -webkit-animation: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
          animation: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

#kanto-area:checked ~ .kanto-announce {
  display: block;
}

#kansai-area:checked ~ .kansai-area {
  background-color: rgba(2, 51, 66, 0.11);
}

#kansai-area:checked ~ .kanto-area {
  opacity: 0.33;
  -webkit-animation: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
          animation: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.kanto-announce {
  display: none;
  margin: 16px 0 0 0;
  padding: 16px;
  color: white;
  background-color: #f26419;
  border-radius: 16px;
  -webkit-animation: jelly 0.9s both;
          animation: jelly 0.9s both;
}

.notice-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 600px) {
  .notice-counter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.notice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  max-width: 608px;
}

.notice-list__message-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 16px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  text-align: left;
}

.notice-list__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 6rem;
  margin-bottom: 24px;
  padding: 8px 16px;
  background-color: #e3e8ea;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
}

.notice-list__message--unread {
  background-color: #e3e8ea;
  border: none;
}

.notice-list__message--unread .c-icon svg {
  fill: #023342;
}

.notice-list__message--read {
  background-color: transparent;
  border: 1px solid #e3e8ea;
}

.notice-list__message--read .c-icon svg {
  fill: #abbbc0;
}

.notice-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  max-width: 608px;
}

.ranking-zone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.ranking-zone__title {
  display: inherit;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 3.2rem;
  line-height: 4.8rem;
  letter-spacing: 0.032rem;
  font-weight: 700;
}

.ranking-zone__line {
  position: relative;
  bottom: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 32px;
  border-bottom: 1px solid #023342;
}

.ranking-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 32px 16px 0 16px;
  padding: 8px;
  background-color: #e4e0be;
  border-radius: 16px 16px 32px 32px;
  /*&:first-of-type {
    margin-top: 8px;
  }*/
}

.ranking__venue {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 500;
  text-align: center;
  margin: 8px;
}

.ranking__chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  border-radius: 16px;
  overflow: hidden;
}

.ranking__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.ranking__buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}

.chart:last-of-type .chart__row > .chart__title:last-of-type {
  margin: 0;
}

.chart:last-of-type .chart__row > .chart__data:last-of-type {
  margin: 0;
}

.chart__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: inherit;
  margin: 1px 0 0 0;
}

.chart__row:first-of-type > .chart__cell:first-of-type {
  border-top-left-radius: 8px;
}

.chart__row:first-of-type > .chart__cell:last-of-type {
  border-top-right-radius: 8px;
}

.chart__row:last-of-type > .chart__cell:first-of-type {
  border-bottom-left-radius: 8px;
}

.chart__row:last-of-type > .chart__cell:last-of-type {
  border-bottom-right-radius: 8px;
}

.chart__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3.2rem;
  margin: 0 1px 0 0;
  padding: 4px;
  font-size: 1.2rem;
  color: white;
  background-color: #1b6075;
  overflow: hidden;
  /*&--56 {
      //flex: 2;
      width: 8.8rem;
    }

    &--144 {
      //flex: 3;
      width: 17.6rem;
    }

    @include for-phone-only {
      width: 3.2rem;
      &--56 {
        //flex: 2;
        width: 5.6rem;
      }

      &--144 {
        //flex: 3;
        width: 14.4rem;
      }
    }*/
}

.chart__title--56 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.chart__title--144 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

@media (max-width: 599px) {
  .chart__title {
    width: 3.2rem;
  }
  .chart__title--56 {
    width: 5.6rem;
  }
  .chart__title--144 {
    width: 14.4rem;
  }
}

.chart__title--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.chart__title:first-of-type {
  border-top-left-radius: 16px;
}

.chart__title:last-of-type {
  margin: 0 8px 0 0;
  border-top-right-radius: 16px;
}

.chart__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3.2rem;
  margin: 0 1px 0 0;
  padding: 8px;
  font-size: 1.2rem;
  -webkit-line-clamp: 2;
  color: #023342;
  background-color: white;
  overflow: hidden;
  /*&--56 {
      //flex: 2;
      width: 8.8rem;
    }

    &--144 {
      //flex: 3;
      width: 17.6rem;
    }

    @include for-phone-only {
      width: 3.2rem;
      &--56 {
        //flex: 2;
        width: 5.6rem;
      }

      &--144 {
        //flex: 3;
        width: 14.4rem;
      }
    }*/
}

.chart__data--56 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.chart__data--144 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

@media (max-width: 599px) {
  .chart__data {
    width: 3.2rem;
  }
  .chart__data--56 {
    width: 5.6rem;
  }
  .chart__data--144 {
    width: 14.4rem;
  }
}

.chart__data--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.chart__data:last-of-type {
  margin: 0 8px 0 0;
}

.chart__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3.2rem;
  margin: 0 1px 0 0;
  padding: 8px;
  font-size: 1.2rem;
  -webkit-line-clamp: 2;
  color: #023342;
  background-color: white;
  overflow: hidden;
}

.chart__cell--56 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.chart__cell--144 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

@media (max-width: 599px) {
  .chart__cell {
    width: 3.2rem;
  }
  .chart__cell--56 {
    width: 5.6rem;
  }
  .chart__cell--144 {
    width: 14.4rem;
  }
}

.chart__cell--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.chart__cell--title {
  color: white;
  background-color: #023342;
}

.chart__cell:last-of-type {
  margin: 0 8px 0 0;
}

.chart__player-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*.slideshow {
  //display: flex;
  position: relative;
  width: 100%;
  height: 144px;
  overflow: hidden;
  border-radius: 32px;

  @include for-tablet-portrait-up {
    height: 232px;
  }

  &__frame {
    display: flex;
    width: 100%;
    //height: 100%;
    //overflow: hidden;
    //border-radius: 32px;
    transition: 0.4s;
  }

  &__navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    bottom: 8px;
    right: 0;
    left: 0;
  }

  &__dot {
    display: block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    padding: 0;

    line-height: 0;
    font-size: 0;

    border: none;
    border-radius: 50%;
    background-color: grey;

    &::last-child {
      margin-right: 0;
    }

    &--active {
      background-color: black;
    }

    &:hover {
      cursor: pointer;
    }
  }

  &__button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    //bottom: calc(50% - 16px);
    bottom: 56px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: $gunmetal;
    border: 0;
    background-color: rgba($color: white, $alpha: 0.22);
    cursor: pointer;
    z-index: 5;
    -webkit-tap-highlight-color: transparent;

    & .c-icon {
      width: 16px;
      height: 16px;

      & svg {
        fill: white;
      }
    }

    &--left {
      left: 12px;
      transform: rotate(180deg);
    }

    &--right {
      right: 12px;
    }

    @include for-tablet-landscape-up {
      width: 56px;
      height: 56px;
      bottom: 88px;

      & .c-icon {
        width: 24px;
        height: 24px;
      }

      &--left {
        left: 8px;
      }

      &--right {
        right: 8px;
      }
    }
  }

  &__image {
    width: 100%;
    min-width: 100%;
    height: auto;

    & img {
      width: 100%;
      max-width: 100%;
      height: 144px;
      //border-radius: 8px;
      object-fit: cover;

      @include for-tablet-portrait-up {
        height: 232px;
      }
    }
  }
}*/
.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  height: 144px;
  overflow: hidden;
  border-radius: 16px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

@media (min-width: 600px) {
  .slider {
    height: 232px;
  }
}

.slider__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slider__item {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.slider__img {
  width: 100%;
  max-width: 100%;
  height: 144px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 600px) {
  .slider__img {
    height: 232px;
  }
}

.slider__btn-box {
  position: relative;
}

.slider__btn-prev, .slider__btn-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 56px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #023342;
  border: 0;
  background-color: rgba(255, 255, 255, 0.22);
  cursor: pointer;
  z-index: 5;
  -webkit-tap-highlight-color: transparent;
}

.slider__btn-prev .c-icon, .slider__btn-next .c-icon {
  width: 16px;
  height: 16px;
}

.slider__btn-prev .c-icon svg, .slider__btn-next .c-icon svg {
  fill: white;
}

@media (min-width: 900px) {
  .slider__btn-prev, .slider__btn-next {
    width: 56px;
    height: 56px;
    bottom: 88px;
  }
  .slider__btn-prev .c-icon, .slider__btn-next .c-icon {
    width: 24px;
    height: 24px;
  }
}

.slider__btn-prev {
  left: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 900px) {
  .slider__btn-prev {
    left: 8px;
  }
}

.slider__btn-next {
  right: 12px;
}

@media (min-width: 900px) {
  .slider__btn-next {
    right: 8px;
  }
}

.slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
}

.slider__control {
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  padding: 0;
  line-height: 0;
  font-size: 0;
  border: 1px solid white;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.11);
}

.slider__control::last-child {
  margin-right: 0;
}

.slider__control--active {
  background-color: white;
}

.slider__control:hover {
  cursor: pointer;
}

.account-type--futsuu {
  opacity: 0.33;
}

.account-type--touza {
  opacity: 0.33;
}

.c-radio-button-set input:checked + label {
  opacity: 1;
}

.c-button-vertical-container {
  width: 100%;
  min-width: 232px;
  max-width: 372px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0 16px 0;
}

.c-button-vertical-container button {
  margin: 32px 0 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
option,
select {
  font-size: 16px;
}

footer {
  width: 100%;
}

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

.c-mb0 {
  margin-bottom: 0px !important;
}

.c-mt8 {
  margin-top: 8px !important;
}

.c-mb8 {
  margin-bottom: 8px !important;
}

.c-mt16 {
  margin-top: 16px !important;
}

.c-mb16 {
  margin-bottom: 16px !important;
}

.c-mt24 {
  margin-top: 24px !important;
}

.c-mb24 {
  margin-bottom: 24px !important;
}

.c-mt32 {
  margin-top: 32px !important;
}

.c-mb32 {
  margin-bottom: 32px !important;
}

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

.c-mb40 {
  margin-bottom: 40px !important;
}

.c-mt48 {
  margin-top: 48px !important;
}

.c-mb48 {
  margin-bottom: 48px !important;
}

.c-mt56 {
  margin-top: 56px !important;
}

.c-mb56 {
  margin-bottom: 56px !important;
}

.c-mt64 {
  margin-top: 64px !important;
}

.c-mb64 {
  margin-bottom: 64px !important;
}

.c-mt72 {
  margin-top: 72px !important;
}

.c-mb72 {
  margin-bottom: 72px !important;
}

.c-mt80 {
  margin-top: 80px !important;
}

.c-mb80 {
  margin-bottom: 80px !important;
}

.c-mt88 {
  margin-top: 88px !important;
}

.c-mb88 {
  margin-bottom: 88px !important;
}

.c-mt96 {
  margin-top: 96px !important;
}

.c-mb96 {
  margin-bottom: 96px !important;
}

.c-mt104 {
  margin-top: 104px !important;
}

.c-mb104 {
  margin-bottom: 104px !important;
}

.c-mt112 {
  margin-top: 112px !important;
}

.c-mb112 {
  margin-bottom: 112px !important;
}

.c-mt120 {
  margin-top: 120px !important;
}

.c-mb120 {
  margin-bottom: 120px !important;
}

.c-mt128 {
  margin-top: 128px !important;
}

.c-mb128 {
  margin-bottom: 128px !important;
}

.c-mt136 {
  margin-top: 136px !important;
}

.c-mb136 {
  margin-bottom: 136px !important;
}

.c-mt144 {
  margin-top: 144px !important;
}

.c-mb144 {
  margin-bottom: 144px !important;
}

.c-mt152 {
  margin-top: 152px !important;
}

.c-mb152 {
  margin-bottom: 152px !important;
}

.c-mt160 {
  margin-top: 160px !important;
}

.c-mb160 {
  margin-bottom: 160px !important;
}

.c-mt168 {
  margin-top: 168px !important;
}

.c-mb168 {
  margin-bottom: 168px !important;
}

.c-mt176 {
  margin-top: 176px !important;
}

.c-mb176 {
  margin-bottom: 176px !important;
}

.c-mt184 {
  margin-top: 184px !important;
}

.c-mb184 {
  margin-bottom: 184px !important;
}

.c-mt192 {
  margin-top: 192px !important;
}

.c-mb192 {
  margin-bottom: 192px !important;
}

.c-mt200 {
  margin-top: 200px !important;
}

.c-mb200 {
  margin-bottom: 200px !important;
}

.c-mt208 {
  margin-top: 208px !important;
}

.c-mb208 {
  margin-bottom: 208px !important;
}

.c-mt216 {
  margin-top: 216px !important;
}

.c-mb216 {
  margin-bottom: 216px !important;
}

.c-mt224 {
  margin-top: 224px !important;
}

.c-mb224 {
  margin-bottom: 224px !important;
}

.c-mt232 {
  margin-top: 232px !important;
}

.c-mb232 {
  margin-bottom: 232px !important;
}

.c-mt240 {
  margin-top: 240px !important;
}

.c-mb240 {
  margin-bottom: 240px !important;
}

.c-mt248 {
  margin-top: 248px !important;
}

.c-mb248 {
  margin-bottom: 248px !important;
}

.c-mt256 {
  margin-top: 256px !important;
}

.c-mb256 {
  margin-bottom: 256px !important;
}

.c-mt264 {
  margin-top: 264px !important;
}

.c-mb264 {
  margin-bottom: 264px !important;
}

.c-mt272 {
  margin-top: 272px !important;
}

.c-mb272 {
  margin-bottom: 272px !important;
}

.c-mt280 {
  margin-top: 280px !important;
}

.c-mb280 {
  margin-bottom: 280px !important;
}

.c-mt288 {
  margin-top: 288px !important;
}

.c-mb288 {
  margin-bottom: 288px !important;
}

.c-mt296 {
  margin-top: 296px !important;
}

.c-mb296 {
  margin-bottom: 296px !important;
}

.c-mt304 {
  margin-top: 304px !important;
}

.c-mb304 {
  margin-bottom: 304px !important;
}

.c-mt312 {
  margin-top: 312px !important;
}

.c-mb312 {
  margin-bottom: 312px !important;
}

.c-mt320 {
  margin-top: 320px !important;
}

.c-mb320 {
  margin-bottom: 320px !important;
}

.c-mt328 {
  margin-top: 328px !important;
}

.c-mb328 {
  margin-bottom: 328px !important;
}

.c-mt336 {
  margin-top: 336px !important;
}

.c-mb336 {
  margin-bottom: 336px !important;
}

.c-mt344 {
  margin-top: 344px !important;
}

.c-mb344 {
  margin-bottom: 344px !important;
}

.c-mt352 {
  margin-top: 352px !important;
}

.c-mb352 {
  margin-bottom: 352px !important;
}

.c-mt360 {
  margin-top: 360px !important;
}

.c-mb360 {
  margin-bottom: 360px !important;
}

.c-mt368 {
  margin-top: 368px !important;
}

.c-mb368 {
  margin-bottom: 368px !important;
}

.c-mt376 {
  margin-top: 376px !important;
}

.c-mb376 {
  margin-bottom: 376px !important;
}

.c-margin-reset {
  margin: 0 !important;
}

.c-padding--8 {
  padding: 8px;
}

.c-padding--16 {
  padding: 16px;
}

.c-padding--24 {
  padding: 24px;
}

.c-padding--32 {
  padding: 32px;
}

.c-padding--56 {
  padding: 56px;
}

.c-p--8 {
  padding: 8px;
}

.c-p--16 {
  padding: 16px;
}

.c-p--24 {
  padding: 24px;
}

.c-p--32 {
  padding: 32px;
}

.c-prl--8 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.c-prl--16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.c-prl--24 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.c-prl--32 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.c-prl--56 {
  padding-right: 56px !important;
  padding-left: 56px !important;
}

.c-prl--88 {
  padding-right: 88px !important;
  padding-left: 88px !important;
}

.c-pr--8 {
  padding-right: 8px;
}

.c-pr--16 {
  padding-right: 16px;
}

.c-pr--24 {
  padding-right: 24px;
}

.c-pr--32 {
  padding-right: 32px;
}

.c-pr--56 {
  padding-right: 56px;
}

.c-pr--88 {
  padding-right: 88px;
}

.c-pl--8 {
  padding-left: 8px;
}

.c-pl--16 {
  padding-left: 16px;
}

.c-pl--24 {
  padding-left: 24px;
}

.c-pl--32 {
  padding-left: 32px;
}

.c-pl--56 {
  padding-left: 56px;
}

.c-pl--88 {
  padding-left: 88px;
}

.c-padding-horizontal--8 {
  padding-right: 8px;
  padding-left: 8px;
}

.c-padding-horizontal--16 {
  padding-right: 16px;
  padding-left: 16px;
}

.c-padding-horizontal--24 {
  padding-right: 24px;
  padding-left: 24px;
}

.c-padding-horizontal--32 {
  padding-right: 32px;
  padding-left: 32px;
}

.c-padding-horizontal--56 {
  padding-right: 56px;
  padding-left: 56px;
}

.c-padding-horizontal--88 {
  padding-right: 88px;
  padding-left: 88px;
}

.c-radius--8 {
  border-radius: 8px;
}

.c-radius--16 {
  border-radius: 16px;
}

.c-radius--24 {
  border-radius: 24px;
}

.c-radius--32 {
  border-radius: 32px;
}

.c-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: auto;
  height: auto;
  min-height: 100vh;
  color: #023342;
  background-color: white;
}

.c-screen--gunmetal {
  color: white;
  background-color: #023342;
}

.c-page-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  color: #023342;
  background-color: white;
}

.c-page-section--gunmetal {
  color: white;
  background-color: #023342;
}

.c-page-section--laurel-green {
  color: #023342;
  background-color: #9cae94;
}

.c-top-triangle--gunmetal::before {
  content: "";
  position: absolute;
  top: -1px;
  left: calc(50% - 120px);
  right: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #023342;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
}

.c-top-triangle--laurel-green::before {
  content: "";
  position: absolute;
  top: -1px;
  left: calc(50% - 120px);
  right: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #9cae94;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
}

.c-balanced-width {
  width: 100%;
  max-width: 984px;
  /*&--984 { // selected by default.
    max-width: 984px;
  }*/
}

.c-balanced-width--88 {
  width: 100%;
  max-width: 88px;
}

.c-balanced-width--144 {
  width: 100%;
  max-width: 144px;
}

.c-balanced-width--232 {
  width: 100%;
  max-width: 232px;
}

.c-balanced-width--376 {
  width: 100%;
  max-width: 376px;
}

.c-balanced-width--608 {
  width: 100%;
  max-width: 608px;
}

.c-balanced-width--1592 {
  width: 100%;
  max-width: 1592px;
}

.c-balanced-width--center {
  margin: 0 auto;
}

.c-container-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media (min-width: 900px) {
  .c-container-vertical--responsive {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-container-vertical--left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-container-vertical--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-container-vertical--max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.c-container-vertical--376 {
  margin: auto;
  padding: 0 16px;
  max-width: 376px;
}

.c-container-vertical--608 {
  margin: auto;
  padding: 0 16px;
  max-width: 608px;
}

.c-container-vertical--gunmetal {
  color: white;
  background-color: #023342;
}

.c-container-vertical--pale-spring-bud {
  color: #023342;
  background-color: #e4e0be;
}

.c-container-vertical--orange-blaze {
  color: white;
  background-color: #f26419;
}

.c-container-vertical--ivory {
  color: #023342;
  background-color: #faf9ed;
}

.c-container-vertical--gunmetal-5 {
  background-color: rgba(2, 51, 66, 0.05);
}

.c-container-vertical--gunmetal-light-border {
  background-color: rgba(2, 51, 66, 0.05);
  border: 1px solid rgba(2, 51, 66, 0.33);
}

.c-container-vertical--dashed-orange {
  border: 2px dashed rgba(242, 100, 25, 0.77);
}

.c-container-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.c-container-horizontal--responsive {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 600px) {
  .c-container-horizontal--responsive {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-container-horizontal--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-container-horizontal--space-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.c-container-horizontal--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-container-horizontal--responsive {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 600px) {
  .c-container-horizontal--responsive {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-container-horizontal--gunmetal {
  color: white;
  background-color: #023342;
}

.c-container-horizontal--pale-spring-bud {
  color: #023342;
  background-color: #e4e0be;
}

.c-input-form {
  width: 100%;
  max-width: 608px;
  padding: 0 32px;
}

.c-end {
  height: 88px;
  background-color: transparent;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.button-group--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-logo {
  margin: auto;
}

.c-logo--144 {
  width: 144px;
  height: 56px;
}

.c-logo--232 {
  width: 232px;
  height: auto;
}

.c-logo--376 {
  width: 376px;
  height: auto;
}

.c-logo__source {
  width: 100%;
  height: 100%;
}

.c-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  /*&:hover {
    svg {
      fill: $acid-green;
    }
  }*/
}

.c-icon svg {
  width: 100%;
  height: 100%;
  fill: #023342;
}

.c-icon img {
  width: 100%;
  height: 100%;
}

.c-icon--white {
  color: white;
}

.c-icon--white svg {
  fill: white;
}

.c-icon--devys-gray svg {
  fill: #494949;
}

.c-icon--acid-green svg {
  fill: #cacb45;
}

.c-icon--8 {
  width: 8px;
  height: 8px;
}

.c-icon--16 {
  width: 16px;
  height: 16px;
}

.c-icon--24 {
  width: 24px;
  height: 24px;
}

.c-icon--32 {
  width: 32px;
  height: 32px;
}

.c-icon--56 {
  width: 56px;
  height: 56px;
}

.c-icon--88 {
  width: 88px;
  height: 88px;
}

.c-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 24px;
  padding: 0 8px;
  color: white;
  text-align: center;
  line-break: anywhere;
  background-color: #3d565a;
  border-radius: 8px;
}

.c-tag--full {
  width: 100%;
}

.c-tag--margin {
  margin: 0 8px;
}

.c-tag--laurel-green {
  background-color: #9cae94;
}

.c-button-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 24px auto 0;
}

@media (min-width: 600px) {
  .c-button-set {
    max-width: 376px;
  }
}

.c-button-set--horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.c-radio-button-set input[type="radio"] {
  visibility: hidden;
}

.c-radio-button-set--account-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.c-radio-button-set--account-type input[type="radio"] {
  position: absolute;
  width: 32px;
  top: -5000px;
  visibility: hidden;
}

.c-radio-button-set__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-radio-button-set__label--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  margin: 32px 16px 0 16px;
}

.c-table--welcome {
  margin: 0;
}

.c-table--welcome .c-table__content {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  background-color: #f7f8f9;
}

.c-table--no-margin {
  margin: 0;
}

.c-table--376 {
  max-width: 376px;
}

.c-table--608 {
  max-width: 608px;
}

.c-table--984 {
  margin: auto;
  padding: 0 16px;
  max-width: 984px;
}

@media (min-width: 600px) {
  .c-table--984 {
    padding: 0 32px;
  }
}

.c-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  margin-top: 0;
}

.c-table__row:first-of-type > .c-table__title {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.c-table__row:last-of-type > .c-table__content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media (min-width: 900px) {
  .c-table__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 2px;
  }
  .c-table__row:first-of-type > .c-table__title {
    border-top-left-radius: 8px;
    border-top-right-radius: 0px;
  }
  .c-table__row:first-of-type > .c-table__content {
    border-top-right-radius: 8px;
  }
  .c-table__row:last-of-type > .c-table__title {
    border-bottom-left-radius: 8px;
  }
  .c-table__row:last-of-type > .c-table__content {
    border-bottom-left-radius: 0;
  }
}

.c-table__column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-table__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 16px;
  color: white;
  background-color: #023342;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem !important;
  letter-spacing: 0.031rem;
  font-weight: 400;
}

.c-table__title--double-width {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.c-table__title--prize {
  color: #023342;
  background-color: transparent;
  border-bottom: 2px solid #023342;
}

.c-table__content {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 8px 32px 16px 8px;
  color: #023342;
  background-color: #faf9ed;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem !important;
  letter-spacing: 0.031rem;
  font-weight: 400;
}

@media (min-width: 900px) {
  .c-table__content {
    padding: 8px 16px;
  }
}

.c-table__content--half-width {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-table__content--prize {
  background-color: transparent;
  border-bottom: 2px solid #eee82c;
}

.c-table__content--white {
  background-color: white;
}

.c-table__list-item {
  margin: 5px 0 0 0;
}

.c-table__list-item:first-of-type {
  margin-top: 0;
}

.c-list {
  margin-top: 8px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem !important;
  letter-spacing: 0.031rem;
  font-weight: 400;
}

.c-list__item {
  margin-left: 8px;
}

.c-list__item::before {
  content: "•";
  color: #3d565a;
  padding-right: 8px;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pagination__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-pagination__number {
  margin: 0 8px;
  width: 3.2rem;
  height: 3.2rem;
  background-color: rgba(2, 51, 66, 0.05);
  border-radius: 4px;
}

.c-pagination__number:hover, .c-pagination__number:active {
  background-color: rgba(2, 51, 66, 0.11);
  -webkit-animation: pulse 0.55s both;
          animation: pulse 0.55s both;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.c-pagination__number--current {
  color: white;
  background-color: rgba(2, 51, 66, 0.77);
}

.c-pagination__number--current:hover, .c-pagination__number--current:active {
  background-color: rgba(2, 51, 66, 0.77);
  -webkit-animation: none;
          animation: none;
}

.c-pagination__number--current .c-pagination__button {
  cursor: default;
}

.c-pagination__next, .c-pagination__previus {
  margin: 0 8px;
  width: 5.6rem;
  height: 3.2rem;
  background-color: rgba(2, 51, 66, 0.05);
  border-radius: 4px;
}

.c-pagination__next:hover, .c-pagination__next:active, .c-pagination__previus:hover, .c-pagination__previus:active {
  background-color: rgba(2, 51, 66, 0.11);
  -webkit-animation: pulse 0.55s both;
          animation: pulse 0.55s both;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.c-pagination__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px;
  width: 100%;
  height: 100%;
  color: inherit;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.c-pagination__button .c-icon {
  position: relative;
  top: -3px;
}

.input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.input__legend {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
}

.input__set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 32px 0 0;
}

.input__set--kanri {
  width: 100%;
}

.input__set--no-mt {
  margin: 0;
}

.input__set--stretch {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 auto;
          flex: 2 1 auto;
}

.input__set--checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.input__title {
  width: 100%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input__tag {
  height: 20px;
  margin: 0 8px;
  padding: 2px 8px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #fff;
  background-color: #f26419;
  border-radius: 4px;
}

.input__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  min-height: 24px;
  max-height: 56px;
  padding-left: 8px;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.6rem;
  overflow: hidden;
}

.input__label--white {
  color: white;
}

.input__label--big {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.input__field {
  width: auto;
  min-width: 232px;
  height: 32px;
  margin-top: 4px;
  padding: 4px 16px;
  text-align: left;
  border: 1px solid #023342;
  border-radius: 8px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.input__field--textarea {
  max-width: 608px;
  min-height: 144px;
  padding: 8px 16px;
  color: #023342;
  resize: vertical;
}

.input__field--image {
  max-width: 608px;
  min-height: 144px;
  padding: 8px 16px;
  color: #023342;
  border: 2px dashed #f26419;
}

.input__field--radio {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.input__field--small {
  width: 56px;
  min-width: 56px;
  margin-right: 8px;
}

.input__field--medium {
  width: 88px;
  min-width: 88px;
  margin-right: 8px;
}

.input__field--stretch {
  width: auto;
  min-width: 24px;
}

.input__field:disabled {
  border: 1px solid rgba(2, 51, 66, 0.7);
  background: rgba(2, 51, 66, 0.07);
  color: rgba(2, 51, 66, 0.77);
  font-size: 1.6rem;
  opacity: 0.77;
}

.input__checkbox {
  width: 24px;
  height: 24px;
}

.input__validation {
  display: none;
}

.input__validation--display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  margin-top: 4px;
  padding: 0 8px;
  color: white;
  background-color: #f26419;
  border-radius: 8px;
  -webkit-animation: jelly 0.9s both;
          animation: jelly 0.9s both;
}

.input__validation--display::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "!";
  width: 12px;
  height: 12px;
  margin-right: 4px;
  padding: 1px 4px;
  border-radius: 8px;
  color: #f26419;
  background-color: white;
  font-weight: 700;
}

.input__validation--display::after {
  content: "";
  position: absolute;
  top: -16px;
  left: 11px;
  width: 0;
  height: 0;
  border-top: 16px solid #f26419;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  width: 100%;
  min-width: 232px;
  max-width: 372px;
  height: 56px;
  margin: 32px 16px 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 16px;
  border-radius: 32px;
  outline: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.button:disabled {
  opacity: 0.33;
  cursor: default;
}

.button:disabled:hover {
  -webkit-animation: none;
          animation: none;
}

.button:hover {
  -webkit-animation: pulse 0.55s both;
          animation: pulse 0.55s both;
}

.button--short {
  width: 112px;
  min-width: 56px;
  max-width: 112px;
  margin: 0;
  padding: 8px;
}

.button--disabled-gray:disabled {
  opacity: 1;
  background-color: #e6e6e6 !important;
  color: #494949 !important;
  border: none;
}

.button__primary {
  color: #fff;
  background-color: #cacb45;
  border-color: #cacb45;
}

.button__primary--dark {
  color: #245c24;
  background-color: #fff;
  border-color: #fff;
}

.button__secondary {
  color: #023342;
  background-color: white;
  border-color: #023342;
}

.button__secondary--dark {
  color: #fff;
  background-color: rgba(36, 92, 36, 0.77);
  border-color: #fff;
}

.button__tertiary {
  color: #023342;
  background: transparent;
}

.button__tertiary::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background-color: rgba(2, 51, 66, 0.44);
}

.button__tertiary--viewmore::after {
  content: "";
  position: absolute;
  top: 42px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid #023342;
}

.button__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 2px;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border-radius: 44px;
}

.button__icon--gunmetal {
  background-color: #023342;
}

.button__icon--32 {
  width: 32px;
  height: 32px;
}

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

.isologo--main {
  width: 144px;
  height: auto;
  margin-top: 8px;
}

.isologo--welcome {
  width: 144px;
  height: auto;
  margin: 32px 0 16px 0;
}

.c-profile-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 4px;
  right: 4px;
  width: 144px;
  height: 232px;
  margin: auto;
  overflow: hidden;
}

.c-profile-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.c-profile-picture__upload-area {
  display: inherit;
  position: relative;
}

.c-profile-picture__upload {
  display: inherit;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 6px;
  right: 4px;
  width: 144px;
  height: 32px;
  opacity: 0.66;
  cursor: pointer;
}

.c-profile-picture__upload:hover, .c-profile-picture__upload:active {
  -webkit-animation: pulse 0.55s both;
          animation: pulse 0.55s both;
}

.c-profile-picture__input {
  position: relative;
  width: 136px;
  height: 32px;
  margin: 4px 0 0 8px;
  padding: 5px 0 0 5px;
}

.c-profile-picture__input::before {
  color: #023342;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  left: 0;
  width: 136px;
  height: 32px;
  border: 2px solid #023342;
  border-radius: 16px;
  background-color: white;
  outline: 0;
  cursor: pointer;
}

.c-profile-picture__edit {
  display: inherit;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 4px;
  right: 4px;
  width: 88px;
  height: 32px;
  opacity: 0.66;
  cursor: pointer;
}

.c-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-data__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 88px;
  margin-left: 2px;
}

.c-data__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: auto;
  min-height: 32px;
  margin: 0 2px 2px 0;
  padding: 2px 8px;
  color: white;
  background-color: #023342;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  border-radius: 4px;
}

.c-data__title--large {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.c-data__title--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-data__title--transparent {
  background-color: transparent;
}

.c-data__title--laurel-green {
  background-color: #9cae94;
}

.c-data__title--dark-slate-gray {
  background-color: #3d565a;
}

.c-data__slot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  width: 100%;
  height: auto;
  min-height: 32px;
  margin: 0 2px 2px 0;
  padding: 2px 8px;
  color: #023342;
  background-color: #e4e0be;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  border-radius: 4px;
}

.c-data__slot--short {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-data__slot--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-data__slot--edit {
  padding-left: 16px;
  text-align: center;
  background-color: #edf0f1;
  border: 1px solid #9fb1b7;
}

.c-data__slot--confirm {
  color: white;
  background-color: #f26419;
}

.article {
  padding: 32px 0 64px;
  border-top: 1px solid rgba(2, 51, 66, 0.33);
}

.article:first-of-type {
  padding: 8px 0 64px;
  border-top: none;
}

.article--welcome:first-of-type {
  padding: 8px 0;
}

.article__subtitle {
  padding-top: 8px;
}

.article__paragraph {
  margin-top: 16px;
}

.article__paragraph--welcome {
  padding: 0 40px;
}

.article__paragraph .c-paragraph {
  margin-top: 24px;
}

.article__image {
  width: 100%;
  height: auto;
  margin-top: 16px;
}

.article__image img {
  width: 100%;
  max-width: 100%;
  height: 144px;
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 600px) {
  .article__image img {
    height: 232px;
  }
}

.article__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 16px 0 0 0;
}

.highlight {
  margin-top: 40px;
  padding: 0 32px;
}

.highlight__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 8px;
}

.bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 144px;
  height: auto;
  margin: 16px 4px;
}

.bubble__caption {
  padding: 4px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0.066rem;
  font-weight: 400;
}

.bubble__caption:first-of-type {
  margin-top: 8px;
}

.icon {
  margin-right: 16px;
}

.icon--club {
  content: url(../images/icon--club.svg);
  width: 14px;
  height: 14px;
}

.icon--location {
  content: url(../images/icon--location.svg);
  width: 14px;
  height: 14px;
}

.icon--phone {
  content: url(../images/icon--phone.svg);
  width: 14px;
  height: 14px;
}

.icon--website {
  content: url(../images/icon--website.svg);
  width: 14px;
  height: 14px;
}

.baloon-wrapper {
  position: relative;
}

.baloon {
  position: relative;
  bottom: -8px;
  min-height: 32px;
  max-width: 375px;
  padding: 2px 32px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: white;
  text-align: center;
  border-radius: 8px;
  background-color: #f26419;
  z-index: 1;
}

.baloon::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 44%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 24px solid #f26419;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  z-index: -1;
}

.app-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  width: 100%;
  height: 100%;
  min-height: 24px;
  max-height: 56px;
  position: relative;
  color: white;
  vertical-align: middle;
  background: #023342;
}

@media (min-width: 900px) {
  .app-footer--login {
    position: fixed;
    bottom: 0;
  }
}

.app-footer--home {
  position: relative;
  background: transparent;
}

.app-footer--home::before {
  display: none;
}

.app-footer__copyright {
  padding: 0 16px 8px 16px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  line-height: 1.4rem !important;
  letter-spacing: 0.031rem;
  font-weight: 500;
}

.app-footer__link {
  margin: 0 16px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1rem;
  line-height: 1.4rem !important;
  letter-spacing: 0.031rem;
  color: inherit;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
}

.app-footer__link:hover {
  -webkit-animation: pulse 0.55s both;
          animation: pulse 0.55s both;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 56px;
  color: white;
  background: rgba(2, 51, 66, 0.96);
  /*@include for-desktop-up {
    display: none;
  }*/
}

@media (min-width: 600px) {
  .footer {
    padding: 0 56px;
  }
}

@media (min-width: 900px) {
  .footer {
    display: none;
  }
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 984px;
  padding: 0 32px;
}

@media (min-width: 600px) {
  .footer__container {
    padding: 0 56px;
  }
}

@media (min-width: 900px) {
  .footer__container {
    padding: 0 88px;
  }
}

.footer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 32px;
  height: auto;
  color: white;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.footer__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -16px;
  right: -16px;
  width: 24px;
  height: 24px;
  background: #e71d36;
  border-radius: 50%;
  font-size: 0.8rem;
  z-index: 1;
}

.footer__counter::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -4px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 16px solid #e71d36;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}

.footer__icon {
  width: 24px;
  height: 24px;
}

.footer__label {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 500;
  text-align: center;
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  width: 100%;
  height: 100%;
  min-height: 24px;
  max-height: 56px;
  margin-bottom: 64px;
  color: white;
}

.copyright--gunmetal {
  color: #023342;
}

@media (min-width: 1200px) {
  .copyright {
    margin-bottom: 0;
  }
}

.copyright__text {
  width: 100%;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
}

.footer-background {
  display: block;
  position: absolute;
  top: -33px;
  right: 0;
  bottom: 0;
  float: right;
  width: 232px;
}

.main--welcome .copyright {
  max-width: 984px;
  margin: 0 auto;
  color: #023342;
  background: white;
}

.loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #023342;
}

.loading__ball {
  width: 88px;
  height: 144px;
  -webkit-animation: rotate-in-center 3.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
          animation: rotate-in-center 3.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
}

.loading__text {
  position: absolute;
  bottom: 88px;
  font-size: 1.6rem;
  color: #cacb45;
  -webkit-animation: opacity-loop 3.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
          animation: opacity-loop 3.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
}

.hidden {
  display: none;
}

.devMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  margin: 0 auto;
  padding: 16px 16px 88px 16px;
  background: #e4e0be;
  color: #023342;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.4rem;
}

.devMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 8px;
  counter-reset: devMenu;
  width: 100%;
}

.devMenu li {
  margin: 8px;
  padding: 8px 24px;
  background: rgba(255, 255, 255, 0.55);
  color: #f26419;
  border-radius: 32px;
  text-align: left;
}

.devMenu li:hover {
  -webkit-animation: pulse 0.55s both;
          animation: pulse 0.55s both;
}

.devMenu li::before {
  counter-increment: devMenu;
  content: counter(devMenu);
  float: left;
  padding-right: 8px;
}

.devMenu li i {
  font-size: 1.2rem;
  background: rgba(202, 203, 69, 0.77);
  margin-right: 8px;
  padding: 0 8px;
  border-radius: 4px;
}

.devMenu__link {
  color: #2b2d42;
  text-decoration: none;
}

.devMenu__link:visited {
  color: #2b2d42;
}

.devMenu__link--highlight {
  background-color: #f26419;
  color: white;
  padding: 0 32px;
  border-radius: 8px;
}

.devMenu__link--highlight:visited {
  color: white;
}

.kanri-dev-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 16px;
  left: 16px;
  color: white;
  z-index: 1001;
}

.kanri-dev-navigation a {
  color: inherit;
}

.kanri-dev-navigation input[type="checkbox"] {
  display: none;
}

.kanri-dev-navigation__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 8px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.11);
  border-radius: 8px;
}

.kanri-dev-navigation__group:first-of-type {
  margin-top: 0;
}

.kanri-dev-navigation__section-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 2px 8px;
  margin: 0 0 8px 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #023342;
  background-color: #faf9ed;
  border-radius: 5px;
}

.kanri-dev-navigation__link {
  margin-top: 4px;
  padding: 4px 8px;
}

.kanri-dev-navigation__link:hover {
  color: #023342;
  background-color: #cacb45;
  border-radius: 4px;
}

.kanri-dev-navigation__link:hover a {
  color: #023342;
}

.kanri-dev-navigation__link:hover i {
  color: white;
  background-color: #3d565a;
}

.kanri-dev-navigation__link i {
  font-size: 1rem;
  color: #3d565a;
  background-color: #e4e0be;
  margin-right: 8px;
  padding: 0 8px;
  border-radius: 4px;
}

.kanri-dev-navigation__link--highlight {
  background-color: #f26419;
  border-radius: 4px;
}

.kanri-dev-navigation__link--highlight:hover {
  color: #f26419;
}

.kanri-dev-navigation__checkbox:checked ~ .kanri-dev-navigation__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 144px);
  overflow: scroll;
}

.kanri-dev-navigation__checkbox:checked ~ .kanri-dev-navigation__button {
  background-color: #023342;
}

.kanri-dev-navigation__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 32px;
  height: 32px;
  margin: 8px;
  padding: 4px;
  border: none;
  border-radius: 50%;
  outline: none;
  z-index: 5;
}

.kanri-dev-navigation__button svg {
  width: 32px;
  height: 32px;
}

.kanri-dev-navigation__button:hover {
  -webkit-animation: rotate-in-center 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: rotate-in-center 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.kanri-dev-navigation__dropdown {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 144px;
  min-height: 144px;
  padding: 32px 8px;
  background-color: rgba(2, 51, 66, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 8px;
}

.previewLink {
  text-align: center;
  text-decoration: none;
}

.previewLink--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*# sourceMappingURL=styles.css.map */