/*css変数*/
:root {
  --main-color: #333;
  --text-color: #333;
  --text-hover-color: #B59978;
  --text-white-color: #fff;
  --bg-color: #F8F8F8;
  --bg-color2: #F5F5F5;
  --bg-white-color: #fff;
  --accent-color:#B59978;
  --sub-color: #8B8B8B;

  --font-2: "Shippori Mincho", serif;
  --alert-color: #A32F36;
  --text-red-color: #D2000E;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
  overflow-y: scroll;
  height: 100%;
}
body {
  color: var(--text-color);
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  word-wrap: break-word;
  background-color: #FFF;
}
.Mincho {font-family: var(--font-2);}
body.top .header_area,
body.top .footer_area {
  display: none;
}
img[src*="TRACKING/tracking.php"] {
    position: absolute;
}

/* ----------------------------------- */
/* コンテナ*/
/* ----------------------------------- */
#main-column {
  transform: none;
}
.container,
body:not(.top) #main-column,
.cart-article,
#main-column-full {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 70px;
    padding-right: 70px;
    /* padding-left: 15px;
    padding-right: 15px; */
    transition: ease-in 0.1s;
    max-width: 1170px;
}
body:not(.top) #main-column {
  max-width: 1040px;
}
@media screen and (min-width: 768px) and (max-width: 1210px) {
  .container,
  body:not(.top) #main-column,
  .cart-article,
  #main-column-full {
    max-width: 1060px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 767px) { 
  .container,
  body:not(.top) #main-column,
  .cart-article,
  #main-column-full {
    max-width: 750px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ----------------------------------- */
/*header*/
#header-inner {
  box-sizing: border-box;
  width: 100%;
  background-color: var(--bg-white-color);
}
#header-inner.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
#header-inner.fixed .top-header-bnr {
  display: none;
}
.header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  width: 100%;
  position: relative;
  height: 70px;
}
.header-inner-box #logo {
  width: 179px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#fl-header-nav {
  display: flex;
  gap: 25px;
  align-items: center;
}
#fl-header-nav li a{
  display: flex;
  align-items: center;
}

#search{
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  position: fixed;
  background: rgba(2,2,2,.7);
  display: none;
}
#search.open{
  display: block;
  z-index: 999;
}
#search .inner{
  background: #fff;
  border-radius: 8px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 700px;
  width: calc(100% - 30px);
  padding: 20px 30px;
}
#search .inner .submit {
  text-align: center;
}
#search .inner input[type="submit"] {
    font-size: 14px;
    height: 40px;
    padding: 5px 0 5px;
    width: 200px;
    margin: 20px auto;
    background-color: var(--main-color);
    border: 0;
    border-radius: 4px;
    color: var(--text-white-color);
    cursor: pointer;
}
#search .inner .close{
  display: flex;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: #7C7C7C;
  cursor: pointer;
  justify-content: flex-end;
  margin-bottom: 6px;
  align-items: baseline;
  gap: 5px;
}
#search .inner .searchbox{
  display: block;
  width: 100%;
  border-radius: 4px;
  height: 40px;
  padding: 10px;
  margin-bottom: 18px;
  border: #BEBEBE solid 1px;
  font-size: 16px;
}
#search .inner .searchSubmit{
  margin: 0 auto;
  width: 212px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: var(--main-color);
  border-radius: 4px;
  text-align: center;
}
.top-payment-bnr {
  display: none;
}
.top .top-payment-bnr{
  display: block;
  text-align: center;
}
#header-inner.fixed .top-payment-bnr{
  display: none;
}
@media screen and (max-width: 967px) { 
  .header-inner-box {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) { 
  #header-inner .snsWrap {
    display: none;
  }
  .header-inner-box {
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    height: 60px;
  }
  .header-inner-box #logo {
    width: 116px;
  }
  #header-nav-favorite,
  #header-nav-info {
    display: none;
  }
  #searchbox_wrap {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  #header-nav-cart {
    position: absolute;
    right: 69.5px;
    top: 18px;
  }
  #header-nav-mypage {
    position: absolute;
    left: 74px;
    top: 18px;
  }
  #header-nav-drawer span {
    top: 30px;
    left: 20px;
    height: 2px;
    margin: 0;
    background: var(--main-color);
  }
  #header-nav-drawer span::before, #header-nav-drawer span::after {
    top: 50%;
    left: 0;
    height: 2px;
    background: var(--main-color);
    transition: .3s;
  }
  #header-nav-drawer span::before {
    margin-top: -8px;
  }
  #header-nav-drawer span::after {
    margin-top: 6px;
  }
  .header-sp-nav {
    width: 100%;
  }
  .header-sp-nav ul {
    display: flex;
    background-color: var(--bg-color);
  }
  .header-sp-nav ul li {
    flex: 1;
    position: relative;
  }
  .header-sp-nav ul li + li::before {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #D3D3D3;
  }
  .header-sp-nav ul li a {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
}

.menu-Navilinks > li > a {
  display: flex;
  gap: 10px;
  align-items: center;
}

#headIframe {
  width: 100%;
  height: 50px;
  padding: 0;
}
@media screen and (min-width: 768px) { 
  #headerNaviWrap {
    background-color: var(--bg-white-color);
  }
  body.top #headerNaviWrap {
    background-color: var(--bg-color);
  }
  .menu-Navilinks {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu-Navilinks > li {
    position: relative;
    font-size: 14px;
  }
  .menu-Navilinks > li > a::after {
      content: "";
      width: 10px;
      height: 10px;
      background: url("/tmp-parts/img/common/icon-arrow-bottom.svg") no-repeat center / cover;
      display: inline-block;
  }
  .menu-Navilinks > li > a {
    padding: 13px 0;
  }
  .menu-Navilinks > li .sp_toggleBtn {
    display: none;
  }
  .menu-Navilinks .sub-menu {
    left: -20px;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
    z-index: 11;
  }
  .menu-Navilinks .sub-menu li + li {
    margin-top: 1em;
  }
  .menu-Navilinks > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    padding: 30px 20px;
    background-color: rgba(250,250,250,.9);
    min-width: 260px;
  }
  #headerNaviWrap .close {
    display: none;
  }

  
  .top-header-bnr {
    position: relative;
    width: 100%;
    /* height: 46px; */
    overflow: hidden;
  }

  .top-header-bnr .slider {
    display: flex;
    width: max-content;
    animation: scrollBanner 30s linear infinite;
  }

  .top-header-bnr img {
    width: 500px;
    height: auto;
    flex-shrink: 0;
  }

  @keyframes scrollBanner {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
}
@media screen and (max-width: 767px) {
  #headerNaviWrap {
    display: none;
  }
  #headerNaviWrap.open {
    display: block;
  }
  #headerNaviWrap .close {
    position: fixed;
    top: 23px;
    left: 20px;
    z-index: 100;
    cursor: pointer;
    width: 24px;
  }
  .overlay {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 90;
  }
  .overlay.active {
    display: block;
  }
  .headerNavi-inr {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    background-color: var(--bg-white-color);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    z-index: 99;
    /* opacity: 0; */
    height: 100vh;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-width: 345px;
  }
  .menu-Navilinks {
    margin-bottom: 120px;
  }
  .menu-Navilinks > li {
    font-size: 18px;
    position: relative;
  }
  .menu-Navilinks .sp_toggleBtn {
    width: 50px;
    height: 50px;
    background: url("/tmp-parts/img/common/icon-arrow-bottom.svg") no-repeat center right 0 / 10px;;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
  }
  .menu-Navilinks > li > a {
    padding: 20px 0 12px;
    justify-content: space-between;
    border-bottom: 1px solid #DBDBDB;
  }
  .menu-Navilinks .sub-menu li {
    margin-top: .8em;
    font-size: 16px;
  }
  body:has(#headerNaviWrap.open) .top-header-bnr,
  body:has(#headerNaviWrap.open) #header-nav-drawer {
    display: none;
  }
  .menu-Navilinks .sub-menu {
    display: none;
  }
  .menu-Navilinks li.open > .sub-menu {
    display: block;
  }

  #headIframe {
    width: 100%;
    /* height: 32px; */
  }
}
/* ----------------------------------- */
/* フォントサイズ・余白 */
/* ----------------------------------- */
.fs11 { font-size: 11px !important; }.fs12 { font-size: 12px !important; }.fs13 { font-size: 13px !important; }.fs14 { font-size: 14px !important; }.fs16 { font-size: 16px !important; }.fs18 { font-size: 18px !important; }.fs20 { font-size: 20px !important; }.fs21 { font-size: 21px !important; }.fs22 { font-size: 22px !important; }.fs23 { font-size: 23px !important; }.fs24 { font-size: 24px !important; }.fs25 { font-size: 25px !important; }.fs28 { font-size: 28px !important; }.fs40 { font-size: 40px !important; }

.mt0  { margin-top:  0	 !important; }.mt5  { margin-top:  5px !important; }.mt10 { margin-top: 10px !important; }.mt15 { margin-top: 15px !important; }.mt20 { margin-top: 20px !important; }.mt25 { margin-top: 25px !important; }.mt30 { margin-top: 30px !important; }.mt35 { margin-top: 35px !important; }.mt40 { margin-top: 40px !important; }.mt50 { margin-top: 50px !important; }.mt60 { margin-top: 60px !important; }.mt70 { margin-top: 70px !important; }.mt80 { margin-top: 80px !important; }.mt90 { margin-top: 90px !important; }

.mb0  { margin-bottom:  0   !important; }.mb5  { margin-bottom:  5px !important; }.mb10 { margin-bottom: 10px !important; }.mb15 { margin-bottom: 15px !important; }.mb20 { margin-bottom: 20px !important; }.mb25 { margin-bottom: 25px !important; }.mb30 { margin-bottom: 30px !important; }.mb35 { margin-bottom: 35px !important; }.mb40 { margin-bottom: 40px !important; }.mb45 { margin-bottom: 45px !important; }.mb50 { margin-bottom: 50px !important; }.mb55 { margin-bottom: 55px !important; }.mb60 { margin-bottom: 60px !important; }.mb65 { margin-bottom: 65px !important; }.mb70 { margin-bottom: 70px !important; }.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }.mb85 { margin-bottom: 85px !important; }.mb90 { margin-bottom: 90px !important; }.mb95 { margin-bottom: 95px !important; }.mb100 { margin-bottom: 100px !important; }.mb120 { margin-bottom: 120px !important; }

/* ---------------------------------------------------------------------- */
/*テンプレ用テーマ*/
/* ----------------------------------- */
p {margin-top: 0;text-align: justify;}
.medium {font-weight: 500;}
.text-white {color: var(--text-white-color);}
.alert-color {color: var(--alert-color);}
.underline {text-decoration: underline;}
.textLeft {text-align: left;}
.textCenter {text-align: center;}
.textRight {text-align: right;}
.pc {display: block !important;}
.sp { display: none !important;}
.bg-color{background-color: var(--bg-color);}
.bg-color2 {background-color: var(--bg-color2);}
.bg-white { background-color: var(--bg-white-color);}
.bg-color2-max{
  background-color: var(--bg-color2);
  margin: 0 calc(50% - 50vw);
  padding: 90px calc(50vw - 50%);
  width: 100vw;
}
.bg-color2-max._pd40 {padding: 40px calc(50vw - 50%);}
ul,ol {margin: 0; padding: 0;}
.snsWrap {
  display: flex;
  gap: 25px;
  align-items: center;
}
.snsWrap  a {
  display: flex;
  align-items: flex-end;
}
/*btn*/
.btnWrap {
  margin: 60px 0 0;
  width: 100%;
}
.btnWrap-40 {
  margin: 40px 0 0;
  width: 100%;
}
.btn {
  background-color: transparent;
  border: 1px solid var(--main-color);
  color: var(--text-white-color);
  max-width: 280px;
  width: 100%;
  height: 60px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  position: relative;
  transition: all ease 0.1s;
  margin: 0 auto;
}
.btn._white {
  background-color: transparent;
  border: 1px solid var(--bg-white-color);
  color: var(--text-white-color);
}
.btn._main-c {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: var(--text-white-color);
}
.btn.mini {
  max-width: 110px;
  height: 30px;
  font-size: 14px;
  font-weight: 400;
}
.btn.arrow {
  background-image: url("/tmp-parts/img/common/arrow-next-w.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 13px 4px;
}
.text-r-arrow {
  display: flex;
  gap: 16px;
  align-items: center;
}
.text-r-arrow::after {
  content: "";
  width: 6px;
  height: 12px;
  background: url("/tmp-parts/img/common/icon-arrow.svg") no-repeat center / cover;
  flex-shrink: 0;
}
/*title*/
#itemDetail-wrap .description h3,
.recommend h2,
article h2,
.titleh2 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 20px;
}
.titleh2 a {
  text-decoration: none !important;
}
.titleh3 {
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid;
}
.titleh4 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 5px 20px 13px;
  background-color: var(--main-color);
  color: var(--text-white-color);
  border-bottom-right-radius: 40px;
}
.titleh5 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px;
  padding-left: 7px;
  border-left: 8px solid var(--main-color);
}
.titleh6 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 30px;
  background-color: var(--main-color);
  color: var(--text-white-color);
  padding: 5px 15px;
}
/*.columnWrap*/
.column3Wrap {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
}
.column5Wrap {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 30px;
}
/* ----------------------------------- */
/*top*/
/* ----------------------------------- */
.top-parts-p {padding: 120px 0;}
.top-parts-m {margin: 120px 0;}
.top-titleh2 {
  margin: 0 0 40px;
  text-align: center;
}
.top-titleh2._white {color: var(--text-white-color);}
.top-titleh2 .en {
  font-weight: 500;
  font-size: 32px;
  font-family: var(--font-2);
  line-height: 1.2;
  margin: 0;
}
.top-titleh2 .title {
  font-size: 14px;
  margin: 6px 0 0;
  text-align: center;
  font-weight: 400;
}
.top-titleh2._white .title {
  color: var(--text-white-color);
}
.top-titleh2._left,
.top-titleh2._left .title {text-align: left;}
.top-titleh3 {
  font-size: 24px;
  margin: 0 0 40px;
  line-height: 1.2;
  font-weight: 400;
}
.top-titleh3._center {text-align: center;}
.fs16-border-b{
  border-bottom: 1px solid;
  margin: 0 0 10px;
  font-weight: 400;
}
.fs14-border-b{
  border-bottom: 1px solid;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 14px;
}
.btn-column3pc-wrap {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap:20px;
}
.btn-column3pc-wrap .btn {
  max-width: initial;
  background-image: url(/tmp-parts/img/common/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 8px 14px;
  text-align: center;
}
.table-normal th {
  vertical-align: top;
  text-align: left;
  font-weight: 400;
}
.label-new {
  width: 50px;
  height: 50px;
  border-radius: calc(1px / 0 );
  background-color: #FF5C14;
  color: #fff;
  font-family: var(--font-2);
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*top new,pickup共通*/
.newItem h2,
.pickup h2 {
  font-size: 14px;
  margin: 6px 0 40px;
  text-align: center;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newItem h2::before {content: "NEW ITEMS";}
.pickup h2::before {content: "RESTOCK";}
.newItem h2::before,
.pickup h2::before {
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  font-family: var(--font-2);
  margin: 0;
  letter-spacing: normal;
}
/*new*/
.newItem {
  overflow: hidden;
  margin: 120px 0;
}
.newItem .column-set {
  padding: 0 32px 100px;
}
.newItem .column-set .slick-list {
  overflow: visible;
}
.newItem .slick-slide {
  margin: 30px 8px 0;
  position: relative;
}
.newItem .itemThumb-wrap {
  margin-bottom: 10px;
}
.newItem p.price {
  text-align: left;
  margin-bottom: 0;
}
/*pickup*/
.pickup {
  overflow: hidden;
  padding: 120px 0;
  background-color: var(--bg-color);
}
.pickup .column-set {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 0 100px;
}
.pickup .column-set .slick-list {
  overflow: visible;
}
.pickup .slick-slide {
  margin: 0 50px;
  position: relative;
}
.pickup  p.price {
  text-align: left;
  margin-bottom: 0;
}
/* ------------------------------------- */
/*テンプレ用テーマ(min-width: 768px) and (max-width: 1210px)*/
/* ------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1210px) {
  /*.columnWrap*/
  .column5Wrap {grid-template-columns: repeat(4,1fr);}
}
/* ------------------------------------- */
/*PC テンプレ用テーマ(min-width: 768px)*/
/* ------------------------------------- */
@media screen and (min-width: 768px) {
  /*btn*/
  .btn:hover {
    transition: all ease 0.1s;
    color: var(--text-white-color);
    background-color: var(--main-color);
  }
  .btn._main-c:hover {
    background-color: var(--bg-white-color);
    color: var(--main-color);
  }
  .btn._white:hover {
    border: 1px solid var(--main-color);
  }
  .btn.arrow:hover {background-image: url("/tmp-parts/img/common/arrow-next.svg");}
  .btnLeft {margin: 0;}
  .btnRight {margin: 0 0 0 auto;}
  .btnCenter {margin: 0 auto;}
  .btn-column3pc-wrap .btn:hover {background-image: url("/tmp-parts/img/common/icon-arrow-w.svg");}
}
/* ------------------------------------- */
/*SP テンプレ用テーマ(max-width: 767px)*/
/* ------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {display: none !important;}
  .sp {display: block !important;}
  /*btn*/
  .btnWrap {margin: 40px 0 0;}
  .btn.arrow {
    background: var(--bg-color) url("/tmp-parts/img/common/icon-arrow-w.svg") no-repeat center right 10px / 6px 12px;
  }
  .btn-column3pc-wrap .btn {
    background-position: center right 15px;
  }
  /*title*/
  #itemDetail-wrap .description h3,
  .recommend h2,
  article h2,
  .titleh2 {
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 10px;
  }
  .titleh3 {
    font-size: 24px;
    margin: 0 0 10px;
    padding-bottom: 0;
  }
  .titleh6 {
    margin: 0 0 20px;
    padding: 7px 0 2px 15px;
    position: relative;
  }
  .titleh6::before {
    content: "";
    background-color: var(--main-color);
    width: 16px;
    height: 100%;
    position: absolute;
    left: -15px;
    top: 0;
  }
  
  /*.column5Wrap*/
  .column3Wrap {grid-template-columns: 1fr;}
  .column5Wrap {
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
  }
  /* ----------------------------------- */
  /*top (max-width: 767px)*/
  /* ----------------------------------- */
  .top-parts-p {padding: 60px 0;}
  .top-parts-m {margin: 60px 0;}
  .top-titleh2 .en {font-size: 24px;}
  .top-titleh2 .title {font-size: 12px;}
  .top-titleh3 {font-size: 20px;}
  .btn-column3pc-wrap {    
    grid-template-columns: repeat(2,1fr);
    gap:10px;
    margin-bottom: 27px;
  }
  /*top new,pickup共通*/
  .newItem h2,
  .pickup h2 {
    font-size: 12px;
  }
  .newItem h2::before,
  .pickup h2::before {
    font-size: 24px;
  }
  /*new*/
  .newItem {
    margin: 60px 0;
  }
  .newItem .column-set {
    padding: 0 10px 80px;
  }
  .newItem .slick-slide {
    margin: 30px 5px 0;
  }
  /*pickup*/
  .pickup {
    padding: 60px 0;
  }
  .pickup .column-set {
    padding: 0 10.5px 80px;
  }
  .pickup .slick-slide {
    margin: 0 4.5px;
  }
}
/* ----------------------------------- */
/*slick*/
/* ----------------------------------- */
/*slick-dots*/
.slick-dots li {
  margin: 0 6px !important;
  width: 8px !important;
  height: 8px !important;
}
.slick-dots li button {
  width: 8px !important;
  height: 8px !important;
}
.slider-wrap .slick-dots li button:before {
  opacity: 1;
  width: 8px !important;
  height: 8px !important;
  content: '';
  text-align: center;
  background-color: var(--bg-color);
  border-radius: calc(1px / 0);
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: var(--main-color);
}
/*slick-prev next*/
.newItem .slick-prev,.newItem .slick-next,
.pickup .slick-prev,.pickup .slick-next,
.ranking .slick-prev,.ranking .slick-next {
  top: initial;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  bottom: 0;
  background: var(--main-color);
}
.newItem .slick-prev,
.pickup .slick-prev,
.ranking .slick-prev {
  left: calc(50% - 31px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.newItem .slick-next,
.pickup .slick-next,
.ranking .slick-next {
  right: calc(50% - 31px);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.slick-prev:before, .slick-next:before {
  content: '' !important;
  width: 36px;
  height: 5px;
  display: flex;
}
.slick-prev:before {
  background: url(/tmp-parts/img/common/arrow-prev-w.svg) no-repeat center / 18px 6px;
}
.slick-next:before {
  background: url(/tmp-parts/img/common/arrow-next-w.svg) no-repeat center / 18px 6px;
}
body .slick-prev:hover,
body .slick-next:hover {
  background: #ADADAD !important;
}
body .slick-prev:focus,
body .slick-next:focus{
  background: var(--main-color);
}
.slick-prev:hover:before {
  background: url(/tmp-parts/img/common/arrow-prev.svg) no-repeat center / 18px 6px;
}
.slick-next:hover:before {
  background: url(/tmp-parts/img/common/arrow-next.svg) no-repeat center / 18px 6px;
} 
/* ----------------------------------- */
/*footer*/
/* ----------------------------------- */
#footer-AreaWrap {
  padding: 102px 0 200px;
  background-color: var(--main-color);
  color: var(--text-white-color);
  font-size: 14px;
}
#footer-AreaWrap nav a {
  color: var(--text-white-color);
}
#footer-AreaWrap nav a:hover {
  text-decoration: underline;
}
#footerNaviWrap {
  margin-bottom: 90px;
}
#footerNaviWrap .footerNavi {
  display: grid;
  gap: 60px;
  margin-bottom: 60px;
}
#footerNaviWrap .footerNavi dl:not(:last-child) {
  border-right: 1px solid #707070;
}

#footerNaviWrap .footerNavi dl dt:first-child {
  font-size: 18px;
  margin-bottom: 19px;
}
#footerNaviWrap .footerNavi dl dd {
  margin-bottom: 16px;
}
#footerNaviWrap .footerNavi dl dd::before {
  content: "";
  width: 11px;
  height: 7px;
  background: url("/tmp-parts/img/common/icon-arrow2-w.svg") no-repeat center / cover;
  margin-right: 7.5px;
  display: inline-block;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 50px;
  margin-bottom: 20px;
}
.footer-m-Wrap {
  display: flex;
  gap: 20px 50px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.footer-m-Wrap .footer-m-box .logo{
  width: 166px;
}
.footer-m-Wrap .footer-m-box.flex-column{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-m-Wrap .footer-m-box.grid-column{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.footer-b-Wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px 55px;
  margin-top: 30px;
}
.pageTopBtn {
  text-align: right;
  padding: 0 0 40px;
  border-bottom: 1px solid #707070;
}
.pageTopBtn2 {
  position: fixed;
  right: 20px;
  opacity: 0;
}
.pageTopBtn2.fixed {
  bottom: 20px;
  opacity: 1;
  transition: 0.6s;
}
.cp-site-link {
  border-radius: calc(1px / 0);
  background-color: var(--bg-white-color);
  color: var(--main-color);
  border: 1px solid var(--bg-white-color);
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 30px;
  gap: 6px;
  margin: 0 0 0 auto;
}
.cp-site-link::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url("/tmp-parts/img/common/icon-blank.svg") no-repeat center / cover;
}
.cp-site-link:hover {
  background-color: var(--main-color);
  color: var(--bg-white-color);
}
.cp-site-link:hover::after {
  background: url("/tmp-parts/img/common/icon-blank-w.svg") no-repeat center / cover;
}
#subc_calendar {
  color: var(--main-color);
  width: 250px;
}
@media  screen and (min-width: 767px) and (max-width: 889px) { 
  #footerNaviWrap .footerNavi {
    grid-template-columns: repeat(2, 1fr);
  }
  #footerNaviWrap .footerNavi dl:nth-of-type(2n) {
    border:none;
  }
}
@media  screen and (min-width: 890px) and (max-width: 1219px) { 
  #footerNaviWrap .footerNavi {
    grid-template-columns: repeat(3, 1fr);
  }
  #footerNaviWrap .footerNavi dl:nth-of-type(3n) {
    border:none;
  }
}
@media screen and (min-width: 1220px) { 
  #footerNaviWrap .footerNavi {
    grid-template-columns: repeat(4, 1fr);
  }
  #footerNaviWrap .footerNavi dl:nth-of-type(4n) {
    border:none;
  }
}
@media screen and (max-width: 767px) {
  #footer-AreaWrap {
    padding: 42px 0 200px;
  }
  #footerNaviWrap {
    margin-bottom: 60px;
  }
  #footerNaviWrap .footerNavi {
    display: none;
  }
  .footer-links {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .pageTopBtn {
    padding: 20px 0 0;
    border-bottom: none;
    border-top: 1px solid #707070;
  }
  .pageTopBtn2 {
    position: fixed;
    right: 5px;
    bottom: -60px;
    z-index: 5;
  }
  .pageTopBtn2.fixed {
    bottom: 60px;
  }
  .footer-b-Wrap {
    align-content: center;
    flex-direction: column;
    text-align: center;
  }
  .cp-site-link {
    margin: 0 auto;
  }
  .footer-m-Wrap .footer-m-box.flex-column{
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-m-Wrap .footer-m-box.grid-column{
    gap: 8px;
  }
  #footer-AreaWrap .snsWrap {
    justify-content: space-between;
  }
}
/* ----------------------------------- */
/* CTA固定ボタン */
#fixedBtnSpArea {
  width: 100%;
  opacity: 0;
  z-index: 10;
  position: fixed;
  bottom: -50px;
  transition: 0.6s;
  background-color: #D3D3D3
}
#fixedBtnSpArea.fixed {
  opacity: 1;
  transition: 0.6s;
  bottom: 0;
}
#fixedBtnSpArea #fixedBtnSp {
  display: block;
}
#fixedBtnSpArea #fixedBtnSp ul {
  height: 50px;
  width: 100%;
  overflow: hidden;
  display: flex;
  gap: 1px;
}
#fixedBtnSpArea #fixedBtnSp ul li {
  flex-basis: 100%;
  background-color: var(--bg-color);
}
#fixedBtnSpArea #fixedBtnSp ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--main-color) !important;
  margin: 0;
  font-size: 14px;
  text-decoration: none;
  gap:7px;
}
@media screen and (min-width: 1025px) {
  #fixedBtnSpArea #fixedBtnSp {
    display: none;
  }
}


/*ミルクティー様専用スタイル*/
#itemDetail-wrap {
  margin-bottom: 90px;
}
.related_categories_wrapper {
  margin-bottom: 40px;
}
.related_categories_wrapper.banner_row2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  gap: 20px;
}
#item_review .item_review_box + .item_review_box{
  margin-top: 30px;
}
.item_review_box .contributor {
  border-bottom: 1px solid var(--sub-color);
  display: flex;
  gap: 15px;
  align-items: center;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.item_review_box .contributor .person,.item_review_box .contributor .rating {
  font-size: 14px;
}


/*---------------------------------------------
     itemDetail/itemList
   ---------------------------------------------*/
 /* itemList
 ----------------------------------------------- */
.header_area h2.txt {
    margin: 0 auto 20px;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    font-size: 1.0rem;
    font-weight: normal;
    border: #ddd double;
    padding: 10px;
}
.description1, .description2, .description3 {
	margin-left: 25px;
}
#itemList_wrap {
/*margin: 0 20px 0 0;*/
}
#itemList {
	padding: 0;
	margin: 20px 0px 60px 0px;
	/*background: url(../img/mainttl_bg.gif) repeat-x top left;*/
}
/*カテゴリータイトル画像　調整*/
.categoryBrand {
	text-align: center;
}
	
.categoryBrand img {
	max-height: 100px;	
}
/*サブカテゴリー一覧リスト　調整*/
#subcategory_banner ul {
    width: 95%;
    margin: 0 auto;
    padding-bottom:30px;
}
#subcategory_banner li {
    float:left;
    width: 33.3%;
    padding: 0 5px;
    -webkit-box-sizing : border-box;
    -moz-box-sizing : border-box;
    box-sizing : border-box;
}
#subcategoryList h2 {
    width: 95%;
    margin: 0 auto;
    text-align:left;
    font-size:1.2rem;
}
#subcategoryList ul {
    width: 100%;
    margin: 0;
    padding-bottom:30px;
}
#subcategoryList li {
    float: left;
    display: block;
    width: 31%;
    padding: 10px 25px;
    margin: 2px;
    background: url(https://junyu-fuku.com/pic-labo/footer_arrow.gif) 7% 50% no-repeat;
    font-size: 0.8rem;
    text-align: left;
    border: #ddd solid 1px;
    -webkit-box-sizing : border-box;
    -moz-box-sizing : border-box;
    box-sizing : border-box;
}
#subcategoryList2 li {
    float: left;
    display: block;
    width: 25%;
    padding: 0 3px;
    font-size: 1.0rem;
    text-align: center;
    font-weight:bold;
    line-height: 1.2;
    -webkit-box-sizing : border-box;
    -moz-box-sizing : border-box;
    box-sizing : border-box;
}
@media screen and (max-width: 767px) {
  #itemDetail-wrap {
    margin-bottom: 60px;
  }
}