.mb1r {
  margin-bottom: 1rem; }

.mb10 {
  margin-bottom: 10px; }

.column {
  display: flex;
  flex-direction: column; }

.textbutton {
  appearance: none;
  background-color: transparent;
  font-weight: bold;
  font-size: 100%;
  border: none;
  color: #ec6b00; }
  .textbutton[disabled] {
    color: #666; }

.tac {
  text-align: center; }

.main-content {
  padding: 80px 0; }

.container {
  margin: 0 1rem 1rem; }

.title-header-1 {
  font-weight: bold;
  font-size: 120%; }

.title-header-2 {
  font-size: 105%;
  font-weight: bold;
  margin-bottom: 0.6em; }

.title-header-3 {
  color: #666;
  font-size: 85%;
  font-weight: bold;
  margin-bottom: 0.6em; }

.help {
  color: #999; }
  .help .fa-exclamation-circle {
    margin-right: 5px; }

.notation {
  border: 1px solid #eee;
  background-color: #fefefe;
  padding: 0.5rem;
  font-size: 80%; }

.create-profile {
  padding: 1rem 1rem 3rem; }

.title-container {
  font-weight: bold;
  font-size: 24px;
  margin: 1.1em 0; }
  .title-container.small {
    font-size: 18px; }

.text-container {
  font-size: 16px;
  margin-bottom: 1em; }

.flow-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  .flow-container > .bullet {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #ccc; }
    .flow-container > .bullet.is-active {
      background-color: #ccc; }
  .flow-container::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #ccc;
    top: 6px;
    left: 0; }

/* .app-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(#fff, 0.8);
  border-top: 1px solid #eee;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  &.is-enable-next {
    background-color: $base-color;
    & > .textbutton {
      color: white;
    }
  }
}
 */
.face-icon img {
  border-radius: 50%; }

.badge-notification {
  position: absolute;
  padding: 2px 6px;
  border-radius: 1em;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ec6b00;
  font-size: 11px;
  line-height: 1;
  top: 5px;
  right: 15px; }
.pa_0{
    padding: 0;
}
  @media only screen and (max-width: 480px) {
    .badge-notification {
      top: 0px;
      right: 0px; } }

html {
  position: relative;
  box-sizing: border-box; }

html *,
html *:before,
html *:after {
  box-sizing: border-box; }

h1,
h2,
h3 {
  margin: 0; }

img {
  max-width: 100%;
  vertical-align: middle; }

body {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", HiraginoCustom, "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic Medium", Meiryo, sans-serif;
  padding-bottom: 30px;
  margin: 0;
  position: relative;
  padding: 0; }

input,
select {
  font-size: 16px; }

button,
input {
  font-family: #333; }

/* ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
} */
figure {
  margin: 0;
  padding: 0; }

a {
  color: #ec6b00;
  outline: none;
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

button {
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  border: none; }

.l-container {
  width: 1000px;
  margin: auto; }
  @media only screen and (max-width: 480px) {
    .l-container {
      width: auto; } }

.l-section {
  padding: 0 1rem; }

button,
.button {
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border-radius: 2.4em;
  background-color: transparent;
  border: 2px solid #ec6b00;
  color: #ec6b00;
  font-size: 100%;
  line-height: 1;
  padding: 0.66em 1.86em;
  font-weight: bold;
  text-decoration: none; }
  button:hover,
  .button:hover {
    opacity: 0.8;
    text-decoration: none; }
  button:active,
  .button:active {
    background-color: #b95400; }
  button.is-white,
  .button.is-white {
    border: 2px solid #fff;
    color: #fff; }
  button.is-medium,
  .button.is-medium {
    font-size: 110%; }
  button.is-small,
  .button.is-small {
    font-size: 90%; }
  button.is-x-small,
  .button.is-x-small {
    font-size: 70%; }
  button.is-fill-color,
  .button.is-fill-color {
    background-color: #ec6b00;
    color: white; }

.is-safety {
  background-color: #0d9937;
  color: white; }

.is-primary {
  border: 1px solid #ec6b00;
  color: #ec6b00; }

.is-danger {
  border: 1px solid #d002b1;
  color: #d002b1; }

/* .content-header {
  line-height: 1;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  // box-shadow: 0 2px 4px #999;
  border-bottom: 1px solid #ccc;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.header-button-primary {
  font-size: 26px;
}
 */
.app-header {
  width: 100%;
  border-bottom: 1px solid #eee; }
  .app-header > .inner {
    width: 740px;
    height: 60px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .app-header > .inner a {
      text-decoration: none;
      display: block; }
    .app-header > .inner > .main-nav ul, .app-header > .inner > .header-notifications ul {
      display: inline-flex;
      justify-content: space-between;
      align-items: stretch; }
      @media only screen and (max-width: 480px) {
        .app-header > .inner > .main-nav ul, .app-header > .inner > .header-notifications ul {
          display: flex; } }
      .app-header > .inner > .main-nav ul li a, .app-header > .inner > .header-notifications ul li a {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #9b9b9b; }
        .app-header > .inner > .main-nav ul li a span, .app-header > .inner > .header-notifications ul li a span {
          font-size: 9px; }
        .app-header > .inner > .main-nav ul li a:hover, .app-header > .inner > .header-notifications ul li a:hover {
          background-color: #f9f9f9;
          border-radius: 4px; }
    .app-header > .inner .main-nav {
      flex-grow: 1; }
      .app-header > .inner .main-nav > ul {
        justify-content: flex-start; }
        .app-header > .inner .main-nav > ul li a {
          padding: 10px 20px; }
          @media only screen and (max-width: 480px) {
            .app-header > .inner .main-nav > ul li a {
              padding: 10px 0px; } }
        .app-header > .inner .main-nav > ul li.is-current a {
          color: #ec6b00; }
    .app-header > .inner .header-notifications > ul {
      justify-content: flex-end; }
      .app-header > .inner .header-notifications > ul li a {
        padding: 10px 20px; }
    .app-header > .inner .logo {
      width: 220px; }
      .app-header > .inner .logo img {
        width: 140px; }
    .app-header > .inner .icon {
      font-size: 22px; }
      @media only screen and (max-width: 480px) {
        .app-header > .inner .icon {
          font-size: 6vw; } }
    .app-header > .inner .menu-nav,
    .app-header > .inner .back-nav,
    .app-header > .inner .user,
    .app-header > .inner .header-title {
      display: none; }
    @media only screen and (max-width: 480px) {
      .app-header > .inner {
        width: 100vw;
        padding: 0;
        height: 44px;
        position: relative; }
        .app-header > .inner .menu-nav,
        .app-header > .inner .user,
        .app-header > .inner .header-title {
          display: block; }
        .app-header > .inner .menu-nav {
          font-size: 6.5vw;
          position: relative;
          z-index: 2;
          padding: 5px 5vw;
          color: #9b9b9b; }
        .app-header > .inner .header-title {
          text-align: center;
          font-size: 18px;
          font-weight: 600;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 1; }
          .app-header > .inner .header-title .header-logo-mobile {
            width: 35vw; }
        .app-header > .inner .logo {
          display: none; }
        .app-header > .inner .header-notifications {
          position: relative;
          z-index: 2;
          margin-right: 2vw; }
          .app-header > .inner .header-notifications > ul {
            justify-content: flex-end; }
            .app-header > .inner .header-notifications > ul li {
              margin-left: 0; }
              .app-header > .inner .header-notifications > ul li a {
                padding: 5px 3vw 5px 3vw; }
                .app-header > .inner .header-notifications > ul li a span {
                  display: none; } }

/* lp header
========================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  opacity: 0; }
  .header.is-scroll-started {
    z-index: 10;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #eee; }
  .header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: auto; }
    @media only screen and (max-width: 480px) {
      .header .header-inner {
        padding: 0 10px; } }
  .header .logo img {
    width: 140px;
    height: auto; }
    @media only screen and (max-width: 480px) {
      .header .logo img {
        width: 120px; } }
  .header .login-area .button {
    margin-left: 10px;
    font-size: 13px; }
  @media only screen and (max-width: 480px) {
    .header .login-area .button {
      font-size: 12px;
      padding: 0.7em 0.9em;
      border-width: 1px; } }

.header-site {
  z-index: 10;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #eee; }

/* .content-footer {
  position: fixed;
  background-color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  // box-shadow: 0 -2px 2px #fefefe;
  border-top: 1px solid #ccc;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
 */
@media only screen and (max-width: 480px) {
  .main-nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background-color: #fff;
    height: 50px;
    border-top: 1px solid #eee;
    z-index: 10;
    padding: 0 0px; }
    .main-nav ul {
      display: flex;
      justify-content: space-between !important;
      align-items: stretch !important;
      height: 100%; }
    .main-nav li {
      margin: 0 !important;
      flex-grow: 1;
      flex-basis: 1px; }
      .main-nav li a {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        line-height: 1; }
        .main-nav li a span {
          margin-top: 3px;
          font-size: 11px !important; }
    .main-nav .user .face-icon img {
      height: 36px; }
    .main-nav .user .nav-label {
      display: none; } }
/* lp footer
========================================== */
.footer {
  text-align: center;
  font-size: x-small;
  display: block;
  margin: 1rem 0; }
  .footer a {
    text-decoration: underline; }
  .footer p {
    margin: 4px 0; }
  .footer .link {
    margin-top: 1rem; }
    .footer .link li {
      display: inline-block;
      margin: 0 5px; }
  .footer .copyright {
    margin-top: 1rem; }

.section-top {
  width: 900px;
  margin: 0 auto 4rem;
  position: relative;
  transition: 1.5s all cubic-bezier(0.39, 0.575, 0.565, 1); }
  @media only screen and (max-width: 480px) {
    .section-top {
      width: auto;
      margin: 1rem 1rem; } }
  .section-top h2 {
    font-size: 240%;
    margin-bottom: 1em;
    margin: 6rem 0 2rem;
    text-align: center; }
    @media only screen and (max-width: 480px) {
      .section-top h2 {
        font-size: 6vw;
        margin-top: 4rem; }
        .section-top h2 br {
          display: none; } }
  .section-top h3 {
    font-size: 200%; }
    @media only screen and (max-width: 480px) {
      .section-top h3 {
        font-size: 5.5vw; } }
  .section-top h4 {
    font-size: 130%; }
    @media only screen and (max-width: 480px) {
      .section-top h4 {
        font-size: 5vw; } }
  .section-top p {
    line-height: 1.8; }
  .section-top a {
    text-decoration: underline; }
  .section-top .button {
    text-decoration: none; }
  .section-top .small-link {
    font-size: x-small;
    color: #333; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.section-hero {
  height: 600px;
  width: 100%;
  background: url(../img/opening.jpg) center;
  background-size: cover;
  position: relative; }
  @media only screen and (max-width: 480px) {
    .section-hero {
      margin: 0 0 0;
      height: 400px; } }
  .section-hero::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    top: 0;
    z-index: 1;
    animation: fadeIn 1.4s 0.9s;
    animation-fill-mode: backwards; }
  .section-hero .login-area {
    animation: fadeIn 1.4s 1.4s;
    animation-fill-mode: backwards;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff; }
    .section-hero .login-area .hero-logo {
      width: 40%;
      margin-bottom: 20px; }
      .section-hero .login-area .hero-logo img {
        width: 100%; }
    .section-hero .login-area .sub-description {
      margin-bottom: 2em; }
    .section-hero .login-area .button {
      border-color: #fff;
      color: white; }
    @media only screen and (max-width: 480px) {
      .section-hero .login-area {
        padding: 0 1rem; }
        .section-hero .login-area h1 {
          font-size: 7vw; } }

.section-outline {
  text-align: center; }
  @media only screen and (max-width: 480px) {
    .section-outline {
      text-align: left; } }
  .section-outline figure {
    margin: 2rem 0; }
    @media only screen and (max-width: 480px) {
      .section-outline figure {
        text-align: center; } }
    .section-outline figure img {
      width: 400px; }
      @media only screen and (max-width: 480px) {
        .section-outline figure img {
          width: 70vw; } }
    .section-outline figure .modals {
      margin-top: 4rem;
      width: 100%; }
      .section-outline figure .modals img {
        width: 100%; }

@media only screen and (max-width: 480px) {
  .section-overview {
    /* &::after {
      content: "";
      position: absolute;
      z-index: 0;
      width: 100vw;
      height: 100vw;
      left: 0;
      top: calc(50vw);
      transition: 0.6s 0.1s;
      transform: skewY(20deg);
      display: block;
      background-color: rgb(195, 228, 255);
    } */ } }
.section-overview .title-numeric {
  background-color: #ffbd86;
  color: white;
  margin-right: 10px;
  padding: 0.8rem;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: normal;
  vertical-align: middle;
  margin-bottom: 5px; }
.section-overview .overview {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  position: relative;
    /* &:nth-child(even) {
      background-color: #f9f9f9;
		} */
  border-bottom: 1px solid #eee;
  padding-bottom: 3rem; }
  @media only screen and (max-width: 480px) {
    .section-overview .overview {
      border-bottom: none; } }
  .section-overview .overview:first-of-type {
    margin-top: 4rem; }
    @media only screen and (max-width: 480px) {
      .section-overview .overview:first-of-type {
        margin-top: 1rem; } }
  .section-overview .overview:nth-child(even) {
    flex-direction: row-reverse;
    /* figure {
      position: relative;
      img {
        position: relative;
        right: 0;
        display: inline-block;
      }
    } */ }
  .section-overview .overview figure {
    flex-grow: 0.6;
    flex-basis: 1px;
    position: relative;
    z-index: 2; }
  .section-overview .overview .overview-content {
    flex-grow: 1.4;
    flex-basis: 1px;
    padding: 0 4rem;
    position: relative;
    z-index: 3; }
    .section-overview .overview .overview-content p {
      line-height: 1.8; }
  @media only screen and (max-width: 480px) {
    .section-overview .overview {
      display: block;
      padding-top: 80vh;
      position: relative;
      transition: 0.6s 0.6s;
      overflow: hidden;
      min-height: 180vh; }
      .section-overview .overview figure {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100vw - 2rem);
        height: 80vh;
        text-align: center;
        transition: 0.6s; }
        .section-overview .overview figure img {
          height: 80vh;
          width: auto;
          max-width: initial; }
      .section-overview .overview .overview-content {
        position: relative;
        padding: 1rem;
        width: 80vw; }
        .section-overview .overview .overview-content p {
          text-shadow: 0 0 20px #fff, 0 0 1px #fff; }
      .section-overview .overview.is-in-screen::after {
        opacity: 0; }
      .section-overview .overview.is-in-screen figure {
        position: fixed;
        opacity: 0.2;
        transform: translateX(40vw) scale(0.8); }
      .section-overview .overview.is-past-screen figure {
        position: fixed;
        opacity: 0;
        transform: translateX(90vw); } }
.section-overview .overview-outline {
  border-top: 1px solid #ccc;
  padding-top: 2rem; }

.share-friend-level .inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }
  .share-friend-level .inner figure img {
    width: 300px; }
  .share-friend-level .inner .content {
    flex-shrink: 4;
    margin-left: 2rem; }
@media only screen and (max-width: 480px) {
  .share-friend-level .inner {
    display: block; }
    .share-friend-level .inner figure {
      text-align: center; }
      .share-friend-level .inner figure img {
        width: 50%; }
    .share-friend-level .inner .content {
      margin-left: 0; } }

/* 
.section-levelsystem {
  h3 {
    text-align: center;
  }
  .column-container {
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    @include sp-screen {
      display: block;
      margin-top: 2rem;
    }
  }
  .column-item {
    flex-basis: 1px;
    flex-grow: 1;
    &.figure-side {
      flex-grow: 0.5;
      margin-right: 2rem;
      @include sp-screen {
        text-align: center;
        margin-right: 0;
        margin-bottom: 1rem;
        img {
          width: 50vw;
        }
      }
    }
  }
  ul {
    li {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px;
      @include sp-screen {
      }
      h4 {
        margin: 0.5em 0 0;
      }
      p {
        margin-top: 0;
      }
      figure {
        flex-basis: 1px;
        flex-grow: 0.25;
        margin-right: 2rem;
        margin-top: 20px;
      }
      .content {
        flex-basis: 1px;
        flex-grow: 1;
      }
    }
  }
} */
.section-fromuser .user-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2rem; }
.section-fromuser .user-info {
  width: 100px;
  flex-shrink: 0;
  margin-right: 2rem; }
  .section-fromuser .user-info figure {
    text-align: center; }
    .section-fromuser .user-info figure img {
      border-radius: 50%; }
  .section-fromuser .user-info figcaption {
    font-size: 0.8rem;
    margin-top: 0.5rem; }
    .section-fromuser .user-info figcaption span {
      display: block; }
.section-fromuser .user-voice {
  flex-shrink: 6; }
.section-fromuser dl,
.section-fromuser dt,
.section-fromuser dd {
  margin: 0;
  padding: 0;
  text-align-last: left; }
.section-fromuser dt {
  font-weight: 600;
  font-size: 120%;
  margin-bottom: 0.5em; }
.section-fromuser dd {
  line-height: 2;
  font-size: 80%; }
.section-fromuser dl {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 1.4rem 1.6rem; }
@media only screen and (max-width: 480px) {
  .section-fromuser dd {
    line-height: 1.6; }
  .section-fromuser dl {
    padding: 1rem; }
  .section-fromuser .user-info {
    width: 60px;
    margin-right: 5px; } }

.section-safety {
  text-align: center; }
  .section-safety .safety-content {
    display: inline-block;
    text-align: left; }

.section-gently .gently-column {
  display: flex; }
  .section-gently .gently-column figure {
    flex-shrink: 0;
    flex-basis: 250px; }
    .section-gently .gently-column figure figcaption {
      font-size: 0.8em;
      text-align: center;
      margin-top: 0.5rem; }
    .section-gently .gently-column figure img {
      width: 250px;
      height: auto; }
  .section-gently .gently-column ol {
    flex-shrink: 4;
    flex-grow: 0;
    margin-left: 1rem; }
    .section-gently .gently-column ol li {
      margin-bottom: 1rem; }
  @media only screen and (max-width: 480px) {
    .section-gently .gently-column {
      display: block; }
      .section-gently .gently-column figure {
        text-align: center; }
        .section-gently .gently-column figure img {
          width: 80%; }
      .section-gently .gently-column ol {
        margin-left: 0; } }

.section-satisfaction {
  text-align: center; }
  .section-satisfaction .satisfaction-inner {
    margin-bottom: 4rem; }
  .section-satisfaction .sub-description {
    margin: 0; }
  .section-satisfaction h3 {
    font-size: 1.8rem; }
    @media only screen and (max-width: 480px) {
      .section-satisfaction h3 {
        font-size: 1.2rem; } }
  .section-satisfaction h4 {
    margin: 1.2rem 0 0.6rem; }
  .section-satisfaction .pies {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
  .section-satisfaction .pie-chart {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    min-width: 200px;
    position: relative;
    margin: 20px 10px; }
    .section-satisfaction .pie-chart .pie-text {
      position: relative;
      z-index: 2; }
      .section-satisfaction .pie-chart .pie-text .title {
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 0.2em; }
      .section-satisfaction .pie-chart .pie-text .per {
        line-height: 1;
        font-size: 4.2rem;
        position: relative; }
        .section-satisfaction .pie-chart .pie-text .per::after {
          content: "%";
          position: absolute;
          font-size: 1.8rem;
          bottom: 0; }
    .section-satisfaction .pie-chart .canvas {
      position: absolute;
      width: 200px;
      height: 200px;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
    .section-satisfaction .pie-chart.pie-data-1 {
      min-height: 280px;
      min-width: 280px;
      margin-bottom: 0; }
      .section-satisfaction .pie-chart.pie-data-1 .canvas {
        min-height: 280px;
        min-width: 280px; }

.section-download {
  text-align: center; }
  @media only screen and (max-width: 480px) {
    .section-download .logo {
      text-align: center;
      margin-bottom: 0; }
      .section-download .logo img {
        width: 40vw; } }
  @media only screen and (max-width: 480px) {
    .section-download .download-copy {
      margin-top: 0.4em;
      font-size: 4vw; } }
  .section-download figure {
    text-align: center; }
    .section-download figure img {
      width: 25vh; }
  .section-download ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .section-download ul a img {
      width: 140px;
      margin: 5px; }

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.is-flex-start {
  justify-content: flex-start; }

.is-flex-center {
  justify-content: center; }
