#golf_lp p {
    font-size: 4vw; /* 16px */
    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;
}

/*mv?*/

.mv {
    position: relative;
    margin: 14.36vw 0 14.87vw; /* 56px 0 58px */
}

.mv h1 {
    position: absolute;
    top: -14.36vw; /* -56px */
    width: 90vw; /* 307px */
}

.mv img {
    width: 100%;
}

.main_title {
    position: relative;
    display: flex;
    align-items: end;
    width: 100%;
    margin: 0 auto 5.13vw; /* 20px */
}

.main_title h2 {
    font-size: 8.21vw; /* 32px */
/*    font-weight: normal;*/
}

.orange_bar {
    background-color: #f90;
    width: 13.85vw; /* 54px */
    height: 23.08vw; /* 90px */
}

.text {
    font-size: 2em;
    color: #1a237e;
    margin-left: -5.13vw; /* -20px */
    /* Adjust this value to control the overlap */
}


.main_txt {
    padding-left: 0;
    margin-bottom: 25.64vw; /* 100px */
    width: 89.74vw; /* 350px */
    margin: 0 auto 15.38vw; /* 60px */
}

#golf_lp .main_txt p {
    width: 100%;
    font-size: 4.1vw; /* 16px */
    margin: 0 auto 2.56vw; /* 10px */
    line-height: 160%;
}

/*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 #1a237e; /* 1px solid */
    justify-content: center;
}

.tab {
    padding: 3.85vw 0; /* 15px 0px */
    text-align: center;
    cursor: pointer;
    font-size: 5.13vw; /* 20px */
    width: 128.21vw; /* 500px */
    font-weight: 700;
}

.tab.active {
    background-color: #171C61;
    color: white;
}

.tab:not(.active) {
    background-color: #F0F0F0;
    color: #171C61;
}

.tab-content {
    display: none;
    padding: 7.69vw 0 0; /* 30px 0px 0 */
    font-size: 1.2em;
}

.tab-content.active {
    display: block;
}

.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: 91.79vw; /* 358px */
    margin: 0 auto 31.28vw; /* 122px */
}

.gender_nav_items .gender_nav_item {
    width: 43.33vw; /* 169px */
    margin-bottom: 9.23vw; /* 36px */
}

.gender_nav_item {
    position: relative; /* 擬似要素の絶対位置を親要素に対して相対的にする */
    text-align: center;
}

.gender_nav_item a::after {
	content: '';
	display: block;
	width: 4.8vw;
	height: 4.8vw;
	background-image: url('img/arrow-down.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 50%;
	/* border: 50%; */
	transform: translate(-50%, -50%);
	bottom: -4.847vw;
}


/*スタイリング*/

.styling_wrapper {
    position: relative;
    margin-bottom: 20.51vw; /* 80px */
}

/*スタイリング 01*/

.styling_01_back {
    position: absolute;
    top: -5.13vw; /* -20px */
    width: 100%;
    height: 147.44vw; /* 575px */
}

.styling_01 {
    position: relative;
    margin: 6.67vw auto 93.08vw; /* 26px auto 363px */
    height: 157.69vw; /* 615px */
}

.styling_01_detail img {
    position: absolute;
    top: -24.87vw; /* -97px */
}

.styling_01_main {
    position: unset;
    width: 89.74vw; /* 350px */
    margin: 0 auto;
}

.styling_01_detail {
    position: unset;
    top: -25.38vw; /* -99px */
    right: 0;
    width: 100%;
    margin-bottom: 5.13vw; /* 20px */
}

.styling_01_detail p {
    padding: 0 5.13vw; /* 0 20px */
}

.styling_01_detail h3 {
    font-size: 5.64vw; /* 22px */
    font-weight: 600;
    margin: 2.56vw 5.13vw; /* 10px 20px */
    padding-top: 2.82vw; /* 11px */
}

.styling_01_cta {
    position: unset;
    width: 89.74vw; /* 350px */
    right: 0;
    bottom: 0;
    margin: 2.56vw auto 0; /* 10px auto 0 */
}

/*スタイリング 02*/

.styling_02_back {
    position: absolute;
    top: -5.13vw; /* -20px */
    width: 100%;
    height: 147.44vw; /* 575px */
}

.styling_02 {
    position: relative;
    margin: 6.67vw auto 86.92vw; /* 26px auto 339px */
    height: 157.69vw; /* 615px */
}

.styling_02_detail img {
    position: absolute;
    top: -24.87vw; /* -97px */
}

.styling_02_main {
    position: unset;
    width: 89.74vw; /* 350px */
    margin: 0 auto;
}

.styling_02_detail {
    position: unset;
    top: -25.38vw; /* -99px */
    right: 0;
    width: 100%;
    margin-bottom: 5.13vw; /* 20px */
}

.styling_02_detail p {
    padding: 0 5.13vw; /* 0 20px */
}

.styling_02_detail h3 {
    font-size: 5.64vw; /* 22px */
    font-weight: 600;
    margin: 2.56vw 5.13vw; /* 10px 20px */
    padding-top: 2.82vw; /* 11px */
}

.styling_02_cta {
    position: unset;
    width: 89.74vw; /* 350px */
    right: 0;
    bottom: 0;
    margin: 2.56vw auto 0; /* 10px auto 0 */
}

/*スライリング調整*/

.styling_wrapper_02 {
    margin-top: 25.64vw; /* 100px */
}

.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 {
    margin-top: 25.64vw; /* 100px */
}

.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);
    background-repeat: no-repeat;
    background-position: right 3.85vw center; /* 15px */
    opacity: 45;
}

.list-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.85vw 0 3.85vw 3.85vw; /* 15px 0 15px 15px */
    border-bottom: 1px solid #e0e0e0;
    color: #1a237e;
    font-size: 4.1vw; /* 16px */
    text-decoration: none;
    color: #171C61;
}

.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: 3.85vw; /* 15px */
    margin-bottom: 4.87vw; /* 19px */
}

.styling_colorway h3:before {
    content: '';
    display: block;
    width: 5.64vw; /* 22px */
    height: 5.38vw; /* 21px */
    background-image: url(img/color-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.styling_colorway_items_wrapper {
    overflow-x: auto;  
}

.styling_colorway_items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12.82vw; /* 50px */
    width: 236.41vw; /* 924px */
    padding: 0 5.13vw 0; /* 0 20px 0 */
}

.styling_colorway_items_3col {
    width: 176.923vw; /* 690px */
}

.styling_colorway_items .styling_colorway_item {
    width: 56.41vw; /* 220px */
}

.styling_colorway_items .styling_colorway_item a {
    text-decoration: none;
}

.styling_colorway img {
    margin-bottom: 3.08vw; /* 12px */
}

.styling_colorway h4 {
    font-weight: 600;
    font-size: 3.85vw; /* 15px */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10.77vw; /* 42px */
    margin: 0;
}



/*ジェンダー下のボタン*/

.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;
}

/*FREEZE TECH-*/

#golf_lp .freeze h2 {
    text-align: center;
    font-size: 3.85vw; /* 15px */
    font-weight: 600;
    height: 16.67vw; /* 65px */
    line-height: 16.67vw; /* 65px */
    background: #4EABDD;
    color: #fff;
    border-radius: 0; 
}

.freeze_gray_wrapper {
	padding: 7.18vw 5.13vw 15.38461538vw;
	background: #F9F9F9;
	border-radius: 0 0 2.56vw 2.56vw;
	margin-bottom: 15.3846vw;
}

.freeze_white_wrapper {
    padding: 5.13vw; /* 20px */
    background: #FFF;
}

#golf_lp .freeze h3 {
	width: 59.74vw; /* 233px */
	margin-bottom: 9.23vw; /* 36px */
}

#golf_lp .freeze h4 {
    font-size: 4.62vw; /* 18px */
    font-weight: 600;
    margin-bottom: 2.56vw; /* 10px */
}

.freeze_tech {
	padding-left: 2.05vw; /* 8px */
	border-left: 0.26vw solid #666; /* 1px */
	border-left: none;
	margin-bottom: 5.13vw; /* 20px */
}

.freeze_main_items {
    display: unset;
    justify-content: space-between;
    align-items: center;
}

.freeze_main_items .freeze_main_item {
	width: 99%;
	margin: 0 auto 5.13vw;
}

.freeze_main_items .freeze_main_item:nth-child(2) {
    width: 100%;
}

#golf_lp .freeze_main_item p {
	font-size: 4.102564103vw;
}

.freeze_sub_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.freeze_sub_items .freeze_sub_item {
    width: 37.15vw; 
    margin-bottom: 6.41vw; /* 25px */
}

.freeze_sub_item p {
    text-align: center;
}

.freeze_sub_item p span {
    font-size: 3.33vw; /* 13px */
}

.triangle {
    background: #ffffff;
    height: calc(tan(60deg) * 41px / 2);
    width: 12.31vw; /* 48px */
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: 0 auto 14.87vw; /* 58px */
}

#golf_lp .freeze .freeze_corabo h3 {
	text-align: center;
	width: 71.03vw; /* 277px */
	margin: 0 auto 5.9vw; /* 23px */
	font-size: 4.62vw; /* 18px */
	font-weight: 600;
}

#golf_lp .freeze .freeze_corabo h3 img {
    margin-bottom: 4.1vw; /* 16px */
}

.freeze_corabo_photo_items {
    display: unset;
    justify-content: space-between;
}

.freeze_corabo_photo_items .freeze_corabo_photo_item {
    width: 100%;
}

.freeze_corabo_photo_items .freeze_corabo_photo_item:nth-child(2) {
    width: 87.69vw; /* 342px */
    margin: 4.62vw 0; /* 18px 0 */
}

#golf_lp .freeze .freeze_corabo p {
    margin-bottom: 10.77vw; /* 42px */
}



.freeze_cta a.button_black {
	display: inline-flex;
	align-items: center;
	padding: 3.85vw 5.9vw;
	font-size: 4.1vw;
	color: #fff;
	background-color: #1a237e;
	text-decoration: none;
	border-radius: 1.03vw;
	letter-spacing: 0.03em;
	width: 78vw;
	justify-content: space-between;
}




.freeze_cta a.button_black .icon {
	display: inline-block;
	margin-left: 11.03vw;
	width: 3.85vw;
	height: 3.85vw;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2.31vw;
}




.freeze_corabo_photo_item a.button_black {
	display: inline-flex;
	align-items: center;
	padding: 3.08vw 5.38vw 3.08vw 6.41vw; /* 12px 21px 12px 25px */
	font-size: 4.10vw; /* 16px */
	color: #fff;
	background-color: #1a237e;
	text-decoration: none;
	border-radius: 1.28vw; /* 5px */
}

.freeze_corabo_photo_item a.button_black .icon {
    display: inline-block;
    margin-left: 26.67vw; /* 104px */
    width: 3.33vw; /* 13px */
    height: 3.33vw; /* 13px */
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.31vw; /* 9px */
    font-size: 3.33vw; /* 13px */
}

#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 */
}

