html {
    scroll-behavior: smooth;
    scroll-margin-top: 80px;
}

body.fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

#js-drawer-content {
    scroll-behavior: smooth;
}

.arrow {
    position: relative;
    display: inline-block;
    width: 9.1px;
    height: 16.1px;
}

.arrow::before,
.arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 12px;
    height: 2px;
    border-radius: 9999px;
    background-color: #279381;
    transform-origin: calc(100% - 1px) 50%;
}

.arrow::before {
    transform: rotate(45deg);
}

.arrow::after {
    transform: rotate(-45deg);
}

/* golf-header */
.golf-header {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.golf-header__logo {
    width: 10%;
}

.golf-header__nav {
    display: flex;
    gap: 10px;
    height: auto;
    align-items: center;
}

.golf-header__entry {
    width: 230px;
    text-align: center;
}

.golf-header__entry--link {
    display: block;
    width: 100%;
    border-radius: 30px;
    padding-top: 17px;
    padding-bottom: 17px;
    background-image: linear-gradient(90deg, rgba(86, 186, 148, 1), rgba(0, 115, 115, 1));
    box-shadow: 0 0 5px rgb(0 0 0 / 11%);

}

.golf-header__entry--text {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.golf-header__menu--link {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #279381;
    border-radius: 30px;
    box-shadow: 0 0 5px rgb(0 0 0 / 11%);

}

.golf-header__menu--text {
    display: inline-block;
    text-align: center;
    padding-left: 60px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: lowercase;
    letter-spacing: 0.08em;
    background: linear-gradient(90deg, rgba(86, 186, 148, 1), rgba(0, 115, 115, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.golf-header__menu--link {
    display: flex;
    flex-direction: row-reverse;
    gap: 0x;
    position: relative;
    z-index: 51;

}

.golf-header__menu--link {
    width: 150px;
    background-color: #fff;
    border-radius: 25px;
    padding: 10px 30px;
}

.golf-header__menu--link.is-checked {
    background-color: #fff;
}

.golf-header__menu--text {
    display: inline-block;
    text-align: center;
    padding-left: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;

}

.golf-header__menu--text.is-checked {
    color: #0051d7;
}

button {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
    cursor: pointer;
    font: inherit;
}

/* drawer */
.drawer-icon {
    width: 28px;
    height: 21px;
    position: relative;
    z-index: 51;
}

.drawer-icon__bar {
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 1px;
    border-radius: 6px;
    background: #279381;
    transition: transform 0.3s linear, top 0.3s linear;
}

.drawer-icon.is-checked .drawer-icon__bar {
    background: #279381;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
    top: 10px;
    transform: rotate(30deg);
}

.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
    display: none;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
    top: 10px;
    transform: rotate(-30deg);
}


.drawer-icon__bar:nth-of-type(2) {
    top: 11px;
}

.drawer-icon__bar:nth-of-type(3) {
    top: 15px;
}

.drawer-content {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 480px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
    padding-top: 86px;
    transform: translateX(100%);
    transition: transform 0.3s linear;
    overflow-y: auto;
    /* ←コレがないのでスクロールできない */
    -webkit-overflow-scrolling: touch;
    /* スマホでの慣性スクロール対応 */
}

@media screen and (max-width: 1025px) {
    .drawer-content {
        max-width: 480px;
        width: 100%;
        height: 100%;
        padding-top: 50px;
    }
}

.drawer-content.is-checked {
    transform: translateX(0%);
}

.drawer-content__menu {
    width: 100%;
    padding: 40px 60px 0;
}

.drawer-content__menu--list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    border-top: 1px solid #eaeaea;
}

.drawer-content__menu--item {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}

.drawer-content__link {
    /* display: block; */
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.48px;
    color: #000;
    display: flex;
    justify-content: space-between;
}

.drawer-content__button {
    margin-top: 14px;
}

/* hero */
.golf-hero {
    /* position: relative; */

}

.golf-fv {
    position: relative;
}

.golf-fv__cta {
    position: absolute;
    left: 20%;
    bottom: -10px;
    transform: translate(-50%, -50%);
    margin-inline: auto;
    /* 1280px 時に 370px ＝ 370 ÷ 1280 × 100 = 28.9vw */
  width: 28.9vw;

}

@media screen and (max-width: 1024px) {
    .golf-fv__cta {
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, -50%);
    margin-inline: auto;
    max-width: 100%;
    width: 80%;
}

}

/* 250701-saito */

.cp-banner {
    max-width: 80%;
    margin: 60px auto;
}

.cp-banner a {
    display: block;
}

.sub-menu {
    padding: 20px 0;
}

.sub-menu li {}

.sub-menu li a {
    display: block;
    padding: 15px 0;
    font-size: 14px;
    line-height: 1;
}

.line-banner {
    margin-bottom: 30px;
}

.link-banner {
    display: block;
    margin-top: 30px;
    margin: 30px calc(50% - 50vw) 0;
}

.hikaku {
    padding: 0 30px 40px;
    overflow-y: scroll;
}

.hikaku img {
    width: 130%;
}

.faq-banner {
    width: 60%;
    display: flex;
    align-items: center;
    margin: 0 auto 50px;
    gap: 20px;
}

.faq-banner a {}

.faq-banner a:nth-child {}

footer {
    background: #222;
}

footer .inner {
    margin-top: 80px;
    background: #222;
}

footer .inner .top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 60px 60px 40px;
    border-bottom: 1px solid #323232;
}

footer .inner .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.arrow-white {
    position: relative;
    display: inline-block;
    width: 6.2px;
    height: 10.5px;
}

.arrow-white::before,
.arrow-white::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 8px;
    height: 2px;
    border-radius: 9999px;
    background-color: #ffffff;
    transform-origin: calc(100% - 1px) 50%;
}

.arrow-white::before {
    transform: rotate(45deg);
}

.arrow-white::after {
    transform: rotate(-45deg);
}

.top .left {
    width: 15%;
}

.top .right {}

.top .right ul {
    display: flex;
    gap: 20px;
}

.top .right ul li {}

.top .right ul li a {
    color: #fff;
}

.bottom .left {
    width: 35%;
}

.bottom .right p {
    padding: 0 60px 0 0;
    font-size: 10px;
    line-height: 1;
    color: #fff;
}

@media screen and (max-width: 1025px) {

    .cp-banner {
        max-width: 85%;
        margin: 30px auto;
    }

    .drawer-icon {
        height: 25px;
    }

    .drawer-icon__bar {
        height: 1px;
    }

    .golf-header__nav {
        gap: 5px;
    }

    .drawer-content__menu {
        padding: 30px 30px 0;
    }

    .drawer-icon__bar {
        width: 16px;
        top: 9px;
    }

    .drawer-icon__bar:nth-of-type(2) {
        top: 12px;
    }

    .drawer-icon__bar:nth-of-type(3) {
        top: 15px;
    }

    .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
        top: 13px;
    }

    .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
        top: 13px;
    }

    .golf-header__logo {
        width: 17%;
    }

    .golf-header {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 10px;
        padding-left: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .golf-header__entry {
        width: 100px;
        text-align: center;
    }

    .golf-header__entry--link {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .golf-header__entry--text {
        font-size: 10px;
        line-height: 1;
    }

    .golf-header__menu--text {
        font-size: 10px;
    }

    .golf-header__menu--link {
        width: 95px;
        border-radius: 25px;
        padding: 2px 15px;
    }

    .drawer-content__link {
        font-size: 15px;
    }

    .sub-menu {
        padding: 20px 0 10px;
    }

    .sub-menu li a {
        padding: 13px 0;
        font-size: 13px;
    }

    footer .inner {
        margin-top: 0;
    }

    footer .inner .top {
        padding: 30px 0 0;
        display: block;
    }

    .top .left {
        width: 40%;
        margin: 0 auto 30px;
    }

    .top .right ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0;
        border-top: 1px solid #464646;
    }

    .top .right ul li {
        width: 50%;
        height: 70px;
        align-items: center;
        justify-content: center;
        display: flex;
        text-align: center;
        border-bottom: 1px solid #464646;
    }

    .top .right ul li:first-child {
        border-right: 1px solid #464646;
    }

    .top .right ul li:nth-child(3) {
        border-right: 1px solid #464646;
    }

    .top .right ul li a {
        color: #fff;
        display: block;
        font-size: 12px;
        line-height: 1.4;
        display: flex;
        gap: 10px;
        align-items: center;
    }

    footer .inner .bottom {
        flex-wrap: wrap;
        justify-content: center;
    }

    .bottom .left {
        width: 100%;
        order: 2;
    }

    .bottom .right {
        width: 100%;
        order: 1;
        text-align: center;
    }

    .bottom .right p {
        padding: 20px;
    }

    .faq-banner {
        display: none;
    }

}