@charset "utf-8";

/* common */
.l-contents__wrapper {
    color: #fff;
}

.c-text-16 {
    text-align: center;
    font-size: 18px;
}

.bg-bk__wrapper {
    background-color: black;
    color: white;
}

.note {
    color: #ababaf;
    font-weight: normal;
    font-size: 0.9em;
}



@media only screen and (max-width: 47.9375em) {
    .l-contents__wrapper {
        padding: 0 20px;
    }

    .c-text-16 {
        font-size: 16px;
        line-height: 2;
    }

    .sn__btn {
        display: block;
        padding: 20px 50px;
    }

    .sn__btn-icon--left {
        padding-left: 75px;
    }

    .only-sp {
        display: block;
    }

    .only-pc {
        display: none;
    }

}


/* 
ANIMATION
*/
.fadein-init {
    opacity: 0;
    transform: translateY(30px);
}

.fadein-init.fadein-active {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s ease-out, transform 1s ease-out;
}



/* main */
.l-contents__mv {
    padding-top: 8rem;
}


/* style */
.concept__wrapper {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #fff;

    background: linear-gradient(to bottom, #1A1F20, #090B0D);
}

.concept__container {
    display: flex;
    margin: 0;
}

.concept__container:nth-of-type(2) {
    margin: 100px auto;
}

.concept__container:nth-of-type(3) {
    flex-direction: column;
    width: 90%;
    height: auto;
    margin: 140px auto;
}

.concept__container .sn__flex-row {
    justify-content: space-between;
    align-items: flex-start;
}

.concept__ttl {
    font-size: 2.8em;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    font-weight: bold;
}

.concept__sub-ttl {
    font-size: 2em;
    letter-spacing: 0;
    line-height: 1.4em;
    font-weight: bold;
    text-align: right;
    margin-top: 140px;
}

.concept__container:nth-of-type(2) .concept__ttl {
    font-size: 1.6em;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    font-weight: bold;
}

.concept__container:nth-of-type(3) .concept__ttl {
    font-size: 2.4em;
}

.concept__text {
    font-size: 1em;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    display: block;
    margin: 30px auto;
}

.concept__container:nth-of-type(1) .concept__content {
    margin: 160px 0 0 160px;
}

.concept__container:nth-of-type(2) .concept__content {
    width: 40%;
    margin: 180px 80px 0 120px;
}

.concept__container:nth-of-type(2) .concept__img {
    width: 50%;
    margin-left: 60px;
}

.concept__container:nth-of-type(3) .concept__img {
    width: 60%;
    margin: -260px auto -186px;
    z-index: 2;
}

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


    .concept__container:nth-of-type(1) .concept__content {
        margin: 160px 0 0 100px;
    }

    .concept__container:nth-of-type(1) .concept__img {
        width: 60%;
        margin: 0 0 -140px auto;
    }

    .concept__container:nth-of-type(2) .concept__content {
        margin: 180px 20px 0 40px;
    }

    .concept__sub-ttl {
        font-size: 1.6em;
        margin-top: 80px;
        flex: 5;
    }

    .concept__container:nth-of-type(2) .concept__ttl {
        font-size: 1.6em;
    }

    .concept__container:nth-of-type(2) .concept__img {
        width: 40%;
        margin-right: 0;
    }

    .concept-bg__img {
        flex: 5;
    }

    .concept__container:nth-of-type(3) .concept__ttl {
        font-size: 2em;
        flex: 5;
    }

    .concept__container:nth-of-type(3) .concept__img {
        margin: -150px auto;
    }

}


@media only screen and (max-width: 47.9375em) {

    .concept__container:nth-of-type(1) {
        flex-direction: column-reverse;
    }

    .concept__container:nth-of-type(1) .concept__img {
        width: 50%;
        margin: 0 0 -140px auto;
    }


    .concept__container:nth-of-type(2) {
        margin: 40px auto;
    }

    .concept__ttl {
        font-size: 1.8em;
    }

    .concept__sub-ttl {
        font-size: 1.6em;
        margin: -10px 0 0 auto;
    }

    .concept__container .sn__flex-row {
        flex-direction: column;
        margin: 0;
        gap: 24px;
    }

    .concept__container:nth-of-type(3) {
        margin: 80px auto;
    }

    .concept__container:nth-of-type(2) .concept__ttl {
        font-size: 1.2em;
    }

    .concept__container:nth-of-type(3) .concept__ttl {
        font-size: 2em;
    }

    .concept__text {
        width: 80%;
        margin: 20px 0;
    }


    .concept__container:nth-of-type(2) .concept__text {
        width: 100%;
        margin: 20px 0;
    }


    .concept__container:nth-of-type(1) .concept__content {
        margin: 100px 0 0 20px;
    }

    .concept__container:nth-of-type(2) .concept__content {
        width: 80%;
        margin: 300px 0 0 0;
    }


    .concept__container:nth-of-type(2) .concept__img {
        width: 60%;
        margin-left: 20px;
        margin-right: -100px;
    }

    .concept__container:nth-of-type(3) .concept__img {
        width: 90%;
        margin: -140px auto -30px auto;
    }

    .concept-bg__img {
        width: 90%;
    }

    .concept-bg__img:nth-of-type(2) {
        margin: 0 0 0 auto;
    }

}

@media only screen and (max-width: 500px) {
    .concept__container:nth-of-type(2) .concept__content {
        width: 80%;
        margin: 180px 0 0 0;
    }
}



.putt__wrapper {
    width: 100%;
    height: auto;
}

.putt__container {
    display: flex;
    gap: 4vw;
    padding: 0 40px;
    padding-top: 280px;
    color: #fff;

    background-image: url(../imgs/putt-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    aspect-ratio: 1040/1180;
}

.putt__content {
    flex: 7;
}

.putt__img {
    flex: 3;
}

.putt__ttl {
    font-size: 2.6em;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 32px;
}

.putt__text {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}


@media only screen and (max-width: 950px) {
    .putt__container {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 47.9375em) {
    .putt__container {
        width: 100%;
        height: auto;
        display: flex;
        align-items: flex-start;
        gap: 4vw;
        padding: 0 10px;
        padding-top: 120px;

        background-image: url(../imgs/putt-bg-sp.webp);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;

        aspect-ratio: 640/914;
    }

    .putt__content {
        flex: 7;
    }

    .putt__img {
        flex: 3;
        margin-top: 50px;
    }

    .putt__ttl {
        font-size: 1.6em;
        margin-bottom: 12px;
    }

    .putt__text {
        font-size: 1em;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}


.three-point__wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 200px 0 60px;
    background: linear-gradient(to bottom, #1A1F20, #090B0D);
}

.three-point__ttl {
    font-size: 2.6em;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

.three-point__text {
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 70px;
}

.three-point__img {
    width: 100%;
    padding: 0 40px;
    object-fit: contain;
}


.situation__wrapper {
    margin-bottom: 200px;
}

.situation__ttl-wrapper {
    margin: 80px auto 60px;
}

.situation-ttl {
    text-align: center;
    font-size: 1.15em;
    color: #727476;
    font-weight: 400;
}

.situation-ttl-text {
    font-size: 1.5em;
    letter-spacing: 0.06em;
    margin: 0;
    font-weight: 500;
}


.situation-items {
    width: 96%;
    max-width: 1040px;
    padding: 0 10px 0 10px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.situation-item {
    border-right: 1px solid #727476;
    padding-right: 10px;
}


.situation-item:last-child {
    border-right: none;
}

.situation-item__ttl {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 12px;
}


@media only screen and (max-width: 47.9375em) {
    .three-point__wrapper {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 100px 20px 40px;
        background: linear-gradient(to bottom, #1A1F20, #090B0D);
    }

    .three-point__ttl {
        font-size: 1.6em;
        margin-bottom: 20px;
    }

    .three-point__text {
        margin-bottom: 40px;
    }

    .three-point__img {
        padding: 0;
    }

    .situation__wrapper {
        padding: 0;
    }

    .situation__ttl-wrapper {
        margin: 40px auto 20px;
    }


    .situation-ttl {
        margin: 0 auto;
    }

    .situation-items {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 160px;
    }

    .situation-item {
        border-right: none;
        border-left: 1px solid #727476;
        padding-right: 0;
        padding-left: 10px;
    }

}


.feature__container:nth-of-type(2) {
    background-image: url(../imgs/feature-01.webp);
    justify-content: flex-start;
    padding-left: 120px;
}

.feature__container:nth-of-type(3) {
    background-image: url(../imgs/feature-02.webp);
    justify-content: flex-end;
    padding-right: 80px;
}

.feature__container {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    text-align: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    aspect-ratio: 1040/450;
}

.feature__main-ttl {
    font-size: 2.2em;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

.feature__content {
    display: block;
    margin: 0;
}

.feature__ttl {
    font-size: 1.25em;
    margin-bottom: 20px;
}

.feature__wrapper .note {
    text-align: right;
    padding: 10px 20px;
    color: #ababaf;
}

@media only screen and (max-width: 47.9375em) {
    .feature__wrapper {
        width: 100%;
        padding: 0;
    }

    .feature__container:nth-of-type(2) {
        background-image: url(../imgs/feature-01-sp.webp);
        padding-left: 20px;
    }

    .feature__container:nth-of-type(3) {
        background-image: url(../imgs/feature-02-sp.webp);
        padding-right: 10px;
    }

    .feature__container {
        align-items: flex-start;
        aspect-ratio: 640/394;
    }

    .feature__main-ttl {
        font-size: 1.6em;
    }

    .feature__ttl {
        font-size: 1em;
        margin-bottom: 10px;
    }

    .feature__text {
        font-size: 0.9em;
    }

    .feature__container:nth-of-type(2) .feature__content {
        margin: 20px 0 auto 0;
    }

    .feature__container:nth-of-type(3) .feature__content {
        margin: auto 0 20px 0;
    }
}



.measure__wrapper {
    width: 100%;
    margin: 200px auto;
}

.measure__ttl {
    font-size: 2.6em;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

.measure__text {
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 70px;
}

.measure__card {
    width: 90%;
    height: auto;
    margin: 120px auto;
    padding: 0 60px;
    align-items: center;
}

.measure__wrapper img {
    width: 54%;
    height: auto;
    object-fit: contain;
}

.measure__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.measure__item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mesure__item-text {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1.25em;
    padding: 10px 30px;
    border-radius: 8px;
    display: inline-block;
}

.measure__item>img {
    width: auto;
    height: 60px;
}

/* タイトル「ポイント計測」 */
.measure__content-ttl {
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.measure__content-text {
    line-height: 1.6;
    color: #cccccc;
}


@media only screen and (max-width: 950px) {
    .mesure__item-text {
        font-size: 1.125em;
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 47.9375em) {

    .measure__wrapper {
        margin: 100px auto;
    }

    .measure__ttl {
        font-size: 1.6em;
        text-align: left;
        margin-bottom: 20px;
    }

    .measure__text {
        text-align: left;
        margin-bottom: 40px;
    }

    .measure__card {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 40px auto;
        padding: 0;
    }

    .measure__wrapper img {
        width: 80%;
    }

    .measure__content {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 20px;
    }

    .measure__item {
        justify-content: center;
        margin: 10px auto;
    }

    .measure__item>img {
        width: auto;
        height: 60px;
    }

}




/* 高低差機能 */
.slope__wrapper {
    width: 100%;
    height: auto;
    z-index: 0;
}

.slope__container {
    padding: 0 20px;
    padding-top: 200px;
    margin-bottom: 0;
    color: #fff;

    background-image: url(../imgs/slope-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;

    aspect-ratio: 1040/1180;
}

.slope__ttl {
    font-size: 2.6em;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
    color: #000;
}

.slope__text {
    letter-spacing: 0.1em;
    text-align: center;
    margin: 20px auto;
    color: #000;
}

.slope__content-item {
    text-align: center;
    margin: 40px auto;
}

.slope__content-img {
    width: 96%;
    margin: 60px auto;
    ;
}

.slope__content-ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
}

.slope__content-text {
    font-size: 16px;
    padding: 0 20px;
}

.slope__bg {
    background: linear-gradient(to bottom, #1A1F20, #090B0D);
    padding-top: 40px;
}

.competition__card {
    width: 90%;
    height: auto;
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 40px;
    margin: 0 auto 80px auto;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.15);
}

.competition__card-img,
.competition__card-content {
    flex: 5;
}

.competition__card-ttl {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
}

.competition__card-ttl::after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background: #ababaf;
    margin: 20px auto 26px 0;
}

.competition__card-text--note {
    color: red;
    font-size: 14px;
    line-height: 1.2;
}

@media only screen and (max-width: 950px) {
    .slope__container {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 47.9375em) {
    .slope__container {
        padding: 0;
        padding-top: 60px;

        background-image: url(../imgs/slope-bg-sp.webp);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;

        aspect-ratio: 640/1016;
    }

    .slope__ttl {
        font-size: 1.4em;
    }

    .slope__text {
        letter-spacing: 0;
        margin: 4px auto;
        padding: 0 20px;
    }

    .slope__content-item {
        margin: 40px auto 20px;
    }

    .slope__content-img {
        margin: 20px auto 60px;
    }

    .competition__card {
        width: 100%;
        height: auto;
        flex-direction: column;
        padding: 40px 20px;
    }
}




.function__wrapper {
    margin: 200px auto;
}

.functions__slider {
    width: 100%;
}

.ttl {
    display: block;
}

.ttl::after {
    display: none;
}

.function__ttl {
    text-align: left;
    margin-left: 74px;
}


/* margin-left: 120px;代わりの擬似スペース */
.functions__card.spacer {
    width: 76px;
    margin: 0;
    background: transparent;
    pointer-events: none;
}

.functions__card:not(.spacer) {
    width: 40%;
    max-width: 400px;
    margin-right: 20px;
    flex-shrink: 0;
}

.functions__card {
    width: 40vw;
    max-width: 400px;
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0;
    margin-right: 20px;
    flex-shrink: 0;
}

.functions__card-text {
    white-space: normal;
    word-break: break-all;
}

.functions__card div {
    margin-top: 20px;
    font-weight: bold;
}

.arrow_box {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    margin-left: 74px;
}

.slide-arrow {
    width: 60px;
    height: 60px;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 10px;
}

.slide-arrow img {
    width: 30px;
    height: auto;
    display: block;
    pointer-events: none;
}

.functions__slider .note {
    padding: 0;
}

.functions-arrow-box {
    text-align: left;
    margin-left: 76px;
}


@media only screen and (max-width: 47.9375em) {

    .slider-wrapper {
        align-items: center;
    }

    .card {
        margin: 0 4px;
    }

    .function__ttl {
        margin-left: 40px;
    }

    .arrow_box {
        margin: 28px auto;
        justify-content: center;
        margin-left: 40px;
    }

    .slide-arrow {
        margin: 0 5px;
    }

    .functions__card:not(.spacer) {
        margin-right: 6px;
    }

    .functions__card:first-child,
    .functions-arrow-box {
        margin: 0;
        margin-left: 40px;
        justify-content: flex-start;
    }

    .functions__card.spacer {
        width: 40px;
    }

    .functions__card:not(.spacer) {
        width: 60vw;
    }

}



.bt__main-ttl,
.temp__main-ttl {
    font-size: 2em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 0.05em;
}

.bt__wrapper .sn__flex-row {
    justify-content: center;
    align-items: center;
    gap: 40px;
    max-width: 700px;
    margin: 0 auto 40px auto;
    text-align: left;
}

.bt__wrapper .sn__flex-row img {
    width: 110px;
    height: auto;
    object-fit: contain;
}

.bt__wrapper .concept__btn-wrapper {
    text-align: center;
    margin: 0 auto 100px auto;
}

.bt__wrapper .concept__btn-wrapper .sn__btn {
    background-color: #fff;
    color: #000;
}

.bt__wrapper .concept__btn-wrapper .sn__btn:hover {
    background-color: #6597D5;
}


.bt__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bt__text {
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.note {
    font-size: 13px;
    color: #888888;
}

.btn__setup-guide {
    display: inline-block;
    background-color: #e5e5e5;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 45px;
    border-radius: 30px;
    /* 綺麗なカプセル型 */
    transition: background-color 0.3s ease;
}

.btn__setup-guide:hover {
    background-color: #ffffff;
}

@media only screen and (max-width: 47.9375em) {

    .bt__wrapper .sn__flex-row {
        flex-direction: column;
        text-align: center;
    }
}



.temp__container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto 80px auto;
    padding: 0 20px;
}

.temp__container>img {
    width: 380px;
    height: auto;
    object-fit: contain;
}

.temp__content,
.rain__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.temp__item {
    display: flex;
    align-items: center;
    gap: 24px;
}

.temp__item img {
    width: 130px;
    height: auto;
    object-fit: contain;
}

.rain__container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.rain__container>img {
    width: 380px;
    height: auto;
}

/* .rain__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 45px;
} */

.rain__content-text {
    margin-right: 20px;
}

.rain__item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.rain__item img {
    width: 130px;
    height: auto;
    object-fit: contain;
}

.temp__content-ttl,
.rain__content-ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    position: relative;
    padding-left: 18px;
    letter-spacing: 0.05em;
}

.temp__content-ttl::before,
.rain__content-ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #6597D5;
    border-radius: 1px;
}

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

    .temp__container,
    .rain__container {
        gap: 40px;
    }

    .temp__item,
    .rain__item {
        flex-direction: column;
        gap: 16px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .temp__content-text,
    .rain__content-text {
        margin-right: 0;
    }
}

@media only screen and (max-width: 47.9375em) {
    .temp__container {
        flex-direction: column;
        gap: 30px;
        padding: 0;
    }

    .temp__container>img,
    .rain__container>img {
        width: 80%;
        margin: 10px auto;
    }

    .temp__item img,
    .rain__item img {
        width: 90px;
        max-width: 140px;
    }

    .rain__container {
        flex-direction: column;
        gap: 24px;
        padding: 0;
    }

    .temp__item,
    .rain__item {
        flex-direction: row;
        gap: 16px;
        justify-content: flex-start;
    }

    .temp__content-text,
    .rain__content-text {
        margin-right: 0;
        font-size: 14px;
        line-height: 1.6;
    }

    .temp__main-ttl,
    .bt__main-ttl {
        font-size: 1.6em;
        margin-bottom: 30px;
    }

}



.spec__wrapper {
    background: linear-gradient(to bottom, #090B0D, #1A1F20);
    padding-top: 120px;
}

.specs__image {
    width: 100%;
    height: auto;
    display: block;
    margin: 60px auto;
    padding-left: 70px;
}

.specs__table {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    border-collapse: collapse;
}

.specs__label-ttl,
.specs__value-ttl {
    font-weight: bold;
    color: #A8ABAF;
    padding: 10px;
    border-bottom: 1px solid #c5c5c5;
}

.specs__label,
.specs__value {
    padding: 12px;
    border-bottom: 1px solid #636363;
    vertical-align: top;
}

.specs__note,
.attention {
    width: 80%;
    margin: 20px auto;
    font-size: 16px;
    gap: 40px;
    justify-content: center;
    display: flex;
}

.specs__note {
    text-align: center;
}

.attention img {
    width: 10%;
    object-fit: contain;
}

@media only screen and (max-width: 47.9375em) {
    .specs__image {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .specs__table {
        width: 90%;
    }

    .specs__label {
        width: 30%;
    }

    .specs__label,
    .specs__value {
        padding: 6px;
    }

    .specs__note,
    .attention {
        flex-direction: column;
        gap: 10px;
    }

    .attention img {
        width: 20%;
        margin: 10px auto 0 auto;
    }

    .attention__text {
        margin-top: 0;
        text-align: center;
    }

}

.l-contents__menu>a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    padding: 2px 20px 2px 20px;
    margin: 10px 4px;
    border: 1px solid #222;
    transition: all 0.3s ease;
    min-width: 25%;
    box-sizing: border-box;
}

.l-contents__menu>a.menu-primary {
    color: #fff;
    border-color: #636363;
}

.l-contents__menu>a.menu-default {
    background-color: transparent;
    color: #afafaf;
}

.l-contents__menu>a.menu-default:hover {
    background-color: #666;
    color: #fff;
    border-color: #666;
}

.l-contents__menu>a span {
    letter-spacing: 0.4em;
}

.ico-left,
.ico-right {
    width: 16px;
    height: 16px;
    display: block;
    flex-shrink: 0;
    margin: 0 4px;
    margin-top: -2px;
}

.ico-right {
    margin-top: -4px;
}



@media only screen and (max-width: 47.9375em) {
    .menu__wrapper {
        padding: 1rem;
    }

    .l-contents__menu>a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 80%;
        height: auto;
        padding: 6px 4px 6px 8px;
        margin: 4px;
        line-height: 1;
        min-height: 24px;
        overflow: visible;
    }

    .menu-default {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        text-decoration: none;
    }


}