@media screen and (max-width: 799px) {
    .bnrbox_two--spColumn {
    display: flex !important;
    }
}

/*------------------------------------------
スマホハンバーガーメニュー
------------------------------------------*/
.header__side-menu {
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
width: 100%;
height: calc( 100% - 60px );
background: rgba(255, 255, 255, 1);
transition: 0.1s ease-in-out;
position: fixed;
z-index:2147483646 !important;
top: 60px;
right: -100%;
}
.header.side-is-open .header__side-menu {
overflow-y: auto;
overscroll-behavior-y: contain; 
/*
overflow: scroll;
-webkit-overflow-scrolling: touch;
*/
right: 0;
}
#header-menu-btn {
margin-left:3px;
}
.header.side-is-open .menu_yoko {
display: none;
}
.header.side-is-open .menu_batu {
display: inline-block;
}
.menu_batu {
display: none;
}
.header__side-menu a{
text-decoration: none;
color: #000;
}

/* ログイン・マイページ */
.hbgr_member .login,
.hbgr_member .logout{
display: flex;
background: #31903f;
font-size: 15px;
}
.hbgr_member .login li,
.hbgr_member .logout li{
width: 50%;
}
.hbgr_member .login li:nth-of-type(1){
border-right:#fff solid 2px; 
}
.hbgr_member .login li,
.hbgr_member .logout li{
padding: 7px 0;
font-weight: bold;
text-align: center;
}
.hbgr_member .login li a,
.hbgr_member .logout li a{
color: #fff;
}
.hbgr_member .logout li:nth-of-type(2){
background: #fff;
border:#31903f solid 2px; 
font-weight: normal;
}
.logout.my-false { display: none; }
.login.my-true { display: none; }

/* バナー */
.header__side-menu #hbgr_bnr{
margin: 10px 20px;
}
.header__side-menu h3{
background: #cee3d6;
padding: 5px 10px;
}

/* メインナビ */
.hggr_gnavi {
margin-bottom: 10px;
border-bottom: 1px solid #cccccc;
}
.header__side-menu .acc_one .acc_hd {
border-top: 1px solid #cccccc;
color: #000;
font-weight: bold;
position: relative;
z-index: +1;
cursor: pointer;
transition-duration: 0.2s;
font-size: 16px;
text-align: left;
padding: 10px 60px 10px 65px;
}
.header__side-menu .acc_one .acc_inner .acc_hd {
background-color: #f5f5f5;
padding: 8px 60px 8px 15px;
}
.header__side-menu .acc_one .acc_inner .acc_inner  .acc_hd {
background-color: #fff;
}

.header__side-menu .acc_one .acc_hd .one_i:after {
content: "";
display: block;
position: absolute;
top: calc( 50% - 3px );
right: 25px;
width: 10px;
height: 10px;
border-right: 2px solid #252525;
border-bottom: 2px solid #252525;
transform: translateY(-50%) rotate(45deg);
}
.header__side-menu .acc_one .acc_hd.open .one_i:after {
transform: rotate(225deg);
}
.header__side-menu .acc_one .acc_one .acc_hd .i_box{
position: absolute;
top: 50%;
right: 18px;
width:25px;
height: 25px;
background: #bebebe;
transform: translateY(-50%);
border-radius:50px;
}
.header__side-menu .acc_one .acc_one .acc_hd .one_i:after {
right: 8px;
width: 8px;
height: 8px;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
}
.header__side-menu .hbgr_sbnavi .acc_one .acc_hd .one_i:after {
right: 20px;
border-right: 2px solid #31903f;
border-bottom: 2px solid #31903f;
}

.header__side-menu .acc_one .acc_inner {
display: none;
padding: 0;
box-sizing: border-box;
}
.header__side-menu .acc_one .acc_hd {
background-position: -5px center;
background-repeat:no-repeat;
background-size:80px auto;
}
.hggr_gnavi .acc_one .acc_hd.icon01{
background-position: 0px center;
background-size:70px auto;
background-image: url( "https://golf.itembox.design/item/header/gn_ic01_off.png" );}
.hggr_gnavi .acc_one .acc_hd.icon02{
background-image: url( "https://golf.itembox.design/item/header/gn_ic02_off.png" );}
.hggr_gnavi .acc_one .acc_hd.icon03{
background-image: url( "https://golf.itembox.design/item/header/gn_ic03_off.png" );}
.hggr_gnavi .acc_one .acc_hd.icon04{
background-image: url( "https://golf.itembox.design/item/header/gn_ic04_off.png" );}
.hggr_gnavi .acc_one .acc_hd.icon05{
background-image: url( "https://golf.itembox.design/item/header/gn_ic05_off.png" );}
.hggr_gnavi .acc_one .acc_hd.icon06{
background-position: -10px center;
background-image: url( "https://golf.itembox.design/item/header/gn_ic06.png" );}

.hggr_gnavi .typeA,
.hggr_gnavi .typeB{
display: flex;
flex-wrap: wrap;
font-size: 13px;
line-height: 1;
}
.hggr_gnavi .typeA li{
width: calc(50% - 7px);
background: #000;
border: 1px solid #fff;
padding-left: 5px;
}
.hggr_gnavi .typeA li a{
color: #fff;
display: block;
}
.hggr_gnavi .typeA li article{
display: flex;
padding: 5px 0 10px 0;
}
.hggr_gnavi .typeA li article .text_cont{
line-height: 1.2;
white-space: nowrap;
z-index: 2;
}
.hggr_gnavi .typeA li article figure{
width: 60px;
height: auto;
margin-left:auto;
margin-top: auto;
z-index: 1;
}
.hggr_gnavi .typeB{
padding-left:10px;
background: #f5f5f5;
}
.hggr_gnavi .typeB li{
width: calc(50% - 2px);
border: 1px solid #ccc;
background: #fff;
}
.hggr_gnavi .typeB li article{
display: flex;
align-items:center;
padding: 3px 0 3px 3px;
}
.hggr_gnavi .typeB li article figure img{
max-width:50px !important;
height: auto;
margin-right:3px;
}

/* 取扱いメーカー一覧 */
.header__side-menu .hbgr_sbnavi .acc_one .acc_hd {
margin:10px 5px;
border: 1px solid #31903f;
padding: 10px 60px 10px 20px;
}
.header__side-menu .hbgr_sbnavi .acc_one .acc_inner {
margin:-10px 5px 0px;
border: 1px solid #31903f;
}
.header__side-menu .hbgr_sbnavi .acc_one:nth-of-type(2){
margin-bottom:10px;
}
.header__side-menu .hbgr_sbnavi ul.acc_one{
display: flex;
flex-wrap: wrap; 
}
.header__side-menu .hbgr_sbnavi ul.acc_one li{
width: calc(50% - 2px);
border: 1px solid #ccc;
background: #f5f5f5;
}

/* 3カラムナビ */
.hbgr_nav3{
margin: 0 5px 10px;
font-size:13px;
font-weight: bold;
}
.hbgr_nav3 ul{
display:flex;
justify-content:center;
gap: 3px;
}
.hbgr_nav3 ul li{
background: #dceedf;
padding-top: 2px;
border-radius: 2px;
border: 2px solid #dceedf;
width: 33.333333333333333333333333333%;
text-align: center;
}
.hbgr_nav3 ul li img{
width:70px;
height: auto;
}

/* その他ナビ */
.hbgr_navOther ul{
margin-bottom: 10px;
display:flex;
flex-wrap: wrap;
font-size:14px;
}
.hbgr_navOther ul li{
background: #f5f5f5;
border: 1px solid #ccc;
width: calc(50% - 2px);
}
.hbgr_navOther ul li a{
display: block;
padding: 3px 10px;
}

/* SNS */
.hbgr_sns ul{
display:flex;
justify-content:center;
gap: 10px;
}

/*------------------------------------------
新しいグロナビ
------------------------------------------*/
@media screen and (max-width: 800px) {
    #gnavi__wrap {
    display: none;
    }
}
#gnavi__wrap {
margin-bottom:40px;
background-color: #dceedf;
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.gnavi__lists {
max-width: 1200px;
margin: 0 auto 40px;
position: relative;
display: flex;
}
.gnavi__list {
width: 16.66666666666667%;
transition: all .3s;
z-index: 999;
border-right: 1px solid #fff;
}
.gnavi__list:hover {
background-color: #318f40;
}
.gnavi__list:not(:first-child)::before {
content: "";
width: 1px;
height: 100%;
background-color: #fff;
position: absolute;
top: 0;
left: 0;
transition: all .3s;
}
.gnavi__list:hover::before {
background-color: #318f40;
}
.gnavi__list a {
text-decoration: none;
color: #000;
}
.gnavi__list>a {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
font-weight: 600;
transition: all .3s;
text-decoration: none;
color: #000;
font-size: 15px;
letter-spacing: 0.01em;
padding:70px 0 3px 0;
}
.gnavi__list:hover>a {
color: #fff;
}
.gnavi__list a.icon01{
background: url( "https://golf.itembox.design/item/header/gn_ic01_off.png" ) center 8px no-repeat;}
.gnavi__list:hover a.icon01{
background: url( "https://golf.itembox.design/item/header/gn_ic01_on.png" ) center 8px no-repeat;}
.gnavi__list a.icon02{
background: url( "https://golf.itembox.design/item/header/gn_ic02_off.png" ) center 8px no-repeat;}
.gnavi__list:hover a.icon02{
background: url( "https://golf.itembox.design/item/header/gn_ic02_on.png" ) center 8px no-repeat;}
.gnavi__list a.icon03{
background: url( "https://golf.itembox.design/item/header/gn_ic03_off.png" ) center 8px no-repeat;}
.gnavi__list:hover a.icon03{
background: url( "https://golf.itembox.design/item/header/gn_ic03_on.png" ) center 8px no-repeat;}
.gnavi__list a.icon04{
background: url( "https://golf.itembox.design/item/header/gn_ic04_off.png" ) center 8px no-repeat;}
.gnavi__list:hover a.icon04{
background: url( "https://golf.itembox.design/item/header/gn_ic04_on.png" ) center 8px no-repeat;}
.gnavi__list a.icon05{
background: url( "https://golf.itembox.design/item/header/gn_ic05_off.png" ) center 8px no-repeat;}
.gnavi__list:hover a.icon05{
background: url( "https://golf.itembox.design/item/header/gn_ic05_on.png" ) center 8px no-repeat;}
.gnavi__list a.icon06{
background: url( "https://golf.itembox.design/item/header/gn_ic06_off.png" ) center 8px no-repeat;}
.gnavi__list:hover a.icon06{
background: url( "https://golf.itembox.design/item/header/gn_ic06_on.png" ) center 8px no-repeat;}

#gnavi__wrap .dropdown {
display: none;
width: 90%;
max-height: 60vh;
overflow-y: auto;
margin: 0 auto;
padding: 50px 30px;
position: absolute;
top: 100px;
left: 50%;
transform: translateX(-50%);
background-color: #fff;
border-radius:0 0 5px 5px;
box-shadow: 2px 2px 4px gray;
}
#gnavi__wrap .gnavi__list:hover .dropdown {
display: block;
}

#gnavi__wrap .dropdown h3{
position: relative;
margin-bottom: 30px;
padding: 10px 0 10px 40px;
background: #cee3d6;
font-size: 18px;
}
#gnavi__wrap .dropdown h3:before{
content: "";
position: absolute;
background: #318f40;
top: 50%;
transform: translateY(-50%);
left: 10px;
height: 6px;
width: 27px;
}
#gnavi__wrap .dropdown .acc_hd:nth-of-type(1){
display: none;
}

#gnavi__wrap .dropdown ul{
display: flex;
flex-wrap: wrap;
gap: 15px;
}
#gnavi__wrap .dropdown ul li{
background: #ececec;
width: calc(25% - 15px);
}
#gnavi__wrap .dropdown ul.typeC li{
width: calc(33.33333333333333% - 15px);
}
#gnavi__wrap .dropdown ul li p{
margin: 0;
}

#gnavi__wrap .dropdown ul.typeA{
margin-bottom: 30px;
}

#gnavi__wrap .dropdown ul.typeA li{
background: #000;
}
#gnavi__wrap .dropdown ul.typeA li:hover {
opacity:0.7;
}
#gnavi__wrap .dropdown ul.typeA li a{
color: #fff;
}
#gnavi__wrap .dropdown ul.typeA li article{
display: flex;
padding: 5px 0 30px 0;
}
#gnavi__wrap .dropdown ul.typeA li article figure img{
position: absolute;
right: 0;
bottom: 0;
}
#gnavi__wrap .dropdown ul.typeA li article .text_cont{
border-left: #31903f 5px solid;
}
#gnavi__wrap .dropdown ul.typeA li article .text_cont p{
margin: 0 0 0 5px;
}

#gnavi__wrap .dropdown ul.typeB{
margin-bottom:15px;
}
#gnavi__wrap .dropdown ul.typeB li{
background-image: linear-gradient(-45deg, #31903f 6px, transparent 0);
}
#gnavi__wrap .dropdown ul.typeB li:hover{
opacity: 0.7;
}
#gnavi__wrap .dropdown ul.typeB li a{
color: #000;
}
#gnavi__wrap .dropdown ul.typeB li article{
display: flex;
align-items:center;
padding: 5px 0 5px 3px;
}
#gnavi__wrap .dropdown ul.typeB li article figure img{
max-width: 70px;
height: auto;
margin-right: 5px;
}
#gnavi__wrap .dropdown ul.typeC li article figure img{
max-width: 100px;
height: auto;
}

#gnavi__wrap .dropdown ul li article .text_cont p.text_jp{
font-size: 16px;
font-weight: bold;
line-height: 1.2;
}
#gnavi__wrap .dropdown ul li article .text_cont p.text_en{
font-size: 14px;
}

/* カスタムメニューボタン削除 */
label.menu_open_btn2{
display: none;
}

/* 商品詳細上部パンくずリスト*/
#fs_ProductDetails nav.fs-c-breadcrumb:nth-child(1) .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before,
#fs_ProductDetails div.fs-c-breadcrumb:nth-child(2) .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before{
content: "";
}
#fs_ProductDetails nav.fs-c-breadcrumb:nth-child(1) .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem,
#fs_ProductDetails div.fs-c-breadcrumb:nth-child(2) .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem{
background: #e3f5e5;
border: 1px solid #8bb691;
border-radius:3px;
margin-bottom: 5px;
padding:2px 5px;  
}
#fs_ProductDetails nav.fs-c-breadcrumb:nth-child(1) li.fs-c-breadcrumb__listItem:first-child,
#fs_ProductDetails nav.fs-c-breadcrumb:nth-child(1) li.fs-c-breadcrumb__listItem:last-child,
#fs_ProductDetails div.fs-c-breadcrumb:nth-child(2) ol.fs-c-breadcrumb__list--subgroup li.fs-c-breadcrumb__listItem:first-child,
#fs_ProductDetails div.fs-c-breadcrumb:nth-child(2) ol.fs-c-breadcrumb__list--subgroup li.fs-c-breadcrumb__listItem:last-child{
display: none !important;
}
#fs_ProductDetails div.fs-c-breadcrumb:nth-child(2),
#fs_ProductDetails div.fs-c-breadcrumb:nth-child(2) ol,
#fs_ProductDetails div.fs-c-breadcrumb:nth-child(2) ol li{
display: inline-block;
}
#fs_ProductDetails nav.fs-c-breadcrumb:nth-child(1) ol.fs-c-breadcrumb__list,
#fs_ProductDetails div.fs-c-breadcrumb:nth-child(2) ol.fs-c-breadcrumb__list{
padding: 0px; 
}

/* スタッフクラブ紹介 */
#intro_staff{
margin: 40px 0;
background: url( "https://golf.itembox.design/item/intro_bg.jpg" ) 0 100px repeat-y #318f40 ;
display: grid;
}
a#intro_staff {
text-decoration: none !important;
color: #000 !important;
}
a#intro_staff img:hover {
opacity: 1 !important;
filter: alpha(opacity = 100) !important;
}
#intro_staff .typeA{
color: #fff;
text-shadow: #000 0 -2px;
text-align: left;
}
#intro_staff .typeA aside p{
font-size: 14px;
margin: 0px;
}
#intro_staff .typeA aside p:nth-child(2){
font-weight: bold;
font-size: 26px;
line-height: 1.2;
}
#intro_staff .typeA table {
background:rgba(0,0,0,0.3);
border-radius:10px; 
font-size: 14px;
}
#intro_staff .typeA table th,
#intro_staff .typeA table td{
vertical-align: top;
padding: 0px 7px;
line-height: 1.4;
}
#intro_staff .typeA table th{
white-space: nowrap;
}

#intro_staff .typeB{
background: #fff;
border-radius:10px; 
margin: 0px;
padding: 15px 5px;
grid-column-start: 2;
}
#intro_staff .typeB h2{
margin: 0 10px 10px;
padding: 0 0 5PX;
border-bottom:#d9cc5e 1px solid;
background: url( "https://golf.itembox.design/item/intro_title.jpg" ) right bottom no-repeat;
font-size: 18px;
font-weight: bold;
line-height: 1.2;
}
#intro_staff .typeB p{
margin: 0 10px 10px;
font-size: 14px;
line-height: 1.4;
}
#intro_staff .typeB table th,
#intro_staff .typeB table td{
display: block
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border: 1px solid #fff;
padding: 5px 0 3px;
text-align: center;
font-size: 14px;
font-weight:  normal;
line-height: 1.4;    
color: #fff;
}
#intro_staff .typeB table th{
background: #000;
}
#intro_staff .typeB table td{
background: #7e8f80;
}

@media screen and (min-width:1001px) {
    #intro_staff{
    align-items: end;
    grid-template-columns: 25% 75%;
    grid-template-rows: repeat(2);
    padding: 10px 15px 10px 0;
    }
    #intro_staff picture{
    grid-row: span 2 / span 2;
    position: relative;
    top:-10px;
    margin: -20px 0;
    }
    #intro_staff .typeA{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    }
    #intro_staff .typeA aside{
    margin-right: 20px;
    }
    #intro_staff .typeA aside p:nth-child(2){
    letter-spacing:0.1em;
    }
    #intro_staff .typeA table th{
    padding-top: 8px;
    }
    #intro_staff .typeA table td{
    padding-bottom: 8px;
    }
    #intro_staff .typeB{
    grid-column-start: 2;
    margin-left: -10px;
    }
    #intro_staff .typeB table th,
    #intro_staff .typeB table td{
    white-space: nowrap;
    }
    #intro_staff .typeB #intro_staff_spec{
    display: flex;
    }
    #intro_staff .typeB #intro_staff_spec table{
    width: 50%;
    }
}

@media screen and (max-width: 1000px) {
    #intro_staff{
    grid-template-columns: 160px auto;
    grid-template-rows: repeat(2, 1fr);
    grid-template-rows: auto;
    padding: 0px 10px 20px 10px;
    align-items: center;
    }
    #intro_staff picture{
    margin:-10px -10px 0;
    }
    #intro_staff .typeA{
    margin-left: -20px;
    }
    #intro_staff .typeA aside{
    margin-bottom: 10px;
    }
    #intro_staff .typeA aside p:nth-child(2){
    letter-spacing:0.2em;
    }
    #intro_staff .typeA table {
    display: flex;
    }
    #intro_staff .typeA table thead{
    width: 75px;
    }
    #intro_staff .typeA table tbody{
    width: calc( 100% - 90px );
    }
    #intro_staff .typeA table th,
    #intro_staff .typeA table td{
    width: 100%;
    display: block;
    padding: 2px 5px 2px;
    }
    #intro_staff .typeA table th:nth-child(1),
    #intro_staff .typeA table td:nth-child(1){
    padding-top: 9px;
    }
    #intro_staff .typeA table th:nth-child(4),
    #intro_staff .typeA table td:nth-child(4){
    padding-bottom: 9px;
    }
    #intro_staff .typeB{
    grid-column: span 2 / span 2;
    }
    #intro_staff table{
    width: 100%;
    }
    #intro_staff table th,
    #intro_staff table td{
    width: calc( 100% / 3 );
    }
}


/* h4 */
.content_title04 {
position: relative;
padding: 1rem 0.5rem;
font-weight: bold;
font-size: 2rem;
}
.content_title04:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 5px;
content: "";
background-image: -webkit-gradient(linear,
left top,
right top,
from(#fa709a),
to(#fee140));
background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

/* 新着商品 */
.newitem-pho {
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
line-height: 1.4;
}
.newitem-pho>a {
grid-column: auto !important;
grid-row: auto !important;
}
.newitem-pho img {
border: 1px solid #ccc;
}
.newitem-pho .fs-pt-column__heading {
font-size: 1.4rem;
margin-top: 4px;
}
.newitem-pho .fs-pt-column__description {
color: #c00;
font-weight: bold;
margin-top: 8px;
}
.newitem-pho .fs-pt-column__item {
padding: 8px;
}

/* フキダシ */
.balloon5 {
width: 100%;
margin: 1.5em 0;
overflow: hidden;
}
.balloon5 .faceicon {
float: left;
margin-right: -90px;
width: 80px;
}
.balloon5 .faceicon img {
width: 100%;
height: auto;
border: solid 3px #d7ebfe;
border-radius: 50%;
}
.balloon5 .chatting {
width: 100%;
}

.says {
display: inline-block;
position: relative;
margin: 5px 0 0 105px;
padding: 17px 13px;
border-radius: 12px;
background: #d7ebfe;
}
.says:after {
content: "";
display: inline-block;
position: absolute;
top: 18px;
left: -24px;
border: 12px solid transparent;
border-right: 12px solid #d7ebfe;
}
.says p {
margin: 0;
padding: 0;
}

/* 販売期間 */
.fs-c-salesPeriod__date {
background-color: khaki;
border: none;
}

/* Recommend2 */
#_rcmdjp_display_1 {
margin-top: 40px;
}
.fr2-productList {
margin-top: 30px;
}
.fs-c-productListCarousel__list__item .fs-c-productName__copy {
display: none;
}


/* AIレコメンド用 */
	.recommend_futureAI .fs-p-heading--lv2{
	font-weight: 700;
	border-bottom: 2px solid currentColor;
    color: #fff;
    background-color: #318F40;
    padding: 10px;
    margin: 20px 0;
}
	.fr3-item__productName {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	line-height: 120%;
    margin-bottom: 8px;
}
	.fr3-item__productPrice {
    color:#FF0000 ;
    font-weight: 700;
}
	.fr3-item__productPrice__price{
		font-size: 19px !important;
	}

/* 価格表示 */
/*
.fs-c-productPrice__main__label {
display: none;
}
*/
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
font-size: 19px;
}

/* 商品タグ装飾 */
.icn-golden {
width: 100%;
text-align: center;
font-weight: bold;
}

.fs-c-productMark__mark {
font-size: 11px;
font-weight: bold;
margin-bottom: 3px;
}

/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false {
display: none;
}
.login.my-true {
display: none;
}
.fs-c-accountService__page {
height: auto !important;
}
#fs_creditCardInputForm .fs-c-dropdown {
width: 100px;
}
.fs-c-variationList__item__image>img {
max-width: none;
}

/* Flexbox */
@media screen and (min-width: 960px) {
    .fs-l-product4 .fs-l-productLayout {
    display: flex;
    flex-wrap: wrap;
    }
    .fs-l-productLayout__item--1 {
    width: 300px;
    }
    .fs-l-productLayout__item--2 {
    width: 388px;
    margin-left: 20px;
    }
}

/* Flexbox */
.fs-c-dropdown__menu {
padding: 0;
}

.normal-box2 {
margin: 1em 0;
padding: 1em;
background-color: #ffe082;
border-radius: 10px;
}

.box21 {
padding: 0.5em 1em;
background: -moz-linear-gradient(#ffb03c, #ff708d);
background: -webkit-linear-gradient(#ffb03c, #ff708d);
background: linear-gradient(to right, #ffb03c, #ff708d);
color: #fff;
font-weight: bold;
text-align: center;
font-size: 18px;
}

.title-box3 {
margin: 1em 0;
background-color: #e3f2fd;
border: 2px solid #2196f3;
letter-spacing: 0.3px;
}
.title-box3-title {
color: #fff;
font-weight: bold;
background-color: #2196f3;
padding: 4px 6px;
text-align: center;
font-size: 20px;
}
.title-box3-inner {
margin: 0;
padding: 1em;
}
.title-box3 h3 {
font-size: 18px;
color: red;
margin-top: 8px;
}

.fs-c-button--primary.fs-c-button--addToCart--variation {
font-size: 1.5rem !important;
}

.fs-c-button--purchaseHere {
padding: 1.2em 0 1em !important;
min-width: 200px;
}

.fs-c-productName a {
color: #37443c;
text-decoration: none;
}

.fs-c-productName a:hover {
color: #318f40;
text-decoration: underline;
}

.fs-c-productName__copy {
color: #e76b34;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
color: #ff0000;
font-weight: bold;
}

.fs-c-reviewer__status {
display: none;
}

.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}

.youtube iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}

#main p {
margin: 15px 0;
}

h3 {
font-weight: bold;
font-size: 18px;
}

th,
td {
padding: 5px;
}

.fs-c-productPointDisplay {
background: #c00;
}

.fs-c-mark--memberPrice {
background: #e76b34;
}

body {
font-size: 16px;
}

hr {
margin: 15px 0;
}

.fs-c-productListItem__viewMoreImageButton {
display: none;
}

/* プレビューヘッダー非表示 */
.fs-preview-header {
display: none;
}

/* 画像表示切替（PC/SP）汎用 */
@media screen and (min-width: 1000px) {
    .imgSP {
    display: none;
    }
}

@media screen and (max-width: 999px) {
    .imgPC {
    display: none;
    }
}

/* PXGページ用（汎用OK） */
.section {
margin: 30px 0 !important;
}

.section_inner {
margin: 30px 2vw !important;
}

.sp_list {
overflow: hidden;
margin: 0 !important;
padding: 0 !important;
}

.sp_list li {
float: left;
margin-top: 20px;
}

.sp_list li.sp_img {
margin-right: 30px;
}

.sp_list_200 li {
max-width: 510px;
min-height: 240px;
}

.sp_list_200 li.sp_img {
width: 200px;
}

@media screen and (min-width: 400px) {
    .sp_list_300 li {
    width: 400px;
    min-height: 240px;
    }
}

.sp_list_300 li.sp_img {
width: 300px;
}

.sp_list_496 li {
width: 224px;
min-height: 244px;
}

.sp_list_496 li.sp_img {
width: 476px;
}

/* コンテンツ幅 */
/*
.fs-l-main {
max-width: 1000px;
margin: 0 auto;
padding: 0;
}
@media screen and (min-width: 1000px) {
.fs-l-sideArea {
max-width: 196px;
}
.fs-p-drawer {
box-shadow: none;
position: relative;
transform: translateX(0);
}
.fs-p-drawer {
box-shadow: none;
position: relative;
transform: translateX(0);
}
.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
max-width: 760px;
}
.fs-p-drawer__buttonContainer {
display: none;
}
.fs-l-header__drawerOpener {
display: none;
}
.fs-l-product4 .fs-l-productLayout {
grid-template-columns: calc(40% - 16px / 2) calc(60% - 16px / 2) !important;
}
}

.fs-c-breadcrumb {
max-width: 960px;
margin: 0 auto;
padding: 0 10px;
}
nav.fs-c-breadcrumb {
margin-top: 10px;
}
*/
/* サイドメニュー */
.fs-p-drawer {
padding-top: 0 !important;
}

.fs-l-sideArea .siteMenu {
margin-bottom: 10px;
width: 178px;
border: 1px solid #ccc;
}

.fs-l-sideArea .siteMenu .title {
margin: 0 0 5px;
}

.fs-l-sideArea .siteMenu .itemList,
.fs-l-sideArea .siteMenu .makerSelect,
.fs-l-sideArea .siteMenu .priceSelect {
margin: 0 auto 10px;
width: 170px;
}

.fs-l-sideArea .siteMenu .itemList .title {
margin: 0;
}

.fs-l-sideArea .siteMenu .itemList .catTitle {
margin: 0;
padding: 0;
border-bottom: 1px solid #000;
cursor: pointer;
}

.fs-l-sideArea .siteMenu .itemList .catList {
margin: 0;
padding: 0;
font-size: 12px;
line-height: 1em;
list-style-position: inside;
width: 170px;
}

.fs-l-sideArea .siteMenu .itemList .catList li {
margin: 0;
padding: 5px 0 3px 10px;
border-top: 1px dotted #ccc;
}

.fs-l-sideArea .siteMenu .itemList .catList li:first-child {
border: none;
}

.fs-l-sideArea .siteMenu .makerSelect ul {
margin: 0;
padding: 0;
font-size: 12px;
line-height: 1em;
list-style-position: inside;
width: 170px;
}

.fs-l-sideArea .siteMenu .makerSelect ul li {
margin: 0;
padding: 5px 0 3px 10px;
border-top: 1px dotted #ccc;
}

.fs-l-sideArea .siteMenu .makerSelect ul li:first-child {
border: none;
}

.fs-l-sideArea .calendarBox .calendar {
margin: 0 0 10px;
}

.fs-l-sideArea .information {
margin: 0 0 10px;
border: 1px solid #c9dfc1;
}

.fs-l-sideArea .information p {
margin: 0;
}

.fs-l-sideArea .information ul {
margin: 0;
padding: 10px 10px 10px 20px;
font-size: 12px;
line-height: 1em;
list-style-type: square;
color: #4b9632;
}

.fs-l-sideArea .information ul li {
margin: 0;
padding: 3px 0;
}

.fs-l-sideArea .calendarBox {
margin-bottom: 10px;
}

.fs-l-sideArea .calendarBox .calendar {
margin-bottom: 10px;
font-size: 12px;
width: 100%;
text-align: center;
border: 1px solid #ccc;
border-collapse: collapse;
}

.fs-l-sideArea .calendarBox .calendar caption {
padding: 3px;
background-color: #4b9632;
text-align: center;
color: #fff;
border: 1px solid #ccc;
border-bottom: none;
}

.fs-l-sideArea .calendarBox .calendar th {
padding: 0;
width: 14%;
font-weight: normal;
background-color: #c8dcbe;
border: 1px solid #c8dcbe;
}

.fs-l-sideArea .calendarBox .calendar td {
padding: 5px;
width: 14%;
}

.fs-l-sideArea .calendarBox .calendar .today {
/*background-color:#CCF;*/
}

.fs-l-sideArea .calendarBox .calendar .holiday {
background-color: #ffe6c8;
}

.fs-l-sideArea .calendarBox .holidayTxt {
margin: -1em 0 0;
font-size: 10px;
line-height: 1.2em;
}

.fs-l-sideArea .calendarBox .holidayTxt span {
color: #ffe6c8;
}


/* 共通 */
img {
vertical-align: bottom;
}

ul.bannerList {
list-style: none;
padding: 0;
}

.sideParts {
margin: 0 0 10px 0 !important;
}

/* ADD */
/*　非表示にする　*/
.FS2_ItemShortComment {
visibility: hidden;
font-size: 0%;
}

/*　pager全体　*/
.pager {
font-size: 12px;
height: 25px;
border-top: 1px solid #ddd;
border-bottom: none;
color: #77c830;
clear: both;
text-align: center;
/*　表示方法：中央　*/
/*　text-align:left;　表示方法：左寄せ　*/
/*　text-align:right;　表示方法：右寄せ　*/
}

/* 商品説明部分 */
.user_content {
font-size: 16px;
}

.FS2_ItemComment {
font-size: 16px;
}

@media only screen and (max-width: 799px) {
    .fs-c-productPlainImage {
    display: none;
    }
}

/*　商品グループ一覧ページのみページ切り替えを非表示　*/
.FS2_GroupList .pager {
display: none;
}

/*　00 件中 0-0 件表示　*/
.FS2_pager_text {
display: inline-block;
margin: 7px 5px 3px 15px;
/*　float:right;　表示方法：右寄せを使用する場合、コメントアウトを外してください　*/
}

/*　緑色の矢印の画像を表示しない　*/
.FS2_pager_link_first img {
display: none;
}

.FS2_pager_link_prev img {
display: none;
}

.FS2_pager_link_next img {
display: none;
}

.FS2_pager_link_last img {
display: none;
}

/*　最初に戻る　*/
.FS2_pager_link_first {
display: inline-block;
width: 35px;
height: 13px;
background: url(/shop/item/golf/design/img01/bg_first.gif) no-repeat;
display: inline-block;
position: relative;
top: 2px;
margin: 0 5px;
}

a:hover.FS2_pager_link_first {
background: url(/shop/item/golf/design/img01/bg_first_on.gif) no-repeat;
}

/*　前へ　*/
.FS2_pager_link_prev {
display: inline-block;
width: 35px;
height: 13px;
background: url(/shop/item/golf/design/img01/bg_prev.gif) no-repeat 0 0;
position: relative;
top: 2px;
margin: 0 5px;
}

a:hover.FS2_pager_link_prev {
background: url(/shop/item/golf/design/img01/bg_prev_on.gif) no-repeat 0 0;
}

/*　次へ　*/
.FS2_pager_link_next {
display: inline-block;
width: 35px;
height: 13px;
background: url(/shop/item/golf/design/img01/bg_next.gif) no-repeat 0 0;
position: relative;
top: 2px;
margin: 0 5px;
}

a:hover.FS2_pager_link_next {
background: url(/shop/item/golf/design/img01/bg_next_on.gif) no-repeat 0 0;
}

/*　最後へ　*/
.FS2_pager_link_last {
display: inline-block;
width: 35px;
height: 13px;
background: url(/shop/item/golf/design/img01/bg_last.gif) no-repeat 0 0;
position: relative;
top: 2px;
margin: 0 5px;
}

a:hover.FS2_pager_link_last {
background: url(/shop/item/golf/design/img01/bg_last_on.gif) no-repeat 0 0;
}

/*　ページ別リンク　*/
.FS2_pager_link {
text-decoration: none;
display: inline-block;
}

.FS2_pager_link {
background: #e8ffd3;
border: 1px solid #77c830;
padding: 1px 0.5em;
margin: 0 2px;
color: #77c830;
position: relative;
top: -2px;
}

a:hover.FS2_pager_link {
background: #77c830;
color: #fff;
border-color: #77c830;
}

/*　現在表示中のページ　*/
.FS2_pager_stay {
display: inline-block;
font-weight: bold;
margin: 7px 5px 3px 5px;
color: #77c830;
}

/* ie用ハック */
/*ie7*/
*+html body .FS2_pager_link_first {
position: relative;
top: 0px;
}

*+html body .FS2_pager_link_prev {
position: relative;
top: 0px;
}

*+html body .FS2_pager_link_next {
position: relative;
top: 0px;
}

*+html body .FS2_pager_link_last {
position: relative;
top: 0px;
}

/*ie6*/
* html body .FS2_pager_link_first {
position: relative;
top: 0px;
}

* html body .FS2_pager_link_prev {
position: relative;
top: 0px;
}

* html body .FS2_pager_link_next {
position: relative;
top: 0px;
}

* html body .FS2_pager_link_last {
position: relative;
top: 0px;
}

/*　カート画面のあと○○で送料無料　*/
.cartInfor {
font-size: 18px;
color: #ff0000;
line-height: 120%;
font-weight: bold;
}

/********** ▼夢や **********/
/*::::::::::::::::::::::::::::::::::
フリースペース original.css
:::::::::::::::::::::::::::::::::::*/
body {
font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

img {
vertical-align: top;
}

a img {
border: none;
}

/***************************************
*	header
***************************************/
#header {
/*	margin-bottom:15px;*/
/*	padding-bottom:15px;*/
/* width: 980px; */
/*	border-bottom:1px solid #ccc;*/
}

#header #siteDescription {
margin: 0 0 10px;
font-size: 12px;
display: inline;
text-align: left;
font-weight: normal;
}

#header #siteDescription b {
font-weight: bold;
color: #f00;
}

#header .systemMenu {
margin: 0 0 10px;
padding: 0;
display: inline;
list-style: none;
font-size: 12px;
}

#header .systemMenu li {
margin: 0;
padding: 0 5px;
display: inline;
border-left: 1px solid #000;
}

#header .systemMenu li:first-child {
border: none;
}

#header .sbmList {
margin: 0;
padding: 0;
list-style: none;
display: inline;
}

#header .sbmList li {
display: inline;
}

#header .sbmList li img {
vertical-align: top;
}

#header #singboard {
margin: 0 0 10px;
width: 980px;
}

#header .siteMenu {
margin: 0 0 10px;
padding: 0;
list-style: none;
width: 829px;
height: 49px;
font-size: 10px;
font-family: "メイリオ";
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
float: left;
}

#header .siteMenu li {
margin: 0;
padding: 0;
width: 103px;
float: left;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}

#header .siteMenu li.guide,
#header .siteMenu li.itemlist,
#header .siteMenu li.login {
width: 102px;
}

#header .siteMenu li.beginner,
#header .siteMenu .dictionary,
#header .siteMenu .registar {
width: 102px;
}

#header .siteMenu:after {
content: "";
clear: both;
display: block;
}

#header .cartButton {
margin: 0 0 10px;
padding-top: 3px;
padding-left: 4px;
width: 145px;
height: 45px;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
float: right;
}

#header .categoryMenu {
clear: both;
margin: 0 0 10px;
padding: 0;
width: 979px;
height: 33px;
list-style: none;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

#header .categoryMenu li {
width: 162px;
height: 32px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
float: left;
}

#header .categoryMenu li.fairwayWood {
width: 161px;
}

#header .categoryMenu li.training {
width: 161px;
}

#header .categoryMenu li.utility {
margin: 0;
padding: 0;
border-bottom: none;
width: 164px;
}

#header .categoryMenu li.ball {
width: 164px;
}

#quick_search {
margin-bottom: 10px;
width: 980px;
font-size: 12px;
}

#quick_search .title {
margin: 0;
width: 161px;
float: left;
}

#quick_search form {
margin: 0;
padding: 10px 10px 0;
width: 798px;
height: 60px;
float: right;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

#quick_search form p {
margin: 0;
}

#quick_search form * {
vertical-align: middle;
}

#quick_search form .keyword,
#quick_search form .category,
#quick_search form .maker {
margin-bottom: 10px;
width: 33%;
height: 20px;
float: left;
}

#quick_search form .keyword input {
margin-left: 5px;
width: 140px;
}

#quick_search form .other {
width: 460px;
float: left;
text-align: left;
}

#quick_search form .other ul {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}

#quick_search form .other ul li {
display: inline;
padding-right: 1em;
}

#quick_search form .price {
width: 230px;
float: left;
}

#quick_search form .price .min {
margin-left: 5px;
}

#quick_search form .price .min,
#quick_search form .price .max {
width: 50px;
}

#quick_search form .submit {
width: 100px;
float: left;
}

/***************************************
*	sub1
***************************************/
#sub1 {
width: 180px;
}

#sub1 .search {
margin-bottom: 10px;
width: 180px;
}

#sub1 .search .title {
margin: 0;
}

#sub1 .search form {
margin: 0;
padding: 10px;
font-size: 12px;
line-height: 1.5em;
width: 158px;
border: 1px solid #c9dfc1;
}

#sub1 .search form p {
margin: 0;
}

#sub1 .search form label:before {
content: "■";
color: #4b9632;
}

#sub1 .search form .keyword input {
width: 150px;
}

#sub1 .search form .price input {
width: 45px;
}

#sub1 .search form .submit {
margin: 10px auto 0;
text-align: center;
}

#sub1 .siteMenu {
margin-bottom: 10px;
width: 178px;
border: 1px solid #ccc;
}

#sub1 .siteMenu .title {
margin: 0 0 5px;
}

#sub1 .siteMenu .itemList,
#sub1 .siteMenu .makerSelect,
#sub1 .siteMenu .priceSelect {
margin: 0 auto 10px;
width: 170px;
}

#sub1 .siteMenu .itemList .title {
margin: 0;
}

#sub1 .siteMenu .itemList .catTitle {
margin: 0;
padding: 0;
border-bottom: 1px solid #000;
cursor: pointer;
}

#sub1 .siteMenu .itemList .catList {
margin: 0;
padding: 0;
font-size: 12px;
line-height: 1em;
list-style-position: inside;
width: 170px;
}

#sub1 .siteMenu .itemList .catList li {
margin: 0;
padding: 5px 0 3px 10px;
border-top: 1px dotted #ccc;
}

#sub1 .siteMenu .itemList .catList li:first-child {
border: none;
}

#sub1 .siteMenu .makerSelect ul {
margin: 0;
padding: 0;
font-size: 12px;
line-height: 1em;
list-style-position: inside;
width: 170px;
}

#sub1 .siteMenu .makerSelect ul li {
margin: 0;
padding: 5px 0 3px 10px;
border-top: 1px dotted #ccc;
}

#sub1 .siteMenu .makerSelect ul li:first-child {
border: none;
}

#sub1 .calendarBox .calendar {
margin: 0 0 10px;
}

#sub1 .information {
margin: 0 0 10px;
border: 1px solid #c9dfc1;
}

#sub1 .information p {
margin: 0;
}

#sub1 .information ul {
margin: 0;
padding: 10px 10px 10px 20px;
font-size: 12px;
line-height: 1em;
list-style-type: square;
color: #4b9632;
}

#sub1 .information ul li {
margin: 0;
padding: 3px 0;
}

#sub1 .calendarBox {
margin-bottom: 10px;
}

#sub1 .calendarBox .calendar {
margin-bottom: 10px;
font-size: 12px;
width: 100%;
text-align: center;
border: 1px solid #ccc;
border-collapse: collapse;
}

#sub1 .calendarBox .calendar caption {
padding: 3px;
background-color: #4b9632;
text-align: center;
color: #fff;
border: 1px solid #ccc;
border-bottom: none;
}

#sub1 .calendarBox .calendar th {
padding: 0;
width: 14%;
font-weight: normal;
background-color: #c8dcbe;
border: 1px solid #c8dcbe;
}

#sub1 .calendarBox .calendar td {
padding: 5px;
width: 14%;
}

#sub1 .calendarBox .calendar .today {
/*background-color:#CCF;*/
}

#sub1 .calendarBox .calendar .holiday {
background-color: #ffe6c8;
}

#sub1 .calendarBox .holidayTxt {
margin: -1em 0 0;
font-size: 10px;
line-height: 1.2em;
}

#sub1 .calendarBox .holidayTxt span {
color: #ffe6c8;
}

/***************************************
*	contents
***************************************/
/***************************************
*	footer
***************************************/
#footer {
width: 100%;
}

#footer .information {
width: 100%;
font-size: 12px;
line-height: 1.4em;
}

#footer .information .title {
margin: 0 0 20px;
padding: 3px 0;
font-size: 16px;
font-weight: bold;
color: #fff;
background-color: #4b9632;
text-align: center;
}

#footer .information .columnBox {
padding: 0 5px;
width: 315px;
float: left;
}

#footer .information .contents {
width: 315px;
}

#footer .information .contents .subTitle {
margin: 0 0 10px;
padding-bottom: 5px;
font-size: 14px;
font-weight: bold;
color: #4b9632;
border-bottom: 1px solid #4b9632;
}

#footer .information .contents .subTitle:before {
content: "■";
}

#footer .information table.shipping {
width: 100%;
border: 1px solid #4b9632;
border-collapse: collapse;
}

#footer .information table.shipping th {
border: 1px solid #4b9632;
padding: 3px;
font-weight: normal;
background-color: #c8dcbe;
}

#footer .information table.shipping td {
padding: 3px;
border: 1px solid #4b9632;
}

#footer .information table.shipping td strong {
font-weight: bold;
color: #f00;
}

#footer .information address {
font-style: normal;
}

#footer .information .staff {
margin: 0;
padding-left: 10px;
width: 80px;
font-size: 10px;
line-height: 1.4em;
float: right;
}

#footer .siteMenu {
margin: 0 0 10px;
padding: 0 0 10px;
width: 100%;
list-style: none;
font-size: 12px;
text-align: center;
border-bottom: 1px solid #000;
}

#footer .siteMenu li {
padding: 0 10px;
display: inline;
border-left: 1px solid #000;
}

#footer .siteMenu li.begin {
border: none;
}

#copyright {
margin: 0;
font-size: 12px;
text-align: center;
}

/***************************************
*	other
***************************************/
.bannerList {
margin: 0;
padding: 0;
list-style: none;
}

.bannerList li {
margin: 0 0 10px;
padding: 0;
}

.clear {
clear: both;
}

/***************************
*	カテゴリ上部説明文
***************************/
#categoryHead {
margin-bottom: 10px;
width: 780px;
}

#categoryHead a {
color: #000;
}

#categoryHead a img {
border: none;
}

#categoryHead h1 {
margin: 0 0 15px;
}

/* カテゴリボタン */
#categoryHead .catbtn {
margin-bottom: 15px;
}

/* おすすめ商品 */
#categoryHead .osusumeList {
margin-bottom: 5px;
width: 740px;
padding: 10px 18px 10px 18px;
border: 1px solid #ccc;
}

#categoryHead .osusumeList h2 {
margin: 0 0 5px;
}

#categoryHead .osusumeList table {
margin: auto;
width: auto;
font-size: 12px;
line-height: 1.5em;
border-collapse: collapse;
border-spacing: 0;
vertical-align: top;
}

#categoryHead .osusumeList table p,
#categoryHead .osusumeList table h3 {
margin: 0;
}

#categoryHead .osusumeList table td {
padding: 0 5px;
width: 235px;
vertical-align: top;
}

#categoryHead .osusumeList table td .thumbnail {
margin-bottom: 5px;
}

#categoryHead .osusumeList table td .price {
margin-bottom: 5px;
}

#categoryHead .osusumeList table td .model {
padding: 3px;
font-size: 14px;
font-weight: bold;
color: #fff;
background-color: #e6001e;
text-align: center;
}

#categoryHead .osusumeList table td .price span {
font-size: 14px;
font-weight: bold;
color: #f00;
}

#categoryHead .osusumeList table td .osusumePoint {
padding: 4px;
width: 224px;
border: 1px solid #ffd997;
background-color: #fff0d7;
}

/* メーカー一覧 */
#categoryHead .makerList {
width: 100%;
padding: 10px 0;
}

#categoryHead .makerList ul {
margin: 0;
padding: 0;
width: 100%;
list-style: none;
}

#categoryHead .makerList ul li {
margin: 0 0 10px;
padding: 0;
width: 25%;
text-align: center;
float: left;
}

/* 販促バナー */
#categoryHead .saleBannerList {
margin: 0;
padding: 0;
list-style: none;
}

#categoryHead .saleBannerList li {
margin: 0 0 10px;
}

/* 価格帯で選ぶ */
#categoryHead .priceSelect {
padding-bottom: 10px;
width: 239px;
border: 1px solid #ccc;
float: left;
}

#categoryHead .priceSelect h3 {
margin: 0 0 10px;
}

#categoryHead .priceSelect ul {
margin: 0;
padding: 0 0 0 20px;
font-size: 12px;
line-height: 1.5em;
list-style: none;
}

#categoryHead .priceSelect ul li {
color: #c00;
}

/* 価格帯で選ぶ（パターカテゴリ専用） */
#categoryHead .priceSelect2 {
padding-bottom: 10px;
width: 239px;
border: 1px solid #ccc;
margin-bottom: 10px;
}

#categoryHead .priceSelect2 h3 {
margin: 0 0 10px;
}

#categoryHead .priceSelect2 ul {
margin: 0;
padding: 0 0 0 20px;
font-size: 12px;
line-height: 1.5em;
list-style: none;
}

#categoryHead .priceSelect2 ul li {
color: #c00;
}

/* メーカーで選ぶ */
#categoryHead .makerSelect {
padding-bottom: 10px;
width: 518px;
border: 1px solid #ccc;
float: right;
}

#categoryHead .makerSelect h3,.title-green01 {
margin: 0 0 10px;
}

#categoryHead .makerSelect ul {
margin: 0;
padding: 0 0 0 20px;
font-size: 12px;
line-height: 1.5em;
width: 498px;
list-style-type: none;
}

#categoryHead .makerSelect ul li {
margin: 0;
padding: 0;
width: 33%;
color: #c00;
float: left;
}

#categoryHead .makerSelect ul:after {
content: "";
clear: both;
display: block;
}

.clear {
clear: both;
}

/********** ▲夢や **********/
/*色*/
.itemCatchCopy {
color: #ff0000;
}

/********** カスタムクラブ移行分 **********/
/**********************************
common
***********************************/
.p_bg_img {
background: url(https://www.golf-shop.jp/img/category/custom/bg_img.png) 0 0 no-repeat;
width: 100%;
padding: 30px 0 0;
}

.p_logo_img {
float: left;
border: 3px solid #ffffff;
}

.p_txt {
width: 530px;
float: right;
margin: 0 0 30px;
color: #fff;
}

.p_txt h3 {
font-size: 1.4em;
font-weight: bold;
margin: 0 0 30px;
padding: 10px 0 10px;
border-top: 1px dotted #ffffff;
border-bottom: 1px dotted #ffffff;
background-color: rgba(0, 0, 0, 0.6);
}

.p_txt p {
line-height: 2em;
/* font-weight:bold; */
font-size: larger;
padding: 12px;
background-color: rgba(0, 0, 0, 0.6);
}

.p_tit_img01 {
background: url(https://www.customclub.jp/images/emillidbahama/tit_img01.png) 0 0 no-repeat;
width: 100%;
height: 47px;
text-indent: -9999px;
margin-bottom: 20px;
padding: 0 0 10px;
border-bottom: 1px solid #fff;
}

.p_tit_img02 {
background: url(https://www.customclub.jp/images/emillidbahama/tit_img02.png) 0 0 no-repeat;
width: 100%;
height: 47px;
text-indent: -9999px;
margin-bottom: 20px;
padding: 0 0 10px;
border-bottom: 1px solid #fff;
}

.p_tit_img03 {
background: url(https://www.customclub.jp/images/emillidbahama/tit_img03.png) 0 0 no-repeat;
width: 100%;
height: 47px;
text-indent: -9999px;
margin-bottom: 20px;
padding: 0 0 10px;
border-bottom: 1px solid #fff;
}

.p_tit_img04 {
background: url(https://www.customclub.jp/images/emillidbahama/tit_img04.png) 0 0 no-repeat;
width: 100%;
height: 47px;
text-indent: -9999px;
margin-bottom: 20px;
padding: 0 0 10px;
border-bottom: 1px solid #fff;
}

.p_tit_img11 {
background: url(https://www.customclub.jp/images/emillidbahama/tit_img11.png) 0 0 no-repeat;
width: 100%;
height: 47px;
text-indent: -9999px;
margin-bottom: 20px;
padding: 0 0 10px;
border-bottom: 1px solid #fff;
}

.p_list {
width: 100%;
margin: 0 !important;
padding: 0;
list-style-type: none;
}

.p_list h6 {
font-size: 12px;
}

.p_list li {
clear: both;
margin: 0 0 30px;
padding: 16px;
position: relative;
background: #000;
}

.p_list_img {
width: 250px;
float: left;
margin-right: 26px;
}

.p_list_detail {
width: 540px;
float: right;
}

.p_list_tit_txt {
font-size: 20px;
margin: 0 0 15px;
}

.p_txt2 {
width: 100%;
margin: 0 0 30px;
color: #fff;
}

.p_txt2 h3 {
font-size: 1.4em;
font-weight: bold;
margin: 0 0 30px;
padding: 10px 0 10px;
border-top: 1px dotted #ffffff;
border-bottom: 1px dotted #ffffff;
background-color: rgba(0, 0, 0, 0.6);
}

.p_txt2 p {
line-height: 2em;
/* font-weight:bold; */
font-size: larger;
padding: 10px;
background-color: rgba(0, 0, 0, 0.6);
}

.p_txt3 {
color: #fff;
width: 452px;
float: left;
}

.p_txt3 h2 {
font-size: 1.4em;
font-weight: bold;
margin: 0 0 30px;
padding: 10px 0 10px;
border-top: 1px dotted #ffffff;
border-bottom: 1px dotted #ffffff;
}

.p_txt3 p {
line-height: 2em;
/* font-weight:bold; */
font-size: larger;
padding: 0;
margin: 0;
text-align: right;
}

.p_bg_detail_img {
background: url(https://www.customclub.jp/images/emillidbahama/bg_img.png) -50px 0 no-repeat;
width: 100%;
padding: 0;
}

.p_detail_box {
width: 480px;
float: right;
margin: 0 0 30px;
}

.p_detail_box2 {
margin: 0 0 30px;
}

.p_detail_box_tit {
border-bottom: 1px solid #fff;
margin: 0 0 15px;
padding: 0 0 10px;
}

.p_detail_box_tit h2 {
font-size: 1.6em;
font-weight: bold;
font-family: "Oswald", sans-serif;
margin: 0 0 10px;
}

.p_detail_img01 {
width: 300px;
float: left;
margin: 0 0 30px;
}

.p_detail_box h3 {
font-size: 1.2em;
font-weight: bold;
font-family: "Oswald", sans-serif;
margin: 0 0 20px;
}

.p_detail_table {
border-top: 1px dotted #999;
width: 100%;
margin: 0 0 20px;
}

.p_detail_table th {
background: url(https://www.golf-shop.jp/img/common/bg_patarn_img02.png) 0 0 repeat;
padding: 8px;
border-bottom: 1px dotted #999;
text-align: left;
}

.p_detail_table td {
padding: 8px;
border-left: 1px dotted #999;
border-bottom: 1px dotted #999;
}

.p_detail_img {
width: 310px;
float: left;
margin: 0 0 30px;
}

.photo_main_img,
.photo_main_img02 {
background: #fff;
padding: 4px;
width: 300px;
margin: 0 0 10px;
}

.photo_thumb_img .photo_thumb_img02 {
width: 100%;
margin: 0;
padding: 0;
list-style-type: none;
}

.photo_thumb_img li,
.photo_thumb_img02 li {
width: 50px;
margin: 0 6px 12px;
float: left;
}

.photo_thumb_img li img,
.photo_thumb_img02 li img {
width: 100%;
height: auto;
}

.p_detail_tittxt {
font-size: 1.5em;
font-weight: bold;
font-family: "Oswald", sans-serif;
margin: 0 0 5px;
}

.p_detail_tittxt2 {
width: 100px;
margin-left: 30px;
font-size: 1.5em;
font-weight: bold;
font-family: "Oswald", sans-serif;
}

.p_detail_txt {
background: url(https://www.golf-shop.jp/img/common/bg_patarn_img02.png) 0 0 repeat;
border: 1px solid #c00;
padding: 10px;
font-size: 1.5em;
line-height: 2em;
margin: 0 0 60px;
}

.p_detail_txt2 {
background: url(https://www.golf-shop.jp/img/common/bg_patarn_img02.png) 0 0 repeat;
border: 1px solid #c00;
padding: 10px;
font-size: 1.5em;
line-height: 2em;
height: 450px;
}

/* related_product_title */
.related_product_title {
background: url(https://www.customclub.jp/images/emillidbahama/title_img01.png) 0 0 no-repeat;
width: 820px;
height: 47px;
display: block;
text-indent: -9999px;
font-size: 1px;
line-height: 1px;
padding-bottom: 15px;
border-bottom: 1px solid #fff;
margin: 0 0 20px;
}

.related_product_list {
width: 100%;
margin: 0 0 40px;
padding: 0;
list-style-type: none;
}

.related_product_list li {
width: 150px;
float: left;
margin: 0 6px;
}

.related_product_list li img {
width: 100%;
height: auto;
border: 1px solid #fff;
}

.page-back {
position: fixed;
bottom: 0px;
right: 0px;
}

/* シャフト画像 */
.hs_title {
background: url(https://www.customclub.jp/images/com/performance_img01_title.png) 0 0 no-repeat;
width: 540px;
height: 20px;
clear: both;
}

.spin_title {
background: url(https://www.customclub.jp/images/com/performance_img02_title.png) 0 0 no-repeat;
width: 540px;
height: 20px;
clear: both;
margin-top: 50px;
}

.height_s_title {
background: url(https://www.customclub.jp/images/com/performance_img03_title.png) 0 0 no-repeat;
width: 540px;
height: 20px;
clear: both;
}

.spin_u_title {
background: url(https://www.customclub.jp/images/com/performance_img02_titile2.png) 0 0 no-repeat;
width: 540px;
height: 20px;
clear: both;
}

.height_u_title {
background: url(https://www.customclub.jp/images/com/performance_img03_titile2.png) 0 0 no-repeat;
width: 540px;
height: 20px;
clear: both;
}

.hs32_w {
background: url(https://www.customclub.jp/images/com/performance_img01_hs32_w.png) 0 0 no-repeat;
width: 54px;
height: 35px;
float: left;
}

.hs34_w {
background: url(https://www.customclub.jp/images/com/performance_img01_hs34_w.png) 0 0 no-repeat;
width: 54px;
height: 35px;
float: left;
}

.hs36_w {
background: url(https://www.customclub.jp/images/com/performance_img01_hs36_w.png) 0 0 no-repeat;
width: 54px;
height: 35px;
float: left;
}

.hs38_w {
background: url(https://www.customclub.jp/images/com/performance_img01_hs38_w.png) 0 0 no-repeat;
width: 54px;
height: 35px;
float: left;
}

.hs40_w {
background: url(https://www.customclub.jp/images/com/performance_img01_hs40_w.png) 0 0 no-repeat;
width: 54px;
height: 35px;
float: left;
}

.hs42_w {
background: url(https://www.customclub.jp/images/com/performance_img01_hs42_w.png) 0 0 no-repeat;
width: 54px;
height: 35px;
float: left;
}

.hs44_w {
background: url(https://www.customclub.jp/images/com/performance_img01_hs44_w.png) 0 0 no-repeat;
width: 54px;
height: 35px;
float: left;
}

.hs46_w {
background: url(https://www.customclub.jp/images/com/performance_img01_hs46_w.png) 0 0 no-repeat;
width: 54px;
height: 35px;
float: left;
}

.hs48_w {
background: url(https://www.customclub.jp/images/com/performance_img01_hs48_w.png) 0 0 no-repeat;
width: 54px;
height: 35px;
float: left;
}

.hs50_w {
background: url(https://www.customclub.jp/images/com/performance_img01_hs50_w.png) 0 0 no-repeat;
width: 54px;
height: 35px;
float: left;
}

.hs32_r {
background: url(https://www.customclub.jp/images/com/performance_img01_hs32_r.png) 0 0 no-repeat;
width: 54px;
height: 35px;
float: left;
}

.hs34_r {
background: url(https://www.customclub.jp/images/com/performance_img01_hs34_r.png) 0 0 no-repeat;
width: 54px;
height: 35px;
float: left;
}

.hs36_r {
background: url(https://www.customclub.jp/images/com/performance_img01_hs36_r.png) 0 0 no-repeat;
width: 54px;
height: 35px;
float: left;
}

.hs38_r {
background: url(https://www.customclub.jp/images/com/performance_img01_hs38_r.png) 0 0 no-repeat;
width: 54px;
height: 35px;
float: left;
}

.hs40_r {
background: url(https://www.customclub.jp/images/com/performance_img01_hs40_r.png) 0 0 no-repeat;
width: 54px;
height: 35px;
float: left;
}

.hs42_r {
background: url(https://www.customclub.jp/images/com/performance_img01_hs42_r.png) 0 0 no-repeat;
width: 54px;
height: 35px;
float: left;
}

.hs44_r {
background: url(https://www.customclub.jp/images/com/performance_img01_hs44_r.png) 0 0 no-repeat;
width: 54px;
height: 35px;
float: left;
}

.hs46_r {
background: url(https://www.customclub.jp/images/com/performance_img01_hs46_r.png) 0 0 no-repeat;
width: 54px;
height: 35px;
float: left;
}

.hs48_r {
background: url(https://www.customclub.jp/images/com/performance_img01_hs48_r.png) 0 0 no-repeat;
width: 54px;
height: 35px;
float: left;
}

.hs50_r {
background: url(https://www.customclub.jp/images/com/performance_img01_hs50_r.png) 0 0 no-repeat;
width: 54px;
height: 35px;
float: left;
}

.s_m_w {
background: url(https://www.customclub.jp/images/com/performance_img_w.png) 0 0 no-repeat;
width: 54px;
height: 35px;
float: left;
}

.s_m_r {
background: url(https://www.customclub.jp/images/com/performance_img_r.png) 0 0 no-repeat;
width: 54px;
height: 35px;
float: left;
}

/*カートへジャンプ*/
#cart_img {
bottom: 0px;
right: 0px;
padding: 0px;
margin: 0px;
position: fixed;
z-index: 500;
}

/* custom_manufacturer */
.custom_manufacturer li {
float: left;
width: 236px;
min-height: 89px;
margin: 5px;
list-style-type: none;
overflow: hidden;
}

@media screen and (min-width: 1000px) {
    .custom_manufacturer p {
    height: 12.5em;
    text-overflow: ellipsis;
    }
}

.custom_manufacturer_inner img {
border: 1px dotted #fff;
margin-bottom: 0;
width: 100%;
}

.custom_manufacturer_inner img:hover {
border: 1px dotted #fff;
}

/*
.manufacturer_name {
font-size:1.2em;
}
*/
/***************************************
*	右固定バナー
***************************************/
#tab1 {
width: 80px;
/* 最初に表示されるバナーの幅 */
height: 200px;
/* バナーの高さ */
background: url(https://image.rakuten.co.jp/daiichigolf/cabinet/bn/s-80200.jpg) no-repeat;
/*画像のURL */
position: fixed;
/* バナーを固定します */
right: -20px;
/* 右から0pxの位置に指定 */
top: 50px;
/* 上から100pxの位置に指定 */
z-index: 999;
}

#tab1 a {
/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}

#tab1:hover {
/* カーソルが乗った時の動きを指定 */
width: 100px;
/* バナーが伸びた時の幅 */
/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.5s;
-moz-transition: width ease-in-out 0.5s;
-ms-transition: width ease-in-out 0.5s;
-o-transition: width ease-in-out 0.5s;
transition: width ease-in-out 0.5s;
}

#tab2 {
width: 80px;
/* 最初に表示されるバナーの幅 */
height: 200px;
/* バナーの高さ */
background: url(https://www.golf-shop.jp/shop/item/golf/design/img02/shinchakubana-1.jpg) no-repeat;
/*画像のURL */
position: fixed;
/* バナーを固定します */
right: -20px;
/* 右から0pxの位置に指定 */
top: 250px;
/* 上から100pxの位置に指定 */
z-index: 999;
}

#tab2 a {
/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}

#tab2:hover {
/* カーソルが乗った時の動きを指定 */
width: 100px;
/* バナーが伸びた時の幅 */
/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.5s;
-moz-transition: width ease-in-out 0.5s;
-ms-transition: width ease-in-out 0.5s;
-o-transition: width ease-in-out 0.5s;
transition: width ease-in-out 0.5s;
}

#tab3 {
width: 125px;
/* 最初に表示されるバナーの幅 */
height: 150px;
/* バナーの高さ */
background: url(https://image.rakuten.co.jp/daiichigolf/cabinet/bn/css-prgr.gif) no-repeat;
/*画像のURL */
position: fixed;
/* バナーを固定します */
right: -20px;
/* 右から0pxの位置に指定 */
top: 465px;
/* 上から100pxの位置に指定 */
z-index: 9999;
}

#tab3 a {
/* リンクするエリアをバナー全体に広げる設定 */
display: block;
width: 100%;
height: 100%;
}

#tab3:hover {
/* カーソルが乗った時の動きを指定 */
width: 420px;
/* バナーが伸びた時の幅 */
/* 以下アニメーションの設定 */
-webkit-transition: width ease-in-out 0.5s;
-moz-transition: width ease-in-out 0.5s;
-ms-transition: width ease-in-out 0.5s;
-o-transition: width ease-in-out 0.5s;
transition: width ease-in-out 0.5s;
}

/**********************************
球筋
***********************************/
/**********************************
common
***********************************/
.btn_select_list {
width: 100%;
margin: 0 auto;
padding: 0;
list-style-type: none;
/*
border-bottom:1px solid #BB060D;
*/
}

.btn_select_list li a {
background: #7e0005;
width: 200px;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
padding: 6px 9px;
text-align: center;
float: left;
margin: 0 10px;
text-decoration: none;
font-family: "Oswald", sans-serif;
font-size: 1.4em;
}

.btn_select_list li a span {
font-size: 0.7em;
font-weight: bold;
}

.btn_select_list li a:hover {
background: #7e0005;
width: 200px;
border-top: 1px solid #bb060d;
border-left: 1px solid #bb060d;
border-right: 1px solid #bb060d;
padding: 6px 9px;
text-align: center;
float: left;
margin: 0 10px;
color: #fff;
text-decoration: none;
font-family: "Oswald", sans-serif;
font-size: 1.4em;
}

.btn_select_list li.on {
background: #7e0005;
width: 200px;
border-top: 1px solid #bb060d;
border-left: 1px solid #bb060d;
border-right: 1px solid #bb060d;
padding: 6px 9px;
text-align: center;
float: left;
margin: 0 10px;
color: #fff;
font-family: "Oswald", sans-serif;
font-size: 1.6em;
}

.btn_select_list li.on span {
font-size: 0.7em;
font-weight: bold;
}

.btn_select_list li a {
color: #fff;
}

.com_tit_box {
border-bottom: 1px solid #fff;
margin: 0 0 20px;
padding: 0 0 4px;
}

.com_tit_box h3 {
font-family: "Oswald", sans-serif;
font-size: 1.6em;
font-weight: bold;
margin: 0 0 10px;
}

.com_tit_box h3 span {
font-size: 0.8em;
}

.img_on {
width: 100%;
height: 500px;
height: auto;
position: relative;
margin: 0 0 30px;
}

.img_on img {
z-index: 0;
}

.btn_img01 {
position: absolute;
top: 10px;
left: 10px;
z-index: 10;
}

.btn_img02 {
position: absolute;
top: 10px;
right: 10px;
z-index: 10;
}

.tamasuji_img {
width: 360px;
float: left;
}

.tamasuji_detail {
width: 380px;
float: right;
margin-right: 20px;
}

.tamasuji_detail ul {
width: 100%;
margin: 0 0 15px;
padding: 0;
list-style-type: none;
}

.tamasuji_detail ul li {
width: 210px;
float: left;
margin: 0 10px 0 0;
}

.tamasuji_detail_txt {
font-size: 1.2em;
margin: 0 0 30px;
}

.tamasuji_detail_txt strong {
color: #fc0;
font-size: 1.2em;
}

.resp-tabs-list li {
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-ms-border-radius: 4px 4px 0 0;
-o-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
border: 1px solid #704c12;
border-bottom: none !important;
margin-bottom: -1px !important;
font-weight: 600;
font-size: 1em;
display: inline-block;
padding: 13px 15px;
margin: 0 1px 0 0;
list-style: none;
cursor: pointer;
float: left;
behavior: url(“ie_css3/PIE.htc”);
}

.resp-tabs-container {
padding: 0px;
margin: 0 0 30px;
background-color: #ffc10729;
clear: left;
}

h2.resp-accordion {
cursor: pointer;
padding: 5px;
display: none;
}

.resp-tab-content {
display: none;
padding: 25px 0 0;
}

.resp-tab-active {
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-ms-border-radius: 4px 4px 0 0;
-o-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
background-image: -webkit-gradient(linear,
left top,
left bottom,
from(#ffe231),
to(#704c12));
background-image: -moz-linear-gradient(top, #ffe231, #704c12);
background-image: -ms-linear-gradient(top, #ffe231, #704c12);
background-image: -o-linear-gradient(top, #ffe231, #704c12);
background-image: linear-gradient(top, #ffe231, #704c12);
-pie-background: linear-gradient(#ffe231, #704c12);
border: 1px solid #704c12 !important;
border-bottom: none !important;
margin-bottom: -1px !important;
padding: 12px 14px 14px 14px !important;
color: #402b08;
behavior: url(“ie_css3/PIE.htc”);
}

.resp-tab-active {
border-bottom: none;
background-color: #fff;
}

.resp-content-active,
.resp-accordion-active {
display: block;
}

.resp-tab-content {
border-top: 1px solid #704c12;
}

h2.resp-accordion {
font-size: 13px;
border: 1px solid #704c12;
border-top: 0px solid #704c12;
margin: 0px;
padding: 10px 15px;
}

h2.resp-tab-active {
border-bottom: 0px solid #704c12 !important;
margin-bottom: 0px !important;
padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
border-bottom: 12px solid #704c12 !important;
background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
float: left;
width: 30%;
}

.resp-vtabs .resp-tabs-list li {
display: block;
padding: 15px 15px !important;
margin: 0;
cursor: pointer;
float: none;
}

.resp-vtabs .resp-tabs-container {
padding: 0px;
background-color: #fff;
border: 1px solid #704c12;
float: left;
width: 68%;
min-height: 250px;
border-radius: 4px;
clear: none;
}

.resp-vtabs .resp-tab-content {
border: none;
}

.resp-vtabs li.resp-tab-active {
border: 1px solid #704c12;
border-right: none;
background-color: #fff;
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
width: 0;
height: 0;
float: right;
margin-top: 3px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 12px solid #704c12;
}

h2.resp-tab-active span.resp-arrow {
border: none;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 12px solid #704c12;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
background-image: -webkit-gradient(linear,
left top,
left bottom,
from(#cc0000),
to(#ff0000));
background-image: -moz-linear-gradient(top, #cc0000, #ff0000);
background-image: -ms-linear-gradient(top, #cc0000, #ff0000);
background-image: -o-linear-gradient(top, #cc0000, #ff0000);
background-image: linear-gradient(top, #cc0000, #ff0000);
-pie-background: linear-gradient(#cc0000, #ff0000);
border: none;
color: #fff;
behavior: url(“ie_css3/PIE.htc”);
}

.resp-easy-accordion h2.resp-accordion {
display: block;
}

.resp-easy-accordion .resp-tab-content {
border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
width: 100%;
margin: 0px;
}

.resp-tab-content-active {
display: block;
}

h2.resp-accordion:first-child {
border-top: 1px solid #c1c1c1 !important;
}

.FS2_login_layout_table_td_right {
padding-left: 16px;
}

.FS2_Login_btn_position img {
margin-top: 12px;
}

#FS2_Recommend_List .itemPrice {
font-size: 18px !important;
}

a img {
border: none;
text-decoration: none;
-webkit-transition: none !important;
-moz-transition: none !important;
transition: none !important;
}

@media screen and (min-width:800px) {
    a img:hover {
    opacity: 0.7 !important;
    filter: alpha(opacity=70) !important;
    }
}

.cards {
display: -ms-grid;
display: grid;
-ms-grid-columns: repeat(auto-fill, minmax(250px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
grid-gap: 30px;
-ms-grid-columns: 250px 1fr 250px;
-ms-grid-rows: auto;
}

.FS2_SeniorDesign_comment {
-ms-grid-column-span: 2;
}

.cards article:first-child {
grid-column: 1 / 2;
-ms-grid-column: 1;
grid-row: 1;
-ms-grid-row: 1;
}

.cards article:nth-child(2) {
grid-column: 1 / 2;
-ms-grid-column: 2;
grid-row: 1;
-ms-grid-row: 1;
}

.cards article:nth-child(3) {
grid-column: 1 / 2;
-ms-grid-column: 3;
grid-row: 1;
-ms-grid-row: 1;
}

.cards {
max-width: 760px;
margin: 0 auto 30px;
}

article {
position: relative;
}

.article-img {
height: 200px;
width: 100%;
object-fit: cover;
}

.article-title {
position: absolute;
bottom: 0;
width: 95%;
padding: 10px;
background-color: rgba(255, 255, 255, 0.5);
font-size: 15px;
margin-bottom: 0;
}

.store {
font-size: 13px;
font-weight: normal;
}

/* おすすめ商品 */
.fs-c-featuredProduct__header,
.fs-c-wishlistProduct__header {
margin: 20px 0;
}

/* パンくず */
nav.fs-c-breadcrumb {
margin-top: 0;
}

.fs-c-breadcrumb {
padding: 0;
}

/* 商品説明文 */
.fs-p-productDescription {
margin-top: 20px;
}

/* 見出し */
.fs-c-heading--page {
color: #333333;
font-weight: bold;
text-align: center;
padding: 1.2em;
margin: 0;
margin-bottom: 10px;
background: #eee;
background: -webkit-repeating-linear-gradient(-45deg,
#e4e5e6,
#f3f3f3 3px,
#fbfbfa 3px,
#e9f4ff 7px);
background: repeating-linear-gradient(-45deg,
#e4e5e6,
#f3f3f3 3px,
#fbfbfa 3px,
#e9f4ff 7px);
border-bottom: none;
}

/* ボタン */
.fs-c-button--primary {
padding: 0.8em 0 0.6em;
}

/* ヘッドカテゴリ */
.makerList,
.osusumeList {
overflow: hidden;
}

.makerList li {
float: left;
padding:.5%;
height:100px;
width: 32%;
}

.osusumeList {
padding: 5px;
border: 1px solid #ccc;
}

.osusumeList li {
float: left;
padding: 4px;
width: 47%;
}

.priceSelect ul,
.makerSelect ul {
padding: 5px;
border: 1px solid #ccc;
overflow: hidden;
}

.makerSelect li {
width: 156px;
float: left;
}

.priceSelect h3,
.makerSelect h3,
.catList h3,
.title-green01 {
background: #31903f;
color: white;
font-weight: bold;
padding: 5px 5px 5px 10px;
margin-top: 10px;
border-left: 10px solid #1d6f29;
}

.select_wrapper {
overflow: hidden;
}
.makerList li a{
   font-size:12px;
}
@media screen and (min-width: 500px) {
   .makerList li {
    padding:.5%;
    height:120px;
    width: 19%;
    }
.makerList li a{
   font-size:14px;
}
}

@media screen and (min-width: 1000px) {
    .osusumeList li {
    padding: 10px;
    width: 160px;
    }

    .priceSelect {
    width: 230px;
    float: left;
    }

    .makerSelect {
    width: 500px;
    float: right;
    }
}

.fs-c-inputDate>* {
width: 80px;
}

/* 高反発リスト */
@media screen and (min-width: 600px) {
    .list-cor .fs-c-productListCarousel__list__item {
    flex-basis: 170px;
    max-width: 170px;
    min-width: 170px;
    }
}

/* 楽天ペイ */
#fs_button_placeOrder {
margin-top: 20px;
}

/* 共通ボタン */
.fs-c-button--secondary {
min-width: 196px;
}

/* VIP会員価格 */
.fs-c-productPrice--stage0 .fs-c-productPrice__main__label {
color: #fbff12;
padding: 0 9px;
background: #1f1f1f;
border-radius: 2px;
}

/* VIP会員のみ表示 */
.rank {
display: none;
}

.rank0 {
display: block;
}

/* 非会員のみ表示 */
.login_folse {
display: block;
}

.login_true {
display: none;
}

/* VIP会員売り場 */
.fs-body-category-vip #main {
flex: none;
color: #fff;
padding: 0;
}

.fs-body-category-vip .fs-l-page {
background: #111;
}

.fs-body-category-vip #navi__area {
display: none;
}

.fs-body-category-vip a {
color: #fff;
}

.btn-to-top,
a.btn-to-top {
color: #fff;
background-color: #eb6100;
text-decoration: none !important;
padding: 6px;
}

.btn-to-top:hover,
a.btn-to-top:hover {
color: #fff;
background: #f56500;
}

/************** ▼ 高田 ▼ ******************/

/* 欠品情報テーブル奇数行色付け
------------------------------------------*/
.keppin-tb td {
background: #eaeaea;
}

.keppin-tb tr:nth-of-type(2n + 1) td {
background: #c0c0c0;
}

/* ページ内リンク先のヘッダー高さ分のズレを調整
------------------------------------------*/
.warpArea {
padding-top: 60px;
margin-top: -60px;
}

/* 会員マイページスマホ用
------------------------------------------*/
@media screen and (max-width: 999px) {
    .fs-c-accountService {
    justify-content: space-around;
    }
}

/*  TeeTime・グループ説明文折りたたみ表示
------------------------------------------*/
.teetime-fold p:first-child {
border-left: 12px solid #999;
padding-left: 8px;
font-size: 1.2em;
font-weight: bold;
}

.group-fold p:first-child {
border-left: 12px solid #999;
padding-left: 8px;
font-size: 1.2em;
}

.teetime-fold td,.group-fold td {
padding: 20px;
}

.teetime-fold *,
.teetime-fold *:before,
.teetime-fold *:after,
.group-fold *,
.group-fold *:before,
.group-fold *:after{
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.teetime-fold,.group-fold {
position: relative;
}

.teetime-fold label,.group-fold label {
position: absolute;
z-index: 1;
bottom: 0;
width: 100%;
height: 100px;
/* グラデーションの高さ */
cursor: pointer;
text-align: center;
background: linear-gradient(to bottom,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 1) 100%);
}

.teetime-fold input:checked+label,.group-fold input:checked+label {
/* 開いた時にグラデーションを消す */
background: inherit;
}

.teetime-fold label:after,.group-fold label:after {
font-size: 1.2em;
position: absolute;
z-index: 2;
bottom: -1.25em;
left: 50%;
width: 14em;
content: "続きをよむ ▼";
transform: translate(-50%, 0);
letter-spacing: 0.05em;
color: #ffffff;
border-radius: 2em;
background-color: rgba(27, 37, 56, 1);
}

.teetime-fold input,.group-fold input {
display: none;
}

.teetime-fold #links01 {
overflow: hidden;
height: 300px;
/* 開く前に見えている部分の高さ */
transition: all 0.5s;
}
.group-fold #links01 {
overflow: hidden;
height: 100px;
/* 開く前に見えている部分の高さ */
transition: all 0.5s;
}

.teetime-fold input:checked+label,.group-fold input:checked+label {
display: none;
}

.teetime-fold input:checked+label:after,.group-fold input:checked+label:after {
font-family: FontAwesome;
content: "\f139"" 閉じる";
}

.teetime-fold input:checked~#links01,.group-fold input:checked~#links01 {
height: auto;
transition: all 0.5s;
}


/* ブログリンク トップ・商品グループ
-----------------------------------------*/
#main .blog_list p,#main .topblog_list p {
margin: 0;
}

.blog_list,.topblog_list {
display: grid;
grid-gap: 10px;
}
.blog_list {
margin: 0px;
grid-template-columns: repeat(3, 1fr);
}
.topblog_list {
display: grid;
grid-template-columns: repeat(4, 1fr);
}

@media screen and (min-width: 600px) and (max-width: 799px) {
    .blog_list,.topblog_list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 8px;
    margin: 8px;
    }

}

@media screen and (max-width: 500px) {
    .blog_list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6px;
    margin: 6px;
    }
    .topblog_list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6px;
    }
}

.blog_list a,.topblog_list a {
text-decoration: none;
}

.blog_list li {
color: #333;
padding: 10px;
background: #eee;
height: calc(100% - 20px);
}
.topblog_list li {
color: #333;
padding: 10px;
background: #eee;
height: calc(100% - 20px);
display: inline-box;
position: relative;
}

.blog_list li p:first-child,.topblog_list li p:first-child {
/*画像の包容タグ*/
width: 100%;
max-width: 300px;
height: 0;
padding-bottom: 100%;
position: relative;
}

.blog_list p img,.topblog_list p img {
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
}

.blog_list a:hover{
background: #efefef;
}

h3.blog_title {
margin-top: 10px;
line-height: 1.2em;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
h3.topblog_title,topblog_store {
margin: 10px 5px;
line-height: 1.2em;
display: -webkit-box;
-webkit-line-clamp: 8;
-webkit-box-orient: vertical;
overflow: hidden;
}
.topblog_text{
margin-top:5px;
font-weight: normal !important;
}

h2.blog_b_title {
background: #318f40;
padding: 10px 20px;
color: white;
margin-bottom: 0;
font-size: 20px;
border-left: 15px solid #246b2f;
}

.topblog_store{
font-size:14px;
position:relative;
text-align:right;
}

#main p.store {
margin-top: 8px;
text-align: right;
}

/* ナビ固定（Jquery）
---------------------------------------------*/
#header.is-fixed {
position: fixed;
top: 0;
left: 0;
z-index: 2;
width: 100%;
box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

/* info bar
----------------------------------------------*/
#grLabel {
background: #31903f;
height: 2em;
}

.grLabel_inner {
max-width: 1200px;
margin: 0 auto;
}

.glList {
display: flex;
justify-content: flex-end;
list-style: none;
}

.glList li {
margin-right: 20px;
line-height: 2em;
}

.glList li:last-child {
margin-right: 0;
}

.glList a {
color: #e8e8e8;
}

#header_wrapper {
height: 110px;
}

/* カテゴリ ナビメニュー PC
-----------------------------------*/
#navi__area {
display: flex;
max-width: 1200px;
margin: 0 auto 25px;
}



#navi__area a {
text-decoration: none;
}

#navi__area .navi__acMenu {
position: relative;
cursor: pointer;
}

#navi__area .navi__acContents {
position: absolute;
z-index: 1;
/* display: none; */
}

.navi__menu,
.navi__acContents li {
width: calc(100vw / 6);
max-width: calc(1200px / 6);
border: 2px solid #0d6b1b;
box-sizing: border-box;
background: #fff;
}

.navi__menu {
border-right: 0;
}

.navi__menu:last-child {
border-right: 2px solid #0d6b1b;
}

.navi__menu:hover,
.navi__acContents li:hover {
background: #e6e6e6;
}

.navi__acContents li {
margin-top: -2px;
}

.navi__inner {
display: flex;
align-items: center;
padding: 0 4px;
color: #2a7935;
font-size: 14px;
font-weight: bold;
position: relative;
line-height: 1.2em;
height: 40px;
}

.navi__inner img {
height: 40px;
width: 40px;
}

.navi__acMenu:after {
content: "▼";
color: #2a7935;
display: block;
position: absolute;
top: 50%;
right: 4px;
transform: translateY(-50%);
}

#navi__area .is-active .navi__inner:after {
content: "▲";
}

#navi__area .is-active {
background: #d4d4d4;
}

@media screen and (max-width: 800px) {
    #navi__area {
    display: none;
    }
}

/*  カートに入れるボタン エラーメッセージの位置調整
------------------------------------------*/
.iziToast-wrapper {
margin-top: 70px;
}


/*------------------------------------------
スマホハンバーガーメニュー
------------------------------------------*/
.menu_block li a:hover,
.menu_block li a:active {
text-decoration: underline #318f40;
}

.menu_block .category__item,
.menu_block .acChild__item {
color: #318f40;
padding: 8px 10px;
display: flex;
align-items: center;
text-decoration: none;
border-bottom: 1px solid #5aa566;
}

.menu_block .acChild__item {
background: #fff7e2;
padding-left: 16px;
}

.menu_block .category__icon {
height: 32px;
width: 32px;
margin-right: 10px;
}

.menu_block .category__acItem:after,
.menu_block .maker__acItem:after {
content: "▼";
display: block;
margin-left: 0.5em;
}

.menu_block .is-active.category__acItem:after,
.menu_block .is-active.maker__acItem:after {
content: "▲";
}

/*メーカー
------------------------------------------*/
.menu_block__maker .maker__acItem {
display: flex;
line-height: calc(1em + 20px);
margin-top: 0.75em;
padding: 10px 4px;
background: #256b30;
color: #fff;
}

.maker__acChild {
display: grid;
grid-template-columns: repeat(2, 1fr);
}

.maker__acChild a {
display: block;
overflow-x: hidden;
white-space: nowrap;
text-overflow: ellipsis;
/*はみ出るものを省略*/
padding: 8px 4px 8px 10px;
box-sizing: border-box;
color: #318f40;
font-size: 0.85em;
text-decoration: none;
border-bottom: 1px solid #5aa566;
}

.maker__acChild li:nth-child(odd) a {
border-right: 1px solid #5aa566;
}

/*会社情報等
------------------------------------------*/
.menu_block__info {
border-top: 1px solid #5aa566;
margin-top: 0.75em;
}

.menu_block__info a {
display: block;
padding: 8px 10px;
box-sizing: border-box;
background: #fff8df;
border-bottom: 1px solid #5aa566;
color: #318f40;
font-size: 0.9em;
text-decoration: none;
}



/*詳細検索見た目
--------------------------------------------*/
.fs-p-productSearch__formSwitch {
font-size: 1.3em;
background: #fdf9dd;
}

.fs-p-productSearch__formSwitch span::after {
content: "";
width: 1em;
height: 1em;
margin-left: 2px;
display: inline-block;
vertical-align: middle;
background: url(https://golf.itembox.design/item/icons/serch-icon.png) no-repeat center center/100% 100%;
}

.fs-p-productSearch__form {
background: #fdf9dd;
}

/*  カルーセルパーツ調整
----------------------------------------------*/
.slick-slide {
margin: 0 8px;
}

.recommendFeature .slick-slide {
opacity: 0.7;
}

.recommendFeature .slick-active {
opacity: 1;
}

@media screen and (max-width: 799px) {
    .slick-slide {
    margin: 0 1vw;
    }
}

/*ボタンの背景色
------------------------------------------*/
.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
background: rgba(30, 30, 30, 0.75);
}

.fs-c-slick .slick-prev:hover,
.fs-c-slick .slick-prev:focus,
.fs-c-slick .slick-next:hover,
.fs-c-slick .slick-next:focus {
background: rgba(30, 30, 30, 0.6);
}



/*------------------------------------------
カテゴリメニューボタン
------------------------------------------*/
.menu_open_btn2 {
color: #0f701e;
font-size: 1.2em;
font-weight: bold;
border: 2px solid #0e6a1c;
width: 80%;
display: flex;
justify-content: center;
margin: 0 auto 7px;
padding: 4px;
box-sizing: border-box;
}

input[type="checkbox"]#menu_btn2 {
visibility: hidden;
position: absolute;
}

/*疑似要素で背景
------------------------------------------*/
input[type="checkbox"]#menu_btn2:checked:before {
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
content: "";
position: fixed;
top: 0;
left: 0;
visibility: visible;
z-index: 2147483648;
}

/*疑似要素で閉じるボタン
------------------------------------------*/
input[type="checkbox"]#menu_btn2:checked:after {
display: block;
visibility: visible;
position: fixed;
content: "\00d7";
top: 15px;
left: 80%;
width: 40px;
height: 40px;
margin-right: -20px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
background: rgba(72, 72, 72, 1);
color: #fff;
font-size: 32px;
text-align: center;
vertical-align: middle;
line-height: 32px;
z-index: 2147483649;
}

/*メニューを格納
------------------------------------------*/
input[type="checkbox"]#menu_btn2+#menu_wrapper_sp2 {
width: 80%;
height: 100%;
background: rgba(255, 255, 255, 1);
transition: 0.1s ease-in-out;
position: fixed;
top: 0;
left: -80%;
}

/*メニューを展開
------------------------------------------*/
input[type="checkbox"]#menu_btn2:checked+#menu_wrapper_sp2 {
overflow: scroll;
-webkit-overflow-scrolling: touch;
z-index: 2147483649;
left: 0;
}

@media screen and (min-width: 800px) {
    .menu_open_btn2,
    #menu_btn2,
    #menu_wrapper_sp2 {
    display: none;
    }
}



/*インスタグラム
------------------------------------------*/
/* logo */
.insta__logo {
position: relative;
background: #fff;
}

.insta__logo:before {
position: absolute;
top: calc(50% - 2px);
left: 0;
width: 100%;
height: 4px;
content: '';
background: -webkit-linear-gradient(120deg, #427eff 0%, #f13f79 70%) no-repeat;
background: linear-gradient(120deg, #427eff 0%, #f13f79 70%) no-repeat;
}

.insta__logo-wrap {
width: fit-content;
margin: 0 auto;
padding: 0 10px;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
position: relative;
background: #fff;
}

.insta__icon {
width: 30px;
height: 30px;
margin-right: 10px;
}

.insta__icon img {
width: 100%;
height: 100%;
}

.insta__logo-text {
font-size: 1.8em;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-weight: bold;
transform: translateY(3px);
margin: 0;
}

/* list */
.insta__list a {
text-decoration: none;
}

.insta__list {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-auto-rows: 1fr;
grid-gap: 2.5vw;
}

/* img */
.insta__img {
width: 100%;
height: 0;
padding-bottom: 100%;
border-radius: 6px;
overflow: hidden;
position: relative;
border-radius: 5px;
}

.insta__list img {
width: 100%;
}

.insta__imgMask {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
background-color: rgba(0, 0, 0, 0.4);
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.insta__img:hover .insta__imgMask {
opacity: 1;
}

.imgMask__caption {
display: flex;
align-items: center;
color: #fff;
}

.imgMask__caption img {
width: 1.2em;
height: 1.2em;
margin-right: 4px;
}

.imgMask__caption img:last-child {
margin-left: 12px;
}

.insta__videoIcon {
position: absolute;
top: 0;
right: 0;
width: 2.4em;
height: 2.4em;
margin-right: 8px;
}

.insta__videoIcon img {
width: 100%;
}

/* ショッピングを続けるボタン
------------------------------------------*/
.fs-c-button--continueShopping {
background: #2196f3;
font-size: 1.6rem;
box-sizing: border-box;
border-radius: 6px;
transition: all 0.4s 0s ease;
}

.fs-c-button--continueShopping span {
color: #fff;
transition: all 0.4s 0s ease;
}

.fs-c-button--continueShopping:hover {
background: #1970b4;
opacity: 1;
}

.fs-c-button--continueShopping span::after {
content: "▶";
display: inline;
margin-left: 6px;
}

/*------------------------------------------
#header
------------------------------------------*/

/* PC
------------------------------------------*/
#header {
z-index: 99999;
width: 100%;
background: #fff;
/* border-top: 2px solid #31903f; */
}

.header_inner {
max-width: 1200px;
height: 50px;
margin: 0 auto;
padding: 15px;
display: flex;
align-items: center;
justify-content: flex-end;
}

#header .logo {
margin-right: auto;
/* ロゴのみ左寄せ */
}

#header .tel {
margin-right: 20px;
}

#header .tel img {
max-width: 100%;
}

/* search
------------------------------------------*/
#header .search_area {
overflow: hidden;
position: relative;
height: 33px;
padding-right: 44px;
margin-right: 20px;
border: 1px solid #83b152;
border-radius: 2px;
}

#header .search_area form {
display: inline;
}

#header .search_area input {
width: 96%;
height: 25px;
margin: 0;
padding: 4px;
border: none;
}

#header .search_area button {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 33px;
/*.search_areaの高さ*/
margin: 0;
padding: 0;
border: none;
background: #83b152;
background-size: 24px auto;
}

#header .search_area button img {
height: 100%;
padding: 2px;
box-sizing: border-box;
}

/* btn
------------------------------------------*/
#header .hbtns {
display: flex;
}

#header .hbtn_area .hbtns li {
padding-left: 10px;
}

#header .hbtn_area .hbtns li:first-child {
padding-left: 0;
}

#header a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
}

/* SP
------------------------------------------*/
#header_zsp_wrapper {
position: relative;
height: 70px;
}

#header_sp {
position: fixed;
width: 100%;
padding: 15px 10px 10px;
background: #fff;
border-top: 2px solid #31903f;
box-sizing: border-box;
z-index: 2147483646;
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
display: flex;
justify-content: space-between;
}

#header_sp .logo {
width: 50%;
}

#header_sp .logo a {
display: block;
margin-top: 4px;
}

#header_sp .logo img {
max-width: 100%;
height: auto;
max-height: 45px;
}

/* btn
------------------------------------------*/
#header_sp .hbtn_area .hbtns {
display: flex;
}

#header_sp .hbtn_area .hbtns>li {
width: 45px;
padding-left: 10px;
position: relative;
}

#header_sp .hbtn_area .hbtns li img {
width: 100%;
height: auto;
}

/* menu open btn
------------------------------------------*/
.menu_open_btn {
display: block;
position: absolute;
top: 0;
right: 0;
width: 45px;
height: 45px;
z-index: 2147483646;
}

input[type="checkbox"]#menu_btn {
visibility: hidden;
}

/*疑似要素で背景
------------------------------------------*/
input[type="checkbox"]#menu_btn:checked:before {
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
content: "";
position: fixed;
top: 0;
left: 0;
visibility: visible;
z-index: 2147483645;
}

/*疑似要素で閉じるボタン
------------------------------------------*/
input[type="checkbox"]#menu_btn:checked:after {
display: block;
visibility: visible;
position: fixed;
content: "\00d7";
top: 15px;
left: 80%;
width: 40px;
height: 40px;
margin-right: -20px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
background: rgba(72, 72, 72, 1);
color: #fff;
font-size: 32px;
text-align: center;
vertical-align: middle;
line-height: 32px;
z-index: 2147483647;
}

/*iframeを格納
------------------------------------------*/
input[type="checkbox"]#menu_btn+#menu_wrapper_sp {
width: 80%;
height: 100%;
background: rgba(255, 255, 255, 1);
transition: 0.1s ease-in-out;
position: fixed;
top: 0;
left: -80%;
}

/*iframeを格納(オープン時)
------------------------------------------*/
input[type="checkbox"]#menu_btn:checked+#menu_wrapper_sp {
overflow: scroll;
-webkit-overflow-scrolling: touch;
z-index: 2147483646;
left: 0;
}

/* contact
------------------------------------------*/
#contact_checkbox {
display: none;
}

#contact_open {
cursor: pointer;
display: inline-block;
position: relative;
}

/* #contact_wrapper {
overflow: auto;
position: fixed;
top: -50%;
left: 50%;
z-index: 40;
background: #fff;
transition: all 0.3s ease-in-out 0s;
transform: translate(-50%, -50%);
opacity: 0;
box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
}

#contact_checkbox:checked~#contact_wrapper {
top: 50%;
opacity: 1;
} */
#contact_wrapper {
overflow: auto;
position: fixed;
top: 50%;
left: 50%;
z-index: 40;
background: #fff;
transition: all 0.3s ease-in-out 0s;
transform: translate(-50%, -50%);
box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
}


#contact_close {
display: none;
position: fixed;
z-index: 39;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
transition: all 0.3s ease-in-out 0s;
}

#contact_checkbox:checked~#contact_close {
display: block;
opacity: 0.6;
}

.header_del_sp {
margin: 0 auto 10px;
}

.header_del_sp img {
width: 100%;
}

.ftContact {
background: beige;
text-align: center;
margin-top: 10px;
}

.ftContact h2 {
font-size: 1.25em;
line-height: 1.8;
font-weight: normal;
margin: 0;
background: #318f40;
color: #fff;
}

.ftContact p {
margin: 0;
font-size: 1.1em;
margin-bottom: 10px;
line-height: 1.5;
}

.ftContact p span {
display: block;
margin: 0;
font-size: 0.9em;
}

.ftContact a {
font-size: 2em;
text-decoration: none;
color: #fb2d2d;
font-weight: bold;
display: inline-block;
margin: 10px;
}

.ftContact a img {
width: 100%;
max-width: 260px;
vertical-align: middle;
}



/*クーポン表示順序
------------------------------------------*/
.fs-c-checkout-couponInfo__body {
display: flex;
flex-direction: column;
}

.fs-c-checkout-couponCodeInput {
order: 999;
}

/*------------------------------------------
商品画像システムパーツ 商品画像フリックシステムパーツ
------------------------------------------*/

/* メイン画像
------------------------------------------*/
.fs-c-productMainImage__image {
background: #eee;
}

.fs-c-productMainImage__image img {
width: 100%;
height: 400px;
object-fit: contain;
}

/* サブ画像(サムネ)
------------------------------------------*/
.fs-c-productCarouselMainImage__thumbnailList {
flex-wrap: wrap;
background: #f7f7da;
}

.fs-c-productCarouselMainImage__thumbnailList li {
margin: 0;
flex-basis: calc(100% / 3);
}

@media screen and (min-width:601px) and (max-width:959px) {
    .fs-c-productCarouselMainImage__thumbnailList li {
    flex-basis: calc(100% / 5);
    }
}

@media screen and (min-width:400px) and (max-width:600px) {
    .fs-c-productCarouselMainImage__thumbnailList li {
    flex-basis: calc(100% / 4);
    }
}

.fs-c-productCarouselMainImage__thumbnailList li img {
width: 100%;
box-sizing: border-box;
}

/* 画像モーダル調整
------------------------------------------*/
.fs-c-productImageModal {
z-index: 9999999999;
display: flex;
align-items: center;
}

.fs-c-photoswipe.pswp {
z-index: 9999999999;
}

@media screen and (min-width: 960px) {
    .fs-c-productImageModal__close {
    right: 30px;
    }

    .fs-c-productImageModal__contents .slick-prev {
    left: 12vw;
    }

    .fs-c-productImageModal__contents .slick-next {
    right: 12vw;
    }
}

/* 注文手続きフォーム調整
------------------------------------------*/
.fs-c-memberInfoField {
font-size: 16px;
}

.fs-c-inputField__field input,
.fs-c-inputField__field select {
box-sizing: border-box;
height: 36px;
}

.fs-c-inputTable__label .fs-c-requiredMark {
color: #f6231b;
}

.fs-c-checkout-previewAndEdit__info {
box-sizing: border-box;
}

/* 雑品系 ラベル文字サイズ
------------------------------------------*/
.fs-l-pageMain--goods .fs-c-productMark__label {
font-size: 1.3em;
}

.fs-l-pageMain--goods .fs-c-mark__label,
.fs-l-pageMain--goods .fs-c-productPrice__main__label {
font-size: 1.1em;
}

/* 商品おすすめ用テーブルレイアウト
------------------------------------------*/
.recommend-table {
border-spacing: 5px;
border-collapse: separate;
}


/* 商品一覧 4列に
FSマニュアル：商品一覧の「商品表示数（カラム数）」を変更する
------------------------------------------*/
@media screen and (min-width: 960px) {
    .fs-c-productList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 25% 25% 25%;
    grid-template-columns: 25% 25% 25% 25%;
    }

    .fs-c-productList__list>*:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    }

    .fs-c-productList__list>*:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    }

    .fs-c-productList__list>*:nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
    }

    .fs-c-productList__list>*:nth-child(4) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
    }

    .fs-c-productList__list>*:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    }

    .fs-c-productList__list>*:nth-child(6) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    }

    .fs-c-productList__list>*:nth-child(7) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
    }

    .fs-c-productList__list>*:nth-child(8) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 2;
    grid-row: 2;
    }

    .fs-c-productList__list>*:nth-child(9) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
    }

    .fs-c-productList__list>*:nth-child(10) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
    }

    .fs-c-productList__list>*:nth-child(11) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
    }

    .fs-c-productList__list>*:nth-child(12) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 3;
    grid-row: 3;
    }

    .fs-c-productList__list>*:nth-child(13) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
    }

    .fs-c-productList__list>*:nth-child(14) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
    }

    .fs-c-productList__list>*:nth-child(15) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
    }

    .fs-c-productList__list>*:nth-child(16) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 4;
    grid-row: 4;
    }

    .fs-c-productList__list>*:nth-child(17) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
    }

    .fs-c-productList__list>*:nth-child(18) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
    }

    .fs-c-productList__list>*:nth-child(19) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
    }

    .fs-c-productList__list>*:nth-child(20) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 5;
    grid-row: 5;
    }

    .fs-c-productList__list>*:nth-child(21) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
    }

    .fs-c-productList__list>*:nth-child(22) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
    }

    .fs-c-productList__list>*:nth-child(23) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6;
    }

    .fs-c-productList__list>*:nth-child(24) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 6;
    grid-row: 6;
    }

    .fs-c-productList__list>*:nth-child(25) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
    }

    .fs-c-productList__list>*:nth-child(26) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
    }

    .fs-c-productList__list>*:nth-child(27) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
    }

    .fs-c-productList__list>*:nth-child(28) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 7;
    grid-row: 7;
    }

    .fs-c-productList__list>*:nth-child(29) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
    }

    .fs-c-productList__list>*:nth-child(30) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
    }

    .fs-c-productList__list>*:nth-child(31) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 8;
    grid-row: 8;
    }

    .fs-c-productList__list>*:nth-child(32) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 8;
    grid-row: 8;
    }

    .fs-c-productList__list>*:nth-child(33) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
    }

    .fs-c-productList__list>*:nth-child(34) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
    }

    .fs-c-productList__list>*:nth-child(35) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9;
    }

    .fs-c-productList__list>*:nth-child(36) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 9;
    grid-row: 9;
    }

    .fs-c-productList__list>*:nth-child(37) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
    }

    .fs-c-productList__list>*:nth-child(38) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
    }

    .fs-c-productList__list>*:nth-child(39) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 10;
    grid-row: 10;
    }

    .fs-c-productList__list>*:nth-child(40) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 10;
    grid-row: 10;
    }
}

/* カートボタン装飾
------------------------------------------*/
.fs-c-button--plain {
border: 1px solid #1e5d9b;
border-radius: 5px;
padding: 0 4px;
box-sizing: border-box;
}

.fs-c-button--plain:hover {
color: #104a85;
text-decoration: none;
border-color: #104a85;
background: #e7efff;
}

/* 商品詳細 注意書き
------------------------------------------*/
#main .caution-message p {
font-size: 14px;
margin: 0;
}

/* 商品詳細 画像サイズ
------------------------------------------*/
.fs-p-productDescription img {
max-width: 740px;
}

@media screen and (max-width:740px) {
    .fs-p-productDescription img {
    max-width: 100%;
    }
}

/* トップページ ランキング
------------------------------------------*/
/*矢印非表示*/
.index__ranking .fs-c-productListCarousel__ctrl {
display: none !important;
}

.index__ranking .slick-track {
margin-left: 8px;
/*余白のズレ調整*/
}

.index__ranking .slick-slide {
margin-top: 10px;
padding: 50px 0 20px;
}


/* 画面幅によるアイテム幅の調整 */
@media screen and (min-width: 1230px) {
    .index__ranking .slick-slide {
    width: calc((890px - 80px) / 5);
    /* width - itemmargin / 5 */
    }
}

@media screen and (min-width: 800px) and (max-width: 1229px) {
    .index__ranking .slick-slide {
    width: calc((100vw - 350px - 80px) / 5);
    /* viewwidth - (margin+side) - itemmargin / 5 */
    }
}

@media screen and (min-width: 600px) and (max-width: 799px) {
    .index__ranking .slick-slide {
    width: calc((100vw - 35px - 10vw) / 5);
    /* viewwidth - margin - itemmargin / 5 */
    }
}

@media screen and (max-width: 599px) {
    .index__ranking .slick-slide:nth-child(n+4) {
    /* 4番目以降は非表示 */
    display: none;
    }

    .index__ranking .slick-slide {
    width: calc((100vw - 35px - 6vw) / 3);
    /* viewwidth - margin - itemmargin / 3 */
    }
}

/* ランク画像の表示 */
.index__ranking .slick-slide:nth-child(1) {
background: url(https://golf.itembox.design/item/main/rank_icon01.png) no-repeat 50% 0;
}

.index__ranking .slick-slide:nth-child(2) {
background: url(https://golf.itembox.design/item/main/rank_icon02.png) no-repeat 50% 0;
}

.index__ranking .slick-slide:nth-child(3) {
background: url(https://golf.itembox.design/item/main/rank_icon03.png) no-repeat 50% 0;
}

.index__ranking .slick-slide:nth-child(4) {
background: url(https://golf.itembox.design/item/main/rank_icon04.png) no-repeat 50% 0;
}

.index__ranking .slick-slide:nth-child(5) {
background: url(https://golf.itembox.design/item/main/rank_icon05.png) no-repeat 50% 0;
}

.index__ranking .fs-c-productListCarousel__list__item {
flex-basis: 100%;
max-width: 100%;
min-width: 100%;
margin: 0 !important;
}

.index__ranking .fs-c-productListItem__image img {
box-shadow: 0 0 8px rgba(0, 0, 0, .5);
}


img[src$=".jpg"],
img[src$=".webp"] {
background: url(https://golf.itembox.design/item/img-loading.gif) center center no-repeat;
}




.flex {
display: flex;
}

/*-----------------------------------------*
*
* #header
*
*-----------------------------------------*/

#header img {
max-width: 100%;
height: auto;
}

#header a:hover img {
opacity: 0.7;
}

/* label -------------------------------- */
.header__label {
background: #31903f;
height: 28px;
}

.header.fixed .header__label {
display: none;
}

.header__label-inner {
max-width: 1230px;
margin: 0 auto;
padding: 0 15px;
box-sizing: border-box;
justify-content: right;
}

.header__label-link {
display: inline-block;
margin-left: 16px;
line-height: 28px;
color: #e8e8e8;
}

.header__label-link:visited {
color: #e8e8e8;
}



/* contents -------------------------------- */
.header__contents {
z-index: 99999;
width: 100%;
background: #fff;
border-top: 2px solid #31903f;
}

.header__inner {
width: 100%;
max-width: 1230px;
height: 80px;
margin: 0 auto;
padding: 15px;
box-sizing: border-box;
align-items: center;
justify-content: right;
}

.header__logo {
width: 100%;
max-width: 220px;
margin-right: auto;/* 右よせ */
}

.header__tell {
margin-right: 20px;
}

.header__tell img {
max-width: 100%;
}

/* search -------------------------------- */

.header__search {
margin-right: 20px;
border: 1px solid #83b152;
border-radius: 2px;
z-index: 2;
}

.header__search--dynamic {
position: absolute;
top: 60px;
left: 0px;
width: 100%;
/*max-width: 250px;*/
margin: 0;
z-index:2147483647 !important;
}

.header.fixed .header__search--dynamic {
display: none;
}

.header__search-window {
width: 100%;
padding: 8px;
margin: 0;
border: none;
border-radius: 0;
}

.header__search-trigger {
width: 100%;
max-width: 30px;
margin-right: 10px;
border: none;
background: #fff;
}

.header__search-button {
width: 100%;
max-width: 40px;
margin: 0;
padding: 4px;
box-sizing: border-box;
border: none;
background: #83b152;
background-size: 24px auto;
}

.header__search-button img {
width: 100%;
max-width: 30px;

}

/* button area -------------------------------- */
.header__button-area {
flex-shrink: 0;
z-index:12;
}

.header__button {
display: inline-block;
padding-right: 10px;
width: 100%;
max-width: 55px;
background: #fff;
}

.header__button:last-child {
padding-right: 0;
}

.header__button-img {
max-width: 100%;
}

.header__menu-button {
padding-right: 0;
border: none;
}

/* ログイン時、ログインボタン非表示 */
.header__button.login.login--true {
display: none;
}

/* 非ログイン時、マイページボタン非表示 */
.header__button.mypage.login--false {
display: none;
}

/* ナビ固定 ------------------------------------*/
.header.fixed .header__contents {
position: fixed;
top: 0;
left: 0;
z-index: 2;
width: 100%;
box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

body.fixed {
margin-top: 62px;
}

/* フッターナビバー ------------------------------------*/
.navbar {
width: 100%;
position: fixed;
bottom: 0;
left: 0;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
background: #fff;
transition: all .3s ease;
/*z-index: 21;*/
z-index: 1;
}
.navbar button {
background: inherit;
border: none;
}
.navbar__inner {
padding: 0 10px 5px 10px;
box-sizing: border-box;
}
.navbar__list {
display:flex;
justify-content: space-around;
}
.navbar__item {
padding-top: 9px;
position: relative;
width: 100%;
margin: 0 10px;
text-align: center;
}
.navbar__item.active::before {
display: block;
content: "";
width: 35px;
height: 3px;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
background: forestgreen;
border-radius: 3px;
}
.navbar__item.active svg {
fill: #31903f;
}
.navbar__link {
display: inline-block;
width: 100%;
}
.navbar__item svg {
width: 28px;
height: 28px;
fill: #333333;
}
.navbar__item a,
.navbar__item button{
text-decoration: none;
color: #000;
}
.navbar__item b {
display: block;
margin-top: -7px;
font-size: 10px;
font-weight: normal;
}
.navbar__item-cart svg {
transform: scale(-1, 1);
margin-left: 10px;
}
.navbar__item-cart b {
margin-left: -5px;
}
.navbar__cart-count {
display: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(25%, -75%);
z-index: 1;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
color: #fff;
background-color: #f23232;
border-radius: 50%;
font-size: 12px;
}


#contact_wrapper {
z-index: 23;
}

.contact__background {
display: none;
z-index: 20;
}

.contact__background.active {
display: block;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
content: "";
position: fixed;
top: 0;
left: 0;
visibility: visible;
}

@media screen and (min-width:801px) {
    #header .pc-none,#pc-none {
    display: none !important;
    }

    body.fixed {
    margin-top: 112px;
    }

    .header__side-menu {
    display: none;
    }

    .navbar {
    display: none;
    }
}



@media screen and (max-width:800px) {
    #header .sp-none,#sp-none {
    display: none !important;
    }
    .header__inner {
    max-width: none;
    height: 60px;
    padding: 10px;
    }
    .header__logo {
    max-height: 40px;
    }
    .header__logo-img {
    max-height: 40px;
    }
    .header__button {
    max-width: 40px;
    }
    .header__search--static {
    display: none;
    margin-left: 0;
    margin-right: 10px;
    width: 100%;
    }
    /* header fixed style */
    .header.fixed .header__logo {
    display: none;
    }
    .header.fixed .header__search--static {
    display: block;
    }
    .header.fixed .header__search-trigger {
    display: none;
    }
}

.page_top_fx {
bottom: calc(env(safe-area-inset-bottom) + 53px) !important;
right: 12px !important;
}
@media screen and (max-width: 799px) {
    .page_top_fx {
    bottom:100px !important;
    right: 10px !important;
    z-index: 0 !important;
    }
    .stt-lang-select.br {
    bottom: 61px !important;
    width: 90px !important;
    z-index: 0 !important;
    }
}


/* CSSonly categoryMenu ------------------------------------*/
/* デフォルトマークの削除 */
summary {
display: block;
}
summary::-webkit-details-marker {
display: none;
}

/* オープン時にアニメーションを設定 */
details[open] > .navi__acContents,
details[open] > .category__acChild,
details[open] > .maker__acChild {
animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
0% {
opacity: 0;
transform: translateY(-10px);
}
100% {
opacity: 1;
transform: none;
}
}

details .navi__acMenu .navi__inner:after {
transition: transform 0.3s ease;
}
details[open] .navi__acMenu .navi__inner:after {
transform: rotate(180deg) translateY(50%);
}

details .category__acItem:after,
details .maker__acItem:after {
transition: transform 0.3s ease;
}
details[open] .category__acItem:after,
details[open] .maker__acItem:after {
transform: rotate(180deg);
}

/*------------------------------------------
エポン
------------------------------------------*/
.epon-orange-button {
    background-color: #e76b34; /* 背景色 */
    color: white !important; /* テキストの色 */
    border: none; /* 枠線なし */
    padding: 10px 20px; /* 内側の余白 */
    text-align: center; /* テキスト中央揃え */
    text-decoration: none; /* 下線なし */
    display: inline-block; /* インラインブロック表示 */
    font-size: 16px; /* フォントサイズ */
    border-radius: 5px; /* 角丸 */
    cursor: pointer; /* カーソルをポインターに */
}
.epon-orange-button:hover {
    background-color: darkorange; /* ホバー時の背景色 */
}

	/*イベント一覧ページ（フリーページ）*/
	.event-contents{
		margin:10px 0px 5px 0px;
	}
	.event-sub-text{
		font-size:2rem;
		margin:10px 0 10px;
		padding:0px 0px 5px;
		border-bottom:1px solid #7C7C7C;
	}
	.event-sub{
		display:flex;
		width:100%;
	}
	.event-sub-text2{
		margin:0px!important;
	}
	.event-sub-important{
		color:#FF0004;
		margin:0px!important;
		font-weight: bold;
	}
	.event-tag,.blog-shopname{
	display: inline-block;
	padding: .6em;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	background-color: #0000ee;
	border-radius: 1em;
        font-weight: bold;
	}
        .event-tag{
        background-color: #0000ee;
        margin:0 .1em .1em 0;
}
        .blog-shopname{
        background-color: #FF9B0B;
        margin: .3em 0;
}
	.event-tag:before {
	content: '●';
	margin-right: .5em;
	color: #fff;
}

/*新着商品一覧はこちら*/
.newitem-button a {
    background: #318F40;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
    padding: 10px 25px;
    color: #FFF;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: bold;
}
.newitem-button a:hover {
    background: #97BE6E;
    color: #FFF;
}
.newitem-button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.newitem-button a:hover:after {
    border-color: #FFF;
}
.button-body{
    vertical-align:middle; 
    padding:10px;
    text-align: center;
}

/*PCサイドメニュータイトル*/
    .side-title{
        text-align: center;
        font-size:18px;
        border-top:#318F40 3px solid;
        border-bottom: #CCCCCC 1px solid;
        padding:15px;
	color: #1C4B23;
        }

/*------------------------------------------
プレゼントバナー
------------------------------------------*/
.present_area_pc{clear:both;max-width:750px;margin:0 auto 5px}
.present_area_pc img{width:100%;height:auto}

.present_area_pc a:hover img{opacity:.7;filter:alpha(opacity=70)}

/*------------------------------------------
ヘッダーナビ下クーポンバナー
------------------------------------------*/
.headernv-couponbnr {
  margin-top:-40px;
  margin-bottom:40px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* PC用画像：中央1920pxを表示し、両サイドを切り取る */
.hdcoupon-img-pc {
  width: 1920px;
  height: 90px;
  object-fit: cover;
  display: block;
}

/* SP用画像は非表示 */
.hdcoupon-img-sp {
  display: none;
}

/* 画面幅800px以下のスタイル */
@media screen and (max-width: 800px) {
 .headernv-couponbnr {
	margin-top:-10px;
	margin-bottom:10px;
    height: auto; /* 高さは画像に合わせる */
  }

  .hdcoupon-img-pc {
    display: none;
  }

  .hdcoupon-img-sp {
    display: block;
    width: 100%;
    height: auto;
  }
}
/*------------------------------------------
グループ等商品一覧 丸い画像
------------------------------------------*/
.gimg-container {/*はみでた画像はスクロール*/
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 5px;
  justify-content: flex-start;
  padding-bottom: 10px;
}
.gimg-item {
  flex: 0 0 auto;
  width: 150px;
  text-align: center;
  text-decoration: none;
  color: inherit;
}
.gimg-image-wrapper,.gimg-image-wrapper02{
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.gimg-image-wrapper {/*画像を円にする*/
  border-radius: 50%;
  overflow: hidden;
}
.gimg-image-wrapper02 {/*画像を角丸四角にする 影付き*/
  border-radius: 5%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* ドロップシャドウ */
}
.gimg-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}

.gimg-item p {/*商品名 文字サイズ*/
  color: black;
  font-size: 14px;
  line-height: 1.4;
}

.gimg-label-tag {/* 画像下部NEW・SALE タグ */
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15%;
  font-weight: bold;
  font-size: 14px;
  text-align: center;

}
.gimg-label-new {/* 色分け NEW*/
  background-color: red;
  color: white;
}

.gimg-label-sale {/* 色分け SALE*/
  background-color: #FFF500;
  color: red;
}
	
@media (max-width: 800px) {
.gimg-item {
  width: 100px;}
.gimg-item p{
  font-size: 10px;}
.gimg-label-tag{
  font-size: 10px;}	
	}

/*------------------------------------------
グループ メーカー名リスト(PC横5 SP横3)
------------------------------------------*/
.makerList {
	margin-top: 20px;
}
.makerList li {
	text-align: center;
}
.makerList li img {
	border: 1px solid #cccccc;	
}
.catList ul {
	overflow: hidden;
}
.catList li {
	float: left;
}
/*------------------------------------------
クーポン・プレゼントバナー 時間指定
------------------------------------------*/
.timerHidden{ display: none;}/* 初期状態は非表示 */
.timerVisible{ 
display: block;
}/* 指定時間の間は表示 JSで制御*/

/* 初期状態は非表示 */
.hdcoupon,.campaignBnr,.hdpresent {
  display: none;
  text-align: center;
}
.timerHidden{
  margin-bottom: 10px!important;}
.hdcoupon,.hdpresent {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: -40px;
　width: 100vw; 
  height: 90px;  /* PC用画像と同じ高さ */
}

/* PC用画像 */
.hdcoupon-pc img,.hdpresent-pc img{
  width: 100vw;
  height: 90px;
  object-fit: cover;
  display: block;
}

/* SP用画像は初期非表示 */
.hdcoupon-sp,.hdpresent-sp {
  display: none;
}
.hdcoupon-sp img,.hdpresent-sp img{
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/*画面幅が800px以下（スマホ）のスタイル */
@media screen and (max-width: 800px) {
  .hdcoupon,.hdpresent {
    margin-top: -10px;
    height: auto; /* 高さ自動調整 */
  }

  .hdcoupon-pc,.hdpresent-pc {
    display: none; /* PC用は非表示 */
  }

  .hdcoupon-sp,.hdpresent-sp {
    display: block; /* SP用は表示 */
  }
}

/* PCでもcampaignBnrを表示する */
.campaignBnr {
  display: block;
  text-align: center;
}

/*------------------------------------------
グループレイアウト
------------------------------------------*/
/* === コンテナ設定 === */
.fs-c-subgroup {
  all: unset;
  margin: 0;
  padding: 5px;
}

/* === カテゴリパーツ全体 === */
.fs-c-subgroupList {
  all: unset;
  display: flex;
  flex-wrap: wrap; 
  list-style: none;
  padding: 0;
  gap:5px;;
  margin: 0;
  background-color: #FFF;
}
	
/* === カテゴリパーツ=== */
.fs-c-subgroupList__item {
  all: unset;
  width: calc(100% / 3 - 5px); /* 3つ並ぶように幅を調整 */
  box-sizing: border-box; /* 枠線やpaddingを含めた幅を計算*/
  margin-bottom: 10px;
}
.fs-c-subgroupList__item:not(:has(.fs-c-subgroupList__image)) .fs-c-subgroupList__label {/* 画像がないとき上角丸に */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding:15px;
	
}
/* 幅1000px以上(PC)：4列*/
@media screen and (min-width: 1000px) {
.fs-c-subgroupList__item {
  width: calc(100% / 4 - 5px); /* 3つ並ぶように幅を調整 */
  box-sizing: border-box;/* 枠線やpaddingを含めた幅を計算*/
}
	}
/* 幅500px以上(SP)：2列*/
@media screen and (max-width: 500px) {
.fs-c-subgroupList__item {
  width: calc(100% / 2 - 5px); /* 2つ並ぶように幅を調整 */
  box-sizing: border-box;/* 枠線やpaddingを含めた幅を計算*/
}
	}

/* === カテゴリ(リンク) === */
.fs-c-subgroupList__link {
  all: unset;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
/* === →ボタン非表示 === */
.fs-c-subgroupList__link::after{
		display: none;
	}
/* === カテゴリ画像（自由比率）=== */
.fs-c-subgroupList__image {
  all: unset;
width: 100%;
height: auto;
display: block;
box-sizing: border-box;
border-radius: 10px 10px 0px 0px;/* 上だけ角丸 */
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
overflow: hidden;
}

.fs-c-subgroupList__image img {
  all: unset;
  object-fit: contain;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px 10px 0 0;/* 上だけ角丸 */
}

/* === カテゴリ名 === */
.fs-c-subgroupList__label {
  all: unset;
  display: flex;
　width: 100%;
  height: auto;
  box-sizing: border-box;
  justify-content: center;/* 上下中央揃え */
  align-items: center;/* 左右中央揃え */
  text-align: center;
  font-size: 14px;
  padding: 5px 2px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 0 0 10px 10px;/* 下だけ角丸 */
}
/* 幅1000px以上(PC)：4列* 文字大き目*/
@media screen and (min-width: 1000px) {
.fs-c-subgroupList__label {
padding: 5px 2px;
font-size: 18px;
}}
/* === コメント欄 === */
.fs-c-subgroupList__comment {
all: unset;
display: inline-block;
width: 100%;
height: auto;
padding: 5px 5px 0px;
font-size: 12px;
line-height: 1.6;
color: #333;
text-align: left;
background-color: #fff;
margin: 0; 
box-sizing: border-box;
}
/* 幅1000px以上(PC)：4列* 文字大き目*/
@media screen and (min-width: 1000px) {
.fs-c-subgroupList__comment {
font-size: 14px;
}
}
.fs-c-subgroupList__comment:empty {
  display: none;
}
/* === ホバー時の挙動 === */
.fs-c-subgroupList__item:hover .fs-c-subgroupList__image {
	opacity: 0.7;
}
.fs-c-subgroupList__item,.fs-c-subgroupList__image,
.fs-c-subgroupList__label {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fs-c-subgroupList__item:hover .fs-c-subgroupList__image,
.fs-c-subgroupList__item:hover .fs-c-subgroupList__label{
  transform: translateY(-2px); /* 上にフワッと */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); 
}
/*------------------------------------------
リダイレクト
------------------------------------------*/
.notice-box {
      background-color: #f8f9fa;
      padding: 80px 0px;
      width: 100%;;
      max-width:600px;
      margin: 0 auto;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      margin-bottom:50px;
      text-align: center;
      color: #333;
      font-weight: bold;
    }

    .notice-box h1 {
      font-size: 24px;
      color: #009933;
      margin-bottom: 20px;
    }

    .notice-box p {
      font-size: 16px;
      margin: 10px 0;
      line-height: 1.6;
    }

    .notice-box a {
      display: inline-block;
      margin-top: 20px;
      padding: 10px;
      background-color: #009933;
      color: white;
      text-decoration: none;
      border-radius: 6px;
      transition: background-color 0.3s ease;
    }

    .notice-box a:hover {
      background-color: #EBF9CD;
      color:: #009933;
    }
/*------------------------------------------
クラブ種別ラベル
------------------------------------------*/
.club-label {
    display: inline-block;
    padding: 0px 2px;
    margin: 2px -0.5px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    width:26px;
    text-align: center;
}
.club-labels{
    margin: 0;
}
.dr { background-color: #e53935; }  /* Driver */
.fw { background-color: #fb8c00; }  /* Fairway wood */
.ut { background-color: #fdd835; color: #333; }  /* Utility */
.ir { background-color: #43a047; }  /* Iron */
.wg { background-color: #1e88e5; }  /* Wedge */
.pt { background-color: #8e24aa; }  /* Putter */
/*------------------------------------------
下層カテゴリ 詳細検索
------------------------------------------*/
  .search-area {
  padding: 1em;
  margin: 0 auto;}
  .search-area-sub {
  padding: 0 1em 1em;
  margin: 0 auto;}
	.search-area-sub a{
  text-decoration: none;
  color: #28a745;}

.tag-label {
  display: inline-block;
  border: 3px solid #28a745;
  border-radius: 30px;
  color: #28a745;
  padding: 5px 10px;
  margin: 5px 5px 0 0;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  background-color: #fff;
  user-select: none;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.tag-label:hover {
  background-color: #28a745;
  color: #ffffff;
}


  .tag-label input[type="radio"] {
    display: none;
  }

  .search-area span {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
  }

  .search-area button {
    display: none; /* ボタンも非表示にしてOK */
  }
/*------------------------------------------
クラブメーカー レイアウト
------------------------------------------*/
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 横3列 */
  gap: 10px; /* アイテム間の余白、調整可能 */
}

.item {
  text-align: center;
}

.item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.item p {
  margin: 5px 0!important;
  font-size: 14px;
  line-height: 1.4;
}
