/* General styles for elements with fade-in effect */
img,
p,
h2,
h3,
h4,
a {
    opacity: 0;
    /* transition: opacity 1s ease-in; */
    transition: opacity 0.5s ease-in;
}

/* Class to trigger fade-in effect */
.fade-in {
    opacity: 1;
    /* transition: opacity 1s ease-in; */
    transition: opacity 0.5s ease-in;
}

/* Specific hover effect for links */
#golf_lp a:hover,
#golf_lp a img:hover {
    opacity: 0.5;
    transition: opacity 0.2s ease-in;
}

/* Reset opacity immediately when not hovered */
#golf_lp a:not(:hover),
#golf_lp a img:not(:hover) {
    opacity: 1;
    transition: opacity 0.2s ease-out;
}




.visible {
    opacity: 1;
}


/* CSSリセット */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ol,
ul {
    list-style: none;
}


#golf_lp {
    font-family: century, "Noto Serif JP", serif;
    color: #333333;
}

#golf_lp h1,
#golf_lp h2,
#golf_lp h3,
#golf_lp h4 {
    color: #000000;
}


#golf_lp img {
    width: 100%;
    height: auto;
}

#golf_lp p {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 160%;
}


.width_base {
    width: 1000px;
    margin: 0 auto;
}

/*header*/

#golf_lp header {
    height: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

#golf_lp header a img:nth-child(1) {
    width: 60px;
}

#golf_lp header a img:nth-child(2) {
    width: 79px;
}

/*mv?*/

.mv {
    position: relative;
    margin-bottom: 80px;
}

.mv h1 {
	position: absolute;
	top: 13.3vw;
	width: 38.972vw;
	left: 6vw;
}

.mv img {
    width: 100%;

}

.mv img {
    width: 100%;
}


.main_title {
    position: relative;
    display: flex;
    align-items: end;
    width: 782px;
    margin: -27px auto 66px;

}

.main_title h2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.05em;
}


.text {
    font-size: 2em;
    color: #1a237e;
    text-align: center;
    /* margin-left: -20px; */
    /* Adjust this value to control the overlap */
}

.main_txt {
    /* padding-left: 300px; */
    margin-bottom: 95px;
}

#golf_lp .main_txt p {
	width: 800px;
	font-size: 20px;
	margin: 0 auto 20px;
    line-height: 1.875em;
    letter-spacing: 0.25em;
    text-align: center;
}

.mv img{
    margin-bottom: 0;
}
#golf_lp  .mv-wrapper{
    display: block;
    position: relative;
    height: 136.04vw;
    width: 100%;
    overflow: hidden;
    margin-bottom: 8.6vw;
}
#golf_lp .mv-wrapper .mv-bg{
    width: 100%;
    transform: scale(1.1);
    animation: animationZoom1 5s ease-in-out forwards;
}
@keyframes animationZoom1 {
100% { transform: scale(1)}
}
#golf_lp .mv-wrapper .mv-bg-item-01{
    position: absolute;
    transform: translate(-50% , -50%);
    top: 78%;
    left: 32%;
    width: 56.74vw;
}
#golf_lp .mv-wrapper .mv-bg-item-02{
    position: absolute;
    transform: translate(-50% , -50%);
    top: 87.5%;
    left: 74%;
    width: 45.11vw;
}
#golf_lp .mv-wrapper .mv-title-01{
    position: absolute;
    transform: translate(-50% , -50%);
    top: 78%;
    left: 32.8%;
}
#golf_lp .mv-wrapper .mv-title-01 p{
    font-size: 5.81vw;
    color: #fff;
    letter-spacing: 0.2em;
    /* animation-delay: 0.9s; */
    font-weight: bold;
}
#golf_lp .mv-wrapper .mv-title-02{
    position: absolute;
    transform: translate(-50% , -50%);
    top: 84%;
    left: 55%;
    width: max-content;
}
#golf_lp .mv-wrapper .mv-title-02 p{
    font-size: 4.65vw;
    color: #fff;
    letter-spacing: 0.2em;
    /* animation-delay: 1.2s; */
    font-weight: bold;
}
#golf_lp .mv-wrapper .mv-title-02 p span{
    font-size: 1em;
    color: #BF7946;
}
#golf_lp .main_title{
    display: block;
    width: 100%;
    height: 240px;
}
#golf_lp .main_title h2{
    max-width: 1100px;
    display: block;
    height: 240px;
    position: relative;
    margin: 0 auto;
}
#golf_lp .main_title h2::before{
    position: absolute;
    content: "";
    width: 70%;
    height: 1px;
    transform: translate(-50% , -50%);
    border-top: 1px dotted #ADADAD;
    top: 1px;
    left: 50%;
}
#golf_lp .main_title h2::after{
    position: absolute;
    content: "";
    width: 70%;
    height: 1px;
    transform: translate(-50% , -50%);
    border-top: 1px dotted #ADADAD;
    bottom: 0;
    left: 50%;
}
#golf_lp .main_title h2 p:nth-of-type(1){
    position: absolute;
    transform: translate(-50% , -50%);
    font-size: 60px;
    color: #D9C4A6;
    font-weight: bold;
    letter-spacing: 0.2em;
top: 35%;
left: 23%;
}
#golf_lp .main_title h2 p:nth-of-type(2){
    position: absolute;
    transform: translate(-50% , -50%);
    font-size: 50px;
    color: #5A5A5A;
    font-weight: bold;
    letter-spacing: 0.2em;
    top: 67%;
left: 61%;
width: max-content;
}
#golf_lp .main_title h2 .main_title_fukidashi{
    position: absolute;
    transform: translate(-50% , -50%);
    width: 220px;
    top: 36%;
    left: 68%;
}
#golf_lp .main_check{
    position: relative;
    background-image: url(img/main_check_bg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 370px;
    background-size: cover;
    margin-bottom: 100px;
    background-position: bottom;
}
#golf_lp .main_check .main_check_wrapper{
    position: relative;
    margin: 0 auto;
    width: fit-content;
}
#golf_lp .main_check .main_check_wrapper .main_check_item{
    position: absolute;
    transform: translate(-50% , -50%);
    width: 100px;
    top: 22%;
    left: -10%;

}
#golf_lp .main_check ul{
    list-style: none;
    list-style-position: inside;
    width: fit-content;
    margin: 0 auto;
    padding-top: 55px;
}
#golf_lp .main_check ul li{
    background: url(img/list-checker.png) left 0px top 3px no-repeat;
    text-align: left;
    color: #0A0A0A;
    font-size: 30px;
    background-size: 30px auto;
    padding-left: 1.5em;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 1.5em;
    position: relative;
    width: fit-content;
    line-height: 1.5em;
}

#golf_lp .main_check ul li span{
    color: #BF7946;
    font-size: 1em;
}

a.button_black {
	display: inline-flex;
	align-items: center;
	padding: 12px 23px 12px 24px;
	font-size: 19px;
	/* font-weight: 600; */
	color: #fff;
	background-color: #1a237e;
	text-decoration: none;
	border-radius: 5px;
	letter-spacing: 0.02em;
	width: 243px;
	justify-content: space-between;
}

a.button_black .icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    font-size: 14px;
}

a.button_black .icon::after {
    content: '→';
    color: #1a237e;
    font-size: 1.2em;
}

.present {
    margin: 0 auto 94px;
}

.present img {
    margin-bottom: 18px;
}



h2.recommend_title {
    font-size: 20px; 
    font-weight: 600;
    text-align: center;
    position: relative;
    margin: 0 auto 39px;
    line-height: 140%;
    letter-spacing: 0.05em;
}

h2.recommend_title::after {
	content: '';
	display: block;
	width: 34px;
	height: 1px;
	background-color: #171C61;
	margin: 16px auto 0;
}



/*tab*/
.tabs {
    display: flex;
    border-bottom: 1px solid #707070; /* 1px solid */
    justify-content: center;
    gap: 20px;
}

.tab {
    padding: 20px 0px 50px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    width: 400px;
    font-family: century;
    letter-spacing: 0.05em;
    color: #FFF;
    position: relative;
    font-size: 26px;
}
.tab::before {
    position: absolute;
    content: "";
    background-image: url(img/tab-tri.png);
    width: 48px;
    height: 30px;
    transform: translate(-50% , -50%);
    top: 75%;
    left: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.tab-mens{
    background-color: #465C8D;
}

.tab-womens{
    background-color: #BA4181;
}

.tab .tab-cover {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #FFFFFFB2;
	opacity: 0.94;
	top: 0;
	left: 0;
}

.tab.active .tab-cover{
   display: none;
}
.tab.active {
    /* background-color: #171C61; */
    /* color: white; */
}

.tab:not(.active) {
    /* background-color: #F0F0F0; */
    /* color: #171C61; */
}
.tab-content {
    display: none;
    padding: 74px 0px 0;
/*    font-size: 1.2em;*/
}

.tab-content.active {
    display: block;
}
.tab-content .gender-title {
    position: relative;
    margin-bottom: 40px;
}
.tab-content .gender-title .gender-title-item{
    position: absolute;
    transform: translate(-50%, -50%);
    width: 142px;
    top: 110%;
    left: 9%;
}
#golf_lp .tab-content .gender-title p{
    font-size: 30px;
}
#golf_lp .gender_title_items {
    display: flex;
    justify-content: space-between;
    width: 879px;
    margin: 0 auto 64px;
}
#golf_lp .gender_title_items p {
    width: 89.74vw; /* 350px */
    margin: 5.13vw 0 8.97vw -34.36vw; /* 20px 0 35px -134px */
}
.gender_title_items .gender_title_item {
    width: 232px;
}
.gender_title_items .gender_title_item:nth-child(1) {
    
}
.gender_title_items .gender_title_item:nth-child(2) {
	width: 593px;
}

.gender_title_item h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 140%;
    letter-spacing: 0.05em;
}

.gender_nav_items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 140px;
}

.gender_nav_items .gender_nav_item {
    width: 320px;
    text-align: center;
}

.gender_nav_item {
    position: relative; /* 擬似要素の絶対位置を親要素に対して相対的にする */
    text-align: left;
}
.gender_nav_item .gender_nav_item_num {
text-align: left;
font-size: 16px;
}
#mens .gender_nav_item .gender_nav_item_num{
color: #113B96;
font-size: 28px;
font-family: Bodoni MT;
}
#womens .gender_nav_item .gender_nav_item_num{
color: #9A754A;
font-size: 28px;
font-family: Bodoni MT;
}

.gender_nav_item a::after {
	content: '';
	display: block;
    /* width: 48px;
    height: 51px; */
    width: 38px;
    height: 40px;
    background-image: url(img/nav-tri.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -18%;
}


/*スタイリング*/

.styling_wrapper {
    position: relative;
    padding-bottom: 50px;
}
#womens-style-01.styling_wrapper {
    background-color: #F0ECE6;
}
#womens-style-02.styling_wrapper {
    background-color: #ffffff;
}
#womens-style-03.styling_wrapper {
    background-color: #F0ECE6;
}
#mens-style-01.styling_wrapper {
    background-color: #D9DDE6;
}
#mens-style-02.styling_wrapper {
    background-color: #ffffff;
}
#mens-style-03.styling_wrapper {
    background-color: #D9DDE6;
}

/*スタイリング 01*/



.styling {
    position: relative;
    margin: 0 auto;
    padding: 50px 0 100px;
    height: 615px;

}
.styling_detail {
    position: absolute;
    top: 140px;
    right: 0;
    width: 522px;
}
.styling_detail img {
    position: absolute;
    top: -24.87vw; /* -97px */
}
.styling_detail .styling_detail_num {
    font-size: 60px;
    width: fit-content;
    margin: 0 auto;
}
#mens .styling_detail .styling_detail_num {
    color: #113B96;
}
#womens .styling_detail .styling_detail_num {
    color: #9A754A;
}

.styling_detail .styling_detail_head span{
    color: #262626;
    text-align: center;
    font-size: 5.58vw;
}

.styling_main {
    position: absolute;
    width: 425px;
}
.styling_main .swiper-slide{
    box-sizing: border-box;
    padding: 15px;
}
#mens .styling_main .swiper-slide{
    background-color: #A2A8C9;
}
#womens .styling_main .swiper-slide{
    background-color: #C9A2A2;
} 
#mens .styling_main .swiper-item{
    position: absolute;
    width: 195px;
    top: 3%;
    right: -6%;
    z-index: 50;
    transform: translate(0, -50%);
}
#womens .styling_main .swiper-item{
    position: absolute;
    width: 195px;
    top: 0%;
    left: -6%;
    z-index: 50;
    transform: translate(0, -50%);
}
.styling_main .swiper-item img{
    width: 100%;
   
}



.styling_detail p {
    padding: 0 ;
    text-align: center;
}

.styling_detail h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
    padding-top: 0;
    text-align: center;
}

.styling_cta {
    position: absolute;
    width: 522px;
    right: 0;
    bottom: 40px;
}



/*スタイリングCTA部分*/

.list {
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
    border-radius: 8px;
    overflow: hidden;
    list-style: none;
    padding: 0;
}

.list-item {
    /* background-image: url(img/arrow.svg); */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
}
.list-item span{
    display: block;
    text-align: center;
    font-size: 20px;
}
.list-item span .tax{
    font-size: 14px;
    display: inline;
}
.list-item a {

    background-color: #000;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    padding: 10px 20px;
    /* border-bottom: 1px solid #e0e0e0; */
    color: #ffffff;
    font-size: 1.2em;
    font-size: 20px;
    text-decoration: none;
    letter-spacing: 0.03em;
}

.list-item:last-child {
    border-bottom: none;
}

.price {
    color: #1a237e;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-right: 40px;
}

.arrow {
    color: #1a237e;
    font-weight: 600;
}



.styling_colorway h3 {
	position: relative;
	padding-left: 35px;
	font-weight: 600;
	font-size: 19px;
	margin-bottom: 19px;
	width: fit-content;
	margin: 0 auto 40px;
	line-height: 140%;
	letter-spacing: 0.05em;
	/* text-align: center; */
}

.styling_colorway h3:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    /* background-image: url(img/color-icon.svg); */
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-0% , -50%);
}
#mens .styling_colorway h3:before {
    background: linear-gradient(-45deg,transparent 0%,transparent 46%,#113B96 46%,#113B96 52%,transparent 52%,transparent 100%);
}
#womens .styling_colorway h3:before {
    background: linear-gradient(-45deg,transparent 0%,transparent 46%,#ED9FC3 46%,#ED9FC3 52%,transparent 52%,transparent 100%);
}

.styling_colorway_items_wrapper {
    overflow-x: auto;  
}
.styling_colorway_items.styling_colorway_items_01 {
	display: flex;
	justify-content: center;
	margin-bottom: 150px;
	gap: 40px;
}
.styling_colorway_items.styling_colorway_items_02{
    display: flex;
    justify-content: center;
    margin-bottom: 150px;
    gap: 40px;
}

.styling_colorway_items .styling_colorway_item {
    width: 220px;
}

.styling_colorway_items .styling_colorway_item a {
    text-decoration: none;
}

.styling_colorway img {
    margin-bottom: 12px;
}

.styling_colorway h4 {
    font-weight: 600;
    font-size: 15px;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    /* Adjust the height as needed */
    margin: 0;
    letter-spacing: 0.05em;
    line-height: 140%;
}

#mens .styling_code h3.styling_code_title,
#womens .styling_code h3.styling_code_title{
    height: auto;
margin: 0 auto 20px;
    text-align: center;
    font-size: 21px;
    letter-spacing: 0.4em;
    }
    #mens .styling_code h3.styling_code_title span,
    #womens .styling_code h3.styling_code_title span{
    font-size: 2.75em;
    letter-spacing: normal;
    }
    #womens .styling_code h3.styling_code_title span{
    color: #DBAA77;
    }
    #mens .styling_code h3.styling_code_title span{
        color: #6E7B9B;
    }
/* #mens .styling_code h3 img,
#womens .styling_code h3 img{
width: auto;
height: 100%;
} */
.styling_code_wrapper{
margin-bottom: 50px;
}
#mens .styling_code_wrapper .styling_code_photo_outer,
#womens .styling_code_wrapper .styling_code_photo_outer{
    width: 750px;
    margin: 0 auto 40px;
}
    /* #mens .styling_code_wrapper.styling_code_bg_left .styling_code_photo_outer{
background: linear-gradient(90deg, #fff 0%, #fff 52%, #937A60 50%, #937A60 100%);

}
#mens .styling_code_wrapper.styling_code_bg_right .styling_code_photo_outer{
background: linear-gradient(-90deg, #fff 0%, #fff 52%, #937A60 50%, #937A60 100%);

}
#womens .styling_code_wrapper.styling_code_bg_left .styling_code_photo_outer{
background: linear-gradient(90deg, #fff 0%, #fff 52%, #EBBDBD 50%, #EBBDBD 100%);

}
#womens .styling_code_wrapper.styling_code_bg_right .styling_code_photo_outer{
background: linear-gradient(-90deg, #fff 0%, #fff 52%, #EBBDBD 50%, #EBBDBD 100%);

} */





#golf_lp .styling_code_wrapper .styling_code_photo_outer .styling_code_photo{
padding: 0;
}
#golf_lp .styling_code_wrapper .styling_code_item h3{
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
    };
#golf_lp .styling_code_wrapper .styling_code_item .styling_code_item_wraper{
overflow: auto;
margin: 0 3.48vw;
}
/* #golf_lp .styling_code_wrapper .styling_code_item .styling_code_item_wraper ul{
display: flex;
justify-content: center;
align-items: baseline;
gap: 20px;
width: max-content;
margin: 0 auto;
}
#golf_lp .styling_code_wrapper .styling_code_item .styling_code_item_wraper ul li{
width: 184px;
text-align: center;
}
#golf_lp .styling_code_wrapper .styling_code_item .styling_code_item_wraper ul li a{
text-align: center;
text-decoration: none;
color: #000;
} */
#golf_lp .styling_code_wrapper .styling_code_item .styling_code_item_wraper .styling_code_feature_item{
    margin-bottom: 60px;
    position: relative;
}
#golf_lp .styling_code_wrapper .styling_code_item .styling_code_item_wraper .styling_code_feature_item::before{
    position: absolute;
    content: "";
    width: 80%;
    height: 1px;
    border-bottom: 1px solid #B9B9B9;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -35px;
}
#golf_lp .styling_code_wrapper .styling_code_item .styling_code_item_wraper .styling_code_feature_item ul,
#golf_lp .styling_code_wrapper .styling_code_item .styling_code_item_wraper .styling_code_secondary_item ul{
display: flex;
justify-content: center;
align-items: center;
gap: 25px;
width: max-content;
margin: auto;
flex-direction: column;
}

#golf_lp .styling_code_wrapper .styling_code_item .styling_code_item_wraper .styling_code_feature_item ul li,
#golf_lp .styling_code_wrapper .styling_code_item .styling_code_item_wraper .styling_code_secondary_item ul li{
width: 750px;
text-align: center;
}
#golf_lp .styling_code_wrapper .styling_code_item .styling_code_item_wraper .styling_code_feature_item ul li a,
#golf_lp .styling_code_wrapper .styling_code_item .styling_code_item_wraper .styling_code_secondary_item ul li a{
text-align: center;
text-decoration: none;
color: #000;
font-size: 24px;
display: flex;
justify-content: space-between;
align-items: center;
}
#golf_lp .styling_code_wrapper .styling_code_item .styling_code_item_wraper .styling_code_feature_item ul li a .styling_code_item_name{
    margin-left: 0;
    margin-right: auto;
    /* width: fit-content; */
}
#golf_lp .styling_code_wrapper .styling_code_item .styling_code_item_wraper .styling_code_secondary_item ul li a .styling_code_item_name{
    /* margin-left: 4vw; */
    margin-right: auto;
    /* width: fit-content; */
}
#golf_lp .styling_code_wrapper .styling_code_item .styling_code_item_wraper .styling_code_feature_item ul li a .styling_code_item_price,
#golf_lp .styling_code_wrapper .styling_code_item .styling_code_item_wraper .styling_code_secondary_item ul li a  .styling_code_item_price{
margin-left: auto;
margin-right: 0;
/* width: fit-content; */
}
#golf_lp .styling_code_wrapper .styling_code_item .styling_code_item_wraper .styling_code_feature_item ul li a .styling_code_item_btn,
#golf_lp .styling_code_wrapper .styling_code_item .styling_code_item_wraper .styling_code_secondary_item ul li a  .styling_code_item_btn{
margin-left: 50px;
margin-right: 0;
border-radius: 2em;
font-size: 18px;
padding: 0.3em 1.2em;
}
#golf_lp .styling_code_wrapper .styling_code_item .styling_code_item_wraper .styling_code_feature_item ul li a .styling_code_item_btn{
    background-color: #393D60;
    color: #fff;
}
#golf_lp .styling_code_wrapper .styling_code_item .styling_code_item_wraper .styling_code_secondary_item ul li a  .styling_code_item_btn{
    color: #393D60;
    border: 1px solid #393D60;
}
#golf_lp .styling_code_wrapper .styling_code_comment {
    width: 1000px;
    margin: 0 auto 60px;
}
#golf_lp .styling_code_wrapper .styling_code_comment .styling_code_comment_title_flex{
display: flex;
justify-content: center;
align-items: flex-start;
gap: 20px;
width: 500px;
margin: 0 auto 40px;
}
#golf_lp .styling_code_wrapper .styling_code_comment .styling_code_comment_title_flex .styling_code_comment_title_photo{
width: 80px;
}
#golf_lp .styling_code_wrapper .styling_code_comment .styling_code_comment_title_flex .styling_code_comment_title {
position: relative;
height: 92px;
width: 400px;
background-image: url(img/mens-ex-bg.png);
background-size: contain;
background-repeat: no-repeat;
}
#mens .styling_code_wrapper .styling_code_comment .styling_code_comment_title_flex .styling_code_comment_title {
background-image: url(img/mens-ex-bg.png);
}
#womens .styling_code_wrapper .styling_code_comment .styling_code_comment_title_flex .styling_code_comment_title {
background-image: url(img/womens-ex-bg.png);
}
#golf_lp .styling_code_wrapper .styling_code_comment .styling_code_comment_title_flex .styling_code_comment_title h3{
font-size: 21px;
width: 100%;
position: absolute;
transform: translate(-50% , -50%);
top: 40%;
left: 50%;
display: flex;
justify-content: center;
align-items: flex-end;
gap: 10px;
}
#golf_lp .styling_code_wrapper .styling_code_comment .styling_code_comment_title_flex .styling_code_comment_title h3 span{
font-size: 15px;
}
#golf_lp .styling_code_wrapper .styling_code_comment .styling_code_comment_txt{
text-align: center;
width: fit-content;
margin: 0 auto;
position: relative;
}
#golf_lp .styling_code_wrapper .styling_code_comment .styling_code_comment_txt .styling_code_comment_txt_point{
    position: absolute;
    transform: translate(-50% , -50%);
    top: -18%;
    left: 4%;
    width: 100px;
}

#golf_lp .styling_code_wrapper .styling_code_comment .styling_code_comment_txt ul{
    list-style: none;
    list-style-position: inside;
}

#golf_lp .styling_code_wrapper .styling_code_comment .styling_code_comment_txt ul li{
/* background: url(img/list-checker.png)left 0px top 3px no-repeat; */
text-align: left;
color: #0F196E;
font-size: 22px;
padding-left: 1.5em;
font-weight: bold;
letter-spacing: 0.2em;
margin-bottom: 1.5em;
position: relative;
width: fit-content;
line-height: 1em;
}
#womens .styling_code_wrapper .styling_code_comment .styling_code_comment_txt ul li{
background: url(img/womens-list-checker.png)left 0px top 0px no-repeat;
background-size: 22px auto;
}
#mens .styling_code_wrapper .styling_code_comment .styling_code_comment_txt ul li{
background: url(img/mens-list-checker.png)left 0px top 0px no-repeat;
background-size: 22px auto;
}
#golf_lp .styling_code_wrapper .styling_code_comment .styling_code_comment_txt ul li .list-thermo{
width: 13px;
position: absolute;
transform: translate(-50% , -50%);
top: 50%;
right: -8%;
}
/* #mens .styling_code_wrapper .styling_code_comment .styling_code_comment_txt{
border-bottom: 1px solid #2D61AD;
}
#womens .styling_code_wrapper .styling_code_comment .styling_code_comment_txt{
border-bottom: 1px solid #ED9FC3;
}
#golf_lp .styling_code_wrapper .styling_code_comment .styling_code_comment_txt p{
font-size: 16px;
text-align: center;
margin-bottom: 5.81vw;
} */

/*ジェンダー下のボタン*/

.gender_button {
    display: flex;
    align-items: center;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;

    padding: 10px 20px;
    text-decoration: none;
    color: #1a237e;
    width: 508px;
    justify-content: space-between;
    margin: 0 auto 90px;
    line-height: 140%;
    letter-spacing: 0.05em;
}

#golf_lp .gender_button img {
    width: 82px;
    padding: 25px;
}

.gender_button .gender_text {
    flex: 1;
    margin-left: 15px;
    font-size: 15px;
    font-weight: 600;
}

.gender_button .gender_arrow {
    width: 9px;
    height: 10px;
    margin-left: 34px;
    background-image: url('img/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}



/*swiper*/
#golf_lp .swiper-btn-wrap{
    position: relative;
    height: 55px;
    margin-top: 15px;
}
#golf_lp .swiper-pagination{
    bottom: 0;
}
#golf_lp .swiper-button-prev,
#golf_lp .swiper-button-next {
width: 59px; /* ボタンの幅 */
height: 25px; /* ボタンの高さ */
background-size: 25px 59px; /* 表示したいサイズ */
transform: translateY(-50%);
margin-top: 0;
background-size: contain;
background-repeat: no-repeat;
top: 13px;
}
/* 次ページボタンのスタイル */
#golf_lp .swiper-button-next {
background-image: url('img/slider-next.png');
right: 33%!important;    
}

/* 前ページボタンのスタイル */
#golf_lp .swiper-button-prev {
background-image: url('img/slider-pver.png');
left: 33%!important;   
}
#golf_lp .swiper-button-prev:after,
#golf_lp .swiper-button-next:after {
display: none;
}
#golf_lp .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #000;
}
#golf_lp .swiper-pagination-bullet-active{
    background-color: #000;
}



#golf_lp footer {}

.footer_logo {
    width: 280px;
    margin: 0 auto 43px;
    text-align: center;
}

#golf_lp .footer_logo p {
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-size: 15px;
}

.footer_logo img {
    width: 280px;
    margin: 0 auto 16px;
    text-align: center;
}

.footer_logo p {
    font-size: 15px;
}






/*TOPに戻る*/

.scroll-to-top {
    position: fixed;
    bottom: 47px;
    right: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #1a237e;
    border-radius: 50%;
    cursor: pointer;
    transition: opacity 0.3s;
    opacity: 0;
    visibility: hidden;
}

.scroll-to-top img {
    width: 60px;
    height: 60px;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

.footer_link_01 {
    width: 458px;
    margin: 0 auto 42px;
    text-align: center;
}

a.arrow_link {
    background-image: url(img/arrow_black.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    opacity: 45;
    display: block;
    padding: 30px 0px;
    border-bottom: 1px solid #171C61;
    color: #1a237e;
    font-size: 16px;
    text-decoration: none;
    color: #171C61;
    text-align: center;
    letter-spacing: 0.03em;
}

.footer_link_02 {
    width: 1000px;
    margin: 0 auto 42px;
    text-align: center;
}

.footer_link_02_items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_link_02_list {
    width: 100%;
    margin: 0px auto;
    border-radius: 8px;
    overflow: hidden;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;

}

.footer_link_02_list-item {
    background-image: url(img/arrow_black.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-position: right 15px center;
    width: 180px;
    height: 76px;
    border-bottom: 1px solid #171C61;
    display: flex;
    text-align: left;
    justify-content: center;
    align-items: center;
}

.footer_link_02_list-item a {
    display: block;
    padding: 15px 0px 15px 15px;
    color: #1a237e;
    font-size: 1.2em;
    font-size: 16px;
    text-decoration: none;
    color: #171C61;
    width: 100%;
    letter-spacing: 0.03em;
    line-height: 130%;
}


.footer_link_03 {
    width: 458px;
    margin: 0 auto 121px;
    text-align: center;
}

a.arrow_link_03 {
    background: #F9F9F9;
    background-image: url(img/arrow_black.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    opacity: 45;
    display: block;
    padding: 30px 0px;
    font-size: 16px;
    text-decoration: none;
    color: #171C61;
    text-align: center;
    letter-spacing: 0.03em;
}

.footer_instagram {
    width: 33px;
    margin: 0 auto 57px;
}

.footer_logo_2 {
    width: 231px;
    margin: 0 auto 22px;
}

.footer_copy {
    text-align: center;
    font-size: 13px;
    color: #666666;
    font-family: "Roboto", sans-serif;
    margin-bottom: 90px;
    letter-spacing: 0.03em;
}




.swiper-slide {
	text-align: center;
}
.link-wrapper{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
    margin-bottom: 60px;
}
.link-wrapper .link-container {
    width: 750px;
    margin: 0 auto;
    display: flex;
    justify-content: center; /* 横並びにする */
    gap: 20px; /* 2つのリンク間のスペースを調整 */

}
#mens .link-wrapper{
    background-color: #D9DDE6;
}
#womens .link-wrapper {
    background-color: #F0ECE6;
}

.link-container a {
    width: auto; /* 画像のサイズに合わせて幅を自動調整 */
}

/*最下部のリンク調整*/
.present_footer {
    display: flex;
    flex-direction: column; /* 一列にする */
    align-items: center; /* 水平方向に中央揃え */
width:750px;
}



.present_footer a img {
    max-width: 100%; /* 画像が親要素の幅を超えないようにする */
    height: auto;
}


/*テキストアニメーション*/

.masked-text {
    display: inline-block;
    overflow: hidden;
    width: auto; /* Adjust based on your image size */
    height: auto; /* Adjust based on your image size */
}

.text-image {
/*    display: block;*/
    width: 100%; /* Adjust the width as necessary */
    clip-path: inset(0 89.99999% 0 0); /* Initially hidden */
    transition: clip-path 1.2s cubic-bezier(0.645, 0.045, 0.355, 1); /* Faster with easing */
}

.text-image.animate {
    clip-path: inset(0 0 0 0); /* Fully reveal the image */
}


/* フェードイン用のスタイル */
/*
.visible {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}
*/



.styling_code_bg_left {
        opacity: 0;
    transform: translateX(-30px); 
}

.styling_code_bg_right {
        opacity: 0;
    transform: translateX(30px); 
}

.animate2 {
    transform: translateX(0); 
    transition: transform 1s ease-in-out;
    opacity: 1;
}

/*
img, .text-image {
    opacity: 0;
    transform: translateX(-20px); 
}
*/





.pc_lp {
    display: block;
}

.sp_lp {
    display: none;
}

@media only screen and (max-width: 760px) {
    .pc_lp {
        display: none;
    }

    .sp_lp {
        display: block;
    }
}

.animation-clip-left,
.animation-clip-down{
    opacity: 0;
}
    .animation-clip-left.animate{
        opacity: 0;
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        animation: clip-left 3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
    }
    @keyframes clip-left {
        to {
            opacity: 1;
            webkit-clip-path: inset(0);
            clip-path: inset(0);
        }
    }
    .animation-clip-down.animate{
        opacity: 0;
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        animation: clip-down 3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
    }
    @keyframes clip-down {
        to {
            opacity: 1;
            webkit-clip-path: inset(0);
            clip-path: inset(0);
        }
    }
    .animation-fade-blur{
        opacity: 0;
    }
    .animation-fade-blur.animate{
        animation-name: fade-blur;
        animation-duration: 3s;
        animation-delay: 0.3s;
        animation-timing-function: ease-out;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-fill-mode: forwards;
        /* opacity: 0; */
    }
	@keyframes fade-blur {
		0% {
			-webkit-filter: blur(20px);
			-moz-filter: blur(20px);
			-o-filter: blur(20px);
			-ms-filter: blur(20px);
			filter: blur(20px);
			opacity: 1;
		}
		100% {
			opacity: 1;
			-webkit-filter: blur(0px);
			-moz-filter: blur(0px);
			-o-filter: blur(0px);
			-ms-filter: blur(0px);
			filter: blur(0px);
		}
	}
    .delay-03s{
        animation-delay: 0.3s!important;
    }
    .delay-06s{
        animation-delay: 0.6s!important;
    }
    .delay-09s{
        animation-delay: 0.9s!important;
    }
    .delay-12s{
        animation-delay: 1.2s!important;
    }
    .delay-15s{
        animation-delay: 1.5s!important;
    }
    .delay-18s{
        animation-delay: 1.8s!important;
    }
    .delay-21s{
        animation-delay: 2.1s!important;
    }
    .delay-24s{
        animation-delay: 2.4s!important;
    }
    .delay-27s{
        animation-delay: 2.7s!important;
    }
    .delay-30s{
        animation-delay: 3.0s!important;
    }
    .delay-33s{
        animation-delay: 3.3s!important;
    }
    .delay-36s{
        animation-delay: 3.6s!important;
    }