@charset "UTF-8";

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

body {
  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: #000;
}

a:hover {
  opacity: 0.7;
}

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

.red {
  color: #e00000;
}

.bold {
  font-weight: bold;
}

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

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

.wrap {
  width: 1030px;
  margin: auto;
  box-sizing: border-box;
  padding: 15px 0 13px 0;
}
/*
* common
*/

/*
* PCヘッダー
*/
.pcHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.logoBox {
  width: 574px;
  float: left;
}

.logoBox-logo {
  float: left;
}

.logoBox-img {
  width: 254px;
  box-sizing: border-box;
}

.logoBox-shipping {
  margin-left: 49px;
  font-size: 15px;
  float: right;
  margin-top: 24px;
  color: #525252;
}

.companySearchCart {
  box-sizing: border-box;
  width: 486px;
}

.companyMenu {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 22px;

}

.companyMenu-list:not(:last-child) {
  margin-right: 25px;
}

.companyMenu-list-link {
  font-size: 14px;
  color: #262626;
}

.searchCart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

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

.searchCart-formBox-word {
  height: 42px;
  text-indent: 41px;
  background: url(../images/common/search.png) 7px 8px no-repeat;
  background-size: 25px;
  font-size: 14px;
  box-sizing: border-box;
  width: 210px;
  border-style: ridge;
}

.searchCart-formBox-submit {
  background-color: #777070;
  color: #fff;
  width: 60px;
  height: 42px;
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
}

.searchCart-cartBox-img {
  display: inline-block;
  margin-right: 10px;
  width: 41px;
}

.searchCart-cartBox-txt {
  display: inline-block;
  font-size: 14px;
  margin-right: 14px;
  position: relative;
  position: relative;
  top: -14px;
}

.searchCart-cartBox-txt::after {
  content: '';
  display: block;
  position: absolute;
  border: 3px solid #777070;
  border-top: none;
  border-right: none;
  top: 2px;
  right: -13px;
  width: 6px;
  height: 6px;
  transform: rotate(-135deg);
}

.swiper-container.main {
  height: 420px;
  margin: 30px 0;
}
/*
* PCヘッダー
*/

/**
* PCコンテンツ
*/
.contents {
  margin-bottom: 85px;
}

.content {
  width: 760px;
  font-size: 14px;
  float: right;
}

.content-title {
  position: relative;
  font-size: 22px;
  text-indent: 14px;
  margin-bottom: 20px;
}

.content-title::before,
.content-title::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  border: .5px solid #999;
}

.content-title::before {
  bottom: -10px;
}

.content-title::after {
  bottom: -13px;
}

.content-subTitle {
  font-weight: normal;
  font-size: 15px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 18px;
}

.content-list {
  padding: 26px 0 25px 10px;
  border-bottom: 1px solid #999;
}

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

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

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

.displayShelfReturn {
  flex-wrap: wrap;
}

.displayShelf-itemBox {
  width: 160px;
  text-align: center;
  font-size: 13px;
  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;
}

.displayShelf-itemBox-link-inner {
  display: flex;
  margin-top: 17px;
}

.displayShelf-itemBox-link-inner-rank {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 38px;
  background-color: #141414;
  background-repeat: no-repeat;
  background-size: 36px;
  text-align: center;
  margin-right: 10px;
}

.rankFirst {
  background-color: #c2af41;
}

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

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

.displayShelf-itemBox-link-inner-rankInfo {
  width: calc(100% - 46px);
}

.displayShelf-itemBox-link {
  display: block;
}

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

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

/* 新着情報 */
.newInfo {
  position: relative;
  font-size: 16px;
  margin-top: 12px;
}

#moreShow,
#more {
  display: none;
}

#moreShow:checked ~ #more::before {
  transform: rotate(135deg);
  top: 10px;
}

#moreShow:checked ~ #more {
  top: auto;
  bottom: 20px;
}

#moreShow ~ #more {
  bottom: 22px;
}

#more {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #659b31;
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}

#more::before {
  content: '';
  display: block;
  position: relative;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  top: 7px;
  right: -8px;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
}

.moreContent {
  display: none;
}
/* 新着情報 */

/* おすすめアイテム */
.recommendItem {
  margin-top: 114px;
}
/* おすすめアイテム */

/* 新着商品 */
.newArrival {
  margin-top: 92px;
}

.newArrival .displayShelf-itemBox {
  margin-bottom: 30px;
}
/* 新着商品 */
/**
* PCコンテンツ
*/

/**
* PCレフト
*/
.leftTitle {
  height: 40px;
  font-size: 20px;
  position: relative;
  border-left: 6px solid #82dad3;
  line-height: 2.2;
  text-indent: 9px;
  margin-bottom: 6px;
}

/*.leftTitle::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  bottom: -8px;
  left: -6px;
  border: 1px solid #999;
}*/

.left {
  width: 240px;
  float: left;
}

.selectUse {
  margin-bottom: 40px;
}

.selectUse-lists,
.selectType-lists {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.selectUse-lists li,
.selectType-lists li {
  height: 40px;
  line-height: 2.7;
  border-bottom: 1px solid #999;
  padding-left: 14px;
}

.selectUse-lists li:first-child {
  border-top: 1px solid #999;
}

.selectType-lists:first-of-type {
  margin-bottom: 20px;
}

.selectUse-lists-link,
.selectType-lists-link {
  display: block;
}

.leftSubTitle {
  background-color: #f2f0ea;
  background-repeat: no-repeat;
  background-position: 8px 10px;
  height: 40px;
  line-height: 2.7;
  text-indent: 35px;
  font-size: 16px;
}

.leftSubTitle:first-of-type {
  background-image: url(../images/common/interior.png);
  background-size: 20px;

}

.leftSubTitle:nth-of-type(2) {
  background-image: url(../images/common/zakka.png);
  background-size: 10px;
  background-position: 12px 5px;
}

.leftSubTitle:nth-of-type(3) {
  background-image: url(../images/common/kids.png);
  background-size: 25px;
  background-position: 5px 9px;
}

.leftSubTitle:nth-of-type(4) {
  background-image: url(../images/common/gift.png);
  background-size: 20px;
  background-position: 8px 6px;
}

.leftSubTitle-link {
  display: block;
}

.selectType .leftSubTitle:first-of-type {
  margin-top: 20px;
}
/**
* PCレフト
*/

/**
* PCフッター
*/
.footer .content-title::before,
.footer .content-title::after {
  border: none;
}

.footer-title {
  border-top: 1px solid #000;
  border-bottom: 1px solid #afafaf;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 40px;
}

.footerContent {
  display: flex;
}

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

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

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

.footerContent-box-title {
  position: relative;
  font-size: 14px;
  margin-bottom: 12px;
  text-indent: 20px;
}

.footerContent-box-title::before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #000;
}

.footerContent-box-subTitle {
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  height: 22px;
  font-size: 1.3rem;
  line-height: 1.7;
}

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

.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-box-descript {
  font-size: 14px;
}

.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: 10px 0 0 -5px;
  font-size: 14px;
  position: relative;
}

.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: 22px;
  display: inline-block;
  margin-left: 5px;
}

.shippingFree {
  font-size: 18px;
}

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

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

.shopInfo .footerContent-box-descript {
  margin-bottom: 12px;
}

.copyRight {
  text-align: center;
  font-size: 12px;
  margin-top: 40px;
}
/**
* PCフッター
*/

/* ページトップへ */
.toTop {
  width: 40px;
  height: 40px;
  background-color: #999;
  border-radius: 50%;
  position: fixed;
  right: 30px;
  bottom: 40px;
  opacity: .7;
  z-index: 9999;
  cursor: pointer;
}

.toTop-link {
  display: block;
  position: relative;
}

.toTop-link:hover {
  opacity: 1;
}

.toTop-link::before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(135deg);
  top: 15px;
  left: 11px;
}
/* ページトップへ */

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

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

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

  .spHeader {
    display: block;
    padding-top: 5px;
  }

  .spHeader-inner {
    display: flex;
    justify-content:space-between;
    position: relative;
    align-items: center;
  }

  .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: 23%;
  }

  .spCart-lists li:first-child {
    margin-right: 13px;
  }

  .searchCart-formBox {
    margin-right: 0;
    margin-top: 22px;
  }

  .searchCart-formBox-frm {
    width: 99%;
    margin: auto;
  }

  .searchCart-formBox-word {
    width: 83%;
    box-sizing: border-box;
  }

  .searchCart-formBox-submit {
    width: 15%;
    font-size: 1.5rem;
    padding-left: 3%;
    padding-right: 3%;
    box-sizing: border-box;
    -webkit-appearance: none;
  }

  .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;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }

  /*ハンバーガーアイコンをCSSだけで表現*/
  #hamburger-open span,
  #hamburger-open span:before,
  #hamburger-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
  }

  #hamburger-open span:before {
    bottom: -8px;
  }

  #hamburger-open span:after {
    bottom: -16px;
  }

  #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 {
    background-color: #f2f0ea;
  }

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

  .hamburger-content-cateTitle-link {
    text-align: center;
    display: block;
    font-size: 1.3rem;
    padding: 13px 0;
  }

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

  #hamburger-content .hamburger-content-cateTitle:first-of-type .hamburger-content-cateTitle-img {
    width: 20px;
    position: relative;
    top: -3px;
  }

  #hamburger-content .hamburger-content-cateTitle:nth-of-type(2) .hamburger-content-cateTitle-img {
    width: 11px;
    position: relative;
    top: -3px;
  }

  #hamburger-content .hamburger-content-cateTitle:nth-of-type(3) .hamburger-content-cateTitle-img {
    width: 28px;
    position: relative;
    top: -1px;
  }

    #hamburger-content .hamburger-content-cateTitle:nth-of-type(4) .hamburger-content-cateTitle-img {
    width: 20px;
    position: relative;
    top: -4px;
  }

  #hamburger-close-btn {
    font-size: 3rem;
    position: absolute;
    left: 5px;
    top: 1px;
  }

  /*チェックが入ったらもろもろ表示*/
  #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;
  }

  .hamburger-content-list{
    text-align: center;
    box-sizing: border-box;
    padding: 13px 0;
  }

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

  .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),
  .hamburger-content-lists:nth-of-type(3) .hamburger-content-list:nth-child(odd),
  .hamburger-content-lists:nth-of-type(4) .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),
  .hamburger-content-lists:nth-of-type(3) .hamburger-content-list:nth-child(even),
  .hamburger-content-lists:nth-of-type(4) .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,
  .hamburger-content-lists:nth-of-type(3) .hamburger-content-list,
  .hamburger-content-lists:nth-of-type(4) .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;
  }
  /* SPヘッダー */

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

  .content {
    width: 100%;
  }

  .content,
  .left {
    float: none;
  }

  .newInfo {
    font-size: 1.2rem;
  }

  #more {
    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%;
  }
  /* メインコンテンツ */
  /* レフト */
  .left {
    width: 100%;
    margin-top: 92px;
  }

  .selectUse-lists,
  .selectType-lists {
    flex-wrap: wrap;
    flex-direction: row;
    /*border-bottom: 1px solid #999;*/
  }

  .selectUse-lists li,
  .selectType-lists li {
    width: 50%;
    box-sizing: border-box;
    height: auto;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .selectUse-lists li:nth-child(2),
  .selectType-lists li:nth-child(2) {
    border-top: 1px solid #999;
  }

  .selectType-lists li:first-child {
    border-top: 1px solid #999;
  }

  .selectUse-lists li:nth-child(odd),
  .selectType-lists li:nth-child(odd) {
    border-right: 1px solid #999;
  }

  .leftTitle {
    margin-bottom: 8px;
  }

  .selectType .leftTitle::before {
    border: none;
  }

  .selectType .leftSubTitle {
    margin-bottom: 15px;
  }
  /* レフト */
  /**
  * SPフッター
  */
  .pcFooter {
    display: none;
  }

  .spFooter {
    display: block;
  }

  .spFooter-menus {
    display: flex;
    margin-bottom: 50px;
    flex-wrap: wrap;
  }

  .spFooter-menu {
    background-color: #efefef;
    padding: 12px 0 12px 20px;
    width: 50%;
    box-sizing: border-box;
  }

  .spFooter-menu:not(:first-child):not(:nth-child(2)) {
    border-top: 1px solid #fff;
  }

  .spFooter-menu:nth-child(odd) {
    border-right: 1px solid #fff;
  }

  .spFooter-menu-link {
    font-size: 1.4rem;
    display: block;
  }

  .spFooter-shopName {
    text-align: center;
    font-size: 1.2rem;
  }

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

  /* ページトップへ */
  .toTop {
    right:15px;
    bottom:20px;
  }

}
