#belt *, #belt *::before, #belt *::after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* Base CSS */
#belt {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 12.5px;
  color: #000;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
#belt img:hover {
  opacity: 1;
}
#belt img {
  width: 100%;
  border: none;
  vertical-align: bottom;
}
#belt ul, #belt li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#belt .outerwrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 1000px;
}
#belt .pc {
  display: block;
}
#belt .sp {
  display: none;
}
#belt p {
  margin: 0;
  line-height: 21px;
  font-size: 16px;
}

@media screen and (max-width: 960px) {
  #belt {
    width: 100%;
  }
  #belt .outerwrap {
    width: 95%;
  }
	
}
@media screen and (max-width: 768px) {
  #belt {
    width: 100%;
  }
  #belt .pc {
    display: none;
  }
  #belt .sp {
    display: block;
  }
}
/* Main Visual */
#belt #mv {
  width: 100%;
  margin: 0;
  padding: 5% 0;
}
#belt #mv .desc {
  color: #000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
  align-content: center;
  width: 65%;
  margin: 8% auto 0;
}
#belt #mv .desc img {
  width: 35%;
  max-width: 180px;
}
#belt #mv .desc p {
  width: 50%;
  font-size: 17px;
  line-height: 180%;
  margin-left: 5%;
}

@media screen and (max-width: 768px) {
  #belt #mv {
    width: 100%;
    margin: 0 0 -20px;
    padding: 5% 0;
    background-color: #fff;
  }
  #belt #mv .sp {
    width: 100%;
    margin: 4% auto 0;
  }
  #belt #mv .desc {
    color: #000;
    display: block;
    width: 100%;
    margin: 16% auto 10%;
    padding: 0 10%;
  }
  #belt #mv .desc img {
    width: 100%;
    max-width: 180px;
    margin-bottom: 4%;
  }
  #belt #mv .desc p {
    width: 100%;
    font-size: 16px;
    line-height: 180%;
    margin-left: 0;
	text-align: left;
  }
}
#belt #contents {
  margin: 0;
  padding: 0 0 4% 0;
  color: #000;
  background:#fff;
}
#belt #contents dl {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  align-self: center;
  align-content: center;
}
#belt #contents dl dt {
  width: 50%;
  margin: 0;
  padding: 0;
}
#belt #contents dl dd {
  width: 50%;
  margin: 0;
}
#belt #contents dl dd img {
  width: 90%;
}
#belt #contents dl dd.spacer {
  padding-left: 5%;
}
#belt #contents dl dd.spacer02 {
  padding-right: 5%;
}
#belt #contents .bigimage {
  width: 100%;
  margin: 8% auto;
  padding: 0;
}

#belt #contents .bigimage p {
	width: 100%;
    font-size: 20px;
	text-align: left;
    line-height: 180%;
	}

@media screen and (max-width: 768px) {
  #belt #contents {
    padding: 0 0 14% 0;
  }
  #belt #contents dl {
    margin: 4% auto;
    padding: 0;
    display: block;
  }
  #belt #contents dl dt {
    width: 100%;
  }
  #belt #contents dl dd {
    width: 100%;
    padding: 8% 0;
  }
  #belt #contents dl dd p {
    line-height: 160%;
  }
  #belt #contents dl dd img {
    width: 90%;
    margin-bottom: 4%;
  }
  #belt #contents dl dd.spacer {
    padding-left: 0;
  }
  #belt #contents dl dd.spacer02 {
    padding-right: 0;
  }
  #belt #contents .irr {
    margin-left: 10%;
  }
  #belt #contents .bigimage {
    width: 100%;
    margin: 14% auto 10%;
    padding: 0;
  }
  #belt #contents .bigimage p {
	width: 100%;
    font-size: 15px;
	text-align: left;
    line-height: 180%;
	}
}
#belt .lineup {
  margin: 6% auto 0;
  padding: 0;
}
#belt .lineup h5 {
  text-align: center;
  font-size: 35px;
}
#belt .lineup h5 img {
  width: 40%;
  max-width: 320px;
}
#belt .lineup ul {
  margin-top: 2%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#belt .lineup ul li {
  width: 23%;
  margin: 2% 0;
}
#belt .lineup ul li a {
  color: #000;
  text-decoration: none;
}
#belt .lineup ul li img {
  margin-bottom: 15px;
}
#belt .lineup a.btn {
  display: block;
  width: 80%;
  max-width: 420px;
  margin: 4% auto 0;
  padding: 15px 10px;
  text-align: center;
  background: transparent;
  border: 1px solid #000;
  transition: all 0.5s ease;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
#belt .lineup a.btn:hover {
  background: #000;
  color: #fff;
}

　#belt .mini{
	font-size:10px!important;
	margin-top: 0;
}

#belt .sale{
	font-size: 12px;
	margin-top: 0;
	color: #db2224;
	font-weight: bold;
}

#belt .weekend{
	font-size: 14px;
	margin-top: 0;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
  #belt .lineup {
    margin: 12% auto 0;
  }
  #belt .lineup h5 img {
    width: 56%;
    max-width: 300px;
  }
  #belt .lineup ul {
    margin-top: 4%;
  }
  #belt .lineup ul li {
    width: 47%;
    margin: 3% 0;
  }
  #belt .lineup ul li p {
    line-height: 150%;
    font-size: 2.825vw;
  }
  #belt .lineup ul li img {
    margin-bottom: 10px;
  }
  #belt .lineup a.btn {
    width: 100%;
    margin-top: 8%;
    transition: none;
    text-decoration: none;
    color: #000;
    font-weight: bold;
  }
  #belt .lineup a.btn:hover {
    background: transparent;
    color: #000;
  }
}/*# sourceMappingURL=style.css.map */



#belt #mv .desc div h3{
  font-size: 22px;
}

#belt h3{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5%;
  line-height: 150%;
  text-align: center;
}

#belt .mini{
	font-size:80%;
}

#belt .sale{
	font-size:100%;
	font-weight: bold;
	color: #db2224;
}

#belt .weekend{
	font-size:120%;
	font-weight: bold;
	
}


@media screen and (max-width: 768px) {
  
  #belt h3{
    font-weight: bold;
    font-size: 20px;
	text-align: center;
  }
  #belt .lineup h5{
	font-weight: bold;
    font-size: 18px;
  }
	
  #belt #mv .desc div h3{
   font-size: 19px;
   text-align: center;
}
	

}