@charset "UTF-8";
/* -----------------------------------------------------------
	全体
----------------------------------------------------------- */
.fs-body-product,
.fs-body-product main{
    background: #353434!important;
}
.fs-body-product main{
     
}
.fs-body-product .fs-l-pageMain{
   max-width: 1279px!important;
    margin: 0 auto!important;
    padding: 0 16px;
}
/*
@media screen and (max-width: 768px) {
html, body {
    overflow-x: hidden;
    touch-action: manipulation;
}
}*/

/* -----------------------------------------------------------
	パンナビ
----------------------------------------------------------- */
.fs-body-product .fs-c-breadcrumb{
    max-width: 100%;
     background: #353434;
    margin: 148px auto 0 auto;
    padding-bottom: 30px;
}
.fs-body-product .fs-c-breadcrumb .fs-c-breadcrumb__list{
     max-width: 1279px;
    margin: 0 auto;
    padding: 8px 16px;
}
@media screen and (max-width:1024px) {
.fs-body-product .fs-c-breadcrumb{
    margin: 88px auto 0 auto;
    font-size: 0.8rem;
    line-height: 1.4em;
    padding-bottom: 20px;
}
}
@media screen and (max-width:768px) {
.fs-body-product .fs-c-breadcrumb{
    margin: 70px auto 0 auto;
}
}

/* -----------------------------------------------------------
	商品写真とカート部分
----------------------------------------------------------- */
.iteminfo{
     display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 50px;
}
.iteminfo .itemphoto{
    width: 48%;
}
.iteminfo .itemdescription{
    width: 48%;
}
.fs-c-productQuantityAndWishlist__quantity {
     display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width:200px;
}
.fs-c-productQuantityAndWishlist__quantity:before {
    content: "数量";
    font-size: 12px;
    width: 50px;
    margin-right: 8px;
}
.fs-c-productQuantityAndWishlist {
    margin: 20px 0;
}
.iteminfo .fs-c-productSelection__selection{
    margin:8px 0 32px 0!important;
}
.fs-c-productMarks{
    margin-bottom: 16px;
}
@media screen and (max-width:1200px) {
.iteminfo{
     display:block
}
.iteminfo .itemphoto{
    width: 100%;
}
.iteminfo .itemdescription{
    width: 100%;
}
}
@media screen and (max-width: 768px) {
    .fs-c-variationPanelList__list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 8px;
    white-space: normal;
    overflow: hidden;
        flex-wrap: wrap;
}
    .fs-c-variationPanelList__list__item {
        white-space: normal;
        min-width:30%;
        flex-grow: 1;
    }
    .fs-c-button--particular.fs-c-button--addToWishList--detail, .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
    align-items: center;
    font-size: 1rem;
    padding: 0.2em 0.2em;
}
.fs-p-scrollingCartButton__icon {
    font-size: 2rem;
}
    .fs-p-scrollingCartButton__label{
        display: none;
    }
}
@media screen and (max-width:430px) {
.fs-c-productQuantityAndWishlist__quantity {
    position: relative;
    top:7px;
}
}


/* -----------------------------------------------------------
	文字装飾
----------------------------------------------------------- */
.fs-c-productNameHeading {
    font-size:1.4em !important;
    color: #aa9367;
    font-weight: bold;
}
.fs-c-productNumber {
    border:none;
    display: inline-block;
    font-size: 0.9rem;
    padding: 4px 8px;
}
.fs-c-featuredProduct__title{
     font-size: 1.5rem;
    border-bottom:2px solid #fff;
    padding-bottom: 8px;
    margin: 0 0 20px 0;
}
/* 
#item_comment_1{
    font-size: 1.5rem;
    border-bottom: 2px solid #fff;
    padding-bottom: 8px;
    margin: 50px 0 20px 0;
}
*/
.logo_imabari{
    display: -webkit-flex;
    display: flex;
    color: #beac8a;
    margin-bottom: 20px;
    align-items: center;
}
.logo_imabari img{
    width: 70px;
    height: auto;
    margin-right: 16px;
}
/* 
#item_comment_6,
#item_comment_7{
    background: #303030;
    padding: 16px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
*/
@media screen and (max-width:430px) {
.fs-c-productNameHeading {
    margin-top: 0px;
}
}

/* -----------------------------------------------------------
	商品写真
-----------------------------------------------------------*/
#fs_ProductDetailsSubscribe .fs-c-slick .slick-slide img,
#fs_ProductDetails .fs-c-slick .slick-slide img {
    max-height: 645px;
}
.fs-c-productCarouselMainImage__image {
  max-width: 95%;
}
.fs-c-productCarouselMainImage__image img {
width: 100%;
    height: auto;
    object-fit: contain;
}
.fs-c-productCarouselMainImage__carousel{
    text-align: center;
}


/* -----------------------------------------------------------
	補足説明
----------------------------------------------------------- */
.item_comment_lr{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.item_comment_left{
    width: 48%;
}
.item_comment_right{
    width: 48%;
}
.fs-p-snsArea {
    justify-content: flex-end
}
@media screen and (max-width:768px) {
.item_comment_lr{
    display:block
}
.item_comment_left{
    width: 100%;
}
.item_comment_right{
    width: 100%;
}
}

/* -----------------------------------------------------------
	この商品のサイズ・寸法の詳細を見る
----------------------------------------------------------- */
.modal {
            display: none; 
    position: fixed; 
    z-index:99991; 
    padding-top: 60px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
   background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.7);
        }
        .modal-content {
            margin: auto;
            display: block;
            max-width: 700px;
             width: 100%;
        }
        .modal-content { 
            animation-name: zoom;
            animation-duration: 0.6s;
        }

        @keyframes zoom {
            from {transform: scale(0)} 
            to {transform: scale(1)}
        }

        /* The Close Button */
        .close {
            position: absolute;
            top: 15px;
            right: 35px;
            color: #f1f1f1;
            font-size: 40px;
            font-weight: bold;
            transition: 0.3s;
        }

        .close:hover,
        .close:focus {
            color: #bbb;
            text-decoration: none;
            cursor: pointer;
        }

.showImageText{
    margin: 16px 0;
    text-decoration: underline;
    color: #fff!important
}
.showImageText:hover{
    cursor: pointer;
}
.showImageText:before{
    content:url("../image/item/ic_size.png");
  display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

/* -----------------------------------------------------------
	商品選択エリアの装飾
----------------------------------------------------------- */
.fs-c-button--primary {
    background: #3058a9;
    border:none;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding:24px;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 100%;
}
.fs-c-productPointDisplay {
    background: none;
    color: #ffd200;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    padding:0;
    margin-top: 16px;
}/* 
#item_comment_19{
    color: #b7b7b7;
    margin: 16px 0;
}*/
.fs-c-variationPanelList__panel {
    border:2px solid #cccccc;
    border-radius: 10px;
    display: grid;
    grid-template-rows: 1fr auto;
    flex-grow: 1;
    height: 100%;
    overflow: hidden;
}
.fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
    background: #beac8a;
}
.fs-c-variationPanelList__panel__content {
    background: rgba(126, 126, 126, 0.08);
    display: flex;
    flex-direction:row;
    justify-content: center;
    gap: 2px;
    min-height: 56px;
    padding: 8px;
    width: 100%;
    align-items: center;
}
.fs-c-variationPanelList__panel__image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    max-height: 46px;
    max-width: 100%;
    padding-bottom: 0;
    text-align: center;
    margin-right: 8px;
}

/* -----------------------------------------------------------
	フリーゾーン1
----------------------------------------------------------- */
#item_freezoon1{
    background: #fff;
    padding: 50px;
    margin: 24px 0;
    line-height: 1.8em;
    box-sizing: border-box;
    color: #353434;
}
#item_freezoon1 p{
    margin-bottom: 50px;
    color: #353434;
}
#item_freezoon1 table {
	margin:15px auto 46px auto;
	border-collapse: collapse;
	width:100%;
    color: #353434;
    box-sizing: border-box;
    table-layout: fixed;
word-break: break-all;
word-wrap: break-all;
}
#item_freezoon1 table td {
	padding: 16px;
	border:1px solid #ccc;
	vertical-align: middle;
	text-align:left;
	background-color: #fff;
    box-sizing: border-box;
}
#item_freezoon1 table th {
	padding:6px;
	text-align: center;
	border:1px solid #ccc;
	vertical-align: middle;
  font-weight:bold;
    background-color: #FAF8F8;
box-sizing: border-box;
}
@media screen and (max-width:768px) {
#item_freezoon1{
    padding:30px;
}
#item_freezoon1 table td {
	padding: 16px;
}
#item_freezoon1 table th {
	padding: 6px;
}
}

    
/* -----------------------------------------------------------
	新規登録ポイントプレゼント
----------------------------------------------------------- */
.fs-p-banner--registration {
    margin: 50px 0;
}
    
/* -----------------------------------------------------------
	AD-SAIL ADD
----------------------------------------------------------- */

.fs-c-productCarouselMainImage__thumbnailList{
 background-color:gainsboro;
 font-size:small;
 color:#444444;
}

.slick-dotted.slick-slider {
 margin-bottom: 1px;
}

.fs-c-variationPanelList__panel__label{
  font-weight:normal !important;
  font-size:0.9em !important;
}


.fs-c-aggregateRating__message{
 color:#c9c9c9;
}