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

/* Class to trigger fade-in effect */
.fade-in {
    opacity: 1;
    transition: opacity 1s 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;
}

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: 600;
    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: 490px;
    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 span{
color: #113B96;
font-size: 28px;
}
#womens .gender_nav_item .gender_nav_item_num span{
color: #EABDD5;
font-size: 28px;
}

.gender_nav_item a::after {
	content: '';
	display: block;
    width: 48px;
    height: 51px;
    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: -16%;
}


/*スタイリング*/

.styling_wrapper {
    position: relative;
}

/*スタイリング 01*/



.styling_01 {
    position: relative;
    margin: 26px auto 100px;
    height: 615px;

}
.styling_01_detail {
    position: absolute;
    top: 22px;
    right: 0;
    width: 522px;
}
.styling_01_detail img {
    position: absolute;
    top: -24.87vw; /* -97px */
}
.styling_01_detail .styling_detail_num {
    font-size: 18px;
    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 span{
    color: #262626;
    text-align: center;
    font-size: 5.58vw;
}

.styling_01_main {
    position: absolute;
    width: 425px;
}
#mens .styling_01_main .swiper-item{
    position: absolute;
    width: 195px;
    top: 3%;
    right: -6%;
    z-index: 50;
    transform: translate(0, -50%);
}
#womens .styling_01_main .swiper-item{
    position: absolute;
    width: 195px;
    top: 0%;
    left: -6%;
    z-index: 50;
    transform: translate(0, -50%);
}
.styling_01_main .swiper-item img{
    width: 100%;
   
}



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

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

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

/*スタイリング 02*/


.styling_02 {
    position: relative;
    margin: 26px auto 100px;
    height: 615px;
}

.styling_02_detail {
	position: absolute;
	top: -25px;
	right: 0;
	width: 522px;
}
.styling_02_detail img {
    position: absolute;
    top: -24.87vw; /* -97px */
}
.styling_02_detail .styling_detail_num {
    font-size: 18px;
    width: fit-content;
    margin: 0 auto;
}
.styling_02_detail .styling_detail_num span{
    font-size: 3em;
}
#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: absolute;
    width: 425px;
}
#mens .styling_02_main .swiper-item{
    position: absolute;
    width: 195px;
    top: 3%;
    right: -6%;
    z-index: 50;
    transform: translate(0, -50%);
}
#womens .styling_02_main .swiper-item{
    position: absolute;
    width: 195px;
    top: 0%;
    left: -6%;
    z-index: 50;
    transform: translate(0, -50%);
}


.styling_02_main .swiper-item img{
    width: 100%;
   
}


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

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

.styling_02_cta {
	position: absolute;
	width: 522px;
	right: 0;
	bottom: -17px;
}

#mens-style-02 .styling_02_cta {
	position: absolute;
	width: 522px;
	right: 0;
	bottom: 58px;
}




/*スタイリング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: 150px;
    margin-left: 20px;
    margin-bottom: 40px;
    text-align: center
}
#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: 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: 16px 18px;
}
#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_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: auto;
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: 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;
}


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

.link-container {
    display: flex;
    justify-content: center; /* 横並びにする */
    gap: 20px; /* 2つのリンク間のスペースを調整 */
    margin-bottom: 60px; /* 下のリンクとの間のスペースを調整 */
}

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

.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;
    }
}
