.product__main-image img {
  display: block;
  margin: 0 auto;
}

.product__thumbs {
  padding-top: 2px;
  margin: 0 -1px;
}

.product__thumb__unit {
  padding: 0 1px 1px;
}
.product__thumb__unit img {
  max-height: 150px;
  cursor: pointer;
}

.product__name {
  text-align: left;
}

.section__block .product__price {
  font-size: 1.5em;
  letter-spacing: .05em;
  font-family: "游明朝",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝","Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  padding: 0;
}

.product__option__block th, .product__option__block td {
  text-align: center;
}
.product__option__block label {
  margin: 1em 0 0;
  font-size: .9em;
}

.product__init .dl-vertical-list__content {
  margin-bottom: 0;
}

.product__init-num {
  font-size: 1.5em;
  padding-top: .5em;
  padding-bottom: .5em;
  text-align: right;
  width: 50px;
  border: 2px solid #999;
  display: inline-block;
}

.product__init-updw {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.product__order__btns {
  list-style-type: none;
  margin: 0em 0 0;
}

.product__order__btn {
  margin-bottom: 0em;
}
.product__order__btn i {
  margin-right: .8em;
}

.btn--addcart {
  padding: .7em 0;
}

.btn--quick-order {
  padding: .4em 0;
}

.btn--soldout {
  padding: .7em 0;
  border: none;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.btn--soldout:hover {
  background: #ddd;
}

.product__info {
 background: #fafafa;
  padding: 2em 0;
  margin: 3em 0;
}

.product__info__list {
  margin: 2em 0 0;
  list-style-type: none;
}
.product__info__list:first-child {
  margin-top: 0;
}

.product__info__list__unit {
  font-size: .9em;
  line-height: 1.8;
  margin: .5em 0;
}
.product__info__list__unit:first-child {
  margin-top: 0;
}
.product__info__list__unit a {
  color: #111;
}

.text-titles {
  margin: 0 auto 2em;
}
.text-titles-list__detail-text {
  width: 100%;
  height: 30px;
  padding: .5em;
  border: 1px solid #ccc;
  display: inline-block;
}

@media (max-width: 980px) {
  /* ~980px */
}
@media (max-width: 768px) {
  /* ~768px */

  .product__images img {
    margin: 0 auto;
  }

  .product__name {
    text-align: center;
  }

  .product__info {
    padding: 1.5em 0;
    margin: 1.5em 0;
  }

  .product__info__list:first-child {
    margin-top: 2em;
  }
}
@media (max-width: 480px) {
  /* ~480px */
  .bx-wrapper  .product__thumb__unit {
    max-width:20vw;
  }
  .product__main-image{height:100vw;}
}


ul.detail_cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 0;
}

ul.detail_cat_list li {
  width: calc((100vw - 80px)/3);
  height: calc((100vw - 80px)/3);
}

ul.detail_cat_list[class] img {
  display: table;
  width: 52px;
  margin: 7.46% auto 0;
  width: 50%;
  height: auto;
}

ul.detail_cat_list a {
  font-size: 3.5vw;
  line-height: 3.0;
  color: inherit;
}


button.btn-primary {
  background: #f3ea70 !important;
  color: #404041 !important;
  box-shadow: 0 2px 0 0 #dfd87b !important;
}
.product__order__btns .product__order__btn i.icon-w {
 /* filter: invert();*/
}


.fixedCart {
  position: fixed;
  bottom: -10px;
  left: 0;
  width: 100vw;
  z-index: 1000;
  display: none;
}

.clearfix {
  min-height: 1px;
}

.fixedCart--type2 .fixedCart__leftArea {
  float: left;
  display: block;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  padding: 0;
  color: #404041;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  background: #fff;
  min-height: 40px;
  text-align: center;
  padding: 14px 0;
  border: 1px solid #404041;
  margin: 0;
}

#priceB {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

#taxPrice {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

@media (max-width: 480px) {
  .sp-only {
    z-index: 10000;
  }
  .fixedCart--type2 .fixedCart__btn,
  .fixedCart--type2 .fixedCart__leftArea {
    font-size: 14px;
    width: 50%;
  }
}

.fixedCart--type2 .fixedCart__btn {
  float: right;
  display: block;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  color: white;
  font-size: 16px;
  background: #304c67;
  padding: 15px 0;
  min-height: 40px;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fixedCart__btn:active {
  opacity: 1 !important;
}

.gruop__title-h3 {
  font-size:14px;
  text-align: left;
  font-weight: 500;
  margin: 10px 0;
  color: #222;
  font-family: serif;
}
@media (max-width: 768px) {
  .gruop__title-h3 {
    margin: 15px 0 0;
    text-align: center;
    font-weight: bold;
    color:#555;
  }
  .product_topicpath-phone i {
      top: 70px !important;
  }
}

.product__fav-item {
   position: relative;
 /* margin-bottom: 20px;*/
  text-align: center;
  flex: 0 0 50px;
}
.favorite-button {
  border: none;
  background: none;
  outline: 0;
  font-size: 14px;
  cursor: pointer;
  /*text-decoration: underline;*/
  /*color: #08c;*/
  color: #000;
}
.favorite-button::before {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: 400; 
}
.favorite-button i {
  vertical-align: middle;
  margin-right: .3em;
}
.favorite-button span {
  font-size: 14px;
}
.favorite-button:hover {
  color: #374b66;
}
.favorite-button.fav-items {
 color: #e66a6a; 
}
.favorite-button.fav-items::before {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
}

.amazonPay{
  margin:15px auto;
  text-align: center;
  font-size: 11px;
  font-weight:500;
  line-height:1.5;
  display: flex;
  align-items: center;
  width: 85%;
}
.amazonPay > * {
 width: 50%;
}
.amazonPay p {font-size: 10px;margin: 0;}
@media (min-width: 992px){
.fixedCart {
  max-width: 1200px;
  right: 0;
  margin: auto;
}
}
/* 230724 */
.bottom_search{
  /*width: calc(100% + 40px);
  margin-left: -20px;*/
}

.bottom_search p{
  margin-bottom: 5px;
  font-weight: bold;
}

/* 230809 */
.related_contents.w100p{
    padding-top: 0px;
    width: 100%;
}

/* 231113 */
.sponlyTopNavi h3 {
    margin: 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #8e8e8e;
}
.seriesWrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
}


.seriesBlock {
    /*width: 50%;*/
}
.seriesBlock a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.seriesBlock a img {
    max-width: 30%;
}
.seriesBlock h3 {
  font-weight: 900;
  color: #222;
  border: none;
  margin-left: 10px;
  font-size: 3.5vw;
}
.seriesBlock p {
  width: 100%;
  color: #999;
  text-align: center;
  font-size: 10px;
}
.seriesWrap > a {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

@media screen and (max-width: 768px){
  .seller-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .seller-list .product-list__unit {
   width: 32% !important;
   font-size: 12px;
    min-height: initial;
  }
  .seller-list .product-list__unit .product-list__name {
    font-size: .8em;
    white-space: normal;
  }
  .seller-list .product-list__unit .product-list__expl {
   font-size: 8px;
  }
}

.sec_Popular{
  padding-bottom: 40px;
}

.sponlyTopNavi .tab{
  padding-top:20px;
}

.sponlyTopNavi ul.banner-list.row{
  overflow-x: scroll;
  white-space: nowrap;
  position: relative;
}
.sponlyTopNavi li.banner-list__unit {
    display: inline-block;
    width: 48%;
}
.sponlyTopNavi li.banner-list__unit p{
text-align:center;
color:#222;
}
.sponlyTopNavi .tabContents{
  padding-bottom:20px;
}
.sponlyTopNavi .tabSwitch li .seriesBlock{
  border-bottom: 2px solid #fff;
}
.sponlyTopNavi .tabSwitch li.active .seriesBlock{
    border-color:#bdb0a5;
}
.kumiawase .sponlyTopNavi h3{
  font-family:"游明朝",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝","Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
color:#222;
    position: inherit;
  text-align:left;
}
.kumiawase .sponlyTopNavi{
padding-bottom:50px;
}
.kumiawase h3:before{
display:none;
}

.p_draw_search .openSearch {
  margin: auto;
  margin-top: 10px;
  text-align: center;
  display: block;
  width: 80%;
  color: #000;
  text-decoration: underline;
}
.p_draw_search .detail_draw {
  position: relative;
  top: auto;
}

.topicpath-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.topicpath-nav ul {margin: 0 !important;}
.topicpath-nav ul li {margin: 0 !important;}

.product__expl_colorchip .fa-circle, .fa-times-circle{
  border-top:0px;
  line-height:0;
  font-size: 1em;
  padding: 0 2px;
}
/*ブラック*/
.product__expl_colorchip .black{
  color:#222;
}
/*ネイビー*/
.product__expl_colorchip .navy{
  color:#315380;
}
/*ブルー*/
.product__expl_colorchip .blue{
  color:#01448b;
}
/*ブラウン*/
.product__expl_colorchip .brown{
  color:#714229;
}
/*チョコレート*/
.product__expl_colorchip .choco{
  color:#4d3021;
}
/*ワイン*/
.product__expl_colorchip .wine{
  color:#732a2e;
}
/*オリーブ/ピスタチオ*/
.product__expl_colorchip .olive{
  color:#83932d;
}
/*スモーキーブラック*/
.product__expl_colorchip .sblk{
  color:#59594b;
}
/*ライトブラウン/モカ/オーク*/
.product__expl_colorchip .mocha{
  color:#a58569;
}
/*シャンパンゴールド・ベージュ*/
.product__expl_colorchip .natural{
  color:#d1c0a5;
}
/*レッド*/
.product__expl_colorchip .red{
  color:#aa2623;
}
/*ブルーグリーン*/
.product__expl_colorchip .bluegreen{
  color:#607772;
}
/*グリーン*/
.product__expl_colorchip .green{
  color:#1b5f49;
}
/*ゴールド/マスタードイエロー*/
.product__expl_colorchip .gold{
  color:#bb9c2f;
}
/*イエロー*/
.product__expl_colorchip .yellow{
  color:#f3e722;
}
/*オレンジ*/
.product__expl_colorchip .orange{
  color:#ec6941;
}
/*ターコイズ/ライトブルー*/
.product__expl_colorchip .water{
  color:#72c6de;
}
/*ラベンダー*/
.product__expl_colorchip .purple{
  color:#8f82bc;
}
/*ピンク*/
.product__expl_colorchip .pink{
  color:#ea68a2;
}
/*パープル*/
.product__expl_colorchip .n_purple{
  color:#8957a1;
}
/*グレー*/
.product__expl_colorchip .gray{
  color:#ccc;
}

.itemBlock_right .section__block {
 padding: 10px 15px;
}
.stickyscroll {
 position: sticky ;
 top: 80px;
}
@media (max-width: 767px) {
  .stickyscroll {position: relative;top:0;}
}

@media (min-width: 769px) {
  .product__thumb__unit {max-width: 70px;}
  .carousel-slide .bx-wrapper {padding: 0 80px;overflow: hidden;}
  .carousel-slide .bx-viewport {overflow: visible !important;}
}

.itemBlock_right, .itemBlock_right form {height: 100%;}
.itemBlock_right .section__block {
/* background-image: url(https://file001.shop-pro.jp/PA01138/382/images/subtle_grunge.png);*/
}
.itemBlock_right .section__block.scrollblock {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .itemBlock_right .section__block.scrollblock {
    margin: 0 -15px;
    width: 100vw;
    max-width: 100vw;
  }
  .product__expl_colorchip,
  .product__name,
  .section__block .product__price,
  .product_number,
  .product__order {
    padding-left: 0;
    padding-right: 0;
  }
  .topicpath-nav {margin-top: 15px;}
  .product_detail {margin-top: 30px;}
}
.product__name.section__title-h2_02,
.product_explain h3 {
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.bx-wrapper .bx-controls-direction a {z-index: 9 !important;}
.itemBlock_right .section__block {margin: 0;}
.product__expl_colorchip {
 margin: 0;
 padding: 20px 0;
}

.product__order {
 background: #fff;
 margin: 0 -15px;
  max-width: calc(100% + 30px);
}
.cartBtn_wrap {
 display: flex;
 align-items: center;
  padding: 20px 0;
 gap: 20px;
 font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.cartBtn_wrap ul.product__order__btns {
 margin-bottom: 0;
 flex: 1 0 auto;
}
.cartBtn_wrap ul.product__order__btns button.btn-primary {
 background: #1b1b1b !important;
 color: #fff !important;
 box-shadow: none !important;
 font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.cartBtn_wrap button.favorite-button {
  display: flex;
    flex-direction: column;
  min-height: 1px;
  font-size: 10px;
  padding: 0;
}
.cartBtn_wrap .favorite-button::before {
 width: 100%;
 display: block;
 line-height: 48px;
 border: 1px solid #000;
 border-radius: 50%;
 font-size: 20px;
}
.cartBtn_wrap .favorite-button.fav-items::before {
   color: #BF1616;
  border-color: #BF1616;
}
.favorite-button span {
  font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #000;
  font-size: 10px;
}
.itemBlock_right .topicpath-nav ul li {  
  border-radius: 50px;
  border-color: #314C69;
}
.itemBlock_right .topicpath-nav a {
  font-size: 10px;
  color: #314C69;
  padding: 7px 20px;
}

.freedeliBnr {
 font-family: Noto Sans JP;
 font-weight: 500;
 font-size: 14px;
 line-height: 100%;
 letter-spacing: 0%;
 text-align: center;
 padding: 10px;
 background: #DDE5ED;
  margin: 10px 0;
}

.giftLink {
  text-align: center;
  padding: 7px 0;
}
.giftLink a {
  font-family: Noto Sans JP;
 font-weight: 500;
 font-size: 14px;
  line-height: 100%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
text-decoration: underline;
color: #314C69;
}

.itemDesc_tab.tab--typeA .tabSwitch li.active:after {content: none;}
.itemDesc_tab.tab--typeA .tabSwitch {justify-content: flex-start;padding: 0;border-bottom: 1px solid #314C69;}
.itemDesc_tab.tab--typeA .tabSwitch li {font-family: Noto Sans JP; max-width: 200px;width: 25%;border-radius: 10px 0 0 0;border:0;}

.bottom_search .searchform button {
  padding: 0;
    background: transparent;
    width: 40px;
}

.review--wp {display: none;}

.product_explain p {
  font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 2;
}
@media (min-width: 992px) {
  .product_explain p {font-size: 15px;}
}
.icon_star img {max-width: inherit !important;}
.product__name.section__title-h2_02 {margin-top: 0; padding: 0;}
.section__block .product__price {margin-bottom: 0;}
.naire_trigger {
  clear: both;
  display: block;
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #125091;
  background: #fff;
  border: 1px solid #125091;
  padding: 20px 10px;
  position: relative;
  cursor: pointer;
}
.naire_trigger::after, .naire_trigger::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #125091;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: .15s;
}
.naire_trigger::before {
  transform: translateY(-50%) rotate(90deg);
}
.naire_trigger.open::before {
  transition: .15s;
  opacity: 0;
  transform: translateY(-50%) rotate(0);
}
.naire_wrap {display: none;}


.txt--sm2 {font-family: Noto Sans JP;}

.productImages_newSliders .slick-next,
.productImages_newSliders .slick-prev {
  height: 25px;
  width: 25px;
}
.productImages_newSliders .slick-prev {
  left: 0;
  z-index: 2;
      background-color: #fff;
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/carousel_ctrl.png);
  background-size: 50px;
  background-position: bottom left;
  opacity: 0.8;
}
.productImages_newSliders .slick-next {
   right: 0;
          background-size: 50px;
        border: 1px solid #fff;
      background-color: #fff;
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/carousel_ctrl.png) !important;
      background-position: bottom right;
    opacity: 0.8;
  visibility: visible;
}
.productImages_newSliders .slick-prev:hover,
.productImages_newSliders .slick-prev:focus,
.productImages_newSliders .slick-prev:active {
  background-color: #fff;
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/carousel_ctrl.png) !important;
  background-size: 50px;
  background-position: bottom left;  
}
.productImages_newSliders .slick-next:hover,
.productImages_newSliders .slick-next:focus,
.productImages_newSliders .slick-next:active {
  background-color: #fff;
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/carousel_ctrl.png) !important;
  background-size: 50px;
  background-position: bottom right;
}

@media (min-width: 769px) {
  .itemDesc_tab .tabSwitch {display: none !important;}
  .itemDesc_tab .tabContent {display: block !important;}
}

@media (min-width: 769px) {
 .kumiawase li.col {
  flex-basis: auto;
  flex-grow: 0;
/*  max-width: 250px;*/
       width: 25%;
 }
  .fixedCart {display:none !important;}
}

.kumiawase li.col {
  width: 25%;
  flex-grow: 0;
  flex-basis: auto;
}
.kumiawase h3 {
 margin-block-end: 1em;
}

nav#toTop {
    bottom: 50px !important;
 }

@media (max-width: 768px) {
  .kumiawase .h2E {
  font-size: 14px;
}
}

@media (min-width: 769px) {
  .itemBlock_right .section__block {padding-top:0;padding-bottom: 0;}
  .product__expl_colorchip {padding-top:0; padding-bottom:5px;}
  .product_number {margin-top: 10px !important;}
  .cartBtn_wrap {padding-top: 10px;}
  .product__option__block.section__block02 {margin: 1em auto;}
  .topicpath-nav {margin-top: 1em;}
}