/*header*/
@import url('https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap');

a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
    outline: none;
}

ul,
li {
    list-style-type: none;
}

:root {
    --gray: #ADADAD;
    --red: #FF4628;
    --color-red: #dd2e38;
    --black: #4D4D4D;
    --color-bluebold: #172e7d;
    --color-black: #000;
}

.bg-white {
    background-color: #fff;
}

.product .form-row input,
.product .form-row textarea,
.product .form-row select {
    padding: 5px;
    border-color: #ccc;
}

.wcppec-checkout-buttons {
    display: none;
}
.woocommerce-cart .woocommerce-shipping-destination,.single-product .woocommerce-error li:first-child{
	display:none;
}
.woocommerce-cart .cart_totals table.shop_table_responsive tr td {
    text-align: right;
}
.woocommerce-cart #calc_shipping_state_field {
    float: left;
    display: flex;
    justify-content: flex-end;
    /* width: 100%; */
    margin-top: -30px;
}
.woocommerce-cart .cart-collaterals .shop_product_one .one-product .woocommerce-shipping-methods li:first-child,.woocommerce-cart .woocommerce-shipping-calculator{
    display: none;
}
.woocommerce-cart .cart-collaterals.change-address .shop_product_one .one-product .woocommerce-shipping-methods li:first-child{
    display: block;
}
.woocommerce-cart .cart-collaterals .shop_product_one .wc-proceed-to-checkout a.one-product{
    pointer-events: none;
    cursor: default;
    background-color: #8fc195 !important;
}
.woocommerce-cart .cart-collaterals.change-address .shop_product_one .wc-proceed-to-checkout a.one-product{
    pointer-events: auto;
    cursor: pointer;
    background-color: #42ac52 !important;
}
.woocommerce-cart .shipping-calculator-button{
    padding: 7px 13px;
    background-color: #f15a24;
    font-size: 12px;
    color: #fff;
}
.woocommerce-cart .shipping-calculator-button:hover{
    background-color: #000;
    color: #fff;
}
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form {
    padding-top: 5px;
}
.woocommerce-cart #calc_shipping_country_field {
    display: none;
}
/* .sq-card-wrapper .sq-card-iframe-container iframe {
    transform: translateX(10000px);
} */
.content-area.home-page {
    margin-bottom: 0 !important;
    padding-bottom: 0;
    background: #fff;
}

.prod_items-price.add-word {
    flex-direction: row;
    justify-content: space-between;
}

.bg-sec-home:nth-child(odd) {
    background: #e6e6e6;
    /*background: linear-gradient(0deg, rgba(18,18,18,1) 0%, rgba(78,78,78,1) 100%);*/
}

.error404 .site-main {
    padding: 30px 0 120px 0;
}

.hide {
    display: none !important;
}

.site-content a:hover,
.site-content #menu-scroll a:hover {
    color: var(--color-red);
}

/* .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image:nth-child(1){
    display: none;
} */
a:hover img {
    opacity: .8;
}

.font-baby {
    font-family: 'Oooh Baby', cursive;
}

.site-content a {
    color: #000;
    text-decoration: none !important;
}

.wrap-hero {
    background-size: cover !important;
    height: 750px;
    margin-top: 0;
    position: relative;
}

.container-lp {
    max-width: 830px;
    padding: 0 15px;
    margin: 0 auto;
}

.entry {
    margin-top: 100px;
}

.entry-header .thumb {
    position: relative;
    max-width: 440px;
    margin: 0 auto;
}

.entry-header .box-date {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 24px;
}

.entry-header .box-date a {
    text-decoration: none;
    color: #fff;
}

.entry-header .box-date .tit-date {
    font-size: 14px;
    margin-right: 13px;
}
.wrapper-maintenance{
    max-width: 810px;
    margin: 75px auto;
    color: #fff;
    font-family: "Noto Serif JP",sans-serif;
}
.head-maintenance h1 {
    margin: 0px;
    color: #fff;
    font-weight: 600;
}

.head-maintenance {
    padding: 0 0 30px 0;
    text-align: center;
    border-bottom: 2px solid #fff;
    margin-bottom: 35px;
}

.content-maintenance {
    font-size: 16px;
    font-weight: 400;
}

.content-maintenance p+p {
    margin-top: 30px;
}
.sidebar-events {
    margin-bottom: 20px;
}
#sec-intro-video video {
    width: 100%;
    /* height: 100%; */
    /* aspect-ratio: 16 / 9;
    object-fit: cover; */
}
.sidebar-events img {
    max-width: 13px;
    margin-left: 40px;
}
.home #sec-primary-product.sec-pd{
    padding: 80px 0px;
}
.home #sec-primary-product{
    background-color: #000;
    margin: 0px;
}
.home #sec-primary-product .product-group{
    margin-top: 30px;
}
.sidebar-events a,
.sidebar-events .scroll-smoth {
    background: #e92233;
    color: #fff !important;
    padding: 15px;
    display: block;
    text-align: center;
    font-size: 16px;
}

.sidebar-events a:hover,
.sidebar-events .scroll-smoth:hover {
    background: #000;
    cursor: pointer;
}

#sec-news-events {
    padding: 80px 0;
    background: #fff;
    font-size: 16px;
}

#sec-news-events .tit-sec {
    font-size: 36px;
    font-weight: bold;
    color: #e92233;
    text-align: center;
}

#sec-news-events .desc-sec {
    margin: 80px 0;
}

#sec-news-events .l-events {
    padding: 0px;
    margin: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px 0;
}

#sec-news-events .l-events .times {
    margin-right: 10px;
}

#sec-news-events .l-events .state {
    margin: 0 10px;
}

#sec-news-events .l-events a:hover {
    color: #e92233;
}

#sec-news-events .l-events p {
    margin-bottom: 0px;
}

.single .entry-title {
    margin: 30px 0 0 0;
    text-align: center;
}

.line {
    background-color: #e6e6e6;
    margin: 50px 0;
}

.single .line {
    margin: 50px 25px;
}

.single .entry-content {
    font-size: 16px;
}

.single .entry-content p {
    margin-bottom: 40px;
}

.single .entry-footer {
    margin: 10px 0 100px;
}

.text-center {
    text-align: center;
}

.btn-lp .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.btn-lp .inner .inner-icon {
    flex-grow: 0;
    font-size: 21px;
}

.btn-lp .inner .inner-text {
    flex-grow: 1;
}
.grecaptcha-badge {
    visibility: hidden !important;
}

.primary-button {
    display: inline-flex;
    width: 380px;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 6px solid #999999;
    background-color: #e6e6e6;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    padding: 0 15px;
    border-radius: 15px;
    font-size: 16px;
    color: #000;
}

.primary-button:hover {
    border: 1px none #000;
    background-color: #d5d5d5;
}

.tit-hero {
    color: #000;
    font-size: 103px;
    position: absolute;
    display: inline-block;
    top: 30px;
    right: 25%;
    display: none;
}

.tit-hero img {
    max-width: 330px;
}

.tit-hero .tit-hero--en {
    line-height: .8;
}

.tit-hero .txt-sm {
    display: block;
    font-size: 80px;
}

.woocommerce-checkout #billing_yomigana_last_name_field .optional,
.woocommerce-checkout #billing_yomigana_first_name_field .optional {
    display: none;
}

.tit-hero .tit-hero--jp {
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.l-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.item-team img {
    margin-bottom: 15px;
}

.item-team span {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
}

.l-item a {
    width: calc(100% / 3);
    text-align: center;
    margin-top: 60px;
}

.l-item a:hover {
    cursor: pointer;
}

.tit-cate {
    font-size: 36px;
    position: relative;
    padding-bottom: 20px;
    margin: 60px 0 20px 0;
}

.tit-cate::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.site-content #menu-scroll a,
.wrap-cnt-news a {
    color: var(--color-black);
}

.site-content .group-btn-header a {
    color: var(--color-bluebold);
}

html {
    scroll-behavior: smooth;
}

.storefront-primary-navigation .col-full {
    max-width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: space-between;
}

.header-bottom {
    display: none;
}
.ppom-wrapper .form-check {
    position: relative;
    display: block;
    padding-left: 0px;
}
#right-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 10px);
    -ms-transform: rotate(45deg) translate(5px, 10px);
    -webkit-transform: rotate(45deg) translate(5px, 5px);
}

#right-menu.active span:nth-child(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

#right-menu.active span:nth-child(3) {
    transform: rotate(135deg) translate(-5px, 5px);
    -ms-transform: rotate(135deg) translate(-5px, 5px);
    -webkit-transform: rotate(135deg) translate(-5px, 5px);
}

.site-header-cart .cart-contents,
#ppom-price-container .table-striped th.ppom-price-item,
.calculated_shipping .shop_table.shop_table_responsive td {
    text-align: right;
}

.term-irons .meta_category,
.product_cat-accessories #ppom-price-container,
.product_cat-accessories .meta_category,
span.post.post-product.current-item br {
    display: none;
}

.pd_lender {
    font-size: 11px;
    color: #999999;
}

.tax_not_include {
    font-size: 12px;
}

.sub_tit_etching {
    display: block;
}

.table-specifi-product tr:nth-child(even) td {
    background-color: #f7f7f7 !important;
}

.ppom-input-tax_product,
.page-id-2175 .detail-product,
.page-id-2175 .related.products,
.page-id-2175 .woocommerce-price-suffix {
    display: none !important;
}

.tax-product_cat .woocommerce-price-suffix,
.cart-contents .tax_label,
.post-type-archive-product .woocommerce-price-suffix {
    display: none;
}

/* .rtwpvg-images{
    width: 60% !important;
}
.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-slider img{
    width: 100% !important;
} */
.pc {
    display: block;
}

.mobile {
    display: none;
}

body.single-product #primary {
    width: 100% !important;
}

body.single-product .product .summary {
    width: 30% !important;
}
.single-product .price-single,.single-product div.product .edit-link,.single-product div.product .product_meta{
    display: none;
}

body.single-product div.product .woocommerce-product-gallery {
    width: 70% !important;
    margin: 0 !important;
    padding-right: 50px !important;
}

.single-product div.product .woocommerce-product-gallery img {
    display: block;
    margin: 0 auto !important;
}

.txt_etching {
    display: none;
}

.txt_etching.active {
    display: block;
}

.cnt-item-review {
    font-style: italic;
}

.head-item-review {
    margin-bottom: 15px;
}

.img-star {
    max-width: 98px;
    object-fit: cover;
    height: 20px;
}

.product-best .row div:first-child {
    padding: 0;
}

.product-best .row div:first-child img {
    width: 100%;
}

.woocommerce-product-gallery__image>a>img {
    width: 100%;
}

.main-navigation ul.menu>li.menu-item-has-children>a.active::after {
    content: "\f077";
}

.site-header-cart .cart-contents .count {
    padding-right: 15px;
    opacity: inherit !important;
    color: #fff;
}

.site-info a {
    color: #333333;
}

.site-header-cart .cart-contents .amount {
    display: none;
}

.wrap-iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.wrap-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.woocommerce-product-details__short-description {
    font-size: 15px;
    color: #777777;
    margin-bottom: 30px;
}

.woocommerce-product-details__short-description .load-more:hover {
    color: #000 !important;
}

.woocommerce-product-details__short-description .block-loadmore {
    max-height: 85px;
    overflow: hidden;
    transition: all 0.5s ease;
    margin-bottom: 10px;
}

.woocommerce-product-details__short-description.active .block-loadmore {
    max-height: 100%;
    transition: all 0.5s ease;
}

.list-ship {
    list-style-type: none;
    margin: 0 0 30px 23px;
}

.Libre {
    font-family: 'Libre Baskerville', serif;

}

.sub-tit-sec {
    font-family: 'Libre Baskerville', serif;
}

.main-navigation ul li a:hover {
    text-decoration: none;
    opacity: 0.8 !important;
    color: #fff !important;
    transition: all .3s linear;
}

.table-specifi-product td {
    background: #fff !important;
    color: #777 !important;
}

.list-menu-argolf li {
    position: relative;
}

.roboto {
    font-family: 'Roboto';
}

.text-vertical {
    font-size: 20px;
    position: absolute;
    z-index: 99;
    font-weight: bold;
    left: -110px;
    top: 0;
    letter-spacing: 3px;
    writing-mode: vertical-lr;
}

.wrap-slider {
    position: relative;
}

.home .full-width .site-main {
    padding: 20px 0 0 0;
    margin: 0;
    font-family: 'Roboto';
}

.wrap-btn-bottom {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.pd-sec {
    padding: 50px 0;
    position: relative;
}

.desc-tit {
    color: #000;
}

#sec-putting-lab .desc-tit {
    margin-top: 30px;
}

.txt-orange {
    color: var(--red) !important;
}

.txt-bluebold {
    color: var(--color-bluebold);
}

.box-tit:last-child {
    margin-top: 70px;
}

.cnt-left-shop .box-tit:last-child {
    margin-top: 0;
}

.wrap-cnt-right img {
    width: 100%;
}

.wrap-cnt-left-program p {
    margin: 0;
}

.wrap-cnt-left-program .name-program {
    font-size: 27px;
    margin: 0;
    font-family: 'Noto Sans JP';
    z-index: 8;
    position: relative;
}

.time-program {
    font-size: 19px;
    font-weight: normal;
    margin: 25px 0;
    font-family: 'Noto Sans JP';
}

.icon-double-arrow {
    position: relative;
    padding-right: 20px;
}

ul#ft_menu_v2 .sub-menu li a {
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto';
}

ul#ft_menu_v2 .sub-menu li a:hover {
    color: var(--red);
}

ul#ft_menu_v2 .sub-menu {
    margin: 0;
}

.icon-double-arrow:before {
    content: '';
    position: absolute;
    right: 1px;
    top: 8px;
    width: 7px;
    height: 7px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wrap-btn-program {
    margin-top: 20px;
}

.box-program {
    /*margin-bottom: 100px;*/
    padding-top: 100px;
    /*padding-top: 80px;*/
}

.wrap-list-traniner .box-program:first-child {
    padding-top: 50px;
}

.btn-animation.btn-program {
    font-size: 15px;
    color: #000;
    padding: 10px 15px;
    border-radius: 15px;
    display: inline-block;
    width: 300px;
}

.btn-program span {
    display: block;
}

.box-new-post.box-bottom-intro {
    position: relative;
    padding: 0;
    margin-top: 100px;
}

.icon-double-arrow:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 8px;
    width: 7px;
    height: 7px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.numbe-line {
    font-size: 250px;
    font-family: 'Roboto';
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--red);
}

.name-jp-trainer {
    font-size: 30px;
    margin: 10px 0;
    font-family: 'Noto Sans JP';
}

.position-trainer {
    margin: 0;
}

.position-trainer,
.name-en-trainer {
    font-size: 16px;
}

.cnt-detail-trainer {
    font-size: 15px;
    margin-top: 25px;
    line-height: 1.7;
}

.wrap-list-program {
    margin-top: 0;
}

.wrap-list-traniner .box-trainer:not(:last-child) {
    padding: 0 0 10px 0;
}

#sec-news .text-vertical {
    /*left: -158px;
    top: 77px;*/
}

#sec-sns .text-vertical {
    /* left: -45px;
    top: 77px;*/
}

#sec-concept .text-vertical {
    /*  left: -90px;
    top: 100px;*/
}

.tit-item-news {
    font-size: 15px;
    margin: 15px 0;
    min-height: 75px;
}

.wrap-btn-news {
    text-align: right;
    margin-top: 25px;
}

.date {
    text-align: right;
}

.txt-date {
    color: var(--black);
    font-size: 12px;
    font-weight: bold;
}

.wrap-cnt-right {
    padding-bottom: 80px;
    padding-left: 20px;
}

.btn-outline-white {
    border: 1px solid #000;
    padding: 15px 20px;
    font-size: 14px;
}

.line-middle {
    padding: 70px 0;
    text-align: center;
}

.icon-line-red {
    position: relative;
    height: 50px;

}

.icon-line-red:after {
    /*content: '';*/
    /*position: absolute;
    width: 1px;
    background: var(--red);*/
    /*height: 50px;
    top: 50%;
    transform: translateY(-50%);*/
}

.btn-outline-white.btn-animation {
    background: transparent;
    border-radius: 0;
    color: #000;
}

.btn-outline-white.btn-animation:hover::before {
    border-radius: 0;

}

.btn-outline-white.btn-animation:hover {
    color: #fff !important;
}

.btn-outline-white.btn-animation:before {
    /*background-color: var(--black);*/
    background-color: var(--color-red);
}

.list-menu-argolf {
    display: inline-flex;
    margin: 0;
}

.list-menu-argolf li a {
    padding: 0 20px;
}

.list-menu-argolf li:first-child a {
    color: var(--color-red) !important;
}

.wrap-slider .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

#menu-scroll {
    text-align: center;
    margin: 10px 0 25px 0;
}

.group-btn-header ul li a {
    font-weight: bold;
    font-size: 20px;
}

.group-btn-header ul li a:hover {
    opacity: .8;
}

.group-btn-header {
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    padding: 15px 30px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 15px;
}

.list-menu-argolf li:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 18px;
    background: var(--gray);
    top: 7px;
}

.ppom-input-etching .form-check {
    margin: 0 !important;
}

.ppom-input-etching .form-check-label {
    float: left;
    margin: 0 !important;
}

.item-shipping {
    font-weight: bold;
    margin-top: 5px;
}

.table-specifi-product td,
.table-specifi-product th {
    border: 1px solid #ccc !important;
    width: 50%;
}

.tit-specificity-product {
    font-size: 32px;
    margin: 70px 0 15px 0;
}

/*page shop*/
.tit-product-shop a {
    font-size: 21px !important;
    font-weight: 400 !important;
}

.postid-1717 div.product table.variations,
.postid-1728 div.product table.variations,
.postid-1694 div.product table.variations,
.postid-1285 div.product table.variations,
.postid-379 div.product table.variations {
    /*.postid-701 div.product table.variations
    .postid-796 div.product table.variations
    */
    display: none;
}

ul.products {
    display: flex;
    justify-content: inherit;
    flex-wrap: wrap;
}

.page-template-page-shop-custom .tax_not_include {
    display: none;
}

.page-shop .site-main ul.products.columns-4 li a {
    color: #000;
}

.page-template-page-shop-custom .site-main ul.products.columns-4 li.product {
    text-align: left;
    border: none !important;
}

.page-shop .site-main ul.products.columns-4 li.product,
.page-id-2360 ul.products.columns-4 li.product,
.page-id-2562 ul.products.columns-4 li.product {
    width: calc(25% - 13px) !important;
    margin-right: 13px !important;
    border: solid 1px #ccc;
    padding: 0 0 60px 0 !important;
    position: relative;
    overflow: hidden;
}

ul.products.columns-4 li.product {
    margin-bottom: 0;
}

.box-slide {
    height: 526px;
}

.page-template-page-shop-custom .site-main ul.products.columns-4 li.product a.button,
.related.products li a.button {
    display: none;
}

.related.products li h2 a {
    color: #000 !important;
}

.related.products li h2 {
    margin-bottom: 0 !important;
}

.page-template-page-shop-custom .site-main ul.products.columns-4 li.product .tit-product-shop,
.related.products li .tit-product-shop {
    position: relative;
    padding-left: 10px;
}

.products .woocommerce-loop-product_title.tit-product-shop {
    margin-bottom: 12px;
}

.page-template-page-shop-custom .site-main ul.products.columns-4 li.product .tit-product-shop:before {
    /*.related.products li .tit-product-shop:before*/
    content: '';
    position: absolute;
    background: #000;
    width: 1px;
    height: 50px;
    left: 0;
    top: 0px;
}

.header-page-shop {
    margin: 50px 0 20px 0;
}

.page-template-page-shop-custom .site-main ul.products.columns-4 li.product img,
.related.products li img {
    margin-bottom: 10px;
}

.page-template-page-shop-custom .site-main ul.products.columns-4 li.product span.price,
.related.products li span.price {
    font-size: 13px;
    margin: 0;
    padding-left: 10px;
}

.page-template-page-shop-custom .site-main ul.products.columns-4 li.product .tit-product-shop a,
.related.products li .tit-product-shop a {
    font-size: 15px !important;
}

.tax_not_include {
    font-size: 12px;
}

.page-shop ul.products li.product.first {
    clear: both !important;
}

.button.product_type_simple.add_to_cart_button,
.button.product_type_variable.add_to_cart_button {
    background-color: #333 !important;
    color: #fff !important;
    border: solid 1px #000;
    min-width: 160px;
    position: absolute;
    bottom: 15px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
}

.button.product_type_simple.add_to_cart_button:hover,
.button.product_type_variable.add_to_cart_button:hover {
    background-color: #e6e6e6 !important;
    color: #333333 !important;
}

.page-shop .price {
    display: none;
}

.related.products ul.products.columns-4 li.product {
    width: 22.05%;
    margin-right: 3.8%;
}

.related.products ul.products li.product img {
    margin: inherit !important;
    padding: 0 0 20px 0;
}

.price {
    color: #333333 !important;
    /* font-weight: bold !important; */
    font-size: 20px;
    margin: 20px 0;
}

.page-shop .price-single {
    font-size: 22px;
    margin: 0 0 32px 0;
    color: #333333;
    font-weight: 400;
}

.more-text {
    margin-bottom: 0;
}

.woocommerce-tabs #tab-description h2,
.woocommerce-tabs #tab-additional_information h2,
.woocommerce-tabs #tab-reviews h2 {
    display: block !important;
}

.page-shop .product_title {
    padding-bottom: 20px;
}

.form-group.ppom-c-show.ppom-input-etching {
    margin-bottom: 35px !important;
}

.wrap-nav-booking {
    display: flex;
    padding: 0 15px;
}

.right-header {
    display: inline-block;
    width: 100%;
}

.wrap-nav-booking #site-navigation {
    padding-left: 0;
}

.header-booking .logo {
    margin: 0 auto;
}

.error404 .fourohfour-columns-2 {
    display: none;
}

.page-shop .tit-product-shop {
    margin-bottom: 0 !important;
}

.meta_category.sub-tit-shop {
    font-size: 14px !important;
}

.page-shop .woocommerce-products-header {
    text-align: center;
}

.page-shop .storefront-sorting {
    display: none;
}

.page-shop .ul.products li.product .button {}
/* page ec */
#sec-ranking{
    margin: 0 12px;
}
#sec-ranking .sec-tit{
    font-size: 12px;
    margin: 0px 0px 10px 0px;
}
section.has-pb{
    padding-bottom: 35px;
}
.box-product .desc{
    margin-top: 12px;
    font-size: 12px;
    color: #000;
}
.box-product .outofstock .bold-text-20 {
    margin-bottom: 0px;
}
.sec-list-product {
    background-color: #fff !important;
    padding: 12px 12px 80px;
}
.sec-list-product .prod_items a{
    max-height: inherit;
}
.sec-list-product .prod_ctg_box.active{
    gap:12px;
}
.sec-list-product #product-wrap{
    width: 100%;
    padding-bottom: 0px;
}
img.img-square {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#sec-ranking .slider-ranking .item{
    margin: 0 6px;
}
#sec-ranking .slider-ranking{
    margin: 0 -6px;
}
.box-product a{
    font-weight: 500;
    color: #000;
}
.box-product .note-price{
    margin-bottom: 5px;
    font-weight: 500;
}
.box-product .note-price .tax-sm{
    font-size: 10px;
    font-weight: 400;
    margin-left: 5px;
}
.box-product .desc-product{
    color: #808080;
    font-family: 'Noto Serif JP';
}
#sec-primary-product{
    margin: 0 12px 20px;
}
#sec-primary-product .product-group{
    display: grid;
    gap: 12px;
}
#sec-primary-product .product-group .item{
    position: relative;
}
/* #sec-primary-product .product-group .item::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top:0px;
    background: rgba(0, 0, 0, .4);
} */
#sec-primary-product .product-group .item .order-now{
    font-size: 11px;
    padding: 5px 15px;
    font-weight: 500;
    background-color: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    z-index: 3;
}
#sec-primary-product .product-group .item .order-now:hover{
    background-color: #000;
    color: #fff;
}
#sec-primary-product .product-group + .product-group{
    margin-top: 12px;
}
#sec-primary-product .grid-lg-2{
    grid-template-columns: repeat(2,1fr);
}
#sec-primary-product .grid-lg-3{
    grid-template-columns: repeat(3,1fr);
}
/*page check out*/
.wrap-check-out-form .validate-required .input-text,
.shipping_share .validate-required .input-text {
    border-left: 1px solid red !important;
}

.wrap-check-out-form .woocommerce-input-wrapper .input-text,
.shipping_share .woocommerce-input-wrapper .input-text {
    border-left: 1px solid green;
}

.wrap-check-out-form .form-row label {
    color: #777;
}

.wrap-check-out-form .select2-container--default .select2-selection--single {
    border-color: green;
}

.checkout-button.button.alt.wc-forward,
#payment .place-order .button {
    background-color: #42ac52;
}

.wrap-check-out-form .woocommerce-input-wrapper {
    width: 100%;
}

.page-shop .ppom-wrapper .form-control {
    border-radius: inherit !important;
    border: 1px solid #ced4da !important;
}

.page-shop .form-control {
    border: none !important;
}

.woocommerce #payment div.payment_method_square_credit_card .wc-square-credit-card-hosted-field {
    width: 100% !important;
}

.page-cate-product .woocommerce-products-header {
    margin: 50px 0;
}

.meta_category {
    font-style: italic;
    color: #777 !important;
    font-size: 14px !important;
    display: none !important;
}

.detail-player {
    color: #777777;
}

.intro-player {
    font-size: 21px;
}

.table-specifi-product th {
    text-align: center;
    font-weight: bold;
    color: #333 !important;
    background: #f0f0f0 !important;
}

.tit-player {
    font-weight: bold;
    margin-top: 5px;
}

.form-row.form-row-wide.wc-square-credit-card-card-postal-code-parent.wc-square-credit-card-hosted-field-parent.hidden {
    display: block !important;
}

.bold {
    font-weight: bold;
}
.button-fix img {
    max-width: 16px;
    margin-right: 10px;
}

.button-fix {
    display: inline-block;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 99;
    font-size: 12px;
    font-family: 'Noto Sans JP';
    font-weight: 500;
    display: flex;
    align-items: center;
}
.button-fix .name-btn{
    font-weight: bold;
}
.button-fix .name-btn span{
    color: #02b902;
    font-size: 6px;
    display: block;
}
#masthead {
    padding-top: 0;
    background-color: #000;
    width: 100%;
    /*transition: height .5s;*/
    margin-bottom: 0;
}

.header-top {
    background-color: #000000eb;
}

.single-product .tax_not_include {
    display: inline-block;
}

.single-product .woocommerce-price-suffix {
    display: none;
}

section.pd-sec-cate:not(:first-child) {
    padding-top: 60px;
}

.ft-abs {
    position: fixed !important;
    bottom: 0;
    width: 100%;
}

#ft_menu li a:hover {
    text-decoration: underline;
}

#billing_state_field,
#shipping_state_field {
    float: left;
}

#site-navigation {
    text-align: left;
    margin-right: 0;
    width: 100%;
    padding-left: 35px;
    box-sizing: border-box;
}

.header-cate:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.category #masthead {
    margin-bottom: 0;
    border-bottom: none;
}

.intro-header-cate {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    left: 10%;
}

.wrap-tit-putting .tit-sec {
    font-size: 40px;
    margin: 0;
}

.tit-intro {
    font-size: 41px;
    color: #fff;
    margin: 0 0 22px 0;
}

.flex.wrap {
    flex-wrap: wrap;
}

.btn-animation:hover {
    color: var(--red);
}

.cnt-press .post-cont {
    width: calc(100% / 4 - 15px);
    margin-bottom: 20px;
}

.wp-pagenavi a:hover {
    opacity: 0.5;
}

.tag-meta a {
    color: #727272 !important;
    font-size: 13px;
    text-decoration: underline !important;
}

.tag-meta a:hover {
    text-decoration: none !important;
}

.desciption-tag-post.flex {
    margin-top: 10px;
    align-items: center;
}

.cnt-tag {
    margin-bottom: 40px;
}

button.read-more:hover {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #333333;
}

p.cnt-description {
    color: #7777;
}

#txt_dexterity,
#txt_shaft {
    display: none;
}

.archive_page {
    text-align: left;
}

.button.read-more {
    background-color: #000;
    color: #fff;
    font-weight: bold;
}

.pages {
    display: none;
}

.wp-pagenavi {
    text-align: center;
    padding: 80px 0 50px 0;
}

.wp-pagenavi span,
.wp-pagenavi a {
    border: none;
    padding: 5px 15px;
    margin: 4px;
    background-color: #fff;
}

.wp-pagenavi span.current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    background-color: #000;
    color: #fff !important;
    font-weight: normal;
    position: relative;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    color: transparent !important;
}

.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before {
    font-family: 'Font Awesome 5 Free';
    color: #fff !important;
    position: absolute;
    top: 3px;
    left: 15px;
}

.wp-pagenavi .previouspostslink:before {
    left: 11px;
}

.wp-pagenavi .nextpostslink:before {
    content: "\f054";
}

.wp-pagenavi .previouspostslink:before {
    content: "\f053";
}

.sub-tit-intro {
    font-size: 25px;
}

.cnt-press .blog-cont {
    background: none !important;
    padding: 0;
}

.cnt-press .tit-post {
    font-size: 18px;
    padding-top: 20px;
}

.breadcrumbs {
    margin: 40px 0 20px 0;
    text-transform: uppercase;
    padding: 8px 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.breadcrumbs span,
.breadcrumbs i {
    color: #7c7c7c;
}

.category-20 .breadcrumbs,
.category-19 .breadcrumbs,
.single .breadcrumbs {
    display: none;
}

.shipping_share .woocommerce-input-wrapper {
    width: 100% !important;
}

.woocommerce-page.single .breadcrumbs {
    display: block !important;
}

.breadcrumbs .fa-chevron-right {
    font-size: 8px;
    color: #d6d6d6 !important;
    padding: 2px 4px 0 4px;
}

.breadcrumbs .fa-home {
    font-size: 18px;
    margin-right: 5px;
}

.bg-black,
.single-product .wrap-ft-v2,
.post-type-archive-product .wrap-ft-v2,
.page-ft-black .wrap-ft-v2 {
    background: #000;
}

.wrap-ft-v2 {
    border-top: 1px solid var(--gray);
    /*background: rgb(18,18,18);
    background: linear-gradient(0deg, rgba(18,18,18,1) 0%, rgba(78,78,78,1) 100%);*/
    background: #000;
}

#wrap-menu-bottom {
    text-align: right;
    padding: 10px 100px 10px 0;
}

.group-right-menu #wrap-menu-bottom {
    padding: 0;
}

.tit-sec {
    /*color: #FF4628;*/
    color: var(--color-red);
    font-size: 30px;
    font-weight: bold;
}

.page-reservation .wrap-logo-primary {
    display: none;
}

.page-reservation a {
    color: #000;
}

ul.menu-bottom {
    display: inline-flex;
    margin: 0;
}

.group-right-menu {
    color: #fff;
    display: inline-flex;
    align-items: center;
}

.header-top {
    padding: 15px 40px;
    border-bottom: 1px solid var(--gray);
}

.header-top img {
    max-width: 160px;
}

.white_bg {
    background: #fff;
    color: #000;
}

#wrap-menu-bottom li a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 25px;
    position: relative;
    font-family: 'Roboto';
}

.desc-tit.font-weight-bold {
    font-weight: normal !important;
}

#wrap-menu-bottom li {
    position: relative;
}

#wrap-menu-bottom #menu-menu-primary-v2 li:not(:last-child):after {
    /*content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 18px;
    background: var(--gray);
    top: 7px;*/
}

/*#wrap-menu-bottom #menu-menu-primary-v2 li:last-child a{
    padding: 5px 10px;
    background: #DE2B43;
    display: inline-block;
}*/
*#wrap-menu-bottom #menu-menu-primary-v2 .item-menu-shop a {
    padding: 5px 10px;
    background: #DE2B43;
    display: inline-block;
}

.box-menu-mobi-bottom li:last-child a {
    /*padding: 5px 10px !importantn;
    background: #DE2B43;
    display: inline-block;
    margin-left: 15px;*/
}

.box-menu-mobi-bottom .item-menu-shop a {
    padding: 5px 10px !importantn;
    background: #DE2B43;
    display: inline-block;
    margin-left: 15px;
}

#wrap-menu-bottom #menu-menu-primary-v2 li:last-child {
    padding-left: 25px;
}

.wrap-menu-top #site-header-cart {
    display: none;
}

.wrap-menu-top #site-navigation {
    padding: 0;
    margin: 0;
}

#right-menu span {
    background: #fff;
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    width: 26px;
}

.group-right-menu>span {
    margin-right: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

#btn-menu {
    height: 28px;
}

.header-top.flex a {
    padding: 0;
}

.group-right-menu {
    color: #fff;
    display: inline-flex;
    align-items: center;
}

.header-cate {
    position: relative;
    margin-bottom: 30px;
}

.cate-full-width .entry-title {
    padding-bottom: 15px;
}

.icon-arrow-white-v2,
.icon-arrow-black-v2 {
    position: relative;
    padding-right: 100px;
}

.icon-arrow-white-v2:after {
    content: '';
    position: absolute;
    background: url(img/icon-arrow-black.png) center no-repeat;
    width: 80px;
    height: 8px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-size: 80px;
    font-family: 'Roboto';
}

.btn-slide .icon-arrow-white-v2:after {
    content: '';
    position: absolute;
    background: url(img/icon-arrow-white.png) center no-repeat;
    width: 80px;
    height: 8px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-size: 80px;
    font-family: 'Roboto';
}

.icon-arrow-black-v2:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 8px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-size: 80px;
    font-family: 'Roboto';
    background: url(img/icon-arrow-black.png) center no-repeat;
}

.btn-animation:hover::before {
    -webkit-transition: right .5s cubic-bezier(.46, .05, .02, .99);
    right: 0;
    border-radius: 10px;
    transition: right .5s cubic-bezier(.46, .05, .02, .99);
}

.btn-animation span {
    z-index: 99;
    position: relative;
}

.btn-animation {
    padding: 15px 20px;
    background: var(--color-red);
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.btn-animation:before {
    -webkit-transition: right .6s cubic-bezier(.46, .05, .02, .99);
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background-color: #f7b7b4;
    content: '';
    pointer-events: none;
    transition: right .6s cubic-bezier(.46, .05, .02, .99);
}

.wrap-loop-page.cnt-press article {
    width: calc(100% / 4 - 5px);
}

.cate-full-width {
    width: 100% !important;
    margin-right: 0 !important;
    padding: 70px 0 0 0;
}

.header-cate img {
    object-fit: cover;
    height: 370px;
    width: 100%;
}

.wrap-loop-page {
    flex-wrap: wrap;
}

.wrap-loop-page article {
    width: calc(100% / 2 - 5px);
    margin: 0 0 10px 0;
}

.tit-post {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
    color: #222222;
}

.img-container img {
    width: 100%;
}

.blog-cont {
    moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #f4f4f4;
    padding: 12px;
}

span.post-meta.categories,
.post-date {
    font-size: 12px;
}

.category .page-title {
    display: none;
}

.entry-taxonomy.flex {
    justify-content: inherit;
}

#site-header-cart {
    max-width: 220px !important;
}

#ft_menu>li>ul a {
    font-size: 14px;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.single-post .storefront-breadcrumb {
    display: none;
}

.single-page {
    margin-top: 15px;
}

/*.widget-area{
    padding: 15px;
    margin-top: 50px;
}*/
.widget_categories ul li:before {
    display: none;

}

.sticky {
    position: fixed;
    top: 0;
}

#secondary .widget_categories ul li a {
    color: #fff !important;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    font-family: Open Sans;
}

.single-post .nav-next a,
.single-post .nav-previous a {
    padding: 8px 15px;
    margin: 15px auto 0;
    background-color: #333;
    color: #000 !important;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border-radius: 40px;
    box-sizing: border-box;
}

.hidden {
    display: none !important;
}

.font-opens {
    font-family: Open Sans;
}

.fs41 {
    font-size: 41px;
}

.fs16 {
    font-size: 16px;
}

.main-navigation ul.menu>li.menu-item-has-children>a::after,
.main-navigation ul.menu>li.page_item_has_children>a::after,
.main-navigation ul.nav-menu>li.menu-item-has-children>a::after,
.main-navigation ul.nav-menu>li.page_item_has_children>a::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: 'font awesome 5 free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f107";
    margin-left: 1em;
}

#masthead.header-booking {
    border-bottom: none;
    padding-top: 10px;
}

.bg-intro-putting {
    height: 900px;
}

.slider-sam .slick-prev:before,
.slide-sam .slick-next:before {
    color: #808080;
}

.slider-sam .slick-prev:before {
    content: '';
    position: absolute;
    border-bottom: solid 3px #000;
    border-right: solid 3px #000;
    right: 0;
    width: 25px;
    height: 25px;
    transform: rotate(135deg);

}

.slider-sam .slick-prev,
.slider-sam .slick-next {
    top: 40%;
}

.wrap-intro-banner {
    max-width: 1130px;
    padding: 0 15px;
    margin: 0 auto;
}

.pos-intro {
    position: relative;
    z-index: 9;
    padding-top: 30px;
}

.banner-page {
    position: relative;
}

.banner-page:after {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    background-size: 63px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
    left: 0;
}

.parallax-mirror:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .3;
    z-index: 99;
}
nav.secondary ul li img {
    height: 45px;
    object-fit: contain;
}
.link-scroll{
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.link-scroll:hover ~ .thumb a .img-square{
    opacity: .8;
}
.parallax-mirror {
    position: relative
}

.sub-tit-page, .noto_font {
    font-family: 'Noto Sans JP';
}

.logo-intro {
    max-width: 60px;
    margin-bottom: 60px;
}

.btn-intro-news {
    position: absolute;
    right: 0;
    bottom: 10%;
}

.slider-sam .slick-next:before {
    content: '';
    position: absolute;
    border-bottom: solid 3px #000;
    border-right: solid 3px #000;
    right: 0;
    width: 25px;
    height: 25px;
    transform: rotate(-45deg);
}

.box-putting-lab {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
    background: rgba(0, 0, 0, 0.5);
    padding: 60px 12px 10px;
    text-align: center;
    color: #fff;
}

.tit-sec {
    font-size: 40px;
}

.custom-footer-text a:not(:last-child) {
    margin-right: 30px;
}

.custom-footer-text a {
    color: #fff;
}

.group-tit-sec {
    text-align: center;
    margin-bottom: 60px;
}

.icon-arrow-down {
    position: relative;
}

.icon-arrow-down:before {
    content: '';
    position: absolute;
    border-bottom: solid 2px #000;
    border-right: solid 2px #000;
    top: 15px;
    right: 60px;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    transition: all .3s ease-out;
}

.icon-arrow-down.active:before {
    top: 25px;
    transform: rotate(-135deg);
}

table.tbl-qa th,
table.tbl-qa td {
    background: #fff !important;
    padding: 10px 0;
}

.tbl-qa th {
    position: relative;
}

.tbl-qa th:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    top: 50%;
    z-index: 1;
}

th.tit-top-th:before {
    top: 35%;
}

.tit-slider-sam {
    padding: 25px 40px;
    background: #f2f2f2;
}

.wrap-list-qa {
    margin-top: 30px;
}

.wrap-sam-put-lab {
    align-items: center;
}

.img-left-sam {
    max-width: 342px;
}

.cnt-right-sam {
    width: calc(100% - 360px);
}

.note-qa {
    color: #df7935;
    font-weight: bold;
    text-align: center;
}

table.tbl-qa td {
    padding: 10px 0 10px 15px;
}

.tit-ansqwer-th {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    z-index: 2;
    background: #fff;
}

.cnt-box-faq {
    padding: 0 60px;
    display: none;
}

.tit-child-box {
    padding-left: 10px;
    display: inline-block;
    vertical-align: top;
}

.head-box-faq {
    padding: 15px 60px;

}

.head-box-faq.icon-arrow-down:hover {
    cursor: pointer;
}

.wrap-list-qa .box-faq:nth-child(odd) .head-box-faq {
    background: #f2f2f2;
}

.wrap-list-qa .box-faq:nth-child(even) .head-box-faq {
    background: #e6e6e6;
}

.head-box-faq p {
    margin: 0;
}

.img-right-overview {
    max-width: 200px;
}

.img-left-fitter {
    max-width: 250px;
}

.cnt-right-fitter {
    width: calc(100% - 270px);
}

.name-fitter {
    font-size: 30px;
}

.bg-gray {
    background: #f2f2f2;
}

.cnt-left-overview {
    width: calc(100% - 230px);
}

.pd-section {
    padding: 40px 0 100px 0;
}

.img-right-overview img {
    border-radius: 50%;
}

.box-shadow {
    box-shadow: 0 0 21px 0.2px rgb(0 0 0 / 30%);
}

.wrap-slide-item.box-shadow {
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
}

.wrap-slide-item {
    margin: 20px 40px;
}

.intro-putting-lab.intro-last .box-putting-lab {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    margin: 0 auto;
    background: #000;
}

.header-box-putting {
    margin-bottom: 45px;
}

.page-booking .btn-orange,
{
color: #fff !important;
display: inline-block;
background: #df7935;
width: 100%;
padding: 8px 0;
font-size: 20px;
font-weight: bold;
border: 1px solid #df7935;
}

a.btn-product-booking {
    color: #fff !important;
    background: #f84535;
    width: 100%;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: bold;
}

a.btn-product-booking:hover {
    color: #000 !important;
}

.txt_fee {
    font-size: 11px;
}

.nav-menu-top a:first-child {
    color: var(--color-red) !important;
}

.icon-arrow-right {
    position: relative;
    padding-right: 25px;
}

.icon-arrow-right:after {
    content: '';
    position: absolute;
    background: url('assets/images/icon/icon-half-arrow.png') center no-repeat;
    width: 18px;
    height: 7px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: 100% auto;
}

.page-booking .btn-orange:hover {
    color: #df7935 !important;
    background: transparent;
}

.header-box-putting img {
    max-width: 200px;
    margin: 0 auto;
}

.intro-putting-lab {
    position: relative;
}

.site-main nav.navigation .nav-previous a,
.site-main nav.navigation .nav-next a {
    display: inline-block;
}

.main-navigation ul.menu>li>a,
.main-navigation ul.nav-menu>li>a,
.main-navigation ul.menu ul li a {
    font-family: Opens Sans;
    font-size: 16px;
    text-transform: uppercase;
}

#secondary .widget:nth-child(1) .widget-title {
    display: block;
    margin: 0;
    border-bottom: 1px solid #333;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

#secondary .widget_categories ul {
    padding: 15px 0;
}

#secondary .widget_categories ul li {
    padding: 5px 0 5px 0;
    position: relative;
}

.single-page .cat-links a,
.single-page .tags-links a,
.cat-links a,
.tags-links a {
    color: #337ab7;
    text-decoration: none;
    font-size: 14px;
    font-family: Open Sans;
    text-transform: capitalize;
}

.single-page .hentry .entry-taxonomy {
    border-top: none;
}

.cnt-table-irons .table-specifi-product td,
.cnt-table-irons .table-specifi-product th {
    width: inherit;
}

.single-product .single-page .entry-title {
    text-align: left;
}

.single-page .entry-title {
    color: #333333;
    font-size: 37px;
    font-weight: 400;
    font-family: Open Sans;
}

.entry-excerpt {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 300;
}

.entry-title {
    font-size: 42px;
    font-weight: 400;
    padding: 20px 0;
}

#ft_menu>li>a {
    display: none;
}

ul#ft_menu li a {
    text-decoration: none;
}

ul#ft_menu li {
    list-style-type: none;
}

.wrap-discount {
    padding: 20px 30px;
    position: relative;
}

.cont-discount {
    display: flex;
    align-items: center;
}

.cnt-detail-discount {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-close-discount {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
}

.btn-close-discount i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#wpcf7-f1155-o1 {
    height: 45px;
}

.tit-discount {
    font-size: 32px;
    margin: 0 10px 0 0;
}

.submit-discount input.wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    padding: 10px;
}

ul#ft_menu_v2 li {
    list-style-type: none;
}

.logo-ft a {
    display: inline-block;
    margin-bottom: 40px;
}

.container-argolf {
    max-width: 1130px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

.page-template-page-shop-custom section.related.products {
    display: none;
}

.logo-ft img {
    max-width: 100px;
}

.page-template-page-shop-custom .tit-product-shop a {
    color: #000;
}

.group-btn-shop a {
    width: 200px;
    padding: 11px 0;
    font-size: 15px;
    font-family: 'Roboto';
    border-radius: 30px;
}

.group-btn-shop {
    text-align: center;
}

.scroll-product {
    margin-top: 40px;
}

.scroll-product .list-menu-argolf li {
    float: left;
}

.group-btn-shop a:first-child {
    margin-right: 40px;
}

.tab-content,
.scroll-product .list-menu-argolf {
    display: none;
}

.tab-content.current,
.scroll-product .list-menu-argolf.current {
    display: block;
}

.scroll-product ul li a,
.scroll-product li:first-child a {
    color: #000;
}

.tit-cate-page {
    font-size: 30px;
}

.group-btn-shop a {
    background: #E6E6E6;
    color: #000 !important;
}

.group-btn-shop a.current {
    background: var(--red);
    color: #fff !important;
}

.header-tab-page {
    margin-bottom: 60px;
}

.sub-tit-cate {
    color: var(--red);
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.group-btn-shop a.current:before {
    background-color: #f7b7b4 !important;
}

.wrap-scroll-product {
    padding: 0 0 40px 0;
    margin-bottom: 50px;
}

/*.slider-home{
    position: relative;
}
.slider-home:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 3;
}*/
.single-product .coming-soon .change_option,
.single-product .coming-soon .quantity,
.single-product .coming-soon .single_add_to_cart_button {
    display: none;
}

.site-content .group-btn-shop a:hover {
    color: #fff !important;
}

.group-btn-shop a:before {
    background-color: #b7b5b5;
}

#ft_menu_v2 {
    margin: 0;
}

.wrap-menu-ft-bottom {
    margin-top: 60px;
}

ul#ft_menu_v2 li a {
    color: var(--color-red);
    font-size: 27px;
    font-weight: bold;
    padding: 10px 0;
    font-family: 'Roboto';
    text-decoration: none;
}

ul#ft_menu_v2 li:nth-child(2) a,
ul#ft_menu_v2 li:nth-child(3) a,
ul#ft_menu_v2 li:nth-child(5) a {
    color: #fff;
}

ul#ft_menu_v2 li:nth-child(4) a {
    color: var(--color-bluebold);
}

ul#ft_menu_v2 li a:hover {
    color: #fff;
}

ul#ft_menu_v2 li:nth-child(2) a:hover,
ul#ft_menu_v2 li:nth-child(3) a:hover,
ul#ft_menu_v2 li:nth-child(5) a:hover {
    color: var(--color-red);
}

.slide-caption .entry-title {
    font-size: 45px;
}

.img-absoblute {
    position: absolute;
    bottom: 15px;
}

.main-navigation ul ul li a {
    width: 210px;
}

.item-review {
    margin: 16px 40px;
    padding: 0 0 0 15px;
    border-left: 3px solid rgba(0, 0, 0, .05);
}

.txt-gray {
    color: #777777;
}

.item-terms .textwidget {
    color: #777777;
}

.cnt-show p {
    margin: 0;
}

#ft_menu>li:first-child {
    margin-right: 40px;
}

#footer-sidebar2 {
    text-align: center;
    padding: 0;
}

.cnt-show:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

#ft_menu {
    justify-content: space-evenly;
}

.cnt-show {
    padding: 35px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ddd;
    margin-top: 35px;
}

.item-terms.item-has-tit-child .widget-title {
    border-bottom: 1px solid #dddd;
}

.list-item li {
    list-style-type: disc;
    margin: 0 0 5px 50px;
}

.btn-contact {
    display: block;
    margin-top: 10px;
}

.wrap-btn-dealer a {
    width: 370px;
}

.wrap-btn-dealer .btn-outline-white.btn-animation {
    display: flex;
    justify-content: space-between;
}

.btn-cate {
    padding: 4px 20px;
    border: 1px solid #CCCCCC;
    display: inline-block;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.btn-cate:hover {
    border-color: #E42B43;
}

.btn-cate:not(:last-child) {
    margin-right: 20px;
}

.scroll-cate,
.wrap-btn-scroll {
    text-align: center;
}

#region {
    margin-top: 35px;
}

.wrap-btn-scroll {
    margin-top: 20px;
}

.btn-scroll-contact {
    background: #E42B43;
    padding: 15px;
    display: inline-block;
    color: #fff !important;
    border: 1px solid #E42B43;
}

.btn-scroll-contact:hover {
    background: transparent;
    color: #E42B43 !important;
}

.mg-head {
    margin: 50px 0;
}

.tit-instagram {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color-red);
}

.item-terms {
    padding-bottom: 20px;
}

.tit-item {
    font-size: 25px;
    margin: 30px 0 15px 0;
    color: #000;
}

#footer-sidebar2 .widget-title {
    text-align: left;
}

#footer-sidebar2 #text-5.widget {
    margin: 0 0 2em !important;
    padding: 0;
}

.clear {
    zoom: 1;
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.wrap-menu-ft {
    padding: 80px 0;
}

.img-payment {
    float: left;
    border: 0;
    padding: 0;
    max-height: 1.618em;
    width: 40px;
    height: 25px;
    margin-right: 10px;
}

.wrap-icon-payment {
    text-align: left;
}

.item-terms .widget-title {
    border-bottom: none;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    padding: 0 0 18px 0;
}

.tit-icon-payment {
    font-size: 14px;
}

.img-slide {
    max-height: 640px;
    width: 100%;
    object-fit: cover;
}

.box-slide {
    background-size: cover !important;
    height: 400px;
    background-position: center !important;
}

.banner-page {
    height: 400px;
}

.site-main.paralax {
    margin-top: 70px;
}

.parallax.banner-page:after {
    display: none;
}

#page.scroll {
    padding-top: 76px;
}

.parallax-mirror {
    z-index: inherit !important;
}

.wrap-slider .box-slide {
    height: 640px;
}

span.ppom-option-label-price {
    display: none;
}

/* .detail-product:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 2px;
    background-color: #333333;
    top: 0;
    left: 0;
} */
.ppom-input-txt_dexterity label,
.ppom-input-txt_shaft label {
    font-weight: bold;
}

.page-shop .woocommerce-tabs .panel {
    width: 100%;
    float: inherit;
    margin-right: 0;
    margin-top: 0;
}

.page-shop .woocommerce-tabs ul.tabs li {
    display: inline-block;
    border-bottom: none;
    margin-right: 2em;
}

#region .item-region:not(:last-child) {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 2px solid #f2f2f2;
}

#region .item-region .cnt-bloc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

#region .map-dealer:before {
    display: none;
}

#region .map-dealer.full-map>div {
    width: 100%;
}

#region .item-region .cnt-bloc p {
    margin: 0;
}

#region .map-dealer {
    margin-top: 20px;
    height: 300px;
    overflow: hidden;
}

#contact-region {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 2px solid #f2f2f2;
}

.page-shop .woocommerce-tabs ul.tabs li.active a {
    color: #777777 !important;
}

.table-specifi-product.tbl-more-info th {
    width: 15%;
    border: none !important;
    background-color: #f8f8f8 !important;
}

.table-specifi-product.tbl-more-info tr:nth-child(odd) td {
    background-color: #fdfdfd !important;
}

.table-specifi-product.tbl-more-info tr:nth-child(eveb) td {
    background-color: #fbfbfb !important;
}

.table-specifi-product.tbl-more-info tr td {
    border: none !important;
}

.page-shop .woocommerce-tabs ul.tabs li a {
    color: #000 !important;
}

.page-shop .woocommerce-tabs ul.tabs li.active::after {
    display: none;
}

.page-shop .woocommerce-tabs ul.tabs {
    width: 100%;
    float: inherit;
    list-style: none;
    margin-left: 0;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur [data-attribute_name='attribute_pa_putter_head_color'] .variable-item:not(.radio-variable-item).disabled:before,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur [data-attribute_name='attribute_pa_putter_head_color'] .variable-item:not(.radio-variable-item).disabled:after,
.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur [data-attribute_name='attribute_pa_putter_head_color'] .variable-item:not(.radio-variable-item).disabled,
[data-attribute_name='attribute_pa_putter_head_color'] li.variable-item.disabled {
    display: none !important;
}

/* .woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur [data-attribute_name='attribute_pa_putter_head_color'] .variable-item:not(.radio-variable-item).disabled{
    cursor: pointer !important;
    box-shadow: inherit !important;
    pointer-events: inherit !important;
} */
/*  .woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-attribute-behavior-blur [data-attribute_name='attribute_pa_putter_head_color'] .variable-item:not(.radio-variable-item).disabled span{
    opacity: 1;
 } */
.detail-product {
    position: relative;
    padding-top: 20px;
    color: #777777;
    border-top: 1px solid #c8c8c8;
}

.detail-product .tit-detail-product {
    font-size: 40px !important;
    color: #000;
    padding: 15px 0 35px;
    margin-bottom: 0px;
}

.page-template-page-shop-custom .detail-product {
    display: none;
}

.detail-product a {
    color: #333333;
}

button.single_add_to_cart_button {
    background-color: #42ac52 !important;
    text-transform: uppercase;
    padding: 10px 50px;
}

.tit-header-page {
    margin: 0 0 20px 0;
    text-align: center;
}

.content-area.page-shop {
    width: 100%;
    margin-right: 0 !important;
}

/*.single .site-header-cart,.category .site-header-cart{
    display: none;
}*/
/*.single .primary-navigation,.category .primary-navigation{
    padding-right: 110px;
}*/
.single .widget-area {
    margin-top: 70px;
}

.cnt-scroll .widget-title {
    font-size: 32px;
    color: #333333;
    padding-bottom: 0;
    margin-bottom: 15px;
    border-bottom: none;
    font-weight: 400;
}

.woocommerce-breadcrumb a,
a.woocommerce-review-link,
.product_meta a,
.woocommerce-breadcrumb {
    color: #7c7c7c;
    text-decoration: none !important;
}

.woocommerce-breadcrumb {
    margin: 20px 0;
    text-transform: uppercase;
    padding: 8px 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.woocommerce-breadcrumb .breadcrumb-separator {
    text-indent: -9999px;
    position: relative;
    display: inline-block;
    padding: 0 6.8535260698em;
}

.slide-caption {
    position: absolute;
    z-index: 3;
    top: 60%;
    transform: translateY(-50%);
    left: 15%;
    font-size: 80px;
    color: #fff;
    font-family: 'Roboto';
    line-height: 1.4;
}

.wrap-cnt-news {
    border: 1px solid #e6e6e6;
    height: 100%;
}

.cnt-bottom-news {
    padding: 10px;
}

.btn-slide {
    position: absolute;
    bottom: 150px;
    right: 50px;
}

#menu-scroll .list-menu-argolf li:not(:last-child):after {
    top: 5px;
}

.content-area.page-full-width {
    width: 100%;
}

.storefront-breadcrumb {
    margin: 0 !important;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.slider-home ul.slick-dots {
    margin: 16px;
    display: inline-block;
    zoom: 1;
    bottom: 50%;
    transform: rotate(90deg);
    right: -49%;
}

.slick-dots li.slick-active button:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    left: -4px;
    top: 33px;
    transform: rotate(90deg);
    background: #fff;
}

.wrap-menu-ft .widget-title {
    font-size: 21px;
    margin-bottom: 0;
    border-bottom: none;
    font-weight: 400;
}

.tit-ft-menu {
    text-align: left;
    display: block;
    padding-bottom: 20px;
    font-weight: 400;
    font-size: 21px;
    color: #000;
}

.cnt-form-newsletter {
    margin-top: 15px;
}

.cnt-form-newsletter label {
    font-weight: 400;
}

.item-captcha {
    padding-bottom: 30px;
}

.cnt-form-newsletter input.wpcf7-submit {
    padding: 6px 22px;
    font-size: 16px;
}

.group-icon-social a {
    margin-right: 10px;
}

.group-icon-social {
    justify-content: flex-start;
}

.slider-home .slick-dots li button {
    width: 16px;
    height: 16px;
    display: block;
    background: #333;
    box-shadow: 0 0 3px rgba(0, 0, 0, .25);
    border: 2px solid rgba(255, 255, 255, .7);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 50%;
}

.slider-home .slick-dots li.slick-active button {
    background-color: rgba(0, 0, 0, .18) !important;
}

.btn-show {
    text-align: left;
    padding: 15px 35px;
    margin: 15px auto 0;
    background: #f5f5f5;
    color: #222;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    border-radius: 20px;
    box-sizing: border-box;
    border: none;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
}

input[name="email_newsletter"] {
    background-color: #f2f2f2;
    width: 100%;
    font-size: 14px;
}

#footer-sidebar3 {
    padding-right: 45px;
}

.text-area-form {
    max-height: 160px;
}

strong {
    color: #777777;
    font-weight: 600;
}

.txt-uppercase {
    text-transform: uppercase;
}

.wrap-cnt-textarea {
    padding-bottom: 40px;
}

.item-field label,
.item-form>label,
.group-social {
    font-weight: 500;
    color: #777777;
}

.group-social i {
    margin: 0 2px;
    color: #777777;
}

.entry-header h1 {
    color: #333;
    font-weight: 400;
}

.form-contact .item-field label,
.form-contact .wpcf7-text,
select[name="input_1"] {
    width: 80%;
}

select {
    font-weight: normal;
}

select[name="profession"],
.item-form input[name="phone"],
.item-form input[name="email_schedule"] {
    width: 100%;
}

.wpcf7-form-control.wpcf7-submit {
    background-color: #000;
    color: #fff;
    padding: 5px;
}

.sub-lbl-form {
    color: red;
    font-size: 16px;
    font-weight: bold;
}

.item-form {
    padding-bottom: 10px;
}

.sub-tit-form {
    color: #777777;
    font-size: 14px;
}

.btn-learn {
    position: relative;
    display: inline-block;
    padding: 8px 15px;
    margin: 15px auto 0;
    background-color: #fff;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border-radius: 40px;
    box-sizing: border-box;
    border: none;
    border: 1px solid #fff;
}

.btn-learn:hover {
    background-color: #333;
    color: #fff !important;
    transition: all .2s ease-out
}

.wrap-home-block #pgc-8-1-0,
.wrap-home-block #pgc-8-2-1,
.wrap-home-block #pgc-8-3-0 {
    width: 35%;
}

.wrap-home-block {
    background-color: #222;
    color: #fff;
    align-items: center !important;
}

.tit-block-home {
    font-size: 32px;
    color: #fff;
    padding-bottom: 10px;
}

.home-blocks {
    padding: 0 50px;
    text-align: center;
}

.nav-items-right #site-navigation .primary-navigation ul:not(.sub-menu) li:hover ul {
    display: block;
}

.nav-items-right #site-navigation .primary-navigation ul:not(.sub-menu) li ul {
    display: none;
}

#site-navigation.main-navigation .site-header-cart .widget_shopping_cart,
#site-navigation.main-navigation ul.menu ul {
    background-color: #000000;
}

#site-navigation .primary-navigation .menu>li>ul {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: height 500ms, -webkit-transform 0.5s;
    transition: height 500ms, transform 0.5s;
}

.menu-primary-menu-container ul {
    margin: 0;
}

.menu-primary-menu-container ul li {
    list-style: none;
}

.entry-title a {
    color: #333333;
}

.logo {
    max-width: 200px;
}

.tit-tag {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 22px;
}

ul.products::before,
ul.products::after {
    content: none !important;
}

.change_option {
    margin-top: 15px;
}

.delivery_html {
    padding-top: 12px;
    text-align: center;
    font-weight: bold;
    width: 100%;
}

.box-icon-cart img {
    max-width: 35px;
    margin-left: 25px;
}

/*page review*/
.container-review {
    max-width: 1010px;
    padding: 0 15px;
    margin: auto;
}

body .page-review {
    background: #fff !important;
}

.total-rating {
    text-align: center;
}

.wrap-review {
    display: flex;
    flex-wrap: wrap;
    /*column-count: 4;
    column-gap: 0;*/
}

.box-review {
    padding: 0 2px;
    width: 25%;
    /*box-shadow: 0px -7px 12px 2px #cccccc0d;*/
    margin-bottom: 10px;
    /*background-color: #eee;*/
    margin: 0 0 4px;
    /*display: inline-block;
   width: 100%;*/
}

.item-review-g {
    padding: 20px 15px 20px 15px;
    height: 100%;
    border: 2px solid #f2f2f2;
    border-radius: 10px;
}

.avt-review img {
    margin: auto;
    max-width: 70px;
    border: 3px solid #ccc;
    border-radius: 50%;
}

.info-review {
    text-align: center;
}

.rating-review {
    margin: 10px 0;
}

.rating-review .fa-star {
    font-size: 15px;
}

.active-rating {
    color: #e9e917;
}

.user-review {
    font-weight: bold;
    font-size: 18px;
    display: block;
    color: #333333;
}

.text-review {
    font-size: 14px;
    color: #333333;
    text-align: left;
}

/*.img-left-catalog img{
    max-width: 250px;
}*/
#bigtilt {
    padding: 50px 0;
}

.intro-bigtilt img {
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 25px;
}

.box-iframe {
    margin: 25px 0;
}

.box-program:last-child {
    margin-bottom: 0;
}

.btn-outline-white.btn-black {
    background: #fff;
}

.icon-arrow-right-sm {
    position: relative;
    padding-right: 60px;
}

.icon-arrow-right-sm:after {
    content: '';
    position: absolute;
    background: url(img/icon-arrow-right-sm.png) center no-repeat;
    width: 40px;
    height: 9px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-size: 40px;
}

.btn-black:hover .icon-arrow-right-sm:after {
    filter: invert(99%) sepia(26%) saturate(0%) hue-rotate(249deg) brightness(111%) contrast(100%);
}

.cnt-bigtilt {
    margin-bottom: 40px;
}

table.tbl-grey td,
table.tbl-grey th,
table.tbl-grey td,
table.tbl-grey tr {
    background: none !important;
}

.page-full-width.content-area {
    margin-bottom: 0 !important;
}

table.tbl-grey tr {
    border-bottom: 1px solid #4D4D4D;
}

table.tbl-grey {
    margin: 0;
}

table.tbl-grey tr:first-child {
    border-top: 1px solid #4D4D4D;
}

table.tbl-grey th {
    font-weight: bold;
    width: 140px;
}

ol.list-number {
    counter-reset: item+1;
}

ol.list-number li::before {
    display: inline-block;
    content: counter(item) ".";
    counter-increment: item;
}

ul.list-corporate {
    margin: 0;
}

.page-2695.content-concept {
    padding-bottom: 50px;
}

.bg_f2 {
    background: #f2f2f2;
    color: #000;
}

.site-content .bg_f2 a,
.bg_f2 .box-cate-time {
    color: #000;
}

.right_txt {
    text-align: right;
}

.new_sidebar {
    width: 300px;
}

.content_posts_loop {
    width: calc(100% - 360px);
}

.post_block .box-cate-time {
    border-top: 1px solid #000;
    padding: 5px 0 0 0;
    margin: 20px 0 0 0;
}

.content_posts_loop>.hentry,
.new_sidebar .widget {
    background: #fff;
    padding: 25px 30px;
}

.widget ul li:last-child {
    margin: 0 !important;
}

.putter-nav-2 .link-block-19 {
    position: relative;
    padding: 0 10px;
}

.putter-nav-2 .link-block-19:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px dashed #707070;
    width: 1px;
    height: 24px;
}

.putter-nav-2 .link-block-19:first-child::before {
    display: none;
}

.section-11 .div-block-114 {
    padding-bottom: 0px;
}

.section-13 {
    padding-top: 60px;
}

#menu-slider-2 {
    border: none;
}

.putter-nav-2 {
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    margin: 0 auto;
    padding: 0 20px;
    list-style-type: none;
    display: inline-flex !important;
    flex-wrap: nowrap;
    justify-content: center;
    vertical-align: bottom;
    width: 100%;
}
.putter-nav-2 .menu-slider{
    margin: 0 auto;
    padding: 10px 0;
    list-style-type: none;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    vertical-align: bottom;
}

.putter-nav-2 .menu-slider .w-inline-block {
    min-width: 120px;
}

.putter-nav-2 .menu-slider button.slick-arrow {
    background: #000;
    width: 30px;
    height: 100%;
    position: absolute;
    display: grid;
    place-content: center;
    border: 1px solid hsla(0, 0%, 43.9%, 0.41);
    z-index: 99;
}

button.slick-prev.slick-arrow {
    left: 0px;
}

button.slick-next.slick-arrow {
    right: 0px;
}

button.slick-next.slick-arrow img {
    transform: rotate(180deg);
}

.putter-nav-2 .menu-slider button.slick-arrow:before {
    display: none;
}

.putter-nav-2 .menu-slider .item-slider {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

/* .putter-nav-2 .menu-slider .w-inline-block,
.putter-nav-2 .menu-slider .putter-menu-block {
    width: 100%;
} */

@media only screen and (max-width: 1400px) {
    .text-vertical {
        left: -50px;
    }
}

@media only screen and (max-width: 1250px) {
    .storefront-primary-navigation .col-full {
        padding: 0 15px;
    }

    .logo {
        max-width: 160px;
    }

    .main-navigation ul.menu>li>a,
    .main-navigation ul.nav-menu>li>a {
        padding: 5px 10px;
    }

    .slide-caption {
        left: 20px;
        font-size: 65px;
    }

    .group-btn-header {
        padding: 12px;
    }

    .group-btn-header ul li a {
        font-size: 15px;
        padding: 0 10px;
    }

    .banner-page,
    .box-slide {
        height: 580px;
    }

    .text-vertical {
        left: -30px;
    }

    .wrap-hero {
        height: 490px;
    }
    .page-template-woocommerce #sec-slider{
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 1100px) {
    .wrap-btn-bottom {
        position: relative;
        margin-top: 20px;
    }

    #wrap-menu-bottom li a {
        padding: 0 15px;
    }

    #wrap-menu-bottom #menu-menu-primary-v2 li:last-child {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .logo img {
        max-width: 200px;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    .logo {
        max-width: 100%;
    }

    .site-header-cart .cart-contents .count {
        display: none;
    }

    .storefront-primary-navigation .col-full {
        display: block;
        padding: 15px;
    }

    .site-header-cart .cart-contents {
        max-width: 30px !important;
        float: right !important;
        padding: 5px 0 0 0px !important;
    }

    #site-navigation {
        text-align: left;
        margin-right: 0;
        width: calc(100% - 20px);
        padding-left: 5px;
    }

    #site-header-cart {
        max-width: 20px !important;
    }

    #ft_menu>li:first-child {
        margin-right: 3em;
    }

    .main-navigation ul.menu>li>a,
    .main-navigation ul.nav-menu>li>a {
        font-size: 14px;
    }

    .storefront-primary-navigation .col-full {
        margin: 0;
    }

    .slide-caption .entry-title {
        font-size: 32px;
    }

    .entry-excerpt {
        font-size: 26px;
    }

    .text-vertical {
        writing-mode: inherit;
        position: relative;
        left: 0;
        padding: 0 0 20px 0;
    }

    .desc-tit {
        font-size: 12px;
    }

    #sec-shop .wrap-cnt-right {
        padding-top: 0;
    }

    #sec-news .tit-item-news {
        font-size: 12px;
    }

    #sec-shop .box-tit.mobile {
        margin-top: 20px;
    }



}

@media only screen and (max-width: 991px) {
    #wrap-menu-bottom li a {
        padding: 0 5px;
        font-size: 14px;
    }

    #wrap-menu-bottom #menu-menu-primary-v2 li:last-child {
        padding-left: 5px;
    }

    .tit-hero {
        right: 10%;
    }
    .sec-list-product .prod_ctg_box.active{
        grid-template-columns: repeat(4, 1fr);
    }

}
@media only screen and (max-width: 989px) {
    .sec-list-product .prod_ctg_box.active{
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

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

    .main-navigation ul.menu>li>a,
    .main-navigation ul.nav-menu>li>a {
        padding: 5px 9px;
    }

    .banner-page,
    .box-slide {
        height: 500px;
    }

    .slide-caption {
        font-size: 50px;
    }

}

/*media 767*/
@media only screen and (max-width: 767px) {
    .slider-top .item img{
        aspect-ratio: 3 / 4;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    #sec-primary-product .grid-1{
        grid-template-columns: repeat(1, 1fr) !important;
    }
    section.has-pb {
        padding-bottom: 25px;
    }
    .head-maintenance h1 {
        font-size: 25px;
    }

    #sec-news-events .desc-sec {
        margin: 40px 0;
    }

    .putter-nav-2 .menu-slider button.slick-arrow {
        width: 20px;
    }

    .putter-nav-2 #menu-slider-2 button.slick-arrow {
        height: 110px;
    }

    #sec-news-events .l-events {
        grid-template-columns: 1fr;
    }

    .single .entry-footer {
        margin: 10px 0 50px;
    }

    .single .entry {
        margin-top: 50px;
    }

    .primary-button {
        width: 300px;
    }

    table.tbl-grey td,
    table.tbl-grey th {
        display: block;
        width: 100%;
    }

    #region .map-dealer {
        height: 100%;
        overflow: auto;
    }

    #region .item-region .right img {
        max-width: 60px;
    }

    #sec-news .wrap-cnt-sec {
        margin: 0 10px;
    }

    .l_team {
        margin: 0 -15px;
    }

    .l-item a {
        width: 100%;
        margin: 0 30px;
    }

    .tit-hero {
        top: 50%;
        font-size: 45px;
        z-index: 3;
        right: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        right: inherit;
        margin: 0;
    }

    .item-team img {
        width: 100%;
    }

    .tit-hero .tit-hero--jp {
        font-size: 16px;
    }

    .wrap-hero::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.3);
        z-index: 2;
    }

    .tit-cate {
        margin: 30px 0;
    }

    .tit-hero .txt-sm {
        font-size: 27px;
    }

    .wrap-hero {
        background-size: cover !important;
        height: 350px;
    }

    .wrap-cnt-news {
        margin: 0 5px;
    }

    .single-product .rtwpvg-images {
        width: 100%;
    }

    .single-product .rtwpvg-wrapper .rtwpvg-thumbnail-image {
        border: 1px solid #d2d2d2;
        width: 90px;
    }

    .single-product .rtwpvg-thumbnail-wrapper {
        overflow: scroll;
        height: 120px;
        width: 100%;
    }

    .single-product .rtwpvg-wrapper .rtwpvg-thumbnail-slider {
        display: inline-flex;
    }

    .single-product div.product {
        padding-top: 15px;
    }

    .single-product .detail-product>p,
    .single-product table.table-specifi-product,
    .single-product .intro-player {
        font-size: 15px;
    }

    .single-product .cnt-player img {
        width: 100%;
    }

    .single-product .tit-specificity-product {
        font-size: 24px;
    }

    .scroll-cate {
        overflow: scroll;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        height: 50px;
    }

    .wrap-btn-dealer a {
        width: 100%;
    }

    .wrap-btn-dealer .icon-arrow-white-v2 {
        padding-right: 50px;
    }

    .wrap-btn-dealer .icon-arrow-white-v2:after {
        width: 50px;
        background-size: 50px;
    }

    .btn-scroll-contact {
        padding: 5px;
    }

    .page-id-2360 .wrap-scroll-product,
    .page-id-2562 .wrap-scroll-product {
        margin-bottom: 0;
    }

    .page-id-2360 .storefront-sorting,
    .page-id-2562 .storefront-sorting {
        display: none;
    }

    .site-main.paralax {
        margin-top: 35px;
    }

    .page-id-2360 ul.products.columns-4 li.product,
    .page-id-2562 ul.products.columns-4 li.product {
        width: calc(50% - 13px) !important;
    }

    .page-id-2360 .pd-sec-cate,
    .page-id-2562 .pd-sec-cate {
        padding-top: 0;
    }

    .related.products ul.products.columns-4 li.product {
        width: calc(50% - 5px);
        margin-right: 0;
    }

    #sec-putting-lab .desc-tit {
        font-size: 12px;
        margin-top: 20px;
    }

    .box-item-news {
        margin-bottom: 10px;
    }

    .intro-bigtilt img {
        max-width: 200px;
    }

    #sec-news .wrap-cnt-sec .row>div {
        padding: 0;
    }

    .wrap-tit-putting .tit-sec {
        font-size: 30px;
    }

    .header-top img {
        max-width: 110px;
    }

    #sec-concept .desc-tit {
        margin-top: 20px;
    }

    .list-post-instagram {
        margin: 0 -10px;
    }

    #sec-dealer .desc-tit,
    #sec-catalog .desc-tit {
        font-size: 15px;
        font-weight: bold !important;
    }

    .banner-page .wrap-intro-banner {
        left: 15px !important;
    }

    #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
        width: 33.33% !important;
    }

    .page-id-2695 .site-main.paralax {
        margin: 0;
    }

    table.tbl-grey td,
    table.tbl-grey th {
        display: block;
        width: 100%;
        padding: 8px 0;
        font-size: 15px;
    }

    ul#ft_menu_v2 {
        flex-direction: column;
    }

    ul#ft_menu_v2 .sub-menu {
        display: block;
        position: relative;
        margin-bottom: 10px;
    }

    .page-shop .site-main ul.products.columns-4 li.product,
    ul.products.columns-4 li.product {
        padding: 0 0 20px 0 !important;
    }

    .logo-ft {
        margin-top: 40px;
    }

    .copyright-ft.text-center {
        display: none;
    }

    .group-right-menu {
        align-items: start;
    }

    /*    .header-bottom {
        display: block;
    }*/
    #right-menu.active span:nth-child(3) {
        transform: rotate(135deg) translate(-6px, 5px);
        -ms-transform: rotate(135deg) translate(-6px, 5px);
        -webkit-transform: rotate(135deg) translate(-6px, 5px);
    }

    .pos-intro {
        padding-top: 15px;
    }

    .wrap-menu-ft {
        padding: 40px 0;
    }

    .box-new-post.box-bottom-intro {
        margin-top: 0;
    }

    .btn-intro-news {
        position: relative;
        right: 0;
        bottom: inherit;
    }

    .logo-intro {
        margin-bottom: 30px;
    }

    .group-btn-header {
        width: 90%;
        padding: 9px 12px;
    }

    .group-btn-header ul li a {
        font-size: 12px;
    }

    .group-btn-header .list-menu-argolf li:not(:last-child):after {
        right: -7px;
        top: 5px;
    }

    .header-top {
        padding: 15px;
        height: 70px;
        align-items: center;
    }

    .banner-page,
    .box-slide {
        background-size: cover !important;
        height: 450px;
        background-position: top center !important;
    }

    .slide-caption {
        left: 15px;
        font-size: 38px;
    }

    .btn-slide {
        position: absolute;
        bottom: 15px;
        right: 15px;
    }

    .btn-slide .btn-animation {
        padding: 12px 10px;
        font-size: 13px;
    }

    .list-menu-argolf li a {
        padding: 0 10px;
        font-size: 15px;
        font-weight: bold;
    }

    .wrap-menu-sp a {
        font-weight: bold;
        font-size: 15px;
        padding: 0 5px;
        position: relative;
    }

    .wrap-menu-sp a:not(:last-child):after {
        content: '';
        position: absolute;
        right: -2px;
        width: 1px;
        height: 18px;
        background: var(--gray);
        top: 0;
    }

    .list-menu-argolf {
        flex-wrap: wrap;
        justify-content: center;
    }

    .list-menu-argolf li:nth-child(3):after {
        display: none;
    }

    .list-menu-argolf li {
        padding: 0 5px;
    }

    .wrap-btn-bottom {
        position: relative;
        bottom: inherit;
        right: inherit;
        margin-top: 20px;
    }

    .pd-sec {
        padding: 30px 0;
    }

    #sec-fitting {
        padding-bottom: 0;
    }

    .wrap-cnt-right {
        padding-bottom: 0;
        padding-left: 0;
        padding-top: 20px;
    }

    .line-middle {
        padding: 35px 0;
    }

    #wrap-menu-bottom {
        padding: 15px 0;
    }

    .btn-animation.btn-program {
        display: block;
        text-align: center;
    }

    .wrap-nav-booking button.menu-toggle {
        top: 30px;
    }

    .box-putting-lab {
        width: 90%;
        padding: 25px 12px 10px;
    }

    .img-left-fitter,
    .img-right-overview {
        max-width: 100%;
    }

    .cnt-right-fitter {
        margin-top: 15px;
    }

    .head-box-faq {
        padding: 10px;
    }

    .tit-child-box {
        font-size: 14px;
        padding-left: 10px;
        max-width: 90%;
    }

    .icon-arrow-down .tit-child-box {
        max-width: 50%;
    }

    .tbl-qa th:before {
        top: 20px;
    }

    .icon-arrow-down:before {
        right: 20px;
    }

    .cnt-box-faq {
        padding: 0 15px;
    }

    table.tbl-qa th,
    table.tbl-qa td,
    .note-qa,
    .cnt-box-faq {
        font-size: 13px;
    }

    .pd-section {
        padding: 20px 0 50px 0;
    }

    .icon-arrow-down.active:before {
        top: 25px;
        right: 20px;
    }

    .bg-intro-putting {
        height: 600px;
        background-size: auto 100% !important;
    }

    .wrap-cnt-booking .panel-first-child {
        padding: 0;
    }

    .wrap-cnt-child-overview>div,
    .wrap-cnt-child-fitter>div,
    .wrap-sam-put-lab>div {
        width: 100%;
    }

    .wrap-slide-item.box-shadow {
        box-shadow: 0 4px 4px 0 rgb(0 0 0 / 20%), 0 0px 10px 0 rgb(0 0 0 / 19%);
    }

    .tit-slider-sam {
        padding: 25px 10px;
        font-size: 13px;
    }

    .wrap-slide-item {
        margin: 10px;
    }

    .tit-sec {
        font-size: 25px;
    }

    .cnt-box-putting p:first-child {
        font-size: 14px;
    }

    .slider-sam .slick-prev:before,
    .slider-sam .slick-next:before {
        width: 10px;
        height: 10px;
    }

    .slider-sam .slick-next:before {
        right: inherit;
        left: 0;
    }

    .wrap-cnt-child-fitter,
    .wrap-sam-put-lab,
    .tit-child-slider {
        flex-direction: column;
    }

    .wrap-cnt-child-overview {
        flex-direction: column-reverse;
    }

    .img-right-overview {
        margin: 0 auto;
        padding-bottom: 20px;
        max-width: 80%;
    }

    .header-booking .logo {
        top: 25px;
        left: 15px;
    }

    .mg-head {
        margin: 25px 0;
    }

    .wrap-nav-booking {
        display: inherit;
    }

    body.single-product .product .summary {
        width: 100% !important;
    }

    .button.product_type_simple.add_to_cart_button,
    .button.product_type_variable.add_to_cart_button {
        padding: 8px 12px;
        font-size: 15px;
    }

    .price {
        font-size: 17px;
        margin: 12px 0;
    }

    .tit-product-shop a {
        font-size: 18px;
    }

    .page-shop .site-main ul.products.columns-4 li.product,
    ul.products.columns-4 li.product {
        /*width: calc(50% - 5px);*/
        width: 100%;
        margin-bottom: 5px;
        margin-right: 5px !important;
    }

    .group-btn-shop a {
        width: 120px;
        padding: 8px 0;
    }

    .group-btn-shop a:first-child {
        margin-right: 15px;
    }

    .logo img {
        max-width: 200px;
        padding-bottom: 0;
    }

    #footer-sidebar2 {
        padding-left: 50px;
    }

    #footer-sidebar2 .widget-title {
        margin-left: 0;
        text-align: left;
    }

    .group-icon-social {
        justify-content: flex-start;
    }

    .main-navigation ul.menu>li>a,
    .main-navigation ul.nav-menu>li>a {
        font-size: 16px;
    }

    .storefront-primary-navigation .col-full {
        padding: 0;
    }

    .main-navigation ul li {
        text-align: left;
    }

    #wrap-menu-bottom #menu-menu-primary-v2 li:not(:last-child):after {
        display: none;
    }

    .form-contact .item-field label,
    .form-contact .wpcf7-text,
    select[name="input_1"] {
        width: 100%;
    }

    .sub-tit-intro {
        font-size: 18px;
    }

    .header-cate img {
        height: 270px;
    }

    .tit-intro,
    .single-page .entry-title {
        font-size: 32px;
    }

    #footer-sidebar1 img {
        margin: 0 auto;
    }

    .site-main nav.navigation .nav-previous,
    .site-main nav.navigation .nav-next {
        width: 48%;
    }

    .site-main nav.navigation {
        padding: 20px 0 !important;
    }

    .single-post .nav-next a,
    .single-post .nav-previous a {
        padding: 8px 10px;
        font-size: 12px;
    }

    .intro-header-cate {
        left: 15px;
    }

    .entry-title {
        font-size: 30px;
    }

    .img-contact {
        width: 100%;
    }

    .desciption-tag-post.flex {
        flex-direction: column;
    }

    .home-blocks {
        padding: 32px;
    }

    input.wpcf7-form-control.wpcf7-submit {
        width: 100%;
    }

    .wrap-loop-page article {
        width: 100%;
    }

    .widget-area {
        margin: 30px 0;
    }

    .widget {
        margin: 0 !important;
        padding: 10px 0px 30px 0;
    }

    #footer-sidebar2 {
        margin: 20px 0;
    }

    .wrap-home-block .panel-grid-cell {
        margin-bottom: 0 !important;
    }

    .wrap-tit-putting {
        margin-top: 20px;
    }

    .home-subtitle h2 {
        font-size: 24px;
    }

    .mobile {
        display: block;
    }

    .pc {
        display: none;
    }

    #site-navigation {
        width: 100%;
    }

    #masthead {
        padding-bottom: 0;
        border-bottom: none;
    }

    .header-top.flex a {
        display: block;
    }

    .handheld-navigation ul.menu li:first-child {
        padding-top: 15px;
    }

    .handheld-navigation ul.menu li:last-child {
        padding-bottom: 15px;
    }

    .cnt-right-trainer {
        margin-bottom: 30px;
    }

    .tit-sp-putting {
        padding-bottom: 8px;
        border-bottom: 1px solid var(--red);
        margin-bottom: 10px;
    }

    .note-sp-putting {
        font-size: 10px;
    }

    .wrap-cnt-right-trainer {
        margin-top: 15px;
    }

    .number-outline.mobile.roboto {
        position: absolute;
        top: -41px;
        right: 0;
        line-height: .8;
    }

    .wrap-menu-ft-bottom {
        margin-top: 0;
    }

    .wrap-cnt-left-program {
        position: relative;
    }

    .btn-intro-tit {
        margin-top: 70px;
        margin-bottom: 15px;
        padding: 10px 40px;
        text-align: center;
        background: var(--red);
        border-radius: 15px;
    }

    .logo {
        position: absolute;
        max-width: 190px;
        top: 15px;
    }

    .storefront-primary-navigation .col-full {
        margin: 0 15px;
    }

    .main-navigation ul li a:hover {
        opacity: 1 !important;
    }

    .main-navigation ul li a:hover,
    .main-navigation ul li:hover>a,
    .site-title a:hover,
    .site-header ul.menu li.current-menu-item>a {
        color: #fff !important;
    }

    .handheld-navigation .dropdown-toggle {
        opacity: 0;
    }

    .main-navigation ul.menu>li.menu-item-has-children>a::after,
    .main-navigation ul.menu>li.page_item_has_children>a::after,
    .main-navigation ul.nav-menu>li.menu-item-has-children>a::after,
    .main-navigation ul.nav-menu>li.page_item_has_children>a::after {
        position: absolute;
        right: 27px;
        z-index: -1;
    }

    button.menu-toggle {
        background-color: inherit;
        border: none;
    }

    button.menu-toggle:after,
    button.menu-toggle:before,
    button.menu-toggle span:before {
        background-color: #fff;
    }

    button.menu-toggle span::before {
        top: 40%;
    }

    button.menu-toggle::before {
        top: 25%;
    }

    button.menu-toggle:hover {
        background-color: inherit;
    }

    button.menu-toggle {
        top: 3px;
    }

    button.menu-toggle::before,
    button.menu-toggle::after,
    button.menu-toggle span::before {
        height: 1px;
        width: 20px;
        margin-top: 0;
    }

    button.menu-toggle:focus {
        outline: none;
    }

    .toggled button.menu-toggle::before,
    .toggled button.menu-toggle::after {
        transform: inherit;
    }

    .toggled button.menu-toggle::after {
        top: 80%;
    }

    .toggled button.menu-toggle::before {
        top: 0%;
    }

    button.menu-toggle::after {
        top: 55%;
    }

    .toggled button.menu-toggle span::before {
        opacity: inherit;
    }

    .box-icon-cart img {
        max-width: 25px;
        margin-left: 30px;
        margin-top: 0px;
    }

    .primary-navigation {
        display: block;
    }

    #right-menu span {
        width: 20px;
        height: 1px;
    }

    #right-menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(3px, 3px);
        -ms-transform: rotate(45deg) translate(3px, 3px);
        -webkit-transform: rotate(45deg) translate(3px, 3px);
    }

    #wrap-menu-bottom li a {
        padding: 0 16px;
        font-weight: normal;
    }

    .group-right-menu {
        padding-right: 10px;
    }

    .box-review {
        width: 50%;
    }

    .page-2588.content-concept {
        padding-top: 0;
    }

    #wrap-menu-bottom #menu-menu-primary-v2 li:last-child {
        padding-left: 15px;
    }

    #wrap-menu-bottom li {
        padding-bottom: 25px;
    }

    .item-menu-shop {
        margin-bottom: 25px;
        position: relative;
    }

    .item-menu-shop:before {
        content: "";
        position: absolute;
        width: calc(100% - 32px);
        left: 16px;
        bottom: 0;
        background: #fff;
        height: 1px;
    }

    #wrap-menu-bottom li:first-child {
        padding-bottom: 0;
    }

    .content_posts_loop,
    .new_sidebar {
        width: 100%;
    }
}

@media only screen and (max-width: 375px) {
    .list-menu-argolf li a {
        padding: 0 4px;
    }
}