#contentsWrap {
  padding-top: 100px;
}

#contentsWrap .subvisual {
  height: 360px;
  position: relative;
}

#contentsWrap .subvisual > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#contentsWrap .subvisual .nav {
  position: absolute;
  width: 95%;
  max-width: 1280px;
  left: 50%;
  top: 130px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#contentsWrap .subvisual .nav h2 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 20px;
}

#contentsWrap .subvisual .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contentsWrap .subvisual .nav ul li {
  padding-right: 20px;
  margin-right: 10px;
  background: url("/img/arrowsmall.png") no-repeat 100% 80%;
}

#contentsWrap .subvisual .nav ul li:last-of-type {
  background: none;
}

#contentsWrap .subvisual .nav ul li a {
  color: rgba(255, 255, 255, 0.616);
  font-size: .875rem;
}

#contentsWrap .subvisual .nav ul li a.on {
  color: #fff;
}

@media (max-width: 768px) {
  #contentsWrap .subvisual {
    height: 200px;
    position: relative;
  }
  #contentsWrap .subvisual > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #contentsWrap .subvisual .nav {
    position: absolute;
    width: 95%;
    max-width: 1280px;
    left: 50%;
    top: 40px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #contentsWrap .subvisual .nav h2 {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 20px;
  }
  #contentsWrap .subvisual .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #contentsWrap .subvisual .nav ul li {
    padding-right: 20px;
    margin-right: 10px;
    background: url("/img/arrowsmall.png") no-repeat 100% 80%;
  }
  #contentsWrap .subvisual .nav ul li:last-of-type {
    background: none;
  }
  #contentsWrap .subvisual .nav ul li a {
    color: rgba(255, 255, 255, 0.616);
    font-size: .875rem;
  }
  #contentsWrap .subvisual .nav ul li a.on {
    color: #fff;
  }
}

#contentsWrap ul.depth2 {
  margin-bottom: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}

#contentsWrap ul.depth2 li {
  margin-right: 20px;
}

#contentsWrap ul.depth2 li:last-of-type {
  margin: 0;
}

#contentsWrap ul.depth2 li a {
  display: block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  padding: 0 40px;
  color: #999;
  position: relative;
}

#contentsWrap ul.depth2 li a.on {
  color: #232323;
}

#contentsWrap ul.depth2 li a.on:after {
  display: block;
}

#contentsWrap ul.depth2 li a:after {
  content: '';
  display: none;
  width: 70px;
  height: 4px;
  background: #db1212;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 768px) {
  #contentsWrap ul.depth2 {
    margin-bottom: 80px;
    white-space: nowrap;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #ddd;
  }
  #contentsWrap ul.depth2 li {
    margin-right: 20px;
  }
  #contentsWrap ul.depth2 li:last-of-type {
    margin: 0;
  }
  #contentsWrap ul.depth2 li a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0;
    color: #999;
    position: relative;
  }
  #contentsWrap ul.depth2 li a.on {
    color: #232323;
  }
  #contentsWrap ul.depth2 li a.on:after {
    display: block;
  }
  #contentsWrap ul.depth2 li a:after {
    content: '';
    display: none;
    width: 70px;
    height: 4px;
    background: #db1212;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#contentsWrap .titleBox {
  text-align: center;
  margin-bottom: 80px;
}

#contentsWrap .titleBox h2 {
  font-size: 2.625rem;
  margin-bottom: 20px;
}

#contentsWrap .titleBox p {
  font-size: 1.25rem;
  color: #999;
  font-family: 'Montserrat', sans-serif;
}
/*# sourceMappingURL=sub_common.css.map */