@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: "Noto Serif JP", serif, apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothicM, YuGothic, Meiryo, Arial, Helvetica, "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", sans-serif;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  visibility: hidden;
  opacity: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

html.wf-active {
  visibility: visible;
  opacity: 1;
}

html.menu_open {
  overflow: hidden;
}

body {
  font-family: "Noto Serif JP", serif, apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothicM, YuGothic, Meiryo, Arial, Helvetica, "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  color: #292727;
  background-color: #FFFCF2;
}

.grecaptcha-badge {
  visibility: hidden;
}

a {
  text-decoration: none;
}

.section-title {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 576px) {
  .section-title {
    font-size: 1.8rem;
  }
}
.section-title.en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
.section-title.center {
  text-align: center;
}
.section-title.right {
  text-align: right;
}

.section-space {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .section-space {
    margin-top: 100px;
  }
}

.sp-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }
}

.xs-show {
  display: none;
}
@media screen and (max-width: 576px) {
  .xs-show {
    display: block;
  }
}

.lower-kv {
  max-width: 1266px;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lower-kv {
    width: calc(100% - 40px);
  }
}
.lower-kv__image {
  width: 81.59%;
}
@media screen and (max-width: 1150px) {
  .lower-kv__image {
    width: 76.59%;
  }
}
@media screen and (max-width: 992px) {
  .lower-kv__image {
    width: 100%;
  }
}
.lower-kv__image img {
  display: block;
  width: 100%;
}
.lower-kv__title {
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Caveat", cursive;
  color: #5C5C5C;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .lower-kv__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 576px) {
  .lower-kv__title {
    left: 20%;
  }
}
.lower-kv__title.white {
  color: #ffffff;
}
.lower-kv__title.privacyMain span:nth-child(8) {
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .lower-kv__title.privacyMain span:nth-child(8) {
    margin-left: 4px;
  }
}
.lower-kv__title.specifiedMain span:nth-child(10) {
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .lower-kv__title.specifiedMain span:nth-child(10) {
    margin-left: 4px;
  }
}
.lower-kv__title.specifiedMain span:nth-child(32) {
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .lower-kv__title.specifiedMain span:nth-child(32) {
    margin-left: 4px;
  }
}

.pageTop {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: fixed;
  z-index: 20;
  width: 40px;
  height: 40px;
  bottom: 42px;
  right: 48px;
  border-radius: 50%;
  background: #AA0F3A;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .pageTop {
    right: 17px;
  }
}
.pageTop img {
  width: 19px;
}

#pageTop.show {
  opacity: 1;
}
#pageTop.show:hover {
  opacity: 0.7;
}

#pageTop.fixed {
  position: absolute;
}

.pagination {
  margin: 80px 0 0;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin: 80px 0 0;
  }
}
.pagination .page-numbers {
  display: inline-block;
  margin-right: 10px;
  padding: 6px 10px;
  color: #292727;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.6rem;
}
@media screen and (max-width: 576px) {
  .pagination .page-numbers {
    font-size: 0.875rem;
    margin-right: 6px;
    padding: 4px 6px;
  }
}
.pagination .page-numbers.current {
  color: #ffffff;
  background: #DABAAE;
}
.pagination .page-numbers:hover {
  color: #ffffff;
  background: #DABAAE;
}
.pagination .prev, .pagination .next {
  color: #292727;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.pagination .prev:hover, .pagination .next:hover {
  opacity: 0.5;
  background: transparent;
  color: #292727;
}
.pagination .dots {
  color: #292727;
}
.pagination .dots:hover {
  background: transparent;
  color: #292727;
}

.regular-btn {
  width: 164px;
  height: 116px;
  background-size: cover;
  display: block;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #292727;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-top: 54px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .regular-btn {
    width: 134px;
    height: 86px;
    margin-top: 40px;
    font-size: 1.4rem;
  }
}
.regular-btn.pink {
  background-image: url("../img/btn/pink-btn.png");
}
.regular-btn.green {
  background-image: url("../img/btn/green-btn.png");
}
.regular-btn.center {
  text-align: center;
}
.regular-btn span {
  position: relative;
}
.regular-btn span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 50%;
  background-color: #292727;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.regular-btn span:hover:before {
  width: 80%;
}

.menu-s-btn {
  display: block;
  margin-top: 50px;
  margin-left: auto;
  width: 300px;
  border-radius: 12px;
  border: 1px solid;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  padding: 13.5px 0;
  color: #292727;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  font-family: "Noto Serif JP", serif, apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothicM, YuGothic, Meiryo, Arial, Helvetica, "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", sans-serif;
}
@media screen and (max-width: 768px) {
  .menu-s-btn {
    margin-top: 40px;
    width: 250px;
    font-size: 1.4rem;
    padding: 10px 0;
  }
}
.menu-s-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -o-transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}
.menu-s-btn.pink {
  border-color: #DABAAE;
}
.menu-s-btn.pink:before {
  background: #DABAAE;
}
.menu-s-btn.green {
  border-color: #9FA79E;
}
.menu-s-btn.green:before {
  background: #9FA79E;
}
.menu-s-btn span {
  position: relative;
  z-index: 3;
  color: #292727;
}
.menu-s-btn:hover:before {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.menu-l-btn {
  display: block;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 365px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #5C5C5C;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  padding: 22.5px 0;
  color: #292727;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  .menu-l-btn {
    width: 300px;
    padding: 16px 0;
    font-size: 1.4rem;
    margin-top: 64px;
  }
}
.menu-l-btn span {
  position: relative;
  z-index: 3;
  color: #292727;
}
.menu-l-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #DABAAE;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.menu-l-btn:hover span {
  color: #ffffff;
}
.menu-l-btn:hover:before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.submit-btn {
  width: 335px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .submit-btn {
    width: 275px;
  }
}
.submit-btn input {
  display: block;
  background: #DABAAE;
  border-radius: 25px;
  text-align: center;
  color: #292727;
  font-size: 1.6rem;
  font-weight: 700;
  width: 100%;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .submit-btn input {
    padding: 10px 0;
  }
}

.cm-contact {
  padding: 60px 0 80px;
  background: #ffffff;
}
.cm-contact__inner {
  max-width: 1266px;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .cm-contact__inner {
    width: calc(100% - 40px);
  }
}
.cm-contact__subtitle {
  margin-top: 10px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 576px) {
  .cm-contact__subtitle {
    font-size: 1.4rem;
  }
}
.cm-contact__flex {
  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;
  max-width: 1132px;
  margin-top: 52px;
}
@media screen and (max-width: 992px) {
  .cm-contact__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .cm-contact__flex {
    margin-top: 40px;
  }
}
.cm-contact__map {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .cm-contact__map {
    width: 100%;
    margin-top: 40px;
  }
}
.cm-contact__map iframe {
  height: 385px;
  width: 100%;
}
.cm-contact__content {
  width: 40%;
  padding-top: 36px;
}
@media screen and (max-width: 992px) {
  .cm-contact__content {
    width: 100%;
    padding-top: 0px;
  }
}
.cm-contact__content__dl dt {
  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;
  margin-bottom: 16px;
  font-weight: 700;
}
.cm-contact__content__dl dt .sub {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .cm-contact__content__dl dt .sub {
    font-size: 1.4rem;
  }
}
.cm-contact__content__dl dt .name {
  margin-left: 16px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .cm-contact__content__dl dt .name {
    font-size: 1.8rem;
    margin-left: 8px;
  }
}
.cm-contact__content__dl dd {
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .cm-contact__content__dl dd {
    font-size: 1.4rem;
  }
}
.cm-contact__content__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;
  margin-top: 20px;
}
.cm-contact__content__link__btn {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: #DABAAE;
  white-space: nowrap;
  color: #5C5C5C;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.cm-contact__content__link__btn.line {
  font-size: 1.1rem;
}
.cm-contact__content__link__btn.minimo {
  margin: 0 15px 0 10px;
  font-size: 1rem;
}
.cm-contact__content__link__btn:hover {
  opacity: 0.5;
}
.cm-contact__content__link__text {
  font-size: 1.4rem;
}
@media screen and (max-width: 576px) {
  .cm-contact__content__link__text {
    font-size: 1.2rem;
  }
}
.cm-contact__btn {
  display: block;
  margin-top: 32px;
  border-radius: 16px;
  width: 100%;
  background: #AA0F3A;
  text-align: center;
  padding: 30px 0 27px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  max-width: 460px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cm-contact__btn {
    padding: 20px 0 16px;
    font-size: 1.6rem;
    border-radius: 8px;
  }
}
.cm-contact__btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0);
}
.cm-contact__btn:hover:before {
  background: rgba(255, 255, 255, 0.5);
}

.salon {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.salon__image {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .salon__image {
    width: 125px;
  }
}
.salon__image img {
  display: block;
  width: 100%;
}
.salon__content {
  text-align: center;
}
.salon__content__subtitle {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .salon__content__subtitle {
    font-size: 1.6rem;
  }
}
.salon__content__name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .salon__content__name {
    font-size: 1.4rem;
  }
}
.salon__content__title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .salon__content__title {
    font-size: 1.8rem;
  }
}

.cm-menu__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .cm-menu__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cm-menu__flex.v-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cm-menu__flex.v-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cm-menu__flex.revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .cm-menu__flex.revers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cm-menu__title {
  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;
  width: 435px;
  position: relative;
  margin-bottom: 40px;
  color: #5C5C5C;
  font-family: "Noto Serif JP", serif, apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothicM, YuGothic, Meiryo, Arial, Helvetica, "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", sans-serif;
}
@media screen and (max-width: 992px) {
  .cm-menu__title {
    width: 350px;
  }
}
@media screen and (max-width: 576px) {
  .cm-menu__title {
    width: 325px;
  }
}
.cm-menu__title.center {
  margin: 48px auto 0;
}
.cm-menu__title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/menu/pink-l-line.png");
  height: 14.17px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .cm-menu__title:after {
    height: 11.17px;
  }
}
.cm-menu__title__t {
  font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
  .cm-menu__title__t {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 576px) {
  .cm-menu__title__t {
    font-size: 1.6rem;
  }
}
.cm-menu__title__s {
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 30px;
}
@media screen and (max-width: 992px) {
  .cm-menu__title__s {
    font-size: 1.4rem;
    margin-left: 16px;
  }
}
@media screen and (max-width: 576px) {
  .cm-menu__title__s {
    margin-left: 8px;
  }
}
.cm-menu__name {
  font-size: 2.2rem;
  color: #5C5C5C;
}
@media screen and (max-width: 992px) {
  .cm-menu__name {
    font-size: 1.8rem;
  }
}
.cm-menu__name.space {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .cm-menu__name.space {
    margin-top: 40px;
  }
}
.cm-menu__name.bottom {
  margin-bottom: 40px;
}
.cm-menu__name.gray {
  position: relative;
  width: 293px;
}
@media screen and (max-width: 992px) {
  .cm-menu__name.gray {
    width: 245px;
  }
}
.cm-menu__name.gray:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/menu/gray-line.png");
  height: 14.17px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .cm-menu__name.gray:after {
    height: 13.17px;
  }
}
.cm-menu__name.pink {
  position: relative;
  width: 245px;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .cm-menu__name.pink {
    width: 200px;
  }
}
.cm-menu__name.pink:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/menu/pink-line.png");
  height: 14.17px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .cm-menu__name.pink:after {
    height: 13.17px;
  }
}
.cm-menu__image {
  width: 39.45%;
}
@media screen and (max-width: 768px) {
  .cm-menu__image {
    width: 100%;
    max-width: 350px;
    margin: auto;
  }
}
.cm-menu__image img {
  display: block;
  width: 100%;
}
.cm-menu__image img.sukarupu {
  margin: auto;
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .cm-menu__image img.sukarupu {
    max-width: 175px;
  }
}
.cm-menu__list {
  width: 55%;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .cm-menu__list {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cm-menu__list.l-sp-none {
    margin-top: 4px;
  }
}
.cm-menu__list.bottom {
  padding-bottom: 40px;
}
.cm-menu__list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .cm-menu__list__item {
    padding-bottom: 8px;
  }
}
.cm-menu__list__item:nth-child(n+2) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .cm-menu__list__item:nth-child(n+2) {
    margin-top: 32px;
  }
}
.cm-menu__list__item__title {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .cm-menu__list__item__title {
    font-size: 1.4rem;
  }
}
.cm-menu__list__item__title .time {
  margin-left: 16px;
}
@media screen and (max-width: 992px) {
  .cm-menu__list__item__title .time {
    margin-left: 8px;
  }
}
.cm-menu__list__item__price {
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 16px;
}
@media screen and (max-width: 992px) {
  .cm-menu__list__item__price {
    font-size: 1.4rem;
    margin-left: 12px;
  }
}

.list__item {
  padding: 0 20px 8px;
  border-bottom: 1px solid #707070;
}
.list__item:nth-child(n+2) {
  margin-top: 20px;
}
.list__item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #292727;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .list__item__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list__item__link:hover {
  opacity: 0.5;
}
.list__item__link__data {
  width: 130px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .list__item__link__data {
    width: 100%;
  }
}
.list__item__link__title {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}

.beauty__title {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .beauty__title {
    font-size: 1.8rem;
  }
}
.beauty__title.en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}
.beauty-about {
  position: relative;
}
.beauty-about__back {
  position: absolute;
  z-index: -1;
  display: block;
  top: 60%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 146px;
}
@media screen and (max-width: 992px) {
  .beauty-about__back {
    width: 100px;
  }
}
@media screen and (max-width: 576px) {
  .beauty-about__back {
    width: 65px;
    top: 44%;
  }
}
.beauty-about__back img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .beauty-about__back.scalpt-back {
    top: 35%;
  }
}
.beauty-about__inner {
  max-width: 1050px;
  margin: auto;
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .beauty-about__inner {
    width: calc(100% - 40px);
  }
}
.beauty-about__inner.scalpt-inner {
  max-width: 1190px;
}
.beauty-about__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .beauty-about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 32px;
  }
}
.beauty-about__image {
  width: 34.76%;
}
@media screen and (max-width: 768px) {
  .beauty-about__image {
    width: 100%;
    max-width: 350px;
    margin: auto;
  }
}
.beauty-about__image img {
  display: block;
  width: 100%;
}
.beauty-about__image.scalpt {
  width: 32.68%;
}
@media screen and (max-width: 768px) {
  .beauty-about__image.scalpt {
    width: 100%;
  }
}
.beauty-about__image.scalpt img {
  max-width: 253px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .beauty-about__image.scalpt img {
    max-width: 175px;
  }
}
.beauty-about__content {
  width: 60.66%;
}
@media screen and (max-width: 768px) {
  .beauty-about__content {
    width: 100%;
    margin-top: 40px;
  }
}
.beauty-about__content.scalpt {
  width: 73.69%;
}
@media screen and (max-width: 768px) {
  .beauty-about__content.scalpt {
    width: 100%;
  }
}
.beauty-about__content__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .beauty-about__content__title {
    font-size: 1.6rem;
  }
}
.beauty-about__content__title.space {
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .beauty-about__content__title.space {
    margin-top: 30px;
  }
}
.beauty-about__content__text {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .beauty-about__content__text {
    font-size: 1.4rem;
  }
}
.beauty-ba {
  position: relative;
}
.beauty-ba__back {
  position: absolute;
  display: block;
  z-index: -1;
  top: 30%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 146px;
}
@media screen and (max-width: 992px) {
  .beauty-ba__back {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .beauty-ba__back {
    top: 60%;
  }
}
@media screen and (max-width: 576px) {
  .beauty-ba__back {
    width: 65px;
  }
}
.beauty-ba__back img {
  display: block;
  width: 100%;
}
.beauty-ba__inner {
  max-width: 840px;
  margin: auto;
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .beauty-ba__inner {
    width: calc(100% - 40px);
  }
}
.beauty-ba__text {
  margin-top: 30px;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .beauty-ba__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  .beauty-ba__text {
    font-size: 1.4rem;
  }
}
.beauty-ba__grid {
  display: grid;
  margin-top: 60px;
  gap: 74px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .beauty-ba__grid {
    margin-top: 48px;
    gap: 32px;
  }
}
@media screen and (max-width: 576px) {
  .beauty-ba__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.beauty-ba__grid__image {
  width: 100%;
}
.beauty-ba__grid__image img {
  display: block;
  width: 100%;
}
.beauty-process {
  padding-top: 300px;
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .beauty-process {
    padding-top: 200px;
  }
}
.beauty-process__back {
  position: absolute;
  display: block;
  top: 0%;
  right: 0%;
  width: 287px;
}
@media screen and (max-width: 992px) {
  .beauty-process__back {
    width: 200px;
  }
}
@media screen and (max-width: 576px) {
  .beauty-process__back {
    width: 125px;
  }
}
.beauty-process__back img {
  display: block;
  width: 100%;
}
.beauty-process__inner {
  max-width: 625px;
  margin: auto;
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .beauty-process__inner {
    width: calc(100% - 40px);
  }
}
.beauty-process__list {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .beauty-process__list {
    margin-top: 40px;
  }
}
.beauty-process__list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 576px) {
  .beauty-process__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.beauty-process__list__item:nth-child(n+2) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .beauty-process__list__item:nth-child(n+2) {
    margin-top: 24px;
  }
}
.beauty-process__list__item__image {
  width: 140px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: #ffffff;
}
.beauty-process__list__item__image img {
  display: block;
  width: 100%;
}
.beauty-process__list__item__content {
  width: 100%;
  margin-left: 34px;
}
@media screen and (max-width: 768px) {
  .beauty-process__list__item__content {
    margin-left: 16px;
  }
}
@media screen and (max-width: 576px) {
  .beauty-process__list__item__content {
    margin-left: 0px;
    margin-top: 24px;
  }
}
.beauty-process__list__item__content__title {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .beauty-process__list__item__content__title {
    font-size: 1.6rem;
  }
}
.beauty-process__list__item__content__title:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 2px;
  height: 8px;
  width: 100%;
}
.beauty-process__list__item__content__title.pink:after {
  background: #DABAAE;
}
.beauty-process__list__item__content__title.green:after {
  background: #9FA79E;
}
.beauty-process__list__item__content__text {
  margin-top: 12px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .beauty-process__list__item__content__text {
    font-size: 1.4rem;
  }
}

.form__input {
  height: 36px;
  display: block;
  width: 100%;
  padding: 0 12px;
  font-size: 1.6rem;
  border-radius: 7px;
  background: #EBEBEB;
}
.form__input::-webkit-input-placeholder {
  color: #ACABAB;
}
.form__input::-moz-placeholder {
  color: #ACABAB;
}
.form__input:-ms-input-placeholder {
  color: #ACABAB;
}
.form__input::-ms-input-placeholder {
  color: #ACABAB;
}
.form__input::placeholder {
  color: #ACABAB;
}
.form__textarea {
  display: block;
  width: 100%;
  padding: 4px 12px;
  font-size: 1.6rem;
  border-radius: 7px;
  background: #EBEBEB;
  resize: none;
}
.form__textarea::-webkit-input-placeholder {
  color: #ACABAB;
}
.form__textarea::-moz-placeholder {
  color: #ACABAB;
}
.form__textarea:-ms-input-placeholder {
  color: #ACABAB;
}
.form__textarea::-ms-input-placeholder {
  color: #ACABAB;
}
.form__textarea::placeholder {
  color: #ACABAB;
}

.fadein {
  opacity: 0;
}
.fadein.show {
  -webkit-animation: fadeInDown 3s ease-out forwards;
          animation: fadeInDown 3s ease-out forwards;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.scroll-fadein {
  opacity: 0;
}
.scroll-fadein.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}

@-webkit-keyframes up-fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes up-fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*時間差でフェイドイン*/
.scroll-fadein-delay1 {
  opacity: 0;
}
.scroll-fadein-delay1.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay1.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-delay1.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-delay1.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-delay1.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-delay1.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-delay1.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-delay1.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-delay1.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-delay1.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-delay1.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-delay1.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-delay1.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-delay1.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-delay1.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-delay1.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-delay1.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-delay1.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-delay1.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-delay1.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-delay1.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay2 {
  opacity: 0;
}
.scroll-fadein-delay2.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay2.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-delay2.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-delay2.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-delay2.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-delay2.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-delay2.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-delay2.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-delay2.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-delay2.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-delay2.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-delay2.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-delay2.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-delay2.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-delay2.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-delay2.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-delay2.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-delay2.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-delay2.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-delay2.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-delay2.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay3 {
  opacity: 0;
}
.scroll-fadein-delay3.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay3.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-delay3.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-delay3.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-delay3.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-delay3.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-delay3.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-delay3.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-delay3.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-delay3.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-delay3.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-delay3.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-delay3.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-delay3.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-delay3.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-delay3.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-delay3.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-delay3.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-delay3.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-delay3.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-delay3.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay4 {
  opacity: 0;
}
.scroll-fadein-delay4.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay4.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-delay4.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-delay4.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-delay4.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-delay4.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-delay4.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-delay4.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-delay4.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-delay4.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-delay4.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-delay4.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-delay4.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-delay4.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-delay4.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-delay4.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-delay4.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-delay4.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-delay4.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-delay4.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-delay4.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay5 {
  opacity: 0;
}
.scroll-fadein-delay5.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay5.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-delay5.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-delay5.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-delay5.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-delay5.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-delay5.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-delay5.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-delay5.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-delay5.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-delay5.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-delay5.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-delay5.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-delay5.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-delay5.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-delay5.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-delay5.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-delay5.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-delay5.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-delay5.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-delay5.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay6 {
  opacity: 0;
}
.scroll-fadein-delay6.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay6.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-delay6.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-delay6.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-delay6.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-delay6.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-delay6.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-delay6.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-delay6.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-delay6.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-delay6.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-delay6.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-delay6.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-delay6.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-delay6.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-delay6.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-delay6.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-delay6.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-delay6.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-delay6.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-delay6.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay7 {
  opacity: 0;
}
.scroll-fadein-delay7.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay7.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-delay7.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-delay7.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-delay7.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-delay7.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-delay7.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-delay7.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-delay7.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-delay7.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-delay7.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-delay7.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-delay7.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-delay7.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-delay7.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-delay7.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-delay7.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-delay7.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-delay7.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-delay7.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-delay7.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay8 {
  opacity: 0;
}
.scroll-fadein-delay8.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay8.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-delay8.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-delay8.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-delay8.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-delay8.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-delay8.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-delay8.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-delay8.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-delay8.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-delay8.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-delay8.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-delay8.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-delay8.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-delay8.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-delay8.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-delay8.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-delay8.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-delay8.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-delay8.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-delay8.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay9 {
  opacity: 0;
}
.scroll-fadein-delay9.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay9.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-delay9.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-delay9.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-delay9.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-delay9.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-delay9.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-delay9.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-delay9.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-delay9.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-delay9.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-delay9.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-delay9.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-delay9.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-delay9.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-delay9.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-delay9.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-delay9.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-delay9.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-delay9.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-delay9.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay10 {
  opacity: 0;
}
.scroll-fadein-delay10.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay10.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-delay10.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-delay10.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-delay10.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-delay10.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-delay10.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-delay10.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-delay10.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-delay10.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-delay10.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-delay10.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-delay10.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-delay10.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-delay10.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-delay10.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-delay10.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-delay10.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-delay10.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-delay10.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-delay10.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay1 {
  opacity: 0;
}
.scroll-fadein-left-delay1.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}
.scroll-fadein-left-delay1.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-left-delay1.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-left-delay1.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-left-delay1.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-left-delay1.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-left-delay1.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-left-delay1.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-left-delay1.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-left-delay1.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-left-delay1.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-left-delay1.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-left-delay1.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-left-delay1.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-left-delay1.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-left-delay1.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-left-delay1.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-left-delay1.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-left-delay1.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-left-delay1.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-left-delay1.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay2 {
  opacity: 0;
}
.scroll-fadein-left-delay2.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}
.scroll-fadein-left-delay2.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-left-delay2.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-left-delay2.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-left-delay2.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-left-delay2.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-left-delay2.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-left-delay2.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-left-delay2.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-left-delay2.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-left-delay2.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-left-delay2.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-left-delay2.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-left-delay2.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-left-delay2.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-left-delay2.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-left-delay2.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-left-delay2.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-left-delay2.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-left-delay2.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-left-delay2.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay3 {
  opacity: 0;
}
.scroll-fadein-left-delay3.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}
.scroll-fadein-left-delay3.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-left-delay3.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-left-delay3.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-left-delay3.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-left-delay3.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-left-delay3.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-left-delay3.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-left-delay3.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-left-delay3.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-left-delay3.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-left-delay3.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-left-delay3.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-left-delay3.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-left-delay3.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-left-delay3.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-left-delay3.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-left-delay3.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-left-delay3.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-left-delay3.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-left-delay3.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay4 {
  opacity: 0;
}
.scroll-fadein-left-delay4.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}
.scroll-fadein-left-delay4.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-left-delay4.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-left-delay4.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-left-delay4.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-left-delay4.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-left-delay4.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-left-delay4.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-left-delay4.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-left-delay4.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-left-delay4.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-left-delay4.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-left-delay4.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-left-delay4.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-left-delay4.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-left-delay4.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-left-delay4.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-left-delay4.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-left-delay4.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-left-delay4.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-left-delay4.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay5 {
  opacity: 0;
}
.scroll-fadein-left-delay5.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}
.scroll-fadein-left-delay5.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-left-delay5.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-left-delay5.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-left-delay5.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-left-delay5.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-left-delay5.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-left-delay5.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-left-delay5.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-left-delay5.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-left-delay5.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-left-delay5.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-left-delay5.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-left-delay5.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-left-delay5.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-left-delay5.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-left-delay5.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-left-delay5.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-left-delay5.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-left-delay5.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-left-delay5.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay6 {
  opacity: 0;
}
.scroll-fadein-left-delay6.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}
.scroll-fadein-left-delay6.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-left-delay6.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-left-delay6.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-left-delay6.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-left-delay6.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-left-delay6.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-left-delay6.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-left-delay6.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-left-delay6.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-left-delay6.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-left-delay6.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-left-delay6.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-left-delay6.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-left-delay6.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-left-delay6.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-left-delay6.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-left-delay6.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-left-delay6.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-left-delay6.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-left-delay6.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay7 {
  opacity: 0;
}
.scroll-fadein-left-delay7.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}
.scroll-fadein-left-delay7.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-left-delay7.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-left-delay7.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-left-delay7.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-left-delay7.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-left-delay7.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-left-delay7.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-left-delay7.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-left-delay7.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-left-delay7.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-left-delay7.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-left-delay7.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-left-delay7.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-left-delay7.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-left-delay7.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-left-delay7.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-left-delay7.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-left-delay7.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-left-delay7.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-left-delay7.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay8 {
  opacity: 0;
}
.scroll-fadein-left-delay8.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}
.scroll-fadein-left-delay8.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-left-delay8.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-left-delay8.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-left-delay8.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-left-delay8.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-left-delay8.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-left-delay8.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-left-delay8.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-left-delay8.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-left-delay8.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-left-delay8.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-left-delay8.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-left-delay8.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-left-delay8.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-left-delay8.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-left-delay8.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-left-delay8.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-left-delay8.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-left-delay8.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-left-delay8.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay9 {
  opacity: 0;
}
.scroll-fadein-left-delay9.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}
.scroll-fadein-left-delay9.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-left-delay9.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-left-delay9.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-left-delay9.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-left-delay9.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-left-delay9.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-left-delay9.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-left-delay9.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-left-delay9.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-left-delay9.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-left-delay9.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-left-delay9.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-left-delay9.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-left-delay9.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-left-delay9.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-left-delay9.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-left-delay9.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-left-delay9.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-left-delay9.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-left-delay9.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay10 {
  opacity: 0;
}
.scroll-fadein-left-delay10.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}
.scroll-fadein-left-delay10.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-left-delay10.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-left-delay10.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-left-delay10.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-left-delay10.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-left-delay10.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-left-delay10.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-left-delay10.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-left-delay10.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-left-delay10.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-left-delay10.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-left-delay10.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-left-delay10.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-left-delay10.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-left-delay10.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-left-delay10.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-left-delay10.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-left-delay10.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-left-delay10.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-left-delay10.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-right {
  opacity: 0;
}
.scroll-fadein-right.show {
  opacity: 1;
  -webkit-animation: right-fadein 1s ease-out;
          animation: right-fadein 1s ease-out;
}

@-webkit-keyframes right-fadein {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes right-fadein {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.scroll-fadein-left {
  opacity: 0;
}
.scroll-fadein-left.show {
  opacity: 1;
  -webkit-animation: left-fadein 1s ease-out;
          animation: left-fadein 1s ease-out;
}

@-webkit-keyframes left-fadein {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes left-fadein {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.scroll-fadein-m-right {
  opacity: 0;
}
.scroll-fadein-m-right.show {
  opacity: 1;
  -webkit-animation: right-m-fadein 1s ease-out;
          animation: right-m-fadein 1s ease-out;
}

@-webkit-keyframes right-m-fadein {
  from {
    opacity: 0;
    margin-right: -20px;
  }
  to {
    opacity: 1;
    margin-right: 0;
  }
}

@keyframes right-m-fadein {
  from {
    opacity: 0;
    margin-right: -20px;
  }
  to {
    opacity: 1;
    margin-right: 0;
  }
}
.scroll-fadein-m-left {
  opacity: 0;
}
.scroll-fadein-m-left.show {
  opacity: 1;
  -webkit-animation: left-m-fadein 1s ease-out;
          animation: left-m-fadein 1s ease-out;
}

@-webkit-keyframes left-m-fadein {
  from {
    opacity: 0;
    margin-left: -20px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}

@keyframes left-m-fadein {
  from {
    opacity: 0;
    margin-left: -20px;
  }
  to {
    opacity: 1;
    margin-left: 0;
  }
}
.side-fadein {
  overflow: hidden;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -o-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.side-fadein span {
  display: block;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -o-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.side-fadein.show,
.side-fadein.show span {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-one-text-up-fadein {
  opacity: 0;
}

.sp-js-span-wrap-text span, .js-span-wrap-text span, .js-span-wrap-bottom-text span, .js-one-text-up-fadein span {
  opacity: 0;
  display: inline-block;
}
.sp-js-span-wrap-text span:nth-child(1), .js-span-wrap-text span:nth-child(1), .js-span-wrap-bottom-text span:nth-child(1), .js-one-text-up-fadein span:nth-child(1) {
  -webkit-animation: oneFade 1s ease 0.7s forwards;
          animation: oneFade 1s ease 0.7s forwards;
}
.sp-js-span-wrap-text span:nth-child(2), .js-span-wrap-text span:nth-child(2), .js-span-wrap-bottom-text span:nth-child(2), .js-one-text-up-fadein span:nth-child(2) {
  -webkit-animation: oneFade 1s ease 0.8s forwards;
          animation: oneFade 1s ease 0.8s forwards;
}
.sp-js-span-wrap-text span:nth-child(3), .js-span-wrap-text span:nth-child(3), .js-span-wrap-bottom-text span:nth-child(3), .js-one-text-up-fadein span:nth-child(3) {
  -webkit-animation: oneFade 1s ease 0.9s forwards;
          animation: oneFade 1s ease 0.9s forwards;
}
.sp-js-span-wrap-text span:nth-child(4), .js-span-wrap-text span:nth-child(4), .js-span-wrap-bottom-text span:nth-child(4), .js-one-text-up-fadein span:nth-child(4) {
  -webkit-animation: oneFade 1s ease 1s forwards;
          animation: oneFade 1s ease 1s forwards;
}
.sp-js-span-wrap-text span:nth-child(5), .js-span-wrap-text span:nth-child(5), .js-span-wrap-bottom-text span:nth-child(5), .js-one-text-up-fadein span:nth-child(5) {
  -webkit-animation: oneFade 1s ease 1.1s forwards;
          animation: oneFade 1s ease 1.1s forwards;
}
.sp-js-span-wrap-text span:nth-child(6), .js-span-wrap-text span:nth-child(6), .js-span-wrap-bottom-text span:nth-child(6), .js-one-text-up-fadein span:nth-child(6) {
  -webkit-animation: oneFade 1s ease 1.2s forwards;
          animation: oneFade 1s ease 1.2s forwards;
}
.sp-js-span-wrap-text span:nth-child(7), .js-span-wrap-text span:nth-child(7), .js-span-wrap-bottom-text span:nth-child(7), .js-one-text-up-fadein span:nth-child(7) {
  -webkit-animation: oneFade 1s ease 1.3s forwards;
          animation: oneFade 1s ease 1.3s forwards;
}
.sp-js-span-wrap-text span:nth-child(8), .js-span-wrap-text span:nth-child(8), .js-span-wrap-bottom-text span:nth-child(8), .js-one-text-up-fadein span:nth-child(8) {
  -webkit-animation: oneFade 1s ease 1.4s forwards;
          animation: oneFade 1s ease 1.4s forwards;
}
.sp-js-span-wrap-text span:nth-child(9), .js-span-wrap-text span:nth-child(9), .js-span-wrap-bottom-text span:nth-child(9), .js-one-text-up-fadein span:nth-child(9) {
  -webkit-animation: oneFade 1s ease 1.5s forwards;
          animation: oneFade 1s ease 1.5s forwards;
}
.sp-js-span-wrap-text span:nth-child(10), .js-span-wrap-text span:nth-child(10), .js-span-wrap-bottom-text span:nth-child(10), .js-one-text-up-fadein span:nth-child(10) {
  -webkit-animation: oneFade 1s ease 1.6s forwards;
          animation: oneFade 1s ease 1.6s forwards;
}
.sp-js-span-wrap-text span:nth-child(11), .js-span-wrap-text span:nth-child(11), .js-span-wrap-bottom-text span:nth-child(11), .js-one-text-up-fadein span:nth-child(11) {
  -webkit-animation: oneFade 1s ease 1.7s forwards;
          animation: oneFade 1s ease 1.7s forwards;
}
.sp-js-span-wrap-text span:nth-child(12), .js-span-wrap-text span:nth-child(12), .js-span-wrap-bottom-text span:nth-child(12), .js-one-text-up-fadein span:nth-child(12) {
  -webkit-animation: oneFade 1s ease 1.8s forwards;
          animation: oneFade 1s ease 1.8s forwards;
}
.sp-js-span-wrap-text span:nth-child(13), .js-span-wrap-text span:nth-child(13), .js-span-wrap-bottom-text span:nth-child(13), .js-one-text-up-fadein span:nth-child(13) {
  -webkit-animation: oneFade 1s ease 1.9s forwards;
          animation: oneFade 1s ease 1.9s forwards;
}
.sp-js-span-wrap-text span:nth-child(14), .js-span-wrap-text span:nth-child(14), .js-span-wrap-bottom-text span:nth-child(14), .js-one-text-up-fadein span:nth-child(14) {
  -webkit-animation: oneFade 1s ease 2s forwards;
          animation: oneFade 1s ease 2s forwards;
}
.sp-js-span-wrap-text span:nth-child(15), .js-span-wrap-text span:nth-child(15), .js-span-wrap-bottom-text span:nth-child(15), .js-one-text-up-fadein span:nth-child(15) {
  -webkit-animation: oneFade 1s ease 2.1s forwards;
          animation: oneFade 1s ease 2.1s forwards;
}
.sp-js-span-wrap-text span:nth-child(16), .js-span-wrap-text span:nth-child(16), .js-span-wrap-bottom-text span:nth-child(16), .js-one-text-up-fadein span:nth-child(16) {
  -webkit-animation: oneFade 1s ease 2.2s forwards;
          animation: oneFade 1s ease 2.2s forwards;
}
.sp-js-span-wrap-text span:nth-child(17), .js-span-wrap-text span:nth-child(17), .js-span-wrap-bottom-text span:nth-child(17), .js-one-text-up-fadein span:nth-child(17) {
  -webkit-animation: oneFade 1s ease 2.3s forwards;
          animation: oneFade 1s ease 2.3s forwards;
}
.sp-js-span-wrap-text span:nth-child(18), .js-span-wrap-text span:nth-child(18), .js-span-wrap-bottom-text span:nth-child(18), .js-one-text-up-fadein span:nth-child(18) {
  -webkit-animation: oneFade 1s ease 2.4s forwards;
          animation: oneFade 1s ease 2.4s forwards;
}
.sp-js-span-wrap-text span:nth-child(19), .js-span-wrap-text span:nth-child(19), .js-span-wrap-bottom-text span:nth-child(19), .js-one-text-up-fadein span:nth-child(19) {
  -webkit-animation: oneFade 1s ease 2.5s forwards;
          animation: oneFade 1s ease 2.5s forwards;
}
.sp-js-span-wrap-text span:nth-child(20), .js-span-wrap-text span:nth-child(20), .js-span-wrap-bottom-text span:nth-child(20), .js-one-text-up-fadein span:nth-child(20) {
  -webkit-animation: oneFade 1s ease 2.6s forwards;
          animation: oneFade 1s ease 2.6s forwards;
}
.sp-js-span-wrap-text span:nth-child(21), .js-span-wrap-text span:nth-child(21), .js-span-wrap-bottom-text span:nth-child(21), .js-one-text-up-fadein span:nth-child(21) {
  -webkit-animation: oneFade 1s ease 2.7s forwards;
          animation: oneFade 1s ease 2.7s forwards;
}
.sp-js-span-wrap-text span:nth-child(22), .js-span-wrap-text span:nth-child(22), .js-span-wrap-bottom-text span:nth-child(22), .js-one-text-up-fadein span:nth-child(22) {
  -webkit-animation: oneFade 1s ease 2.8s forwards;
          animation: oneFade 1s ease 2.8s forwards;
}
.sp-js-span-wrap-text span:nth-child(23), .js-span-wrap-text span:nth-child(23), .js-span-wrap-bottom-text span:nth-child(23), .js-one-text-up-fadein span:nth-child(23) {
  -webkit-animation: oneFade 1s ease 2.9s forwards;
          animation: oneFade 1s ease 2.9s forwards;
}
.sp-js-span-wrap-text span:nth-child(24), .js-span-wrap-text span:nth-child(24), .js-span-wrap-bottom-text span:nth-child(24), .js-one-text-up-fadein span:nth-child(24) {
  -webkit-animation: oneFade 1s ease 3s forwards;
          animation: oneFade 1s ease 3s forwards;
}
.sp-js-span-wrap-text span:nth-child(25), .js-span-wrap-text span:nth-child(25), .js-span-wrap-bottom-text span:nth-child(25), .js-one-text-up-fadein span:nth-child(25) {
  -webkit-animation: oneFade 1s ease 3.1s forwards;
          animation: oneFade 1s ease 3.1s forwards;
}
.sp-js-span-wrap-text span:nth-child(26), .js-span-wrap-text span:nth-child(26), .js-span-wrap-bottom-text span:nth-child(26), .js-one-text-up-fadein span:nth-child(26) {
  -webkit-animation: oneFade 1s ease 3.2s forwards;
          animation: oneFade 1s ease 3.2s forwards;
}
.sp-js-span-wrap-text span:nth-child(27), .js-span-wrap-text span:nth-child(27), .js-span-wrap-bottom-text span:nth-child(27), .js-one-text-up-fadein span:nth-child(27) {
  -webkit-animation: oneFade 1s ease 3.3s forwards;
          animation: oneFade 1s ease 3.3s forwards;
}
.sp-js-span-wrap-text span:nth-child(28), .js-span-wrap-text span:nth-child(28), .js-span-wrap-bottom-text span:nth-child(28), .js-one-text-up-fadein span:nth-child(28) {
  -webkit-animation: oneFade 1s ease 3.4s forwards;
          animation: oneFade 1s ease 3.4s forwards;
}
.sp-js-span-wrap-text span:nth-child(29), .js-span-wrap-text span:nth-child(29), .js-span-wrap-bottom-text span:nth-child(29), .js-one-text-up-fadein span:nth-child(29) {
  -webkit-animation: oneFade 1s ease 3.5s forwards;
          animation: oneFade 1s ease 3.5s forwards;
}
.sp-js-span-wrap-text span:nth-child(30), .js-span-wrap-text span:nth-child(30), .js-span-wrap-bottom-text span:nth-child(30), .js-one-text-up-fadein span:nth-child(30) {
  -webkit-animation: oneFade 1s ease 3.6s forwards;
          animation: oneFade 1s ease 3.6s forwards;
}
.sp-js-span-wrap-text span:nth-child(31), .js-span-wrap-text span:nth-child(31), .js-span-wrap-bottom-text span:nth-child(31), .js-one-text-up-fadein span:nth-child(31) {
  -webkit-animation: oneFade 1s ease 3.7s forwards;
          animation: oneFade 1s ease 3.7s forwards;
}
.sp-js-span-wrap-text span:nth-child(32), .js-span-wrap-text span:nth-child(32), .js-span-wrap-bottom-text span:nth-child(32), .js-one-text-up-fadein span:nth-child(32) {
  -webkit-animation: oneFade 1s ease 3.8s forwards;
          animation: oneFade 1s ease 3.8s forwards;
}
.sp-js-span-wrap-text span:nth-child(33), .js-span-wrap-text span:nth-child(33), .js-span-wrap-bottom-text span:nth-child(33), .js-one-text-up-fadein span:nth-child(33) {
  -webkit-animation: oneFade 1s ease 3.9s forwards;
          animation: oneFade 1s ease 3.9s forwards;
}
.sp-js-span-wrap-text span:nth-child(34), .js-span-wrap-text span:nth-child(34), .js-span-wrap-bottom-text span:nth-child(34), .js-one-text-up-fadein span:nth-child(34) {
  -webkit-animation: oneFade 1s ease 4s forwards;
          animation: oneFade 1s ease 4s forwards;
}
.sp-js-span-wrap-text span:nth-child(35), .js-span-wrap-text span:nth-child(35), .js-span-wrap-bottom-text span:nth-child(35), .js-one-text-up-fadein span:nth-child(35) {
  -webkit-animation: oneFade 1s ease 4.1s forwards;
          animation: oneFade 1s ease 4.1s forwards;
}
.sp-js-span-wrap-text.space-4 span:nth-child(5), .js-span-wrap-text.space-4 span:nth-child(5), .js-span-wrap-bottom-text.space-4 span:nth-child(5), .js-one-text-up-fadein.space-4 span:nth-child(5) {
  margin-left: 10px;
}

@-webkit-keyframes oneFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes oneFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header {
  padding: 13px 50px 0;
  max-width: 1366px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 5;
}
@media screen and (max-width: 992px) {
  .header {
    position: fixed;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 20px 20px 0;
  }
}
.header__gnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__gnav.left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__gnav__logo {
  width: 156px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 992px) {
  .header__gnav__logo {
    width: 100px;
  }
}
@media screen and (max-width: 576px) {
  .header__gnav__logo {
    width: 80px;
  }
}
.header__gnav__logo:hover {
  opacity: 0.5;
}
.header__gnav__logo img {
  display: block;
  width: 100%;
}
.header__gnav__content {
  padding-top: 36px;
  width: 200px;
}
@media screen and (max-width: 992px) {
  .header__gnav__content {
    display: none !important;
  }
}
.header__gnav__content__item {
  position: relative;
  padding-left: 2px;
}
.header__gnav__content__item:nth-child(n+2) {
  margin-top: 24px;
}
.header__gnav__content__item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 7px;
  background-image: url("../img/common/line-bottom.svg");
}
.header__gnav__content__item__link {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
  color: #5C5C5C;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.header__gnav__content__item__link:hover {
  text-decoration: underline;
  opacity: 0.5;
}
.header__gnav__bottom {
  margin-top: 48px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 992px) {
  .header__gnav__bottom {
    display: none !important;
    max-width: 200px;
    margin-top: 58px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
}
.header__gnav__bottom__text {
  font-size: 1.2rem;
  text-align: right;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .header__gnav__bottom__text {
    text-align: center;
  }
}
.header__gnav__bottom__list {
  margin-top: 10px;
  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;
}
.header__gnav__bottom__list__item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.header__gnav__bottom__list__item__link {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #DABAAE;
  color: #ffffff;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 992px) {
  .header__gnav__bottom__list__item__link {
    background: #ffffff;
    color: #DABAAE;
  }
}
.header__gnav__bottom__list__item__link.line {
  font-size: 1.2rem;
}
.header__gnav__bottom__list__item__link.minimo {
  font-size: 1rem;
}
.header__gnav__bottom__list__item__link img {
  width: 31.06px;
  display: block;
}
.header__gnav__bottom__list__item__link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 992px) {
  .header__gnav__global {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: fixed;
    height: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 105;
    margin-left: 0px;
    margin-top: 0px;
    background: #DABAAE;
  }
}
.header__gnav__global.show {
  height: 100vh;
  overflow: auto;
}
.header__gnav__global.show .header__gnav__content {
  width: 200px;
  margin: auto;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  opacity: 0;
  -webkit-animation: menuFadein 0.5s forwards;
          animation: menuFadein 0.5s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  padding-top: 12%;
}
@media screen and (max-width: 576px) {
  .header__gnav__global.show .header__gnav__content {
    padding-top: 25%;
  }
}
.header__gnav__global.show .header__gnav__content__item {
  width: 100%;
  text-align: left;
}
.header__gnav__global.show .header__gnav__bottom {
  display: block !important;
  opacity: 0;
  -webkit-animation: menuFadein 0.5s forwards;
          animation: menuFadein 0.5s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

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

@keyframes menuFadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#open_menu {
  display: none;
}
@media screen and (max-width: 992px) {
  #open_menu {
    display: block;
    cursor: pointer;
    width: 46px;
    height: 40px;
    padding: 10px 8px;
  }
}
#open_menu span {
  position: relative;
  display: block;
}
#open_menu span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #5C5C5C;
  top: -9px;
  border-radius: 100px;
  right: 0;
  -webkit-transform: translateY(0) rotate(0);
      -ms-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#open_menu span:nth-of-type(2)::before {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  width: 100%;
}
#open_menu span:nth-of-type(3)::before {
  -webkit-transform: translateY(16px);
      -ms-transform: translateY(16px);
          transform: translateY(16px);
  width: 100%;
  opacity: 1;
}

#close_btn {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  width: 46px;
  height: 40px;
  padding: 10px 8px;
  z-index: 130;
  opacity: 0;
}
#close_btn.open {
  display: block;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation: menuFadein 2s forwards;
          animation: menuFadein 2s forwards;
}
#close_btn span {
  position: relative;
  display: block;
}
#close_btn span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #5C5C5C;
  top: -9px;
  border-radius: 100px;
  right: 0;
  -webkit-transform: translateY(0) rotate(0);
      -ms-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#close_btn span:nth-of-type(1)::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
}
#close_btn span:nth-of-type(2)::before {
  width: 100%;
  -webkit-transform: rotate(45deg) translateY(0);
      -ms-transform: rotate(45deg) translateY(0);
          transform: rotate(45deg) translateY(0);
}

.footer {
  background-color: #DABAAE;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 20px;
  }
}
.footer__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1266px;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0 20px;
}
@media screen and (max-width: 768px) {
  .footer__flex {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px 0 32px;
  }
}
.footer__flex__content {
  margin-right: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.footer__flex__content__logo {
  width: 92px;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.footer__flex__content__logo:hover {
  opacity: 0.5;
}
.footer__flex__content__logo img {
  display: block;
  width: 100%;
}
.footer__flex__content__link {
  font-size: 1.4rem;
  font-weight: 700;
  color: #5C5C5C;
  margin-top: 10px;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .footer__flex__content__link {
    display: none;
  }
}
.footer__flex__content__link:hover {
  text-decoration: underline;
  opacity: 0.5;
}
.footer__flex__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -20px;
}
@media screen and (max-width: 768px) {
  .footer__flex__nav {
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__flex__nav__item {
  margin: 16px 20px 0;
}
@media screen and (max-width: 768px) {
  .footer__flex__nav__item {
    margin: 16px 10px 0;
  }
}
.footer__flex__nav__item.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__flex__nav__item.sp {
    display: block;
  }
}
.footer__flex__nav__item__link {
  color: #5C5C5C;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__flex__nav__item__link {
    font-size: 1.4rem;
  }
}
.footer__flex__nav__item__link:before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 50%;
  background-color: #292727;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__flex__nav__item__link:hover:before {
  width: 80%;
}
.footer small {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  color: #5C5C5C;
}
@media screen and (max-width: 768px) {
  .footer small {
    font-size: 1.2rem;
  }
}