.l-free-body {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
    font-size: 18px;
    letter-spacing: 0.041em;
    color: #343A3F;
    box-sizing: border-box;
}

.l-free-main {
    background-color: #F0F2F8;
    padding: 40px 0 0;
}

* {
    box-sizing: border-box;
}

a:hover {
    opacity: 0.8;
    transition: all ease 0.2;
}

.sp-only {
    display: none;
}

.sec-intro {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.sec-intro__mv {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1200px;
    height: 480px;
    background-image: url(/cms/contents/feature/sunglasses_golf/img/mv.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* bg */
.sec-intro__mv::before {
    content: "";
    display: block;
    background-image: url(/cms/contents/feature/sunglasses_golf/img/bg.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}

.sec-intro__title {
    position: absolute;
    left: 71px;
    bottom: 21px;
    font-size: 48px;
    line-height: 64px;
    color: #fff;
    font-weight: bold;

}

.sec-intro__sub-text {
    position: absolute;
    left: 71px;
    bottom: 177px;
    width: 400px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 29px;
    background-color: #D0B258;
    border-radius: 50px;
}

.sec-intro__side-text {
    position: absolute;
    bottom: 215px;
    left: -60px;
    z-index: 50;
    transform: rotate(90deg);
}

.sec-intro__side-text p {
    position: relative;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 9px;
    letter-spacing: 0.2em;
}

.sec-intro__side-text p::after {
    content: "";
    width: 60px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -80px;
    margin: auto;
    background: #fff;
    opacity: 0.2;
}

.sec-intro__contents {
    background-color: #fff;
    padding: 60px;
}

.sec-intro__lead {
    text-align: center;
    font-weight: bold;
    line-height: 29px;
}

.sec-intro__supervisor {
    margin-top: 60px;
    border-radius: 20px;
    overflow: hidden;
}

.sec-intro__supervisor-title {
    padding: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #000;
    color: #D0B258;
}

.sec-intro__supervisor-body {
    display: flex;
    padding: 20px 40px;
    background-color: #F2F4F8;
    border-radius: 0 0 20px 20px;
    border: 2px solid #DDE1E6;
    border-top: none;
    gap: 32px;
}

.sec-intro__supervisor-icon {
    display: block;
    width: 125px;
    height: 125px;
}

.sec-intro__supervisor-name {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;

}

.sec-intro__supervisor-bio {
    margin-top: 24px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.sec-intro__supervisor-bio span {
    display: block;
    margin-top: 12px;
}

.sec-index {
    width: 100%;
    max-width: 1200px;
    margin: 25px auto 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.sec-index__inner {
    padding: 60px;
}

.sec-index__wrap {
    display: flex;
    align-items: start;
    gap: 40px;
}

.sec-index__title {
    width: 180px;
    height: stretch;
    min-height: 338px;
    background-color: #F2F4F8;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 28px;
    font-weight: bold;
}

.sec-index__title>span {
    display: block;
    margin-bottom: 4px;
    font-size: 10px;
}

.sec-index__list {
    flex: 1;
}

.sec-index__list li {
    position: relative;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #F2F4F8;
}

.sec-index__list li::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 15px;
    height: 9px;
    background-image: url(/cms/contents/feature/sunglasses_golf/img/arorrw.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

}

.sec-index__list li:first-child {
    padding: 0 0 16px;
}

.sec-index__list li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #343A3F;
    text-decoration: none;
}

.sec-contents {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.sec-contents.main {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.sec-contents__inner {
    padding: 60px;
}

.sec-contents__sub-title {
    padding: 10px 40px;
    background-color: #000;
    color: #D0B258;
    width: fit-content;
    margin: auto;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
}

.sec-contents__title {
    text-align: center;
    margin: 20px auto 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 65px;
    letter-spacing: 0;
}

.sec-contents__lead {
    width: 100%;
    max-width: 1080px;
    margin: 32px auto 0;
    border-radius: 20px;
    background-color: #F8F7F4;
    padding: 40px 0 23px;
    text-align: center;
}

.sec-contents__lead-heading {
    font-size: 20px;
    font-weight: bold;
    color: #9D8743;
}

.sec-contents__lead-text {
    text-align: left;
    margin-top: 32px;
    padding: 0 40px;
    line-height: 26px;
    font-size: 16px;
}

.sec-contents__point {
    margin-top: 60px;
}


.sec-contents__point-list li {
    margin-bottom: 48px;
}

.sec-contents__point-list li:last-child {
    margin-bottom: 0;
}




.sec-contents__point-heading {
    display: flex;
    align-items: center;
    gap: 32px;
}

.sec-contents__point-number img {
    width: 73px;
    object-fit: contain;
}

.sec-contents__point-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

.sec-contents__point-body {
    display: flex;
}

.sec-contents__point-img {
    width: 457px;
    min-width: 457px;
    object-fit: contain;
}

.sec-contents__point-text {
    height: 257px;
    box-sizing: border-box;
    border: solid #DDE1E6 1px;
    border-radius: 0 15px 15px 0;
}

.sec-contents__point-text p {
    padding: 40px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
}

.sec-recomend {
    margin: 32px auto 0;
    padding: 40px;
    background-color: #F8F7F4;
    border-radius: 20px;
}

.sec-box {
    margin-bottom: 120px;
}

.sec-box:last-child {
    margin-bottom: 0;
}

.sec-box__title {
    position: relative;
    display: block;
    max-width: 1000px;
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    overflow: hidden;
}

.sec-box.recommend01 .sec-box__title {
    background-image: url(/cms/contents/feature/sunglasses_golf/img/title-bg-01.png);
}

.sec-box.recommend02 .sec-box__title {
    background-image: url(/cms/contents/feature/sunglasses_golf/img/title-bg-02.png);
}

.sec-box.recommend03 .sec-box__title {
    background-image: url(/cms/contents/feature/sunglasses_golf/img/title-bg-03.png);
}

/* bg */
.sec-box__title::before {
    content: "";
    display: block;
    background-image: url(/cms/contents/feature/sunglasses_golf/img/title_bg.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}

.sec-box__title-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: fit-content;
    z-index: 10;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.sec-box__title-sub {
    font-size: 11px;
}

.sec-box__title-index {
    font-size: 40px;
    font-family: "Montserrat", sans-serif;
}

.sec-box__title h3 {
    margin-top: 12px;
    font-size: 32px;
    font-weight: bold;
}

.sec-box__text {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 500;
}

.sec-box__contents-wrap {
    margin-top: 60px;
}

.sec-box__contents-title {
    font-size: 24px;
    font-weight: bold;
}

.sec-box__contents h5 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #9D8743;
    line-height: 41px;
}

.sec-box__contents-detail {
    margin-top: 20px;
    background-color: #fff;
    padding: 48px 40px;
    border-radius: 20px;
}

.sec-box__contents-detail>.notice {
    margin-top: 24px;
    font-size: 12px;
    font-weight: 500;
    color: #9D8743;
    text-align: center;
}

.sec-box__contents-text {
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.sec-box__lens-detail {
    margin-top: 32px;
    border: 2px solid #9D8743;
    border-radius: 20px;
    padding: 40px 32px 32px;
    text-align: center;
}

.sec-box__lens-detail p {
    font-size: 20px;
    font-weight: bold;
    color: #9D8743;

}

.sec-box__lens-detail img {
    display: block;
    margin-top: 20px;
    width: 100%;
}

.sec-box__notice {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #9D8743;
}

.link-btn {
    display: block;
    text-align: center;
    margin: 40px auto 0;
    color: #fff;
    width: 290px;
    padding: 15px 0;
    border-radius: 50px;
    background-color: #DD4A6E;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.sec-box__wrap {
    margin-top: 30px;
    display: flex;
    max-width: 1000px;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

.sec-box__wrap-item {
    position: relative;
    width: 480px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 15px;
}

.sec-box__wrap-item a {
    display: block;
    padding-top: 20px;
    padding-bottom: 24px;
}

.sec-box__wrap-item img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.sec-box__wrap-item p {
    text-align: center;
}

.sec-box__wrap-item .name {
    font-size: 28px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;

}

.sec-box__wrap-item .price {
    margin-top: 12px;
    font-size: 20px;
}

.sec-box__wrap-item .price>span {
    font-size: 12px;
}

.sec-box__wrap-item p.small {
    font-size: 13px;
    line-height: 0;
}

.sec-box__wrap-item .tag {
    display: block;
    position: absolute;
    top: 25px;
    right: 20px;
}

.sec-box__wrap-item p.red {
    color: #FF0000;
    font-weight: bold;
}

.sec-box__point {
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px
}

.sec-box__point-icon {
    width: 125px;
    height: 125px;
}

.sec-box__point-contents {
    position: relative;
    padding: 30px 40px;
    border-radius: 20px;
    background-color: #fff;
}

.sec-box__point-contents::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    border-left: 11.075px solid transparent;
    border-right: 11.075px solid transparent;
    border-bottom: 17px solid #fff;
    transform: rotate(30deg);
}

.sec-box__point-title {
    font-size: 22px;
    line-height: 41px;
    font-weight: bold;
}

.sec-box__point-title::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background-image: url(/cms/contents/feature/sunglasses_golf/img/point-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 8px;
}

.sec-box__point-text {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.sec-box__point-comment {
    margin-top: 24px;
    color: #9D8743;
    font-weight: bold;
    line-height: 26px;
    font-size: 18px;
}

.flex-box {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 16px;
    margin-top: 32px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.flex-box__item {
    width: 452px;
    border: 2px solid #DDE1E6;
    border-radius: 15px;
    padding: 32px;
}

.flex-box__item img {
    width: 389px;
    height: 188px;
}

.flex-box__item .name {
    margin-top: 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    text-align: center;
}

.flex-box__item .title {
    text-align: center;
    border: 2px solid #9D8743;
    padding: 13px;
    color: #9D8743;
    font-size: 16px;
    font-weight: bold;
    background-color: #F8F7F4;
    margin-top: 16px;
}

.flex-box__item .text {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.flex-box__item .notice {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    color: #9D8743;
}

.lens-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.lens-wrap img {
    display: block;
    width: 171px;
    height: 133px;
}

.lens-wrap__detail .title {
    width: 160px;
    border-radius: 50px;
    font-size: 13px;
    padding: 8px;
}

.lens-wrap__detail .text {
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
}

.sec-contents__faq {
    margin: 40px auto 0;
}

.faq-item {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-question {
    display: flex;
    align-items: center;
    padding: 24px;
    cursor: pointer;
    position: relative;
}

.sec-box__plan {
    margin-top: 40px;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 15px;
}

.sec-box__plan-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 48px 32px;
    gap: 24px;
}

.sec-box__plan-item {
    text-align: center;
}

.sec-box__plan-item .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sec-box__plan-item .price,
.sec-box__plan-item .name {
    margin-top: 16px;
    font-family: "Montserrat", sans-serif;
}

.sec-box__plan-item .name {
    font-size: 16px;
}

.sec-box__plan-item .price>span {
    font-size: 12px;
}

.sec-box__plan-item.first {
    width: 280px;
}

.sec-box__plan-item.second {
    width: 331px;
}

.sec-box__plan-item.second>img {
    width: 280px;
}

.sec-box__plan-wrap>img {
    width: 40px;
}

.sec-box__plan-item img {
    width: 100%;
}

.result_text {
    font-size: 16px;
    font-weight: bold;
}

.result_price {
    font-size: 20px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}

.faq-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-right: 12px;
    flex-shrink: 0;
    font-family: "Montserrat", sans-serif;

}

.faq-icon.q-icon {
    color: #D0B258;
}

.faq-icon.a-icon {
    color: #DD4A6E;
}

.faq-question-text {
    flex-grow: 1;
    margin: 0;
    padding-right: 24px;
    font-weight: bold;
    font-size: 20px;
}

.faq-toggle-icon {
    width: 12px;
    height: 12px;
    border-top: 2px solid #888;
    border-right: 2px solid #888;
    transform: rotate(135deg);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.faq-answer-content {
    display: flex;
    align-items: flex-start;
    background-color: #f9f8f4;
    border-radius: 8px;
    margin: 0 20px 20px 20px;
    padding: 20px;
}

.faq-answer-text {
    margin: 0;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
}

.faq-item.active .faq-toggle-icon {
    transform: rotate(-45deg);
}

.faq-item.active .faq-answer {
    max-height: 500px;
    transition: max-height 0.4s ease-in;
}

.sec-other {
    margin: 120px auto 0;
    width: 1260;
}

.sec-other h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .sp-only {
        display: block;
    }

    body {
        width: 100vw;
        overflow-x: hidden !important;
        font-size: 15px;
        letter-spacing: 0.03em;
        box-sizing: border-box;
    }

    .l-free-main {
        background-color: #F0F2F8;
        padding: 0;
    }

    .sec-intro {
        width: 100%;
        position: relative;
    }

    .feature-page {
        /* padding: 16px 15px 60px; */
    }

    .sec-wrapper {
        padding: 16px 15px 0;
    }

    .sec-intro__mv {
        position: relative;
        display: block;
        width: 100%;
        height: calc(260 / 430 * 100vw);
        background-image: url(/cms/contents/feature/sunglasses_golf/img/mv_sp.png);
    }

    .sec-intro__title {
        left: 0;
        right: 0;
        bottom: auto;
        top: 105px;
        margin: auto;
        font-size: 28px;
        line-height: 36px;
        text-align: center;
        width: 100%;
    }

    .sec-intro__sub-text {
        left: 0;
        right: 0;
        top: 57px;
        bottom: auto;
        margin: auto;
        width: 230px;
        padding: 10px 0;
        text-align: center;
        font-size: 12px;
        line-height: 16px;
    }

    .sec-intro__side-text {
        display: none;
    }

    .sec-intro__contents {
        background-color: #fff;
        padding: 32px 16px;
    }

    .sec-intro__lead {
        text-align: center;
        font-weight: bold;
        line-height: 26px;
        font-size: 16px;
        letter-spacing: 0.041em;
    }

    .sec-intro__supervisor {
        margin-top: 32px;
        border-radius: 12px;
    }

    .sec-intro__supervisor-title {
        font-size: 14px;
    }

    .sec-intro__supervisor-body {
        display: flex;
        padding: 36px 24px 21px;
        flex-direction: column;
        gap: 20px;
    }

    .sec-intro__supervisor-icon {
        display: block;
        width: 125px;
        height: 125px;
        margin: auto;
    }

    .sec-intro__supervisor-name {
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;

    }

    .sec-intro__supervisor-bio {
        margin-top: 20px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0;
    }

    .sec-intro__supervisor-bio span {
        display: block;
        margin-top: 20px;
        font-size: 14px;
    }

    .sec-index {
        width: 100%;
        max-width: 1200px;
        margin: 20px auto 0;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        background-color: #fff;
    }

    .sec-index__inner {
        padding: 32px;
    }

    .sec-index__wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 32px;
    }

    .sec-index__title {
        width: 100%;
        height: auto;
        min-height: auto;
        padding: 17px 0;
        line-height: 36px;
        font-size: 22px;
        letter-spacing: 0;
    }

    .sec-index__title>span {
        display: block;
        margin-bottom: 4px;
        font-size: 10px;
        line-height: 13px;
        letter-spacing: 0.2em;
    }

    .sec-index__list li {
        padding: 16px 28px 16px 0 !important;
        font-size: 16px;
        font-weight: 500;
        border-bottom: 1px solid #F2F4F8;
    }

    .sec-index__list li::after {
        right: 0;
    }

    .sec-index__list li:first-child {
        padding: 0 28px 16px 0 !important;

    }

    .sec-index__list li a {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.03em;
    }

    .sec-contents {
        width: 100%;
        margin: 20px auto 0;
    }

    .sec-contents.main {
        width: 100%;
        margin: 20px auto 0;
    }

    .sec-contents.faq {
        margin: 50px auto 0;
    }

    /* .sec-contents.main .sec-contents__inner {
        padding: 15px;
    } */

    .sec-contents.main .sec-contents__lead {
        /* border-radius: 20px 20px 0 0; */
    }

    .sec-contents__inner {
        padding: 32px 16px;
    }

    .sec-contents__sub-title {
        padding: 8px 23px;
        border-radius: 5px;
        font-size: 13px;
    }

    .sec-contents__title {
        text-align: center;
        margin: 18px auto 0;
        font-size: 28px;
        font-weight: bold;
        line-height: 36px;
        letter-spacing: 0;
    }

    .sec-contents__lead {
        margin: 24px auto 0;
        padding: 40px 24px 24px;
    }

    .sec-contents__lead-heading {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.03em;
    }

    .sec-contents__lead-text {
        text-align: left;
        margin-top: 40px;
        padding: 0;
        line-height: 24px;
        font-size: 15px;
    }

    .sec-contents__point {
        margin-top: 20px;
    }

    .sec-contents__point-list li {
        margin-bottom: 20px;
    }

    .sec-contents__point-heading {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 12px;
    }

    .sec-contents__point-number img {
        width: 66px;
        object-fit: contain;
    }

    .sec-contents__point-title {
        font-size: 22px;
        font-weight: bold;
        line-height: 30px;
        letter-spacing: 0.041em;
        text-align: center;
    }

    .sec-contents__point-body {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
    }

    .sec-contents__point-img {
        width: 100%;
        min-width: auto;
        object-fit: contain;
    }

    .sec-contents__point-text {
        height: auto;
        border-radius: 0 0 15px 15px;
    }

    .sec-contents__point-text p {
        padding: 24px;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0.03em;
    }

    .sec-recomend {
        margin: 20px auto 0;
        padding: 0px;
        background-color: #F8F7F4;
        border-radius: 20px;
    }

    .sec-box {
        margin: 0 auto;
        padding: 15px;
        border-radius: 0;
    }

    .sec-box__title {
        width: 100%;
        max-width: 335px;
        aspect-ratio: 335 / 120;
        height: auto;
    }

    .sec-box.recommend01 .sec-box__title {
        background-image: url(/cms/contents/feature/sunglasses_golf/img/title-bg-01_sp.png);
    }

    .sec-box.recommend02 .sec-box__title {
        background-image: url(/cms/contents/feature/sunglasses_golf/img/title-bg-02_sp.png);
        aspect-ratio: 335 / 142;
    }

    .sec-box.recommend03 .sec-box__title {
        background-image: url(/cms/contents/feature/sunglasses_golf/img/title-bg-03_sp.png);
        aspect-ratio: 335 / 142;
    }

    .sec-box__title-sub {
        font-size: 10px;
        line-height: 1;
        letter-spacing: 0.041em;
    }

    .sec-box__title-index {
        font-size: 30px;
        line-height: 1;
        line-height: 34px;
        letter-spacing: 0.041em;
    }

    .sec-box__title h3 {
        margin-top: 6px;
        font-size: 20px;
        line-height: 23px;
        letter-spacing: 0.041em;
    }

    .sec-box__text {
        font-size: 15px;
    }

    .sec-box__notice {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.041em;
        text-align: center;
    }

    .sec-box__contents-wrap {
        margin-top: 24px;
    }

    .sec-box__contents-wrap.frames {
        margin-top: 60px;
    }

    .sec-box__contents-title {
        font-size: 22px;
        text-align: center;
    }

    .sec-box__contents h5 {
        font-size: 20px;
        line-height: 41px;
        letter-spacing: 0.041em;
    }

    .sec-box__contents-detail {
        margin-top: 20px;
        background-color: #fff;
        padding: 25px 18px;
    }

    .sec-box__contents-detail>.notice {
        text-align: left;
    }

    .sec-box__contents-text {
        margin-top: 12px;
        font-size: 15px;
    }

    .sec-box__lens-detail {
        margin-top: 19px;
        padding: 20px;
    }

    .sec-box__lens-detail p {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0;
    }

    .sec-box__lens-detail img {
        display: block;
        margin-top: 15px;
    }

    .link-btn {
        width: 100%;
        max-width: 290px;
    }

    .sec-box__wrap {
        margin-top: 20px;
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        justify-content: start;
        align-items: center;
        overflow-x: scroll;
    }

    .sec-box__wrap-item {
        min-width: 286px;
        border-radius: 10px;

    }

    .sec-box__wrap-item .name {
        font-size: 22px;
        font-weight: bold;
        line-height: 27px;
    }

    .sec-box__wrap-item .price {
        margin-top: 10px;
        font-size: 18px;
        line-height: 1;
    }

    .sec-box__wrap-item .price>span {
        font-size: 15px;
    }

    .sec-box__wrap-item p.small {
        font-size: 13px;
        line-height: 1;
    }

    .sec-box__wrap-item .tag {
        top: 15px;
        right: 15px;
    }

    .sec-box__point {
        margin: 24px auto;
        flex-direction: column;
        gap: 24px
    }

    .sec-box__point-contents {
        padding: 30px 20px 35px;
        border-radius: 12px;
    }

    .sec-box__point-contents::before {
        top: -15px;
        bottom: auto;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(0deg);
    }

    .sec-box__point-title {
        font-size: 18px;
        line-height: 22px;
        width: fit-content;
        margin: auto;
        position: relative;
        padding-left: 33px;
    }

    .sec-box__point-title::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0px;
        width: 25px;
        height: 25px;
        margin: auto;
    }

    .sec-box__point-text {
        margin-top: 20px;
        font-size: 14px;
        line-height: 19px;
    }

    .sec-box__point-comment {
        margin-top: 24px;
        line-height: 24px;
        font-size: 16px;
    }

    .flex-box {
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
        margin-top: 20px;
        margin-bottom: 16px;
        flex-wrap: wrap;
    }

    .flex-box__item {
        width: 100%;
        border: 1px solid #DDE1E6;
        padding: 20px;
    }

    .flex-box__item img {
        width: 100%;
        height: auto;
    }

    .flex-box__item .name {
        margin-top: 20px;
        font-size: 13px;
        text-align: center;
    }

    .flex-box__item .title {
        padding: 8px;
        font-size: 14px;
        margin-top: 16px;
    }

    .flex-box__item .text {
        margin-top: 16px;
        font-size: 14px;
    }

    .flex-box__item .notice {
        margin-top: 15px;
        font-size: 12px;
        line-height: 18px;
    }

    .lens-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 24px;
    }

    .lens-wrap img {
        display: block;
        width: 171px;
        height: 133px;
    }

    .lens-wrap__detail .title {
        margin: auto;
    }

    .lens-wrap__detail .text {
        margin-top: 20px;
        text-align: center;
        font-weight: bold;
    }

    .sec-contents__faq {
        margin: 40px auto 0;
    }

    .faq-item {
        background-color: #fff;
        border: 1px solid #eaeaea;
        border-radius: 15px;
        margin-bottom: 15px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .faq-question {
        display: flex;
        align-items: start;
    }

    .sec-box__plan {
        margin-top: 24px;
        width: 100%;
    }

    .sec-box__plan-wrap {
        padding: 45px 32px 28px;
        flex-direction: column;
        gap: 24px;
    }

    .sec-box__plan-item .title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .sec-box__plan-item .price,
    .sec-box__plan-item .name {
        margin-top: 14px;
    }

    .sec-box__plan-item .name {
        font-size: 16px;
    }

    .sec-box__plan-wrap .equal {
        transform: rotate(90deg);
    }

    .faq-icon {
        display: flex;
        justify-content: start;
        align-items: start;
    }


    .faq-question-text {
        flex-grow: 1;
        margin: 0;
        padding-right: 24px;
        font-weight: bold;
        font-size: 18px;
    }

    .faq-answer-text {
        margin: 0;
        line-height: 24px;
        font-size: 14px;
        font-weight: 500;
    }

    .sec-other {
        margin: 60px auto 0;
        width: 100%;
        max-width: 1260px;
    }

    .sec-other h2 {
        width: calc(100% - 32px);
        margin: 0 auto 24px;
        font-size: 24px;
        font-weight: bold;
    }

}