.clearfix:before,
.crumb_row:before,
.sign_switch:before,
.box_show_wrap:before,
.main_wrap .master_container:before,
.main_content__top_row:before,
.dropdown__cart .cart__item .merch_wrap:before,
.dropdown__member_data_wrap .data_item:before,
.header__up_row .master_container:before,
.bouns-link .sns_links:before,
.bouns-link .normal_links:before,
.header__down_row .icon_links_wrap:before,
.header__categ_row .master_container:before,
.web_switch_wrap .switchs:before,
.tabs:before,
.recom__box .head:before,
.recom__box.type_slide:before,
.footer_wrap.z-normal .master_container:before {
  content: "";
  display: table;
}
.clearfix:after,
.crumb_row:after,
.sign_switch:after,
.box_show_wrap:after,
.main_wrap .master_container:after,
.main_content__top_row:after,
.dropdown__cart .cart__item .merch_wrap:after,
.dropdown__member_data_wrap .data_item:after,
.header__up_row .master_container:after,
.bouns-link .sns_links:after,
.bouns-link .normal_links:after,
.header__down_row .icon_links_wrap:after,
.header__categ_row .master_container:after,
.web_switch_wrap .switchs:after,
.tabs:after,
.recom__box .head:after,
.recom__box.type_slide:after,
.footer_wrap.z-normal .master_container:after {
  content: "";
  display: table;
  clear: both;
}
.merch__name {
  font-size: 1.6em;
  line-height: 1.5;
  margin: 0!important;
}
.mshop-header {
  display: flex;
  background-color: #222;
  border-radius: 5px;
  color: #fff;
  align-items: center;
  padding: 5px 15px 5px 10px;
  max-width: calc(70% - 20px);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 790px;
  flex: 1 1 790px;
  margin-bottom: 10px;
}
.mshop-header img {
  width: 20px;
  padding: 5px;
}
.mshop-header a:hover {
  text-decoration: underline;
}
.merchWarp-v1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: space-between;
}
.merchWarp-v1 .pContainer {
  max-width: calc(70% - 50px);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 790px;
  flex: 1 1 790px;
}
.pContainer .primary_photo {
  display: flex;
  height: 400px;
  margin: 30px;
  text-align: center;
}
.pContainer .primary_photo img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  cursor: pointer;
}
.pContainer .other_photo {
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto;
}
.pContainer .other_photo .photo__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  width: calc(10% - 4px);
  padding-top: calc(10% - 4px);
  cursor: pointer;
  overflow: hidden;
}
.pContainer .other_photo .photo__item img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pContainer .addtion_info_box {
  background-color: #F5F5F8;
}
.pContainer .addtion_info_box ul {
  margin: 0;
  padding: 0;
}
.pContainer .addtion_info_box .col_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px 10px 10px 30px;
}
.pContainer .addtion_info_box .info__list {
  flex: 1 0 auto;
  line-height: 1.5;
}
/* 
======================================
                album
======================================
*/
#lb_photo {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.8);
}
#lb_photo .lb_mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#lb_photo .lb_content {
  position: relative;
  top: 50%;
  z-index: 1;
  margin: 0 auto;
  padding: 50px 0;
  height: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#lb_photo .lb_photoContainer {
  position: relative;
  text-align: center;
}
#lb_photo .lb_img {
  max-width: 100%;
  max-height: 100%;
}
#lb_photo .lb_control {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  justify-content: space-between;
}
#lb_photo .lb_prev,
#lb_photo .lb_next {
  display: inline-block;
  width: 45%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
  cursor: pointer;
}
#lb_photo .lb_prev:active,
#lb_photo .lb_next:active {
  opacity: 0.6;
}
#lb_photo .lb_prev:hover,
#lb_photo .lb_next:hover {
  opacity: 1;
}
#lb_photo .lb_prev {
  background: url("../image/carousel-prev.png") left center no-repeat;
}
#lb_photo .lb_next {
  background: url("../image/carousel-next.png") right center no-repeat;
}
#lb_photo .lb_dataContainer {
  position: absolute;
  top: 0;
  right: 0;
}
#lb_photo .lb_dataContainer,
#lb_photo .lb_data {
  width: 100%;
}
#lb_photo .lb_photoContainer {
  height: 100%;
}
#lb_photo .lb_data {
  font-size: 0;
  text-align: right;
}
#lb_photo .lb_detail,
#lb_photo .lb_timesIcon {
  display: inline-block;
}
#lb_photo .lb_detail {
  position: absolute;
  right: 50px;
  color: #ddd;
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
  text-align: right;
}
#lb_photo .lb_timesIcon {
  width: 25px;
  height: 25px;
  margin: 0;
  background: url("../image/close.svg") center no-repeat;
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
#lb_photo .lb_timesIcon:hover {
  opacity: 1;
}
/* 
======================================
          product infomation
======================================
*/
table {  
  width: 100%;
  border: 1px solid #EFEFEF;
  text-align: left;
  border-collapse: collapse;
  
}
td.item-head { 
  background-color: #F5F5F8!important;
  width: 33%;
}
.merchWarp-v1 .infoBox {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 400px;
  flex: 0 1 400px;
}
.merchWarp-v1 .infoBox {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 400px;
  flex: 0 1 400px;
}
.tag-price,
.tag-tips {
  font-size: 12px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  color: #fff;
  letter-spacing: .06em;
  white-space: nowrap;
  border-radius: 3px;
  margin: 2px auto;
}
.tag-price a:hover,
.tag-tips a:hover {
  opacity: 0.8;
}
.tag-sale {
  font-size: 10px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  color: #fff;
  letter-spacing: .06em;
  white-space: nowrap;
  border-radius: 0px;
  margin: 2px auto;
}
.tag-price {
  background-color: #ed293e;
  border-color: #ed293e;
}
.tag-tips {
  background-color: #222;
  border-color: #222;
}
.tag-sale {
  background-color: #ed293e;
  border-color: #ed293e;
}
.fz-xs {
  font-size: 11px;
}
.orgin-price {
  text-decoration: line-through;
  margin-bottom: 2px;
}
.bout::after {
  content: ' 次';
}
.day::after {
  content: ' 天';
}
.hou::after {
  content: ' 時';
}
.min::after {
  content: ' 分';
}
.sec::after {
  content: ' 秒';
}
.actionWrap-v1 .originTx {
  float: right;
  margin: 10px;
}
.infoBox td {
  border: 1px solid #EFEFEF;
  padding: 10px;
}
.cta-wrap div:last-child {
  margin: 10px 0;
}
.about_info_wrap {
  display: flex;
  justify-content: space-between;
}
.about_info_wrap .btn-favor {
  width: calc(100% - 10px);
  margin: 0 auto;
}
.evaluate {

}
.evaluate img {
  width: 20px;
  margin: 0 5px;
  vertical-align: sub;
}
/* 
======================================
            description
======================================
*/
.mainContent-middle-v1 {
  margin: 20px 0;
}
.tabModule {
  width: 100%;
  font-size: 16px;
}
.tabs {
  border-bottom: 2px solid #efefef;
}
.tab {
  float: left;
  width: 150px;
  line-height: 0;
  text-align: center;
  color: #979797;
  cursor: pointer;
}
.tab.is-active {
  color: #2E2E2F;
  font-weight: bold;
}
.tab .tab__underline {
  position: relative;
  line-height: 4;
  overflow: hidden;
}
.tab .tab__underline::after {
  content: '';
  font-size: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFDA45;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition: transform 180ms 0ms;
  -webkit-transition: -webkit-transform 180ms 0ms;
  transition: -webkit-transform 180ms 0ms;
  -o-transition: transform 180ms 0ms;
  transition: transform 180ms 0ms;
  transition: transform 180ms 0ms, -webkit-transform 180ms 0ms;
}
.tab.is-active .tab__underline::after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 180ms 180ms;
  -webkit-transition: -webkit-transform 180ms 180ms;
  transition: -webkit-transform 180ms 180ms;
  -o-transition: transform 180ms 180ms;
  transition: transform 180ms 180ms;
  transition: transform 180ms 180ms, -webkit-transform 180ms 180ms;
}
.tab.is-active .tab__underline_di::after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 180ms 180ms;
  -webkit-transition: -webkit-transform 180ms 180ms;
  transition: -webkit-transform 180ms 180ms;
  -o-transition: transform 180ms 180ms;
  transition: transform 180ms 180ms;
  transition: transform 180ms 180ms, -webkit-transform 180ms 180ms;
}
.reflections {
  position: relative;
}
.reflections input.hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.reflections input.hidden:checked+.reflection {
  display: block;
}
.reflections .reflection {
  padding: 20px;
  display: none;
}
.reflection .qa__list {
  margin: 10px 0;
}
.reflection .qa__list b {
  line-height: 1.8;
  font-size: 1.1em;
}
.reflection .qa__list ul,
.reflection .qa__list ol {
  padding: revert;
}
.des_box .ask__text {
  text-align: center;
  color: #979797;
}
.intro_box iframe {
  width: 100%;
  /* min-height: 1000px; */
}
.faq_box .qa__top {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 5px;
  font-weight: 700;
}
.faq_box .qa__text {
  margin-top: 10px;
}
.faq_box .z-big {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
.faq_box .notice__text  {
  font-size: 15px;
  line-height: 1.5;
  margin-left: 30px;
}
.faq_box .qa__text.z-unlight {
  color: #979797;
}
.faq_box .qa__unit {
  border-bottom: 1px solid #d8d8d8;
  padding: 10px;
}
.faq_box .qa__unit .item {
  padding-left: 50px;
  background: no-repeat left 7px/32px;
}
.faq_box .qa__unit .item.z-q {
  background-image: url("../image/icon_qa_q.svg");
}
.faq_box .qa__unit .item.z-a {
  margin-top: 20px;
  background-image: url("../image/icon_qa_a.svg");
}
.faq_box .qa__unit .item__title .writer,
.faq_box .qa__unit .item__title .date {
  display: inline-block;
  vertical-align: baseline;
}
.faq_box .qa__unit .item__title .writer {
  font-weight: 700;
}
.faq_box .qa__unit .item__title .date {
  margin-left: 16px;
  color: #848484;
}
.faq_box .qa__unit .item__text {
  padding-top: 5px;
}
.faq_box .faq__ask_row {
  margin-top: 30px;
}
.faq_box .ask__text {
  margin-top: 10px;
}
.faq_box .ask__textarea_block {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.faq_box .ask__textarea_block .areas,
.faq_box .ask__textarea_block .tips {
  display: inline-block;
  vertical-align: top;
}
.faq_box .ask__textarea_block .areas {
  width: 100%;
}
.faq_box .ask__textarea_block .areas .textarea {
  width: 100%;
  height: 150px;
  background-color: #efefef;
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
  resize: none;
  font-size: 0.875rem;
}
/* 
======================================
            lightbox spec
======================================
*/
.lightbox_addtion {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 99;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
}
.lightbox_addtion.is-on {
  display: block;
}
.lightbox_addtion .content_wrap {
  padding: 5vh 0;
}
.lightbox_addtion .content {
  margin: 0 auto;
  padding: 20px;
  width: 80vw;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.3);
  box-shadow: 0 2px 5px 1px rgba(0,0,0,0.3);
}
.lightbox_addtion .content_title {
  margin-top: -10px;
  margin-bottom: 20px;
}
.lightbox_addtion .action_row {
  width: 50%;
  margin: 20px auto;
  padding: 0;
  text-align: center;
}
.lightbox_addtion .action_row .btn:last-child {
  margin-left: 10px;
}
.lightbox_addtion .floating-cart-sku-table >table {
  background-color: #d8d8d8;
}
.lightbox_addtion .floating-cart-sku-table td {
  border: 1px solid #979797;
  padding: 6px;
}
.lightbox_addtion .floating-cart-sku-table .inventory {
  font-size: 14px!important;
}
.lightbox_addtion .floating-cart-sku-table .inventory font {
  font-size: inherit;
}
.under-wrap {
  
}
.under-title {
  display: flex;
  width: calc(100% - 15px);
  font-weight: 500;
  font-size: 1.2em;
  margin: auto;
  justify-content: space-between;
}
.under-content {
  display: flex;
  overflow-x: scroll;
  justify-content: space-between;
}
.under-content::-webkit-scrollbar {
  display: none;
}
.listItem-pic-v1 {
  display: block;
  position: relative;
  /* width: calc(100% - 20px); */
  margin: 5px;
}
.listItem-row-v1 {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
}
.m-sold {
  position: absolute;
}
.m-sold img {
  width: 80px!important;
}
.listItem-pic-v1 .itemImg {
  position: relative;
  display: block;
  width: 135px;
  height: 135px;
  background-size: cover;
  overflow: hidden;
  margin-right: 5px;
  /* float: left; */
}
.listItem-row-v1 .itemImg {
  display: block;
  width: 135px;
  height: 135px;
  background-size: cover;
  overflow: hidden;
  margin-right: 8px;
  float: left;
}
.listItem-pic-v1 .itemImg img,
.listItem-row-v1 .itemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listItem-pic-v1 .top .pd-name {
  min-width: 135px;
  max-width: 135px;
}
.listItem-pic-v1 .top .pd-name,
.listItem-row-v1 .top .pd-name {
  font-size: 1.1em;
  font-weight: 700;
}
.listItem-pic-v1 .center-wrap {
  display: inline-block;
  overflow: hidden;
}
.price-sub::before {
  margin-left: 0;
}

@media print, screen and (max-width : 1199px) {
  .merchWarp-v1 {
    display: block;
  }
  .mshop-header {
    max-width: unset;
  }
  .merchWarp-v1 .pContainer {
    width: 100%;
    max-width: 100%;
  }
  .pContainer .addtion_info_box .col_wrap {
    display: block;
  }
  #lb_photo .lb_detail {
    top: 0;
    right: 10%;
  }
}
/*iPad in portrait */
@media print, screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {}
/*iPad in landscape */
@media print, screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {}
/*mobile device*/
@media print, screen and (max-width : 480px) {
  .pcOnly { 
    display: none!important; 
  }
  .pContainer .primary_photo {
    margin: 0;
    height: unset!important;
  }
  .tab {
    width: calc(100%/2);
  }
  .tab.tab-3 {
    width: calc(100%/3);
    font-size: 0.85em;
  }
  .reflections .reflection {
    padding: 10px;
  }
  .pContainer .other_photo .photo__item {
    width: calc(20% - 4px);
    padding-top: calc(20% - 4px);
  }
}
/*mobile small device*/
@media print, screen and (max-width : 320px) {
  .pcOnly { 
    display: none!important; 
  }
}