.index-main-sp-sec .index-main-sp-leadbg-box {
  position: relative;
  background-color: #312B27; }
  .index-main-sp-sec .index-main-sp-leadbg-box .bg {
    width: 100%;
    height: 0;
    padding-top: 42vh;
    background-position: center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.85; }
  .index-main-sp-sec .index-main-sp-leadbg-box .js-sticky_starttarget {
    position: absolute;
    top: 40%;
    left: 0;
    opacity: 0; }

.js-sticky_item {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  display: none;
  visibility: hidden; }
  @media (max-width: 768px) {
    .js-sticky_item {
      display: block; } }
  .js-sticky_item .js-sticky_item_ttl {
    color: #ffffff;
    text-align: center;
    font-size: 1.9rem; }
    .js-sticky_item .js-sticky_item_ttl span {
      transition: 0.3s; }
    .js-sticky_item .js-sticky_item_ttl .line {
      width: 50%;
      height: 1px;
      position: absolute;
      left: calc(50% - 25%);
      bottom: 0;
      background: #a30004; }

@media (max-width: 768px) {
  .js-sticky_endtarget {
    display: block !important;
    opacity: 0;
    transition: 0.3s; } }

/*# sourceMappingURL=../css/index-add.map */