
html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 5rem;
}
body {
    overflow-x: hidden;
}
* {
    line-height: 1.5;
}
picture {
    display: inline-block;
}
img {
    display: inline-block;
    width: auto;
}
.top-button {
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: block;
    width: 75px;
    height: 75px;
    z-index: 9999;
    @media (768px > width) {
        bottom: 25px;
        right: 25px;
        width: 60px;
        height: 60px;
    }
}
.l-inner {
    box-sizing: border-box;
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 1.25rem;
}
.mb20 {
    margin-bottom: 20px;
}
.pc {
    display: block!important;
    @media (768px > width) {
        display: none!important;
    }
}
.sp {
    display: none!important;
    @media (768px > width) {
        display: block!important;
    }
}
.pc960 {
    display: block!important;
    @media (960px > width) {
        display: none!important;
    }
}
.sp960 {
    display: none!important;
    @media (960px > width) {
        display: block!important;
    }
}
.sp-full {
    @media (768px > width) {
        width: 100vw;
        /* margin: 0 calc(50% - 50vw); */
    }
}
.c-title {
    margin: 0 auto 1.8rem;
}
.c-button {
    display: block;
    width: 220px;
    /* margin: 0 auto; */
    position: relative;
    z-index: 10;
    @media (768px > width) {
        width: 190px;
    }
}
.p-outdoorMv {
    position: relative;
    padding: 3rem 0;
    height: 360px;
    background: url('../images/bg-mv.webp') top center / cover no-repeat;
    @media (768px > width) {
        align-content: flex-end;
        height: auto;
        min-height: 69vh;
        padding: 1rem 0 0;
        background: url(../images/bg-mv-sp.webp) top center / 100% auto no-repeat;
    }
    & .p-outdoorCta {
        position: absolute;
        content: "";
        bottom: 2.4rem;
        right: 10%;
        @media (1440px > width) {
            right: 10%;
        }
        @media (768px > width) {
            position: static;
            margin-bottom: 2.5rem;
        }
    }
}
.p-outdoorAbout {
    padding: 5rem 0 0;
    @media (960px > width) {
        padding: 0 0 4.5rem;
    }
    .c-title {
        img {
            width: 100%;
            max-width: 490px;
            margin: 0 auto 5rem;
            @media (768px > width) {
                position: relative;
                margin: -1.2rem auto 4rem;
            }
        }
    }
    img {
        width: 100%;
        max-width: 1080px;
        margin: 0 auto;
        &.before {
            margin: -3rem auto 0;
        }
    }
    
}
.p-outdoorPoint {
    padding: 0 0 6.2rem;
    @media (768px > width) {
        padding: 0;
    }
    & .c-title {
        max-width: 346px;
    }
    & .p-outdoorPoint__inner {
        position: relative;
        padding: 0 10rem;
        border-radius: 3.18rem;
        background-color: #fff;
        @media (1024px > width) {
            padding: 0 3rem;
        }
        @media (768px > width) {
            margin-bottom: 8rem;
            padding: 0;
        }
        > .c-title {
            max-width: 380px;
        }
        /* & .c-button {
            margin-bottom: -8rem;
            @media (768px > width) {
                margin-bottom: -13rem;
            }
        } */
    }
    & .p-outdoorPoint__box {
        padding: 4rem 5rem 0;
        /* border: 5px solid #1791af;
        border-radius: 1rem;
        background-color: #46C2E0; */
        @media (768px > width) {
            padding: 2rem 1.5rem 4rem;
        }
        & .c-title {
            max-width: none;
        }
        & .p-outdoorPoint__point {
            margin-bottom: 2rem;
            @media (768px > width) {
                margin-bottom: 1rem;
            }
        }
        & .reason02 {
            gap: 5rem;
            margin-bottom: 0;
        }
        & .sp-text {
            @media (768px > width) {
                /* width: 50%; */
                text-align: left;
                margin-bottom: 1rem;
                font-size: 1.7rem;
            }
        }
        + div {
            max-width: 500px;
            margin: 0 auto 3rem;
        }
        li {
            text-align: left;
            font-size: 2rem;
            @media (768px > width) {
                font-size: 1.7rem;
            }
        }
    }
    & .p-outdoorPoint__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
        gap: 1rem;
        margin-bottom: 5rem;
        @media (768px > width) {
            grid-template-columns: repeat(1, 1fr);
            margin-bottom: 3.6rem;
        }
        & .p-outdoorPoint__item {
            &:nth-of-type(2) {
                @media (768px > width) {
                    order: 3;
                }
            }
            &:nth-of-type(3) {
                @media (768px > width) {
                    order: 2;
                }
            }
            &:nth-of-type(4) {
                @media (768px > width) {
                    order: 4;
                }
            }
        }
    }
}
.p-outdoorFlow {
    background: #FFFFD2;
    @media (768px > width) {
        padding: 0 0 4rem;
    }
    .c-title {
        @media (768px > width) {
            margin: 0 auto;
        }
        img {
            margin-top: -1rem;
        }
    }
    & .p-outdoorFlow__inner {
        position: relative;
        @media (768px > width) {
            padding: 0 1rem;
        }
    }
    + img {
        margin-top: -20rem;
    }
    .p-outdoorFlow__button {
        position: absolute;
        bottom: 10.75%;
        right: 14%;
        flex-direction: column;
        @media (1200px > width) {
            right: 7%;
        }
        @media (768px > width) {
            position: static;
            flex-direction: column;
            gap: 1.2rem;
            margin-top: -2rem;
            padding: 0 1rem;
        }
        & .c-button {
            width: 324px;
            @media (768px > width) {
                width: 265px;
            }
        }
    }
}
.p-outdoorEducate {
    padding: 0 0 10rem;
    @media (768px > width) {
        margin-top: -12rem;
    }
    & .p-outdoorEducate__bnr {
        display: block;
        margin: -7rem auto 3rem;
        @media (768px > width) {
            margin: -2.5rem 1.5rem 3rem -1rem;
        }
    }
}
.p-outdoorSupport {
    & .c-title {
        @media (768px > width) {
            max-width: 287px;
        }
    }
    & .p-outdoorSupport__list {
        display: flex;
        align-items: flex-end;
        margin-bottom: 8rem;
        @media (768px > width) {
            flex-direction: column;
            margin-bottom: 1rem;
        }
        + picture {
            @media (768px > width) {
                margin: 0 -3rem 0rem 3rem;
            }
        }
    }
    & .p-outdoorSupport__item {
        width: 50%;
        align-content: center;
        @media (960px > width) {
            width: 80%;
        }
        @media (768px > width) {
            width: 100%;
        }
        &:first-of-type {
            @media (768px > width) {
                margin-bottom: 1.4rem;
            }
        }
        h4 {
            margin-bottom: .8rem;
            font-size: 2.8rem;
            font-weight: bold;
            color: #FF5C5E;
            @media (1024px > width) {
                font-size: 2.4rem;
            }
        }
        p {
            text-align: left;
            padding: 0 5.5rem;
            font-size: 2.1rem;
            letter-spacing: .18rem;
            line-height: 1.5;
            color: #000;
            @media (1024px > width) {
                padding: 1rem 2rem 0;
            }
            @media (768px > width) {
                font-size: 1.7rem;
            }
        }
    }
}

.p-outdoorPrice {
    margin-top: -5rem;
    padding: 4rem 0 7.2rem;
    background: url(../images/bg-green.webp) top center / 100% auto no-repeat, linear-gradient(to bottom, #fff 0%, #fff 50%, #E2EED4 51%, #E2EED4 100%);
    @media (768px > width) {
        margin-top: -7rem;
        padding: 0 0 3.2rem;
        background: url(../images/bg-green.webp) top center / 100% auto no-repeat, linear-gradient(to bottom, #fff 0%, #fff 10%, #E2EED4 11%, #E2EED4 100%);
    }
    & .p-outdoorPrice__list {
        max-width: 780px;
        margin: 0 auto;
        & .p-outdoorPrice__item {
            text-align: left;
            margin-bottom: 3.6rem;
            @media (768px > width) {
                margin-bottom: 2.8rem;
            }
            &:last-of-type {
                margin-bottom: 1.5rem;
                @media (768px > width) {
                    margin-bottom: .8rem;
                }
            }
            h4 {
                display: inline-block;
                text-align: center;
                width: 150px;
                margin: 0 .5rem 1.5rem 0;
                padding: .2rem .5rem;
                border-radius: .8rem;
                font-size: 2rem;
                font-weight: 600;
                background-color: #008E00;
                color: #fff;
                @media (768px > width) {
                    width: 125px;
                    font-size: 1.8rem;
                }
                &.main {
                    background-color: #FF2A22;
                }
                span {
                    font-size: 1.4rem;
                }
            }
            p {
                font-size: 2.1rem;
                color: #000;
                @media (768px > width) {
                    font-size: 1.7rem;
                }
            }
            > span {
                font-size: 1.4rem;
                color: #000;
                @media (768px > width) {
                    display: inline-block;
                    width: calc(100% - 130px);
                    transform: translateY(5px);
                    font-size: 1rem;
                }
            }
        }
        + img {
            margin-bottom: 3.6rem;
            @media (768px > width) {
                margin-bottom: 2rem;
            }
        }
    }
    & .p-outdoorPrice__caption {
        max-width: 615px;
        margin: 0 auto;
        text-align: left;
        font-size: 1.4rem;
        color: #000000;
        @media (768px > width) {
            font-size: 1rem;
        }
    }
}
.p-outdoorBenefit {
    padding: 5rem 0 6.5rem;
    @media (768px > width) {
        padding: 0 0 5rem;
    }
    > picture {
        padding-bottom: 6.5rem;
        @media (768px > width) {
            margin-left: -2.8rem;
            padding-bottom: 1.6rem;
        }
        &:last-of-type {
            @media (768px > width) {
                padding-bottom: 5.2rem;
            }
        }
    }
    & .p-outdoorCta {
        @media (768px > width) {
            padding: 0 2rem;
        }
    }
}
.p-outdoorArive {
    padding: 7.2rem 0;
    background: #FFFFEB;
    @media (768px > width) {
        padding: 3.4rem 2rem 6.6rem;
    }
    & .c-title {
        margin: 0 auto 4.8rem;
        @media (768px > width) {
            margin: 0 auto 2.8rem;
        }
    }
    + .p-outdoorCta {
        padding: 7rem 0 10rem;
        @media (768px > width) {
            padding: 3.2rem 2rem 6.2rem;
        }
    }
}
.p-outdoorCta {
    display: flex;
    justify-content: center;
    gap: 2rem;
    @media (768px > width) {
        padding: 0 2rem;
    }
}
.p-outdoorFaq {
    @media (768px > width) {
        padding: 0 2rem;
    }
    & .c-titleEn {
        @media (768px > width) {
            text-align: left;
        }
        img {
            @media (768px > width) {
                width: 25%;
            } 
        }
    }
    & .p-outdoorFaq__border {
        position: relative;
        max-width: 900px;
        margin: 0 auto 4rem;
        border-radius: 1rem;
        background: linear-gradient(to right, #FF9C00, #FF5C5E);
        padding: 5px;
    }
    & .p-outdoorFaq__inner {
        padding: 2rem 3rem;
        background-color: #92DB68;
        border-radius: 1rem;
        @media (768px > width) {
            padding: 2rem 1rem;
        }
    }
    & .p-outdoorCta {
        @media (768px > width) {
            padding: 5.4rem 2rem 9.4rem;
        }
    }
}
details {
    height: auto;
    transition: 0.5s;
    border-bottom: 2px dotted #fff;
    background-color: #92DB68;
    color: #fff;
}
details:first-of-type {
    border-top: 2px dotted #fff;
}
details[open] {
    height: auto;
}
details p {
    text-align: left;
    margin: 1rem;
    padding: 1rem;
    border-radius: 12px;
    font-size: 1.8rem;
    background: #fff;
    color: #000;
}
summary {
    position: relative;
    display: flex;
    align-items: center;
    padding: 2.2rem 0 2.2rem 1rem;
    font-size: 2rem;
    font-weight: bold;
    @media (768px > width) {
        padding: 1.6rem 0 1.6rem .5rem;
        font-size: 1.6rem;
    }
}
summary::-webkit-details-marker {
    display: none;
}
summary img {
    box-sizing: content-box;
    width: 42px;
    padding-right: .75rem;
    @media (768px > width) {
        width: 34px;
        padding-right: .5rem;
    }
}
summary:before {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    content: "＋";
    font-size: 2.6rem;
    font-weight: bold;
}
[open] summary:before {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    content: "ー";
}
.p-winter__banner {
    display: block;
    width: 280px;
    margin: 0 auto 5.5rem;
    @media (960px > width) {
        width: 235px;
        margin: 0 auto 4.8rem;
    }
}
.l-header {
    position: static;
    padding: 0 1.25rem;
    background-color: #FFF;
    & .l-header__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1040px;
        margin: 0 auto;
        padding: .7rem 0;
        @media (960px > width) {
            padding: .7rem 1rem;
        }
    }
    & .l-header__logo {
        img {
            height: 30px;
            @media (960px > width) {
                height: auto;
            }
        }
    }
    & .l-header__address {
        color: #0C4886;
        @media (960px > width) {
            display: none;
        }
        img {
            width: 42px;
            @media (960px > width) {
                width: 68px;
            }
        }
        p {
            padding-right: .5rem;
            font-size: 1.2rem;
            @media (960px > width) {
                font-size: 1rem;
            }
        }
        & .l-footerInfo__contact {
            display: flex;
            align-items: center;
            a {
                padding-right: .3rem;
                font-size: 2.8rem;
                font-weight: bold;
                color: #0C4886;
                @media (960px > width) {
                    font-size: 2.2rem;
                }
            }
            p {
                display: inline-block;
                padding: .4rem;
                font-size: 1.4rem;
                line-height: 1.25;
                border-radius: .4rem;
                color: #fff;
                background-color: #0C4886;
            }
        }
    }
}
.l-footer {
    & .l-footerSns {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4.5rem;
        padding: 4rem 2rem;
        @media (960px > width) {
            flex-wrap: wrap;
            gap: 2rem;
            padding: 0 4rem 2rem;
        }
        & .l-footerSns__title {
            @media (960px > width) {
                width: 148px;
            }
        }
        & .l-footerSns__list {
            display: flex;
            gap: 1rem;
        }
        & .l-footerSns__item {
            width: 83px;
            @media (960px > width) {
                width: calc(100% / 5);
            }
        }
    }

    & .l-footerInfo {
        text-align: center;
        padding: 2rem 0;
        background: linear-gradient(to left, #00A09C, #009BC3);
        & .l-inner {
            @media (960px > width) {
                padding: 0 .8rem;
            }
        }
        > p {
            font-size: 1.05rem;
            color: #FFF;
        }
        & .l-footer__text {
            display: inline-block;
            margin-bottom: 2rem;
            padding: 1rem 10rem;
            font-size: 1.5rem;
            font-weight: bold;
            border: 1px solid #fff;
            color: #fff;
            @media (960px > width) {
                padding: 1rem .75rem;
                font-size: 1.2rem;
            }
        }
        & .l-footerInfo__inner {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 4.5rem;
            margin-bottom: 1.6rem;
            color: #fff;
            @media (960px > width) {
                flex-direction: column-reverse;
                gap: 1rem;
            }
        }
        & .l-footerInfo__title {
            max-width: 47rem;
            margin: 0 auto 2rem;
        }
        & .l-footerInfo__contact {
            display: flex;
            align-items: center;
            a {
                padding-right: .3rem;
                font-size: 2.8rem;
                font-weight: bold;
                color: #fff;
                @media (960px > width) {
                    font-size: 2.2rem;
                }
            }
            p {
                display: inline-block;
                padding: .4rem;
                font-size: 1.4rem;
                line-height: 1.25;
                border-radius: .4rem;
                color: #3AB7AB;
                background-color: #fff;
            }
        }
        & .l-footerInfo__address {
            display: flex;
            align-items: center;
            img {
                width: 83px;
                @media (960px > width) {
                    width: 68px;
                }
            }
            p {
                padding-right: .5rem;
                font-size: 1.2rem;
                @media (960px > width) {
                    font-size: 1rem;
                }
            }
        }
    }
}

/* 20260121 LINE対応 */
.is-line {
    & .p-outdoorMv {
        @media (768px > width) {
            min-height: 78vh;
        }
    }
}