@charset "UTF-8";
:root {
    --header-height: 106px;
    --frame-thickness: clamp(10px, 1.3vw, 30px);

    /* space */
    --space-xs: clamp(10px, 1.25vw, 20px);
    --space-s: clamp(20px, 2.5vw, 40px);
    --space-base: clamp(40px, 5vw, 80px);
    --space-large: clamp(80px, 10vw, 160px);
    --space-x-large: clamp(150px, 18.75vw, 300px);

    /* border radius */
    --fv-img-border-radius: clamp(10px, 5vw, 80px);

    /* color */
    --color-primary: #F6E700;
    --color-secondary: #009191;
    --color-secondary-shadow: #006666;
    --color-text: #141F1F;
    --color-white: #fff;

    /* font family */
    --font-main: 'Montserrat', 'BIZ UDGothic', sans-serif;
    --font-accent: 'Montserrat', sans-serif;

    /* font size */
    --font-size-small: clamp(12px, 1.25vw, 14px);
    --font-size-small-medium: clamp(14px, 1.46vw, 16px);
    --font-size-base: clamp(16px, 1.67vw, 18px);
    --font-size-medium: clamp(18px, 1.88vw, 20px);
    --font-size-large: clamp(24px, 2.5vw, 28px);
    --font-size-x-large: clamp(32px, 3.13vw, 36px);
    --font-size-xx-large: clamp(40px, 4.17vw, 48px);
    --font-size-xxx-large: clamp(48px, 5.21vw, 56px);
    --font-size-xxxx-large: clamp(50px, 6.9vw, 100px);
    --font-size-xxxxx-large: clamp(72px, 10vw, 144px);

    /* dynamic heights */
    --concept-height: 0px;
}

@media screen and (max-width: 750px) {
    :root {
        /* font size */
        --font-size-small: 12px;
        --font-size-small-medium: 13px;
        --font-size-base: 15px;
        --font-size-medium: 16px;
        --font-size-large: 18px;
        --font-size-x-large: 19px;
        --font-size-xx-large: 20px;
        --font-size-xxx-large: 21px;
        --font-size-xxxx-large: 24px;
        --font-size-xxxxx-large: 26px;
    }
}

/* Base Typography */
body.vivaevi {
    font-family: var(--font-main);
    font-feature-settings: "palt";
    overflow-x: hidden;
    line-height: 1.8;
}

figure {
    margin: 0 !important;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

.text-center {
    text-align: center;
    margin-inline: auto;
}

.h2_title {
    display: flex !important;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.vivaevi .en-outline-text {
    display: inline-block;
}

.vivaevi .en-outline-text svg {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
}

.ja_title_text {
    font-size: var(--font-size-medium);
    line-height: 1;
    font-weight: 800;
    color: var(--color-text);
    margin-top: 1.2em;
}

/* CSS Document */

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


/* wrapper------------------------------*/
.wrapper{
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 120px;
}
.wrapper>div{
    text-align: center;
}
.wrapper>div ul{
    display: inline-block;
}
.wrapper>div ul li{
    text-align: left;
    margin: 22px 0;
}
.wrapper>div ul li a{
    color: #333;
    font-size: 24px;
    letter-spacing: 0.06em;
    padding: 10px 0;
    display: inline-block;
    position: relative;
}
.wrapper>div ul .sub{
    margin: 10px 0;
}
.wrapper>div ul li.mt-50{
    margin-top: 50px;
}
.wrapper>div ul .sub a{
    font-size: 18px;
}

.wrapper>div ul li .online_store{
    padding-right: 15px;
    position: relative;
}
.wrapper>div ul li .online_store::before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 10px;
    height: 10px;
    background-image: url("../img/sitemap/out_link.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}



/*fv------------------------------*/


/*slider---*/
.vivaevi_slickslider {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    position: relative;
    background-color: var(--color-secondary);
    padding: var(--frame-thickness);
}
.vivaevi_slickslider::before {
    width: clamp(100px, 12.22vw, 200px);
    height: clamp(40px, 4.09vw, 80px);
    content: '';
    position: absolute;
    top: 3.19vw;
    left: 4.58vw;
    z-index: 1;
    pointer-events: none;
    background: url('../img/vivaevi/logo/vivaevi_ja-en.svg') no-repeat center center / contain;
}

.vivaevi_slickslider li {
    position: relative;
}
.vivaevi_slickslider li p {
    width: 100%;
}

.vivaevi_slickslider img {
    width: 100%;
    height: calc(100vh - var(--frame-thickness) * 2);
    height: calc(100dvh - var(--frame-thickness) * 2);
    object-fit: cover;
    object-position: center center;
    border-radius: var(--fv-img-border-radius);
}

.vivaevi_slickslider img:nth-child(1) {
    object-position: 40% center;
}

/* 1枚目の画像の上に置くロゴ */
.slick-slide .vivaevi_logo {
    position: absolute;
    top: 6%;
    left: 45%;
    transform: translateX(-50%);
    width: clamp(200px, 60vw, 600px);
    height: auto;
    aspect-ratio: 1.25161 / 1;
    border-radius: 0;
    margin-inline: auto;
    z-index: 1;
    object-fit: contain;
    object-position: center center;
}

.slick-dots {
    display: none!important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0!important;
}

.vivaevi_slickslider > li:not(:first-child) {
    display: none;
}



/* concept------------------------------*/
.concept {
    width: 100%;
    position: relative;
    background-color: var(--color-secondary);
    padding: var(--space-large) 0;
    display: flex;
    justify-content: center;
}

.concept::after {
    content: '';
    position: absolute;
    bottom: calc(-1 * (var(--space-base)));
    left: 0;
    width: 100%;
    height: calc(var(--space-large));
    background-color: var(--color-secondary);
}

/* vivaevi text outline animation */
.concept .vivaevi_animation {
    width: 100%;
    overflow: hidden;
    margin: 0;
    background-color: transparent;
    position: absolute;
    top: calc(-1 * var(--space-base));
    top: -5vw;
    left: 0;
    z-index: 0;
}
.concept .vivaevi_animation_inner {
    width: 200%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    animation: flow 10s linear infinite;
    height: auto;
    background-color: transparent;
}
.concept .vivaevi_animation img,
.concept .vivaevi_animation span {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
}

@keyframes flow {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* concept content */
.concept > .wrapper {
    width: 100%;
    /* max-width: 1624px; */
    display: grid;
    grid-template-columns: auto 6% 30em 5.4% 15%;
    justify-content: center;
    margin: 0;
    margin-bottom: calc(-2 * var(--space-base));
    position: relative;
    left: 0;
    right: 0;
    z-index: 1;
}

/* plate image */
.concept-img {
    grid-column: 1 / 2;
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: calc(-1 * var(--space-base));
    bottom: calc(-1 * var(--space-base));
    z-index: 1;
}

.concept-img figure {
    margin: 0;
}

.concept-img img {
    width: 100%;
    object-fit: contain;
    object-position: left bottom;
    position: absolute;
    bottom: calc(-2 * var(--space-base));
    left: 0;
}

.wrapper>div.concept_flex {
    grid-column: 3 / 4;
    width: fit-content;
    position: relative;
    z-index: 2;
}

.vivaevi_logo_ja-en {
    width: 100%;
    max-width: 300px;
    margin-bottom: var(--space-s);
}

/* senbei image */
.osenbei-img {
    /* width: 23.6%; */
    height: auto;
    grid-column: 5 / 6;
    /* width: 23.6vw; */
    /* height: auto; */
    position: absolute;
    bottom: calc(-1 * var(--space-base));
    right: 0;
    z-index: 1;
}

.osenbei-img img,
.osenbei-img span svg {
    /* width: 23.6vw; */
    height: auto;
    object-fit: contain;
    object-position: right bottom;
}

/* plate sp image */
.plate-sp-img {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.plate-sp-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: left bottom;
    position: absolute;
    bottom: calc(-2 * var(--space-base));
    left: 0;
}



/* SEO対策用のテキスト */
.vivaevi_logo_ja-en .seo-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.vivaevi_logo_ja-en img,
.vivaevi_logo_ja-en svg {
    width: 100%;
    height: auto;
}
.concept_text {
    font-size: var(--font-size-base);
    line-height: 2.25em;
    text-align: left;
    color: var(--color-primary);
    margin-bottom: var(--space-large);
}



/* news------------------------------*/
.news,
.lineup {
    width: 100%;
    position: relative;
    padding: var(--space-large) var(--space-base);
    border-radius: var(--fv-img-border-radius) var(--fv-img-border-radius) 0 0;
    background-color: var(--color-white);
}

.news .wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 9.5%;
}


.news .h2_title {
    width: clamp(322px, 31.9vw,460px);
}

/* ニュースリスト */
.news_list {
    flex: 1;
}

.sugu-interactive-list,
.short_list_a {
    width: 100% !important;
}

.short_list_contents {
    margin: 0 !important;
    border-bottom: 2px dotted var(--color-secondary);
}

.short_list_a {
    font-size: var(--font-size-base);
    padding-block: 1em !important;
}

.short_list_date {
    display: block !important;
    font-family: var(--font-accent);
    font-size: var(--font-size-small);
    line-height: 1;
    font-weight: 700;
    color: var(--color-secondary);
}

/* 一行で...省略 */
.ellipsis_text {
    width: 100% !important;
    font-size: var(--font-size-base);
    white-space: nowrap; /* 折り返し無しにする */
    overflow: hidden; /* はみ出た部分を非表示 */
    text-overflow: ellipsis; /* 語尾を3点リーダーに */
    margin-top: 1.2em;
    position: relative;
}

.ellipsis_text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.5em;
    background-color: var(--color-primary);
    mix-blend-mode: multiply;
    opacity: 0.7;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
}

.short_list_a:hover .ellipsis_text::after {
    transform: scaleX(1);
}

/* view more button */
.list_btn {
    text-align: right;
}

.vivaevi_btn {
    width: 13.6875em;
    height: 4.375em;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-family: var(--font-accent);
    font-size: var(--font-size-base);
    line-height: 1;
    font-weight: 700;
    color: var(--color-secondary);
    margin-top: 5em;
    letter-spacing: 0.06em;
    transition: padding-left 0.2s ease;
}

.vivaevi_btn:hover {
    padding-left: 3%;
    transition: padding-left 0.2s ease;
}

.vivaevi_btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 1.7em;
    transform: translateY(-50%);
    display: inline-block;
    width: 4.375em;
    height: 0.9375em;
    background-image: url('../img/vivaevi/common/vivaevi_arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    transition: transform 0.2s ease;
}

.vivaevi_btn:hover::before {
    transform: translate(12%, -50%);
    transition: transform 0.3s 0.05s ease;
}

.vivaevi_btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: inline-block;
    width: 4.375em;
    height: 4.375em;
    background-image: url('../img/vivaevi/common/vivaevi_circle.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    transition: opacity 0.3s 0.05s ease;
}

.vivaevi_btn:hover::after {
    opacity: 0.2;
}



/* lineup 商品ラインナップ--------------------- */
.lineup {
    width: 100%;
    position: relative;
    padding: calc(var(--space-large) + 6vw) var(--space-base);
    border-radius: var(--fv-img-border-radius) var(--fv-img-border-radius) 0 0;
    background-color: var(--color-primary);
}

.lineup::before,
.lineup::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 6vw;
}
.lineup::before {
    content: '';
    position: absolute;
    top: -1px;
    background: url('../img/vivaevi/common/vivaevi-text-white.svg') left top / contain repeat-x;
}
.lineup::after {
    content: '';
    position: absolute;
    bottom: -1px;
    background: url('../img/vivaevi/common/vivaevi-text-white.svg') left bottom / contain repeat-x;
}

.lineup .wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.strength_text {
    width: clamp(398.3px, 39.5vw,569px);
    font-size: var(--font-size-small-medium);
    font-weight: 700;
    color: var(--color-secondary);
    margin-top: 1em;
    margin-inline: auto;
    padding: 0.57em 0;
    border-top: 2px dotted var(--color-white);
    border-bottom: 2px dotted var(--color-white);
}

.lineup .h2_title {
    width: clamp(398.3px, 39.5vw,569px);
}

.lineup .ja_title_text {
    color: var(--color-black);
    margin-bottom: calc(var(--space-base) * 1.2);
}

.strength_text_mark {
    color: var(--color-white);
}

/* product list */
.product_list {
    --list-padding: var(--space-base);
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(330px, 1fr));
    margin-inline: auto;
    gap: calc(var(--space-base) * 1.5) var(--list-padding);
    width: calc(100% - var(--list-padding) * 2);
}

.product_item {
    /* width: min(36.25vw, 520px); */
    /* transform: translateX(calc(-1 * var(--list-padding))); */
}

.product_content {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.img-container {
    width: auto;
    position: relative;
    display: grid;
    grid-template-columns: 440fr 110fr 60fr;
}

.number_img {
    height: 19%;
    aspect-ratio: 1 / 1.5;
    position: absolute;
    top: 20px;
    left: 0;
    margin: 0;
    z-index: 1;
}

.number_img img {
    height: 80%;
    object-fit: contain;
    object-position: right bottom;
}

.product_img {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
}

.package_img {
    grid-column: 2 / 4; 
    grid-row: 2 / 3;
    /* width: min(11.8vw, 170px); */
    border-radius: 20px;
    /* position: absolute;
    right: min(4.1vw, -60px);
    bottom: 0; */
    align-self: flex-end;
    z-index: 1;
    overflow: hidden;
}

.product_img img,
.package_img img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.product_title {
    width: 100%;
    font-size: var(--font-size-large);
    line-height: 1.2;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 0.5rem;
    color: var(--color-secondary);
}

.product_sub {
    width: 100%;
    font-size: var(--font-size-base);
    font-weight: 400;
    margin-bottom: 1rem;
    color: var(--color-text);
}

.product_text {
    width: 100%;
    font-size: var(--font-size-small-medium);
    font-weight: 400;
    margin-bottom: 1em;
    color: var(--color-text);
    padding: 1em 0;
    border-top: 2px dotted var(--color-white);
    border-bottom: 2px dotted var(--color-white);
}

.product_details {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: var(--font-size-small-medium);
    text-align: left;
}

.product_details p {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.product_pearing {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4em;
    text-align: center;
}

.heart-icon {
    display: block;
    font-size: 12px;
    width: 1em;
    height: 1em;
    background: url('../img/vivaevi/common/heart-icon.svg') center center / contain no-repeat;
}

.product_weight {
    text-align: center;
}

.product_price {
    font-size: var(--font-size-small-medium) !important;
    text-align: center;
}

.product_contains {
    text-align: center;
}

/* 5番目の商品を中央に配置 */
.product_item:nth-child(5) {
    grid-column: 1 / -1;
    max-width: 450px;
    margin: 0 auto;
}

/* オンラインショップへのボタン */
.online-btn-container {
    text-align: center;
    margin-top: 1.2em;
}

.online-btn {
    font-size: var(--font-size-base);
    font-weight: 500;
    color: var(--color-secondary);
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 0.4em 0.7em;
    border-radius: 1.8em;
    border: 1.5px solid var(--color-secondary);
    background-color: var(--color-secondary);
    color: var(--color-white);
    transition: 0.2s ease;
}

.online-btn::after {
    content: '';
    font-size: inherit;
    width: 1em;
    height: 1em;
    background: url('../img/vivaevi/common/online-shop-icon.svg') left center / contain no-repeat;
    margin-left: 0.2em;
}

.online-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 3px var(--color-secondary-shadow);
    transition: 0.2s ease;
}

/* footer ------------ */
.copy {
    background-color: var(--color-white);
}

.footer_content,
.footer_left ul li a,
.footer_contact .tel>p:first-of-type,
.footer_contact .tel>p:last-of-type,
.copy a {
    color: var(--color-text);
}

.margin-inline-auto .sp-textalign-left {
    line-height: 2;
}

/* media query------------------------------*/
@media print, screen and (max-width: 1300px){
    :root {
        --header-height: 104px;
    }

    .news .wrapper {
        flex-direction: column;
        gap: 1em;
    }
}

@media print, screen and (max-width: 1000px){
    :root {
        --header-height: 84px;
    }
}


@media print, screen and (max-width: 750px){
    :root {
        --header-height: 0;
    }

    header nav {
        padding: 0 0 0 0;
    }

    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    /* FV------------------------------*/

    .vivaevi_slickslider::before {
        left: 20px;
        top: 20px;
    }

    .vivaevi_slickslider li:nth-child(1) img {
        object-position: top center;
    }

    .slick-slide .vivaevi_logo {
        top: 70px;
        width: 40%;
        left: 50%;
    }

    /*slider------------------------------*/
    .slick-dots li button {
        width: 15px!important;
        height: 15px!important;
    }
    .slick-dots li button:before {
        width: 15px!important;
        height: 15px!important;
    }
    .slick-dots li {
        width: 15px!important;
        height: 15px!important;
    }
    .slick-dots {
        bottom: -5%!important;
    }
    .slick-dots li button:before {
        color: #aaa!important;
    }
    .slick-dots li.slick-active button:before{
        color: #888!important;
    }
    
    .wrapper {
        width: 100%;
        max-width: 600px;
        box-sizing: border-box;
        margin-bottom: 60px;
    }
    .wrapper>div ul li {
        margin: 15px 0;
    }
    .wrapper>div ul li a {
        font-size: 20px;
        padding: 5px 0;
    }
    .wrapper>div ul li .online_store::before {
        bottom: 5px;
    }
    .wrapper>div ul li:nth-child(7) {
        margin-top: 30px;
    }
    .wrapper>div ul .sub a{
        font-size: 16px;
    }

    .news .h2_title,
    .lineup .h2_title,
    .strength_text {
        width: 100%;
    }

    /* news ------------------------------*/
    .news .wrapper {
        flex-direction: column;
        gap: 1em;
    }
    .news_list {
        width: 100%;
    }
    .list_btn {
        width: 100%;
    }

    /* concept ------------------------------*/
    .concept > .wrapper {
        display: block;
    }

    .wrapper>div.concept_flex {
        margin-top: 40px;
        margin-inline: auto;
        text-align: center;
    }

    .vivaevi_logo_ja-en {
        width: 100%;
        max-width: 200px;
        margin-inline: auto;
        margin-bottom: var(--space-s);
    }

    .concept_text {
        margin-block: 1.8em;
        line-height: 2;
        letter-spacing: 0;
        text-align: center;
    }
    .concept-img,
    .osenbei-img {
        display: none;
    }
    .plate-sp-img {
        display: block;
        position: static;
        margin-bottom: -20px;
    }
    .plate-sp-img img {
        position: static;
        width: 90%;
    }

    /* lineup---------------------------- */

    .lineup::before,
    .lineup::after {
        width: 100%;
        height: clamp(38px, 10vw, 68px);
        background-size: cover;
    }

    .product_list {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .product_details p {
        font-size: var(--fontp-size-small);
    }

    /* footer---------------------------- */
    .footer_left ul li {
        margin-bottom: 8px;
    }
}


















































