@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Barlow:wght@300;400;500;600&display=swap");

/* base
------------------------------------------*/
:root {
    --nav-height: 136px;
    --color-mind: #00af84;
    --color-make: #ed7978;
    --color-gray: #5d5856;
    --sans-serif1: "Noto Sans JP", "Noto Sans", "Noto Sans CJK JP", "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", sans-serif;
    --sans-serif2: "Zen Kaku Gothic New", sans-serif;
    --belief-bg: linear-gradient(180deg, #c8e7e9 0%, #fce5e2 100%);
}

@media screen and (max-width:767px) {
    :root {
        --nav-height: 75px;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

#eyefulhome {
    overflow: clip;
}

body .ehMain {
    color: #333;
}

@media screen and (max-width: 768px) {
    .only-pc {
        display: none !important
    }
}

@media screen and (max-width: 959px) {
    .only-pc-mid {
        display: none !important
    }
}

.only-sp {
    display: none !important
}

@media screen and (max-width: 768px) {
    .only-sp {
        display: block !important
    }
}

.only-sp-lg {
    display: none !important
}

@media screen and (max-width: 959px) {
    .only-sp-lg {
        display: block !important
    }
}


img.objectfit-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img.objectfit-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wbr-center {
    text-align: center;
    word-break: keep-all;
    overflow-wrap: anywhere;
    line-break: strict;
}

.en {
    font-family: Barlow, sans-serif;
    font-weight: 400;
}

.inline-block {
    display: inline-block;
}

.letter-space0 {
    letter-spacing: 0 !important;
}

.letter-space015 {
    letter-spacing: 0.015em !important;
}

.letter-space02 {
    letter-spacing: 0.02em !important;
}

/* lineup
------------------------------------------*/
.brandlineup_wrp {
    padding: min(100px, 15vw) 1em;
    background-color: #f2f5f5;
    font-family: var(--sans-serif2);
}

.h_ttl {
    width: fit-content;
    margin: 0px auto 1em;
    position: relative;
    text-align: center;
    font-size: 1em;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: var(--color-gray);
}

.h_ttl .hd {
    display: block;
    margin: 0px auto 1em;
    font-weight: 300;
    font-size: min(1.8em, 6vw);
}

.h_ttl .hd::after {
    content: "";
    display: block;
    width: 1.5em;
    margin: 0.3em auto 0px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: currentcolor;
}

.h_ttl .jp {
    display: inline-block;
    font-size: min(1.8em, 5vw);
    font-weight: 600;
}

.h_ttl .sml {
    display: block;
    font-size: 0.9em;
}

.h_ttl .sml.inline {
    display: inline-block;
}

.h_subttl {
    margin: 0px auto 4em;
    padding: 0px 1em;
    font-size: min(1.1em, 3.5vw);
    font-weight: 500;
    line-height: 1.7;
}

.brandlineup_wrp .flex {
    width: min(1200px, 100%);
    margin: 3em auto 0px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    justify-content: space-around;
    gap: 3.5em 0px;
    position: relative;
}

.brandlineup_wrp .brandlineup_box {
    width: min(520px, 47%);
}

@media screen and (max-width: 767px) {
    .brandlineup_wrp .brandlineup_box {
        width: 100%;
    }
}

.brandlineup_wrp .brandlineup_box .brandlineup_box-ttl {
    width: max-content;
    text-align: center;
    margin: 0px auto 2em;
    font-weight: 500;
    font-size: min(1.3em, 4.4vw);
    letter-spacing: 0.05em;
    position: relative;
}

.brandlineup_wrp .brandlineup_box .brandlineup_box-ttl::before,
.brandlineup_wrp .brandlineup_box .brandlineup_box-ttl::after {
    content: "";
    width: 0.4em;
    height: 1.7lh;
    position: absolute;
    top: 50%;
    border: 1px solid;
    transform: translate(0px, -50%);
}

.brandlineup_wrp .brandlineup_box .brandlineup_box-ttl::before {
    right: calc(100% + 0.85em);
    border-right-width: medium;
    border-right-style: none;
    border-right-color: currentcolor;
}

.brandlineup_wrp .brandlineup_box .brandlineup_box-ttl::after {
    left: calc(100% + 0.8em);
    border-left-width: medium;
    border-left-style: none;
    border-left-color: currentcolor;
}

.brandlineup_wrp .brandlineup_box a {
    display: block;
    padding: min(3em, 5vw) min(3em, 5vw) 2em;
    border-radius: 10px;
    opacity: 1;
    transition: opacity 0.3s 0s ease;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .brandlineup_wrp .brandlineup_box a {
        padding: min(3em, 4vw);
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
}

.brandlineup_wrp .brandlineup_box.favo a {
    background-color: #1d2e4e;
}

.brandlineup_wrp .brandlineup_box.lodina a {
    background-color: #bdccd4;
}

@media screen and (max-width: 767px) {
    .brandlineup_wrp .brandlineup_box.favo a {
        padding-left: 0px;
    }

    .brandlineup_wrp .brandlineup_box.lodina a {
        padding-right: 0px;
    }
}

.brandlineup_wrp .brandlineup_box .img-box {
    overflow: hidden;
}

.brandlineup_wrp .brandlineup_box .img-box img {
    transform: scale(1);
    transition: transform .3s 0s ease;
}

.brandlineup_wrp .brandlineup_box a:hover .img-box img {
    transform: scale(1.1);
}

.brandlineup_wrp .brandlineup_box .text-box {
    height: 100%;
}

@media screen and (max-width: 767px) {
    .brandlineup_wrp .brandlineup_box .img-box {
        width: 47%;
        flex-shrink: 0;
    }

    .brandlineup_wrp .brandlineup_box.favo .img-box {
        order: 2;
    }

    .brandlineup_wrp .brandlineup_box .text-box {
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-grow: 1;
    }
}

@media screen and (min-width: 768px) {
    .brandlineup_wrp .brandlineup_box .text-box .logo {
        width: max-content;
        height: 8em;
        margin: 2em auto;
    }

    .brandlineup_wrp .brandlineup_box .text-box .logo img {
        width: auto;
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .brandlineup_wrp .brandlineup_box .text-box .logo {
        width: min(300px, 65%);
        margin: 1em auto 0px;
    }
}

.brandlineup_wrp .brandlineup_box .text-box .btn {
    display: block;
    width: min(16em, 90%);
    margin: 2em auto 0px;
    padding: 1em;
    text-align: center;
    background-color: #fff;
    border-radius: 100vmax;
    letter-spacing: 0.1em;
    font-size: 1.1em;
    position: relative;

}

@media screen and (max-width: 767px) {
    .brandlineup_wrp .brandlineup_box .text-box .btn {
        width: min(14em, 85%);
        padding: .7em;
        font-size: min(1em, 3.5vw);
    }
}

.brandlineup_wrp .brandlineup_box .text-box .btn .arrow {
    width: 1.7em;
    position: absolute;
    left: calc(100% - 2.7em);
    top: 50%;
    border-top: solid 2px;
    transition: width .3s 0s ease;
}

.brandlineup_wrp .brandlineup_box a:hover .text-box .btn .arrow {
    width: 1.9em;
}

.brandlineup_wrp .brandlineup_box .text-box .btn .arrow::after {
    content: "";
    width: .8em;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(30deg);
    transform-origin: right bottom;
    border-top: solid 2px;
}

@media screen and (max-width: 767px) {
    .brandlineup_wrp .brandlineup_box .text-box .btn .arrow {
        width: 1.2em;
        left: calc(100% - 2em);
    }

    .brandlineup_wrp .brandlineup_box a:hover .text-box .btn .arrow {
        width: 1.4em;
    }

    .brandlineup_wrp .brandlineup_box .text-box .btn .arrow::after {
        width: 0.7em;
    }
}

/* voice
------------------------------------------*/
.voice_wrp {
    padding: min(100px, 15vw) 0px;
    font-family: var(--sans-serif2);
}

.voice_wrp .voice_wrp-ttl {
    margin: 0 auto .5em;
}

.voice_wrp .voice_wrp-ttl .jp {
    /* font-size: min(1.8em, 5vw); */
}

/* .voice-slider .slick-dots {
    --dot-size: min(14px, 3.5vw);
    --dot-color: #bdccd4;
    --dot-activecolor: #53656f;
    --dot-opacity: 1;
    --dot-activeopacity: 1;
    --dot-notactiveopacity: 1;
} */

.voice-slider .voice-box {
    width: 40vw !important;
}

@media screen and (max-width: 768px) {
    .voice-slider .voice-box {
        width: 72vw !important;

    }
}

.voice-slider .voice-box a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 1em;
    overflow: hidden;
    background-color: rgb(242, 245, 245);
}

.voice-slider .voice-box a .topVoice_slider_image {
    overflow: hidden;
}

.voice-slider .voice-box a .topVoice_slider_image img {
    transform: scale(1);
    transition: transform .3s 0s ease;
}

.voice-slider .voice-box a:hover .topVoice_slider_image img {
    transform: scale(1.1);
}

.voice-slider .voice-box .topVoice_slider_frame {
    flex-grow: 1;
    padding: min(2em, 5vw) min(1.5em, 5vw) min(1.5em, 5vw);
}

.voice-slider .voice-box .topVoice_slider_desc {
    margin-bottom: 1em;
    line-height: 1.6;
    font-size: min(0.95em, 4vw);
}

.voice-slider .voice-box .topVoice_slider_label {
    font-size: min(0.95em, 3.8vw);
    display: flex;
    flex-wrap: wrap;
    gap: 0.7em 2em;
    color: rgb(102, 102, 102);
}

.voice-slider .voice-box .topVoice_slider_label li {
    font-size: min(0.95em, 3.8vw);
    color: rgb(102, 102, 102);
}

.voice-slider .voice-box .topVoice_slider_movie {
    display: inline-flex;
    align-items: center;
    gap: 0px 0.5em;
    margin-top: 1em;
    padding: 0.7em 1em;
    background-color: #fff;
    border-radius: 0.5em;
    color: #333;
    font-size: 0.9em;
    font-weight: 500;
    line-height: 1.4;
}

.voice-slider .voice-box .topVoice_slider_movie::before {
    content: "";
    display: inline-block;
    width: 1.75em;
    height: 1.25em;
    background-image: url("/assets/img/common/icon_youtube.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

/* sliderPagenation */
.c-sliderPagenation {
    position: relative;
    display: table;
    height: 52px;
    margin: 30px auto 0;
    padding: 0 90px
}

@media screen and (max-width: 768px) {
    .c-sliderPagenation {
        height: 37px;
        margin: 15px auto 0;
        padding: 0 60px
    }
}

.c-sliderPagenation .c-sliderPagenation__arrow {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between
}

.c-sliderPagenation .c-sliderPagenation__btn {
    position: relative;
    width: 50px;
    height: 52px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer
}

@media screen and (max-width: 768px) {
    .c-sliderPagenation .c-sliderPagenation__btn {
        width: 35px;
        height: 37px
    }
}

.c-sliderPagenation .c-sliderPagenation__btn .c-sliderPagenation__btnSvg {
    fill: #f0f4f8;
    position: absolute;
    inset: 0;
    inline-size: 100%;
    block-size: 100%;
    overflow: visible
}

.c-sliderPagenation .c-sliderPagenation__btn.is-prev .c-sliderPagenation__btnArrow,
.c-sliderPagenation .c-sliderPagenation__btn.is-next .c-sliderPagenation__btnArrow {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 9px;
    height: 15px;
    background-image: url("/assets/img/common/icon_chevron_right_blue.svg");
    background-repeat: no-repeat;
    background-size: contain
}

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

    .c-sliderPagenation .c-sliderPagenation__btn.is-prev .c-sliderPagenation__btnArrow,
    .c-sliderPagenation .c-sliderPagenation__btn.is-next .c-sliderPagenation__btnArrow {
        width: 6px;
        height: 11px
    }
}

.c-sliderPagenation .c-sliderPagenation__btn.is-prev .c-sliderPagenation__btnArrow {
    background-image: url("/assets/img/common/icon_chevron_left_blue.svg")
}

.c-sliderPagenation .c-sliderPagenation__btn--white {
    position: relative;
    width: 50px;
    height: 52px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer
}

@media screen and (max-width: 768px) {
    .c-sliderPagenation .c-sliderPagenation__btn--white {
        width: 35px;
        height: 37px
    }
}

.c-sliderPagenation .c-sliderPagenation__btn--white .c-sliderPagenation__btnSvg {
    fill: #f2f5f5;
    position: absolute;
    inset: 0;
    inline-size: 100%;
    block-size: 100%;
    overflow: visible
}

.c-sliderPagenation .c-sliderPagenation__btn--white.is-prev .c-sliderPagenation__btnArrow,
.c-sliderPagenation .c-sliderPagenation__btn--white.is-next .c-sliderPagenation__btnArrow {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 9px;
    height: 15px;
    background-image: url("/assets/img/common/icon_chevron_right_blue.svg");
    background-repeat: no-repeat;
    background-size: contain
}

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

    .c-sliderPagenation .c-sliderPagenation__btn--white.is-prev .c-sliderPagenation__btnArrow,
    .c-sliderPagenation .c-sliderPagenation__btn--white.is-next .c-sliderPagenation__btnArrow {
        width: 6px;
        height: 11px
    }
}

.c-sliderPagenation .c-sliderPagenation__btn--white.is-prev .c-sliderPagenation__btnArrow {
    background-image: url("/assets/img/common/icon_chevron_left_blue.svg")
}

.c-sliderPagenation .c-sliderPagenation__dot {
    position: relative;
    display: flex !important;
    gap: 0 20px;
    height: 100%
}

@media screen and (max-width: 768px) {
    .c-sliderPagenation .c-sliderPagenation__dot {
        gap: 0 16px
    }
}

.c-sliderPagenation .c-sliderPagenation__dot button {
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    background-color: #d1d8df;
    border: none;
    border-radius: 50%;
    transition: .3s cubic-bezier(0.18, -0.01, 0.3, 1);
    cursor: pointer
}

@media screen and (max-width: 768px) {
    .c-sliderPagenation .c-sliderPagenation__dot button {
        width: 7px;
        height: 7px
    }
}

@media print,
screen and (min-width: 769px) {
    .c-sliderPagenation .c-sliderPagenation__dot button:hover {
        width: 11px;
        height: 11px;
        background-color: #1d4294
    }
}

.c-sliderPagenation .c-sliderPagenation__dot button.is-active {
    width: 11px;
    height: 11px;
    background-color: #1d4294
}

@media screen and (max-width: 768px) {
    .c-sliderPagenation .c-sliderPagenation__dot button.is-active {
        width: 9px;
        height: 9px
    }
}

/* button */
.c-button {
    display: flex;
    justify-content: center;
    margin-top: 35px
}

@media screen and (max-width: 768px) {
    .c-button {
        margin-top: 30px
    }
}

.c-button+.c-button {
    margin-top: 20px
}

.c-button .c-button__link {
    display: flex;
    align-items: center
}

@media print,
screen and (min-width: 769px) {
    .c-button .c-button__link:hover .c-button__label {
        color: #1d4294
    }
}

.c-button .c-button__label {
    color: #1d4294;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .04em;
    transition: .3s cubic-bezier(0.18, -0.01, 0.3, 1);
}

@media screen and (max-width: 768px) {
    .c-button .c-button__label {
        font-size: 1em;
        text-align: center
    }
}

@media screen and (max-width: 768px) {
    .c-button.only-sp {
        display: flex !important
    }
}

.c-iconButton--white {
    position: relative;
    width: 60px;
    height: 62px;
    margin-left: 14px;
    cursor: pointer
}

@media screen and (max-width: 768px) {
    .c-iconButton--white {
        width: 41px;
        height: 43px;
        margin-left: 10px
    }
}

.c-iconButton--white .c-iconButton__svg {
    fill: #fff;
    position: absolute;
    inset: 0;
    inline-size: 100%;
    block-size: 100%;
    overflow: visible
}

.c-iconButton--white .c-iconButton__arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 21px;
    height: 18px;
    -webkit-mask-image: url("/assets/img/common/icon_arrow_btn.svg");
    mask-image: url("/assets/img/common/icon_arrow_btn.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #1d4294
}

@media screen and (max-width: 768px) {
    .c-iconButton--white .c-iconButton__arrow {
        width: 15px;
        height: 12px
    }
}

.c-iconButton--primary {
    position: relative;
    width: 60px;
    height: 62px;
    margin-left: 14px;
    cursor: pointer
}

@media screen and (max-width: 768px) {
    .c-iconButton--primary {
        width: 41px;
        height: 43px;
        margin-left: 10px
    }
}

.c-iconButton--primary .c-iconButton__svg {
    fill: #1d4294;
    position: absolute;
    inset: 0;
    inline-size: 100%;
    block-size: 100%;
    overflow: visible
}

.c-iconButton--primary .c-iconButton__arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 21px;
    height: 18px;
    -webkit-mask-image: url("/assets/img/common/icon_arrow_btn.svg");
    mask-image: url("/assets/img/common/icon_arrow_btn.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff
}

@media screen and (max-width: 768px) {
    .c-iconButton--primary .c-iconButton__arrow {
        width: 15px;
        height: 12px
    }
}

.ehFooter_bar {
    font-family: var(--sans-serif2);
}