@charset "euc-jp";
body {
  background-color: #fff;
  line-height: 1.6;
  color: #1D1F1E;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.yuGothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body * { box-sizing: border-box; }

a img:hover { opacity: .8; }

.container {
  max-width: 970px;
  width: 100% !important;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .container {
    max-width: 750px;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}

.btn {
  margin: 30px 0;
  border-radius: 4px;
  min-height: 60px;
  padding: 18px 20px;
  max-width: 240px;
  position: relative;
  border-color: #1D1F1E;
  display: block;
  background: transparent;
  font-size: 14px;
  transition: 0.3s ease;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.btn:hover {
  border-color: #fff;
  background-color: #fff;
  transition: 0.3s ease;
}
.btn.btnWhite {
  color: #fff;
  border-color: #fff;
}
.btn.btnWhite:hover {
  color: #333;
}
.btn.btnWhite.arrow:after {
  position: absolute;
  margin: auto;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 100%;
  background: url("https://file001.shop-pro.jp/PA01302/243/images/renew/common/btn_arrow_white.svg") no-repeat right center;
  background-size: 20px auto;
}
.btn.btnWhite.arrow:hover:after {
  background: url("https://file001.shop-pro.jp/PA01302/243/images/renew/common/btn_arrow_bk.svg") no-repeat right center;
  background-size: 20px auto;
}
.btn.btnBlack {
  color: #1D1F1E;
  border-color: #1D1F1E;
}
.btn.btnSmall {
  margin: 20px 0 30px;
  min-height: 40px;
  padding: 8px 10px;
}
.btn.arrow {
  text-align: left;
  padding: 18px 45px 18px 20px;
}
.btn.arrow:after {
  position: absolute;
  margin: auto;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 100%;
  background: url("https://file001.shop-pro.jp/PA01302/243/images/renew/common/btn_arrow_bk.svg") no-repeat right center;
  background-size: 20px auto;
}
.btn.blank {
  text-align: left;
  padding: 18px 45px 18px 20px;
}
.btn.blank:after {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  margin-top: -7px;
  background: url("https://file001.shop-pro.jp/PA01302/243/images/renew/common/icon_blank_bk.svg") no-repeat;
  background-size: 14px auto;
  width: 14px;
  height: 14px;
}
.btn.btnWhite.blank:after {
  background: url("https://file001.shop-pro.jp/PA01302/243/images/renew/common/icon_blank.svg") no-repeat;
  background-size: 14px auto;
}
.btn.btnWhite.blank:hover:after {
  background: url("https://file001.shop-pro.jp/PA01302/243/images/renew/common/icon_blank_bk.svg") no-repeat;
  background-size: 14px auto;
}
.btn.btnCenter {
  margin: 30px auto;
}

@media (max-width: 768px) {
  .btn.btnLeft {
    margin-left: auto;
    margin-right: auto;
  }
}

.bold { font-weight: bold; }

/* header */
.subPage #header {
  background-color: #1D1F1E;
}
.home #header {
  position: absolute;
}

#header.fixed {
  position: fixed;
  background-color: #F8F8F8;
}
#header.fixed+#main {
  margin-top: 100px;
}
@media (max-width: 768px) {
  #header.fixed+#main {
    margin-top: 60px;
  }
}

#header {
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
}
#header .hdrInner {
  display: flex;
  align-items: center;
  height: 100px;
  position: relative;
}
#header #logo {
  flex-basis: 240px;
  max-width: 240px;
  width: 100%;
}
#header #logo h1,
#header #logo a {
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  #header {
    height: 60px;
  }
  #header .hdrInner {
    height: 60px;
  }
  #header #logo {
    flex-basis: 160px;
    max-width: 160px;
  }
}

#header #ecNavi {
  flex-basis: auto;
  width: auto;
  padding-left: 40px;
}
#header #ecNavi ul {
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
}
#header #ecNavi ul li {
  flex-basis: auto;
  width: auto;
  list-style: none;
  line-height: 1;
}
#header #ecNavi ul li + li {
  margin-left: 30px;
}
#header #ecNavi ul li a img {
  width: auto;
  height: 20px;
}
#header #ecNavi ul li a img.iconActive {
  display: none !important;
}
#header #ecNavi ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
/* ヘッダー追従時の画像・色切り替え */
#header.fixed #mainNaviArea ul li a {
  color: #1D1F1E;
}
#header .imgBlack {
  display: none;
}
#header.fixed .imgWhite {
  display: none;
}
#header.fixed .imgBlack {
  display: block;
}
@media (max-width: 768px) {
  #header #ecNavi {
    padding: 0 20px;
    margin-left: auto;
  }
  #header #ecNavi ul li.nContact {
    display: none;
  }
  #header #ecNavi ul li + li {
    margin-left: 20px;
  }
}

/* mainNavi */
#header #mainNaviArea {
  margin-left: auto;
}
#header #mainNaviArea > ul {
  display: flex;
}
#header #mainNaviArea ul {
  width: auto;
  margin: 0;
  padding: 0;
  align-items: center;
  height: 100%;
}
#header #mainNaviArea ul li {
  flex-basis: auto;
  width: auto;
  list-style: none;
  line-height: 1;
}
#header #mainNaviArea ul li + li {
  margin-left: 30px;
}
#header #mainNaviArea ul li a {
  color: #fff;
}

#header #mainNaviArea ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#header #mainNaviArea ul li.itemList > a {
  background: url(https://file001.shop-pro.jp/PA01302/243/images/renew/common/arrow_white.svg) no-repeat center right;
  background-size: 8px auto;
  padding-right: 20px;
}
#header.fixed #mainNaviArea ul li.itemList > a {
  background: url(https://file001.shop-pro.jp/PA01302/243/images/renew/common/arrow_black.svg) no-repeat center right;
  background-size: 8px auto;
}


#header #mainNaviArea ul > li ul.sub-menu {
  position: absolute;
  top: 80px;
  left: auto;
  display: block;
  text-align: left;
  z-index: 0;
  padding: 0;
  margin: 0;
  height: 0;
  width: 210px;
  background-color: #333;
}
#header #mainNaviArea ul > li ul.sub-menu li {
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 0;
  width: 100%;
}
#header #mainNaviArea ul > li ul.sub-menu li a {
  margin: 0;
  opacity: 0;
  padding: 0 10px;
  font-size: 14px;
  display: block;
  text-align: left;
  position: relative;
  color: #fff;
}
#header #mainNaviArea ul > li:hover,
#header #mainNaviArea ul > li:focus {
  transition: 0.3s ease-in-out;
}

#header #mainNaviArea ul > li:hover ul.sub-menu,
#header #mainNaviArea ul > li:focus ul.sub-menu {
  z-index: 5;
  height: auto;
  opacity: 1;
}
#header #mainNaviArea ul > li:hover ul.sub-menu::before,
#header #mainNaviArea ul > li:focus ul.sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
}
#header #mainNaviArea ul > li:hover ul.sub-menu li,
#header #mainNaviArea ul > li:focus ul.sub-menu li {
  padding: 0;
  min-height: 40px;
  opacity: 1;
  text-align: left;
}
#header #mainNaviArea ul > li:hover ul.sub-menu li a,
#header #mainNaviArea ul > li:focus ul.sub-menu li a {
  padding: 10px;
  height: 100%;
  opacity: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: 0.3s ease-in-out;
}
#header #mainNaviArea ul>li:hover ul.sub-menu li a:hover,
#header #mainNaviArea ul>li:hover ul.sub-menu li a:focus,
#header #mainNaviArea ul>li:focus ul.sub-menu li a:hover,
#header #mainNaviArea ul>li:focus ul.sub-menu li a:focus {
  color: #111;
  background-color: #f8f8f8;
}
#header #mainNaviArea ul > li:hover ul.sub-menu li:last-of-type a,
#header #mainNaviArea ul > li:focus ul.sub-menu li:last-of-type a {
  border-bottom: none;
}


#header #mainNaviArea ul li.mN4 a:after {
  content: "";
  background: url("https://file001.shop-pro.jp/PA01302/243/images/renew/common/icon_blank.svg") no-repeat;
  background-size: 14px auto;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 0 0 10px;
}
#header.fixed #mainNaviArea ul li.mN4 a:after {
  background: url("https://file001.shop-pro.jp/PA01302/243/images/renew/common/icon_blank_bk.svg") no-repeat;
  background-size: 14px auto;
}
@media (max-width: 768px) {
  #header #mainNaviArea {
    display: none;
  }
}

/* mainNaviSP */
#mainNaviSpArea {
  display: none;
}
@media (max-width: 768px) {
  #mainNaviSpArea {
    display: block;
  }
}

/* spNavi */
#mainNaviSpArea {
  font-weight: 400;
}

#mainNaviSpArea .drawerNaviBtnWrap {
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
}

#mainNaviSpArea .drawerNaviBtn {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  margin-left: -15px;
  height: 20px;
  transition: all .5s;
  z-index: 3;
}

#mainNaviSpArea .drawerNaviBtn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
  transition: all .5s;
}
#header.fixed #mainNaviSpArea .drawerNaviBtn span {
  background-color: #1D1F1E;
}

#mainNaviSpArea .drawerNaviBtn span:nth-child(1) { top: 0; }
#mainNaviSpArea .drawerNaviBtn span:nth-child(2) { top: 10px; }
#mainNaviSpArea .drawerNaviBtn span:nth-child(3) { bottom: 0px; }

#mainNaviSpArea .drawer-nav {
  display: block;
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  width: 300px;
  background: #1D1F1E;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 999;
  opacity: 0;
}

#mainNaviSpArea .drawer-nav .drawerInner {
  padding: 0;
}

#mainNaviSpArea .drawer-nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

#mainNaviSpArea .drawer-nav ul li {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #fff;
  position: relative;
}

#mainNaviSpArea .drawer-nav ul li a {
  width: 100%;
  min-height: 40px;
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
  transition-duration: 0.2s;
}

#mainNaviSpArea .drawer-nav ul li a:hover {
  color: #999;
}

#mainNaviSpArea .drawer-nav ul li.children {
  overflow: hidden;
}

#mainNaviSpArea .drawer-nav ul li.children > a {
  position: relative;
  width: calc( 100% - 40px);
}

#mainNaviSpArea .drawer-nav ul li.children .childrenToggle {
  width: 40px;
  height: 40px;
  position: relative;
  top: 0px;
  background: #666;
}

#mainNaviSpArea .drawer-nav ul li.children .childrenToggle:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  display: block;
  margin: 4px 15px 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}

#mainNaviSpArea .drawer-nav ul li.children .sub-menu {
  display: none;
  border-top: 1px solid #fff;
}

#mainNaviSpArea .drawer-nav ul li.children .sub-menu li a {
  background-color: #333;
  min-height: inherit;
  display: block;
  padding: 8px 15px 8px 27px;
}

#mainNaviSpArea .drawer-nav ul li.children .sub-menu li:last-child {
  border: none;
}

#mainNaviSpArea .drawer-nav ul li .fa-external-link {
  padding-left: 5px;
}

#mainNaviSpArea #overlay {
  display: none;
  transition: all .5s;
}

#mainNaviSpArea.open#mainNaviSpArea {
  position: relative;
  right: 125px;
}

#mainNaviSpArea.open .drawerNaviBtnWrap {
  border: none;
  z-index: 10;
  width: 50px;
  height: 50px;
  display: none;
}

#mainNaviSpArea.open .drawerNaviBtn {
  top: 10px;
  left: 10px;
  margin-left: 0;
}

#mainNaviSpArea.open .drawerNavClose {
  font-size: 28px;
  line-height: 1;
  color: #ffffff;
  background-color: #1D1F1E;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
}

#mainNaviSpArea.open .drawerNavClose span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -2px;
}

#mainNaviSpArea.open .drawer-nav {
  right: 0;
  opacity: 1;
  background: #1D1F1E;
}

#mainNaviSpArea.open #overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  z-index: 2;
}

/* footerCatLis t*/
#footerCatList {
  padding: 90px 0;
  background-color: #f8f8f8;
}

#footerCatList h3 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 20px;
  border-bottom: 1px solid #707070;
  padding: 0 0 20px;
}

#footerCatList .catListWrap {
  display: flex;
  flex-wrap: wrap;
}

#footerCatList .catListWrap .catList {
  flex: 1 0 auto;
  position: relative;
  padding: 0;
}
#footerCatList .catListWrap .catList h4 {
  font-size: 18px;
  margin: 20px 0 15px;
  padding: 0 15px;
  font-weight: 400;
  color: #1d1f1e;
}

#footerCatList .catListWrap .catList ul {
  margin: 0;
  padding: 0 15px;
  width: 100%;
}

#footerCatList .catListWrap .catList ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footerCatList .catListWrap .catList ul li a {
  color: #1D1F1E;
}

#footerCatList .catListWrap .catList ul li a:hover {
  color: #999;
}

@media (max-width: 768px) {
  #footerCatList {
    padding: 60px 0 30px;
  }

  #footerCatList .catListWrap {
    border: none;
  }

  #footerCatList .catListWrap .catList {
    flex-basis: 100%;
    max-width: 100%;
  }
  #footerCatList .catListWrap .catList:first-child h4 {
    margin-top: 0;
  }
  #footerCatList .catListWrap .catList h4 {
    padding: 0;
  }

  #footerCatList .catListWrap .catList ul {
    margin: 0 0 30px;
    padding: 0;
  }
}

/* footer */
#footer {
  padding: 90px 0;
}

#footer .footerBoxWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#footer .footerLogo {
  margin: 0 0 20px;
  display: block;
}

#footer .footerLogo img {
  height: 40px;
  width: auto;
}

#footer address {
  margin: 0 0 20px;
  line-height: 1.4;
}
#footer address a {
  color: #1D1F1E;
  text-decoration: none;
}
#footer .snsTitle {
  margin: 50px 0 20px;
  padding: 0;
  text-align: center;
}
#footer .footerSns {
  margin: 0 0 100px;
  padding: 0;
  text-align: center;
}

#footer .footerSns li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
#footer .footerSns li a {
  color: #1D1F1E;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}
#footer .footerSns li img {
  max-width: 30px;
  margin-right: 20px;
}

#footer .footerSns li+li {
  margin-left: 30px;
}

#footer .footerLink {
  margin: 0;
  padding: 0;
}

#footer .footerLink li {
  list-style: none;
}

#footer .footerLink li a {
  color: #1D1F1E;
  text-decoration: none;
}

#footer .footerLink li a:hover {
  color: #999;
}
#footer .ftrBtm {
  display: flex;
}
#footer .ftrBtm .copyright {
  flex-basis: auto;
  width: auto;
  order: 1;
  font-size: 14px;
}

/* pagetop */
#pageTop {
  flex-basis: auto;
  width: auto;
  margin-left: auto;
  order: 2;
}
#pageTop a {
  display: block;
}
#pageTop a:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  #footer {
    padding: 60px 0;
  }
  #footer .footerBoxWrap {
    display: block;
  }
  #footer .footerBoxWrap .footerBox {
    text-align: center;
  }
  #footer .footerBoxWrap .footerBox:nth-of-type(2) {
    display: none;
  }
  #footer .footerBoxWrap .footerBox:nth-of-type(3) {
    display: none;
  }
  #footer .footerBoxWrap .footerBox .btn {
    margin: 30px auto;
  }
  #footer .footerSns {
    margin: 0 0 100px;
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .footerSns li {
    flex-basis: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
    margin: 0 30px 20px 0;
  }
  #footer .footerSns li:nth-of-type(3n) {
    margin-right: 0;
  }
  #footer .footerSns li+li {
    margin-left: 0;
  }
  #footer .footerSns li img {
    max-width: 20px;
    margin-right: 10px;
  }
  #footer .ftrBtm {
    flex-wrap: wrap;
    text-align: center;
  }
  #footer .ftrBtm .copyright {
    flex-basis: 100%;
    width: 100%;
    order: 2;
  }
  /* pagetop */
  #pageTop {
    flex-basis: 100%;
    width: 100%;
    margin: 0 auto 50px;
    order: 1;
    text-align: center;
  }
}


/* sidebnr */
#sideBnr { position: fixed; width: 80px; height: 240px; right: 0; top: 130px; }
#sideBnr ul { position: relative; margin: 0; padding: 0; }
#sideBnr ul li { list-style: none; margin: 0; padding: 0; width: 80px; height: 80px; }
#sideBnr ul li:nth-of-type(1) { background: #16a7db; }
#sideBnr ul li:nth-of-type(2) { background: #097d40; }
#sideBnr ul li:nth-of-type(3) { background: #da4346; }
#sideBnr ul li a { display: block; color: #fff; text-align: center; padding-top: 20px; font-size: 12px; }
#sideBnr ul li a img { height: 18px; width: auto; display: block; margin: 0 auto 10px; }
#sideBnr ul li a:hover { text-decoration: none; opacity: .8; }
@media (max-width: 768px) { #sideBnr { display: none; } }

.popup { opacity: 0; height: 100vh; width: 100%; position: fixed; top: 0; left: 0; overflow: hidden; z-index: -1; transition: .3s ease; display: flex; justify-content: center; align-items: center; }
.popup .popup-inner { background: #fff; padding: 30px; width: 50%; min-width: 500px; border-radius: 8px; opacity: 1; z-index: 1; }
.popup .black-background { background: #333; position: fixed; top: 0; left: 0; height: 100vh; width: 100%; opacity: 0; }
.popup input[type="text"] { max-width: 100%; width: 100%; box-shadow: none; border: 1px solid #ccc; font-size: 16px; height: 40px; }
.popup .btn { width: 100%; margin-bottom: 0; }
.popup .btn .icon-lg-b.icon-search { backgrournd: #fff; }
.popup #searchClose { text-align: right; color: #1D1F1E; }
.popup #searchClose p { display: inline-block; width: auto; }
.popup #searchClose p:hover { color: #51655F; cursor: pointer; }
.popup.show { opacity: 1; z-index: 10; }
.popup.show .black-background { opacity: 0.6; z-index: 0; }
@media (max-width: 768px) { .popup .popup-inner { background: #fff; padding: 30px; width: 80%; min-width: inherit; opacity: 1; } }

/* breadcrumb　*/
#breadcrumb { margin: 0 0 30px; padding: 0; }
#breadcrumb ul { margin: 0; padding: 0; }
#breadcrumb ul li { list-style: none; font-size: 12px; display: inline-block; }
#breadcrumb ul li a { color: #333; font-size: 12px; }
#breadcrumb ul li a:hover { color: #16a7db; }
#breadcrumb ul + ul { margin-top: -5px; }

/* sort */
#sortArea { display: flex; justify-content: flex-end; margin: 0 0 30px; padding: 0; }
#sortArea li { margin: 0; padding: 0; list-style: none; line-height: 1; }
#sortArea li + li { border-left: 1px solid #ccc; margin-left: 10px; padding-left: 10px; }
#sortArea li a:hover { color: #51655F; }
#sortArea li a.active { color: #61B199; font-weight: bold; }

/* pager */
#pagerArea { text-align: center; }
#pagerArea ul { margin: 30px auto 10px; padding: 0; }
#pagerArea ul li { list-style: none; }
#pagerArea ul li a { border: 1px solid #1D1F1E; background: #1D1F1E; color: #fff; padding: 5px 15px; transform: .3s ease; }
#pagerArea ul li a:hover { text-decoration: none;　border-color: #51655F; background: #51655F; }
#pagerArea ul li a.disable { border-color: #ccc; background: #ccc; color: #fff; pointer-events: none; }

/* 検索結果・全商品一覧 */
#searchPage .searchResult { border-radius: 4px; background: #f3f3f3; text-align: center; padding: 15px 30px; margin-bottom: 30px; }
#searchPage .searchResult ul { margin: 0; padding: 0; display: inline-block; }
#searchPage .searchResult ul li { list-style: none; display: inline-block; margin: 0; padding: 0; }
#searchPage .searchResult ul li span { font-weight: bold; color: #61B199; }
#searchPage .searchResult ul li + li { margin-left: 20px; }

/* フリーページ・詳細共通 */
.freePage .box, #productPage .box, #skPage .box { margin-bottom: 60px; }
.freePage .box:last-of-type, #productPage .box:last-of-type, #skPage .box:last-of-type { margin-bottom: 0; }
.freePage h2, .freePage h3, .freePage h4, .freePage h5, .freePage h6, #productPage h2, #productPage h3, #productPage h4, #productPage h5, #productPage h6, #skPage h2, #skPage h3, #skPage h4, #skPage h5, #skPage h6 { line-height: 1.2; margin: 0 0 20px; }
.freePage h2, #productPage h2, #skPage h2 { background: #1D1F1E; font-size: 22px; font-weight: bold; min-height: 50px; position: relative; color: #fff; margin: 0 0 35px; padding: 12px 15px 12px; }
.freePage h2:before, #productPage h2:before, #skPage h2:before { content: ''; position: absolute; display: block; width: 0; height: 0; left: 30px; top: 100%; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 10px solid #1D1F1E; }
.freePage h3, #productPage h3, #skPage h3 { font-size: 20px; font-weight: bold; padding: 0 0 3px; border-bottom: 1px solid #61B199; }
.freePage h4, #productPage h4, #skPage h4 { background: #F8F8F8; font-size: 18px; font-weight: bold; min-height: 36px; padding: 8px 15px 8px; }
.freePage h5, #productPage h5, #skPage h5 { font-size: 16px; font-weight: bold; border-left: 2px solid #1D1F1E; padding: 3px 0 3px 15px; }
.freePage h6, #productPage h6, #skPage h6 { font-size: 16px; font-weight: bold; padding: 0 0 3px; border-bottom: 1px solid #1D1F1E; }
.freePage p, #productPage p, #skPage p { margin-bottom: 20px; }
.freePage p.att, #productPage p.att, #skPage p.att { font-size: 14px; }
.freePage .att, #productPage .att, #skPage .att { color: #da4346; }
.freePage .imgWrap, #productPage .imgWrap, #skPage .imgWrap { margin: 30px; }
.freePage img.ap_img, #productPage img.ap_img, #skPage img.ap_img { margin: 20px 0; }
.freePage img.ap_img + img, #productPage img.ap_img + img, #skPage img.ap_img + img { margin-top: 20px; }
.freePage .imgCenter img, #productPage .imgCenter img, #skPage .imgCenter img { margin: 0 auto; display: block; }
.freePage blockquote, #productPage blockquote, #skPage blockquote { background: #f3f3f3; border: none; border-radius: 8px; padding: 15px; margin-bottom: 20px; font-weight: bold; }
.freePage .borderTop, #productPage .borderTop, #skPage .borderTop { border-top: 1px solid #f0f0f0; padding-top: 20px; }
.freePage .column2Wrap, #productPage .column2Wrap, #skPage .column2Wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }
.freePage .column2Wrap .columnBox, #productPage .column2Wrap .columnBox, #skPage .column2Wrap .columnBox { flex-basis: calc( 50% - 15px ); max-width: calc( 50% - 15px ); margin-bottom: 20px; }
.freePage .column2Wrap .columnBox img, #productPage .column2Wrap .columnBox img, #skPage .column2Wrap .columnBox img { margin: 0 auto; display: block; }
.freePage table, #productPage table, #skPage table { width: 100%; margin-bottom: 20px; }
.freePage table caption, #productPage table caption, #skPage table caption { text-align: left; font-size: 18px; color: #61B199; }
.freePage table tr th, .freePage table tr td, #productPage table tr th, #productPage table tr td, #skPage table tr th, #skPage table tr td { padding: 0.6em 0.8em; border-bottom: 1px solid #eeeeee; }
.freePage table tr th, #productPage table tr th, #skPage table tr th { width: 250px; text-align: left; }
.freePage dl.qa dt, #productPage dl.qa dt, #skPage dl.qa dt { font-size: 16px; font-weight: bold; border-left: 2px solid #1D1F1E; padding: 3px 0 3px 15px; margin: 0 0 20px; }
.freePage dl.qa dd, #productPage dl.qa dd, #skPage dl.qa dd { margin: 0 0 30px; padding: 0; }
@media (max-width: 768px) { .freePage .column2Wrap .columnBox, #productPage .column2Wrap .columnBox, #skPage .column2Wrap .columnBox { flex-basis: 100%; max-width: 100%; margin-bottom: 0; }
  .freePage table tr th, .freePage table tr td, #productPage table tr th, #productPage table tr td, #skPage table tr th, #skPage table tr td { padding: 8px 10px; border-bottom: none; display: block; }
  .freePage table tr th, #productPage table tr th, #skPage table tr th { width: 100%; background: #efefef; } }

/* ------------------------ */
/* content */
/* ------------------------ */
#indexPage h2 {
  text-align: center;
  margin: 0 0 30px;
  padding: 0;
  font-size: 28px;
  font-weight: 400;
}

/* mainVisual */
#mainVisual {
  background: url(https://file001.shop-pro.jp/PA01302/243/images/renew/home/mainvisual.jpg) no-repeat center center, url(https://file001.shop-pro.jp/PA01302/243/images/renew/home/maincopy.svg) no-repeat center center;
  background-size: cover, 770px auto;
  height: 100vh;
  position: relative;
}
#mainVisual:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
#mainVisual:after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -80px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@keyframes scrolldown {
	0% { background-position: 0 -80px; }
	75% { background-position: 0 0; }
	100% {background-position: 0 80px; }
}
#mainVisual p {
  color: #fff;
  background: url(https://file001.shop-pro.jp/PA01302/243/images/renew/home/maincopy.svg) no-repeat top center;
  background-size: 770px auto;
  max-width: 770px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 120px;
  margin: 0;
  font-size: 20px;
}
#mainVisual p br {
  display: none;
}
@media (max-width: 768px) {
  #mainVisual p {
    background: url(https://file001.shop-pro.jp/PA01302/243/images/renew/home/maincopy.svg) no-repeat top center;
    background-size: 345px auto;
    max-width: 345px;
    padding-top: 60px;
  }
  #mainVisual p br {
    display: block;
  }
}

/* メインビジュアル右下 送料無料 */
.freeShippingBnr {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 230px;
}
@media (max-width: 768px) {
  .freeShippingBnr {
    width: 200px;
  }
}

/* メインビジュアル右側 SNS */
#snsLink {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
#snsLink ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#snsLink ul li {
  list-style-type: none;
}
#snsLink ul li + li {
  margin-top: 20px;
}
@media (max-width: 768px) {
  #snsLink {
    display: none;
  }
}
/* slider */
#sliderArea {
  position: relative;
  overflow: hidden;
  background-color: #333333;
  z-index: 0;
  padding: 40px 0;
}

#sliderArea .single-item {
  opacity: 0;
  z-index: 1;
  transition: ease .3s;
}

#sliderArea .single-item.slick-initialized {
  opacity: 1;
}

#sliderArea .single-item a:hover {
  opacity: 0.8;
  transition: ease .3s;
}
#sliderArea .slick-list {
  overflow: visible;
}
#sliderArea .slick-slide {
  margin: 0 20px;
}
#sliderArea .slick-slide a {
  position: relative;
  width: 100%;
  color: #fff;
  text-decoration: none;
}
#sliderArea .slick-slide a span {
  margin-top: 10px;
  display: block;
  text-align: center;
}
#sliderArea .slick-slide a img {
  aspect-ratio: 5 / 3;
  object-fit: cover;
}
#sliderArea .single-item .slick-prev,
#sliderArea .single-item .slick-next {
  z-index: 1;
}

/* スライダーナビ共通 */
.slickSlider .slick-dots {
  bottom: -30px;
}

.slickSlider .slick-dots li button:before {
  color: #fff !important;
  opacity: 1;
  font-size: 10px;
}

.slickSlider .slick-dots li button:hover:before {
  color: #51655F !important;
}

.slickSlider .slick-dots li.slick-active button:before {
  color: #51655F !important;
}

@media (max-width: 768px) {
  #sliderArea {
    padding: 30px 0;
  }
}

/* お知らせ infoArea */
#infoArea {
  background-color: #1D1F1E;
  position: relative;
  padding: 90px 0;
}
#infoArea h2 {
  color: #fff;
}

#infoArea .infoPostList {
  margin: 0;
  padding: 0;
  border-top: 1px solid #707070;
}

#infoArea .infoPostList .infoPost {
  display: flex;
  padding: 15px 30px;
  border-bottom: 1px solid #707070;
  overflow: hidden;
}

#infoArea .infoPostList .infoPost .time {
  display: inline-block;
  height: auto;
  margin-right: 30px;
}

#infoArea .infoPostList .infoPost a,
#infoArea .infoPostList .infoPost p {
  margin: 0;
}

@media (max-width: 768px) {
  #infoArea {
    padding: 60px 0;
  }
  #infoArea .infoPostList .infoPost {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
  }

  #infoArea .infoPostList .infoPost .time {
    display: block;
    margin-right: 0;
    width: 100%;
  }
}

/* 特集 futureArea */
#featureArea {
  padding: 90px 0;
  background-color: #F8F8F8;
}

#featureArea ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#featureArea ul li {
  flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
  list-style: none;
  margin-bottom: 20px;
}

#featureArea ul li a {
  display: block;
  width: 100%;
}

#featureArea ul li a img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

@media (max-width: 768px) {
  #featureArea {
    padding: 60px 0;
  }
  #featureArea ul li {
    flex-basis: 100%;
    max-width: 100%;
  }
}

/* 送料無料バナー */
#postageAera {
  padding: 0 0 40px;
  border-top: 1px solid #ececec;
}

#postageAera .postageWrap {
  width: 100%;
  margin: 40px 0 0 0;
}

#postageAera .postageWrap img {
  float: left;
  display: inline-block;
  width: 50%;
  height: auto;
}

@media (max-width: 768px) {
  #postageAera .postageWrap img {
    width: 100%;
  }
}

/* おすすめ recommend */
#recommendArea {
  background: #333333;
  padding: 90px 0;
}
#recommendArea h2 {
  color: #fff;
}
#recommendArea .recItemList {
  margin: 0;
}
#recommendArea .recItemList li {
  list-style: none;
}
#recommendArea .slick-slide {
  margin: 0 10px;
}
#recommendArea .slick-slide a {
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  text-decoration: none;
}
#recommendArea .slick-slide a span {
  margin-top: 10px;
  display: block;
  text-align: center;
}
#recommendArea .slick-slide a img {
  margin: 0 auto;
  aspect-ratio: 5 / 3;
  object-fit: cover;
}
#recommendArea .slick-dots {
  bottom: -30px;
}

#recommendArea .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}

#recommendArea .slick-dots li button:hover:before {
  color: #51655F;
}

#recommendArea .slick-dots li.slick-active button:before {
  color: #51655F;
}

#recommendArea .slick-prev:before,
#recommendArea .slick-next:before {
  display: none;
}
@media (max-width: 768px) {
  #recommendArea {
    padding: 60px 0;
  }
  #recommendArea .container {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50% + 0px);
  }
}

/* 定番商品 product */
#productArea {
  padding: 90px 0;
  background-color: #F8F8F8;
}

#productArea .productListWrap {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

#productArea .productListWrap .productItem {
  margin: 0 20px 30px 0;
  font-size: 14px;
  text-decoration: none;
  flex-basis: calc(20% - 20px * 4 / 5);
  max-width: calc(20% - 20px * 4 / 5);
}

#productArea .productListWrap .productItem:nth-child(5n + 5) {
  margin: 0 0 30px;
}

#productArea .productListWrap .productItem img {
  margin: 0 auto 10px;
  display: block;
}

#productArea .productListWrap .productItem .itemName {
  color: #333;
}

#productArea .productListWrap .productItem .itemPrice {
  display: block;
  color: #666;
}

#productArea .productListWrap .productItem:hover span {
  color: #16a7db;
}

#productArea .itemLinkWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 20px;
}

#productArea .itemLinkWrap .itemLink {
  flex-basis: calc(33.333% - 10px);
  max-width: calc(33.333% - 10px);
  margin: 0 0 20px;
}
#productArea .itemLinkWrap .itemLink a {
  color: #fff;
  position:relative;
  overflow: hidden;
  width: 100%;
  display: block;
}
#productArea .itemLinkWrap .itemLink a:before {
  content: "";
  padding-bottom: 45%;
  display: block;
}
#productArea .itemLinkWrap .itemLink a img {
  max-width: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
#productArea .itemLinkWrap .itemLink a span {
  color: #fff;
  height: 40px;
  padding: 8px 10px;
  display: block;
  font-size: 14px;
  text-align: center;
  position: relative;
  transition: .3s ease;
  background-color: rgba(29, 31, 30, .8) !important;
}

#productArea .itemLinkWrap .itemLink a:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media (max-width: 768px) {
  #productArea {
    padding: 60px 0;
  }
  #productArea .productListWrap .productItem {
    flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
    margin: 0 0 20px;
  }

  #productArea .itemLinkWrap .itemLink {
    flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
    margin: 0 0 20px;
  }
}

/* 売れ筋商品 */
#sellerArea {
  padding: 90px 0;
  overflow: hidden;
}
#sellerArea .sellerItemWrap .slick-list {
  overflow: visible;
}
#sellerArea .sellerItemWrap .slick-slide {
  margin: 0 20px 0 0;
}
#sellerArea .sellerItemWrap .slick-slide a:before {
  color:#fff;
}
#sellerArea .sellerItemWrap .slick-slide:nth-of-type(1) a:before {
  content:"1";
}
#sellerArea .sellerItemWrap .slick-slide:nth-of-type(2) a:before {
  content:"2";
}
#sellerArea .sellerItemWrap .slick-slide:nth-of-type(3) a:before {
  content:"3";
}
#sellerArea .sellerItemWrap .slick-slide:nth-of-type(4) a:before {
  content:"4";
}
#sellerArea .sellerItemWrap .slick-slide:nth-of-type(5) a:before {
  content:"5";
}
#sellerArea .sellerItemWrap .slick-slide:nth-of-type(6) a:before {
  content:"6";
}
#sellerArea .sellerItemWrap .slick-slide:nth-of-type(7) a:before {
  content:"7";
}
#sellerArea .sellerItemWrap .slick-slide:nth-of-type(8) a:before {
  content:"8";
}
#sellerArea .sellerItemWrap .slick-slide:nth-of-type(9) a:before {
  content:"9";
}
#sellerArea .sellerItemWrap .slick-slide:nth-of-type(10) a:before {
  content:"10";
}
#sellerArea .sellerItemWrap .sellerItem {
  position: relative;
}
#sellerArea .sellerItemWrap .sellerItem a {
  text-decoration: none;
  color: #1D1F1E;
  font-size: 14px;
  position: relative;
  display: block;
}
#sellerArea .sellerItemWrap .sellerItem a:hover {
  color: #999;
}

#sellerArea .sellerItemWrap .sellerItem a img {
  margin: 0 auto 10px;
  background: #fff;
  display: block;
}

#sellerArea .sellerItemWrap .sellerItem a .itemName {
  color: #333;
}

#sellerArea .sellerItemWrap .sellerItem a .itemPrice {
  display: block;
  color: #666;
}

#sellerArea .sellerItemWrap .sellerItem a:before {
  position: absolute;
  display: block;
  left: 10px;
  top: -30px;
  width: 40px;
  height: 40px;
  background: #333333;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  z-index: 1;
}
#sellerArea .slickSlider .slick-dots li button:before {
  color: #1D1F1E !important;
}
@media (max-width: 768px) {
  #sellerArea {
    padding: 60px 0;
  }

  #sellerArea .sellerItemWrap .sellerItem a {
    padding-top: 30px;
  }

  #sellerArea .sellerItemWrap .sellerItem a:before {
    left: 5%;
    top: 0;
  }
  #sellerArea .slick-slider .slick-dots li button:before {
    color: #fff;
    opacity: 1;
  }

  #sellerArea .slick-slider .slick-dots li button:hover:before {
    color: #1D1F1E;
  }

  #sellerArea .slick-slider .slick-dots li.slick-active button:before {
    color: #1D1F1E;
  }
}

/* 初回限定クーポン */
#couponArea {
  padding: 90px 0;
  background: rgba(51, 51, 51, .9);
  text-align: center;
  color: #fff;
}

#couponArea .couponBoxWrap .couponCnt h2 {
  color: #fff;
}

#couponArea .couponBoxWrap .couponCnt p {
  font-size: 16px;
}

@media (max-width: 768px) {
  #couponArea {
    padding: 60px 0;
  }
}

/* お得な定期購入 */
#regularArea {
  padding: 90px 0;
  color: #fff;
  background-color: #1D1F1E;
}
#regularArea h2 {
  text-align: left;
}
#regularArea .regularBoxWrap {
  display: flex;
  justify-content: space-between;
}

#regularArea .regularBoxWrap .regularBox:nth-of-type(1) {
  flex-basis: 500px;
  max-width: 500px;
}

#regularArea .regularBoxWrap .regularBox:nth-of-type(2) {
  flex-basis: calc(100% - 540px);
  max-width: calc(100% - 540px);
}

#regularArea .regularBoxWrap .regularCnt p {
  font-size: 16px;
}
#regularArea .regularBoxWrap .regularCnt p br {
  display: none;
}

#regularArea .regularBoxWrap .regularCnt p.read {
  color: #61B199;
  font-size: 28px;
}

@media (max-width: 980px) {
  #regularArea .regularBoxWrap .regularBox:nth-of-type(1) {
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }

  #regularArea .regularBoxWrap .regularBox:nth-of-type(2) {
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

@media (max-width: 768px) {
  #regularArea {
    padding: 60px 0;
  }
  #regularArea h2 {
    margin-bottom: 10px;
    text-align: center;
  }
  #regularArea .regularBoxWrap .regularCnt p br {
    display: block;
  }
  #regularArea .regularBoxWrap {
    flex-wrap: wrap;
    text-align: center;
  }
  #regularArea .regularBoxWrap .regularBox:nth-of-type(1) {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  #regularArea .regularBoxWrap .regularBox:nth-of-type(1) img {
    width: 100%;
    height: auto;
    max-width: none;
  }

  #regularArea .regularBoxWrap .regularBox:nth-of-type(2) {
    flex-basis: 100%;
    max-width: 100%;
  }
  #regularArea .regularBoxWrap .regularCnt p.read {
    font-size: 24px;
  }
  #regularArea .regularBoxWrap .regularCnt .btn {
    margin: 30px auto;
  }
}

#bgLandscape {
  background: url("https://file001.shop-pro.jp/PA01302/243/images/renew/home/bg_landscape.jpg") no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  height: 400px;
}

@media (max-width: 768px) {
  #bgLandscape {
    background-attachment: inherit;
    background-size: 768px auto;
    height: 240px;
  }
}

#companyArea {
  padding: 90px 0;
  background-color: #1d1f1e;
  color: #fff;
  text-align: center;
}
#companyArea .companyImage {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #companyArea {
    padding: 60px 0;
    text-align: left;
  }
}

#otherLink {
  background: #333333;
  padding: 60px 0 60px;
}

#otherLink ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#otherLink ul li {
  flex-basis: calc(100% / 4 );
  max-width: calc(100% / 4 );
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

#otherLink ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
#otherLink ul li a .imgBox {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#otherLink ul li + li a .imgBox:before {
  content:"";
  width: 1px;
  height: 40px;
  position: absolute;
  top: 50%;
  left:0;
  transform: translateY(-50%);
  background: #707070;
}
#otherLink ul li a img {
  width: auto;
  height: 60px;
  display: block;
}
#otherLink ul li a img.giftIcon {
  height: 45px;
  display: block;
}

#otherLink ul li a span {
  flex-basis: 100%;
  max-width: 100%;
  font-size: 16px;
  color: #fff;
}

#otherLink ul li a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  #otherLink ul li {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  #otherLink ul li:nth-of-type(odd) a .imgBox:before {
    display: none;
  }
}

#mailmagazineArea {
  background: #333333;
  padding: 0 0 60px;
}

#mailmagazineArea .mmWrap {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 20px 0;
  text-decoration: none;
  color: #fff;
  position: relative;
}
#mailmagazineArea .mmWrap:after {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  content: "";
  width: 40px;
  height: 100%;
  background: url("https://file001.shop-pro.jp/PA01302/243/images/renew/common/btn_arrow_white.svg") no-repeat right center;
  background-size: 40px auto;
}
#mailmagazineArea .mmWrap .imgBox {
  flex-basis: 180px;
  max-width: 180px;
  width: 100%;
  text-align: center;
}
#mailmagazineArea .mmWrap img {
  display: inline-block;
  width: 60px;
  height: auto;
}

#mailmagazineArea .mmWrap img:hover {
  opacity: 1;
}
#mailmagazineArea .mmWrap .mmCnt {
  flex-basis: calc(100% - 180px);
  max-width: calc(100% - 180px);
  width: 100%;
}
#mailmagazineArea .mmWrap .mmTitle {
  color: #999;
  font-size: 28px;
}
#mailmagazineArea .mmWrap p {
  color: #fff;
}
#mailmagazineArea .mmWrap p br {
  display: none;
}
#mailmagazineArea .mmWrap:hover {
  opacity: .8;
}

@media (max-width: 768px) {
  #mailmagazineArea .mmWrap {
    display: block;
    padding: 30px 30px 45px 30px;
    text-align: center;
  }
  #mailmagazineArea .mmWrap:after {
    top: auto;
    bottom: 30px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    height: 12px;
  }
  #mailmagazineArea .mmWrap .imgBox {
    max-width: 100%;
  }
    #mailmagazineArea .mmWrap .mmCnt {
    max-width: 100%;
  }
  #mailmagazineArea .mmWrap p br {
    display: block;
  }
}

/* 商品リスト(カテゴリー・検索・一覧共通) */
h1.pageTitle { text-align: center; }

.itemListWrap { display: flex; flex-wrap: wrap; justify-content: space-between; }
.itemListWrap:before { content: ""; display: block; width: calc(25% - 10px); order: 1; }
.itemListWrap:after { content: ""; display: block; width: calc(25% - 10px); }
.itemListWrap .itemBox { flex-basis: calc(25% - 10px); max-width: calc(25% - 10px); margin-bottom: 30px; font-size: 14px; text-decoration: none; }
.itemListWrap .itemBox a { display: block; }
.itemListWrap .itemBox a img { margin: 0 auto 10px; display: block; }
.itemListWrap .itemBox a .itemName { color: #333; }
.itemListWrap .itemBox a .itemPrice { display: block; color: #666; }
.itemListWrap .itemBox a:hover { color: #16a7db; text-decoration: none; }
.itemListWrap .itemBox a:hover .itemName { color: #61B199; }
.itemListWrap .itemBox a:hover .itemPrice { display: block; color: #61B199; }
@media (max-width: 768px) { .itemListWrap:before { display: none; }
  .itemListWrap:after { display: none; }
  .itemListWrap .itemBox { flex-basis: calc(50% - 10px); max-width: calc(50% - 10px); } }

/* 商品一覧 */
#itemListPage .itemSubCat .categoryList, #itemListPage .itemGroup .categoryList { margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
#itemListPage .itemSubCat .categoryList:before, #itemListPage .itemGroup .categoryList:before { content: ""; display: block; width: calc( 25% - 15px); order: 1; }
#itemListPage .itemSubCat .categoryList:after, #itemListPage .itemGroup .categoryList:after { content: ""; display: block; width: calc( 25% - 15px); }
#itemListPage .itemSubCat .categoryList li, #itemListPage .itemGroup .categoryList li { list-style: none; padding: 0; flex-basis: calc( 25% - 15px); margin: 0 0 10px; }
#itemListPage .itemSubCat .categoryList li a, #itemListPage .itemGroup .categoryList li a { display: flex; height: 40px; color: #fff; align-items: center; justify-content: center; border: 1px solid #16a7db; background: #16a7db; transition: .3s ease; position: relative; }
#itemListPage .itemSubCat .categoryList li a.catImage span, #itemListPage .itemGroup .categoryList li a.catImage span { flex-basis: calc( 100% - 65px); }
#itemListPage .itemSubCat .categoryList li a:hover, #itemListPage .itemGroup .categoryList li a:hover { background: #097d40; border-color: #097d40; text-decoration: none; }
#itemListPage .itemSubCat .categoryList li a:hover img, #itemListPage .itemGroup .categoryList li a:hover img { opacity: .8; background: #097d40; }
#itemListPage .itemSubCat .categoryList li a img, #itemListPage .itemGroup .categoryList li a img { width: 38px; height: 38px; display: block; margin: 0 auto 0 0; }

/* 商品詳細 */
#productPage .box { margin-bottom: 40px; }
#productPage .box:last-of-type { margin-bottom: 0; }
#productPage h1, #productPage h2, #productPage h3, #productPage h4, #productPage h5, #productPage h6 { line-height: 1.2; margin: 0 0 20px; }
#productPage .productTitle { font-weight: normal; font-size: 28px; margin: 0 0 30px; padding: 0; }
#productPage .productTitle img { margin-right: 10px !important; }
#productPage .productImage { margin: 0; padding: 0; }
#productPage .productImage li { list-style: none; float: left; width: calc( 25% - 10px); margin: 0 0 15px; position: relative; }
#productPage .productImage li + li { margin-left: 10px; }
#productPage .productImage li:nth-of-type(1) { width: 100%; max-width: 100%; }
#productPage .productOrder .priceBox .productPrice { display: flex; }
#productPage .productOrder .priceBox .productPrice dt { font-size: 14px; margin: 0; padding: 0; }
#productPage .productOrder .priceBox .productPrice dd { margin-left: 10px; font-size: 18px; font-weight: bold; color: #da4346; }
#productPage .productOrder .productOption dl { border-bottom: 1px solid #eee; border-top: 1px solid #eee; padding: 20px 0; }
#productPage .productOrder .productOption dl dt { margin: 0 0 10px; }
#productPage .productOrder .productOption dl dd { margin: 0; }
#productPage .productOrder .productGift dl { margin: 0; padding: 0; }
#productPage .productOrder .productGift dl dt, #productPage .productOrder .productGift dl dd { margin: 0 0 10px; }
#productPage .productOrder .productGift dl dt { font-weight: normal; }
#productPage .productOrder .productGift dl dd { font-size: 16px; }
#productPage .productOrder .productGift dl dd input[type="text"] { border: 1px solid #ccc; border-radius: 8px; height: 20px; width: 100%; padding: 20px 15px; }
#productPage .productOrder .productGift dl dd input[type="text"]:focus, #productPage .productOrder .productGift dl dd input[type="text"]:hover, #productPage .productOrder .productGift dl dd input[type="text"]:active { background: #e5f2ff; }
#productPage .productOrder .numCount { display: flex; flex-wrap: wrap; align-items: center; border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc; padding: 20px 0; }
#productPage .productOrder .numCount p { margin: 0; flex-basis: 4em; max-width: 4em; }
#productPage .productOrder .numCount .numCountBox { display: flex; }
#productPage .productOrder .numCount .numCountBox input { text-align: center; display: block; margin: 0; width: 100px; padding: 10px 14px; height: 50px; border: 1px solid #ccc; font-size: 18px; }
#productPage .productOrder .numCount .stockNum { flex-basis: 100%; max-width: 100%; margin: 10px 0 0; }
#productPage .productOrder .btnAddCart { width: 100%; height: 100%; max-width: none; background: #da4346; color: #fff; border: 1px solid #da4346; font-size: 18px; line-height: 1; }
#productPage .productOrder .btnAddCart img { width: 30px; height: 30px; margin: 0 10px 0 0; display: inline-block; }
#productPage .productOrder .btnAddCart:hover { background: #16a7db; border-color: #16a7db; }
#productPage .productOrder .produtQuick { margin-top: -10px; }
#productPage .productOrder .produtQuick .btnAddQuick { width: 100%; height: 100%; max-width: none; background: #097d40; color: #fff; border: 1px solid #097d40; font-size: 18px; line-height: 1; }
#productPage .productOrder .produtQuick .btnAddQuick:hover { background: #16a7db; border-color: #16a7db; }
#productPage .productOrder .productSoldOut p { background: #eee; text-align: center; padding: 10px; }
#productPage .productOrder .productMemberOnry p { background: #eee; text-align: center; padding: 10px; }
#productPage .productOtherLink { border-top: 1px solid #eeeeee; margin: 0; padding: 20px 0; }
#productPage .productOtherLink li { list-style: none; margin: 0; padding: 0; }
#productPage .productOtherLink li a { font-size: 14px; }
#productPage .productSns { margin: 0; padding: 20px 0; display: flex; flex-wrap: wrap; border-top: 1px solid #eeeeee; }
#productPage .productSns li { list-style: none; margin: 0; padding: 0; }
#productPage .productSns li + li { margin-left: 10px; }
@media (max-width: 768px) { #productPage .productOrder .priceBox dl { justify-content: center; } }

/* 最近チェックした商品 */
#historyItem { border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 30px 0 10px; margin: 60px 0 0; }
#historyItem h3 { font-size: 20px; font-weight: bold; padding: 0 0 3px; border-bottom: 1px solid #16a7db; }

/* レビュー */
#reviewArea { margin: 0 0 40px; }
#reviewArea .reviewLink { margin: 0 0 20px; padding: 0; }
#reviewArea .reviewLink li { list-style: none; display: inline-block; }
#reviewArea .reviewLink li + li { border-left: 1px solid #ccc; margin-left: 10px; padding-left: 9px; }
#reviewArea .reviewList h4 { margin-bottom: 5px; }
#reviewArea .reviewList .iconStar { width: 75px; overflow: hidden; display: inline-block; margin: 0 15px 0 0; }
#reviewArea .reviewList .iconStar img { max-width: inherit; }
#reviewArea .reviewList .reviewPoster { margin: 0 0 15px; padding: 0; display: inline-block; }
#reviewArea .reviewList .reviewPoster li { list-style: none; display: inline-block; line-height: 1; }
#reviewArea .reviewList .reviewPoster li + li { margin-left: 15px; }
#reviewArea .reviewList .reviewPoster li span { font-weight: bold; margin-right: 5px; display: inline-block; }
#reviewArea .reviewList .reviewComment { margin-bottom: 40px; }
#reviewArea .reviewList .reviewComment .revieImages { padding: 0; float: right; margin: 0 0 30px 30px; }
#reviewArea .reviewList .reviewComment .revieImages li { list-style: none; max-width: 300px; }
#reviewArea .reviewList + .reviewList { border-top: 1px solid #ccc; padding-top: 30px; }
@media (max-width: 768px) { #reviewArea .reviewList .reviewComment .revieImages { max-width: 48%; margin: 0 0 0 15px; } }

/* sk */
#skPage #skEdit dl dt { font-size: 20px; font-weight: bold; padding: 0 0 3px; border-bottom: 1px solid #61B199; line-height: 1.2; margin-bottom: 20px; }
#skPage #skEdit dl dd { margin: 0 0 30px; }

/* フリースペース */
.cg_freespace_01, .cg_freespace_02 { margin-bottom: 30px; }
.cg_freespace_01 img, .cg_freespace_02 img { margin: 0 auto; display: block; }

/* 定期便 */
#repeatPage .box { margin-bottom: 30px; }
#repeatPage #repeatItemWrap { display: flex; flex-wrap: wrap; justify-content: space-between; }
#repeatPage #repeatItemWrap:before { content: ""; display: block; width: calc(25% - 15px); order: 1; }
#repeatPage #repeatItemWrap:after { content: ""; display: block; width: calc(25% - 15px); }
#repeatPage #repeatItemWrap .repeatItemBox { flex-basis: calc(25% - 15px); max-width: calc(25% - 15px); margin-bottom: 40px; }
#repeatPage #repeatItemWrap .repeatItemBox a { text-decoration: none; height: 100%; display: block; }
#repeatPage #repeatItemWrap .repeatItemBox a:hover { text-decoration: none; }
#repeatPage #repeatItemWrap .repeatItemBox img { margin: 0 auto 10px; display: block; }
#repeatPage #repeatItemWrap .repeatItemBox span.itemName { margin: 0 0 15px; display: block; }
#repeatPage #repeatItemWrap .repeatItemBox span.itemLink { margin: auto 0 0; display: block; max-width: none; }
@media (max-width: 768px) { #repeatPage #repeatItemWrap:before { display: none; }
  #repeatPage #repeatItemWrap:after { display: none; }
  #repeatPage #repeatItemWrap .repeatItemBox { flex-basis: calc(50% - 15px); max-width: calc(50% - 15px); margin-bottom: 40px; } }
@media (max-width: 480px) { #repeatPage #repeatItemWrap .repeatItemBox { flex-basis: 100%; max-width: 100%; } }

/* font */
.txt_l { text-align: left; }

.txt_c { text-align: center; }

.txt_r { text-align: right; }

.txt_fwn { font-weight: normal; }

.txt_fwb { font-weight: bold; }

.txt_10 { font-size: 10px; }

.txt_12 { font-size: 12px; }

.txt_14 { font-size: 14px; }

.txt_16 { font-size: 16px; }

.txt_18 { font-size: 18px; }

.txt_20 { font-size: 20px; }

.txt_24 { font-size: 24px; }

.txt_28 { font-size: 28px; }

.txt_c_333 { color: #333; }

/* background */
.bgc_gray { background-color: #f1f1f1; }

/* margin */
.mar_auto { margin: 0 auto; }

.mar_0 { margin: 0; }

.mar_t_0 { margin-top: 0; }

.mar_r_0 { margin-right: 0; }

.mar_b_0 { margin-bottom: 0; }

.mar_l_0 { margin-left: 0; }

.mar_5 { margin: 5px; }

.mar_t_5 { margin-top: 5px; }

.mar_r_5 { margin-right: 5px; }

.mar_b_5 { margin-bottom: 5px; }

.mar_l_5 { margin-left: 5px; }

.mar_t_10 { margin-top: 10px; }

.mar_r_10 { margin-right: 10px; }

.mar_b_10 { margin-bottom: 10px; }

.mar_l_10 { margin-left: 10px; }

.mar_t_20 { margin-top: 20px; }

.mar_r_20 { margin-right: 20px; }

.mar_b_20 { margin-bottom: 20px; }

.mar_l_20 { margin-left: 20px; }

.mar_t_30 { margin-top: 30px; }

.mar_r_30 { margin-right: 30px; }

.mar_b_30 { margin-bottom: 30px; }

.mar_l_30 { margin-left: 30px; }

.mar_t_50 { margin-top: 50px; }

.mar_r_50 { margin-right: 50px; }

.mar_b_50 { margin-bottom: 50px; }

.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }

.pad_v_20 { padding: 20px 0; }

.pad_v_30 { padding: 30px 0; }

.pad_0 { padding: 0; }

.pad_t_0 { padding-top: 0; }

.pad_r_0 { padding-right: 0; }

.pad_b_0 { padding-bottom: 0; }

.pad_l_0 { padding-left: 0; }

.pad_5 { padding: 5px; }

.pad_t_5 { padding-top: 5px; }

.pad_r_5 { padding-right: 5px; }

.pad_b_5 { padding-bottom: 5px; }

.pad_l_5 { padding-left: 5px; }

.pad_10 { padding: 10px; }

.pad_t_10 { padding-top: 10px; }

.pad_r_10 { padding-right: 10px; }

.pad_b_10 { padding-bottom: 10px; }

.pad_l_10 { padding-left: 10px; }

.pad_20 { padding: 20px; }

.pad_t_20 { padding-top: 20px; }

.pad_r_20 { padding-right: 20px; }

.pad_b_20 { padding-bottom: 20px; }

.pad_l_20 { padding-left: 20px; }

.pad_30 { padding: 30px; }

.pad_t_30 { padding-top: 30px; }

.pad_r_30 { padding-right: 30px; }

.pad_b_30 { padding-bottom: 30px; }

.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }

.bor_r_1 { border-right: 1px solid #eee; }

.bor_b_1 { border-bottom: 1px solid #eee; }

.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }

.va-20 { vertical-align: -20%; }

.va-30 { vertical-align: -30%; }

.va-35 { vertical-align: -35%; }

.va-40 { vertical-align: -40%; }

@media (max-width: 980px) { /* ~980px */
  #base_gmoWrapp, #gmo_CMSPbar { overflow: hidden; min-width: 100% !important; width: 100% !important; } }
@media (max-width: 768px) { /* ~768px */
  #contents { padding-left: 0; } }
@media (max-width: 480px) { /* ~480px */ }
/* icons */
.icon-user { background-position: -208px 0px; }

.icon-lg-b.icon-user { background-position: -312px 0px; }

.icon-adduser { background-position: -240px 0px; }

.icon-lg-b.icon-adduser { background-position: -360px 0px; }

.icon-login { background-position: -48px -80px; }

.icon-lg-b.icon-login { background-position: -72px -120px; }

.icon-logout { background-position: -32px -80px; }

.icon-lg-b.icon-logout { background-position: -48px -120px; }

.icon-home { background-position: -176px -16px; }

.icon-lg-b.icon-home { background-position: -264px -24px; }

.icon-mail { background-position: -64px 0px; }

.icon-lg-b.icon-mail { background-position: -96px 0px; }

.icon-pencil { background-position: -96px 0px; }

.icon-lg-b.icon-pencil { background-position: -144px 0px; }

.icon-help { background-position: -272px -80px; }

.icon-lg-b.icon-help { background-position: -408px -120px; }

.icon-cart { background-position: -176px -64px; }

.icon-lg-b.icon-cart { background-position: -264px -96px; }

.icon-search { background-position: -208px -16px; }

.icon-lg-b.icon-search { background-position: -312px -24px; }

.icon-chevron_up { background-position: -0px -144px; }

.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }

.icon-chevron_down { background-position: -352px -128px; }

.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b, .icon-w { width: 16px; height: 16px; display: inline-block; *display: inline; *zoom: 1; }

.icon-lg-b, .icon-lg-w { width: 24px; height: 24px; display: inline-block; *display: inline; *zoom: 1; }

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }

.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }

.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }

.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { .icon-b, .icon-w { -webkit-background-size: 368px 320px; background-size: 368px 320px; }
  .icon-lg-b, .icon-lg-w { -webkit-background-size: 552px 480px; background-size: 552px 480px; }
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); } }
@media (max-width: 768px) { .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); } }
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) { .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); } }
