@charset "UTF-8";
/* ランキング */
/* 
viewport幅（最大幅想定）
スマホ表示  640px想定
PC表示 1400px想定
デザインの最大幅によって適宜vwの調整が必要です。

*/
/* 履歴商品用 */
#msmt_history .item-wrap {
  border-width: 0;
}

#wrap.base {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  #wrap.base {
    max-width: none;
    width: 100% !important;
  }
}
#wrap.base img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
}
#wrap.base ul, #wrap.base ol {
  list-style-position: outside;
}
#wrap.base ul li, #wrap.base ol li {
  list-style-type: none;
}
#wrap.base h2, #wrap.base h3, #wrap.base h4, #wrap.base h5 {
  text-align: center;
}
#wrap.base p, #wrap.base li {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',Meiryo,sans-serif;
}
#wrap.base area {
  outline: none;
}
#wrap.base a {
  outline: none;
}

#wrap.base a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #wrap.base a:hover > img, #wrap.base a:hover > div, #wrap.base a:hover > p, #wrap.base a:hover > span {
    opacity: .6;
  }
}
#wrap.base button {
  text-indent: 100%;
  overflow: hidden;
  border: none;
  white-space: nowrap;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: rgba(255, 255, 255, 0);
  cursor: pointer;
  outline: none;
}
#wrap.base button:hover {
  opacity: .6;
}
#wrap.base .list-ttl-area-l, #wrap.base .list-ttl-area-c {
  background-image: none;
}
#wrap.base .list-ttl-area-btm div {
  background-image: none;
}
#wrap.base #crumbs ul {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px;
}
@media only screen and (max-width: 767px) {
  #wrap.base #crumbs {
    padding-bottom: 2px;
  }
  #wrap.base #crumbs li {
    color: #333;
  }
  #wrap.base #crumbs li a {
    color: #333;
  }
}
#wrap.base .to-pagetop {
  max-width: 1400px;
  clear: both;
  /*margin-right: 15px;*/
  margin: 0 auto !important;
  text-align: right;
  /*padding: 0 0 0 1.5em !important;*/
  padding: 0 !important;
  background-image: none;
  box-sizing: border-box;
  font-size: 11px;
  font-size: 3.4375vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .to-pagetop {
    font-size: 14px;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .to-pagetop {
    font-size: 14px;
  }
}
#wrap.base .to-pagetop a {
  display: inline-block;
  text-decoration: underline;
  color: #010101;
  background: url(https://pic2.bellemaison.jp/cpg/fashion/sports_exercise/sports_rank_images/arrow_top.png) right center no-repeat;
  background-size: auto 100%;
  padding-right: 1.5em;
}
#wrap.base .to-pagetop a:hover {
  text-decoration: none;
}
#wrap.base .to-pagetop.active {
  display: block;
}
#wrap.base .back-to-top {
  clear: both;
  display: block;
  width: 100%;
  margin: 70px auto 20px;
  padding: 15px 1em;
  border-top: 1px solid #CCC;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #wrap.base .back-to-top {
    margin-top: 70px;
    margin-bottom: 0;
    width: 100%;
  }
}
#wrap.base .back-to-top a {
  color: #000;
}
#wrap.base .back-to-top li, #wrap.base .back-to-top p {
  font-size: 11px;
  font-size: 3.4375vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .back-to-top li, #wrap.base .back-to-top p {
    font-size: 14px;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .back-to-top li, #wrap.base .back-to-top p {
    font-size: 14px;
  }
}
#wrap.base .back-to-top ul {
  float: none;
}
#wrap.base .back-to-top li {
  background-image: url(https://pic2.bellemaison.jp/cpg/fashion/sports_exercise/sports_rank_images/arrow_back.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  /*background-image: none;*/
  padding: 0 0 0 1.5em;
  /*padding: 0;*/
  margin-top: 1em;
}
#wrap.base .back-to-top .to-pagetop {
  float: none;
  clear: none;
  margin-bottom: 2em !important;
  margin-right: auto !important;
}
@media only screen and (min-width: 768px) {
  #wrap.base .back-to-top .to-pagetop {
    float: right;
    margin-top: 1em !important;
  }
}
#wrap.base .sec {
  margin: 0 auto;
  clear: both;
  max-width: 640px;
  width: 100%;
  box-sizing: border-box;
}
#wrap.base .sec.ranking {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 0;
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec {
    max-width: none;
  }
}
#wrap.base .sec:not(.main) {
  margin-top: 14.0625vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec:not(.main) {
    margin-top: 5.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec:not(.main) {
    margin-top: 80px;
  }
}
#wrap.base .sec div, #wrap.base .sec p, #wrap.base .sec ul, #wrap.base .sec ol, #wrap.base .sec li, #wrap.base .sec dl, #wrap.base .sec dt, #wrap.base .sec dd, #wrap.base .sec table, #wrap.base .sec th, #wrap.base .sec td, #wrap.base .sec h2, #wrap.base .sec h3, #wrap.base .sec h4, #wrap.base .sec h5 {
  padding: 0;
  margin: 0 auto;
  vertical-align: bottom;
  line-height: 1;
  color: #333;
}
#wrap.base .sec p, #wrap.base .sec li {
  font-size: 3.75vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec p, #wrap.base .sec li {
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec p, #wrap.base .sec li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec img {
    display: none;
  }
  #wrap.base .sec img:nth-of-type(1):nth-last-of-type(1) {
    display: inline-block;
  }
}
#wrap.base .sec img + img {
  display: none;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec img + img {
    display: inline-block;
  }
}
#wrap.base .sec a {
  color: #333;
}
#wrap.base .sec h3, #wrap.base .sec h4, #wrap.base .sec h5 {
  width: 100%;
}
#wrap.base .sec .linkTxt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
#wrap.base .sec .linkTxt > span {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#wrap.base .sec + .to-pagetop {
  margin-top: 3.75vw !important;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec + .to-pagetop {
    margin-top: 1.7142857143vw !important;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec + .to-pagetop {
    margin-top: 24px;
  }
}

/* main */
#wrap.base .main {
  width: 100%;
  max-width: 640px;
}
@media only screen and (min-width: 768px) {
  #wrap.base .main {
    max-width: 1400px;
  }
}
#wrap.base .main h2 {
  text-align: center;
}

/* .pageMenu */
#wrap.base .sec.pageMenu {
  background-color: rgba(236, 212, 105, 0.21);
  margin-top: 3.125vw;
  padding: 2.5vw 0 5vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec.pageMenu {
    margin-top: 1.4285714286vw;
    padding: 0.5714285714vw 0 2.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec.pageMenu {
    margin-top: 20px;
    padding: 8px 0 32px;
  }
}
#wrap.base .pageMenu {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .pageMenu {
    max-width: 1400px;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .pageMenu > div {
    overflow: hidden;
    max-width: 960px;
    width: 68.5714285714%;
    position: relative;
  }
}
#wrap.base .pageMenu ul {
  font-size: 0;
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #wrap.base .pageMenu ul {
    max-width: 1020px;
    width: 106.25%;
    text-align: center;
    position: relative;
    top: 0;
    left: -3.125%;
  }
}
#wrap.base .pageMenu ul li {
  display: inline-block;
  vertical-align: top;
  margin-top: 5vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .pageMenu ul li {
    margin-top: 1.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .pageMenu ul li {
    margin-top: 24px;
  }
}
#wrap.base .pageMenu ul li .linkTxt {
  box-sizing: border-box;
  position: relative;
  padding: 0 4.6875vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .pageMenu ul li .linkTxt {
    padding: 0 4.2857142857vw 0 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .pageMenu ul li .linkTxt {
    padding: 5px 60px 8px 30px;
  }
}
#wrap.base .pageMenu ul li .linkTxt:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3.4375vw;
  height: 3.4375vw;
  background: url("https://pic2.bellemaison.jp/cpg/fashion/sports_exercise/sports_rank_images/menu_arrow.png") center center no-repeat;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  #wrap.base .pageMenu ul li .linkTxt:after {
    max-height: 20px;
    height: 1.4285714286vw;
    max-width: 20px;
    width: 1.4285714286vw;
    right: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .pageMenu ul li .linkTxt:after {
    top: 3px;
    right: 30px;
  }
}
#wrap.base .pageMenu ul li .linkTxt > span {
  font-size: 3.75vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .pageMenu ul li .linkTxt > span {
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .pageMenu ul li .linkTxt > span {
    font-size: 16px;
  }
}

/* .ranking */
#wrap.base .ranking h3 > span {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 16.875vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking h3 > span {
    max-height: 78px;
    height: 5.5714285714vw;
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
}
#wrap.base .ranking h3 > span > span {
  font-size: 6.40625vw;
  padding: 0 .5em;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking h3 > span > span {
    font-size: 2.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .ranking h3 > span > span {
    font-size: 36px;
  }
}
#wrap.base .ranking .rankingList {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 12.5vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList {
    margin-top: 5.7142857143vw;
    width: 100%;
    max-width: 1400px;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .ranking .rankingList {
    margin-top: 80px;
  }
}
#wrap.base .ranking .rankingList .item .rank {
  text-align: center;
  max-height: 40px;
  height: 6.25vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item .rank {
    height: 2.8571428571vw;
  }
}
#wrap.base .ranking .rankingList .item .rank img {
  width: auto;
  height: 100%;
}
#wrap.base .ranking .rankingList .item .itemImg {
  box-sizing: border-box;
  border: 1px solid #cccccc;
  width: 100%;
}
#wrap.base .ranking .rankingList .item .itemImg img {
  vertical-align: top;
}
#wrap.base .ranking .rankingList .item .itemContents {
  display: flex;
}
#wrap.base .ranking .rankingList .item .itemName {
  line-height: 1.6;
}
#wrap.base .ranking .rankingList .item .itemCopy {
  line-height: 1.6;
  font-weight: bold;
  font-size: 3.75vw;
}
#wrap.base .ranking .rankingList .item .itemPrice {
  line-height: 1.6;
}
#wrap.base .ranking .rankingList .item .itemStar {
  margin-top: 1.5625vw;
  vertical-align: bottom;
}
#wrap.base .ranking .rankingList .item .itemStar span {
  display: inline-block;
  vertical-align: bottom;
}
#wrap.base .ranking .rankingList .item .itemStar span.stars {
  height: 4.375vw;
  width: auto;
  overflow: hidden;
  background: url("https://pic2.bellemaison.jp/cpg/fashion/sports_exercise/sports_rank_images/star_0.png") center center no-repeat;
  background-size: auto 100%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item .itemStar span.stars {
    height: 1.4285714286vw;
    max-height: 20px;
  }
}
#wrap.base .ranking .rankingList .item .itemStar span.stars > span {
  height: inherit;
  overflow: hidden;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item .itemStar span.stars > span {
    text-align: center;
    margin-left: 0;
    max-height: 20px;
  }
}
#wrap.base .ranking .rankingList .item .itemStar span.stars > span img {
  width: auto;
  max-width: none;
  height: 100%;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item .itemStar span.stars + span {
    line-height: 1;
    margin-left: .5em;
  }
}
#wrap.base .ranking .rankingList .item .itemSpec {
  background-color: #f1f1f1;
  box-sizing: border-box;
  padding: 3.125vw 2.8125vw;
  margin-top: 1.5625vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item .itemSpec {
    padding: 1.1428571429vw 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .ranking .rankingList .item .itemSpec {
    padding: 16px 18px;
  }
}
#wrap.base .ranking .rankingList .item .itemSpec p {
  text-align: left;
  font-size: 3.125vw;
  line-height: 1.7;
}
#wrap.base .ranking .rankingList .item:not(.item_1) {
  width: 50%;
  margin-top: 6.25vw;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item:not(.item_1) {
    width: 25%;
    margin-top: 5.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .ranking .rankingList .item:not(.item_1) {
    margin-top: 80px;
  }
}
#wrap.base .ranking .rankingList .item:not(.item_1) .itemContents {
  align-items: flex-start;
  flex-wrap: wrap;
  width: 90.625%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item:not(.item_1) .itemContents {
    width: 88.5714285714%;
  }
}
#wrap.base .ranking .rankingList .item:not(.item_1) .itemImg {
  margin-top: 1.5625vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item:not(.item_1) .itemImg {
    margin-top: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .ranking .rankingList .item:not(.item_1) .itemImg {
    margin-top: 18px;
  }
}
#wrap.base .ranking .rankingList .item:not(.item_1) .itemCopy {
  margin-top: 1.5625vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item:not(.item_1) .itemCopy {
    font-size: 1.1428571429vw;
    margin-top: 0.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .ranking .rankingList .item:not(.item_1) .itemCopy {
    font-size: 16px;
    margin-top: 12px;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item:not(.item_1) .itemStar {
    margin-top: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .ranking .rankingList .item:not(.item_1) .itemStar {
    margin-top: 16px;
  }
}
#wrap.base .ranking .rankingList .item:not(.item_1) .itemStar > span:nth-of-type(1) {
  display: none;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item:not(.item_1) .itemStar > span:nth-of-type(1) {
    display: inline-block;
  }
}
#wrap.base .ranking .rankingList .item:not(.item_1) .itemStar span.stars + span {
  margin-left: .5em;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item:not(.item_1) .itemSpec {
    margin-top: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .ranking .rankingList .item:not(.item_1) .itemSpec {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item:not(.item_1) .itemSpec p {
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .ranking .rankingList .item:not(.item_1) .itemSpec p {
    font-size: 14px;
  }
}
#wrap.base .ranking .rankingList .item:not(.item_1):nth-of-type(2n) .itemContents {
  margin-left: 6.25%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item:not(.item_1):nth-of-type(2n) .itemContents {
    margin-left: auto;
  }
}
#wrap.base .ranking .rankingList .item:not(.item_1):nth-of-type(2n+1) .itemContents {
  margin-right: 6.25%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item:not(.item_1):nth-of-type(2n+1) .itemContents {
    margin-right: auto;
  }
}
#wrap.base .ranking .rankingList .item:nth-of-type(n+4) {
  display: none;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item:nth-of-type(n+4) {
    display: block;
  }
}
#wrap.base .ranking .rankingList .item_1 {
  width: 93.75%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item_1 {
    width: 73.5714285714%;
    margin-left: 13.2142857143%;
    margin-right: 13.2142857143%;
  }
}
#wrap.base .ranking .rankingList .item_1 .itemContents {
  align-items: center;
}
#wrap.base .ranking .rankingList .item_1 .itemImg {
  width: 50%;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item_1 .itemImg {
    width: 37.8640776699%;
  }
}
#wrap.base .ranking .rankingList .item_1 .itemDetail {
  box-sizing: border-box;
  width: 45%;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item_1 .itemDetail {
    width: 54.3689320388%;
  }
}
#wrap.base .ranking .rankingList .item_1 .itemDetail .rank {
  text-align: left;
}
#wrap.base .ranking .rankingList .item_1 .itemDetail .itemCopy, #wrap.base .ranking .rankingList .item_1 .itemDetail .itemSpec {
  display: none;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item_1 .itemDetail .itemCopy, #wrap.base .ranking .rankingList .item_1 .itemDetail .itemSpec {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item_1 .itemDetail .itemCopy {
    font-size: 1.2857142857vw;
    margin-top: 0.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .ranking .rankingList .item_1 .itemDetail .itemCopy {
    font-size: 18px;
    margin-top: 11px;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item_1 .itemDetail .itemSpec {
    width: 100%;
    margin-top: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .ranking .rankingList .item_1 .itemDetail .itemSpec {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item_1 .itemDetail .itemSpec p {
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .ranking .rankingList .item_1 .itemDetail .itemSpec p {
    font-size: 16px;
  }
}
#wrap.base .ranking .rankingList .item_1 .itemInfo {
  margin-top: 1.5625vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item_1 .itemInfo {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item_1 .itemInfo p {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1400px) {
  #wrap.base .ranking .rankingList .item_1 .itemInfo p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item_1 .itemStar span.stars {
    max-height: 30px;
    height: 2.1428571429vw;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item_1 .itemStar span.stars > span {
    max-height: 30px;
  }
}
#wrap.base .ranking .rankingList .item_1 .itemStar span.stars + span {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item_1 .itemStar span.stars + span {
    line-height: 1;
  }
}
#wrap.base .ranking .rankingList .item_1 > .itemCopy {
  margin-top: 3.125vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item_1 > .itemCopy {
    display: none;
    margin-top: 0;
  }
}
#wrap.base .ranking .rankingList .item_1 > .itemSpec {
  width: 90%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .rankingList .item_1 > .itemSpec {
    display: none;
  }
}
#wrap.base .ranking .listLink {
  margin-top: 12.5vw;
  width: 93.75%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .listLink {
    margin-top: 5.7142857143vw;
    max-width: 610px;
    width: 43.5714285714%;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .ranking .listLink {
    margin-top: 80px;
  }
}
#wrap.base .ranking .listLink a {
  text-decoration: none;
}
#wrap.base .ranking .listLink .linkTxt {
  background: url("https://pic2.bellemaison.jp/cpg/fashion/sports_exercise/sports_rank_images/btn_bg.png") center center no-repeat;
  background-size: 100% auto;
  height: 21.51625vw;
  padding: 0 11.875vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .listLink .linkTxt {
    height: 10vw;
    max-height: 140px;
    padding: 0 5.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .ranking .listLink .linkTxt {
    padding: 0 76px;
  }
}
#wrap.base .ranking .listLink .linkTxt > span {
  line-height: 1.3;
  font-size: 4.375vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .ranking .listLink .linkTxt > span {
    font-size: 2vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .ranking .listLink .linkTxt > span {
    font-size: 28px;
  }
}
#wrap.base .ranking .listLink .linkTxt > span > strong {
  font-size: 132.1428571429%;
}

/* .aboutService */
#wrap.base .aboutService {
  background-color: #a3d460;
  padding: 7.8125vw 0;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService {
    max-width: 1400px;
    padding: 13.5714285714vw 0;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .aboutService {
    padding: 100px 0;
  }
}
#wrap.base .aboutService h3 {
  color: #fff;
  font-size: 6.25vw;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService h3 {
    font-size: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .aboutService h3 {
    font-size: 40px;
  }
}
#wrap.base .aboutService .service {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 3.125vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service {
    margin-top: 2.8571428571vw;
    max-width: 1304px;
    width: 93.1428571429%;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .aboutService .service {
    margin-top: 40px;
  }
}
#wrap.base .aboutService .service h4, #wrap.base .aboutService .service p, #wrap.base .aboutService .service li, #wrap.base .aboutService .service a {
  color: #fff;
}
#wrap.base .aboutService .service > div {
  background-position: top left;
  background-repeat: no-repeat;
  width: 93.75%;
  box-sizing: border-box;
  padding-top: 6.25vw;
  padding-left: 14.0625vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service > div {
    padding-top: 3.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .aboutService .service > div {
    padding-top: 48px;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service > div > div {
    position: relative;
    max-height: 312px;
    height: 22.2857142857vw;
  }
}
#wrap.base .aboutService .service > div + div {
  margin-top: 4.6875vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service > div + div {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service > div .abstract {
    font-size: 1.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .aboutService .service > div .abstract {
    font-size: 24px;
  }
}
#wrap.base .aboutService .service > div .abstract > span {
  display: inline-block;
  background: url("https://pic2.bellemaison.jp/cpg/fashion/sports_exercise/sports_rank_images/service_border.png") bottom left repeat-x;
  background-size: auto 1.40625vw;
  padding: 0 0.78125vw 0.625vw;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service > div .abstract > span {
    background-size: auto 0.6428571429vw;
    padding: 0 0.4285714286vw 0.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .aboutService .service > div .abstract > span {
    background-size: auto 9px;
    padding: 0 6px 4px;
  }
}
#wrap.base .aboutService .service > div .abstract > strong {
  display: block;
  line-height: 1.39;
  font-size: 150%;
  padding: 0 0.78125vw;
  margin-top: 2.8125vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service > div .abstract > strong {
    padding: 0 0 0 0.4285714286vw;
    margin-top: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .aboutService .service > div .abstract > strong {
    padding: 0 0 0 6px;
    margin-top: 18px;
  }
}
#wrap.base .aboutService .service > div .abstract > strong > span {
  display: block;
}
#wrap.base .aboutService .service > div .note {
  margin-top: 3.125vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service > div .note {
    margin-top: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .aboutService .service > div .note {
    margin-top: 30px;
  }
}
#wrap.base .aboutService .service > div .note li {
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 2.96875vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service > div .note li {
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .aboutService .service > div .note li {
    font-size: 16px;
  }
}
#wrap.base .aboutService .service > div .note li:before {
  content: "・";
}
#wrap.base .aboutService .service > div .notice {
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 2.96875vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service > div .notice {
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .aboutService .service > div .notice {
    font-size: 16px;
  }
}
#wrap.base .aboutService .service > div .notice:before {
  content: "※";
}
#wrap.base .aboutService .service > div .serviceLink {
  line-height: 2;
  font-size: 2.96875vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service > div .serviceLink {
    font-size: 1.1428571429vw;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .aboutService .service > div .serviceLink {
    font-size: 16px;
  }
}
#wrap.base .aboutService .service > div .inquery {
  margin-top: 3.125vw;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service > div .inquery {
    max-width: 840px;
    width: 81.3953488372%;
    margin-left: 0;
  }
}
#wrap.base .aboutService .service > div .inquery > div {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service > div .inquery > div {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
  }
}
#wrap.base .aboutService .service > div .inquery > div + div {
  margin-top: 3.125vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service > div .inquery > div + div {
    margin-top: 0;
  }
}
#wrap.base .aboutService .service > div .inquery > div p {
  color: #333;
}
#wrap.base .aboutService .service > div .inquery > div p > span {
  display: block;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service > div .inquery > div p > span {
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .aboutService .service > div .inquery > div p > span {
    font-size: 18px;
  }
}
#wrap.base .aboutService .service > div .inquery > div p > span:nth-of-type(2) {
  font-size: 155.5555555556%;
  font-weight: bold;
  margin-top: 1.25vw;
  position: relative;
  padding-left: 11.71875vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service > div .inquery > div p > span:nth-of-type(2) {
    padding-left: 3.8571428571vw;
    margin-top: 1vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .aboutService .service > div .inquery > div p > span:nth-of-type(2) {
    padding-left: 54px;
    margin-top: 14px;
  }
}
#wrap.base .aboutService .service > div .inquery > div p > span:nth-of-type(2):before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 9.375vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service > div .inquery > div p > span:nth-of-type(2):before {
    max-width: 44px;
    width: 3.1428571429vw;
  }
}
#wrap.base .aboutService .service > div .inquery > div p.freeCall > span:nth-of-type(2):before {
  background-image: url("https://pic2.bellemaison.jp/cpg/fashion/sports_exercise/sports_rank_images/pict_freecall.png");
  height: 5.78125vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service > div .inquery > div p.freeCall > span:nth-of-type(2):before {
    max-height: 28px;
    height: 2vw;
  }
}
#wrap.base .aboutService .service > div .inquery > div p.mobile > span:nth-of-type(2):before {
  background-image: url("https://pic2.bellemaison.jp/cpg/fashion/sports_exercise/sports_rank_images/pict_mobile.png");
  height: 6.5625vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service > div .inquery > div p.mobile > span:nth-of-type(2):before {
    max-height: 31px;
    height: 2.2142857143vw;
  }
}
#wrap.base .aboutService .service > div .inquery > div p + p {
  margin-top: 3.125vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service > div .inquery > div p + p {
    margin-top: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .aboutService .service > div .inquery > div p + p {
    margin-top: 20px;
  }
}
#wrap.base .aboutService .service > div .inquery h4 {
  font-size: 4.0625vw;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service > div .inquery h4 {
    font-size: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .aboutService .service > div .inquery h4 {
    font-size: 20px;
  }
}
#wrap.base .aboutService .service > div .inquery h4 + p {
  margin-top: 2.5vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service > div .inquery h4 + p {
    margin-top: 2vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .aboutService .service > div .inquery h4 + p {
    margin-top: 28px;
  }
}
#wrap.base .aboutService .service .service_01 {
  background-image: url("https://pic2.bellemaison.jp/cpg/fashion/sports_exercise/sports_rank_images/service_bg_01.png");
  background-size: 31% auto;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service .service_01 {
    max-width: 648px;
    width: 49.6932515337%;
    background-size: 43.0555555556% auto;
    background-position: 0 1.6428571429vw;
    padding-left: 12.7300613497%;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .aboutService .service .service_01 {
    background-position: 0 23px;
  }
}
#wrap.base .aboutService .service .service_02 {
  background-image: url("https://pic2.bellemaison.jp/cpg/fashion/sports_exercise/sports_rank_images/service_bg_02.png");
  background-size: 19.6666666667% auto;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service .service_02 {
    max-width: 648px;
    width: 50.3067484663%;
    background-size: 26.9817073171% auto;
    padding-left: 9.8159509202%;
  }
}
#wrap.base .aboutService .service .service_03 {
  background-image: url("https://pic2.bellemaison.jp/cpg/fashion/sports_exercise/sports_rank_images/service_bg_03.png");
  background-size: 21.5555555556% auto;
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service .service_03 {
    max-width: 1224px;
    width: 93.8650306748%;
    background-size: 15.8496732026% auto;
    margin-top: 4.6428571429vw;
    padding-left: 12.5%;
    padding-top: 2vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .aboutService .service .service_03 {
    margin-top: 65px;
    padding-top: 28px;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service .service_03 > div {
    max-height: none;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .aboutService .service .service_03 .abstract strong > span {
    display: inline;
  }
}

/* .sec_02 */
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02.sec {
    margin-top: 10.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec_02.sec {
    margin-top: 150px;
  }
}
#wrap.base .sec_02 h3 > span {
  display: inline-block;
  position: relative;
  font-size: 6.25vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 h3 > span {
    font-size: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec_02 h3 > span {
    font-size: 40px;
  }
}
#wrap.base .sec_02 h3 > span:before, #wrap.base .sec_02 h3 > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 2px;
  width: 7.1875vw;
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 h3 > span:before, #wrap.base .sec_02 h3 > span:after {
    width: 3.2857142857vw;
    max-width: 46px;
  }
}
#wrap.base .sec_02 h3 > span:before {
  left: -12.5vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 h3 > span:before {
    left: -5.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec_02 h3 > span:before {
    left: -80px;
  }
}
#wrap.base .sec_02 h3 > span:after {
  right: -12.5vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec_02 h3 > span:after {
    right: -5.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec_02 h3 > span:after {
    right: -80px;
  }
}

/* .searchByItems */
#wrap.base .sec .searchByItems {
  margin-top: 7.5vw;
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .searchByItems {
    border-bottom-width: 0;
    margin-top: 2vw;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1400px;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .searchByItems {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .searchByItems .itemList {
    width: 25%;
    margin-top: 5.7142857143vw;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .searchByItems .itemList {
    margin-top: 80px;
  }
}
#wrap.base .sec .searchByItems .itemList h4 {
  border-top: 1px solid #ccc;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .searchByItems .itemList h4 {
    border-top-width: 0;
  }
}
#wrap.base .sec .searchByItems .itemList h4.current .linkTxt:after {
  transform: rotateZ(135deg);
}
#wrap.base .sec .searchByItems .itemList h4.current + ul {
  height: auto;
  opacity: 1;
}
#wrap.base .sec .searchByItems .itemList h4 a {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .searchByItems .itemList h4 a {
    cursor: default;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .searchByItems .itemList h4 a:hover span {
    opacity: 1;
  }
}
#wrap.base .sec .searchByItems .itemList h4 .linkTxt {
  width: 100%;
  position: relative;
  height: 14.0625vw;
  background-color: #f1f1f1;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .searchByItems .itemList h4 .linkTxt {
    background-color: transparent;
    height: auto;
  }
}
#wrap.base .sec .searchByItems .itemList h4 .linkTxt:after {
  content: "";
  position: absolute;
  display: block;
  right: 3.125vw;
  top: 5.46875vw;
  width: 2.1875vw;
  height: 2.1875vw;
  border-left: 0.46875vw solid #333;
  border-bottom: 0.46875vw solid #333;
  transform: rotateZ(315deg);
  transition: transform .3s;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .searchByItems .itemList h4 .linkTxt:after {
    content: none;
  }
}
#wrap.base .sec .searchByItems .itemList h4 .linkTxt > span {
  margin-left: 3.125%;
  font-size: 4.6875vw;
  text-align: left;
  line-height: 1.2;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .searchByItems .itemList h4 .linkTxt > span {
    font-size: 1.4285714286vw;
    margin-left: 0;
    width: 92%;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .searchByItems .itemList h4 .linkTxt > span {
    font-size: 20px;
  }
}
#wrap.base .sec .searchByItems .itemList ul {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: opacity .3s;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .searchByItems .itemList ul {
    height: auto;
    opacity: 1;
    margin-top: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .searchByItems .itemList ul {
    margin-top: 20px;
  }
}
#wrap.base .sec .searchByItems .itemList ul li {
  border-top: 1px solid #ccc;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .searchByItems .itemList ul li {
    border-top-width: 0;
  }
}
#wrap.base .sec .searchByItems .itemList ul li a {
  text-decoration: none;
}
#wrap.base .sec .searchByItems .itemList ul li .linkTxt {
  width: 100%;
  min-height: 12.5vw;
  position: relative;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .searchByItems .itemList ul li .linkTxt {
    min-height: 3.2857142857vw;
  }
}
#wrap.base .sec .searchByItems .itemList ul li .linkTxt:before {
  content: "";
  display: block;
  position: absolute;
  top: 4.6875vw;
  left: 3.125vw;
  background: url("https://pic2.bellemaison.jp/cpg/fashion/sports_exercise/sports_rank_images/item_arrow.png") center center no-repeat;
  background-size: 100% auto;
  height: 3.125vw;
  width: 2.1875vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .searchByItems .itemList ul li .linkTxt:before {
    max-height: 10px;
    max-width: 7px;
    height: 0.7142857143vw;
    width: 0.5vw;
    left: 0;
    top: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .searchByItems .itemList ul li .linkTxt:before {
    top: 18px;
  }
}
#wrap.base .sec .searchByItems .itemList ul li .linkTxt > span {
  margin-left: 9.375vw;
  padding: 3.90625vw 0;
  text-align: left;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .searchByItems .itemList ul li .linkTxt > span {
    margin-left: 1.1428571429vw;
    margin-right: 1.1428571429vw;
    padding: 1.1428571429vw 0;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .searchByItems .itemList ul li .linkTxt > span {
    margin-left: 16px;
    margin-right: 16px;
    padding: 12px 0;
  }
}

/* .bigBnr, .bnrList */
#wrap.base .sec .bigBnr {
  margin-top: 7.5vw;
  width: 93.75%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .bigBnr {
    display: none;
    margin-top: 5.1428571429vw;
    max-width: 1171px;
    width: 83.6428571429%;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .bigBnr {
    margin-top: 72px;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .bigBnr:nth-of-type(1):nth-last-of-type(1) {
    display: block;
  }
}
#wrap.base .sec .bigBnr + .bigBnr {
  display: none;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .bigBnr + .bigBnr {
    display: block;
  }
}
#wrap.base .sec .bigBnr + .bnrList {
  margin-top: 7.5vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .bigBnr + .bnrList {
    margin-top: 3.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .bigBnr + .bnrList {
    margin-top: 50px;
  }
}
#wrap.base .sec .bnrList {
  margin-top: 7.5vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .bnrList {
    margin-top: 5.1428571429vw;
    max-width: 1171px;
    width: 83.6428571429%;
    overflow: hidden;
    position: relative;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .bnrList {
    margin-top: 72px;
  }
}
#wrap.base .sec .bnrList > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 93.75%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .bnrList > ul {
    position: relative;
    top: 0;
    left: -1.70794193%;
    max-width: 1209px;
    width: 103.245089667%;
  }
}
#wrap.base .sec .bnrList li {
  width: 48.3333333333%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .bnrList li {
    max-width: 363px;
    width: 30.0248138958%;
    margin: 0 1.6542597188%;
  }
}
#wrap.base .sec .bnrList li:nth-of-type(2n+1) {
  margin-left: 0;
  margin-right: 1.6666666667%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .bnrList li:nth-of-type(2n+1) {
    margin-left: 1.6542597188%;
    margin-right: 1.6542597188%;
  }
}
#wrap.base .sec .bnrList li:nth-of-type(2n) {
  margin-right: 0;
  margin-left: 1.6666666667%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .bnrList li:nth-of-type(2n) {
    margin-left: 1.6542597188%;
    margin-right: 1.6542597188%;
  }
}
#wrap.base .sec .bnrList li:nth-of-type(n+3) {
  margin-top: 3.125vw;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .bnrList li:nth-of-type(n+3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .bnrList li:nth-of-type(n+4) {
    margin-top: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .sec .bnrList li:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
#wrap.base .sec .bnrList li a {
  text-decoration: none;
}
#wrap.base .sec .bnrList li span {
  display: block;
  margin-top: .5em;
  line-height: 1.4;
  font-size: 77.7777777778%;
}
@media only screen and (min-width: 768px) {
  #wrap.base .sec .bnrList li span {
    font-size: 100%;
  }
}

/* .copyRight */
#wrap.base .copyRight {
  width: 92.5%;
  max-width: 592px;
}
@media only screen and (min-width: 768px) {
  #wrap.base .copyRight {
    width: 83.5714285714%;
    max-width: 1170px;
  }
}
#wrap.base .copyRight ul li {
  font-size: 3.125vw;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  #wrap.base .copyRight ul li {
    font-size: 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  #wrap.base .copyRight ul li {
    font-size: 10px;
  }
}

/* */
