.posi_r {
    position: relative;
}

body {
    overflow-x: hidden 
}

#jump_01 {
    padding-top:60px;
    margin-top:-60px
}

#jump_02 {
    padding-top:120px;
    margin-top:-120px
}

#jump_03,#jump_04 {
    padding-top:160px;
    margin-top:-160px
}




#lp {
    padding: 0;
    margin: 0;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    /* overflow: hidden; */
    background-image: url(back.png);
    background-repeat: repeat;
    background-size: auto;
    background-attachment: fixed;
}

#lp p {
    line-height: 2.3;
}

#lp img {
    width: 100%;
    height: auto;
}


.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 12px 20px;
    box-sizing: border-box;
    transition: opacity 0.4s ease;
    /* top を削除、opacityだけ残す */
    opacity: 0;
    pointer-events: none;
}

.fixed-nav.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.fixed-nav__list {
    display: flex;
    justify-content: center;
    gap: 43px;
    list-style: none;
    margin: 10px;
    padding: 0;
}

.fixed-nav__list a {
    display: inline-block;
    background: #FFE300;
    color: #000;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease;
}

.fixed-nav__list a:hover {
    background: #000;
    color: #fff;
}



.sec_01 {
    background: #FFE300;
    padding: 130px 0 0 0px;
    height: 1043px;
}

.title_whats_wrap {
    position: relative;
    background: #fff;
}

.title_whats_wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 10vw;
    background: #FFE300;
    z-index: 0;
}

.title_whats {
    width: 1138px;
    background: transparent;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1;
    background: #fff;
}

.title_sub {
    position: relative;
    padding: 51px 0 38px 0;
    font-size: 24px;
    font-weight: bold;
}

.title_sub img {
    position: absolute;
    left: -1162px;
    top: 65px;
    width: 1024px;
}



.sec_01_text {
    width: 1142px;
    margin: 0 auto;

}

.sec_01_text p {
    margin: 0 auto 45px;
    position: relative;
    z-index: 10;
}

.sec_01_text h4 {
    font-weight: bold;
    font-size: 40px;
    padding: 0 0 62px;
}

#lp img.sec_01_photo_1 {
    width: 485px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 6;
}

#lp img.sec_01_photo_2 {
    width: 301px;
    position: absolute;
    top: 23px;
    left: 332px;
    z-index: 0;
}

#lp a.sec_01_btn {
    position: absolute;
    top: 580px;
    left: 0px;
    z-index: 100;
}

#lp a.sec_01_btn img {
    width: 738px;

}


.sec_02 {
    position: relative;
    width: 100%;
    /* 1142px → 100%に変更 */
    max-width: 1142px;
    /* 最大幅で制限 */
    height: 1927px;
    margin: -352px auto 0;
}

#lp img.sec_02_back {
    position: absolute;
    top: 0;
    left: -198px;
    width: 1339px;
    z-index: 5;
}

#lp .sec_02_back_foot_01 {
    position: absolute;
    width: 354px;
    left: 798px;
    top: 160px;
    z-index: 4;
}

#lp .sec_02_back_foot_02 {
    position: absolute;
    width: 371px;
    left: -119px;
    top: 749px;
    z-index: 4;
}

.sec_02_text_01 {
    position: absolute;
    top: 196px;
    z-index: 20;
}

.sec_02_text_01 h2 {
    font-size: 75px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

#lp .sec_02_text_01 h2 img {
    position: absolute;
    width: 53px;
    top: 97px;
    left: 514px;
}

.title_sub_02 {
    position: relative;
    margin: 51px 0 38px 0;
    font-size: 32px;
    font-weight: bold;
    background-color: #FFE300;
    width: fit-content;
    padding: 0 11px;
}

.title_sub_02_wrap {
    position: relative;
}

#lp img.title_sub_02_line {
    position: absolute;
    left: -1047px;
    top: 437px;
    width: 1031px;
    z-index: 10;
}


.step-item {
    display: inline-flex;
    border: 2px solid #fff;
    margin-bottom: 20px;
}

.step-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    background: #FFE800;
    padding: 0px 0 0px;
}

.step-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #000;
    background: #fff;
    border: none;
    padding: 1px 16px;
    line-height: 1.4;
    border: 1px solid #000;
}

.step-num {
    width: 61px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #000;
    line-height: 1;
    padding: 8px 0;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.step-text-wrap {
    padding: 19px 0 0;
    background: #fff;
}

.step-text {
	display: flex;
	align-items: center;
	background: #000;
	padding: 0 24px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: #fff;
	/* border-left: 1px solid #555; */
	padding: 1px 21px 3px;
}


#lp img.step_01 {
    position: absolute;
    top: 256px;
    left: 416px;
    width: 390px;

}

.sec_02_text_02 {
    position: absolute;
    top: 773px;
    left: 641px;
    z-index: 20;
}

#lp img.step_02 {
    position: absolute;
    top: -32px;
    left: -439px;
    width: 400px;
}

.sec_02_text_03 {
    position: absolute;
    top: 1059px;
    left: 75px;
    z-index: 20;
}

#lp img.step_03 {
    position: absolute;
    top: -32px;
    left: 388px;
    width: 443px;
    z-index: 3;
}

.sec_02_text_04 {
    position: absolute;
    top: 1393px;
    left: 649px;
    z-index: 20;
}

#lp img.step_04 {
    position: absolute;
    top: -3px;
    left: -413px;
    width: 368px;
    z-index: 3;
}

#lp img.step_honki {
    position: absolute;
    top: 277px;
    left: -525px;
    width: 192px;
    z-index: 3;
}


.sec-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /* ← 追加 */
}

.sec-wrapper-01 {
    background-color: #FFE300;
}


.sec-wrapper>section {
    flex: 1;
    min-width: 0;
}

.side-title {
    position: sticky;
    top: 40vh;
    align-self: flex-start;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 30px 8px;
    width: 30px;
    margin-left: -50px;
}

.side-title__text {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #FF0000;
    white-space: nowrap;
}


.section-yellow {
    background: #FFE800;
    clip-path: circle(0% at 50% 100%);
    padding-top: 800px;
    /* ← 上の余白を追加 */
    margin-top: -800px;
    /* ← その分上にずらして隙間を消す */
}

.section-yellow.is-active {
    clip-path: circle(120% at 50% 100%);
}

.sec_03 {
    position: relative;
    width: 100%;
    max-width: 1238px;
    height: 1254px;
    margin: 0 auto;
}

#lp img.sec_03_photo_1 {
    position: absolute;
    top: 113px;
    left: 0;
    /* width: 309px; */
    width: 335px;
}

#lp img.sec_03_photo_2 {
    position: absolute;
    top: 0;
    left: 309px;
    width: 120px;
}

#lp img.sec_03_photo_3 {
    position: absolute;
    top: 16px;
    left: 916px;
    width: 174px;
}

#lp img.sec_03_photo_4 {
    position: absolute;
    top: 214px;
    left: 1088px;
    width: 182px;
}

#lp img.sec_03_photo_5 {
    position: absolute;
    top: 706px;
    left: -87px;
    width: 219px;
}

#lp img.sec_03_photo_6 {
    position: absolute;
    top: 879px;
    left: 34px;
    width: 353px;
}

#lp img.sec_03_photo_7 {
    position: absolute;
    top: 928px;
    left: 942px;
    width: 242px;
}

#lp img.sec_03_photo_8 {
    position: absolute;
    top: 709px;
    left: 1063px;
    width: 239px;
}

#lp img.sec_03_honki {
    position: absolute;
    bottom: 0;
    left: 48px;
    width: 598px;
}


.sec_03_content {
    position: relative;
    z-index: 10;
}

.sec_03_content h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 32px;
    padding: 226px 0 45px;
    margin: 0 auto;
    text-align: center;

}

.sec_03_content .douga {
    width: 825px;
    margin: 0 auto;
}

#lp .sec_03_content p {
    font-size: 32px;
    text-align: center;
    line-height: 1.6;
    padding-top: 62px;
}

.sec_04 {
    position: relative;
}

.sec_04_inner {
    width: 1142px;
    margin: 0 auto;
}

.title_sub_04 {
	position: relative;
	margin: 40px 0 38px 0;
	font-size: 32px;
	font-weight: bold;
	background-color: #FFE300;
	width: fit-content;
	padding: 0 11px;
}

.title_sub_04_wrap {
    position: relative;
}

#lp img.title_sub_04_line {
    position: absolute;
    left: -1056px;
    top: 22px;
    width: 1031px;
    z-index: 10;
}

#lp .sec_04 p {
    font-size: 24px;
    line-height: 2;
    margin-bottom: 162px;
}

.shoes_items {
    display: flex;
    justify-content: space-between;
    width: 1086px;
    margin: 0 auto 95px;

}

.shoes_items .item {
    width: 318px;
}

.shoes_items .item a {
    text-decoration: none;
    color: #000;
}

.product-card {
    position: relative;
    border: 10px solid #FFE300;
    border-radius: 64px;
    background: #fff;
    padding: 20px 16px 16px;
    box-shadow: 9px 9px 0px #707070;
    cursor: pointer;
}

.product-card:hover {
    box-shadow: 9px 9px 0px #fff;
    transform: translate(9px, 9px);
}

.product-card:hover img {
    opacity: 1;
}

.product-card__num {
    position: absolute;
    top: -1px;
    left: 65px;
    background: #FFE300;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 56px;
    padding: 0px 10px;
    border-radius: 0 0 44px 44px;
    width: 152px;
    height: 86px;
    text-align: center;
}

.product-card__num span {
    font-size: 40px;
}

.product-card__img {
    text-align: center;
    padding: 64px 0 30px;
}

#lp .product-card__img img {
    width: 249px;
    height: auto;
}

.product-card:hover .product-card__img img {
    transform: scale(1.08);
}

.product-card__body {
    text-align: center;
}

#lp p.product-card__brand {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #000;
    margin-bottom: 4px;
    line-height: 1.4;
}

#lp h3.product-card__name {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 8px;
}

.product-card__line {
    border: none;
    border-top: 1px solid #707070;
    margin: 6px auto;
    width: 213px;
}

#lp p.product-card__category {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #000;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

#lp p.product-card__no {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    line-height: 1.4;
    padding: 10px 0;
    margin: 0;
}

.product-card__arrow {
    margin-top: 8px;
    width: 16px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 16px;
}

.product-card__arrow img {
    width: 24px;
    height: auto;
}

.tilt-label {
    position: relative;
    width: 272px;
    height: 80px;
}

.tilt-label__back {
    position: absolute;
    top: -2px;
    left: -7px;
    width: 100%;
    height: 45px;
    background: #fff;
    border: 3px solid #707070;
    transform: rotate(-12deg);
}

.tilt-label__front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: #FFE300;
    border: 3px solid #707070;
    transform: rotate(-5.5deg);
    display: flex;
    align-items: center;
    padding: 0 12px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 24px;
    box-sizing: border-box;
}

.ranking-title {
    position: absolute;
    display: flex;
    align-items: center;
    top: 151px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.ranking-title__num {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 56px;
    margin-right: 12px;
    line-height: 1;
}

.ranking-title__num span {
    font-size: 40px;
}

.ranking-title__name {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    background: #fff;
    padding: 4px 16px;
}


.sec_05 {
	padding-bottom: 92px;
}

.sec_05_inner {
    width: 1146px;
    height: 614px;
    margin: 0 auto;
}

#lp img.sec_05_prt_1 {
    position: absolute;
    width: 937px;
    top: 0;
    left: 132px;
}

#lp img.sec_05_prt_2 {
    position: absolute;
    width: 397px;
    top: 211px;
    left: -67px;
}

#lp p.sec_05_prt_2_txt {
    position: absolute;
    width: 397px;
    top: 260px;
    left: 0;
    font-size: 18px;
    line-height: 2;
}

#lp p.sec_05_prt_2_txt.text_03 {
    left: -20px;
}


#lp img.sec_05_prt_3 {
    position: absolute;
    width: 291px;
    top: 284px;
    left: 808px;
}

#lp img.sec_05_prt_4 {
    position: absolute;
    width: 529px;
    top: 226px;
    left: 314px;
}

#lp img.sec_05_prt_5 {
    position: absolute;
    width: 795px;
    top: 190px;
    left: 52px;
    z-index: 20;
}

#lp .sec_05_prt_6 {
    position: absolute;
    width: 795px;
    top: 480px;
    left: 52px;
    z-index: 21;
}

.sec_05_point_wrap {
    height: 1541px;
    width: 1146px;
    margin: 0 auto;
    padding: 40px;
    background-image: url(sec_05_point_back.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.sec_05_point_wrap_02 {
    height: 1621px;
    width: 1146px;
    margin: 0 auto;
    padding: 40px;
    background-image: url(sec_05_point_back_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}


.sec_05_point_inner {
    width: 911px;
    margin: 0 auto;
}

.midashi-sub {
    font-size: 24px;
    text-align: center;
}

.sec_05_point_inner {
    width: 911px;
    margin: 0 auto;
    text-align: center;
}

.sec_05_point_inner h2 {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 600;
    font-size: 50px;
    display: inline-block;
    background-image: url(sec_05_h2_back.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    padding-bottom: 51px;
    margin-bottom: -34px;
}

.sec_05_point_inner h2 span {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 56px;
}

#lp img.midashi-honki {
    position: absolute;
    width: 55px;
    top: 46px;
    right: 116px;
}

.sec_05_point_content {
    padding: 25px;
    border-top: 2px solid #000;
    height: 951px;
    position: relative;
}

.sec_05_point_content {
    padding: 25px;
    border-top: 2px solid #000;
    height: 951px;
    position: relative;
}

#sec_05_02 {
    height: 1000px;
}


#lp img.sec_05_point_honki {
    position: absolute;
    width: 175px;
    top: 26px;
    left: 11px;
    z-index: 10;
}


.point-header {
    display: flex;
    align-items: center;
    gap: 0px;
    margin-bottom: 8px;
}

#lp img.point-honki {
    width: 65px;
    height: auto;
}

.point-label {
    position: relative;
    background: #000;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 4px 14px;
    letter-spacing: 0.1em;
}

.point-label::after {
    content: '';
    position: absolute;
    bottom: -8px;
    /* 下に三角を出す */
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
}

.sec_05_point_wrapper h3 {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4;
    background: #FFE300;
    display: block;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 3px 10px;
    margin-bottom: 0;
    width: fit-content;
}

#lp .sec_05_point_wrapper p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 5px;
}

.staff_title_items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.staff_title_items .item h4 {
    width: fit-content;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    letter-spacing: 4px;
}

.staff_title_items .item {
    font-size: 14px;
}

.staff_comment_items {
    display: flex;
    align-items: center;
    gap: 24px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 20px 0;
    margin: 0 0 36px;
}

.staff_comment_items .item:first-child {
    flex-shrink: 0;
    text-align: center;
    width: 121px;
    padding-left: 58px;
}

#lp .staff_comment_items .item:first-child img {
    width: 121px;
    border-radius: 50%;
    object-fit: cover;
}

.staff_name {
    font-size: 12px;
    margin-top: 6px;
    text-align: center;
}

#lp .staff_comment_items p {
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
    text-align: left;
    width: 648px;
}

.btn-detail {
    display: inline-block;
    background: #FFE300;
    color: #000;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 40px;
    border-radius: 999px;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: background 0.2s ease, color 0.2s ease;
    text-decoration: none;
}

.btn-detail:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}


/* popint item 01 */

#lp img.sec_05_point_01_shoes {
    position: absolute;
    top: 177px;
    left: 57px;
    width: 812px;
}

#lp img.sec_05_point_01_icon {
    position: absolute;
    top: 761px;
    left: 11px;
    width: 93px;
    z-index: 10;
}

#lp .sec_05_point_1_1_photo img {
    position: absolute;
    top: 39px;
    left: 395px;
    width: 345px;
}

.sec_05_point_1_1_txt {
    position: absolute;
    top: 21px;
    left: 609px;
    width: 345px;
    text-align: left;
}

#lp .sec_05_point_1_2_photo img {
    position: absolute;
    top: 269px;
    left: 22px;
    width: 198px;

}

.sec_05_point_1_2_txt {
    position: absolute;
    top: 278px;
    left: 235px;
    width: 100%;
    text-align: left;
}

#lp .sec_05_point_1_3_photo img {
    position: absolute;
    top: 711px;
    left: 270px;
    width: 277px;

}

.sec_05_point_1_3_txt {
    position: absolute;
    top: 783px;
    left: 484px;
    width: 100%;
    text-align: left;
}



/* popint item 02 */

#lp img.sec_05_point_02_shoes {
    position: absolute;
    top: 241px;
    left: 48px;
    width: 809px;
}

#lp img.sec_05_point_02_icon {
    position: absolute;
    top: 834px;
    left: 11px;
    width: 106px;
    z-index: 5;
}

#lp .sec_05_point_2_1_photo img {
    position: absolute;
    top: 39px;
    left: 395px;
    width: 297px;
}

.sec_05_point_2_1_txt {
    position: absolute;
    top: 21px;
    left: 609px;
    width: 345px;
    text-align: left;
}

#lp .sec_05_point_2_2_photo img {
    position: absolute;
    top: 269px;
    left: 22px;
    width: 460px;

}

.sec_05_point_2_2_txt {
    position: absolute;
    top: 240px;
    left: 235px;
    width: 100%;
    text-align: left;
}

#lp .sec_05_point_2_3_photo img {
    position: absolute;
    top: 598px;
    left: 257px;
    width: 483px;
}

.sec_05_point_2_3_txt {
    position: absolute;
    top: 834px;
    left: 484px;
    width: 100%;
    text-align: left;
}




/* popint item 03 */

#lp img.sec_05_point_03_shoes {
    position: absolute;
    top: 212px;
    left: 48px;
    width: 812px;
}

#lp img.sec_05_point_03_icon {
    position: absolute;
    top: 774px;
    left: 11px;
    width: 106px;
    z-index: 10;
}

#lp .sec_05_point_3_1_photo img {
    position: absolute;
    top: 39px;
    left: 395px;
    width: 365px;
}

.sec_05_point_3_1_txt {
    position: absolute;
    top: 21px;
    left: 609px;
    width: 345px;
    text-align: left;
}

#lp .sec_05_point_3_2_photo img {
    position: absolute;
    top: 253px;
    left: 0px;
    width: 507px;

}

.sec_05_point_3_2_txt {
    position: absolute;
    top: 234px;
    left: 216px;
    width: 100%;
    text-align: left;
}

#lp .sec_05_point_3_3_photo img {
	position: absolute;
	top: 558px;
	left: 270px;
	width: 530px;
}

.sec_05_point_3_3_txt {
    position: absolute;
    top: 783px;
    left: 484px;
    width: 100%;
    text-align: left;
}

.sec_06 {
    background: #fff;
border-top: 1px solid #000;
/* margin-top:92px; */
}

.sec_06_inner {
    width: 1146px;

    margin: 116px auto 0;
}

.mark-of-refinement {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 48px;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 8px;
}

#lp .mark-of-refinement img {
    width: 48px;
    height: auto;
}

.honki_logo {
    width: 235px;
    margin: 0 auto 50px;
}



#lp .sec_06 img.title_sub_04_line {
	position: absolute;
	left: -1056px;
	top: 194px;
	width: 1031px;
	z-index: 10;
}

.sec_06 p {
    text-align: center;
}

.sec_06 p.honki_logo_txt {
    margin-bottom: 215px;
}

h3.honki_title {
    font-size: 40px;
    border-bottom: 2px solid #000;
    text-align: center;
    width: fit-content;
    margin: 0 auto 53px;
    font-weight: 700;
}

.btn-more-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.btn-more__label {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 13px;
    border: 1px solid #000;
    border-radius: 999px;
    padding: 2px 12px;
    margin-bottom: -14px;
    /* ボタンに少し被せる */
    position: relative;
    z-index: 1;
    background: #fff;
}

.btn-more {
	display: inline-flex;
	align-items: center;
	background: #FFE300;
	border-radius: 999px;
	padding: 25px 43px 25px 70px;
	text-decoration: none;
	color: #000;
	transition: background 0.2s ease, color 0.2s ease;
	white-space: nowrap;
	justify-content: space-between;
	margin-bottom: 49px;
}


.btn-more:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.btn-more__text {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    /* 全体のunderlineを削除 */
    white-space: nowrap;
    /* 折り返し防止 */
}

.btn-more__underline {
    text-decoration: underline;
    text-underline-offset: 4px;
}

#lp img.btn-more__arrow {
    width: 18px;
    height: auto;
    flex-shrink: 0;
    transition: filter 0.2s ease;
}

#lp .btn-more:hover img.btn-more__arrow {
    filter: invert(1);
}


.infinite-slider {
    overflow: hidden;
    width: 100%;
}

.infinite-slider__track {
    display: flex;
    gap: 0px;
    animation: infiniteScroll 20s linear infinite;
    width: max-content;
}

#lp .infinite-slider__track a {
    flex-shrink: 0;
    display: block;
}

#lp .infinite-slider__track a img {
    width: 257px;
    display: block;
}

@keyframes infiniteScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


.btn-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 101px;
    height: 101px;
    border-radius: 50%;
    background: #FFE300;
    color: #000;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
    position: fixed;
    bottom: 57px;
    right: 112px;
    z-index: 1000;
        opacity: 0;
    pointer-events: none;
    transition: background 0.2s ease, color 0.2s ease, opacity 0.4s ease;
}


.btn-top.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.btn-top:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

#lp img.btn-top__arrow,
#lp .btn-top img {
    width: 15px;
    height: auto;
    transition: filter 0.2s ease;
}

#lp .btn-top:hover img {
    filter: invert(1);
}


.scroll-indicator {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	position: relative;
	margin-top: -6vw;
	z-index: 10;
	padding-bottom: 2vw;
}

.scroll-indicator__text {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #707070;
    letter-spacing: 0.15em;
}

.scroll-indicator__arrow {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #aaa;
    border-right: 2px solid #aaa;
    transform: rotate(45deg);
    animation: scrollDown 2s infinite;
}

@keyframes scrollDown {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-4px, -4px);
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        transform: rotate(45deg) translate(4px, 4px);
    }
    100% {
        opacity: 0;
    }
}


.sec_03_photo_1,
.sec_03_photo_2,
.sec_03_photo_3,
.sec_03_photo_4,
.sec_03_photo_5,
.sec_03_photo_6,
.sec_03_photo_7,
.sec_03_photo_8 {
    clip-path: inset(0 100% 0 0);
    transform: scale(1.1); 
    transition: clip-path 0.8s ease, transform 0.8s ease;
}

.sec_03_photo_1.is-show,
.sec_03_photo_2.is-show,
.sec_03_photo_3.is-show,
.sec_03_photo_4.is-show,
.sec_03_photo_5.is-show,
.sec_03_photo_6.is-show,
.sec_03_photo_7.is-show,
.sec_03_photo_8.is-show {
    clip-path: inset(0 0% 0 0);
    transform: scale(1); 
}path: inset(0 0% 0 0); 