@charset "UTF-8";
body#pageIndex section.main .sidebar {
  float: left;
  width: 220px;
  margin-right: 40px;
}
body#pageIndex section.main .sidebar iframe {
  width: 100%;
  height: 5000px;
  overflow: hidden;
  border: none;
}
body#pageIndex section.main .mainContent {
  float: right;
  width: calc(100% - 260px);
}
body#pageIndex section.main .mainContent .area {
  margin-bottom: 60px;
}
body#pageIndex section.main .mainContent .btnMore {
  background: #e8e2dd;
  font-size: 20px;
  text-align: center;
  padding: 20px 60px;
  border: 1px solid #222222;
  width: 60%;
  margin: 0 auto 40px;
}
body#pageIndex section.main .mainContent .btnMore a {
  display: block;
  margin: 0 auto;
}
body#pageIndex section.main .mainContent .areaTtl {
  font-size: 29px;
  text-align: center;
  font-family: 'Marcellus SC', serif;
  border-bottom: 6px solid #ded7cf;
  margin-bottom: 20px;
}
body#pageIndex section.main .mainContent .areaTodays ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#pageIndex section.main .mainContent .areaTodays ul li {
  display: inline-flex;
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
body#pageIndex section.main .mainContent .areaTodays .itemSnipet02 {
  margin-bottom: 20px;
}
body#pageIndex section.main .mainContent .areaRanking .koushin {
  font-size: 19px;
  text-align: center;
  color: #666666;
  margin-bottom: 20px;
}
body#pageIndex section.main .mainContent .areaRanking .rankingCategory {
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
body#pageIndex section.main .mainContent .areaRanking .rankingCategory li {
  width: 130px;
  height: 60px;
  border: 1px solid #666666;
  background: #f3f2ee;
  text-align: center;
  margin-right: 16px;
  margin-bottom: 10px;
  line-height: 60px;
  cursor: pointer;
}
body#pageIndex section.main .mainContent .areaRanking .rankingCategory li:nth-child(5) {
  margin-right: 0;
}
body#pageIndex section.main .mainContent .areaRanking .rankingCategory li.on {
  background: #d9c5b4;
  cursor: default;
}
body#pageIndex section.main .mainContent .areaRanking .rankingItem {
  display: none;
}
body#pageIndex section.main .mainContent .areaRanking .rankingItem.on {
  display: flex;
  flex-wrap: wrap;
}
body#pageIndex section.main .mainContent .areaRanking .rankingItem li {
  width: 230px;
  margin-right: 15px;
  margin-bottom: 20px;
  font-size: 24px;
  overflow: hidden;
}
body#pageIndex section.main .mainContent .areaRanking .rankingItem li .rank:before {
  display: inline-block;
  height: 25px;
  width: 28px;
  content: '' !important;
  background-size: cover;
  margin-right: 10px;
}
body#pageIndex section.main .mainContent .areaRanking .rankingItem li:nth-child(1) .rank:before {
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/common/no1.png");
}
body#pageIndex section.main .mainContent .areaRanking .rankingItem li:nth-child(2) .rank:before {
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/common/no2.png");
}
body#pageIndex section.main .mainContent .areaRanking .rankingItem li:nth-child(3) .rank:before {
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/common/no3.png");
}
body#pageIndex section.main .mainContent .areaRanking .rankingItem li:nth-child(n+4) .rank:before {
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/common/no4.png");
}
body#pageIndex section.main .mainContent .areaRanking .rankingItem li .photo {
  margin-bottom: 10px;
}
body#pageIndex section.main .mainContent .areaRanking .rankingItem li .name {
  color: #666666;
  font-size: 16px;
  white-space: nowrap;
}
body#pageIndex section.main .mainContent .areaRanking .rankingItem li .price {
  text-align: center;
}
body#pageIndex section.main .mainContent .areaRanking .rankingItem li .price .item_price {
  font-size: 18px;
}
body#pageIndex section.main .mainContent .areaRanking .rankingItem li .price .item_price span {
  font-size: 24px;
}
body#pageIndex section.main .mainContent .areaRanking .rankingItem li a {
  display: block;
}
body#pageIndex section.main .mainContent .areaRanking .rankingItem li:nth-child(3n) {
  margin-right: 0;
}
body#pageIndex section.main .mainContent .areaRanking .rankingItem li:nth-child(n+7) {
  width: 170px;
  margin-right: 13.3px;
}
body#pageIndex section.main .mainContent .areaRanking .rankingItem li:nth-child(n+7) .price .item_price {
  font-size: 18px;
}
body#pageIndex section.main .mainContent .areaRanking .rankingItem li:nth-child(n+7) .price .item_price span {
  font-size: 18px;
}
body#pageIndex section.main .mainContent .areaRanking .rankingItem li:nth-child(n+7) .rank {
  font-size: 18px;
}
body#pageIndex section.main .mainContent .areaRanking .rankingItem li:nth-child(10) {
  margin-right: 0;
}
body#pageIndex section.main .mainContent .areaNew .koushin {
  font-size: 19px;
  text-align: center;
  color: #666666;
  margin-bottom: 10px;
  margin-bottom: 20px;
}
body#pageIndex section.main .mainContent .areaNew .parent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#pageIndex section.main .mainContent .areaNew .parent li {
  position: relative;
}
body#pageIndex section.main .mainContent .areaNew .parent li img {
  margin-bottom: 10px;
}
body#pageIndex section.main .mainContent .areaNew .parent li.truck:before {
  content: '';
  position: absolute;
  width: 68px;
  height: 72px;
  top: -20px;
  left: -20px;
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/index/ico_truck.png");
  background-size: cover;
  z-index: 100;
}
body#pageIndex section.main .mainContent .areaNew .parent li.off {
  overflow: hidden;
}
body#pageIndex section.main .mainContent .areaNew .parent li.off:before {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 200px;
  height: 200px;
  background: #e0603a;
  transform: rotate(-45deg);
}
body#pageIndex section.main .mainContent .areaNew .parent li.off .offText {
  position: absolute;
  text-align: center;
  font-size: 30px;
  top: -6px;
  left: 9px;
  color: white;
  transform: rotate(-45deg) translateX(-20%);
  line-height: 1;
}
body#pageIndex section.main .mainContent .areaNew .parent li.off .offText small {
  font-size: 20px;
}
body#pageIndex section.main .mainContent .areaNew .parent > li {
  width: calc(50% - 10px);
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
  position: relative;
}
body#pageIndex section.main .mainContent .areaNew .parent > li .name {
  font-size: 16px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}
body#pageIndex section.main .mainContent .areaNew .parent > li ul.child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#pageIndex section.main .mainContent .areaNew .parent > li ul.child > li {
  width: calc(50% - 10px);
  font-size: 19px;
  overflow: hidden;
}
body#pageIndex section.main .mainContent .areaNew .parent > li ul.child > li .name {
  font-size: 12px;
  text-align: left;
  white-space: nowrap;
}
body#pageIndex section.main .mainContent .areaNew .parent .shipfree {
  background: #001c58;
  color: white;
  display: inline-block;
  font-size: 18px;
  padding: 0 5px;
  margin-right: 10px;
}
body#pageIndex section.main .mainContent .areaNew .parent .asuraku {
  background: #a4005b;
  color: white;
  display: inline-block;
  font-size: 18px;
  padding: 0 5px;
  margin-right: 10px;
}
body#pageIndex section.main .mainContent .areaRecommend ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body#pageIndex section.main .mainContent .areaRecommend ul li {
  width: 31%;
  margin-bottom: 30px;
}
body#pageIndex section.main .mainContent .areaRecommend ul li img {
  margin-bottom: 10px;
}
body#pageIndex section.main .mainContent .areaRecommend ul li:nth-child(n+7) {
  width: 23%;
}
body#pageIndex section.main .mainContent .areaRecommend ul li:nth-child(n+7) .name {
  display: none;
}
body#pageIndex section.main .mainContent .areaRecommend ul li .name {
  font-size: 13px;
  white-space: nowrap;
  color: #666666;
}
body#pageIndex section.main .mainContent .areaRecommend ul li .price {
  text-align: center;
  font-size: 25px;
}
body#pageIndex section.main .mainContent .areaRecommend ul li:nth-child(n+7) img {
  margin-bottom: 20px;
}
body#pageIndex section.main .mainContent .areaRecommend ul li:nth-child(n+7) .price {
  font-size: 18px;
}
body#pageIndex section.main .mainContent .areaContents .body .content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 1px dashed #a4a4a4;
  padding-bottom: 20px;
  padding-top: 20px;
}
body#pageIndex section.main .mainContent .areaContents .body .content:last-child {
  border-bottom: none;
}
body#pageIndex section.main .mainContent .areaContents .body .content .img {
  width: 40%;
  padding: 0 20px;
}
body#pageIndex section.main .mainContent .areaContents .body .content .info {
  width: 60%;
}
body#pageIndex section.main .mainContent .areaContents .body .content .info .ttlContents {
  font-size: 25px;
  margin-bottom: 10px;
}
body#pageIndex section.main .mainContent .areaContents .body .content .info .text {
  line-height: 2.5;
  font-size: 13px;
  color: #666666;
}
body#pageIndex section.main .mainContent .areaBanner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
body#pageIndex section.main .mainContent .areaBanner ul li {
  width: 48%;
}
body#pageIndex section.main .mainContent .areaCoordinate .items {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
body#pageIndex section.main .mainContent .areaCoordinate .items .item {
  width: 350px;
  border: 1px solid #222222;
  padding: 50px 20px 40px;
}
body#pageIndex section.main .mainContent .areaCoordinate .items .item:nth-child(n + 3) {
  display: none;
}
body#pageIndex section.main .mainContent .areaCoordinate .items .item .blkHeader {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  font-size: 12px;
  border-bottom: 1px solid #666666;
  padding-bottom: 5px;
  color: #222222;
}
body#pageIndex section.main .mainContent .areaCoordinate .items .item .blkHeader .dateTtl {
  position: absolute;
  bottom: 5px;
  background: #cccccc;
  height: 18px;
  padding: 0 10px;
  margin-right: 10px;
}
body#pageIndex section.main .mainContent .areaCoordinate .items .item .blkHeader .dateDate {
  position: absolute;
  left: 55px;
  bottom: 5px;
  font-size: 26px;
  margin-right: 10px;
  line-height: 1;
}
body#pageIndex section.main .mainContent .areaCoordinate .items .item .blkHeader .coordinate {
  position: absolute;
  left: 130px;
  bottom: 5px;
}
body#pageIndex section.main .mainContent .areaCoordinate .items .item .blkItem {
  padding: 20px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 1px solid #666666;
}
body#pageIndex section.main .mainContent .areaCoordinate .items .item .blkItem .mainImg {
  width: 50%;
  margin-right: 20px;
}
body#pageIndex section.main .mainContent .areaCoordinate .items .item .blkItem .childItems {
  width: calc(50% - 20px);
}
body#pageIndex section.main .mainContent .areaCoordinate .items .item .blkItem .childItems ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#pageIndex section.main .mainContent .areaCoordinate .items .item .blkItem .childItems ul li {
  width: 50%;
  padding: 0;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
body#pageIndex section.main .mainContent .areaCoordinate .items .item .blkItem .childItems ul li .name {
  font-size: 10px;
}
body#pageIndex section.main .mainContent .areaCoordinate .items .item .blkItem .childItems ul li .price {
  line-height: 1;
}
body#pageIndex section.main .mainContent .areaCoordinate .items .item .blkItem .childItems ul li .currency {
  font-size: 10px;
}
body#pageIndex section.main .mainContent .areaCoordinate .items .item .blkSubtotal {
  padding: 20px 0 0;
  text-align: center;
  font-size: 18px;
}
body#pageIndex section.main .mainContent .areaCoordinate .items .item .blkSubtotal p {
  display: inline-block;
}
body#pageIndex section.main .mainContent .areaCoordinate .items .item .blkSubtotal .itemMath {
  margin-right: 10px;
}
body#pageIndex section.main .mainContent .areaCoordinate .items .item .blkSubtotal .total {
  font-weight: bold;
}
body#pageIndex section.main .mainContent .areaCoordinate .items .item .blkSubtotal .total .price {
  font-size: 26px;
  letter-spacing: 3px;
}

@media screen and (max-width: 980px) {
  body#pageIndex, body#pageSale {
    width: 100%;
  }
  body#pageIndex #ifHeader .gNavi, body#pageSale #ifHeader .gNavi {
    height: 33px;
    margin-bottom: 10px;
  }
  body#pageIndex #ifHeader .gNavi ul, body#pageSale #ifHeader .gNavi ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  body#pageIndex #ifHeader .gNavi ul li, body#pageSale #ifHeader .gNavi ul li {
    width: 20%;
    color: white;
    height: 33px;
    line-height: 33px;
    font-size: 10px;
    text-align: center;
    border-right: 1px solid #908173;
  }
  body#pageIndex #ifHeader .gNavi ul li:last-child, body#pageSale #ifHeader .gNavi ul li:last-child {
    border-right: none;
  }
  body#pageIndex #ifHeader .gNavi ul li.badge, body#pageSale #ifHeader .gNavi ul li.badge {
    position: relative;
  }
  body#pageIndex #ifHeader .gNavi ul li.badge:after, body#pageSale #ifHeader .gNavi ul li.badge:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    top: -9px;
    right: 2px;
    background: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/common/badge.png") no-repeat;
    background-size: cover;
  }
  body#pageIndex #ifHeader .categoryLink, body#pageSale #ifHeader .categoryLink {
    margin-bottom: 0;
    margin-top: 12px;
  }
  body#pageIndex #ifHeader .categoryLink .items, body#pageSale #ifHeader .categoryLink .items {
    display: none;
    padding-bottom: 10px;
  }
  body#pageIndex #ifHeader .categoryLink .items .slick-slide, body#pageSale #ifHeader .categoryLink .items .slick-slide {
    margin: 0 5px;
  }
  body#pageIndex #ifHeader .campaign, body#pageSale #ifHeader .campaign {
    margin-bottom: 0;
    background: transparent;
  }
  body#pageIndex #ifHeader .slick-dots li button, body#pageSale #ifHeader .slick-dots li button {
    width: 13px;
    height: 13px;
  }
  body#pageIndex #ifHeader .slick-dots li button:after, body#pageSale #ifHeader .slick-dots li button:after {
    font-size: 70px;
  }
  body#pageIndex #ifHeader .slider .slick-dots, body#pageSale #ifHeader .slider .slick-dots {
    bottom: -30px;
  }
  body#pageIndex #ifHeader .pickupitem, body#pageSale #ifHeader .pickupitem {
    border: none;
  }
  body#pageIndex #ifHeader .pickupitem .itemSlider .slick-prev, body#pageIndex #ifHeader .pickupitem .itemSlider .slick-next, body#pageSale #ifHeader .pickupitem .itemSlider .slick-prev, body#pageSale #ifHeader .pickupitem .itemSlider .slick-next {
    height: 115px;
  }
  body#pageIndex #ifHeader .pickupitem .itemSlider .slick-track, body#pageSale #ifHeader .pickupitem .itemSlider .slick-track {
    width: 100%;
    overflow: hidden;
  }
  body#pageIndex #ifHeader .pickupitem .itemSlider .slick-list, body#pageSale #ifHeader .pickupitem .itemSlider .slick-list {
    width: calc(100% + 10px);
  }
  body#pageIndex header.header1, body#pageSale header.header1 {
    padding-top: 0;
  }
  body#pageIndex header.header1 .headerTop, body#pageSale header.header1 .headerTop {
    height: auto;
    border-bottom: 3px solid #ded7cf;
    margin-bottom: 5px;
    padding-bottom: 5px;
    height: 45px;
  }
  body#pageIndex header.header1 .headerTop .logo, body#pageSale header.header1 .headerTop .logo {
    position: relative;
    padding: 5px 10px 0;
  }
  body#pageIndex header.header1 .headerTop .logo img, body#pageSale header.header1 .headerTop .logo img {
    height: 15px;
    width: auto;
  }
  body#pageIndex header.header1 .headerTop .logo .cart, body#pageSale header.header1 .headerTop .logo .cart {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 30px;
  }
  body#pageIndex header.header1 .headerTop .logo .cart img, body#pageSale header.header1 .headerTop .logo .cart img {
    width: 25px;
    height: auto;
  }
  body#pageIndex header.header1 .headerTop .banner, body#pageSale header.header1 .headerTop .banner {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 62%;
    height: 37px;
    padding-top: 0;
  }
  body#pageIndex header.header1 .headerTop .banner ul, body#pageSale header.header1 .headerTop .banner ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  body#pageIndex header.header1 .headerTop .banner ul li, body#pageSale header.header1 .headerTop .banner ul li {
    width: 43%;
    height: 100%;
    margin-right: 0;
  }
  body#pageIndex header.header1 .headerTop .banner ul li:nth-child(3), body#pageSale header.header1 .headerTop .banner ul li:nth-child(3) {
    width: 14%;
    padding-top: 5px;
  }
  body#pageIndex header.header1 .headerTop .banner ul li:nth-child(3) img, body#pageSale header.header1 .headerTop .banner ul li:nth-child(3) img {
    height: 23px;
    width: auto;
  }
  body#pageIndex header.header1 .headerTop .banner ul li a, body#pageSale header.header1 .headerTop .banner ul li a {
    display: block;
    height: 100%;
  }
  body#pageIndex header.header1 .headerTop .banner ul li a img, body#pageSale header.header1 .headerTop .banner ul li a img {
    height: 32px;
    width: auto;
  }
  body#pageIndex header.header1 .areaChoiceSearch, body#pageSale header.header1 .areaChoiceSearch {
    margin-top: 20px;
  }
  body#pageIndex header.header1 .areaChoiceSearch form, body#pageSale header.header1 .areaChoiceSearch form {
    position: relative;
    height: 26px;
    margin-bottom: 20px;
    margin-bottom: 40px;
  }
  body#pageIndex header.header1 .areaChoiceSearch form input, body#pageSale header.header1 .areaChoiceSearch form input {
    height: 40px;
  }
  body#pageIndex header.header1 .areaChoiceSearch form .kw, body#pageSale header.header1 .areaChoiceSearch form .kw {
    background: #f3f2ee;
    border: 1px solid #333333;
    width: 100%;
    outline: none;
    padding: 0 10px;
  }
  body#pageIndex header.header1 .areaChoiceSearch form .btn, body#pageSale header.header1 .areaChoiceSearch form .btn {
    position: absolute;
    right: 2px;
    top: 2px;
    background: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/common/mushimegane.png") no-repeat, #e0603a;
    background-size: 36px 36px;
    background-position: 0 0;
    width: 36px;
    height: 36px;
    outline: none;
    cursor: pointer;
    border: none;
  }
  body#pageIndex header.header1 .areaChoiceSearch ul, body#pageSale header.header1 .areaChoiceSearch ul {
    background: #e8e2dd;
    padding: 4px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  body#pageIndex header.header1 .areaChoiceSearch ul li, body#pageSale header.header1 .areaChoiceSearch ul li {
    border: 1px solid #7d7d7d;
    text-align: center;
    font-size: 13px;
    background: #f3f2ee;
    margin: 4px;
  }
  body#pageIndex header.header1 .areaChoiceSearch ul li a, body#pageSale header.header1 .areaChoiceSearch ul li a {
    display: block;
    padding: 2px 10px;
  }
  body#pageIndex header.header1 .areaChoiceSearch ul:after, body#pageSale header.header1 .areaChoiceSearch ul:after {
    content: '▲';
    font-size: 20px;
    color: #e8e2dd;
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
  }
  body#pageIndex section.main .mainContent, body#pageSale section.main .mainContent {
    width: 100%;
  }
  body#pageIndex section.main .mainContent .area, body#pageSale section.main .mainContent .area {
    margin-bottom: 30px;
  }
  body#pageIndex section.main .mainContent .areaTtl, body#pageSale section.main .mainContent .areaTtl {
    font-size: 24px;
  }
  body#pageIndex section.main .mainContent .btnMore, body#pageSale section.main .mainContent .btnMore {
    font-size: 10px;
    width: 200px;
    line-height: 35px;
    height: 35px;
    padding: 0;
  }
  body#pageIndex section.main .mainContent .areaTodays ul li, body#pageSale section.main .mainContent .areaTodays ul li {
    width: 100%;
  }
  body#pageIndex section.main .mainContent .areaTodays .items li, body#pageSale section.main .mainContent .areaTodays .items li {
    width: calc(50% - 5px);
  }
  body#pageIndex section.main .mainContent .areaRanking .koushin, body#pageSale section.main .mainContent .areaRanking .koushin {
    font-size: 10px;
    margin-bottom: 13px;
  }
  body#pageIndex section.main .mainContent .areaRanking .rankingCategory, body#pageSale section.main .mainContent .areaRanking .rankingCategory {
    justify-content: space-between;
    padding: 5px;
  }
  body#pageIndex section.main .mainContent .areaRanking .rankingCategory li, body#pageSale section.main .mainContent .areaRanking .rankingCategory li {
    width: 32.5%;
    margin-right: 0;
    margin-bottom: 5px;
    font-size: 12.5px;
    line-height: 35px;
    height: 35px;
  }
  body#pageIndex section.main .mainContent .areaRanking .rankingCategory:after, body#pageSale section.main .mainContent .areaRanking .rankingCategory:after {
    content: none;
    display: none;
  }
  body#pageIndex section.main .mainContent .areaRanking .rankingItem, body#pageSale section.main .mainContent .areaRanking .rankingItem {
    justify-content: space-between;
  }
  body#pageIndex section.main .mainContent .areaRanking .rankingItem li, body#pageSale section.main .mainContent .areaRanking .rankingItem li {
    margin-right: 0;
    width: calc(50% - 10px);
    overflow: hidden;
  }
  body#pageIndex section.main .mainContent .areaRanking .rankingItem li:nth-child(n+3), body#pageSale section.main .mainContent .areaRanking .rankingItem li:nth-child(n+3) {
    width: calc(33% - 5px);
  }
  body#pageIndex section.main .mainContent .areaRanking .rankingItem li:nth-child(n+9), body#pageSale section.main .mainContent .areaRanking .rankingItem li:nth-child(n+9) {
    display: none;
  }
  body#pageIndex section.main .mainContent .areaRanking .rankingItem li:nth-child(n+7), body#pageSale section.main .mainContent .areaRanking .rankingItem li:nth-child(n+7) {
    margin-right: 0;
  }
  body#pageIndex section.main .mainContent .areaRanking .rankingItem li .rank, body#pageSale section.main .mainContent .areaRanking .rankingItem li .rank {
    font-size: 13px;
    margin-bottom: 5px;
  }
  body#pageIndex section.main .mainContent .areaRanking .rankingItem li .rank:before, body#pageSale section.main .mainContent .areaRanking .rankingItem li .rank:before {
    display: inline-block;
    height: 17px;
    width: 20px;
    content: '' !important;
    background-size: cover;
    margin-right: 10px;
  }
  body#pageIndex section.main .mainContent .areaRanking .rankingItem li .price, body#pageSale section.main .mainContent .areaRanking .rankingItem li .price {
    line-height: 1;
  }
  body#pageIndex section.main .mainContent .areaRanking .rankingItem li .price .item_price span, body#pageSale section.main .mainContent .areaRanking .rankingItem li .price .item_price span {
    font-size: 18px;
  }
  body#pageIndex section.main .mainContent .areaRanking .rankingItem li .name, body#pageSale section.main .mainContent .areaRanking .rankingItem li .name {
    white-space: nowrap;
    font-size: 9px;
    color: #666666;
  }
  body#pageIndex section.main .mainContent .areaRanking .rankingItem li:nth-child(n+3) .rank, body#pageSale section.main .mainContent .areaRanking .rankingItem li:nth-child(n+3) .rank {
    font-size: 8px;
    margin-bottom: 5px;
  }
  body#pageIndex section.main .mainContent .areaRanking .rankingItem li:nth-child(n+3) .rank:before, body#pageSale section.main .mainContent .areaRanking .rankingItem li:nth-child(n+3) .rank:before {
    display: inline-block;
    height: 17px;
    width: 20px;
    content: '' !important;
    background-size: cover;
    margin-right: 10px;
  }
  body#pageIndex section.main .mainContent .areaRanking .rankingItem li:nth-child(n+3) .price .item_price, body#pageSale section.main .mainContent .areaRanking .rankingItem li:nth-child(n+3) .price .item_price {
    font-size: 13px;
  }
  body#pageIndex section.main .mainContent .areaRanking .rankingItem li:nth-child(n+3) .price .item_price span, body#pageSale section.main .mainContent .areaRanking .rankingItem li:nth-child(n+3) .price .item_price span {
    font-size: 13px;
  }
  body#pageIndex section.main .mainContent .areaRanking .rankingItem li:nth-child(1) .rank:before, body#pageSale section.main .mainContent .areaRanking .rankingItem li:nth-child(1) .rank:before {
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/common/no1.png");
  }
  body#pageIndex section.main .mainContent .areaRanking .rankingItem li:nth-child(2) .rank:before, body#pageSale section.main .mainContent .areaRanking .rankingItem li:nth-child(2) .rank:before {
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/common/no2.png");
  }
  body#pageIndex section.main .mainContent .areaRanking .rankingItem li:nth-child(3) .rank:before, body#pageSale section.main .mainContent .areaRanking .rankingItem li:nth-child(3) .rank:before {
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/common/no3.png");
  }
  body#pageIndex section.main .mainContent .areaRanking .rankingItem li:nth-child(n+4) .rank:before, body#pageSale section.main .mainContent .areaRanking .rankingItem li:nth-child(n+4) .rank:before {
    background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/common/no4.png");
  }
  body#pageIndex section.main .mainContent .areaNew .koushin, body#pageSale section.main .mainContent .areaNew .koushin {
    font-size: 10px;
    margin-bottom: 16px;
  }
  body#pageIndex section.main .mainContent .areaNew .spContentWidth, body#pageSale section.main .mainContent .areaNew .spContentWidth {
    overflow: visible;
  }
  body#pageIndex section.main .mainContent .areaNew .parent li, body#pageSale section.main .mainContent .areaNew .parent li {
    position: relative;
    font-size: 18px;
    white-space: nowrap;
  }
  body#pageIndex section.main .mainContent .areaNew .parent li .name, body#pageSale section.main .mainContent .areaNew .parent li .name {
    font-size: 9px;
  }
  body#pageIndex section.main .mainContent .areaNew .parent li .shipfree, body#pageIndex section.main .mainContent .areaNew .parent li .asuraku, body#pageSale section.main .mainContent .areaNew .parent li .shipfree, body#pageSale section.main .mainContent .areaNew .parent li .asuraku {
    font-size: 9px;
  }
  body#pageIndex section.main .mainContent .areaNew .parent li.truck:before, body#pageSale section.main .mainContent .areaNew .parent li.truck:before {
    width: 34px;
    height: 36px;
    left: -10px;
  }
  body#pageIndex section.main .mainContent .areaNew .parent li.off .offText, body#pageSale section.main .mainContent .areaNew .parent li.off .offText {
    font-size: 15px;
    top: -3px;
    left: 5px;
  }
  body#pageIndex section.main .mainContent .areaNew .parent li.off .offText small, body#pageSale section.main .mainContent .areaNew .parent li.off .offText small {
    font-size: 10px;
  }
  body#pageIndex section.main .mainContent .areaNew .parent li.off:before, body#pageSale section.main .mainContent .areaNew .parent li.off:before {
    width: 100px;
    height: 100px;
    top: -50px;
    left: -50px;
  }
  body#pageIndex section.main .mainContent .areaRecommend ul li, body#pageSale section.main .mainContent .areaRecommend ul li {
    width: calc(50% - 10px);
    overflow: hidden;
    margin-bottom: 20px;
  }
  body#pageIndex section.main .mainContent .areaRecommend ul li img, body#pageSale section.main .mainContent .areaRecommend ul li img {
    margin-bottom: 10px;
  }
  body#pageIndex section.main .mainContent .areaRecommend ul li .name, body#pageSale section.main .mainContent .areaRecommend ul li .name {
    font-size: 9px;
  }
  body#pageIndex section.main .mainContent .areaRecommend ul li .price, body#pageSale section.main .mainContent .areaRecommend ul li .price {
    font-size: 18.5px;
  }
  body#pageIndex section.main .mainContent .areaRecommend ul li:nth-child(n+7), body#pageSale section.main .mainContent .areaRecommend ul li:nth-child(n+7) {
    width: calc(33% - 5px);
  }
  body#pageIndex section.main .mainContent .areaRecommend ul li:nth-child(n+7) img, body#pageSale section.main .mainContent .areaRecommend ul li:nth-child(n+7) img {
    margin-bottom: 5px;
  }
  body#pageIndex section.main .mainContent .areaRecommend ul li:nth-child(n+7) .name, body#pageSale section.main .mainContent .areaRecommend ul li:nth-child(n+7) .name {
    display: block;
    font-size: 8px;
  }
  body#pageIndex section.main .mainContent .areaRecommend ul li:nth-child(n+7) .price, body#pageSale section.main .mainContent .areaRecommend ul li:nth-child(n+7) .price {
    font-size: 12.5px;
  }
  body#pageIndex section.main .mainContent .areaContents .body .content .img, body#pageSale section.main .mainContent .areaContents .body .content .img {
    padding-left: 0;
    padding-right: 10px;
  }
  body#pageIndex section.main .mainContent .areaContents .body .content .info .ttlContents, body#pageSale section.main .mainContent .areaContents .body .content .info .ttlContents {
    font-size: 12.5px;
  }
  body#pageIndex section.main .mainContent .areaContents .body .content .info .text, body#pageSale section.main .mainContent .areaContents .body .content .info .text {
    font-size: 8px;
    line-height: 1.5;
  }
  body#pageIndex section.main .mainContent .areaBanner ul, body#pageSale section.main .mainContent .areaBanner ul {
    flex-wrap: wrap;
  }
  body#pageIndex section.main .mainContent .areaBanner ul li, body#pageSale section.main .mainContent .areaBanner ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  body#pageIndex section.main .mainContent .areaCoordinate .items, body#pageSale section.main .mainContent .areaCoordinate .items {
    width: 100%;
  }
  body#pageIndex section.main .mainContent .areaCoordinate .items .slick-track, body#pageSale section.main .mainContent .areaCoordinate .items .slick-track {
    width: calc(100% - 80px);
  }
  body#pageIndex section.main .mainContent .areaCoordinate .items .slick-arrow, body#pageSale section.main .mainContent .areaCoordinate .items .slick-arrow {
    width: 40px;
  }
  body#pageIndex section.main .mainContent .areaCoordinate .items .arrow-prev, body#pageSale section.main .mainContent .areaCoordinate .items .arrow-prev {
    background: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/index/coordinate_slide_prev.png") no-repeat;
    background-size: 23px 33px;
    background-position: 8px 50%;
  }
  body#pageIndex section.main .mainContent .areaCoordinate .items .arrow-next, body#pageSale section.main .mainContent .areaCoordinate .items .arrow-next {
    background: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/index/coordinate_slide_next.png") no-repeat;
    background-size: 23px 33px;
    background-position: 8px 50%;
  }
  body#pageIndex section.main .mainContent .areaCoordinate .items .item .blkHeader .coordinate, body#pageSale section.main .mainContent .areaCoordinate .items .item .blkHeader .coordinate {
    left: 150px;
  }
  body#pageIndex section.main .mainContent .areaCoordinate .btnMore, body#pageSale section.main .mainContent .areaCoordinate .btnMore {
    display: none;
  }
  body#pageIndex section.main .mainContent .areaCatalog .sliderCatalog, body#pageSale section.main .mainContent .areaCatalog .sliderCatalog {
    padding: 0 30px;
  }
  body#pageIndex section.main .mainContent .areaCatalog .sliderCatalog .arrow-prev, body#pageSale section.main .mainContent .areaCatalog .sliderCatalog .arrow-prev {
    position: absolute;
    left: 5px;
    top: 50%;
    background: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/index/coordinate_slide_prev.png") no-repeat;
    background-size: 23px 33px;
    width: 23px;
    height: 33px;
  }
  body#pageIndex section.main .mainContent .areaCatalog .sliderCatalog .arrow-next, body#pageSale section.main .mainContent .areaCatalog .sliderCatalog .arrow-next {
    position: absolute;
    right: 5px;
    top: 50%;
    background: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/index/coordinate_slide_next.png") no-repeat;
    background-size: 23px 33px;
    width: 23px;
    height: 33px;
  }
  body#pageIndex section.main .mainContent .areaCategory .categories, body#pageSale section.main .mainContent .areaCategory .categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 5px;
  }
  body#pageIndex section.main .mainContent .areaCategory .categories li, body#pageSale section.main .mainContent .areaCategory .categories li {
    width: calc(50% - 2.5px);
    margin-bottom: 5px;
    background: #eeeeee;
    position: relative;
    /*
    &:before{
    	position: absolute;
    	left: 15px;
    	top:50%;
    	transform: translateY(-50%);
    	background-repeat: no-repeat;
    	background-size:auto 100%;	
    	width: 30px;
    	height: 25px;
    }
    
    &:nth-child(1):before{
    	content: '';
    	background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/common/side_category_tops.png");
    }
    
    &:nth-child(2):before{
    	content: '';
    	background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/common/side_category_jacket.png");
    }
    
    &:nth-child(3):before{
    	content: '';
    	background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/common/side_category_denim.png");
    }
    
    &:nth-child(4):before{
    	content: '';
    	background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/common/side_category_onepiece_midium.png");
    }
    
    &:nth-child(5):before{
    	content: '';
    	background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/common/side_category_longskirt.png");
    }
    
    &:nth-child(6):before{
    	content: '';
    	background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/common/side_category_setup.png");
    }
    
    &:nth-child(7):before{
    	content: '';
    	background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/common/side_category_saropetto.png");
    }
    
    &:nth-child(8):before{
    	content: '';
    	background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/common/side_category_pumps.png");
    }
    
    &:nth-child(9):before{
    	content: '';
    	background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/common/side_category_shoulderbag.png");
    }
    
    &:nth-child(10):before{
    	content: '';
    	background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/common/side_category_neckless.png");
    }
    
    &:nth-child(11):before{
    	content: '';
    	background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/common/side_category_roomwear.png");
    }
    
    &:nth-child(12):before{
    	content: '';
    	background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/common/side_category_bra.png");
    }
    
    &:nth-child(13):before{
    	content: '';
    	background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/common/side_category_hat.png");
    }
    
    &:nth-child(14):before{
    	content: '';
    	background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/common/side_category_tops.png");
    }*/
  }
  body#pageIndex section.main .mainContent .areaMailmagazine .body, body#pageSale section.main .mainContent .areaMailmagazine .body {
    font-size: 10px;
    text-align: center;
  }
  body#pageIndex section.main .mainContent .areaMailmagazine .body p, body#pageSale section.main .mainContent .areaMailmagazine .body p {
    margin-bottom: 20px;
  }
  body#pageIndex section.main .mainContent .areaMailmagazine .body .btn, body#pageSale section.main .mainContent .areaMailmagazine .body .btn {
    background: #e0603a;
    color: white;
    width: 150px;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
  }
  body#pageIndex section.main .mainContent .areaMailmagazine .body .btn a, body#pageSale section.main .mainContent .areaMailmagazine .body .btn a {
    display: block;
    padding-left: 36px;
  }
  body#pageIndex section.main .mainContent .areaMailmagazine .body .btn:before, body#pageSale section.main .mainContent .areaMailmagazine .body .btn:before {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-54%);
    content: '';
    background: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u13980757/pc/assets2/css/../img/index/ico_mail.png");
    width: 25px;
    height: 20px;
    background-size: cover;
  }
  body#pageIndex footer, body#pageSale footer {
    background: #e8e2dd;
  }
  body#pageIndex footer .menu, body#pageSale footer .menu {
    margin-bottom: 0;
  }
  body#pageIndex footer .menu ul, body#pageSale footer .menu ul {
    display: flex;
    flex-wrap: wrap;
    border: none;
  }
  body#pageIndex footer .menu ul li, body#pageSale footer .menu ul li {
    width: 50%;
    font-size: 10px;
    text-align: center;
    height: 38px;
    border-bottom: 1px solid white;
  }
  body#pageIndex footer .menu ul li a, body#pageSale footer .menu ul li a {
    display: block;
  }
  body#pageIndex footer .menu ul li:first-child, body#pageSale footer .menu ul li:first-child {
    height: 67px;
    text-align: center;
    width: 100%;
    font-size: 15px;
    line-height: 67px;
  }
  body#pageIndex footer .menu ul li:nth-child(2), body#pageIndex footer .menu ul li:nth-child(4), body#pageSale footer .menu ul li:nth-child(2), body#pageSale footer .menu ul li:nth-child(4) {
    border-right: 1px solid white;
  }
  body#pageIndex footer .sns, body#pageSale footer .sns {
    height: 67px;
    padding: 20px 0 10px;
  }
  body#pageIndex footer .sns ul, body#pageSale footer .sns ul {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 auto 10px;
  }
  body#pageIndex footer .sns ul li, body#pageSale footer .sns ul li {
    width: 50%;
    text-align: center;
  }
  body#pageIndex footer .sns ul li img, body#pageSale footer .sns ul li img {
    width: 30px;
  }
  body#pageIndex footer .sns p, body#pageSale footer .sns p {
    font-size: 10px;
    text-align: center;
    margin-bottom: 10px;
  }
  body#pageIndex footer .copy, body#pageSale footer .copy {
    font-size: 10px;
    text-align: center;
    margin-bottom: 0;
    padding: 20px 0 10px;
  }
}
