#golf_lp {

	overflow: hidden;
}

#golf_lp p {
/*    font-size: 4vw;*/
    /* font-size: 3.2vw; */
    /* font-size: 4.18vw; */
    font-size: 3.48vw;
    line-height: 1.8;
}

.width_base {
    width: 100%;
    margin: 0 auto;
}

/*header*/

#golf_lp header {
    height: 15.9vw; /* 62px */
    display: block;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    position: relative;
}

#golf_lp header a img:nth-child(1) {
    width: 12.82vw; /* 50px */
    margin-top: 4.36vw; /* 17px */
}

#golf_lp header a img.logo_2 {
    margin-top: 4.36vw; /* 17px */
    margin-right: 5.13vw; /* 20px */
    width: 17.95vw; /* 70px */
}

#golf_lp header a:nth-child(2) {
    position: absolute;
    right: 0;
    top:1vw;
}

/*mv?*/

.mv {
    /* position: relative; */
    margin: 0 0 0; 
}

.mv h1 {

    width: 81.5vw; /* 307px */
    margin: 0 auto;
    text-align: center;
    font-size: 5.81vw;
    position: unset;
}

.mv img {
    width: 100%;
/*    margin-top: 8.6vw;*/
    margin-bottom: 7.67vw;
}



.main_title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 6.97vw auto 6.97vw; /* 20px */

}

.main_title h2 {
    font-size: 5.83vw;
/*    font-weight: normal;*/
}


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


.main_txt {
    padding-left: 0;
    margin-bottom: 25.64vw; /* 100px */
    width: 92.74vw; /* 350px */
    margin: 0 auto 7.9vw; /* 60px */
    text-align: center;
}

#golf_lp .main_txt p {
    width: 100%;
    font-weight: 800;
    font-size: 3.72vw;
    margin: 0 auto ; /* 10px */
    line-height: 1.875em;
    letter-spacing: 0.25em;
}

.mv img{
    margin-bottom: 0;
}
#golf_lp  .mv-wrapper{
    display: block;
    position: relative;
    height: 136.04vw;
    width: 100vw;
    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: 77.5%;
    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: 100vw;
    height: 23.95vw;
}
#golf_lp .main_title h2{
    width: 100%;
    display: block;
    height: 23.95vw;
    position: relative;
}
#golf_lp .main_title h2::before{
    position: absolute;
    content: "";
    width: 80.6vw;
    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: 80.6vw;
    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: 6.97vw;
    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: 5.81vw;
    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: 26.74vw;
    top: 36%;
    left: 68%;
}
#golf_lp .main_check{
    width: 100vw;
    height: 39.2vw;
    background-image: url(img/main_check_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 9.76vw;
}
#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: 15.8vw;
    top: 20%;
    left: -12%;
}
#golf_lp .main_check ul{
    list-style: none;
    list-style-position: inside;
    width: 66.51vw;
    margin: 0 auto;
    padding-top: 4.65vw;
}
#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: 3.48vw;
    background-size: 4vw 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: 3.85vw 5.9vw; /* Adjusted padding values */
    font-size: 4.1vw; /* Adjusted font size */
    color: #fff;
    background-color: #1a237e;
    text-decoration: none;
    border-radius: 1.03vw; /* Adjusted border-radius */
    letter-spacing: 0.03em;
    width: 78vw; /* Adjusted width */
    justify-content: space-between;
}

a.button_black .icon {
    display: inline-block;
    margin-left: 11.03vw; /* Centering adjustment */
    width: 3.85vw;
    height: 3.85vw;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.31vw;
}

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


.present {
    margin: 0 auto 20.51vw; /* 60px */
    width: 89.74vw; /* 350px */
}

.present img {
    margin: 0 auto 5.641025641vw; /* 60px */
}

h2.recommend_title {
    font-size: 4.615384615vw; /* 18px */
    font-weight: 600;
    text-align: center;
    position: relative;
    margin: 5.13vw auto 6.15vw; /* 20px auto 24px */
}

h2.recommend_title::after {
    content: '';
    display: block;
    width: 8.72vw; /* 34px */
    height: 0.26vw; /* 1px */
    background-color: #171C61; /* Adjust color as needed */
    margin: 3.85vw auto 0; /* 15px auto 0 */
}

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

.tab {
    padding: 1.43vw 0 7.05vw 0;
    text-align: center;
    cursor: pointer;
    font-size: 5.81vw; 
    width: 46.5vw;/* 500px */
    font-weight: 500;
    position: relative;
    color: #FFF
}
.tab::before {
    position: absolute;
    content: "";
    background-image: url(img/tab-tri.png);
    width: 7.44vw;
    height: 4.65vw;
    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:not(.active) {
    background-color: #F0F0F0;
    color: #040407;
} */

.tab-content {
    display: none;
    padding: 7.69vw 0 0; /* 30px 0px 0 */
    font-size: 1.2em;
}

.tab-content.active {
    display: block;
}
.tab-content .gender-title {
    position: relative;
    margin-left: 2.91vw;
    margin-bottom: 9.79vw;
}
.tab-content .gender-title .gender-title-item{
    position: absolute;
    transform: translate(-50% , -50%);
    width: 33.4vw;
    top: 110%;
    left: 19%;
}
#golf_lp .tab-content .gender-title p{
    font-size: 5.81vw;
}

#golf_lp .gender_title_items {
    display: flex;
    justify-content: space-between;
    width: 89.07vw; /* 316px */
    margin: 0 auto 0;
}

#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: 31.92vw;
    padding-top:1vw;
}

.gender_title_items .gender_title_item:nth-child(1) {
    
}

.gender_title_items .gender_title_item:nth-child(2) {
    width: 54vw; /* 195px */
    padding-top:0;
}

.gender_title_item h3 {
    font-size: 4.615384615vw; /* 22px */
    font-weight: 600;
    margin-bottom: 2.56vw; /* 10px */
}

.gender_nav_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    width: 94.18vw;
    margin: 0 auto ; 
}

.gender_nav_items .gender_nav_item {
    width: 100%; 
    margin-bottom: 8.13vw; 
}

.gender_nav_item {
    position: relative; /* 擬似要素の絶対位置を親要素に対して相対的にする */
    text-align: left;
}
.gender_nav_item .gender_nav_item_num {
text-align: center;

}
#mens .gender_nav_item .gender_nav_item_num{
color: #113B96;
font-size: 13.95vw;
}
#womens .gender_nav_item .gender_nav_item_num{
color: #9A754A;
font-size: 13.95vw;
}

.gender_nav_item a::after {
	content: '';
	display: block;
    width: 7.44vw;
    height: 7.90vw;
	background-image: url('img/nav-tri.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 50%;
	/* border: 50%; */
	transform: translate(-50%, -50%);
	bottom: -6.847vw;
}


/*スタイリング*/

.styling_wrapper {

    position: relative;
    margin-bottom: 0;
    padding-bottom: 5vw;
}
#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; /* 26px auto 363px */
    padding: 3.72vw 0 7.44vw; /* 26px auto 363px */
    height: auto; /* 615px */
}

.styling_detail {
    position: unset;
    top: -25.38vw; /* -99px */
    right: 0;
    width: 100%;
    margin-bottom: 9.30vw; /* 20px */
}
.styling_detail img {
    position: absolute;
    top: -24.87vw; /* -97px */
}
.styling_detail .styling_detail_num {
    font-size: 13.95vw;
    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:before ,
.styling_detail .styling_detail_head:after {
    position: absolute;
    content: "";
    width: 5.58vw;
    height: 5.58vw;
}
.styling_detail .styling_detail_head:before {
    transform: translate(0% , -50%);
    top: 50%;
    left: 0%;
}
.styling_detail .styling_detail_head:after {
    transform: translate(0% , -50%);
    top: 50%;
    right: 0%;
}
#mens .styling_detail .styling_detail_head:before ,
#mens .styling_detail .styling_detail_head:after {
    background: linear-gradient(-45deg,transparent 0%,transparent 47%,#113B96 47%,#113B96 53%,transparent 53%,transparent 100%);
}
#womens .styling_detail .styling_detail_head:before ,
#womens .styling_detail .styling_detail_head:after {
    background: linear-gradient(-45deg,transparent 0%,transparent 47%,#9A754A 47%,#9A754A 53%,transparent 53%,transparent 100%);
} */
.styling_detail .styling_detail_head span{
    color: #262626;
    text-align: center;
    font-size: 5.58vw;
}

.styling_main {
	position: relative;
	/* width: 93.02vw; */
	width: auto;
	margin: 0 auto 7vw;
}
.styling_main .swiper-slide{
    box-sizing: border-box;
    padding: 3.48vw;
}
#mens .styling_main .swiper-slide{
    background-color: #A2A8C9;
}
#womens .styling_main .swiper-slide{
    background-color: #C9A2A2;
} 
/* .styling_main .swiper{
    padding: 3.48vw;
}
#mens .styling_main .swiper{
    background-color: #A2A8C9;
}
#womens .styling_main .swiper{
    background-color: #C9A2A2;
} */
#mens .styling_main .swiper-item{
    position: absolute;
    width: 47.79vw;
    top: 6vw;
    right: -4vw;
    z-index: 50;
    transform: translate(0, -50%);
}
#womens .styling_main .swiper-item{
    position: absolute;
    width: 51.39vw;
    top: 5vw;
    left: -3vw;
    z-index: 50;
    transform: translate(0, -50%);
}
.styling_main .swiper-item img{
    width: 100%;
   
}


.styling_detail p {
    padding: 0 5.13vw; /* 0 20px */
    text-align: center;
}

.styling_detail h3 {
	font-size: 5.81vw;
	font-weight: 600;
	margin: 2.56vw 3.9vw 6vw;
	padding-top: 2.82vw;
	text-align: center;
}

.styling_cta {
	position: unset;
	width: 89.74vw;
	right: 0;
	bottom: 0;
	margin: 2.56vw auto 0;
	padding-bottom: 4vw;
}
.styling_txt{
    text-align: center;
    font-size: 4.18vw;
}

/*スライリング調整*/


.styling_wrapper_03 {
    margin-bottom: 0;
}


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

.list {
    width: 100%;
    max-width: 153.85vw; /* 600px */
    margin: 0 auto;
    border-radius: 2.05vw; /* 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: 5.8vw;
}
.list-item span{
    display: block;
    text-align: center;
    font-size: 4.18vw;
}
.list-item span .tax{
    font-size: 2.79vw;
    display: inline;
}
.list-item a {

    background-color: #000;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    /* border-bottom: 1px solid #e0e0e0; */
    color: #ffffff;
    font-size: 4.1vw; /* 16px */
    text-decoration: none;
    width: unset;
    height: unset;
    line-height: 1em;
        padding: 0.8vw 4vw;
}

.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: 10.26vw; /* 40px */
}

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

.styling_colorway {
    overflow: hidden;
}

.styling_colorway h3 {
    position: relative;
    padding-left: 8.97vw; /* 35px */
    font-weight: 600;
    font-size: 5.58vw; /* 15px */
    margin-bottom: 4.87vw; /* 19px */
    width: 100%;
}

.styling_colorway h3:before {
    content: '';
    display: block;
    width: 5.58vw; /* 22px */
    height: 5.58vw; /* 21px */
    /* background: linear-gradient(-45deg,transparent 0%,transparent 46%,#113B96 46%,#113B96 52%,transparent 52%,transparent 100%); */
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 2%;
    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, .styling_colorway_items.styling_colorway_items_02 {
	display: flex;
	justify-content: center;
	margin-bottom: 12.82vw;
	width: 100%;
	padding: 0 2.67vw 0;
	box-sizing: border-box;
	flex-wrap: wrap;
	gap: 1vw;
}


.styling_colorway_items .styling_colorway_item {
    width: 46.74vw; 
}

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

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

.styling_colorway h4 {
	font-weight: 600;
	font-size: 4.18vw;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 10.77vw;
	margin: 0 auto 3vw;
}
/* コーデ部分 */
#mens .styling_code h3.styling_code_title,
#womens .styling_code h3.styling_code_title{
height: auto;
margin: 0 auto 5vw;
text-align: center;
font-size: 4.18vw;
letter-spacing: 0.4em;
}
#mens .styling_code h3.styling_code_title span,
#womens .styling_code h3.styling_code_title span{
font-size: 11.6vw;
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: 0;
padding-bottom: 6.97vw;
}
#mens .styling_code_wrapper .styling_code_photo_outer,
#womens .styling_code_wrapper .styling_code_photo_outer{
    width: 100%;
}
/* #mens .styling_code_wrapper .styling_code_photo_outer,
#womens .styling_code_wrapper .styling_code_photo_outer{
    width: 100%;
} */
/* #mens .styling_code_wrapper.styling_code_bg_left .styling_code_photo_outer{
background: linear-gradient(90deg, #fff 0%, #fff 52%, #937A60 50%, #937A60 100%);
margin-bottom: 4.65vw;
}
#mens .styling_code_wrapper.styling_code_bg_right .styling_code_photo_outer{
background: linear-gradient(-90deg, #fff 0%, #fff 52%, #937A60 50%, #937A60 100%);
margin-bottom: 4.65vw;
}
#womens .styling_code_wrapper.styling_code_bg_left .styling_code_photo_outer{
background: linear-gradient(90deg, #fff 0%, #fff 52%, #EBBDBD 50%, #EBBDBD 100%);
margin-bottom: 4.65vw;
}
#womens .styling_code_wrapper.styling_code_bg_right .styling_code_photo_outer{
background: linear-gradient(-90deg, #fff 0%, #fff 52%, #EBBDBD 50%, #EBBDBD 100%);
margin-bottom: 4.65vw;
} */
#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: 4.18vw;
margin-bottom: 3.48vw;
};
#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 .styling_code_feature_item{
    margin-bottom: 13.95vw;
    position: relative;
}
#golf_lp .styling_code_wrapper .styling_code_item .styling_code_item_wraper .styling_code_feature_item::before{
    position: absolute;
    content: "";
    width: 85.34vw;
    height: 1px;
    border-bottom: 1px solid #B9B9B9;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -8.71vw;
}
#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: 4.65vw;
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: 87vw;
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: 3.72vw;
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: 4vw;
margin-right: 0;
border-radius: 2em;
font-size: 2.79vw;
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: 100%;
    margin-bottom: 9.76vw;
}
#golf_lp .styling_code_wrapper .styling_code_comment .styling_code_comment_title_flex{
width: 100%;
    display: flex;
justify-content: center;
align-items: flex-start;
gap: 3.95vw;
margin-bottom: 8.97vw;
}
#golf_lp .styling_code_wrapper .styling_code_comment .styling_code_comment_title_flex .styling_code_comment_title_photo{
width: 12.79vw;
}
#golf_lp .styling_code_wrapper .styling_code_comment .styling_code_comment_title_flex .styling_code_comment_title {
position: relative;
height: 14.65vw;
width: 63.72vw;
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: 3.28vw;
width: 100%;
position: absolute;
transform: translate(-50% , -50%);
top: 40%;
left: 50%;
display: flex;
justify-content: center;
align-items: flex-end;
gap: 2vw;
}
#golf_lp .styling_code_wrapper .styling_code_comment .styling_code_comment_title_flex .styling_code_comment_title h3 span{
font-size: 2.32vw;
}
#golf_lp .styling_code_wrapper .styling_code_comment .styling_code_comment_txt{
text-align: center;
/* width: 92.01vw; */
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: -20%;
    left: 5%;
    width: 18.89vw;
}

#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: 3.02vw; */
font-size: 2.92vw;
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: 3vw 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: 3vw auto;
}
#golf_lp .styling_code_wrapper .styling_code_comment .styling_code_comment_txt ul li .list-thermo{
    width: 2.9vw;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    right: -8%;
    line-height: 2em;
}

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

.gender_button {
	display: flex;
	align-items: center;
	border-top: 0.26vw solid #F0F0F0;
	border-bottom: 0.26vw solid #F0F0F0;
	padding: 2.56vw 7.13vw;
	text-decoration: none;
	color: #1a237e;
	width: auto;
	justify-content: space-between;
	margin: 0 auto 15.38vw;
}

#golf_lp .gender_button img {
	width: 21.03vw;
	padding: 0 3.64vw 0 0;
}

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

.gender_button .gender_text span {
	font-size: 5.13vw; /* 20px */
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

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

/*swiper*/
#golf_lp .swiper-slide a{
    text-align: center;
    text-decoration: none;
    color: #000;
}
#golf_lp .styling .swiper-btn-wrap,
#golf_lp .styling_02 .swiper-btn-wrap{
    position: relative;
    height: 3.02vw;
    margin-top: 5.11vw;
}
#golf_lp .styling_code_item_wraper.sp_lp{
    margin-bottom: 5.11vw;
}
#golf_lp .styling_code_item_wraper.sp_lp .swiper-btn-wrap{
    position: relative;
    height: 5.86vw;
    margin-top: 5.11vw;
}

#golf_lp .swiper-pagination{
    bottom: 0;
}
#golf_lp .swiper-button-prev,
#golf_lp .swiper-button-next {
width: 9.06vw; /* ボタンの幅 */
height: 3.72vw; /* ボタンの高さ */
background-size: 3.72vw 9.06vw; /* 表示したいサイズ */
transform: translateY(-50%);
margin-top: 0;
background-size: contain;
background-repeat: no-repeat;
top: 1.86vw;
}
/* 次ページボタンのスタイル */
#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: 3.02vw;
    height: 3.02vw;
    background-color: #fff;
    border: 1px solid #000;
}
#golf_lp .swiper-pagination-bullet-active{
    background-color: #000;
}


#golf_lp footer {}

.footer_logo {
	width: 55.9vw; /* 218px */
	margin: 0 auto 11.03vw; /* 43px */
	text-align: center;
}

.footer_logo img {
    width: 71.8vw; /* 280px */
    margin: 0 auto 4.1vw; /* 16px */
    text-align: center;
}

#golf_lp .footer_logo p {
    font-size: 3.85vw; /* 15px */
}

/*TOPに戻る*/

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

.scroll-to-top img {
    width: 15.38vw; /* 60px */
    height: 15.38vw; /* 60px */
}

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


.present_footer {
	margin: 0 auto 11.53vw !important;
}

.footer_link_00 {
	width: 89.74vw;
	margin: 0 auto 40vw;
	text-align: center;
}


a.arrow_link_up {
	background-image: url(img/arrow_black_up.svg);
	background-repeat: no-repeat;
	background-position: right 3.85vw center;
	opacity: 45;
	display: block;
	padding: 7.69vw 0;
    border-top: 0.26vw solid #171C61;
	border-bottom: 0.26vw solid #171C61;
	color: #1a237e;
	font-size: 4.10vw;
	text-decoration: none;
	color: #171C61;
	text-align: center;
}



.footer_link_01 {
	width: 89.74vw; /* 350px */
	margin: 0 auto 0;
	text-align: center;
}

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

.footer_link_02 {
	width: 89.74vw; /* 350px */
    margin: 0 auto 6.15vw; /* 24px */
    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: 2.05vw; /* 8px */
    overflow: hidden;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

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

.footer_link_02_list-item:nth-child(5) {
    width: 100%;
}

.footer_link_02_list-item:nth-child(5) a {
    text-align: center;
}

.footer_link_02_list-item a {
    display: block;
    padding: 3.85vw 0 3.85vw 3.85vw; /* 15px 0 15px 15px */
    color: #1a237e;
    font-size: 4.10vw; /* 16px */
    text-decoration: none;
    color: #171C61;
    width: 100%;
}

.footer_link_03 {
	width: 89.74vw; /* 350px */
    margin: 0 auto 21.03vw; /* 82px */
    text-align: center;
}

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

.footer_instagram {
    width: 8.46vw; /* 33px */
    margin: 0 auto 14.62vw; /* 57px */
}

.footer_logo_2 {
    width: 32.82vw; /* 128px */
    margin: 0 auto 5.64vw; /* 22px */
}

.footer_copy {
    text-align: center;
    font-size: 3.33vw; /* 13px */
    color: #666666;
    font-family: "Roboto", sans-serif;
    margin-bottom: 23.08vw; /* 90px */
}

.styling_code_item_wraper .swiper {
  padding-left: 2% !important; 
  padding-right: 2% !important; 
}

.link-wrapper{
    width: 100%;
    padding-top: 5vw;
    padding-bottom: 10vw;
    margin-bottom: 15vw;
}
.link-wrapper .link-container {
    width: 92%;
	display: flex;
    flex-direction: column;
	justify-content: center;
	gap: 7.6vw;
	margin-bottom: 5.45vw;
}
/*最下部のリンク調整*/






