
/**/
.navbar-brand {
  visibility:hidden;
}
.on-scr .navbar-brand {
  visibility: visible;
}
.navbar.nav-site {
  background: transparent;
  box-shadow: unset;
}
.navbar.nav-site.on-scr {
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
}
.home .navbar-light .navbar-toggler-icon {
  background:no-repeat center url(../img/common/btn-menu-default.svg);
}
.home .navbar-light.on-scr .navbar-toggler-icon {
  background:no-repeat center url(../img/common/btn-menu-blue.svg);
}
.home .navbar-toggler .close {
  background:no-repeat center url(../img/common/btn-menu-close-w.svg);
}
.home .on-scr .navbar-toggler .close {
  background:no-repeat center url(../img/common/btn-menu-close-b.svg);
}
.home .navbar-light .navbar-toggler-icon,
.home .navbar-toggler .close {
  background-size: 100%!important;
}
/**/

.top-v {
  position: relative;

  background:no-repeat center url(../img/index/img-main@2x.jpg);
  background-size: cover;
  height: 715px;
}
.top-v .inn {
}
.top-v .index-logo {
  position: absolute;
  left: 0;
  right: 0;
  top:45px;
  margin:auto;
}
.top-v .n .tt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin:auto;
  width:95%;
  max-width: 1426px;
}
.top-v .n .deco {
  position: absolute;
  right: 0;
  bottom: 0;
}

.sec-desc {
  position: relative;
  margin-top: 70px;
  padding-bottom: 150px;

  background-image: url(../img/index/bg-bicycle.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
.sec-desc .ap {
  position: absolute;
}
.sec-desc .ap.a1 {
  right: 0;
  top:-35px;
}
.sec-desc .ap.a2 {
  right: 7%;
  bottom: -120px;
}
.sec-desc .t {
  font-size: 34px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}
.sec-desc .row {
  margin:0 -30px;
}
.sec-desc .row>div {
  padding:0 30px;
}
.sec-desc .row .img1 img {
  max-width: unset;
  float: right;
}
.sec-desc .desc-cont {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
}

.sec-event {
  padding:150px 0 50px;
}
.sec-event .et-row {
  padding:0 0 30px;
}
.sec-event .cont-bg {
  position: relative;
  /*background: #256DF4;*/
  padding:45px 0;
  transition: all 0.5s 0.5s ease;
}
.sec-event .cont-bg.c-view {
  background: #256DF4;
}
.cont-bg .container {
  position: relative;
}
.cont-bg .container:before {
  content:"";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: -260px;
  background: no-repeat center url(../img/common/logo-doppuri-ride.svg);
  background-size: 100%;
  width: 376px;
  height: 276px;
}
.cont-bg a {
  position: relative;
  display: inline-block;
}

.sec-course {
  padding:50px 0 120px;
}
.sec-course .tt {
  margin-bottom: 30px;
}
.sec-course .txt1 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.cont-t {
  font-size: 26px;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 16px;
}

.soon-v {
  margin:40px auto;
  text-align: center;
  font-style: italic;
  font-size: 22px;
}

.sec-recomm {
  padding-top:50px;
  background: #256DF4;
  color:#fff;
}
.sec-recomm .tt {
  margin-bottom: 80px;
}
.sec-recomm .recomm-cont {
  padding-bottom: 50px;
}
.sec-recomm .d-photo .pitem {
  width: 50%;
  height: 214px;
}
.d-photo .pitem.p1 {
  background: no-repeat center url(../img/index/img-03-1@2x.jpg);
}
.d-photo .pitem.p2 {
  background: no-repeat center url(../img/index/img-03-2@2x.jpg);
}
.sec-recomm .d-photo .pitem {
  background-size: cover!important;
}

@media (max-width: 1199px) {
  .top-v {
    height: 550px;
  }
  .top-v .index-logo {
    max-width: 480px;
    top:55px;
  }
  .top-v .n .deco {
    max-width: 200px;
  }
  .top-v .n .tt {
    width: 75%;
  }
  .sec-desc {
    padding-bottom: 120px;
  }
  .sec-desc .row .img1 img {
    max-width: 640px;
  }
  .sec-desc .ap.a1 {
    max-width: 250px;
  }
  .sec-desc .ap.a2 {
    max-width: 300px;
    bottom: auto;
  }
}
@media (max-width: 992px) {
  .top-v {
    height: 420px;
  }
  .top-v .index-logo {
    max-width: 340px;
  }
  .top-v .n .deco {
    max-width: 150px;
  }

  .sec-desc .row {
    margin:0 -12px;
  }
  .sec-desc .row>div {
    padding:0 12px;
  }
  .sec-desc .desc-cont {
    margin-left: 0;
  }
  .sec-desc .ap.a1, .sec-desc .ap.a2 {
    display: none;
  }
  .ap-photo-tsp {
    text-align: center;
    max-width: 400px;
    margin: 30px auto 0;
  }
  .ap-photo-tsp>:first-child {
    margin-bottom: 20px;
  }
  .sec-event {
    padding:100px 0 40px;
  }

  .sec-event .et-row img,
  .sec-course .tt img,
  .sec-recomm .tt img {
    width: auto;
    height: 30px;
  }

  .sec-recomm .tt {
    margin-bottom: 50px;
  }
  .sec-recomm .d-photo .pitem {
    height: 180px;
  }
}

@media (max-width: 767px) {
  .top-v {
    height: 102vh;
    background:no-repeat center url(../img/index/sp/img-main@2x.jpg);
    background-size: cover;
  }
  .top-v .index-logo {
    max-width: 100%;
    width: 90%;
    top:20%;
  }
  .top-v .n {
    display: none;
  }
  .top-v .sp-tt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
    width: 100%;
    padding-left: 15px;
  }
  .top-v .sp-tt img {
    width: 100%;
  }

  .sec-desc {
    margin-top:40px;
    padding-bottom: 80px;
    background-position: 6% bottom;
    background-size: 150%;
  }
  .sec-desc .t {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .sec-desc .row .img1 {
    max-width: unset;
    margin:0 -12px 20px;
  }
  .sec-desc .row .img1 img {
    float: unset;
    max-width: 100%;
  }
  .sec-event {
    padding:50px 0 40px;
  }
  .sec-event .cont-bg {
    padding:140px 0 60px;
  }
  .cont-bg .container:before {
    top: -120px;
    transform: unset;
    left: 0;
    right: 0;
    margin:auto;
    width: 140px;
    height: 110px;
  }
  .sec-event .et-row img, .sec-course .tt img, .sec-recomm .tt img {
    height: 25px;
  }
  .sec-course {
    padding:40px 0 70px;
  }
  .sec-course .txt1 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .sec-course .cont-t {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .d-photo {
    flex-wrap: wrap;
  }
  .sec-recomm .d-photo .pitem {
    width: 100%;
    height: 140px;
  }
}