@charset "UTF-8";

.en300 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
}

.en500 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.en900 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
}

/***********************************************
product-page
***********************************************/
.product-page {
  /* お気に入り */
}

.product-page .product-main {
  margin: 0 auto 100px;
  display: flex;
  flex-wrap: wrap;
}

.product-page .product-main .product_detail_area {
  padding-left: 100px;
  max-width: 50%;
}

.product-page .product-main .product_detail_area .product-buy-num {
  display: none;
}

.product-page .product-main .product_detail_area .add_cart_table {
  width: 100%;
}

.product-page .product-main .product_detail_area .add_cart_table td,
.product-page .product-main .product_detail_area .add_cart_table th {
  text-align: left;
}

.product-page .product-main .product_detail_area .itemCate {
  margin-bottom: 10px;
  font-size: 13px;
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.product-page .product-main .product_detail_area .itemName {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.3em;
}

.product-page .product-main .product_detail_area .itemPrice {
  font-size: 18px;
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.product-page .product-main .product_detail_area .itemPrice.pline {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  font-size: 13px;
  text-decoration: line-through;
}

.product-page .product-main .product_detail_area .itemPrice.pline:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #000;
  width: 5px;
  height: 5px;
  display: inline-block;
}

.product-page .product-main .product_detail_area .itemPrice.pred {
  color: #850000;
}

.product-page .product-main .product_detail_area .itemPrice.pred .tax {
  font-size: 13px;
}

.product-page .product-main .product_detail_area .itemPrice .tax {
  font-size: 14px;
}

.product-page .product-main .product_detail_area .itemDetail {
  margin: 5px auto 30px;
  display: flex;
  align-items: center;
}

.product-page .product-main .product_detail_area .itemDetail dd,
.product-page .product-main .product_detail_area .itemDetail dt {
  line-height: 1;
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  color: #979797;
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.product-page .product-main .product_detail_area .itemDetail dt {
  padding-left: 0;
  border-right: 1px solid #979797;
}

.product-page button.detail__favBtn {
  width: 100%;
  min-height: 40px;
  border: 1px solid #CACACA;
  font-size: 11px;
  text-align: center;
  color: #000;
}

.product-page button.detail__favBtn.is-added {
  color: #000 !important;
}

.product-page .product_images {
  max-width: 50%;
  flex: 0 0 50%;
}

.product-page .product_images div .product_detail_area {
  max-width: calc(50% - 40px);
  flex: 0 0 calc(50% - 40px);
}

.product-page .product_images div p.detail {
  margin-top: 10px;
  line-height: 20px;
}

.product-page .product_images div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

/* 20221017 追記ここから*/
/*
.product-page .product_images .slick-list img {
  padding: 25px 0;
  background: #f6f6f6;
}
.product-page .product_images .slick-dots img {
  padding: 15px 0;
  background: #f6f6f6;
}
*/
/* 20221017 追記 ここまで*/
.product-page .product_detail_area {
  position: relative;
  width: 100%;
}

.product-page .optionSelect {
  margin-bottom: 10px;
}

.product-page .optionSelect span {
  display: inline-block;
  margin-right: 5px;
}

.product-page .optionSelect select {
  padding: 5px 8px !important;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
}

.product-page .productNum__changeWrap {
  width: 15px;
  margin-left: 5px;
}

.product-page .productNum__changeWrap a {
  display: block;
  margin: 5px 0;
}

.product-page table#option_tbl {
  margin-bottom: 20px;
  width: calc(100% - 1px);
}

.product-page table#option_tbl td.none,
.product-page table#option_tbl th {
  background: whiteSmoke;
}

.product-page table#option_tbl td,
.product-page table#option_tbl th {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

.product-page table#option_tbl th {
  background: whiteSmoke;
}

.product-page table#option_tbl td div input {
  margin-bottom: 5px;
}

.product-page ul.option_price {
  margin: 0 0 20px;
}

.product-page ul.option_price li {
  list-style-type: none;
}

.product-page .option_box {
  clear: both;
  width: 100%;
  overflow: hidden;
}

.product-page table td.pur_block {
  margin: 0 5px 0 0;
  width: auto;
  white-space: normal;
}

.product-page .button_area input {
  width: 100%;
}

.product-page .product_description {
  clear: both;
  margin-bottom: 20px;
  padding-top: 20px;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 22px;
}

.product-page .product_image_extra {
  margin-bottom: 20px;
  text-align: center;
}

.product-page .product_image_extra img.item {
  margin-bottom: 20px;
}

.product-page .tb {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #CCC;
}

.product-page #tb_stitle {
  margin-bottom: 20px;
}

.product-page .tb_body,
.product-page .tb_date,
.product-page .tb_state,
.product-page .tb_title {
  margin-bottom: 5px;
}

.product-page #detail__productImage .slick-dots {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 0;
  bottom: auto;
}

.product-page #detail__productImage .slick-dots.slick-slider {
  margin-bottom: 0;
}

.product-page #detail__productImage .slick-dots li {
  max-width: 13%;
  margin: 0 1.5% 1.5% 0;
  padding: 0;
  width: auto;
  height: auto;
}

.product-page #detail__productImage .slick-dots li:nth-child(7n) {
  margin-right: 0;
}

.product-page #detail__productImage .slick-next:before,
.product-page #detail__productImage .slick-prev:before {
  content: none;
}

.product-page #detail__productImage .slick-next {
  right: 15px;
}

.product-page #detail__productImage .slick-prev {
  left: 15px;
}

.product-page #detail__productImage .slick-next,
.product-page #detail__productImage .slick-prev {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  z-index: 11;
  width: 30px;
  height: 30px;
}

.product-page #detail__productImage .slick-prev:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%) rotate(-135deg);
  transition: 0.15s;
}

.product-page #detail__productImage .slick-next:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.15s;
}

.product-page .stockCell,
.product-page .stockCell center {
  text-align: left;
}

.product-page #box_recommend,
.product-page #box_together,
.product-page .ranking {
  margin-bottom: 40px;
}

.product-page #detail__productImage .detailSlider {
  opacity: 0;
}

.product-page #detail__productImage .detailSlider.slick-initialized {
  opacity: 1;
}

.product-page .detailSlider img {
  width: auto;
}

.product-page #zoomer {
  cursor: pointer;
}

.product-page .btn_area {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin: 0 auto 15px;
}

.product-page .btn_area #basketBtn,
.product-page .btn_area .sold_out {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
}

.product-page .btn_area #basketBtn {
  background: #000;
  color: #fff;
}

.product-page .btn_area .sold_out {
  background: #f2f2f2;
  color: #000;
}

.product-page .free_shipping {
    margin-top: 15px;
}

.product-page .detail_area {
  margin: 50px auto 0;
  line-height: 24px;
  font-size: 11px;
}

.product-page .detail_area .detail p {
  margin-bottom: 0;
  line-height: 24px;
  font-size: 11px;
}

.product-page .detail_area .detail .text--right {
  text-align: right;
}

.product-page .detail_area .detail a.textLink {
  color: #828282 !important;
}

.product-page .detail_area .detail br {
  display: none;
}

.product-page .detail_area .detail .tabSwitch {
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-top: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
  padding-bottom: 0;
}

.product-page .detail_area .detail .tabSwitch li {
  border-right: 1px solid #CACACA;
  width: 33.3333%;
  text-align: center;
  font-size: 10px;
  padding: 12px 0;
  font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  cursor: pointer;
}

.product-page .detail_area .detail .tabSwitch li:last-child {
  border-right: none;
}

.product-page .detail_area .detail .tabSwitch li.active {
  background: #EEE;
}

.product-page br.brOn {
  display: inline-block;
}

.product-page button.detail__favBtn .on {
  display: none !important;
}

.product-page button.detail__favBtn.is-added .on {
  display: flex !important;
}

.product-page button.detail__favBtn.is-added .off {
  display: none !important;
}

.product-page button.detail__favBtn .icn-fav-path {
  fill: none;
  stroke: #ccc;
}

.product-page button.detail__favBtn.is-added .icn-fav-path {
  fill: #ccc;
  stroke: #ccc;
}

.product-page .material-icons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-page .material-icons .favorite-text {
  display: inline-block;
  margin-right: 5px;
  font-size: 11px;
}

.product-page .tabContents .tabContent {
  display: none;
}

.product-page .tabContents .tabContent.active {
  display: block;
}

.product-page .tabContents .detail_blk {
  margin: 10px 0;
}

.product-page .tabContents .detail_blk__btn {
  display: block;
  padding: 15px 10px;
  font-size: 18px;
  position: relative;
  color: #000;
  border-bottom: 1px solid #000;
}

.product-page .tabContents .detail_blk__btn.active:after {
  transform: rotate(0deg);
  transition: 0.3s;
}

.product-page .tabContents .detail_blk__btn:before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}

.product-page .tabContents .detail_blk__btn:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
  transition: 0.3s;
}

.product-page .tabContents .detail_blk__btn .detail_blk__cont {
  display: none;
  padding: 20px 0;
}

.product-page .tabContents .detail_blk__cont_wrap {
  display: flex;
}

.product-page .tabContents .detail_blk__cont_l {
  width: 70%;
  padding: 0 5px;
}

.product-page .tabContents .detail_blk__cont_r {
  width: 50%;
  padding: 0 5px;
}

.product-page .tabContents .detail_blk__cont_size {
  display: flex;
  margin-bottom: 5px;
}

.product-page .tabContents .detail_blk__cont_size__l {
  width: 50%;
  padding: 10px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
}

.product-page .tabContents .detail_blk__cont_size__l p {
  font-size: 13px;
  color: #000;
}

.product-page .tabContents .detail_blk__cont_size__r {
  width: 50%;
  padding: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.product-page .tabContents .detail_blk__cont_size__r p {
  font-size: 13px;
  color: #000;
}

.product-page .tabContents .detail_blk__cont_wrap2 {
  width: 100%;
}

.product-page .tabContents .detail_blk__cont2_wrap {
  border-top: 1px solid #ddd;
}

.product-page .tabContents .detail_blk__cont2 {
  display: flex;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.product-page .tabContents .detail_blk__cont2:nth-child(1) {
  border-top: 1px solid #ddd;
}

.product-page .tabContents .detail_blk__cont2__l {
  width: 40%;
  background-color: #f8f8f8;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}

.product-page .tabContents .detail_blk__cont2__l p {
  font-size: 12px;
}

.product-page .tabContents .detail_blk__cont2__r {
  width: 60%;
  background-color: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}

.product-page .tabContents .detail_blk__cont2__r p {
  font-size: 13px;
}

.product-page .tabContents .detail_blk__cont2__r p strong {
  font-size: 13px;
  font-weight: normal;
}

.product-page .tabContents .detail_blk__cont2__r p small {
  font-size: 13px;
}

.product-page .tabContents .detail_blk__cont2_other {
  margin-top: 30px;
}

.product-page .tabContents .detail_txt {
  border-top: 1px solid #CACACA;
  margin-top: 30px;
  padding-top: 30px;
}
/* ブランドリンク下線 */
.itemCate a{
border-bottom: solid 1px;
padding-bottom: 3px;
}
.itemCate a:hover{
color:#f2f2f2;
}

/* chat案内 */
 .product-page .detail_chat{
  display:block;
  }

@media (max-width: 767px) {
  /***********************************************
  product-page
  ***********************************************/
  .product-page {
    /* お気に入り */
  }
  .product-page .product-main {
    margin: 0 auto 100px;
    display: block;
  }
  .product-page .product-main .product_detail_area {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
  }
  .product-page .product-main .product_detail_area .product-buy-num {
    display: none;
  }
  .product-page .product-main .product_detail_area .add_cart_table {
    width: 100%;
  }
  .product-page .product-main .product_detail_area .add_cart_table td,
  .product-page .product-main .product_detail_area .add_cart_table th {
    text-align: left;
  }
  .product-page .product-main .product_detail_area .itemCate {
    margin-bottom: 10px;
    font-size: 13px;
    font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  .product-page .product-main .product_detail_area .itemName {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .product-page .product-main .product_detail_area .itemPrice {
    font-size: 18px;
    font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .product-page .product-main .product_detail_area .itemPrice .tax {
    font-size: 14px;
  }
  .product-page .product-main .product_detail_area .itemDetail {
    margin: 5px auto 30px;
    display: flex;
    align-items: center;
  }
  .product-page .product-main .product_detail_area .itemDetail dd,
  .product-page .product-main .product_detail_area .itemDetail dt {
    line-height: 1;
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
    color: #979797;
    font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .product-page .product-main .product_detail_area .itemDetail dt {
    padding-left: 0;
    border-right: 1px solid #979797;
  }
  .product-page button.detail__favBtn {
    width: 100%;
    min-height: 40px;
    border: 1px solid #CACACA;
    font-size: 11px;
    text-align: center;
    color: #000;
  }
  .product-page button.detail__favBtn.is-added {
    color: #000 !important;
  }
  .product-page .product_images {
    max-width: 90%;
    flex: 0 0 90%;
    margin: 0 auto 20px;
  }
  .product-page .product_images div .product_detail_area {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .product-page .product_images div p.detail {
    margin-top: 10px;
    line-height: 20px;
  }
  .product-page .product_images div img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
  }
  .product-page .product_detail_area {
    position: relative;
    width: 100%;
  }
  .product-page .product_detail_area .product_detail_area-header {
    max-width: 90%;
    margin: 0 auto;
  }
  .product-page .optionSelect {
    margin-bottom: 10px;
  }
  .product-page .optionSelect span {
    display: inline-block;
    margin-right: 5px;
  }
  .product-page .optionSelect select {
    padding: 5px 8px !important;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
  }
  .product-page .productNum__changeWrap {
    width: 15px;
    margin-left: 5px;
  }
  .product-page .productNum__changeWrap a {
    display: block;
    margin: 5px 0;
  }
  .product-page table#option_tbl {
    margin-bottom: 20px;
    width: calc(100% - 1px);
  }
  .product-page table#option_tbl td.none,
  .product-page table#option_tbl th {
    background: whiteSmoke;
  }
  .product-page table#option_tbl td,
  .product-page table#option_tbl th {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
  }
  .product-page table#option_tbl th {
    background: whiteSmoke;
  }
  .product-page table#option_tbl td div input {
    margin-bottom: 5px;
  }
  .product-page ul.option_price {
    margin: 0 0 20px;
  }
  .product-page ul.option_price li {
    list-style-type: none;
  }
  .product-page .option_box {
    clear: both;
    width: 100%;
    overflow: hidden;
  }
  .product-page table td.pur_block {
    margin: 0 5px 0 0;
    width: auto;
    white-space: normal;
  }
  .product-page .button_area input {
    width: 100%;
  }
  .product-page .product_description {
    clear: both;
    margin-bottom: 20px;
    padding-top: 20px;
    word-wrap: break-word;
    font-size: 12px;
    line-height: 22px;
  }
  .product-page .product_image_extra {
    margin-bottom: 20px;
    text-align: center;
  }
  .product-page .product_image_extra img.item {
    margin-bottom: 20px;
  }
  .product-page .tb {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #CCC;
  }
  .product-page #tb_stitle {
    margin-bottom: 20px;
  }
  .product-page .tb_body,
  .product-page .tb_date,
  .product-page .tb_state,
  .product-page .tb_title {
    margin-bottom: 5px;
  }
  .product-page #detail__productImage .slick-list {
    margin: 0 auto 10px;
  }
  .product-page #detail__productImage .slick-dots {
    display: block;
    margin: auto;
    max-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: right;
  }
  .product-page #detail__productImage .slick-dots li {
    width: 5px;
    height: 5px;
    margin: 0 5px 0 0;
  }
  .product-page #detail__productImage .slick-dots li:nth-child(7n) {
    margin-right: 5px;
  }
  .product-page #detail__productImage .slick-dots li:last-child {
    margin-right: 0;
  }
  .product-page #detail__productImage .slick-dots li.slick-active span {
    background: #000;
  }
  .product-page #detail__productImage .slick-dots li span {
    border-radius: 0;
    width: 5px;
    height: 5px;
    background: #DCDCDC;
    display: block;
    padding: 0;
  }
  .product-page #detail__productImage .slick-dots li span:before {
    display: none;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 0;
    opacity: 1;
  }
  .product-page #detail__productImage .slick-next:before,
  .product-page #detail__productImage .slick-prev:before {
    content: none;
  }
  .product-page #detail__productImage .slick-next {
    right: 15px;
  }
  .product-page #detail__productImage .slick-prev {
    left: 15px;
  }
  .product-page #detail__productImage .slick-next,
  .product-page #detail__productImage .slick-prev {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    z-index: 11;
    width: 30px;
    height: 30px;
  }
  .product-page #detail__productImage .slick-prev:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%) rotate(-135deg);
    transition: 0.15s;
  }
  .product-page #detail__productImage .slick-next:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.15s;
  }
  .product-page .stockCell,
  .product-page .stockCell center {
    text-align: left;
  }
  .product-page #box_recommend,
  .product-page #box_together,
  .product-page .ranking {
    margin-bottom: 40px;
  }
  .product-page #detail__productImage .detailSlider {
    opacity: 0;
  }
  .product-page #detail__productImage .detailSlider.slick-initialized {
    opacity: 1;
  }
  .product-page .detailSlider img {
    width: auto;
  }
  .product-page #zoomer {
    cursor: pointer;
  }
  .product-page .btn_area {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin: 0 auto 15px;
  }
  .product-page .btn_area #basketBtn,
  .product-page .btn_area .sold_out {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
  }
  .product-page .btn_area #basketBtn {
    background: #000;
    color: #fff;
  }
  .product-page .btn_area .sold_out {
    background: #f2f2f2;
    color: #000;
  }
  .product-page .detail_area {
    margin: 50px auto 0;
    line-height: 24px;
    font-size: 11px;
  }
  .product-page .detail_area .detail p {
    margin-bottom: 0;
    line-height: 24px;
    font-size: 11px;
  }
  .product-page .detail_area .detail .text--right {
    text-align: right;
  }
  .product-page .detail_area .detail a.textLink {
    color: #828282 !important;
  }
  .product-page .detail_area .detail br {
    display: none;
  }
  .product-page .detail_area .detail .tabSwitch {
    margin: 0 auto 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    border-top: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
    padding-bottom: 0;
  }
  .product-page .detail_area .detail .tabSwitch li {
    border-right: 1px solid #CACACA;
    width: 33.3333%;
    text-align: center;
    font-size: 10px;
    padding: 12px 0;
    font-family: 'Roboto',"小塚ゴシック Pro R","Kozuka Gothic Pro Regular","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    font-style: normal;
    cursor: pointer;
  }
  .product-page .detail_area .detail .tabSwitch li:last-child {
    border-right: none;
  }
  .product-page .detail_area .detail .tabSwitch li.active {
    background: #EEE;
  }
  .product-page br.brOn {
    display: inline-block;
  }
  .product-page button.detail__favBtn .on {
    display: none !important;
  }
  .product-page button.detail__favBtn.is-added .on {
    display: flex !important;
  }
  .product-page button.detail__favBtn.is-added .off {
    display: none !important;
  }
  .product-page button.detail__favBtn .icn-fav-path {
    fill: none;
    stroke: #ccc;
  }
  .product-page button.detail__favBtn.is-added .icn-fav-path {
    fill: #ccc;
    stroke: #ccc;
  }
  .product-page .material-icons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-page .material-icons .favorite-text {
    display: inline-block;
    margin-right: 5px;
    font-size: 11px;
  }
  .product-page .tabContents {
    max-width: 90%;
    margin: 0 auto;
  }
  .product-page .tabContents .tabContent {
    display: none;
  }
  .product-page .tabContents .tabContent.active {
    display: block;
  }
  .product-page .tabContents .detail_blk {
    margin: 10px 0;
  }
  .product-page .tabContents .detail_blk__btn {
    display: block;
    padding: 15px 10px;
    font-size: 18px;
    position: relative;
    color: #000;
    border-bottom: 1px solid #000;
  }
  .product-page .tabContents .detail_blk__btn.active:after {
    transform: rotate(0deg);
    transition: 0.3s;
  }
  .product-page .tabContents .detail_blk__btn:before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
  }
  .product-page .tabContents .detail_blk__btn:after {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    transform: rotate(90deg);
    transition: 0.3s;
  }
  .product-page .tabContents .detail_blk__btn .detail_blk__cont {
    display: none;
    padding: 20px 0;
  }
  .product-page .tabContents .detail_blk__cont_wrap {
    display: flex;
  }
  .product-page .tabContents .detail_blk__cont_l {
    width: 70%;
    padding: 0 5px;
  }
  .product-page .tabContents .detail_blk__cont_r {
    width: 50%;
    padding: 0 5px;
  }
  .product-page .tabContents .detail_blk__cont_size {
    display: flex;
    margin-bottom: 5px;
  }
  .product-page .tabContents .detail_blk__cont_size__l {
    width: 50%;
    padding: 10px;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
  }
  .product-page .tabContents .detail_blk__cont_size__l p {
    font-size: 13px;
    color: #000;
  }
  .product-page .tabContents .detail_blk__cont_size__r {
    width: 50%;
    padding: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
  }
  .product-page .tabContents .detail_blk__cont_size__r p {
    font-size: 13px;
    color: #000;
  }
  .product-page .tabContents .detail_blk__cont_wrap2 {
    width: 100%;
  }
  .product-page .tabContents .detail_blk__cont2_wrap {
    border-top: 1px solid #ddd;
  }
  .product-page .tabContents .detail_blk__cont2 {
    display: flex;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .product-page .tabContents .detail_blk__cont2:nth-child(1) {
    border-top: 1px solid #ddd;
  }
  .product-page .tabContents .detail_blk__cont2__l {
    width: 40%;
    background-color: #f8f8f8;
    padding: 10px 15px;
    display: flex;
    align-items: center;
  }
  .product-page .tabContents .detail_blk__cont2__l p {
    font-size: 12px;
  }
  .product-page .tabContents .detail_blk__cont2__r {
    width: 60%;
    background-color: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
  }
  .product-page .tabContents .detail_blk__cont2__r p {
    font-size: 13px;
  }
  .product-page .tabContents .detail_blk__cont2__r p strong {
    font-size: 13px;
    font-weight: normal;
  }
  .product-page .tabContents .detail_blk__cont2__r p small {
    font-size: 13px;
  }
  .product-page .tabContents .detail_blk__cont2_other {
    margin-top: 30px;
  }
  .product-page .tabContents .detail_txt {
    border-top: 1px solid #CACACA;
    margin-top: 30px;
    padding-top: 30px;
  }
}
