@charset "utf-8";
/******************************
商品詳細
******************************/
#item-name h1{margin-bottom: 10px;}
#item-name .icon{text-align:right;}
#item-name p{margin-bottom:0;}
.tech-mark{margin-bottom:20px;}
.tech-mark table img{width:30px; height:auto; max-width:none;}

/*リスト選択式用*/
#csListType .btn_cart{width:88px;}
#csListType .addToCart{}
#csListType .soldOut{}
#csListType .rearrivalAlert{}
#csListType .productFavorite {
  margin-left: 20px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: relative;
}
#csListType .productFavorite:after {
  content: '';
  position: absolute;
  left: 0;
  background-image: url(/assets/images/common/element/like_off.png);
  background-repeat: no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
}
#csListType .productFavorite:hover:after {
  animation: heartbeat .6s;
  -webkit-animation: heartbeat .6s;
  -moz-animation: heartbeat .6s;
  -ms-animation: heartbeat .6s;
}
@keyframes heartbeat{20%{transform:scale(0.9)}40%{transform:scale(1)}}

#csListType .productFavorite.active:after {
  animation: none;
  background-image: url(/assets/images/common/element/like_on.png);
}

/*プルダウン選択式用*/
#csSelectType select{
  display:block;
}
#csSelectType .item_submit_btn_block, #csSelectType .btn_cart, #csSelectType .addToCart,
#csSelectType .soldOut, #csSelectType .rearrivalAlert, #csSelectType .productFavorite{
  display:block;
  padding:8px 0;
}
#csSelectType .btn_cart, #csSelectType .addToCart, #csSelectType  .soldOut, #csSelectType .productFavorite{
  margin-bottom:6px;
}
#csSelectType .item_submit_btn_block{overflow:hidden;}
#csSelectType .btn_cart{width:100%;}
#csSelectType .addToCart{width:100%;}
#csSelectType .soldOut{width:100%;}
#csSelectType .rearrivalAlert{width:48%; float:right;}
#csSelectType .productFavorite{width:48%; float:left;}
#csSelectType .favoriteEnabled{/*display:block!important;*/}

/*ライトボックスレイアウト*/
#boxer .boxer-close{
  background-color:transparent;
}
#boxer .boxer-control{
  background:none;
  border-radius:0;
  box-shadow:none;
  height:100px;
  width:70px;
}
#boxer .boxer-control.previous{
  background:url("/assets/boxer-master/arrow_l.png") no-repeat scroll 0 0 transparent;
  background-position:left center;
  width:50%;
  height:100%;
  left:0;
}
#boxer .boxer-control.next{
  background:url("/assets/boxer-master/arrow_r.png") no-repeat scroll 100% 0 transparent;
  background-position:right center;
  width:50%;
  height:100%;
  right:0;
}
#boxer .boxer-container{
  overflow:inherit;
}
#boxer.mobile .boxer-control{
  margin:0;
}
#boxer.mobile .boxer-control.previous{
  background:url("/assets/boxer-master/arrow_lm.png") no-repeat scroll 0 0 transparent;
  height:40px;
  left:10px;
}
#boxer.mobile .boxer-control.next{
  background:url("/assets/boxer-master/arrow_rm.png") no-repeat scroll 100% 0 transparent;
  height:40px;
  right:10px;
}
#boxer.mobile .boxer-position{
  display:none;
}
#boxer.mobile .boxer-meta{
  padding:15px 0 10px;
  height:40px;
}

/*
 2014/12/12 add
*/
#view {
  padding-bottom: 80px;
  margin-bottom: 80px;
}
#view > #item-image {
  max-width: 700px;
  width: 60%;
}
#view > #item-name,
#view > #item-detail {
  max-width: 440px;
  width: 38%;
  border: none;
  padding: 0;
}
/*#view > [id*="item"],
#view > .item-information > [class*="item"] {
  width: 48.333333%;
}*/
#item-name {
  margin-bottom: 20px;
  float: none;
}
#item-name > .name{
  margin-bottom: 18px;
}
#item-name > .type {
  font-size: 12px;
  margin-bottom: 10px;
}
#item-name > .name {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 30px;
}
#item-name > .price {
  font-size: 12px;
  margin-bottom: 20px;
}
#item-name > .price > del,
#item-name > .price > span {
  font-size: 20px;
}
#item-name .icon {
  text-align: left;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.productBrown {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.productBrown .brownImg {
  width: 50px;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
}
.productBrown img {
  height: 50px;
}
.productBrown .brownName {
  display: inline-block;
  background-color: #F1F1F1;
  height: 50px;
  line-height: 50px;
  vertical-align: top;
  width: calc(100% - 50px);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-indent: 10px;
  margin-bottom: 0;
}


#item-image {
  text-align: center;
}
#item-detail .select_quantity_default .item_submit_btn_block .addToCart:hover {
   border-color: #ddd;
}
#item-image .flex-direction-nav a {
  opacity: 1;
  height: 100%;
  margin-top: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
}
#item-image .flex-direction-nav .flex-prev {
  background-image: url("/assets/images/icn_arrow_left_radius.png");
  left: 0;
  background-position: left;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#item-image .flex-direction-nav .flex-next {
  background-image: url("/assets/images/icn_arrow_right_radius.png");
  right: 0;
  background-position: right;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#view-slider {
  margin-bottom: 40px;
}
#view-slider .flex-control-nav,
#view-slider ol.flex-control-nav.flex-control-thumbs {
  display: none;
}

#item-detail #csListType {
  margin-bottom: 20px;
}
#item-detail .select_quantity_default > *,
#item-detail .select_quantity_default > * > * {
  display: block;
  float: left;
}
#item-detail .select_quantity_default label {
  font-size: 12px;
}
#item-detail .select_quantity_default .salse-status {
  width: calc(100% - 290px);
  cursor: auto;
}
#item-detail .select_quantity_default .item_submit_btn_block {
  float: right;
  width: auto;
}
#item-detail .select_quantity_default .item_submit_btn_block .btn {
  width: 220px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-color: transparent;
  border-radius: 30px;
}

.select_quantity_default {
  border: none;
}
#item-detail .select_quantity_default .item_submit_btn_block .btn.soldOut {
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
#item-detail .select_quantity_default .item_submit_btn_block .btn.rearrivalAlert,
#item-detail .select_quantity_default .item_submit_btn_block .btn.soldOut {
  color: #fff;
  background-color: #ddd;
  border-color: #ddd;
}
#item-detail .select_quantity_default .item_submit_btn_block .btn img {
  width: 12px;
  margin-right: 8px;
  margin-top: -2px;
}

.btn.shop-search {
  width: 220px;
  padding: 20px 0 0;
  line-height: 100%;
  font-size: 12px;
  text-align: center;
  width: 100%;
  background-color: transparent;
  margin-bottom: 20px;
  border: none;
  border-top: 1px solid #ddd;
}
.btn.shop-search > a {
  height: 50px;
  line-height: 50px;
  width: 220px;
  border-color: #999;
  border-radius: 30px;
  background-color: #F1F1F1;
  display: block;
  color: #00407C;
  margin: 0 auto;
  border: 1px solid #999;
}
.btn.shop-search > a:hover{
  text-decoration: none;
}
.btn.shop-search > a span img {
  padding-right: 10px;
  position: relative;
  top: -2px;
}
#item-detail .btn.disabled, #item-detail .btn.disabled > *,
#item-detail .btn:disabled, #item-detail .btn:disabled > *,
#item-detail .btn[disabled], #item-detail .btn[disabled] > * {
  text-shadow: none;
}
#view #photo_thumbs_block ul li {
  padding-right: 5px;
  width: 56px;
  float: left;
}
#view #photo_thumbs_block ul li:last-child {
  padding-right: 0;
}
#view #photo_thumbs_block ul li:focus {
  outline: none;
}
/* #view #colorVariation-items, #view #colorVariation-items * {
  position: static;
  background-color: #F1F1F1;
} */
#view #colorVariation-items .box-title.view {
  padding: 10px 0;
  font-size: 18px;
  margin: 0;
  background-color: #F1F1F1; */
}
#view #colorVariation-items .box-title .sub {
  padding-top: 10px;
}
/* #view #colorVariation-items ul > li a {
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: 2px solid transparent;
} */
/* #view #colorVariation-items p {
  text-align: center;
  font-size: 10px;
  transform: scale(0.8);
  line-height: 12px;
  padding-top: 5px;
} */

/* #staffSnap li {
  width: 18.5%;
  margin: 0 0 2% 1.5%;
  float: left;
} */
/* #staffSnap li:nth-child( 5n+1 ) {
  margin-left: 0;
  clear: both;
} */
/* #staffSnap li .info_txt,
#staffSnap .look-more {
  display: none;
} */

#view .photo_thumbs_block {
  margin-bottom: 40px;
}

.photo_thumbs_block,
.item-information {
  clear: both;
  overflow: hidden;
}
#view .item_description_block > p > a,
#view .item_description_block > p > a {
  color: #668abc;
  text-decoration: underline;
}
#view .item-description-shoplink {
  margin-bottom: 25px;
}
#view > .item-information {
  overflow: hidden;
}
#view > .item-information > .item-material {
  float: left;
}
#view > .item-information > .item-material > table td {
  border: none;
  font-size: 11px;
  text-align: left;
}
#view > .item-information > .item-material > table td:first-child {
  padding-left: 24px;
}
#view > .item-information > .item-size {
  float: right;
}
#view > .item-information > .item-size > table td {
  border: none;
  text-align: center;
}
#view > .item-information table {
  margin-bottom: 16px;
}
#view > .item-information p {
  font-size: 11px;
  color: #555555;
  margin-bottom: 0;
}
#view > .item-information p > a {
  color: #668abc;
  text-decoration: underline;
}

#item-detail .caption {
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  border-top: 1px solid #ddd;
  text-indent: 20px;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
#item-detail .caption:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.1s ease-out;
}
#item-detail .caption.closed:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 40%;
}
#item-detail .description .caption.closed {
  border-bottom: none;
}
#item-detail .item_description_block {
  padding: 20px;
  display: none;
  box-sizing: border-box;
}
#item-detail .item_description_block a,
#item-detail .toggle_area a {
  color: #64B6E1;
}
#item-detail .detail_area p > span:first-child:after {
  content:':';
  display: inline-block;
  padding: 0 5px;
}
#item-detail .item-size {
  border-bottom: 1px solid #ddd;
}
#item-detail .item-size .toggle_area {
  padding: 20px 20px 10px;
  display: none;
}
#item-detail .keywords {
  width: 100%;
  text-align: left;
  padding-top: 20px;
}
#item-detail .keywords li {
  display: inline-block;
  margin: 0 6px 10px 0;
}
#item-detail .keywords li > a {
  height: 30px;
  line-height: 30px;
  color: #777;
  background: #F1F1F1;
  border-radius: 30px;
  padding: 0 20px;
  display: block;
}
#related-items {
  display: inline-block;
  margin-bottom: 120px;
  width: 100%;
}
.view .swiper-container .swiper-button-prev,
.view .swiper-container .swiper-button-next {
  top: 50%;
}

.view #sp-contents {
  margin-bottom: 0;
}
#checked-items {
  clear: both;
  margin-bottom: 80px;
}
#checked-items .list-item-text {
  display: none;
}
#checked-items .watchList_btn {
  bottom: 10px;
  right: 10px;
}
.rearrival-mail-form .btn_regist_rearrival_mail {
  background-color: #00407C;
  border-radius: 30px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  width: 220px;
}
.rearrival-mail-form .btn_regist_rearrival_mail:hover {
  background: transparent;
  border-color: #00407C;
}
.view #sp-contents .box-title {
  display: none;
}
.view #sp-contents.swiper-container .swiper-button-prev,
.view #sp-contents.swiper-container .swiper-button-next {
  top: 30%;
}
#view > #item-image .slick-slide img {
  width: 100%;
}
.fancybox-slide--iframe .fancybox-content {
  width  : 800px;
  height : 600px;
  max-width  : 100%;
  max-height : 100%;
  margin: 0;
}
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  right: 18px;
  top: 18px;
}
.fancybox-close-small svg path {
  color: #777;
  fill: #777;
}
.fancybox-slide--iframe {
  padding: 44px 10px 0;
}
#colorVariation {
  display: none;
}

@media (max-width: 979px) {
  #view .photo_thumbs_block {
    margin-bottom: 20px;
  }
  #item-name {
   margin-bottom: 20px;
  }
  #item-name .icon {
    margin-bottom: 20px;
  }
    #item-name > .type {
      font-size: 14px;
      margin-bottom: 10px;
    }
    #item-name > .name {
      font-size: 14px;
      margin-bottom: 15px;
    }
    #item-name > .hidden-desktop .icon {
      margin-bottom: 20px;
    }
    #item-name > .price {
      font-size: 12px;
      margin-bottom: 20px;
    }
    #item-name > .price > span{
      font-size: 18px;
    }
    #item-detail .btn.shop-search.deal img {
      width: 17px;
      position: static;
    }
    #view .box-title > .sub{
      display: block;
      text-align: center;
      font-size: 12px;
    }
    #view .item-size table{
      border-top: none;
      font-size: 12px;
    }
    #view #colorVariation-items ul li:nth-child(5n+1) {
      clear: none;
    }
    #view > .item-information > .item-material{
      padding-bottom: 10px;
    }
    #view > .item-information > .item-size{
      padding-bottom: 10px;
    }
    #view > .item-information > .item-size .toggle_area {
      display: none;
    }

    #view #csSelectType > .select_quantity_default {
      border: 0;
    }
    #view #csSelectType > .select_quantity_default > select {
      width: 100%;
    }
    /* #item-detail .item_description_block {
      padding: 0;
    } */
    /* #item-detail .item-description,
    #item-detail .item-material {
        padding: 0 15px;
        width: auto;
    } */
    #view > #item-detail #csSelectType .select_quantity_default .item_submit_btn_block {
      padding-top: 0;
      width: 100%;
    }
    #view > #item-detail #csSelectType .select_quantity_default .item_submit_btn_block [id*="ds2_add_button"],
    #view > #item-detail #csSelectType .select_quantity_default .item_submit_btn_block .btn_cart.soldOut,
    #view > #item-detail #csSelectType .select_quantity_default .item_submit_btn_block .btn_cart.comingSoon {
      float: none;
      width: 100%;
    }
    #view > #item-detail #csSelectType .select_quantity_default .item_submit_btn_block .btn_cart,
    #view > #item-detail #csSelectType .select_quantity_default .item_submit_btn_block .productFavorite,
    #view > #item-detail #csSelectType .select_quantity_default .item_submit_btn_block .rearrivalAlert {
      margin: 0;
      padding-top: 14px;
      padding-bottom: 14px;
      border-radius: 0;
      font-size: 14px;
    }
    #view > #item-detail #csSelectType .select_quantity_default .item_submit_btn_block .btn_cart{
      font-weight: bold;
    }
    #view > #item-detail #csSelectType .select_quantity_default .item_submit_btn_block .btn_cart {
      margin-bottom: 8px;
      width: 100%;
    }
    #view > #item-detail #csSelectType .select_quantity_default .item_submit_btn_block .productFavorite {
      width: 49%;
      float: left;
    }
    #view > #item-detail #csSelectType .select_quantity_default .item_submit_btn_block .rearrivalAlert {
      width: 49%;
      float: right;
    }

    #item-detail {
      border: 0;
    }
    .item-description {
      margin: 12px 0;
    }
    #item-detail .select_quantity_default .item_submit_btn_block {
      margin-top: 0;
      width: 80%;
    }
    #item-detail .select_quantity_default .salse-status {
      margin-top: 6px;
      line-height: 1.6;
      width: 20%;
    }
    /*#item-detail .select_quantity_default .item_submit_btn_block .btn {
      width: auto;
    }*/
    #item-detail .select_quantity_default .item_submit_btn_block .btn img {
      margin-right: 4px;
    }
    .item_description_block {
      overflow: hidden;
      width: 100%;
    }
    #item-detail .item_description_block {
      padding: 15px;
    }
    .btn.itemInfo_selectOpenBtn {
       width: 250px;
       padding: 0;
       line-height: 100%;
       font-size: 12px;
       text-align: center;
       width: 100%;
       background-color: transparent;
       border: none;
       margin-bottom: 20px;
       height: 50px;
       line-height: 50px;
       width: 220px;
       border-radius: 30px;
       background-color: #00407C;
       display: block;
       color: #fff;
       margin: 0 auto 20px;
    }
    .btn.shop-search.deal {
      font-size: 14px;
      width: 100%;
      float: none;
      margin-right: 0;
    }

    #view > .item-information > .item-material > table tr td:first-child {
      width: 24%;
      padding-left: 18px;
    }

    #view-slider ol.flex-control-nav.flex-control-thumbs {
      display: block;
    }
    #view-slider .flex-control-thumbs .flex-active {
        opacity: .7;
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
    }
    #view-slider .flex-control-thumbs img {
        opacity: 1;
    }
    #item-image #view-slider .flex-direction-nav a {
      height: 35px;
      top: 285px;
    }
    #view-slider ol.flex-control-nav.flex-control-thumbs li {
        width: 20%;
    }
    #csListType .productFavorite {
      margin-left: 10px;
    }
    #item-detail .select_quantity_default .item_submit_btn_block .btn {
      width: 150px;
    }
    .view #sp-contents.swiper-container .swiper-button-prev,
    .view #sp-contents.swiper-container .swiper-button-next {
      top: 25%;
    }
}

@media (max-width: 767px) {
  #view-slider {
    margin-bottom: 0;
  }
  .js-slider .slick-slide {
    margin: 0 20px;
  }
   body.is-open-modal #page-header .navbar-inner {
    position: static;
  }
  #item-name {
    text-align: center;
  }
  #item-name .icon {
    text-align: center;
    justify-content: center;
  }
  .btn.itemInfo_selectOpenBtn,
  .btn.shop-search > a {
    width: 250px;
    height: 60px;
    line-height: 60px;
  }

  #view > #item-image,
  #view > #item-name,
  #view > #item-detail {
    width: 100%;
    max-width: 100%;
  }
  .itemInfo_select_head {
    font-size: 21px;
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: block;
  }
  .itemInfo_select_btnClose {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    padding: 4px;
  }
  .itemInfo_select_btnClose:before,
  .itemInfo_select_btnClose:after {
    position: absolute;
    width: 18px;
    height: 1px;
    background: #000;
    content: '';
    top: 10px;
    left: 12px;
  }
  .itemInfo_select_btnClose:before{
  -webkit-transform: rotate(45deg) translate(2.5px, 6px);
    -ms-transform: rotate(45deg) translate(2.5px, 6px);
    /* transform: rotate(45deg) translate(2.5px, 6px); */
    top: 10px;
  }
  .itemInfo_select_btnClose:after{
    -webkit-transform: rotate(-45deg) translate(2.5px, -6px);
    -ms-transform: rotate(-45deg) translate(2.5px, -6px);
    transform: rotate(-45deg) translate(2.5px, -6px);
    top: 22px;
  }
    #item-detail .itemInfo_select {
      background: #fff;
      position: fixed;
      width: 100%;
      height: 0;
      padding: 0;
      top: 0;
      z-index: 100;
      overflow: hidden;
      display: block;
      -webkit-transition: height ease 0.4s;
      transition: height ease 0.4s;
    }
   #item-detail .itemInfo_select.is-open {
    height: 100%;
    overflow: auto;
    -webkit-transition: height ease 0.4s;
    transition: height ease 0.4s;
    background-attachment: fixed;
    }
    #csListType {
      background-attachment: fixed;
      height: 100%;
    }
  #csListType .item_submit_btn_block .btn{
    box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    display: block;
    float: left;
    height:30px;
    margin-left:1%;
    width: 49%;
  }
  #item-detail #csListType .select_quantity_default .salse-status {
    width: 35%;
    margin-left: 5%;
    font-size: 12px;
  }
  #item-detail #csListType .select_quantity_default .item_submit_btn_block {
    width: 60%;
    float: right;
  }
  #view .photo_thumbs_block .box-title,
  #view .item-information .box-title{
    margin-top: 15px;
  }
  #view #related-items .box-title{
    margin-top: 0;
  }
  #view > .item-information p{
    margin-bottom:10px;
  }
  #view > .item-information > .item-size{
    padding-bottom: 10px;
  }
  #item-image .js-slider .slick-prev,
  #item-image .js-slider .slick-next {
    top: 50%;
  }
  #item-image #view-slider .flex-direction-nav a {
      height: 22px;
      top: 125px;
    }

  #view .photo_thumbs_block .item-detail-area .item-detail-area-inner {
    overflow: hidden;
  }

  #view .photo_thumbs_block .item-detail-area .item-detail-area-inner .item-description,
  #view .photo_thumbs_block .item-detail-area .item-detail-area-inner .item-description-all{
    width:95%;
    margin:0 auto 10px;
    font-size:13px;
    height: 80px;
  }
  #view .photo_thumbs_block .item-detail-area .item-detail-area-inner .item-description-all,
  #view .photo_thumbs_block .item-detail-area .item-detail-area-inner .item-description.close{
    display: none;
  }
  #view .photo_thumbs_block .item-detail-area .item-detail-area-inner .item-description-all{
    height: auto;
    display: none;
  }
  #view .photo_thumbs_block .item-detail-area #item-detail-txt{
    margin: 0 auto 10px;
    width: 95%;
    text-align: right;
    cursor: pointer;
    font-size:13px;
  }
  #view .photo_thumbs_block ul > li {
    width: 50px;
  }
  #photo_thumbs_block {
    margin-bottom: 30px;
  }
  #view #photo_thumbs_block .scroller {
    width: 100%;
    overflow: auto;
    display: inline-block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  #view #photo_thumbs_block ul {
    overflow: hidden;
  }
  #view #colorVariation-items .scroller {
    width: 100%;
    overflow: auto;
    display: inline-block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  #item-detail .item-size  {
    margin-bottom: 0;
  }
  #item-detail .item-size .toggle_area {
    padding: 10px 15px;
  }
  .btn.shop-search.deal {
    border-top: none;
    padding: 0 0 40px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
  }

  .productBrown {
    position: relative;
    margin-bottom: 16px;
    border-bottom: 1px solid #ddd;
  }
  #csListType .productBrown {
    display: inline-block!important;
    width: 100%;
  }
  .productBrown .brownImg {
    width: 70px;
    vertical-align: top;
    float: left;
  }
  .productBrown img {
    height: 80px;
  }
  .productBrown .brownName {
    width: 110px;
    height: 80px;
    line-height: 20px;
    float: left;
    font-size: 16px;
    padding: 0 0 0 20px;
    text-indent: 0;
  }
  .productBrown .brownName > span {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .productBrown .price {
    width: calc(100% - 190px);
    font-size: 20px;
    height: 80px;
    line-height: 20px;
    padding: 0 0px 0 10px;
    background-color: #F1F1F1;
    float: left;
  }
  .productBrown .price.discount_rate {
    font-size: 16px;
  }
  .productBrown .price.discount_rate span,
  .productBrown .price.discount_rate del {
    display: inline-block;
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
    .productBrown .price > span {
      display: inline-block;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    .productBrown .price > span.tax {
        font-size: 12px;
    }
    .select_quantity_default {
      margin-bottom: 16px;
      padding-bottom: 16px;
      border-bottom: 1px solid #ddd;
    }
    #item-detail #colorVariation {
      border-bottom: none;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: -1;
    }
    #csListType .box-title {
      font-size: 21px;
    }
    #csListType #colorVariation-items {
      background-color: #F1F1F1;
      padding: 20px;
      margin: 10px;
    }
    #csListType #colorVariation-items ul {
      width: 100%;
    }
    #csListType #colorVariation-items ul > li {
      width: 32.5%;
      padding-left: 0;
      float: none;
      clear: none;
      vertical-align: top;
    }
    /*#csListType #colorVariation-items ul > li:nth-child(3n-1) {
      clear: both;
      margin-left: 0;
    }*/
    #csListType #colorVariation-items p {
      font-size: 12px;
      transform: none;
      margin-bottom: 20px;
    }
    .is-open-modal #item-detail #colorVariation {
      left: 0;
      opacity: 1;
      z-index: 9999999;
      visibility: visible;
      overflow-y: scroll;
      background-attachment: fixed;
      -webkit-overflow-scrolling: touch;
    }
    .is-open-modal #item-detail #colorVariation #csListType {
      position: static;
      height: auto;
      margin-bottom: 0;
      border-bottom: none;
    }
    .is-open-modal #item-detail #colorVariation #csListType #colorVariation-items ul > li.active {
      display: inline-block;
    }
    #view #colorVariation-items .box-title.view {
      margin-bottom: 20px;
    }
    #view #colorVariation-items.contain,
    #view #colorVariation-items.contain ul > li.active{
      display: block;
      visibility: visible;
      border-top: none;
      padding-top: 0;
    }
    #view #colorVariation-items.contain .box-title.view,
    #view #colorVariation-items.contain ul {
      background-color: #fff;
    }
    /* #staffSnap  {
      margin-bottom: 40px;
      }
    #staffSnap li {
      width: 33.3333%;
      margin-left: 0;
    }
    #staffSnap li:nth-child(n+4) {
      display: none;
    } */
    .view #checked-items {
      margin-bottom: 60px;
    }
    .view #sp-contents.swiper-container .swiper-button-prev,
    .view #sp-contents.swiper-container .swiper-button-next {
      display: block;
      top: 30%;
    }

    @keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
    }

    @-webkit-keyframes fadeIn {
        0% {opacity: 0}
        100% {opacity: 1}
    }

    #view .cartin.fixed {
      animation: fadeIn 0.5s ease 0s 1 normal;
      position: fixed;
      bottom: 65px;
      width: 100%;
      z-index: 9999;
      margin-bottom: 0;
      text-align: center;
      display: block;
    }
    #view .cartin {
      background-color: #00407C;
      margin-bottom: 35px;
      padding: 15px 0 13px;
      display: none;
    }
    #view .cartin > * {
      display: inline-block;
      vertical-align: middle;
    }
    #view .cartin .stock_view {
      padding-top: 3px;
    }
    #view .cartin span {
      color: #fff;
    }
    #view .cartin .btn_stock_view span {
      font-size: 11px;
      display: inline-block;
      text-align: center;
    }
    #view .cartin .btn_stock_view img {
      width: 18px;
    }
    #view .cartin .price {
      color: #fff;
      padding: 0 5%;
    }
    #view .cartin .price del,
    #view .cartin .price .offrate {
      display: none;
    }
    #view .cartin .price > span {
      font-size: 13px;
      display: block;
    }
    #view .cartin .price > span.tax {
      font-size: 10px;
    }
    #view .cartin .itemInfo_selectOpenBtn {
      background-color: #fff;
      color: #000;
      width: 155px;
      height: 35px;
      line-height: 35px;
      font-size: 10px;
      margin: 0 10px 0 0;
      padding: 0;
    }
    #view .cartin .productFavorite {
      cursor: pointer;
      background-image: url(/assets/images/common/element/like_off_w.png);
      background-repeat: no-repeat;
      background-color: #00407C;
      width: 35px;
      height: 35px;
      background-size: 35px;
      border: none;
      padding: 0;
    }
    #view #csListType #colorVariation-items .swiper-wrapper {
      margin: auto;
      display: block;
    }
    .is-open-modal {
      overflow: hidden;
    }
    .is-open-modal #view .cartin.fixed {
      display: none;
    }
    body.is-fav #item-detail .select_quantity_default .item_submit_btn_block .btn.btn_cart,
    body.is-fav #item-detail #colorVariation-items {
      display: none!important;
    }
    body.is-fav #item-detail #csListType .select_quantity_default .item_submit_btn_block {
      position: relative;
      right: -38%;
      float: none;
    }
    #view {
      margin-bottom: 40px;
      padding-bottom: 40px;
    }
    #view.clearfix.row-fluid {
      margin-bottom: 0;
      padding-bottom: 0;
    }
    #view #sp-contents {
      margin-bottom: 0;
    }
    #related-items {
      margin-bottom: 40px;
    }
    #csListType .productFavorite:hover:after {
      animation: none;
    }
    #item-detail .keywords {
      width: auto;
      padding: 40px 10px 0;
    }

  #othercolor {
    display: none;
  }
  #colorVariation {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #FFF;
    z-index: 10000000;
    top: 0;
    left: 0;
    display: none;
  }
  #colorVariation .itemInfo_select.is-open {
    display: block;
  }

}


@media(max-width: 320px){
  #view .cartin .btn_stock_view span {
    font-size: 10px;
  }
  #view .cartin .price > span {
    font-size: 12px;
  }
  #view .cartin .itemInfo_selectOpenBtn {
    width: 135px;
    margin: 0;
  }
  #view .cartin .productFavorite {
    width: 35px;
    height: 35px;
    background-size: 35px;
    margin-left: 2%;
  }
  #item-detail .select_quantity_default .item_submit_btn_block .btn {
    width: 120px;
  }
}

/* DH_FRONT_DEPT-2695 */
#item-detail .item_description_block {
  display: none;
}

/* DH_FRONT_DEPT-3970 */
#view #colorVariation-items .box-title.view {
  transform: scale(1);
  line-height: 20px;
}

/* DH_FRONT_DEPT-4532 */
#view-slider .swiper-slide {
  list-style-type: none;
}





/*************** renewal ***************/ 

/* p-item-view-recommend */
.p-item-view-recommend__container {
  opacity: 0;
  transition: opacity 1s;
}

/* p-color-variation */
.p-color-variation {
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.p-color-variation__title {
  padding: 10px 0;
  font-size: 18px;
  margin: 0;
  text-align: center;
}
.p-color-variation__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.7%;
}
.p-color-variation__item {
  flex: 0 0;
  flex-basis: calc(100%/4);
  max-width: calc(100%/4);
  margin: 0;
  float: none;
  padding: 0 1.7%;
  box-sizing: border-box;
}
.p-color-variation__color-name {
  text-align: center;
  font-size: 10px;
  transform: scale(0.8);
  line-height: 12px;
  padding-top: 5px;
}
.p-color-variation__item.active {
  display: none;
}
.p-color-variation__inner {
  background-color: #F1F1F1;
  padding: 0 3%;
}
@media (max-width: 767px) {
  .p-color-variation {
    border-top: 0;
    padding-top: 0;
  }
  .p-color-variation__inner {
    background-color: transparent;
  }
  .p-color-variation__items {
    flex-wrap: nowrap;
    overflow: scroll;
  }
}

/* u-komi関連 */
.ukomistarRatingSummarySection {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  margin-bottom: 0;
}