.catalog{
  width: 100%;
	text-align: center;
	margin-top: 30px;
	background-color: #333;
	color: #fff;
	border-radius: 4px;
	border: 1px solid transparent;
  }

  .catalog:hover{
	  background-color: #fff;
	  color:#333;
	  border:1px solid #333;
  }

  .catalog a{
    padding: 10px;
    display: block;
    text-decoration: none;
  }

.niu_app {
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1px;
  word-break: break-all;
  color: #333;
}

.niu_app .megamenu .menu-sub {
  margin-bottom: 0;
}

.niu_app main {
  position: relative;
  padding-top: 74px;
}

.niu_app .buy_fixed {
  position: fixed;
  top: 74px;
  width: 100%;
  z-index: 2;
}

.niu_app .buy_fixed a,
.niu_app .buy_bottom a {
  display: block;
  padding: .4em;
  text-align: center;
}

.niu_app .buy_fixed a br,
.niu_app .buy_bottom a br {
  display: none;
}

.niu_app .buy_fixed a:hover,
.niu_app .buy_bottom a:hover {
  color: #fff;
  text-decoration: none;
}

.buy_fixed .new a,
.buy_bottom .new a {
  background-color: rgba(35, 97, 174, .9);
}

.buy_fixed .new a:hover,
.buy_bottom .new a:hover {
  background-color: rgba(75, 126, 189, 1);
}

.buy_fixed .buy a,
.buy_bottom .buy a {
  background-color: rgba(223, 6, 31, .9);
}

.buy_fixed .buy a:hover,
.buy_bottom .buy a:hover {
  background-color: rgba(224, 52, 101, 1);
}

.niu_app .btn-primary {
  background-color: #df001f;
  border-color: #df001f;
}

.niu_app .btn-primary:hover {
  background-color: #c8001b;
  border-color: #c8001b;
}

.niu_app .container_title h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: italic;
}


section.youtube {
  margin: 80px;
  text-align: center;
}

.youtube iframe{
  width: 1000px;
  height: 570px;
  margin-top: 20px;
}

.manuel {
  display: block;
  background-color: #dc2624;
  border-radius: 3px;
  font-size: 15px;
  margin-top: 30px;
  text-align: center;
}

.manuel:hover {
  background-color: #fff;
  border: 1px solid #333;
  color:#333;
} 
.manuel a{
  display: block;
  padding: 10px;
  width: 100%;
  text-decoration: none;
  color:#fff;
}

.manuel a:hover{
  color:#dc2624;
}

.niu_app_mqiplus .mv {
  position: relative;
}

.niu_app_mqiplus .mv h1 {
  position: absolute;
  top: 10%;
  left: 10%;
}

.niu_app_mqiplus .mv h1 img {
  width: 300px;
  -webkit-filter: drop-shadow(0 0 6px rgba(255, 255, 255, .2));
          filter: drop-shadow(0 0 6px rgba(255, 255, 255, .2));
}

.niu_app .app h2 {
  position: relative;
  padding: 0.6em;
  background: #df001f;
}

.niu_app .app h2::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 2%;
  border: 15px solid transparent;
  border-top: 15px solid #df001f;
  width: 0;
  height: 0;
}

.niu_app_mqiplus .intro {
  background: url('/niu/mqiplussport/img/image_01.jpg') no-repeat center center;
  background-size: cover;
}

.niu_app_mqiplus .intro_contents {
  background-color: rgba(255, 255, 255, .8);
}

.niu_app_mqiplus .app {
  background: url('/niu/mqiplussport/img/app_1.jpg') no-repeat center center;
  background-size: cover;
}

.niu_app_mqiplus .app_contents {
  background-color: rgba(255, 255, 255, .8);
}

.niu_app .price_num {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}

.niu_app .price_num::before {
  content: '¥';
  padding-right: .2em;
  font-size: .8em;
}

/* .niu_app .option_list .list-group-item p {
  margin-bottom: 0;
}

.niu_app .option_list .img {
  width: 6%;
}

.niu_app .option_list .txt {
  width: 92%;
  padding-left: 4%;
}
 */
a.more{
	text-align: center;
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
	padding: 0.5em 5em;
	background: #535353;
	border-radius: .25rem!important;
	color: #fff;
	margin:0.5em auto 1.5em;
}
a.more small{
	font-size: 0.7em;
	padding-right: 1em;
}
a.more:hover{
	text-decoration: none;
	background: #df001f;
}

article.row:nth-child(3){
  margin-top: 4rem;
}

.priceHorizon{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.priceHorizon-other{
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  width: 65%
}

.priceHorizon-name{
  height: 100%;
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
}

.priceHorizon-num{
  height: 100%;
  width: 45%;
  padding-right: 5px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.priceHorizon-zei{
  width: 10%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 10px;
}

.priceHorizon-caution{
  height: 100%;
  width: 45%;
  display: flex;
  align-items: center;
  font-size: 1.1em;
}

@media screen and (max-width: 959px) {
  .niu_app .buy_fixed,
  .niu_app .buy_bottom {
    font-size: .8em;
  }

  .niu_app .buy_bottom li {
    padding: 0;
  }

  .niu_app .buy_fixed a br,
  .niu_app .buy_bottom a br {
    display: inline;
  }

  .niu_app main {
    padding-top: 60px;
  }

  .niu_app .buy_fixed {
    top: 60px;
  }

  .niu_app .mv {
    padding-top: 58px;
    background-color: #000;
  }

  .niu_app_mqiplus h1 img {
    max-width: 300px;
  }

  .niu_app_mqiplus .intro .container {
    padding: 0 !important;
  }

  .niu_app_mqiplus .app .container {
    padding: 0 !important;
  }

  /* .niu_app_mqiplus .spec table {
    width: auto !important;
  } */

    section.youtube{
    margin: 30px 0px;
  }

  .youtube iframe{
    width: 100%;
    height: 200px;
  }

  .priceHorizon{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .priceHorizon-name{
    height: fit-content;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1em;
  }

  .priceHorizon-other{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px){
  .priceHorizon-other{
    flex-wrap: wrap;
    justify-content: center;
    height: fit-content;
  }


  .priceHorizon-num{
    height: 100%;
    width: fit-content;
    padding-top: 10px;
    padding-right: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  
  .priceHorizon-zei{
    width: fit-content;
    padding-top: 10px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 10px;
  }

  .priceHorizon-caution{
    width: 100%;
    justify-content: center;
  }
}