#golf_lp {

	overflow: hidden;
}

#golf_lp p {
/*    font-size: 4vw;*/
    font-size: 3.2vw;
    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: 0 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: 89.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;
}

/*pickup*/

.pickup_wrapper {
    margin-bottom: 16.51vw; /* 30px */
}

.pickup {
    padding: 7.69vw 0 10.26vw; /* 30px 0 40px */
}

.pickup h2 {
    text-align: center;
    font-size: 6.15vw; /* 24px */
    font-weight: 600;
    margin-bottom: 10.26vw; /* 40px */
}

#golf_lp .pickup h2 img {
    width: 21.54vw; /* 84px */
    margin-bottom: -3.85vw; /* -15px */
}

.pickup_items_wrap {
    overflow-x: auto;
}

.pickup_items {
    display: flex;
    width: 240.51vw; /* 940px */
    justify-content: space-between;
    padding: 0 5.13vw 0; /* 20px 0px */
}

.pickup_items .pickup_item {
    width: 35.9vw; /* 140px */
}

.pickup h3 {
    text-align: center;
}

.pickup_items .pickup_item img {
    margin-bottom: 2.56vw; /* 10px */
}

.pickup_items .pickup_item a {
    text-decoration: none;
    color: #1a237e;
}

.pickup h3 {
    text-align: center;
    font-size: 3.59vw; /* 14px */
}

.pickup_btn_wrapper {
    text-align: center;
}

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: 700;
    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: left;
font-size: 5.81vw;
}
#mens .gender_nav_item .gender_nav_item_num span{
color: #113B96;
font-size: 9.3vw;
}
#womens .gender_nav_item .gender_nav_item_num span{
color: #EABDD5;
font-size: 9.3vw;
}

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

/*スタイリング 01*/



.styling_01 {
    position: relative;
    margin: 1.67vw auto 7.44vw; /* 26px auto 363px */
    height: auto; /* 615px */
}

.styling_01_detail {
    position: unset;
    top: -25.38vw; /* -99px */
    right: 0;
    width: 100%;
    margin-bottom: 18.83vw; /* 20px */
}
.styling_01_detail img {
    position: absolute;
    top: -24.87vw; /* -97px */
}
.styling_01_detail .styling_detail_num {
    font-size: 5.81vw;
    width: fit-content;
    margin: 0 auto;
}
.styling_01_detail .styling_detail_num span{
    font-size: 4em;
}
#mens .styling_01_detail .styling_detail_num span{
    color: #113B96;
}
#womens .styling_01_detail .styling_detail_num span{
    color: #EABDD5;
}

/* .styling_01_detail .styling_detail_head:before ,
.styling_01_detail .styling_detail_head:after {
    position: absolute;
    content: "";
    width: 5.58vw;
    height: 5.58vw;
}
.styling_01_detail .styling_detail_head:before {
    transform: translate(0% , -50%);
    top: 50%;
    left: 0%;
}
.styling_01_detail .styling_detail_head:after {
    transform: translate(0% , -50%);
    top: 50%;
    right: 0%;
}
#mens .styling_01_detail .styling_detail_head:before ,
#mens .styling_01_detail .styling_detail_head:after {
    background: linear-gradient(-45deg,transparent 0%,transparent 47%,#113B96 47%,#113B96 53%,transparent 53%,transparent 100%);
}
#womens .styling_01_detail .styling_detail_head:before ,
#womens .styling_01_detail .styling_detail_head:after {
    background: linear-gradient(-45deg,transparent 0%,transparent 47%,#EABDD5 47%,#EABDD5 53%,transparent 53%,transparent 100%);
} */
.styling_01_detail .styling_detail_head span{
    color: #262626;
    text-align: center;
    font-size: 5.58vw;
}

.styling_01_main {
	position: relative;
	width: 93.02vw;
	margin: 0 auto 7vw;
}
#mens .styling_01_main .swiper-item{
    position: absolute;
    width: 47.79vw;
    top: 6vw;
    right: -4vw;
    z-index: 50;
    transform: translate(0, -50%);
}
#womens .styling_01_main .swiper-item{
    position: absolute;
    width: 51.39vw;
    top: 5vw;
    left: -3vw;
    z-index: 50;
    transform: translate(0, -50%);
}
.styling_01_main .swiper-item img{
    width: 100%;
   
}


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

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

.styling_01_cta {
	position: unset;
	width: 89.74vw;
	right: 0;
	bottom: 0;
	margin: 2.56vw auto 0;
	padding-bottom: 4vw;
}

/*スタイリング 02*/


.styling_02 {
    position: relative;
    margin: 6.67vw auto 7.44vw; /* 26px auto 363px */
    height: auto; /* 615px */
}
.styling_02_detail {
    position: unset;
    top: -25.38vw; /* -99px */
    right: 0;
    width: 100%;
    margin-bottom: 18.83vw; /* 20px */
}
.styling_02_detail img {
    position: absolute;
    top: -24.87vw; /* -97px */
}
.styling_02_detail .styling_detail_num {
    font-size: 5.81vw;
    width: fit-content;
    margin: 0 auto;
}
.styling_02_detail .styling_detail_num span{
    font-size: 4em;
}
#mens .styling_02_detail .styling_detail_num span{
    color: #113B96;
}
#womens .styling_02_detail .styling_detail_num span{
    color: #EABDD5;
}
.styling_02_detail .styling_detail_head {
    position: relative;
    width: 92.06vw;
    margin: 0 auto;
    text-align: center;
}

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

.styling_02_main {
    position: relative;
    width: 93.02vw; 
    margin: 0 auto;
}
#mens .styling_02_main .swiper-item{
    position: absolute;
    width: 47.79vw;
    top: 6vw;
    right: -4vw;
    z-index: 50;
    transform: translate(0, -50%);
}
#womens .styling_02_main .swiper-item{
    position: absolute;
    width: 51.39vw;
    top: 5vw;
    left: -3vw;
    z-index: 50;
    transform: translate(0, -50%);
}
.styling_02_main .swiper-item img{
    width: 100%;
   
}


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

.styling_02_detail h3 {
    font-size: 5.81vw; 
    font-weight: 600;
    margin: 2.56vw 7.9vw 3vw; 
    padding-top: 2.82vw; /* 11px */
    text-align: center;
}

.styling_02_cta {
    position: unset;
    width: 100%; /* 350px */
    right: 0;
    bottom: 0;
    margin: 2.56vw auto 0; /* 10px auto 0 */
}

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

.styling_wrapper_02 {
	margin-top: 7.64vw;
}

.styling_wrapper_03 {
    margin-top: 35.9vw; /* 140px */
}

.styling_wrapper_04 {
    margin-top: 30.77vw; /* 120px */
    margin-bottom: 15.38vw; /* 60px */
}

.styling_wrapper_01_womens {

}

.styling_wrapper_02_womens {
    margin-top: 30.51vw; /* 119px */
}

.styling_wrapper_03_womens {
    margin-top: 35.9vw; /* 140px */
}

.styling_wrapper_04_womens {
    margin-top: 30.77vw; /* 120px */
    margin-bottom: 15.38vw; /* 60px */
}

.styling_04_womens {
    position: relative;
    margin: 6.67vw auto 86.92vw; /* 26px auto 339px */
    height: 157.69vw; /* 615px */
}


.styling_wrapper_01_womens .styling_01 {
    margin: 6.67vw auto 87.44vw; /* 26px auto 341px */
}

.styling_wrapper_02_womens .styling_02 {
    margin: 6.67vw auto 81.28vw; /* 26px auto 317px */
}

.styling_wrapper_03_womens .styling_01 {
    margin: 6.67vw auto 73.85vw; /* 26px auto 288px */
}

.styling_wrapper_04_womens .styling_02 {
    margin: 6.67vw auto 124.62vw; /* 26px auto 486px */
}

/*スタイリング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: 19.53vw;
margin-left: 3.48vw;
margin-bottom: 5.81vw;
text-align: left;
}
#mens .styling_code h3 img,
#womens .styling_code h3 img{
width: auto;
height: 100%;
}
.styling_code_wrapper{
margin-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_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: 3.25vw 3.48vw;
}
#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 ul{
display: flex;
justify-content: center;
align-items: center;
gap: 2.32vw;
width: max-content;
margin: auto;
}
#golf_lp .styling_code_wrapper .styling_code_item .styling_code_item_wraper ul li{
width: 30.23vw;
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_comment {
    width: 100%;
margin-bottom: 4.65vw;
}
#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: 4.65vw;
}
#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: 91.51vw;
margin: 0 auto;
}
#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: 3.28vw;
text-align: center;
margin-bottom: 5.81vw;
}

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

.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_01 .swiper-btn-wrap,
#golf_lp .styling_02 .swiper-btn-wrap{
    position: relative;
    height: 11.86vw;
    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-container {
	display: block;
	justify-content: center;
	gap: 1.82vw;
	margin-bottom: 5.45vw;
}

.link-container {
	width: 92%;
}





