#contents {
  visibility: hidden;
}

.hline {
  display: block;
  border-bottom: 1px solid #8A7149;
  width: 100px;
  margin: 22.5px auto 22.5px auto;
}

.counter {
  font-size: 5rem !important;
  line-height: 1.0;
  margin: 10.5px auto 13px auto;
}

.counter-percent {
  display: inline-block;
  font-size: 3rem !important;
}

.text2 {
  display: block;
  margin: 5px auto 0px auto;
}

.text3 {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  display: block;
  bottom: 60px;
  padding: 0 15px;
}

.lcr-close-btn-wrap {
  position: relative;
  width: 100%;
}

.lcr-close-btn {
  position: absolute;
  z-index: 10;
  display: block;
  width: 18px;
  height: 18px;
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E%3Cg fill='%238a7149'%3E%3Cpath d='M0 1.246L1.246 0 35.994 34.75l-1.246 1.245z'/%3E%3Cpath d='M0 34.754L34.754 0 36 1.246 1.246 36z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
}

.lcr-dotnav-btn {
  display: block;
  border: 1px solid #8a7149;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  position: relative;
}

.lcr-dotnav-btn:not(:last-child) {
  margin-bottom: 13px;
}

.lcr-dotnav-btn.is-active, .lcr-dotnav-btn:hover {
  background: #8a7149;
}

.lcr-dotnav-btn::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}

.lcr-fixed-nav .lcr-dotnav {
  position: fixed;
  z-index: 10;
  top: calc(50vh + 30px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.lcr-hdotnav {
  display: -webkit-box;
  display: flex;
}

.lcr-hdotnav-btn {
  display: block;
  border: 1px solid transparent;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  cursor: pointer;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  position: relative;
}

.lcr-hdotnav-btn:not(:last-child) {
  margin-right: 10px;
}

.lcr-hdotnav-btn.is-active, .lcr-hdotnav-btn:hover {
  border-color: #8a7149;
}

.lcr-hdotnav-btn::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}

.lcr-hdotnav-btn::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: #8a7149;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.lcr-hero-dotnav {
  position: absolute;
  z-index: 2;
  /*
  top: 50%;
  transform: translateY(-50%);
  right: 12%;
  */
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  left: 0;
  right: 0;
  bottom: 40px;
}

.lcr-hero-dotnav-btn {
  display: block;
  border: 1px solid transparent;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  cursor: pointer;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  position: relative;
}

.lcr-hero-dotnav-btn:not(:last-child) {
  margin-right: 10px;
}

.lcr-hero-dotnav-btn.is-active, .lcr-hero-dotnav-btn:hover {
  border-color: #8a7149;
}

.lcr-hero-dotnav-btn::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}

.lcr-hero-dotnav-btn::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: #8a7149;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.lcr-fixed-nav .lcr-dotnav {
  position: fixed;
  z-index: 10;
  top: calc(50vh + 30px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.fadeup {
  opacity: 0.0;
  -webkit-transform: translate(0, 120px);
          transform: translate(0, 120px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.scrollin {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1.0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.trigger {
  position: relative;
  height: calc(2 * (100vh - 60px));
}

.trigger-dummy {
  position: relative;
  /*
  height: calc((100vh - 60px));
  min-height: 700px;
  height: 508px;
    */
}

.sticky-item {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.lcr-hero {
  color: #8A7149;
}

.lcr-hero--mar {
  max-height: calc(100vh - 60px);
}

.lcr-hero--mar::before {
  content: '';
  display: block;
  padding-top: 200%;
  min-height: 700px;
}

.lcr-hero--mar .lcr-hero-image {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
}

.lcr-hero--mar .lcr-hero-image:first-child {
  top: 0;
}

.lcr-hero--mar .lcr-hero-image:last-child {
  top: 50%;
}

.lcr-hero--mar .lcr-hero-image::before {
  content: none;
}

.lcr-hero--mar .lcr-hero-column-wrap {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

.lcr-hero--mar .lcr-hero-column-wrap:first-child {
  top: 0;
}

.lcr-hero--mar .lcr-hero-column-wrap:last-child {
  top: 0;
}

.lcr-hero--mar .lcr-hero-column {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.lcr-hero-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.lcr-hero-image::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.lcr-hero-image--1 {
  background-image: url(../images/results/p1-sp.jpg);
}

.lcr-hero-image--2 {
  background-image: url(../images/results/p2-sp.jpg);
}

.lcr-hero-image--3 {
  background-image: url(../images/results/p3-sp.jpg);
}

.lcr-hero-column {
  margin: 0 auto;
}

.lcr-hero-text {
  width: 100%;
  min-height: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 25px;
}

.lcr-hero-text-body {
  margin-top: 13px;
}

.lcr-hero-text-body p + p {
  margin-top: 1.5em;
}

.lcr-hero-text-btn {
  margin-top: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.lcr-hero-text-btn a {
  cursor: pointer;
}

@media screen and (min-width: 993px) {
  .hline {
    margin: 25px auto 22px auto;
  }
  .counter {
    margin: 21px auto 16px auto;
  }
  .text2 {
    margin: 0px auto;
  }
  .text3 {
    bottom: 60px;
    padding: 0 30px;
  }
  .lcr-close-btn {
    width: 36px;
    height: 36px;
    right: 47px;
  }
  .lcr-dotnav-btn {
    width: 10px;
    height: 10px;
  }
  .lcr-dotnav-btn:not(:last-child) {
    margin-bottom: 20px;
  }
  .lcr-fixed-nav .lcr-dotnav {
    right: 50px;
  }
  .lcr-hdotnav-btn:not(:last-child) {
    margin-right: 10px;
  }
  .lcr-hero-dotnav {
    bottom: 30px;
  }
  .lcr-hero-dotnav-btn:not(:last-child) {
    margin-right: 10px;
  }
  .lcr-fixed-nav .lcr-dotnav {
    right: 50px;
  }
  .lcr-hero--mar::before {
    padding-top: 50%;
  }
  .lcr-hero--mar .lcr-hero-image {
    top: 0;
    height: 100%;
  }
  .lcr-hero--mar .lcr-hero-image:last-child {
    top: 0;
  }
  .lcr-hero--mar .lcr-hero-column-wrap {
    top: 0;
    height: 100%;
  }
  .lcr-hero--mar .lcr-hero-column-wrap:last-child {
    top: 0;
  }
  .lcr-hero-image::before {
    padding-top: 50%;
  }
  .lcr-hero-image--1 {
    background-image: url(../images/results/p1.jpg);
  }
  .lcr-hero-image--2 {
    background-image: url(../images/results/p2.jpg);
  }
  .lcr-hero-image--3 {
    background-image: url(../images/results/p3.jpg);
  }
  .lcr-hero-column-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .lcr-hero-column {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  .lcr-hero-column--right {
    margin-left: auto;
  }
  .lcr-hero-text {
    min-height: 100%;
    margin: 0px auto 0 auto;
    padding-top: 6vh;
  }
  .lcr-hero-text--w1 {
    max-width: 460px;
  }
  .lcr-hero-text-body {
    margin-top: 23px;
  }
  .lcr-hero-text-btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 320px) {
  .hline {
    display: none;
  }
}

@media screen and (min-width: 415px) {
  .lcr-hero-text--w1 {
    max-width: 490px;
  }
}
