@charset "EUC-JP";

/*
* common
*/
html {
  font-size: 10px;
}

body {
  color: #5b5b5b;
  font-size: 1.1rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}

ul {
  list-style: none;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #5b5b5b;
}

a:hover {
  opacity: 0.7;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.red {
  color: #e00000;
}

.oneLineEllipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.spHeader,
.spFooter,
.toTop,
.dispSp {
  display: none;
}

.wrap {
  width: 100%;
}

.wrapWidth {
  max-width: 1200px;
  margin: auto;
}

.contentSpace {
  margin-top: 100px;
  position: relative;
}

/*
* common
*/

/*
* ヘッダートップ
*/
.headerTop {
  background-color: #57c3e7;
  color: #fff;
  height: 25px;
  font-size: 1.2rem;
}

.headerTop-inner {
  display: flex;
  justify-content: space-between;
}

.headerTop-inner-box {
  padding-top: 6px;
}

/*
* PCヘッダー
*/
.pcHeaderTop {
  display: flex;
  justify-content: space-between;
  padding: 23px 0 2px;
  font-size: 1.2rem;
}

.companyMenu {
  width: 370px;
  padding: 19px 0 35px;
}

.companyMenu-Lists {
  display: flex;
  flex-wrap: wrap;
}

.companyMenu-Lists:not(:last-of-type) li {
  margin-bottom: 16px;
}

.companyMenu-Lists li:not(:last-child) {
  margin-right: 20px;
}

.globalNavi {
  box-sizing: border-box;
  width: 100%;
  font-size: 1.3rem;
}

.globalPcNavi {
  height: 43px;
  background-color: #ddd;
}

.globalNavi-lists {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
  width: 959px;
  margin: auto;
  position: relative;
}

.globalNavi-list {
  padding: 15px 0;
}

.globalNavi-list:first-child:nth-last-child(6),
.globalNavi-list:first-child:nth-last-child(6) ~ .globalNavi-list {
  width: calc(100% / 6);
}

.globalNavi-list-link {
  display: block;
  text-align: center;
  border-left: 1px solid #5b5b5b;
}

.globalNavi-list:last-child .globalNavi-list-link {
  border-right: 1px solid #5b5b5b;
}

.globalNavi-list:hover > .megaMenu {
  display: block;
}

.megaMenu {
  position: absolute;
  display: none;
  z-index: 9999;
  padding-top: 35px;
  width: 104%;
  left: -19px;
}

.megaMenu::before {
  content: '';
  display: block;
  position: absolute;
  border-right: 17px solid transparent;
  border-bottom: 20px solid #fff;
  border-left: 17px solid transparent;
  top: 15px;
  z-index: 9999;
}

.globalNavi-list:nth-child(2) .megaMenu::before {
    left: 240px;
}

.globalNavi-list:nth-child(3) .megaMenu::before {
    left: 400px;
}

.globalNavi-list:nth-child(4) .megaMenu::before {
    left: 563px;
}

.globalNavi-list:nth-child(5) .megaMenu::before {
    left: 723px;
}

.globalNavi-list:nth-child(6) .megaMenu::before {
    left: 881px;
}

.megaMenu-lists {
  background-color: #fff;
  padding: 30px 40px 2px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.megaMenu-lists li {
  width: calc(100% / 5);
  margin-bottom: 28px;
}

.megaMenu-lists-link {
  display: block;
  padding-left: 48px;
}

.search {
  width: 370px;
  padding: 6px 0 0 14px;
  box-sizing: border-box;
}

.search-formBox {
  margin-right: 14px;
}

.search-formBox-word {
  height: 28px;
  text-indent: 6px;
  box-sizing: border-box;
  width: 255px;
  border-style: ridge;
  font-size: 1.1rem;
}

.search-formBox-submit {
  background-color: #777070;
  color: #fff;
  width: 60px;
  height: 28px;
  font-size: 1.1rem;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  margin-top: -1px;
}

.hotWord,
.hotWord-lists {
  display: flex;
}

.hotWord {
  margin-top: 12px;
}

.hotWord-title {
  width: 100px;
  padding-top: 4px;
}

.hotWord-lists-box {
  width: 100%;
}

.hotWord-lists {
  flex-wrap: wrap;
}

.hotWord-lists li:not(:last-child) {
  margin-right: 10px;
}

.hotWord-lists li {
  margin-bottom: 8px;
}

.hotWord-lists-link {
  display: block;
  background-color: #cdcdcd;
  padding: 3px 15px;
  border-radius: 10px;
  text-align: center;
}

.slick-container.main {
  margin-bottom: 70px;
}
/*
* PCヘッダー
*/

/*
* スライダー
*/
.slick-slide:not(.slick-current) {
  opacity: .5;
}

/**
* PCコンテンツ
*/
.content-title {
  color: #000;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Avenir','Helvetica Neue','Helvetica';
}

.content-list {
  padding-bottom: 30px;
}

.content-list-title,
.content-list-content {
  float: left;
}

.content-list-title {
  margin-right: 131px;
}

.content-list-content-link {
  display: block;
}

.displayShelf {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

.displayShelfReturn {
  flex-wrap: wrap;
}

.displayShelf-itemBox {
  text-align: center;
  position: relative;
}

.newIcon {
  position: relative;
}

.newIcon::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  background: url(../images/main/icon_new.png) no-repeat;
  background-size: 50px;
  z-index: 9999;
}

.displayShelf-itemBox-link-inner {
  margin-top: 18px;
}

.displayShelf-itemBox-link-inner-rank {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 32px;
  background-color: #141414;
  background-repeat: no-repeat;
  background-size: 36px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.rankFirst {
  background-color: #c2af41;
}

.rankSecond {
  background-color: #9ea7b1;
}

.rankThird {
  background-color: #8a4445;
}

.displayShelf-itemBox-link-inner-rankInfo {
  width: 100%;
}

.displayShelf-itemBox-link {
  display: block;
  position: relative;
  font-size: 1.3rem;
}

.displayShelf-itemBox:not(.swiper-slide) .displayShelf-itemBox-itemName {
  margin-top: 18px;
}

.displayShelf-itemBox-price {
  margin-top: 9px;

}

.rightArrow {
  position: relative;
}

.rightArrow::before {
  content: '';
  display: block;
  position: absolute;
  border-left: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  transform: rotate(-135deg);
  right: 15px;
  top: 1px;
  width: 10px;
  height: 10px;
}

/* バナー */
.bnrs {
  margin-bottom: 119px;
}

.bnrs-lists {
  display: flex;
  justify-content: space-between;
}

.bnrs-lists li:nth-child(2) {
  margin: 0 2%;
}

.bnrs-lists li {
  width: calc((100% - 4%) / 3);
  max-width: 360px;
}
/* バナー */

/* News */
.newInfo {
  position: relative;
  font-size: 1.4rem;
}

.newInfo .content-title {
  margin-bottom: 50px;
}
/* News */

/* ranking */
.tabs-Menu {
  display: flex;
}

.tabs-Menu li {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.tabs-Menu li:last-child {
  border-right: 1px solid #ddd;
}

.tabs-Menu li:first-child:nth-last-child(2),
.tabs-Menu li:first-child:nth-last-child(2) ~ li {
  width: calc(100% / 2);
}

.tabs-Menu li:first-child:nth-last-child(3),
.tabs-Menu li:first-child:nth-last-child(3) ~ li  {
  width: calc(100% / 3);
}

.tabs-Menu li:first-child:nth-last-child(4),
.tabs-Menu li:first-child:nth-last-child(4) ~ li  {
  width: calc(100% / 4);
}

.tabs-Menu li:first-child:nth-last-child(5),
.tabs-Menu li:first-child:nth-last-child(5) ~ li  {
  width: calc(100% / 5);
}

.tabs-Menu li:first-child:nth-last-child(6),
.tabs-Menu li:first-child:nth-last-child(6) ~ li  {
  width: calc(100% / 6);
}

.tabs-Menu li.ui-tabs-active {
  background-color: #57c3e7;
}

.tabs-Menu li.ui-tabs-active .tabs-Menu-link {
  color: #fff;
}

.tabs-Menu-link {
  display: block;
  text-align: center;
  padding: 18px 0;
  font-size: 1.5rem;
}

.tabs-Menu-link:hover {
  opacity: 1;
}
/* ranking */

/* Pick Up Item */
.pickUpItem .displayShelf-itemBox {
  margin-bottom: 38px;
}
/* Pick Up Item */

/**
* PCコンテンツ
*/

/**
* PCフッター
*/
.footer {
  color: #000;
  margin-top: 271px;
}

.footer-title {
  background-color: #74c6d5;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 34px;
  border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}

.footerContent {
  display: flex;
  font-size: 1.5rem;
}

.footerContent-leftInnter,
.footerContent-rightInnter {
  box-sizing: border-box;
  width: 50%;
}

.footerContent-rightInnter {
  padding-left: 4px;
}

.footerContent-box:not(:last-of-type) {
  margin-bottom: 61px;
}

.footerContent-box-title {
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  max-width: 500px;
}

.footerContent-box-subTitle {
  background-color: #55b3e6;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  height: 24px;
  font-size: 1.3rem;
  line-height: 1.9;
}

.footerContent-box-subTitle-mg1 {
  margin-top: 15px;
}

.footerContent-box-subTitle-mg2 {
  margin: 59px 0 22px;
}

.footerContent-box-subTitle-mg3 {
  margin-top: 26px;
}

.footerContent-box-subTitle:first-of-type {
  width: 66px;
}

.footerContent-box-subTitle:nth-of-type(2) {
  width: 150px;
}

.footerContent-box-subTitle:nth-of-type(3) {
  width: 90px;
}

.footerContent-leftInnter .footerContent-box-descript {
  padding-right: 95px;
}

.footerContent-box-descriptNotice {
  margin-top: 5px;
  line-height: 1.6;
  font-size: 11px;
}

.delivery-detailLists {
  padding-left: 18px;
  margin: 0 0 0 -5px;
  position: relative;
}

.footerContent-box-subTitle-mg1 + .delivery-detailLists {
  margin-top: 28px;
}

.footerContent-box-subTitle-mg3 + .delivery-detailLists {
  margin-top: 15px;
}

.delivery-detailLists li:not(:last-child) {
  margin-bottom: 12px;
}

.delivery-detailLists li::before {
  content: '';
  display: block;
  position: relative;
  background-color: #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 10px;
  left: -12px;
}

.delivery-detailLists:first-of-type li::before {
  top: 16px;
}

.delivery-detailLists li.deliveryDateList::before {
  top: 14px;
}

.deliveryPrice {
  font-size: 2rem;
  display: inline-block;
  margin-left: 5px;
}

.shippingFree {
  font-size: 2rem;
}

.deliveryNotice {
  font-size: 14px;
  padding-left: 14px;
  margin-top: 12px;
}

.deliveryDateList,
.footerContent-box-descript {
  line-height: 1.9;
}

.shopInfo .footerContent-box-descript:not(:last-of-type) {
  margin-bottom: 43px;
}

.Footer-shopName {
  text-align: center;
  margin-top: 70px;
  padding-bottom: 30px;
}

.Footer-shopName-img {
  max-width: 150px;
}

.copyRight {
  margin-top: 13px;
  font-size: 1.2rem;
}
/**
* PCフッター
*/

/* トップへ戻る */
.toTop {
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 9999;
  cursor: pointer;
}

.toTop-link {
  width: 107px;
  height: 107px;
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.4;
  padding-top: 45px;
  background-color: #57c3e7;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  opacity: .7;
}

.toTop-link:hover {
  background-color: #57c3e7;
  opacity: 1;
}

.toTop-link::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(135deg);
  top: 19px;
  left: 39px;
}
/* トップへ戻る */

/* スマホ表示 */
@media screen and (max-width:975px) {
  /* SPヘッダー */
  .pcHeader,
  .swiper-button-prev,
  .swiper-button-next,
  .headerTop-inner {
    display: none;
  }

  .dispSp {
    display: block;
  }

  .wrap {
    width: 100%;
    box-sizing: border-box;
  }

  .slick-container.main {
    height: auto;
  }

  .spHeader {
    display: block;
  }

  .spHeader-inner {
    display: flex;
    justify-content:space-between;
    position: relative;
    padding: 5% 2% 0;
    margin-bottom: 20px;
  }

  .slick-container.main {
    margin-bottom: 53px;
  }

  .search {
    width: 100%;
    padding: 0;
    margin-bottom: 49px;
  }

  .spSearchForm,
  .hotWord-lists {
    padding: 0 2%;
  }

  .search-formBox-word {
    width: calc(100% - 64px);
  }

  .search-formBox-word,
  .search-formBox-submit {
    height: 40px;
    -webkit-appearance: none;
  }

  .hotWord-lists {
    margin-top: 15px;
    justify-content: center;
  }

  .bnrs {
    margin: 0 auto 100px;
    max-width: 360px;
  }

  .spLogoBox {
    width: 40%;
    max-width: 249px;
  }

  .spCart,
  .hamburger {
    width: 30%;
  }

  .spCart {
    text-align: right;
  }

  .spCart-lists {
    display: flex;
    justify-content: flex-end;
  }

  .spCart-lists li {
    width: 40%;
  }

  .spCart-lists li:first-child {
    margin-top: -3px;
  }

  .spCart-lists-img {
    max-width: 35px;
  }

  .hamburger-content-logoBox {
    text-align: center;
    padding: 10px 0;
  }

  .hamburger-content-logoBox-img {
    max-width: 220px;
  }

  /* チェックボックス等は非表示に */
  .hamburger-unshown {
    display:none;
  }

  /* アイコンのスペース */
  #hamburger-open {
    display: inline-block;
    vertical-align: middle;
  }

  /*ハンバーガーアイコン*/
  .hamburger-open-img {
    max-width: 30px;
  }

  #hamburger-open .hamburger-open-txt {
    display: block;
    margin: 5px 0 0 -1px;
    font-size: 1.1rem;
    text-align: center;
  }

  #hamburger-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }

  /* 中身 */
  #hamburger-content {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 90%;
    max-width: 330px;
    height: 100%;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

  .hamburger-content-cateTitle {
    border-bottom: 10px solid #cecece;
  }

  .hamburger-content-cateTitle:not(:first-of-type) {
    border-top: 1px solid #ddd;
  }

  .hamburger-content-cateTitle-link {
    display: block;
    font-size: 1.3rem;
    padding: 19px 23px;
  }

  .hamburger-content-cateTitle-img {
    width: 20px;
    vertical-align: middle;
    margin-right: 8px;
  }

  .hamburger-close-btn-box {
    background-color: #57c3e7;
    display: block;
    position: relative;
    height: 20px;
    padding: 3px 0;
  }

  #hamburger-close-btn {
    font-size: 3rem;
    position: absolute;
    right: 8px;
    top: -3px;
    color: #fff;
  }

  /*チェックが入ったらもろもろ表示*/
  #hamburger-input:checked ~ #hamburger-close {
    display: block;
    opacity: .5;
  }

  #hamburger-input:checked ~ #hamburger-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
  }

  .hamburger-content-lists {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 20px solid #57c3e7;
  }

  .hamburger-content-list{
    box-sizing: border-box;
  }

   .hamburger-content-list-link {
     font-size: 1.3rem;
     display: block;
     padding: 13px 23px;
   }

  .hamburger-content-lists:first-of-type .hamburger-content-list:nth-child(odd),
  .hamburger-content-lists:nth-of-type(2) .hamburger-content-list:nth-child(odd) {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .hamburger-content-lists:first-of-type .hamburger-content-list:nth-child(even),
  .hamburger-content-lists:nth-of-type(2) .hamburger-content-list:nth-child(even) {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .hamburger-content-lists:first-of-type .hamburger-content-list,
  .hamburger-content-lists:nth-of-type(2) .hamburger-content-list {
    width: 50%;
  }

  .hamburger-content-lists:last-of-type .hamburger-content-list {
    width: 100%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  .hamburger-content-lists:last-of-type .hamburger-content-list:last-child {
    border-bottom: 1px solid #ddd;
  }

  .hamburger-content-lists:first-of-type .hamburger-content-list-link-img,
  .hamburger-content-lists:nth-of-type(2) .hamburger-content-list-link-img {
    width: 24px;
    vertical-align: middle;
  }


  .globalSpNaviLists {
    display: flex;
  }

  .globalSpNaviLists li:not(:last-child) {
    margin-right: 1%;
  }

  .globalSpNaviLists li {
    background: #ddd;
    width: calc((100% - (1% * 3)) / 4);
    text-align: center;
  }

  .globalSpNaviLists a {
    color: #31b3de;
    display: block;
    padding: 5% 0;
  }

  .globalSpNaviLists [class^="icon-"] {
    font-size: 2.25rem;
    display: block;
    height: 2.72rem;
  }

  .globalSpNaviLists span {
    font-size: 1.1rem;
  }
  /* SPヘッダー */

  /**
  * SPコンテンツ
  */
  /* メインコンテンツ */
  .contents {
    margin-bottom: 55px;
  }

  .content {
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
  }

  .spCateListes {
    display: flex;
  }

  .spCateListes:not(:last-of-type) {
    margin-bottom: 1%;
  }

  .spCateListes:last-of-type {
    margin-bottom: 49px;
  }

  .spCateListes li:not(:last-child) {
    margin-right: 1%;
  }

  .spCateListes li {
    width: calc((100% - 1% * 2) / 3);
    background: #ddd;
  }

  .spCateListes a {
    display: block;
    text-align: center;
    padding: 15px 7%;
    font-size: 1.3rem;
  }

  .bnrs-lists {
    flex-direction: column;
  }

  .bnrs-lists li {
    width: 100%;
    max-width: 100%;
  }

  .bnrs-lists li:nth-child(2) {
    margin: 5% 0;
  }

  .content-list-title {
    margin-right: 5%;
  }

  .rightArrow::before {
    right: 0;
  }

  .displayShelf {
    flex-wrap: wrap;
  }

  .displayShelf-itemBox {
    width: 47%;
    font-size: 1.4rem;
  }

  .displayShelf-itemBox:first-child,
  .displayShelf-itemBox:nth-child(2) {
    margin-bottom: 7%;
  }

  /* メインコンテンツ */
  /**
  * SPフッター
  */
  .footer {
    margin-top: 75px;
  }

  .pcFooter {
    display: none;
  }

  .spFooter {
    display: block;
  }

  .spFooter-menus {
    display: flex;
    margin:0 auto 0;
    justify-content: center;
    margin-left: auto;
  }

  .spFooter-menus:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .spFooter-menus:first-of-type {
    width: 90%;
  }

  .spFooter-menu {
    padding: 2px 0;
    width: calc(100% / 3);
    box-sizing: border-box;
  }

  .spFooter-menu:not(:last-child) {
    border-right: 1px solid #000;
  }

  .spFooter-menu-link {
    display: block;
    text-align: center;
    color: #000;
  }

  .Footer-shopName {
    margin-top: 30px;
  }
  /**
  * SPフッター
  */

  /* トップへ戻る */
  .toTop {
    right:15px;
    bottom:20px;
  }

  .toTop-link {
    line-height: 1;
    padding-top: 20px;
    font-size: 1.1rem;
    width: 50px;
    height: 50px;
  }

  .toTop-link::before {
    border-left-width: 3px;
    border-bottom-width: 3px;
    top: 7px;
    left: 17px;
    width: 10px;
    height: 10px;
  }
}

.slick-prev, .slick-next {
  width: 47px !important;
  height: 45px !important;
  padding-top: 2px !important;
}

.slick-next {
   right: 3% !important;
}