@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

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

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

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

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

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

html {
  font-size: 53%; }
  @media only screen and (min-width: 340px) {
    html {
      font-size: 58%; } }
  @media only screen and (min-width: 370px) {
    html {
      font-size: 62.5%; } }
  @media only screen and (min-width: 480px) {
    html {
      font-size: 10px; } }
  @media only screen and (min-width: 480px) and (min-width: 450px) {
    html {
      font-size: calc(10px + 6 * ((100vw - 450px) / 318)); } }
  @media only screen and (min-width: 480px) and (min-width: 768px) {
    html {
      font-size: 16px; } }

body {
  font-family: 'ヒラギノ角ゴ ProN' , 'Hiragino Kaku Gothic ProN' , '游ゴシック' , '游ゴシック体' , YuGothic , 'Yu Gothic' , 'メイリオ' , Meiryo , 'ＭＳ ゴシック' , 'MS Gothic' , HiraKakuProN-W3 , 'TakaoExゴシック' , TakaoExGothic , 'MotoyaLCedar' , 'Droid Sans Japanese' , sans-serif;
  background: #f9f7ec;
  font-size: 1.6rem;
  line-height: 1.4; }

.body--transparent {
  background: transparent; }

.img-responsive {
  max-width: 100%;
  height: auto; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

a {
  text-decoration: none; }

p {
  margin: 0; }

.btn {
  display: inline-block;
  padding: 1.2rem 6rem;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  background: #fff;
  color: #000;
  border: 0;
  -webkit-border-radius: 3.5rem;
  border-radius: 3.5rem;
  -webkit-box-shadow: 0px 0.2rem 0 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0.2rem 0 0 rgba(0, 0, 0, 0.6); }
  .btn--accent {
    background: #ea3d3a;
    color: #fff;
    -webkit-box-shadow: 0px 0.3rem 0 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0.3rem 0 0 rgba(0, 0, 0, 0.6); }
  .btn--text-blue {
    color: #1e398f; }

.btn-sm {
  display: inline-block;
  background: #efefef;
  height: 2.7rem;
  line-height: 2.7rem;
  padding: 0 2rem;
  font-size: 1.3rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  color: #000;
  -webkit-box-shadow: 0 0.2rem 0.1rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.2rem 0.1rem rgba(0, 0, 0, 0.4); }

.btn-md {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  padding: 0 4.5rem;
  background: #3da290;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  -webkit-box-shadow: 0 0.3rem 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0.3rem 0 rgba(0, 0, 0, 0.6);
  position: relative; }

.btn-lg {
  display: inline-block;
  height: 6rem;
  line-height: 6rem;
  padding: 0 3.5rem;
  background: #3da290;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  -webkit-box-shadow: 0 0.3rem 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0.3rem 0 rgba(0, 0, 0, 0.6);
  position: relative; }
  .btn-lg--accent {
    background: -webkit-repeating-linear-gradient(135deg, rgba(234, 61, 58, 0.8), rgba(234, 61, 58, 0.8) 5px, #ea3d3a 5px, #ea3d3a 10px);
    background: -o-repeating-linear-gradient(135deg, rgba(234, 61, 58, 0.8), rgba(234, 61, 58, 0.8) 5px, #ea3d3a 5px, #ea3d3a 10px);
    background: repeating-linear-gradient(-45deg, rgba(234, 61, 58, 0.8), rgba(234, 61, 58, 0.8) 5px, #ea3d3a 5px, #ea3d3a 10px); }
  .btn-lg--bubble {
    position: absolute;
    top: -1.5rem;
    background: #fff;
    color: #000;
    font-size: 1.5rem;
    padding: 0 0.5rem;
    height: auto;
    line-height: 1;
    -webkit-border-radius: 3rem;
    border-radius: 3rem; }
    .btn-lg--bubble:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -0.9rem;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 0.6rem solid transparent;
      border-right: 0.6rem solid transparent;
      border-top: 1rem solid #fff; }
  .btn-lg--highlight {
    color: #f08336;
    font-size: 2.5rem; }

/*modal*/
.modal {
  display: block;
  background: #f9f7ec;
  padding: 0 0 0.5rem;
  z-index: 1;
  -webkit-border-radius: 2rem;
  border-radius: 2rem; }
  .modal--centered {
    top: 0 !important;
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 100vh; }
  .modal__wrapper {
    height: 80vh;
    overflow-y: scroll; }
  .modal__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    position: relative; }
  .modal__header {
    background: #3da290;
    padding: 1.4rem 1rem;
    -webkit-border-top-left-radius: 2rem;
    border-top-left-radius: 2rem;
    -webkit-border-top-right-radius: 2rem;
    border-top-right-radius: 2rem;
    position: relative; }
  .modal__arrow {
    position: absolute;
    top: 40%;
    left: 2rem;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px; }
    .modal__arrow--left {
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
  .modal__title {
    font-size: 2rem;
    margin: 0;
    text-align: center;
    color: #fff; }
  .modal__body {
    position: relative; }
    .modal__body--bg {
      background: #f9f7ec;
      -webkit-border-radius: 2rem;
      border-radius: 2rem; }
    .modal__body--p-15 {
      padding: 1.5rem; }
    .modal__body--p-20 {
      padding: 2rem; }

.modal-iframe {
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  height: 0;
  width: 100vw;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .modal-iframe.is-active {
    opacity: 1;
    height: 100vh; }
  .modal-iframe iframe {
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    width: calc(100% - 3rem);
    top: 3rem;
    left: 1.5rem; }

.close {
  position: absolute;
  bottom: calc(20vh - 7rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 6.5rem;
  height: 6.5rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 0.4rem solid #fff;
  background: #f08336;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .close__img {
    font-size: 4rem;
    line-height: 0.5; }

.splash-screen {
  background: url(../img/background.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem 1rem; }
  .splash-screen__btn {
    margin: 3.5rem 0 4.5rem; }
  .splash-screen__campaign-logo {
    width: 11.5rem; }

.login-screen__wrapper {
  background: url(../img/background.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3rem 0; }

.brand-logo {
  margin: 0 3.5rem 2.5rem;
  text-align: center; }

.login-form {
  padding: 0 4rem; }
  .login-form__input {
    padding: 1rem 1.5rem;
    margin-bottom: 1.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px inset #f9f7ec;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    line-height: 2; }
    .login-form__input:focus {
      outline: 0;
      border: 1px solid #5e5e5e; }
  .login-form__submit-btn {
    text-align: center; }

.account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin: 2.4rem 0; }
  .account__link {
    display: block;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000; }
    .account__link--forgot-password {
      margin: 1.8rem 0; }

.sns {
  background: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 1.8rem;
  padding: 1.5rem 2.2rem;
  font-size: 1.4rem; }
  .sns__title {
    text-align: center;
    margin: 0; }
  .sns__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem; }
  .sns__item {
    -webkit-flex-basis: calc(50% - 0.5rem);
    -ms-flex-preferred-size: calc(50% - 0.5rem);
    flex-basis: calc(50% - 0.5rem);
    margin-bottom: 0.5rem;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    .sns__item img {
      width: 2.2rem;
      margin-right: 1.5rem; }
    .sns__item--facebook {
      background-color: #3d5a98; }
    .sns__item--twitter {
      background-color: #0095e8; }
      .sns__item--twitter img {
        width: 2.5rem; }
    .sns__item--yahoo {
      background-color: #e64e4b; }
    .sns__item--line {
      background-color: #26b300; }
  .sns__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding: 0.7rem 1rem;
    text-decoration: none; }

.main-wrapper {
  min-height: 100vh; }

.header__top {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 36%;
  -ms-flex: 0 1 36%;
  flex: 0 1 36%;
  background: #3da290;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  color: #fff; }

.header__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.7rem; }

.history {
  width: 36%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  font-size: 1.8rem;
  color: #000;
  height: 2.5rem;
  border: 0.15rem solid #fff;
  -webkit-border-radius: 3rem;
  border-radius: 3rem; }
  .history__coin {
    width: 2.6rem; }
  .history__number {
    font-weight: bold; }
  .history__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #3da290;
    font-size: 1.2rem;
    height: 100%;
    padding: 0.6rem;
    -webkit-border-top-right-radius: 3rem;
    border-top-right-radius: 3rem;
    -webkit-border-bottom-right-radius: 3rem;
    border-bottom-right-radius: 3rem; }

.giveaway {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 36%;
  -ms-flex: 0 1 36%;
  flex: 0 1 36%;
  background: #3da290;
  height: 2.5rem;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 0.5rem;
  padding: 0 0.3rem; }
  .giveaway__box {
    width: 2.5rem;
    margin-right: 1rem; }

.user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.4rem; }
  .user__nick-name {
    color: #fff; }
  .user__icon-circle {
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: relative; }
    .user__icon-circle:before {
      content: '';
      background: -webkit-radial-gradient(center, circle, #3da290 0%, #3da290 30%, transparent 30%);
      background: -o-radial-gradient(center, circle, #3da290 0%, #3da290 30%, transparent 30%);
      background: radial-gradient(circle at center, #3da290 0%, #3da290 30%, transparent 30%);
      -webkit-background-size: 0.4rem 0.4rem;
      background-size: 0.4rem 0.4rem;
      background-position: center;
      background-repeat: repeat-x;
      width: 1.3rem;
      height: 1.3rem;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .user__rank-label {
    font-weight: normal;
    font-size: 1.2rem;
    margin: 0 1rem; }
  .user__rank-number {
    font-size: 3rem;
    line-height: 1; }

.prize {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 44%;
  -ms-flex: 0 1 44%;
  flex: 0 1 44%;
  background: #d01c01;
  height: 2.5rem;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 0.5rem;
  padding: 0 0 0 1.5rem; }
  .prize__mail {
    width: 1.5rem;
    margin-right: 1rem; }

.daily-bonus > img {
  width: 5rem; }

.challenges {
  background: #f9f7ec url(../img/challenge-bg-sm.png) center bottom no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  padding: 0 1rem 3rem;
  position: relative; }
  @media only screen and (min-width: 400px) {
    .challenges {
      background-image: url(../img/challenge-bg-md.png); } }
  @media only screen and (min-width: 480px) {
    .challenges {
      background-image: url(../img/challenge-bg.png); } }

.eco-mascot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 3.5rem; }
  .eco-mascot__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(20% - 0.5rem);
    -ms-flex: 0 1 calc(20% - 0.5rem);
    flex: 0 1 calc(20% - 0.5rem); }
  .eco-mascot__main-img {
    height: 6rem; }
  .eco-mascot__title {
    height: 1.8rem;
    margin-top: 0.3rem; }

.progress {
  margin-top: -1rem;
  position: relative; }
  .progress__meter {
    height: 0.7rem;
    width: 85%;
    margin: 0 auto;
    background: #000;
    -webkit-border-radius: 3rem;
    border-radius: 3rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 0.3rem solid #fff;
    -webkit-box-shadow: 0 0.2rem 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0.2rem 0 rgba(0, 0, 0, 0.4);
    overflow: hidden; }
  .progress__bar {
    display: block;
    width: 30%;
    height: 100%;
    background: #f08336; }
  .progress__heart {
    width: 1.8rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.challenge {
  font-weight: bold; }
  .challenge__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .challenge__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(50% - 0.7rem);
    -ms-flex: 0 1 calc(50% - 0.7rem);
    flex: 0 1 calc(50% - 0.7rem);
    background: #fff;
    text-align: center;
    padding: 1.5rem 1rem;
    -webkit-border-radius: 1.5rem;
    border-radius: 1.5rem;
    color: #000; }
  .challenge__name {
    font-size: 2rem;
    margin: 0.2rem 0; }
  .challenge__icon {
    width: 3rem; }
    .challenge__icon--switch {
      width: 4rem; }
  .challenge__tackle {
    font-size: 1.4rem;
    text-decoration: none;
    color: #f08336; }
    .challenge__tackle img {
      width: 1.4rem; }

.activity {
  background: #355690;
  padding: 2.5rem 1rem;
  margin-bottom: 6rem; }
  .activity__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .activity__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(33.3333% - 0.6rem);
    -ms-flex: 0 1 calc(33.3333% - 0.6rem);
    flex: 0 1 calc(33.3333% - 0.6rem);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .activity__item--notify {
      position: absolute;
      top: -0.6rem;
      right: 1rem;
      height: 1.5rem;
      line-height: 1.5rem;
      background: #d01c01;
      color: #fff;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1rem;
      padding: 0 0.7rem;
      text-align: center;
      -webkit-border-radius: 0.4rem;
      border-radius: 0.4rem; }
  .activity__link {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0.2rem;
    font-weight: bold;
    font-size: 1.5rem;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #000; }
    .activity__link--1 {
      background: #fff; }
    .activity__link--2 {
      background: #7ccef5; }
    .activity__link--3 {
      background: #f5ee7c;
      font-size: 1.8rem;
      line-height: 1.2; }

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem; }
  .banner__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(33.3333% - 0.6rem);
    -ms-flex: 0 1 calc(33.3333% - 0.6rem);
    flex: 0 1 calc(33.3333% - 0.6rem); }
  .banner__link {
    display: block;
    -webkit-border-radius: 0.6rem;
    border-radius: 0.6rem;
    overflow: hidden; }
    .banner__link img {
      display: block; }

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff; }

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

.footer-nav__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%; }

.footer-nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
  height: 100%;
  font-weight: bold;
  font-size: 1rem;
  color: #043459; }
  .footer-nav__link.is-active {
    color: #fff;
    background: #043459; }
  .footer-nav__link img {
    height: 2rem;
    margin-bottom: 0.7rem; }

.signup {
  background: url(../img/background.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 100vh; }
  .signup__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3.5rem; }
  .signup__header {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1;
    padding: 2.5rem;
    text-align: center;
    color: #fff;
    background: #004788; }

.field {
  margin-bottom: 2.5rem; }
  .field__label {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
    margin: 0 0 0.7rem; }
  .field__input, .field__select {
    padding: 1rem 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px inset #f9f7ec;
    background-color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1.6rem;
    width: 100%;
    line-height: 2; }
    .field__input:focus, .field__select:focus {
      outline: 0;
      border: 1px solid #5e5e5e; }
  .field__input::-webkit-input-placeholder {
    color: #929292; }
  .field__input::-ms-input-placeholder {
    color: #929292; }
  .field__input::placeholder {
    color: #929292; }
  .field__select-wrapper {
    position: relative; }
    .field__select-wrapper:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 1.5rem;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-left: 1rem solid transparent;
      border-right: 1rem solid transparent;
      border-top: 1.5rem solid #acacac; }
  .field__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #929292; }
    .field__select option {
      width: 100%;
      color: #000; }
  .field__submit-btn {
    text-align: center; }

.custom-checkbox {
  text-align: center;
  margin-bottom: 2.5rem; }
  .custom-checkbox__label {
    position: relative;
    font-weight: bold;
    margin-left: -2rem; }
    .custom-checkbox__label--underline {
      border-bottom: 1px solid #000; }
  .custom-checkbox__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    right: -3rem;
    height: 1.8rem;
    width: 1.8rem;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem;
    border: 1px solid #000;
    background-color: #fff; }
    .custom-checkbox .checkmark:after {
      content: "";
      display: none;
      position: absolute;
      left: 0.6rem;
      top: 0.1rem;
      width: 0.3rem;
      height: 1rem;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .custom-checkbox__label:hover .custom-checkbox__input ~ .checkmark {
    background-color: #fff; }
  .custom-checkbox__label:hover .custom-checkbox__input:checked ~ .checkmark {
    background-color: #40a1df; }
  .custom-checkbox__label .custom-checkbox__input:checked ~ .checkmark:after {
    display: block; }

.user-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.5rem 3rem; }
  .user-profile__img {
    width: 10rem;
    height: 10rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffda78;
    overflow: hidden;
    border: 2px solid #fff;
    padding-top: 0.5rem; }
  .user-profile__status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-top: 2rem; }
  .user-profile__name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(62% - 1.2rem);
    -ms-flex: 0 1 calc(62% - 1.2rem);
    flex: 0 1 calc(62% - 1.2rem); }
  .user-profile__rank {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(38% - 1.2rem);
    -ms-flex: 0 1 calc(38% - 1.2rem);
    flex: 0 1 calc(38% - 1.2rem); }
  .user-profile__label {
    font-size: 1.2rem;
    background: #ddd8c0;
    text-align: center;
    padding: 0.5rem;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem;
    margin-bottom: 0.8rem; }
  .user-profile__value {
    font-size: 1.9rem; }
    .user-profile__value--primary {
      color: #f08336;
      font-size: 3.6rem;
      line-height: 1; }

.user-point {
  background: #fff;
  padding: 2.2rem;
  font-weight: bold; }
  .user-point-current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2rem 1rem 2rem;
    border-bottom: 0.3rem dotted #bea284; }
    .user-point-current__label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 1.5rem; }
      .user-point-current__label img {
        width: 2rem;
        margin-right: 0.5rem; }
    .user-point-current__value {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 2.4rem;
      color: #3da290; }
      .user-point-current__value small {
        font-size: 1.2rem;
        color: #000;
        margin-left: 0.5rem; }
  .user-point-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2rem;
    margin: 1.2rem 0; }
    .user-point-total__label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 1.2rem; }
    .user-point-total__value {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 1.4rem; }
      .user-point-total__value small {
        font-size: 1.2rem;
        margin-left: 0.5rem; }
  .user-point__btn {
    text-align: center; }

.user-info {
  margin: 2rem;
  font-weight: bold; }
  .user-info__label {
    font-size: 1.4rem;
    background: #ddd8c0;
    width: 7.5rem;
    height: 2.6rem;
    line-height: 2.6rem;
    text-align: center;
    margin-right: 1rem;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem; }
  .user-info__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1rem; }
  .user-info__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .user-info__bottom--right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%; }
    .user-info__bottom--left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%; }

.user-btn {
  text-align: center;
  margin-bottom: 4rem; }
  .user-btn__top {
    margin-bottom: 2rem; }
    .user-btn__top a {
      position: relative; }
      .user-btn__top a > img {
        width: 1.5rem;
        position: absolute;
        top: 50%;
        right: 1.5rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .user-btn__bottom a {
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    font-size: 1.4rem;
    color: #000;
    border-bottom: 1px solid #000; }

.c-profile__title {
  font-size: 1.6rem;
  margin: 0 0 1rem 0; }

.c-profile__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.c-profile__img {
  width: 10rem;
  height: 10rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffda78;
  overflow: hidden;
  border: 2px solid #fff;
  padding-top: 0.5rem; }

.c-profile__btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(100% - 12rem);
  -ms-flex: 0 1 calc(100% - 12rem);
  flex: 0 1 calc(100% - 12rem); }
  .c-profile__btn .btn-md {
    padding: 0;
    text-align: center;
    width: 100%;
    padding: 0 0.4rem; }

.c-profile__body {
  margin-bottom: 2rem; }

.profile-pics {
  background: #fff;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
  -o-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out; }
  .profile-pics.is-shown {
    overflow: auto;
    opacity: 1;
    margin-top: 1.5rem;
    padding: 1.5rem 2.5rem; }
  .profile-pics__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .profile-pics__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%; }
  .profile-pics__img {
    width: 7.5rem;
    height: 7.5rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffda78;
    overflow: hidden;
    border: 2px solid #fff;
    padding-top: 0.3rem;
    margin-bottom: 1.5rem; }
    .profile-pics__img--selected {
      -webkit-box-shadow: 0 0 0 3px #ff0000;
      box-shadow: 0 0 0 3px #ff0000; }

#profile-pics-form {
  font-weight: bold;
  margin: 0; }
  #profile-pics-form .post-form__top {
    margin-bottom: 0; }
  #profile-pics-form .post-form__select {
    padding: 1rem 2rem 0.7rem;
    font-size: 1.3rem;
    -webkit-border-radius: 1.5rem;
    border-radius: 1.5rem; }
  #profile-pics-form .post-form__img-preview {
    width: 4rem;
    height: 4rem; }

.c-profile-form {
  margin-top: 2.5rem; }

.eco-challenge {
  margin-bottom: 2rem; }
  .eco-challenge__item {
    -webkit-box-shadow: 0 0.2rem 0 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0.2rem 0 0 rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 0.6rem;
    border-radius: 0.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 1.2rem;
    overflow: hidden;
    color: #000;
    background: #fff; }
    .eco-challenge__item:not(:first-child) {
      margin-top: 1.5rem; }
    .eco-challenge__item.is-disabled {
      position: relative;
      background: #f9f7ec;
      opacity: 0.6; }
      .eco-challenge__item.is-disabled:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3); }
  .eco-challenge__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(20% - 0.7rem);
    -ms-flex: 0 1 calc(20% - 0.7rem);
    flex: 0 1 calc(20% - 0.7rem);
    text-align: center; }
    .eco-challenge__img--group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .eco-challenge__img--group img:first-child {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        width: 60%; }
      .eco-challenge__img--group img:last-child {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        width: 50%; }
  .eco-challenge__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(55% - 0.7rem);
    -ms-flex: 0 1 calc(55% - 0.7rem);
    flex: 0 1 calc(55% - 0.7rem);
    font-size: 1.4rem; }
  .eco-challenge__point {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(25% - 0.7rem);
    -ms-flex: 0 1 calc(25% - 0.7rem);
    flex: 0 1 calc(25% - 0.7rem);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.6rem;
    color: #3da290; }
    .eco-challenge__point img {
      width: 2.3rem; }
      .eco-challenge__point img.big {
        width: 5rem; }

.eco-details {
  font-weight: bold;
  margin: 5rem 0; }
  .eco-details__title {
    font-size: 2.4rem;
    text-align: center;
    margin: 0 0 2rem; }
  .eco-details__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .eco-details__img {
    width: 8rem; }
  .eco-details__desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% - 9rem);
    -ms-flex: 0 1 calc(100% - 9rem);
    flex: 0 1 calc(100% - 9rem); }
  .eco-details__rank {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 3rem;
    padding: 2rem;
    text-align: center;
    color: #3da290;
    border-bottom: 0.3rem dotted #bea284; }
    .eco-details__rank > img {
      width: 3.2rem; }
  .eco-details__btn {
    text-align: center;
    margin: 2rem 0 4rem; }

.eco-post {
  font-weight: bold; }
  .eco-post__title {
    font-size: 2.4rem;
    text-align: center;
    margin: 1rem 0 2rem; }
  .eco-post__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .eco-post__img {
    width: 8rem; }
  .eco-post__desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% - 9rem);
    -ms-flex: 0 1 calc(100% - 9rem);
    flex: 0 1 calc(100% - 9rem); }
  .eco-post__rank {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 3.5rem;
    padding: 1rem;
    text-align: center;
    color: #3da290;
    border-bottom: 0.3rem dotted #bea284; }
    .eco-post__rank > img {
      width: 3.2rem;
      margin-right: 0.5rem; }
  .eco-post__btn {
    text-align: center;
    margin: 2rem 0 4rem; }

.post-form {
  margin: 1.5rem 0; }
  .post-form__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem; }
  .post-form__select {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #fff;
    background-color: #3da290;
    padding: 1rem 4rem;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    line-height: 1;
    -webkit-box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 0.5); }
    .post-form__select input {
      cursor: pointer;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      filter: alpha(opacity=1);
      opacity: 0; }
  .post-form__img-preview {
    width: 5rem;
    height: 5rem;
    -o-object-fit: cover;
    object-fit: cover;
    visibility: hidden;
    -webkit-transition: visibility 0.3s;
    -o-transition: visibility 0.3s;
    transition: visibility 0.3s; }
    .post-form__img-preview.is-shown {
      visibility: visible; }
  .post-form__delete-btn {
    font-size: 1.2rem;
    padding: 0.6rem 1rem;
    line-height: 1;
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2rem;
    border-radius: 2rem; }
  .post-form__bottom {
    position: relative; }
    .post-form__bottom:before {
      content: '';
      position: absolute;
      top: 1rem;
      left: 1rem;
      width: 1.7rem;
      height: 2rem;
      background: url(../img/icon-pencil.png) 0 0 no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      -webkit-filter: brightness(0);
      filter: brightness(0); }
  .post-form__help-text {
    color: #e60000;
    font-size: 1.2rem;
    margin-bottom: 1.5rem; }
  .post-form__textarea {
    width: 100%;
    font-weight: bold;
    padding: 1rem 1rem 1rem 3.5rem;
    border: inset 1px;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1.4rem; }
    .post-form__textarea__text-count {
      font-size: 1.2rem;
      font-weight: normal; }

.eco-confirm {
  font-weight: bold; }
  .eco-confirm__main-img {
    padding: 0 2rem;
    text-align: center; }
    .eco-confirm__main-img img {
      height: 16rem; }
  .eco-confirm__content {
    margin: 1.5rem 0; }
  .eco-confirm__flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1rem; }
  .eco-confirm__img {
    width: 6rem;
    height: 6rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffda78;
    overflow: hidden;
    border: 1px solid #fff;
    padding-top: 0.3rem;
    margin: 0 1rem 0 0; }
  .eco-confirm__title {
    font-size: 2.4rem;
    margin: 0; }
  .eco-confirm__btn {
    text-align: center;
    padding-top: 2rem;
    margin-bottom: 3rem;
    border-top: 3px dotted #bea284; }
    .eco-confirm__btn .btn-lg {
      height: 5rem;
      line-height: 5rem; }

.modal-eco-complete {
  top: 9rem; }

.eco-complete__title {
  margin: 0 auto;
  width: 90%;
  -webkit-transform: translateY(-5rem);
  -ms-transform: translateY(-5rem);
  transform: translateY(-5rem); }

.eco-complete__main-img {
  text-align: center;
  margin-top: -4rem; }
  .eco-complete__main-img > img {
    width: 17rem;
    margin: 0 auto; }

.eco-complete__desc {
  font-weight: bold;
  margin-top: 1rem; }

.eco-complete__rank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4.5rem;
  padding: 1rem 2rem 2rem;
  text-align: center;
  color: #3da290; }
  .eco-complete__rank > img {
    width: 3.2rem; }

.eco-complete__btn {
  position: relative; }

.b-game {
  font-weight: bold;
  padding-bottom: 4rem;
  position: relative; }
  .b-game__heading {
    margin-top: -6.5rem;
    padding: 0 2rem; }
    .b-game__heading--full {
      padding: 0;
      margin: -6.5rem -2rem 0; }
    .b-game__heading img {
      display: block; }
  .b-game__title {
    text-align: center;
    font-size: 1.8rem;
    margin: 1rem 0 2rem; }
  .b-game__main-img {
    text-align: center;
    margin-top: 1.5rem; }
    .b-game__main-img img {
      width: 7.2rem; }

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

.card {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(25% - 0.8rem);
  -ms-flex: 0 1 calc(25% - 0.8rem);
  flex: 0 1 calc(25% - 0.8rem);
  margin-bottom: 1rem; }
  .card img {
    display: block; }

.sdg {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  height: 2.2rem;
  line-height: 2.2rem;
  padding: 0 4rem 0 2rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem; }
  .sdg--text {
    font-size: 1.4rem; }
  .sdg__img {
    position: absolute;
    width: 3.7rem;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.game-time {
  width: 100%;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  border: 0.3rem solid #fbd9a0;
  margin: 3rem 0;
  background: #000;
  position: relative; }
  .game-time__progress-bar {
    display: block;
    background: #269de2;
    height: 1rem;
    width: 60%; }
  .game-time__clock {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.5rem; }
  .game-time__num {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #e5243b;
    font-weight: bold;
    font-size: 2.1rem;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }

.modal-eco-giveaway__title {
  margin: 0;
  text-align: center;
  font-size: 1.6rem; }

.eco-giveaway {
  margin: 1rem 0 2rem; }
  .eco-giveaway__item {
    -webkit-box-shadow: 0 0.2rem 0 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0.2rem 0 0 rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 0.6rem;
    border-radius: 0.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 1.2rem;
    overflow: hidden;
    color: #000;
    background: #fff; }
    .eco-giveaway__item:not(:first-child) {
      margin-top: 1.5rem; }
    .eco-giveaway__item.is-disabled {
      position: relative;
      background: #f9f7ec;
      opacity: 0.6; }
      .eco-giveaway__item.is-disabled:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3); }
  .eco-giveaway__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(18% - 0.7rem);
    -ms-flex: 0 1 calc(18% - 0.7rem);
    flex: 0 1 calc(18% - 0.7rem);
    text-align: center; }
    .eco-giveaway__img img {
      width: 5rem; }
  .eco-giveaway__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(52% - 0.7rem);
    -ms-flex: 0 1 calc(52% - 0.7rem);
    flex: 0 1 calc(52% - 0.7rem);
    word-break: break-all;
    font-size: 1.4rem; }
  .eco-giveaway__point {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(30% - 0.7rem);
    -ms-flex: 0 1 calc(30% - 0.7rem);
    flex: 0 1 calc(30% - 0.7rem); }
  .eco-giveaway__number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.4rem;
    color: #3da290; }
    .eco-giveaway__number img {
      width: 2.3rem;
      margin-right: 0.4rem; }
  .eco-giveaway__people {
    font-size: 1rem;
    height: 1.8rem;
    line-height: 1.8rem;
    padding: 0 1rem;
    text-align: center;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    background: rgba(0, 0, 0, 0.15); }

.giveaway-detail {
  text-align: center;
  font-weight: bold;
  margin: 1rem 0 4rem;
  padding: 0 2.5rem; }
  .giveaway-detail__main-img {
    text-align: center; }
    .giveaway-detail__main-img img {
      background: #fff;
      padding: 1.7rem 2.5rem; }
  .giveaway-detail__point {
    color: #3da290;
    font-size: 3.5rem;
    margin-top: 1.5rem; }
    .giveaway-detail__point img {
      width: 3rem; }
  .giveaway-detail__desc {
    font-size: 2.4rem; }
  .giveaway-detail__btn {
    margin-top: 2rem; }
    .giveaway-detail__btn .btn-md {
      padding: 0 5rem;
      font-size: 1.6rem; }
  .giveaway-detail__remains {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    margin-top: 2rem; }
    .giveaway-detail__remains img {
      width: 2.5rem;
      margin: 0 0.5rem 0 1rem; }
    .giveaway-detail__remains-point {
      color: #3da290;
      font-size: 2.4rem; }

.eco-point-history__title {
  margin: 0;
  font-size: 1.6rem;
  text-align: center; }

.current-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold; }
  .current-point__label {
    font-size: 1.4rem; }
  .current-point__value {
    color: #3da290;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .current-point__value img {
      width: 2.7rem; }
  .current-point__number {
    font-size: 3.1rem;
    margin: 0 0.5rem; }

.eco-history {
  font-weight: bold;
  margin-top: 0.5rem; }
  .eco-history__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.7rem 0;
    border-top: 0.3rem dotted #bea284; }
    .eco-history__item:last-child {
      border-bottom: 0.3rem dotted #bea284; }
  .eco-history__date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(25% - 0.8rem);
    -ms-flex: 0 1 calc(25% - 0.8rem);
    flex: 0 1 calc(25% - 0.8rem);
    background: #ddd8c0;
    font-size: 1.3rem;
    line-height: 1.2;
    text-align: center;
    padding: 0.4rem 0; }
  .eco-history__detail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(52% - 0.8rem);
    -ms-flex: 0 1 calc(52% - 0.8rem);
    flex: 0 1 calc(52% - 0.8rem);
    font-size: 1.4rem;
    word-break: break-all; }
  .eco-history__point {
    color: #3da290;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(23% - 0.8rem);
    -ms-flex: 0 1 calc(23% - 0.8rem);
    flex: 0 1 calc(23% - 0.8rem);
    text-align: right; }
  .eco-history__item--negative .eco-history__detail,
  .eco-history__item--negative .eco-history__point {
    color: #f08336; }

.eco-history__btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.5rem 0 1rem 0; }

.eco-history__btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(50% - 1rem);
  -ms-flex: 0 1 calc(50% - 1rem);
  flex: 0 1 calc(50% - 1rem);
  height: 3.7rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  border: 0;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  background: #9d9d9d;
  padding: 0 1rem; }
  .eco-history__btn--primary {
    background: #3da290; }

.announcement {
  margin-bottom: 2rem; }
  .announcement__item {
    margin-top: 1rem;
    padding-bottom: 2.5rem;
    border-bottom: 3px dotted #bea284; }
    .announcement__item:not(:first-child) {
      margin-top: 2.5rem; }
  .announcement__date {
    display: inline-block;
    height: 2.3rem;
    line-height: 2.3rem;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    padding: 0 2.5rem;
    background: #ddd8c0;
    margin-bottom: 1.2rem;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem; }
  .announcement__title {
    font-size: 1.6rem;
    text-decoration: underline;
    margin: 0; }
    .announcement__title > img {
      width: 1.6rem;
      margin-left: 0.4rem; }
  .announcement__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 1rem; }
  .announcement__desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% - 8.5rem);
    -ms-flex: 0 1 calc(100% - 8.5rem);
    flex: 0 1 calc(100% - 8.5rem);
    font-size: 1.4rem; }
  .announcement__img {
    width: 7.5rem; }

.sponsor {
  font-weight: bold;
  margin: 1rem 0 2rem; }
  .sponsor__desc--red {
    color: #e5243b; }
  .sponsor__headline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2.5rem; }
    .sponsor__headline h4 {
      margin: 0;
      border-bottom: 2px solid #3da290; }
    .sponsor__headline p {
      opacity: 0.5; }

.sponsor-card {
  background: #fff;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 2rem; }
  .sponsor-card__header {
    background: #3da290;
    text-align: center;
    padding: 1rem 1rem 0.7rem; }
    .sponsor-card__header img {
      width: 7rem; }
  .sponsor-card__list {
    padding: 0 1.5rem; }
  .sponsor-card__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.7rem 0;
    border-bottom: 0.3rem dotted #bea284; }
    .sponsor-card__item > img {
      width: 5.5rem; }
  .sponsor-card__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% - 7.5rem);
    -ms-flex: 0 1 calc(100% - 7.5rem);
    flex: 0 1 calc(100% - 7.5rem); }
  .sponsor-card__name {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0; }
  .sponsor-card__detail {
    font-weight: normal;
    font-size: 1.1rem; }

.setting {
  margin-bottom: 2rem; }
  .setting__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1.7rem;
    border-bottom: 3px dotted #bea284;
    margin-bottom: 1.7rem;
    font-weight: bold; }
    .setting__item:first-child {
      margin-top: 0.5rem; }
  .setting__label {
    font-size: 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% - 13rem);
    -ms-flex: 0 1 calc(100% - 13rem);
    flex: 0 1 calc(100% - 13rem); }
  .setting__btn {
    background: #9d9d9d;
    border: 0;
    font-size: 1.4rem;
    height: 3rem;
    line-height: 3rem;
    width: 5.8rem;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 2rem;
    border-radius: 2rem; }
    .setting__btn.is-active {
      background: #3da290;
      -webkit-box-shadow: 0 0.2rem rgba(0, 0, 0, 0.6);
      box-shadow: 0 0.2rem rgba(0, 0, 0, 0.6); }
    .setting__btn:focus {
      outline: none; }
  .setting__info {
    text-align: center;
    padding: 0 2rem;
    font-weight: bold;
    font-size: 1.3rem; }

.setting-phone {
  background: #fff;
  padding: 2rem;
  font-weight: bold;
  margin-top: 1.5rem; }
  .setting-phone__title {
    font-size: 1.5rem;
    color: #e60000;
    text-align: center;
    margin: 0 0 1rem; }
  .setting-phone__item {
    font-size: 1.2rem; }
    .setting-phone__item:not(:last-child) {
      margin-bottom: 1rem; }

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


/*  */
.modal__wrapper {
  height: 91.2vh;
}
#cboxClose {
    position: absolute;
    bottom: calc(20vh - 7rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 6.5rem;
    height: 6.5rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 0.4rem solid #fff;
    background: #f08336;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
}
#colorbox {
  outline: 0;
  top: 3rem !important;
  height: 95.5% !important;
}

#cboxWrapper iframe {
  width: 100%;
  height: 100%;
}

#cboxOverlay {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
}
