/*HEADER固定*/
.fs-c-photoswipe.pswp
{
z-index: 99999999999999999;
}
.m_fixed
{
position: fixed;
top:0%;
left: 0;
width:100%;
background: #fff;
z-index: 999999999;
}

@media screen and (max-width:1024px) {
.m_fixed .menu_phone
{
display: none;
}
}

/*カテゴリ虫眼鏡*/
.fs-c-productList__list .fs-c-productImageModal__contents img
{
width: auto !important;
}

.fs-c-productList__list .fs-c-productImageModalCarousel__figure
{
margin-top: 5%;
}

/*SPのみレフナビなし*/
@media screen and (max-width:1024px) {
#left-contents
{
display: none;
}
}

#left-contents .description div a
{
color: #fff !important;
}

#left-contents .description p
{
text-align: left;
}

#left-contents .description span a
{
color: #fff !important;
}

.fs-l-sideArea
{
max-width: 190px !important;
}
.fs-p-drawer
{
padding: 0;
}

.fs-c-breadcrumb__list
{
width: 100%;
max-width: 1200px;
margin: 0 auto;
}

@media screen and (max-width:769px) {
.fs-c-breadcrumb__list
{
width: 94%;
max-width: 1200px;
margin: 1rem auto 0 auto;
}
}


.fs-l-main
{
padding: 0;
max-width: 1200px;
}

#fs_Top .fs-l-pageMain
{
max-width: 100% !important;
}

@media screen and (min-width:1024px) {
.remew_main
{
max-width: 100% !important;
}
}

.fs-l-pageMain
{
max-width: 970px !important;
}

#fs_Checkout .fs-l-pageMain ,#fs_Login .fs-l-pageMain ,#fs_ShoppingCartLogin .fs-l-pageMain ,#fs_MyPoints .fs-l-pageMain ,#fs_MyOrders .fs-l-pageMain ,#fs_MyReviews .fs-l-pageMain ,#fs_MyAddressBook .fs-l-pageMain ,#fs_EditPassword .fs-l-pageMain ,#fs_MyAccountSettings .fs-l-pageMain
{
max-width: 1200px !important;
}
.fs-c-productNameHeading__copy
{
display: block;
margin-bottom: 1rem;
font-weight: 300;
}

.fs-l-pageMain img
{
width:100%;
}

/*通常ページ選択肢リンク*/
.item_t_a
{
width: 70%;
  padding: 0.8rem 1rem;
  text-align: center;
  color: #fff !important;
  display: block;
  background: #555555;
  border-radius: 50px;
  margin: 2rem auto 0 auto;
  position: relative;
}

.item_t_a:visited
{
color: #fff !important;
}

.item_t_a:before
{
content: "";
  position: absolute;
  top: 58%;
  right: 5%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}


/*通常商品ページ*/
.item_tuzyo
{
display: flex !important;
justify-content: space-between;
flex-wrap:wrap;
}
.item_tuzyo_image
{
width: 40%;
}

@media screen and (min-width:1024px) {
.item_tuzyo_image .slick-list
{
padding: 0 !important;
}

.item_tuzyo_image .fs-c-slick .slick-slide
{
width: 320px !important;
}

.item_t_image .slick-list
{
padding: 0 !important;
}

.item_t_image .fs-c-slick .slick-slide
{
width: 320px !important;
}

.item_tuzyo_image .slick-list .slick-track
{

/*transition: unset !important;*/
}
}



.item_tuzyo_info
{
width: 58%;
}

.item_tuzyo_info .fs-c-productPostage__label
{
display: inline-block;
margin: 1rem 0;
}

.item_tuzyo_info .fs-c-productOption__name
{
font-size: 1em;
font-weight: normal;
border: 1px solid #3f3f3f;
}

.fs-c-productQuantityAndWishlist
{
border: 1px solid #3f3f3f;
}

.t_comment_1 img
{
width: 100%;
}
.t_comment_1 img.auto
{
width: auto;
}

.color_va
{
display: flex;
justify-content: space-between;
flex-wrap:wrap;

}

.color_va li
{
width: 16%;
text-align: center;
}

.item_price_table
{
margin-bottom: 1rem;
}

.item_price_table p
{
text-align: right;
}

.item_price_table table
{
width: 100%;
border-collapse:collapse;
border-spacing:0;
}

.item_price_table th
{
/*padding: 0.5rem;*/

border: 1px solid #ccc;
background: #999999;
font-weight: normal;
color: #fff;
text-align: center;
vertical-align: middle;
}

.item_price_table th img
{
width: 50%;
}


.item_price_table td
{
padding: 1rem 0.5rem !important;
vertical-align: middle;
border: 1px solid #ccc;
text-align: center;
letter-spacing: 0;
}



.item_price_table .blue
{
color: #0066cc;
background: #ccffff;
}

.item_price_table .blue em
{
display: block;
font-style: normal;
font-size: 0.8em;
}
.item_price_table td.no-red {
  background-color: #ffd8d8;
  color: #ff0000;
}
.item_price_table small
{
font-size: 1em;
display: block;
}

.item_price_table small b
{
color: #0066cc;
border: 1px solid #999;
background-color: #ccffff;
line-height: 3.5em;
padding: 0 3px;
}

.item_price_table span strong
{
color: #c00001;
}


@media screen and (max-width:769px) { 

/*通常商品ページ*/
.item_tuzyo
{
display: block !important;
}
.item_tuzyo_image
{
width: 100%;
}

.item_tuzyo .item_tuzyo_info
{
width: 100% !important;
}
/*
.t_comment_1 img
{
width: 100%;
}

*/
.color_va
{
display: flex;
justify-content: space-between;
flex-wrap:wrap;

}

.color_va li
{
width: 16%;
text-align: center;
}

.item_price_table
{
overflow-x: auto;
margin-bottom: 1rem;
}

.item_price_table p
{
text-align: right;
}

.item_price_table table
{
width: 100%;
border-collapse:collapse;
border-spacing:0;
}

.item_price_table th
{
padding: 0.5rem;
border: 1px solid #ccc;
background: #999999;
font-wight: normal;
color: #fff;
text-align: center;
vertical-align: middle;
}

.item_price_table th img
{
width: 50%;
}


.item_price_table td
{
padding: 1rem 0.5rem !important;
vertical-align: middle;
border: 1px solid #ccc;
text-align: center;
}

.item_price_table .blue
{
color: #0066cc;
background: #ccffff;
}

.item_price_table .blue em
{
display: block;
font-style: normal;
font-size: 0.8em;
}

.item_price_table small
{
font-size: 1em;
display: block;
}

.item_price_table small b
{
color: #0066cc;
border: 1px solid #999;
background-color: #ccffff;
line-height: 3.5em;
padding: 0 3px;
}

.item_price_table span strong
{
color: #c00001;
}

}






/*作りこみ商品ページ*/
.item_t
{
display: flex !important;
justify-content: space-between;
flex-wrap:wrap;
align-items: flex-start;
}
.item_t_image
{
width: 40%;
}
.item_t_image .fs-c-productActionButton
{
display: none !important;
}
.item_t_info
{
width: 58%;
}


@media screen and (max-width:769px) { 
.item_t_image
{
width: 100%;
}

.item_t_info
{
width: 100%;
}
}


/*共通部分*/
body
{
font-size: auto;
}



#fs_Top
{
padding-top: 130px !important;
}

@media screen and (max-width:769px) {
#fs_Top
{
padding-top: 23vh !important;
}
}

/*HEADER*/
.fs-l-header
{
padding: 0;
}
.fs-l-header__contents
{
display: block;
}
.fs-l-header__contents > *
{
padding: 0;
}
/*FOOTER*/
.fs-l-footer__contents
{
max-width: 100%;
}

.fs-l-footer
{
border: 0;
background: none;
}




/*商品ページモーダル*/
.fs-p-drawer
{
background: none !important;
}
.fs-c-productOption__name, .fs-c-productOption__option
{
padding: 1rem;
}

.fs-c-productOption__option
{
position: relative;
}
.modal-open{
      display: inline-block;
      background-color: #666;
      color: #fff;
      margin: 10px;
position: absolute;
top: -4.5rem;
right: 0;
    }

    .modal-open a{
      display: inline-block;
      padding: 5px;
      text-decoration: none;
      color: #fff;
    }
    .modal{
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
z-index: 999;
    }
    .modal:not(:target) {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s, visibility 0.5s;
    }
    .modal:target{
      opacity: 1;
      visibility: visible;
      transition: opacity 0.5s, visibility 0.5s;
    }
    .modal .overlay{
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #000;
      opacity: 0.7;
      top: 0;
      left: 0;
    }
    .modal-wrapper{
      width: 100%;
      max-width: 900px;
      height: 100%;
      max-height: 700px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

.modal-content a
{
border-radius: 10px;
display: block;
margin: 1rem 0;
padding: 2rem 1rem;
text-align: center;
font-size: 1.2em;
color: #333;
position: relative;
border: 1px solid #333;
}

.modal-content a:before
        {
        content: "";
        position: absolute;
        top: 50%;
        right: 5%;
        width: 7px;
        height: 7px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        transform: rotate(45deg);
        margin-top: -5px;
        }

.modal-content img
{
width: 100%;
}
@media screen and (max-width:769px) {
    .modal-wrapper{

      max-width: 90%;
      min-width: 90%;
    }
}
    .modal-contents{
      overflow: auto;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      position: relative;
    }
    .modal-content{
      margin: 1%;
text-align: center;
    }

    .modal-close{
      position: absolute;
      top: 5px;
      right: 10px;
      text-decoration: none;
    }





.item_tuzyo .item_tuzyo_info
{
width: 58%;
}





.fs-c-productCarouselMainImage__image > img {
    max-width: 371.2px;

}
@media screen and (max-width: 769px) {
    .fs-c-productCarouselMainImage__image > img {
           max-width: 100vw;
    }
}

.page-spec .flexbox img {
 width: auto;
}


/*予約商品削除*/
.fs-c-productMarks .yoyaku_none
{
display: none;
}

/*商品ページサムネイル部分*/
.item_tuzyo_image .slick-dotted.slick-slider
{
margin-bottom: 0 !important;
}

/*商品ページサムネイル部分*/
.item_t_image.slick-dotted.slick-slider
{
margin-bottom: 0 !important;
}


/*カート1カラム*/
.fs-body-cart .fs-l-cart__contentsArea
{
display: block !important;
}

.fs-body-cart .fs-l-cart__sideColumn
{
margin-top: 2rem;
}






#fs_ShoppingCart .fs-c-cartTable__message--preorder
{
display: none;
}





/*通常商品ぺージカート部分*/
.fs-c-productQuantityAndWishlist
{
margin-top: 1rem;
margin-bottom: 1rem;
padding: 1rem;
background: rgba(126, 126, 126, 0.08);
}

.fs-c-productQuantityAndWishlist__quantity
{
padding-left: 3.5rem;
position: relative;
}

.fs-c-productQuantityAndWishlist__quantity:before
{
content: "数量";
position: absolute;
top: 5px;
left: 0;
}

.fs-c-productActionButton .fs-c-button--primary
{
background: #c00001;
border:0;
}


/*HEADER CART item*/
.header_renew ul li
{
position: relative;
}

.header_renew ul li .fs-client-cart-count
{
position: absolute;
top: 0;
right: 5px;
background: #c00001;
color: #fff;
border-radius: 50px;
padding: 0.1rem 0.5rem;
font-size: 0.8em;
}

@media screen and (max-width:769px) {
.header_renew ul li span
{
right: 0;
}

footer section
{
display: block !important;
}
.fs-c-accountService
{
padding: 0 2rem;
}
.fs-c-accountService__page
{
flex-basis: 48%;
}
}



.fs-c-productNumber
{
margin: 1rem 0;
}



@media screen and (max-width: 1199px) {
  .renew_left {
    display: none;
  }
.fs-l-pageMain {
  max-width: 100% !important;
}
}

@media screen and (min-width:770px) and ( max-width:1100px) {
.header_renew>a
{
max-width: 25%;
}

.header_renew .h_search
{
max-width: 30%;
}

.header_renew div .form_txt
{
padding: 1% !important;
}

.header_renew .h_search+img
{
max-width: 25%;
}
.header_renew .header_renew ul
{
max-width: 10%;
}
}



