@media screen and (min-width: 769px) {
  .float-btn2 {
    display: none;
  }
  .float-sns-btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .float-btn2 {
    width: 100%;
    display: flex !important;
    position: fixed;
    bottom: 9.5vw;
    left: 0;
    z-index: 99;
  }
  .float-btn2 li {
    font-size: 3.46666vw;
    width: 33.3333333333%;
    height: 16vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #231815;
  }
  .float-btn2 li:nth-of-type(2) {
    border-left: solid 1px #5b5b5b;
    border-right: solid 1px #5b5b5b;
  }
  .float-btn2 li span {
    position: relative;
    padding-left: 6vw;
  }
  .float-btn2 li span:before {
    content: "";
    width: 5.06666vw;
    height: 4.53333vw;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.8vw;
    left: 0;
  }
  .float-btn2 li:nth-of-type(1) span:before {
    background-image: url(../images/common/icon-float01.png);
  }
  .float-btn2 li:nth-of-type(2) span:before {
    background-image: url(../images/common/icon-float02.png);
  }
  .float-btn2 li:nth-of-type(3) span:before {
    background-image: url(../images/common/icon-float03.png);
  }
  .float-sns-btn {
    border-top: solid 1px #5b5b5b;
    width: 100%;
    height: 10vw;
    display: block !important;
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 99;
    text-align: center;
    background: #231815;
  }
  .float-sns-btn li {
    text-align: center;
    display: inline-block;
    width: 20%;
  }
  .float-sns-btn li img {
    margin-top: 2.5vw;
    width: 4.8vw;
  }
}
.mainV .logo {
  width: 272px;
  position: absolute;
  left: 81px;
  top: 64px;
}
@media screen and (max-width: 768px) {
  .mainV .logo {
    width: 53.33vw;
    left: 50%;
    transform: translateX(-50%);
    top: 75px;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
}
.aL {
  text-align: left;
}

.aC {
  text-align: center;
}

.mB25sp20 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 768px) {
  .mB25sp20 {
    margin-bottom: 20px !important;
  }
}

.mB30sp20 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .mB30sp20 {
    margin-bottom: 20px !important;
  }
}

.mB40sp20 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .mB40sp20 {
    margin-bottom: 20px !important;
  }
}

.mB50sp25 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  .mB50sp25 {
    margin-bottom: 25px !important;
  }
}

.mB60sp30 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .mB60sp30 {
    margin-bottom: 30px !important;
  }
}

.mB70sp35 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 768px) {
  .mB70sp35 {
    margin-bottom: 35px !important;
  }
}

.mB80sp40 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .mB80sp40 {
    margin-bottom: 40px !important;
  }
}

.mB100sp50 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .mB100sp50 {
    margin-bottom: 50px !important;
  }
}

.bold {
  font-weight: 700;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}/*# sourceMappingURL=common2.css.map */