@charset "UTF-8";

/*********************************
 *
 * #concept
 *
*********************************/
#concept {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
}

#concept .cta-main-btn {
  width: 100%;
  max-width: 320px;
}

@media (min-width: 768px) {
  #concept .cta-main-btn {
    max-width: 380px;
  }
}

@media (min-width: 1024px) {
  #concept .cta-main-btn {
    max-width: 420px;
  }
}

#concept::before {
  content: none;
}

#concept .bg-mountain {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 1;
}

#concept .bg-mountain .bg-content {
  min-width: 100%;
  height: 100%;
  background: url(/web/assets/images/animations/concept_bg_mountain.svg) repeat-x;
  background-position: 0 bottom;
  background-size: contain;
  overflow: hidden;
  z-index: 100;
  will-change: transform;
}

#concept #anim-lottie {
  display: none;
}

#concept .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  height: 100%;
  padding: 0 1rem;
  position: relative;
  z-index: 10;
}

#concept .d-flex .message {
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  position: relative;
  z-index: 10;
}

#concept .d-flex .message h2 {
  font-size: 7vw;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 2;
  margin: 0;
  overflow: hidden;
}

#concept .d-flex .message p.description {
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 1.8;
  margin: 0;
}

#concept .d-flex .message p.description div.text-line {
  letter-spacing: 1px;
  padding: 0.75rem 0;
  overflow: hidden;
}

/*** break point ***/
@media (min-width: 600px) {
  #concept .d-flex .message h2 {
    font-size: 5vw;
  }
  #concept .d-flex .message p.description {
    font-size: 3vw;
  }
  #concept .d-flex .message p.description div.text-line {
    letter-spacing: 1px;
    padding: 0.75rem 0;
  }
}

@media (min-width: 800px) {
  #concept {
    padding: 7rem 0;
  }
}

/* landscape以外では常に中央揃え */
@media (max-width: 999px), (orientation: portrait) {
  #concept .d-flex .message > div.flex {
    justify-content: center !important;
  }
}

@media (min-width: 1000px) and (orientation: landscape) {
  #concept {
    padding: 10rem 0;
    max-height: 780px;
  }
  #concept::before {
    content: "";
    width: 100%;
    height: 100%;
    background: white;
    background: linear-gradient(47deg, white 0%, white 40%, rgba(255, 255, 255, 0) 56%);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #concept .bg-mountain {
    z-index: -1;
  }
  #concept #anim-lottie {
    display: block;
    width: auto;
    width: 780px;
    height: 780px;
    max-width: 780px;
    max-height: 780px;
    position: absolute;
    left: 0;
    bottom: 0;
    will-change: transform;
  }
  #concept #anim-lottie svg {
    will-change: transform;
  }
  #concept .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    height: 100%;
    padding: 0 60px;
    position: relative;
  }
  #concept .d-flex .message {
    width: 50%;
    text-align: right;
  }
  #concept .d-flex .message h2 {
    font-size: 2rem;
    font-size: 3.5vw;
    font-weight: 600;
    overflow: hidden;
  }
  #concept .d-flex .message p.description {
    font-size: 1rem;
    font-size: 2.2vw;
  }
  /* ボタンコンテナも右寄せ */
  #concept .d-flex .message > div.flex {
    justify-content: flex-end !important;
  }
}

@media (min-width: 1400px) {
  #concept {
    padding: 12rem 0;
  }
  #concept::before {
    content: "";
    width: 100%;
    height: 100%;
    background: white;
    background: linear-gradient(47deg, white 0%, white 40%, rgba(255, 255, 255, 0) 56%);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #concept .bg-mountain {
    z-index: -1;
  }
  #concept #anim-lottie {
    display: block;
    width: auto;
    width: 780px;
    height: 780px;
    max-width: 780px;
    max-height: 780px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #concept .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    height: 100%;
    padding: 0 60px;
    position: relative;
  }
  #concept .d-flex .message {
    width: 60%;
    text-align: right;
  }
  #concept .d-flex .message h2 {
    font-size: 2rem;
    font-size: 3.5vw;
    font-weight: 600;
    overflow: hidden;
  }
  #concept .d-flex .message p.description {
    font-size: 1rem;
    font-size: 2.2vw;
  }
  /* ボタンコンテナも右寄せ */
  #concept .d-flex .message > div.flex {
    justify-content: flex-end !important;
  }
}

@media (min-width: 1500px) {
  #concept {
    padding: 10rem 0;
  }
  #concept::before {
    content: "";
    width: 100%;
    height: 100%;
    background: white;
    background: linear-gradient(47deg, white 0%, white 40%, rgba(255, 255, 255, 0) 56%);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #concept .bg-mountain {
    z-index: -1;
  }
  #concept #anim-lottie {
    display: block;
    width: auto;
    width: 900px;
    height: 900px;
    max-width: 900px;
    max-height: 900px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #concept .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    height: 100%;
    padding: 0 60px;
    position: relative;
  }
  #concept .d-flex .message {
    width: 60%;
    text-align: right;
    margin-right: 5%;
  }
  #concept .d-flex .message h2 {
    font-size: 2rem;
    font-size: 3.5vw;
    font-weight: 600;
    overflow: hidden;
  }
  #concept .d-flex .message p.description {
    font-size: 1rem;
    font-size: 2.2vw;
  }
  /* ボタンコンテナも右寄せ */
  #concept .d-flex .message > div.flex {
    justify-content: flex-end !important;
  }
}

@media (min-width: 1800px) {
  #concept {
    padding: 12rem 0;
    height: 800px;
    max-height: 800px;
  }
  #concept #anim-lottie {
    display: block;
    width: auto;
    width: 1100px;
    height: 1100px;
    max-width: 1100px;
    max-height: 1100px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #concept .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    height: 100%;
    padding: 0 60px;
    position: relative;
  }
  #concept .d-flex .message {
    width: 60%;
    text-align: right;
  }
  #concept .d-flex .message h2 {
    font-size: 2rem;
    font-size: 3.5vw;
    font-weight: 600;
    overflow: hidden;
  }
  #concept .d-flex .message p.description {
    font-size: 1rem;
    font-size: 2.2vw;
  }
  /* ボタンコンテナも右寄せ */
  #concept .d-flex .message > div.flex {
    justify-content: flex-end !important;
  }
}
/*# sourceMappingURL=gg.css.map */