@charset "utf-8";
/*---------------------------------------------------------------------
Child Parts Style
style.css
-----------------------------------------------------------------------
Copyright 2025 (c) linkpath Allrights Reserved.
Created: linkpath
Created url: https://linkpath.jp/
Coding: Hinako Hayashi
Last Update: 2025.06.12
---------------------------------------------------------------------*/
/*===========================================================
    font-size
===========================================================*/
.first-view__content h1 {
    font-size: 100%;
}
.first-view__content p {
    font-size: 300%;
}

/*===========================================================
    parts
===========================================================*/
/* logo */
.logo,
body.f-active .logo {
    pointer-events: auto;
    opacity: 1;
}

/*===========================================================
    header
===========================================================*/
header .hb li {
    background: var(--color-accent);
}
header .hb,
header .ec-headerSearch,
header .ec-input input::placeholder {
    color: var(--color-accent);
}
header .h-shop ul li,
header .ec-headerSearch .ec-headerSearch__keyword {
    border-left: solid 1px var(--color-accent);
}
header .h-shop ul li:nth-of-type(2) {
    border-left: none;
}
header .h-shop ul li:last-of-type {
    border-right: solid 1px var(--color-accent);
}
header .h-shop ul li a,
header .h-shop ul li i,
header .ec-cartNavi__price,
header .ec-headerSearch .ec-headerSearch__category .ec-select select {
    color: var(--color-accent);
}

header .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
    border-top: 6px solid var(--color-accent);
}

header .ec-headerSearch {
    border: solid 1px var(--color-accent);
}
header .ec-headerSearch {
    background: rgba(255, 255, 255, 0.75);
}

/*===========================================================
    body
===========================================================*/
body {
    background: var(--color-base);
}
.ec-cartRole {
    color: var(--color-accent);
}
.ec-layoutRole__contents {
    padding: 5em 0;
    padding-top: 10em;
}
.ec-layoutRole__contents:has(.first-view) {
    padding: 0;
    padding-bottom: 5em;
}
.ec-layoutRole div.ec-layoutRole__main {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
}
.ec-pageHeader h1, .ec-pageHeader .h1 {
    padding-top: 0;
    margin-top: 0;
}
.ec-navlistRole .ec-navlistRole__item {
    font-weight: 200;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
}

/*===========================================================
    first-view
===========================================================*/
/* first-view__content */
.first-view__content {
    max-width: 1080px;
    width: 90%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 0 2em;
    padding: 5em 26px;
    padding-top: 10em;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.first-view__content h1 {
    letter-spacing: 0.35em;
    padding-left: 2.5em;
    position: relative;
}
.first-view__content h1::before {
    content: "";
    width: 2em;
    height: 1px;
    background: var(--color-accent);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.first-view__content p {
    font-weight: 200;
}

/*===========================================================
    cart
===========================================================*/
.ec-progress .ec-progress__number,
.ec-progress .ec-progress__item:after {
    background: var(--color-accent);
}
.ec-progress .is-complete .ec-progress__number {
    color: var(--color-accent);
    background: var(--color-main);
}
.ec-progress .is-complete .ec-progress__label {
    color: var(--color-accent);
}

@media screen and (max-width: 767px) {
/*===========================================================
    first-view
===========================================================*/
/* first-view__content */
.first-view__content {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 3em 16px;
    padding-top: 7em;
}
.first-view__content h1 {
    padding-left: 0;
}
.first-view__content h1::before {
    content: none;
}
}


@media screen and (max-width: 959px) {
/*===========================================================
    font-size
===========================================================*/

/*===========================================================
    parts
===========================================================*/
/* logo */
.logo {
    min-width: 8em;
    max-width: 11em;
    width: 32%;
    min-height: fit-content;
    max-height: fit-content;
    height: auto;
    left: 0.5em;
    z-index: 999;
}
.logo img {
    width: 100%;
    height: auto;
}
.logo span {
    writing-mode: unset;
    text-orientation: unset;
    top: -0.75em;
    right: auto;
    left: 0;
}


/*===========================================================
    header
===========================================================*/
header {
    padding-top: 0;
}
header .hb li {
    background: var(--color-base);
}
header .hb {
    color: var(--color-base);
}
header .h-shop ul li {
    border-left: none;
}
header .h-shop ul li > a,
header .h-shop ul li,
header .h-shop ul li i,
header .ec-cartNavi__price {
    color: var(--color-base);
}

header .hb,
header .h-shop ul li > a,
header .search-sp__btn,
header .cart-box {
    background: var(--color-accent);
}

header .h-shop .ec-icon i {
    color: var(--color-accent);
}
.h-shop ul li:last-of-type {
    padding-right: 0;
}

/*===========================================================
    body
===========================================================*/

}

@media screen and (max-width: 767px) {
/*===========================================================
    header
===========================================================*/
/* header.twig ec-cube */
header .ec-headerSearch .ec-headerSearch__keyword {
    border-left: none;
    border-top: solid 1px var(--color-accent);
}
}

@media screen and (max-width: 482px) {
/*===========================================================
    font-size
===========================================================*/

/*===========================================================
    body
===========================================================*/

}