/*css変数*/
:root {
  --main-color: #14263D;
  --text-color: #FEFEFE;
  --text-color2: #333;
  --text-hover-color: #8F8F8F;
  --white-color: #fff;
  --bg-color: #F8F8F8;
  --bg-color2: #1B140D;
  --bg-white-color: #fff;
  --accent-color:#660000;
  --sub-color: #435164;
  --gray-color: #8B8B8B;

  --font-2: "Shippori Mincho", serif;
  --alert-color: #E37E7E;
  --text-red-color: #660000;
}
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%;
  overflow-wrap: anywhere;
}
.Mincho {font-family: var(--font-2);}
body.top .header_area,
body.top .footer_area {
  display: none;
}
img[src*="TRACKING/tracking.php"] {
    position: absolute;
}
#wrapper {background-color: var(--main-color);}
/* ----------------------------------- */
/* コンテナ*/
/* ----------------------------------- */
/* .container,
#main-column-full,
#bread-crumb-listTop,
#itemDetail-wrap,
#itemList_wrap,
#shopGuide_wrap,
.recommend,
.cart-section,
section.recommend,
.header_area,
.footer_area */
.container, body:not(.top) #main-column, #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;
}
.cart-article #main-column-full{
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1210px) {
  .container, body:not(.top) #main-column, #main-column-full  {
    max-width: 1060px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 767px) { 
  .container, body:not(.top) #main-column, #main-column-full  {
    max-width: 750px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ----------------------------------- */
/*header*//* .topを付けて.top専用ヘッダーをつくる */
#header-inner {
  box-sizing: border-box;
  width: 100%;
}
.top #header-inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
#header-inner.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
/* .top #header-inner.fixed {
  background-color: #363F4A;
  border-bottom: 1px solid #363F4A;
} */
body.top #header-inner:not(.fixed) {
  background-color: transparent;
  border-bottom: 1px solid #FFFFFF;
}
body.top #header-inner:has(.open) {
  background-color: #363F4A;
}
body.top #header-inner:not(.fixed) .header-inner-box {
  background-color:transparent;
}
.header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  height: 90px;
  padding: 0 5%;
  background-color: #363F4A;
}
.header-inner-box #logo {
  width: 119px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: .4s ease-out;
}
.header-inner-box .textlinks {
    display: flex;
    gap: 26px;
    margin-top: 12px;
}
.header-inner-box .r .textlinks {justify-content: flex-end;}
body.top #header-inner:not(.fixed) #logo {width: 162px;transition: .4s ease-out;}
#fl-header-nav {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: flex-end;
}
#fl-header-nav li a{
  display: flex;
  align-items: center;
}
#header-nav-drawer {display: none;}
#searchbox_wrap {
  position: relative;
}
#search{
  /* min-width: 260px;
  max-height: 354px;
  position: absolute;
  opacity: 1;
  visibility: visible;
  left: -20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  position: fixed;
  background: rgba(2,2,2,.7); */
  display: none;
}
.open #search{
  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 .search_form form {
  display: block;
  right: 0px;
  top: 27px;
}
#header_search_form input[type="text"] {
  width: calc(100% - 55px) !important;
}
#header_search_form button {
  background: var(--bg-color2) url("/tmp-parts/img/common/icon-search.svg") no-repeat center / 20px;
}
#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(--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: 55px;
  height: 35px;
  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;
}
.top-header-bnr {font-size: 14px;background-color: #1B140D;padding: 9px 15px 10px;display: block;}
.top-header-bnr p {text-align: center;}
@media screen and (max-width: 967px) { 
  #header-inner .snsWrap {
    display: none;
  }
  .header-inner-box {
    position: relative;
    flex-wrap: wrap;
    height: 60px;
    padding: 0 15px;
  }
  .header-inner-box #logo {
    width: 80px;
    top: 10px;
    left: 15px;
    -webkit-transform: none;
    transform: none;
  }
  .header-inner-box .textlinks {
      display: none;
  }
  body.top #header-inner:not(.fixed) #logo {width: 80px;}
  #fl-header-nav {margin-right: 44px;}
  #header-nav-mypage,
  #header-nav-info {
    display: none;
  }
  #header-nav-drawer  {
    display: block;
    position: absolute;
    z-index: 11;
    top: 21px;
    right: 15px;
    width: 22px;
    height: 22px;
  }
  #header-nav-drawer span {
    display: block;
    width: 24px;
    height: 1px;
    margin: 0;
    background: #fff;
  }
  #header-nav-drawer span::before, #header-nav-drawer span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 24px;
    background: #fff;
    transition: .3s;
  }
  #header-nav-drawer span::before {
    margin-top: -3px;
  }
  #header-nav-drawer span::after {
    margin-top: 6px;
  }
  .header-sp-nav {
    width: 100%;
  }
  .top .header-sp-nav ul {background-color: var(--bg-color);}
  .header-sp-nav ul {display: flex;}
  .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;
  color: #333;
}
.menu-Navilinks .t-sp {display: inline-block !important;}
.menu-Navilinks .sub-menu li a {color: #333;}

#headIframe {
  width: 100%;
  height: 50px;
  padding: 0;
}
@media screen and (min-width: 968px) { 
  #headerNaviWrap {
    background-color: rgba(250,250,250,.8);
  }
  body.top #header-inner:not(.fixed) #headerNaviWrap {background-color: transparent;border-top: 1px solid #fff;}
  body.top #header-inner:not(.fixed) #headerNaviWrap .menu-Navilinks > li > a{ color: #fff; }
  body.top #header-inner:not(.fixed) #headerNaviWrap .menu-Navilinks > li > a::after{ background: url(/tmp-parts/img/common/icon-arrow-bottom-w.svg) no-repeat center / cover; }
  .menu-Navilinks {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .menu-Navilinks.sp-none {
    display: none !important;
  }
  .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 .t-sp {display: none !important;}
  .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;
    max-height: 354px;
    overflow-x: auto;
  }
  #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: 967px) {
  #headerNaviWrap {
    display: none;
  }
  #headerNaviWrap.open {
    display: block;
  }
  #headerNaviWrap .close {
    position: fixed;
    top: 19px;
    right: 14px;
    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;
    right: 0;
    top: 60px;
    width: 100%;
    background-color: #585E6E;
    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;
  }
  .headerNavi-inr.container {
    margin-bottom: 120px;
    padding: 0 !important;
  }
  .menu-Navilinks {
    padding: 0 15px;
  }
  .menu-Navilinks.sp-none {
    display: block !important;
  }
  #menu-NaviBox {
    padding-bottom: 220px;
  }
  #menu-NaviBox .nav-togglesp {
    background-color: #fff;
  }
  .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;
    color: #fff;
  }
  #menu-NaviBox .nav-togglesp .menu-Navilinks > li > a {
    color: #333333;
  }
  .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;
    padding-bottom: 20px;
  }
  .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(--white-color);}
.text_dark{color: var(--text-color2);}
.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;}
.box + .box {margin-top: 60px;}
.snsWrap {
  display: flex;
  gap: 25px;
  align-items: center;
}
.snsWrap  a {
  display: flex;
  align-items: flex-end;
}
.footer-inr .snsWrap {
  justify-content: flex-end;
}
/*btn*/
.btnWrap {
  margin: 50px 0 0;
  width: 100%;
}
.btnWrap-40 {
  margin: 40px 0 0;
  width: 100%;
}
.btn {
  background-color: transparent;
  border: 1px solid var(--text-color2);
  color: var(--text-color2) !important;
  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(--white-color) !important;
}
.btn._main-c {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: var(--white-color) !important;
}
.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,
.journal-cont h2,
.titleh2 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 40px;
}
.titleh2 a {
  text-decoration: none !important;
}
.journal-cont h3,
.titleh3 {
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 40px;
  padding-bottom: 6px;
  border-bottom: 1px solid;
}
.journal-cont h4,
.titleh4 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 30px;
}
.journal-cont h4::after,
.titleh4::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--white-color);
  display: block;
  margin-top: 10px;
}
.journal-cont h5,
.titleh5 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 30px;
  padding-left: 28px;
  position: relative;
}
.journal-cont h5::before,
.titleh5::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: var(--white-color);
  position: absolute;
  top: 8px;
  left: 0;
}
.journal-cont h6,
.titleh6 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 30px;
  background-color: var(--sub-color);
  color: var(--white-color);
  padding: 5px 15px;
}
.journal-cont h6.white,
.titleh6.white {
  background-color: var(--white-color);
  color: var(--text-color);
}
.max720_center {max-width: 720px;margin: 0 auto 40px;}
/*.columnWrap*/
.column2Wrap {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 60px;
}
.column3Wrap {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
}
.column5Wrap {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 30px;
}
/*table*/
.tmp_table th,.tmp_table td {padding: 16px;font-weight: 500;}
.tmp_table th {
  background-color: var(--bg-color);
  color: var(--text-color2);
  border-bottom: 1px solid var(--text-color2);
}
.tmp_table td {
  background-color: var(--sub-color);
  border-bottom: 1px solid var(--text-color);
}
.tmp_table tr:last-child th,.tmp_table tr:last-child td {border-bottom: none;}

.tmp_table_type2 {table-layout: fixed;}
.tmp_table_type2 tbody th {
  background-color: #F8F8F8;
  color: #333;
  padding: 15px 5px !important;
  text-align: center;
  text-align: center;
}
.tmp_table_type2 tbody td {
  padding: 15px 5px !important;
  text-align: center;
  background-color:  var(--sub-color);
  text-align: center;
  border-bottom: 1px solid #ccc !important;
}
.tmp_table_type2 tbody th + th,.tmp_table_type2 tbody td + td {
  border-left: 2px solid #ccc !important;
}

.tmp_table_type3 th,.tmp_table_type3 td {font-weight: 500;padding-top: 14px;padding-bottom: 14px;}
.tmp_table_type3 th {border-bottom: 1px solid var(--bg-white-color);}
.tmp_table_type3 td {padding-left: 20px;border-bottom: 1px solid #8B8B8B;}
/*list*/
ul.iconList li {
  padding: 0 0 0 1em !important;
  list-style: none;
  line-height: 32px;
  position: relative;
}
ul.iconList li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--white-color);
  position: absolute;
  left: 0;
  top: 13px;
  display: block;
}
#JournalList .journal-cont ol, #Journal .journal-cont ol {
  margin: 0 0 20px;
  padding: 0 0 0 1.6em;
}
#JournalList .journal-cont ol li, #Journal .journal-cont ol li {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  margin-bottom: 1em;
  list-style-type: decimal-leading-zero;
}
#JournalList .journal-cont ol li::marker, #Journal .journal-cont ol li::marker {
  color: #8F8F8F;
}
/*フリーページ*/
#JournalList .journal-cont a {color: var(--text-hover-color);text-decoration: underline;}
/* ----------------------------------- */
/*top*/
/* ----------------------------------- */
.top-parts-p {padding: 80px 0;}
.top-parts-m {margin: 80px 0;}
.top-titleh2 {
  margin: 0 0 40px;
  text-align: center;
}
.top-titleh2._white {color: var(--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(--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;
}
.top-btn-column-wrap,
.btn-column-wrap {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap:20px;
}
.top-btn-column-wrap .btn,
.btn-column-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;
}
.top-btn-column-wrap .btn._white,
.btn-column-wrap .btn._white {
  background-image: url(/tmp-parts/img/common/icon-arrow-w.svg);
}
.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-weight: 500;
  font-size: 32px;
  font-family: var(--font-2);
  line-height: 1.2;
  margin: 0;
  text-align: center;
}
body .newItem .column-set .column4:nth-child(n + 9),
body .pickup .column-set .column5:nth-child(n + 9) {display: none;}
body .newItem .column4 .itemThumb-wrap, body .pickup .column5 .itemThumb-wrap,
body .newItem .column4 .itemThumb, body .pickup .column5 .itemThumb {margin:0;}
body .newItem .column-set .column4,
body .pickup .column-set .column5 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
}
body .newItem .column-set .column4 .price,
body .pickup .column-set .column5 .price {
  margin-top: auto;
}
/*new*/
.newItem {overflow: hidden;padding: 80px 52px;background-color: var(--bg-color2);}
body:not(.top) .newItem {
  position: relative;
	margin: 0 calc(50% - 50vw);
	padding: 80px calc(50vw - 50%);
	width: 100vw;
}
.newItem .badge {
  display: none;
}
/* .newItem .column-set {padding: 0 32px 70px;}
.newItem .column-set .slick-list {overflow: hidden;}
.newItem .slick-slide {margin: 0 36px;position: relative;padding: 30px 0;} */
.newItem .itemThumb-wrap {margin-bottom: 10px;position: relative;}
.newItem p.price {text-align: left;margin: 0;}
.top .newItem .badge {z-index: 2;}
.newItem  p.price {font-size:16px;margin: 15px 0 0;}
.newItem .slick-slide::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -36px;
  top: 0;
  background-color: #3A3D45;
}
body .newItem .column-set {display: grid !important;grid-template-columns: repeat(4,1fr);gap:35px;max-width: 1100px;margin: 0 auto;}
/*pickup*/
.pickup {overflow: hidden;padding: 80px 52px 90px;background-color: var(--bg-color2);}
/* .pickup .column-set {max-width: 1310px;margin: 0 auto;padding: 0 15px;}
.pickup .column-set .slick-list {overflow: visible;}
.pickup .slick-slide {position: relative;} */
.pickup h3 {font-size: 16px;font-weight: 500;}
.pickup  p.price {text-align: left;margin: 10px 0 0;}
body .pickup .column-set {display: grid !important;grid-template-columns: repeat(4,1fr);gap:35px;max-width: 1100px;margin: 0 auto;}


/* ------------------------------------- */
/*テンプレ用テーマ(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-color2) !important;
    background-color: var(--white-color);
  }
  .btn._main-c:hover {
    background-color: var(--bg-white-color);
    color: var(--main-color) !important;
  }
  .btn._white:hover {border: 1px solid var(--main-color) !important; }
  .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;}
  .top-btn-column-wrap .btn._white:hover,
  .btn-column-wrap .btn._white:hover {
    background-image: url(/tmp-parts/img/common/icon-arrow.svg);
  }
  
  /*pickup*/
  /* .pickup .column-set {
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  .pickup .column-set .column5 {padding: 30px 50px;border-bottom: 1px solid #3A3D45;margin-bottom: 30px;position: relative;}
  .pickup .column-set > .column5:not(:nth-child(3n))::after {
    content: "";
    width: 1px;
    height: calc(100% - 30px);
    position: absolute;
    right: 0;
    top: 0;
    background-color: #3A3D45;
  }
  .pickup .column-set .itemThumb-wrap {margin: 0 0 16px 0;} */

  
  /*.columnWrap*/
  .column2Wrap.pc3_7 {
    grid-template-columns: 318px 1fr;
    gap: 20px;
  }
  .column2Wrap.pc7_3 {
    grid-template-columns: 1fr 318px;
    gap: 20px;
  }
}
/* ------------------------------------- */
/*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;
  }
  .top-btn-column-wrap,
  .btn-column-wrap {  grid-template-columns: repeat(2,1fr);gap:10px;}
  .top-btn-column-wrap .btn {background-position: center right 15px;}
  .btn-column-wrap .btn {
    background-position: center right 8px;
    height: auto;
    padding: 8px;
    font-size: 12px;
    background-size: 5px 9px;
  }
  /*title*/
  #itemDetail-wrap .description h3,
  .recommend h2,
  article h2,
  .journal-cont h2,
  .titleh2 {
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 10px;
  }
  .journal-cont h3,
  .titleh3 {
    font-size: 24px;
    margin: 0 0 10px;
    padding-bottom: 0;
  }
  .journal-cont h6,
  .titleh6 {
    margin: 0 0 20px;
    padding: 7px 0 2px 15px;
    position: relative;
  }
  .journal-cont h6::before,
  .titleh6::before {
    content: "";
    background-color: var(--main-color);
    width: 16px;
    height: 100%;
    position: absolute;
    left: -15px;
    top: 0;
  }
  .max720_center {margin: 0 auto 20px;}
  /*.columnWrap*/
  .column2Wrap {grid-template-columns: 1fr;gap: 30px;}
  .column3Wrap {grid-template-columns: 1fr;}
  .column5Wrap {grid-template-columns: repeat(2,1fr);gap: 12px 20px;}
  /*table*/
  .tmp_table th,.tmp_table td {padding: 10px 8px;font-weight: 400;display: block;width: 100%;}
  #guide .tmp_table_type2 th,#guide .tmp_table_type2 td {display: revert;}

  .tmp_table_type3 th,.tmp_table_type3 td {width: 100%;display: block;}
  .tmp_table_type3 td {padding-left: 0;}
  /* ----------------------------------- */
  /*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;}
  /*top new,pickup共通*/
  .newItem h2,.pickup h2 {font-size: 24px;}
  .newItem h2::before,.pickup h2::before {font-size: 24px;}

  /*new*/
  .newItem {padding: 60px 15px; }
  body:not(.top) .newItem {
    padding: 60px calc(50vw - 50%);
  }
  /* .newItem .column-set {padding: 0 15px 80px;}
  .newItem .slick-slide {margin: 0 8px;padding-top: 20px;}
  .newItem .slick-slide::after {right: -8px;}
  .newItem .column-set .slick-list {overflow: visible;}
  .top .newItem .badge {z-index: 2;top: 24px;right:4px;left: unset;} */
  body .newItem .column-set {display: grid !important;grid-template-columns: repeat(2,1fr);gap:15px;}
  /*pickup*/
  .pickup {padding: 60px 15px;}
  /* .pickup .column-set {padding: 0 10.5px 60px;}
  .pickup .slick-slide {margin: 0 20px;padding-top: 30px;}
  .pickup .slick-slide::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -20px;
    top: 0;
    background-color: #3A3D45;
  } */
  body .pickup .column-set {display: grid !important;grid-template-columns: repeat(2,1fr);gap:15px;}
  body .pickup .column-set .column5:nth-child(n + 9) {display: none;}
}
/* ----------------------------------- */
/*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: #585E6E;
}
/*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;
}
.newItem .slick-prev,
.pickup .slick-prev,
.ranking .slick-prev {
  left: calc(50% - 25px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #707070;
}
.newItem .slick-next,
.pickup .slick-next,
.ranking .slick-next {
  right: calc(50% - 25px);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  background: #fff;
}
.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.svg) no-repeat center / 18px 6px;
}
/* body .slick-prev:hover,
body .slick-next:hover {
  background: #ADADAD !important;
}
.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(--white-color);
  font-size: 14px;
}
#footer-AreaWrap nav a {
  color: var(--white-color);
}
#footer-AreaWrap nav a:hover {
  text-decoration: underline;
}
#footerNaviWrap {
  margin-bottom: 80px;
}
#footerNaviWrap .footerNavi {
  display: grid;
  gap: 50px;
  margin-bottom: 20px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}
#footerNaviWrap .footer-links {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(239, 239, 239, .3);
  gap: 15px 50px;
}
.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-box.snsWrap-box {
  display: flex;
  align-items: flex-end;
  margin: 0 0 0 auto;
}
.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 30px;
  margin-top: 30px;
}
.pageTopBtn {
  text-align: right;
  padding: 0 0 40px;
  border-bottom: 1px solid rgba(239, 239, 239, .3);
}
.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(--text-color2);
  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;
}


.footer_storeInfoWrap {
  padding: 160px 0 130px;
  background: linear-gradient(to left ,rgba(0,0,0,.6),rgba(0,0,0,.6)),url("/tmp-parts/img/top/footer_storeInfo_bg.jpg") no-repeat top center/ cover;
}
.footer_storeInfoWrap ._btnWrap {margin-top: 32px;}
.parts-i-area {background-color: var(--main-color);}

body.top footer #parts-i {
  display: none;
}
@media  screen and (min-width: 767px) and (max-width: 889px) { 
}
@media  screen and (min-width: 890px) and (max-width: 1219px) { 
}
@media screen and (min-width: 1220px) { 
}
@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;}
  #footerNaviWrap .footer-links {border-bottom: none;padding-bottom: 0;}
  .pageTopBtn {
    padding: 20px 0 0;
    border-bottom: none;
    border-top: 1px solid rgba(239, 239, 239, .3);
  }
  .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 {justify-content: center;text-align: center;}
  
  .footer-m-Wrap .footer-m-box.flex-column{width: 100%;margin-bottom: 20px;}
  .footer-m-Wrap .snsWrap-box {display: block;width: 100%;}
  .footer-m-Wrap .footer-m-box.grid-column{gap: 8px;}
  
  .footer_storeInfoWrap {padding: 60px 0;
  background: linear-gradient(to left ,rgba(0,0,0,.6),rgba(0,0,0,.6)),url("/tmp-parts/img/top/footer_storeInfo_bg.jpg") no-repeat top left / cover;}
  .footer_storeInfoWrap ._btnWrap {margin-top: 23px;}
}

.footer_catlistbox {display: grid;grid-template-columns: repeat(3, 1fr);gap: 14px;}
.footer_catlistbox._column5 {display: grid;grid-template-columns: repeat(5, 1fr);gap: 14px;}
.footer_catlistbox li{position: relative;padding-left: 13px;}
.footer_catlistbox li::before {
  content: "";
  height: 1px;
  width: 6px;
  border-radius: calc(1px / 0);
  background-color: var(--white-color);
  position: absolute;
  top: 11px;
  left: 0;
}
/*----------------------------------*/
/*accordion*/
/*----------------------------------*/
.accordion-content {display: none;}
.accordion-title.open + .accordion-content {display: block;}

.nav_accordion,.page_accordion {
  margin: 0 auto;
  width: 100%;
  display: grid;
  gap: 50px;
}
.nav_accordion .accordion-list {
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(239, 239, 239, .3);
}
.nav_accordion .accordion-list .accordion-title {
  cursor: pointer;
  font-size: 18px;
  position: relative;
  font-weight: 400;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav_accordion .accordion-list .accordion-title .arrow {
  height: 7px;
  width: 12px;
  transition: all 0.3s ease-in-out;
  background: url("/tmp-parts/img/common/icon-arrow-bottom-w.svg") no-repeat center / cover;
  flex-shrink: 0;
}
.nav_accordion .accordion-list .accordion-title.open {
  transition: all 0.3s ease-in-out;
}
.nav_accordion .accordion-list .accordion-title.open .arrow {
  transform: rotate(180deg) !important;
}
.nav_accordion .accordion-list .accordion-text {
  display: none;
  position: relative;
}

.page_accordion {gap: 20px;}
.page_accordion .accordion-list {
  border-bottom: 1px solid #8B8B8B;
  padding-bottom: 20px;
}
.page_accordion .accordion-list .accordion-title,
.page_accordion .accordion-list .accordion-text {
  cursor: pointer;
  position: relative;
  font-weight: 500;
  padding-left: 56px;
  padding-right: 44px;
  padding-top: 5px;
}
.page_accordion .accordion-list .accordion-title {min-height: 40px;}
.page_accordion .accordion-list .accordion-title::before {content: "Q";background-color: var(--white-color);color: var(--text-color2);}
.page_accordion .accordion-list .accordion-text::before {content: "A";}
.page_accordion .accordion-list .accordion-title::before,
.page_accordion .accordion-list .accordion-text::before {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid var(--white-color);
  display: block;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  font-size: 24px;
  line-height: 34.2px;
}
.page_accordion .accordion-list .accordion-title .arrow::before,
.page_accordion .accordion-list .accordion-title .arrow::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 5px;
  width: 20px;
  height: 1px;
  background-color: var(--bg-white-color);
  transition: all 0.3s ease-in-out;
}
.page_accordion .accordion-list .accordion-title .arrow::before {
    transform: rotate(90deg);
}
.page_accordion .accordion-list .accordion-title.open {margin-bottom: 16px;}
.page_accordion .accordion-list .accordion-title.open .arrow::before {transform: rotate(180deg) !important;}
.page_accordion .accordion-list .accordion-title.open .arrow::after {opacity: 0;}
.page_accordion .accordion-list .accordion-text {
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_accordion .accordion-list .accordion-title {
    align-items: flex-start;
  }
  .page_accordion .accordion-list .accordion-title::before {margin-top: 6px;}
}
/* ----------------------------------- */
/* 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.w80{flex-basis: 80px;flex-shrink: 0;background-color: #363F4A;}
#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;
}
#fixedBtnSpArea #fixedBtnSp ul li.w80 a{color: var(--bg-color) !important;}
#fixedBtnSpArea #fixedBtnSp ul li a .icon{display: flex;}
@media screen and (min-width: 1025px) {
  #fixedBtnSpArea #fixedBtnSp {display: none;}
}

/*---------------------------------------------
     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 {
	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://mukashi-kan.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;
  }
}


.parts-cat-main {display: grid;grid-template-columns: repeat(3,1fr);gap: 30px;}
.parts-cat-main._column2 {grid-template-columns: repeat(2,1fr);gap: 20px;}
._column2{margin-bottom: 30px;}
.parts-cat-mainBox {height: 330px;padding: 27px 30px;}
.parts-cat-mainBox._1{background-image: linear-gradient(to left, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)),url("/tmp-parts/img/top/categories/top-cat-bg01.jpg");}
.parts-cat-mainBox._2{background-image: linear-gradient(to left, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)),url("/tmp-parts/img/top/categories/top-cat-bg02.jpg");}
.parts-cat-mainBox._3{background-image: linear-gradient(to left, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)),url("/tmp-parts/img/top/categories/top-cat-bg03.jpg");}
.parts-cat-mainBox._4{background-image: linear-gradient(to left, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)),url("/tmp-parts/img/top/categories/top-cat-bg04.jpg");}
.parts-cat-mainBox._5{background-image: linear-gradient(to left, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)),url("/tmp-parts/img/top/categories/top-cat-bg05.jpg");}
.parts-cat-mainBox._6{background-image: linear-gradient(to left, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)),url("/tmp-parts/img/top/categories/top-cat-bg06.jpg");}
.parts-cat-mainBox a {color: var(--text-white-color);}
.parts-cat-mainBox .cat-name {font-size: 24px;margin-bottom: 6px;}
.parts-cat-mainBox .cat-name-child {font-size: 14px;margin-bottom: 7px;}
.parts-cat-mainBox .link {position: absolute;inset: 0;}
.brand-5Wrap .columnBox {background-color:var(--white-color);padding: 12px;display: flex;align-items: center;justify-content: center;}
.brand-5Wrap .logo {border:1px solid var(--main-color);margin-bottom: 10px;}
.brand-5Wrap p {text-align: center;color: var(--text-color2);}


.bg-m-Box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.bg-m-Box::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-color: rgba(0, 0, 0, .3);
}
@media screen and (min-width: 768px) {
  .parts-cat-mainBox .cat-name-child::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;
  }
  .parts-cat-mainBox a:hover {opacity: .8;}
  .parts-cat-scene .bg-m-Box:hover::before {background-color: rgba(0, 0, 0, .1);}
  .parts-cat-scene .bg-m-Box a:hover p{color: var(--text-white-color);}
}
@media screen and (max-width: 967px) {
  .parts-cat-main {grid-template-columns: repeat(2,1fr);}
}
@media screen and (max-width: 767px) { 
  .parts-cat-main,.parts-cat-main._column2 {grid-template-columns: 1fr;gap: 10px;}
  ._column2{margin-bottom: 10px;}
  .parts-cat-mainBox {height: 160px;}
  .parts-cat-mainBox .link {inset: 0;z-index: 1;}
  .parts-cat-mainBox .cat-name-child {display: none;}
  .brand-5Wrap p {font-size: 14px;}

  .parts-cat-mainBox._1{background-image: linear-gradient(to left, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)),url("/tmp-parts/img/top/categories/top-cat-bg01_sp.jpg");}
  .parts-cat-mainBox._2{background-image: linear-gradient(to left, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)),url("/tmp-parts/img/top/categories/top-cat-bg02_sp.jpg");}
  .parts-cat-mainBox._3{background-image: linear-gradient(to left, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)),url("/tmp-parts/img/top/categories/top-cat-bg03_sp.jpg");}
  .parts-cat-mainBox._4{background-image: linear-gradient(to left, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)),url("/tmp-parts/img/top/categories/top-cat-bg04_sp.jpg");}
  .parts-cat-mainBox._5{background-image: linear-gradient(to left, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)),url("/tmp-parts/img/top/categories/top-cat-bg05_sp.jpg");}
  .parts-cat-mainBox._6{background-image: linear-gradient(to left, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)),url("/tmp-parts/img/top/categories/top-cat-bg06_sp.jpg");}
}

/*万華鏡専門店カレイドスコープ昔館用*/
table[bgcolor="#996600"] {
  color: var(--text-color2);
}
/*返品について カートボタン下*/
section#itemDetail-wrap p.cancel {
  background-image: url("/tmp-parts/img/common/ico_return.png") !important;
}
.singlepage_newitems {margin-top: 80px;}
/*カートページ*/
form[name="NEXTM"] h4.SPS-cart-purchase {
  margin: 15px 0 20px !important;
}
@media screen and (max-width: 767px) { 
  .singlepage_newitems {margin-top: 60px;}
}