/* 商品詳細のカートボタン */
.cart-l{
margin:0 auto;
width:70%;
}

/*PCでは無効*/
.sp{
    display: none;
}

/* ヘッダーサイズ調整 */
@media screen and (min-width: 768px){
    .fs-l-header__contents {
        -ms-grid-columns: 30% 40% 30%;
        grid-template-columns: 30% 40% 30%;
    }
}

/* ヘッダーナビアイコン */
.fs-p-headerNavigation__listItem {
    min-width: initial;
    margin-right:20px;
}

.fs-icon--GolfWatch:before {
    content: '';
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background-image: url(https://goitems.itembox.design/item/ic-gw.png);
    background-size: contain;
}

.fs-icon--acce:before {
    content: '';
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background-image: url(https://goitems.itembox.design/item/ic-acce.png);
    background-size: contain;
}

/* アクセサリーの商品一覧だけ商品説明を非表示 */
.fs-body-category-greenon_acce .fs-c-productListItem__productDescription {
    display: none;
}

/* 商品一覧のカートに入れる・お気に入りを下揃え */
button.fs-c-button--addToWishList--icon.fs-c-button--particular {
    position: absolute;
    bottom: 0;
    right: 15px;
    margin-bottom: 15px;
}
button.fs-c-button--addToCart--list.fs-c-button--plain {
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
}
article.fs-c-productList__list__item.fs-c-productListItem {
    position: relative;
}

.fs-c-productListItem__prices.fs-c-productPrices {
    min-height: 65px;
}
.fs-c-productListItem__productName {
    min-height: 50px;
    justify-content: center;
}
.fs-c-productListItem__productDescription {
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 商品マークを画像の上に表示 */
.fs-c-productList__list .fs-c-productListItem__imageContainer {
    position: relative;
}
.fs-c-productList__list .fs-c-productMark {
    position: absolute;
    top: 16px;
}
.slick-slide .fs-c-productListItem__imageContainer {
    position: relative;
}
.slick-slide .fs-c-productMark {
    position: absolute;
    top: 0;
}


/*商品一覧一部商品カートボタン非表示*/
.hideNext, .hideNext+*{display:none;}

/*ゴルフ用品のカテゴリページのみ商品一覧非表示*/
.fs-body-category-golf_equipment .fs-c-productList{
display:none;
}

/*アウトレットのページのみカテゴリタイトル非表示*/
.fs-body-category-go-outlet .fs-c-heading{
display:none;
}

/*ブランド一覧ボタン*/
.btn_brand{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 2rem;
    line-height: 1.5;
    text-decoration: none;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: #259f87;
    color: #fff !important;
    padding: 5px 27px;
    border-radius: 5px;
    width: 200px;
    margin: 5px;
}
a:hover.btn_brand {
    text-decoration: none;
}

/*カートボタンを大きくする*/
.fs-c-button__label{
  line-height: 2;
}
/*バリエーション商品のカートボタンはそのまま*/
.fs-c-variationAndActions .fs-c-button__label{
  line-height: 1;
}

/*注文フォームのロゴサイズ*/
.fs-p-logo__image {
  max-height: 48px;
}

@media screen and (min-width: 768px) .fs-p-logo__image {
    max-height: none !important;
}

/* クラブ販売用テーブル */
#greenon table {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    border-collapse: collapse;
    margin-bottom: 30px;
}
#greenon th {
    width: 30%;
    font-weight: bold;
    background-color: #eeeeee;
}
#greenon th, #greenon td {
    border: solid 1px #000000;
}

/* カートへ移動ボタン */
#cart_img {
bottom : 0px;
right : 0px;
padding : 0px;
margin : 0px;
position : fixed;
zindex : 500;
}

/* トップおすすめ商品 */
.fs-c-productListCarousel__list__item {
    margin: 0 10px;
}

/*商品画像の拡大を無効にする*/
.fs-c-productMainImage {
    pointer-events: none;
}
.fs-c-productMainImage__expandButton {
    display: none;
}

/*youtube自動調整*/
.youtube {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}