.ec-headerTitle img {
    display: block;
    margin: 0 auto;
    width: 640px;
    max-width: 70%;
}

.front_page .ec-secHeading {
    text-align: center;
    /* background-color: #E9D04C; */
    font-weight: bold;
}
.front_page .ec-secHeading .ec-secHeading__en {
    font-size: 32px;
}

.ec-categoryNaviRole {
    display: block;
    padding: 0 8px;
    margin-bottom: 30px;
}
.ec-categoryNaviRole .ec-itemNav__nav {
    display: flex;
}
.ec-categoryNaviRole .ec-itemNav__nav li a {
    border: 0;
    text-align: center;
}
@media (max-width: 767px) {
    .ec-categoryNaviRole .ec-itemNav__nav {
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
    }

    .ec-categoryNaviRole .ec-itemNav__nav li {
        width: auto;
        border: 1px solid #222222;
        border-radius: 4px;
        line-height: 1;
        overflow: hidden;
    }

    .ec-categoryNaviRole .ec-itemNav__nav li a {
        font-size: 14px;
        padding: .5rem;
    }
}
@media (min-width: 768px) {
    .ec-categoryNaviRole .ec-itemNav__nav {
        justify-content: center;
    }
}

.ec-sliderRole  {
    padding: 0;
}

.front_page .ec-newsRole {
    padding: 0;
    margin-bottom: 50px;
}
.front_page .ec-newsRole__news {
    padding: 0 20px;
}

.front_page .ec-eyecatchRole__introEnTitle {
    font-weight: bold;
    margin-bottom: .5rem;
}
.front_page .ec-eyecatchRole__introTitle {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.front_page .ec-eyecatchRole__introDescription {
    line-height: 1.5;
}

.front_page .ec-topicRole {
    margin-bottom: 100px;
}
.front_page .ec-topicRole__listItemTitle {
    font-size: 18px;
    font-weight: bold;
}
.front_page .ec-topicRole__listItem a:hover {
    opacity: .5;
}

.front_page .ec-newItemRole .ec-newItemRole__listItemPrice {
    font-size: 14px;
}

.front_page .ec-categoryRole {
    background-color: transparent;
}
.front_page .ec-categoryRole__list {
    justify-content: center;
}

.ec-blockBtn--top:hover {
    color: #fff;
    background-color: #7EB547;
    border: 0;
}

.ec-shelfRole .ec-shelfGrid__item-image {
    margin-bottom: 8px;
}
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item img {
    border: 1px solid rgba(34, 34, 34, .12);
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.ec-shelfRole p {
    font-weight: bold;
    font-size: 14px;
}
.ec-shelfRole .price02-default {
    font-weight: normal;
    font-size: 12px;
    margin-top: 8px;
    line-height: 1;
}

/* 一覧ページでカートに入れさせない */
.ec-shelfRole form,
.ec-shelfRole .ec-productRole__btn {
    display: none;
}

@media (min-width: 768px) {
    .ec-shelfRole p {
        font-size: 16px;
    }
    .ec-shelfRole .price02-default {
        font-size: 14px;
    }
}


/*********************************************
 * 商品ページ
 ********************************************/

.ec-productRole__description {
    line-height: 1.5;
}
.ec-productRole__profile h2 {
    font-weight: bold;
    line-height: 1.5;
}
.ec-productRole__profile h3 {
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px solid #cccccc;
    line-height: 1.5;
}
.ec-productRole__profile h4 {
    font-weight: bold;
    line-height: 1.5;
}
.ec-productRole img {
    height: auto;
}
.ec-productRole table {
    table-layout: fixed;
    width: 100%;
    border: 1px solid rgba(34,34,34,.12);
}
.ec-productRole tr:first-of-type {
    background-color: rgba(34,34,34,.12);
}
.ec-productRole tr:not(:first-of-type) {
    border-top: 1px solid rgba(34,34,34,.12);
}
.ec-productRole th,
.ec-productRole td {
    text-align: center;
    padding: .5rem;
}
.ec-productRole th:first-child,
.ec-productRole td:first-child {
    background-color: rgba(34,34,34,.12);
}
.ec-productRole th:not(:first-child),
.ec-productRole td:not(:first-child) {
    border-left: 1px solid rgba(34,34,34,.12);
}


/*********************************************
 * 注文画面ページ
 ********************************************/
.ec-orderDelivery .ec-orderDelivery__actions + .ec-orderDelivery__item {
    margin-top: 48px;
}
.ec-orderDelivery .ec-orderDelivery__title {
    display: flex;
    align-items: center;
    padding: 0 0 8px;
 }
.ec-orderDelivery .ec-orderDelivery__change {
    position: relative;
    display: flex;
    align-items: center;
}
.ec-orderDelivery .ec-orderDelivery__change button {
    padding: 4px 16px;
    font-size: .8em;
    margin-left: 16px;
    border-radius: 4px;
}
.ec-orderDelivery .ec-orderDelivery__address {
    margin-top: 0;
}
.ec-delivery-explain-html,
#ex-regular-cycle-annotation {
    font-size: .85em;
    color: #DE5D50;
    font-weight: bold;
}
@media screen and (min-width: 768px) {
    .ec-off3Grid .ec-off3Grid__cell {
        width: 60%;
        margin: 0 auto;
    }
}


/*********************************************
 * マイページの定期一覧ページ
 ********************************************/
.ec-cartRow__classCategorySP,
.ec-cartRow__amountSP {
    display: none !important;
}
@media screen and (max-width:767px) {
    #page_eccube_payment_lite42_mypage_regular_product_quantity .ec-cartRow {
        display: block;
        padding: 0;
    }
    #page_eccube_payment_lite42_mypage_regular_product_quantity .ec-cartRow li {
        display: flex;
        align-items: center;
        width: 100%;
        border: 0;
    }
    #page_eccube_payment_lite42_mypage_regular_product_quantity .ec-cartRow li:not(:first-of-type) {
        margin-top: 1rem;
    }
    #page_eccube_payment_lite42_mypage_regular_product_quantity .ec-cartRow .ec-cartRow__img {
        width: 120px;
    }
    #page_eccube_payment_lite42_mypage_regular_product_quantity .ec-cartRow__summary {
        flex: 1;
    }
    #page_eccube_payment_lite42_mypage_regular_product_quantity .ec-cartRow__classCategoryColumn,
    #page_eccube_payment_lite42_mypage_regular_product_quantity .ec-cartRow__amountColumn,
    #page_eccube_payment_lite42_mypage_regular_product_quantity .ec-cartRow__subtotalColumn {
        justify-content: end;
    }
    #page_eccube_payment_lite42_mypage_regular_product_quantity .ec-cartRow select,
    #page_eccube_payment_lite42_mypage_regular_product_quantity .ec-cartRow input {
        margin: 0;
    }
    #page_eccube_payment_lite42_mypage_regular_product_quantity .ec-cartRow input {
        width: 100px;
        height: auto;
    }
    #page_eccube_payment_lite42_mypage_regular_product_quantity form select {
        font-size: 14px;
        height: auto;
    }
    #page_eccube_payment_lite42_mypage_regular_product_quantity .ec-cartRow__classCategoryColumn::before {
        content: '種類：';
        font-weight: bold;
        margin-right: .5rem;
    }
    #page_eccube_payment_lite42_mypage_regular_product_quantity .ec-cartRow__amountColumn::before {
        content: '数量：';
        font-weight: bold;
        margin-right: .5rem;
    }
    #page_eccube_payment_lite42_mypage_regular_product_quantity .ec-cartRow__subtotalColumn::before {
        content: '小計：';
        font-weight: bold;
        margin-right: .5rem;
    }

    #page_eccube_payment_lite42_mypage_regular_product_quantity .ec-cartRole {
        padding: 0;
    }
    #page_eccube_payment_lite42_mypage_regular_product_quantity #regular_delivery {
        border-top: 1px dotted #ccc;
    }
}

/*********************************************
 * 独自スタイル
 ********************************************/
.yukite-Col_Item:last-of-type {
    margin-top: 30px;
}
@media (min-width: 768px) {
    .yukite-Col {
        display: flex;
        flex-wrap: nowrap;
    }
    .yukite-Col_Item {
        flex: 1;
    }
    .yukite-Col_Item:last-of-type {
        margin: 0;
        margin-left: 30px;
    }
}

.yukite-About {
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .yukite-Pickup .yukite-Col {
        display: flex;
        flex-direction: column-reverse;
    }
    .yukite-Pickup .yukite-Col_Item:last-of-type {
        margin: 0 0 30px;
    }
}

.yukite-Pickup_Title {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.yukite-Pickup_Price {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.yukite-Pickup_Button {
    margin-top: 1rem;
}
.yukite-Pickup_Button a {
    background-color: #7EB547;
    border: 0;
    max-width: 0;
    display: block;
    width: 100%;
    max-width: none;
    text-align: center;
}
/* .yukite-Pickup_Button a:not(:first-of-type) {
    background-color: #F1955D;
    margin-top: 1rem;
} */
.yukite-Pickup a:hover {
    opacity: .5;
}
/* @media (768px <= width) {
    .yukite-Pickup_Button {
        display: flex;
    }
    .yukite-Pickup_Button a {
        flex: 1;
    }
    .yukite-Pickup_Button a:last-of-type {
        margin: 0;
        margin-left: 1rem;
    }
} */

.yukite-Products {
    margin: 60px auto;
}
@media (min-width: 768px) {
    .yukite-Products {
        margin: 80px auto;
    }
}

.yukite-Products_SubTitle {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    letter-spacing: 3px;
    font-size: 14px;
}

.yukite-Products .ec-secHeading {
    margin-bottom: 2rem;
}

.yukite-Products .ec-shelfRole {
    padding: 0;
}
.yukite-Products .ec-shelfGrid {
    margin-bottom: 0;
}

.yukite-Products_More {
    text-align: center;
}
.yukite-Products_More a {
    display: inline-block;
    border: 1px solid #222222;
    padding: 1rem 2rem;
    text-align: center;
    color: #ffffff;
    background-color: #222222;
    font-weight: bold;
}
.yukite-Products_More a:hover {
    color: #222222;
    background-color: transparent;
}

.yukite-Shop {
    margin-top: 50px;
}
.yukite-Shop_SubTitle {
    font-size: 1rem;
    margin-bottom: 1rem;
}
.yukite-Shop_Title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.yukite-Shop_Info {
    margin-top: 1rem;
    border: 1px solid rgba(34, 34, 34, .12);
    padding: .5rem;
}
.yukite-Shop table {
    table-layout: fixed;
    width: 100%;
}
.yukite-Shop th,
.yukite-Shop td {
    padding: .5rem;
    vertical-align: top;
    font-size: 14px;
}
.yukite-Shop th {
    width: 25%;
}
.yukite-Shop td {
    width: 75%;
}

.yukite-Shop_More {
    margin-top: 1rem;
}
.yukite-Shop_More a {
    display: inline-block;
    border: 1px solid #222222;
    padding: 1rem 2rem;
    text-align: center;
    color: #ffffff;
    background-color: #222222;
    font-weight: bold;
}
.yukite-Shop_More a:hover {
    color: #222222;
    background-color: transparent;
}

.yukite-Faq {
    max-width: 900px;
    margin: 0 auto;
}
.yukite-Faq .h2 {
    margin-top: 30px;
}
.yukite-Faq p {
    line-height: 1.7;
}
@media (max-width: 767px) {
    .yukite-Faq .h2 {
        font-size: 16px;
    }
    .yukite-Faq p {
        font-size: 14px;
    }
}

.yukite-Banner {
    margin-top: 50px;
}
.yukite-Banner_Item {
    max-width: 640px;
    margin: 0 auto;
}
.yukite-Banner_Item:not(:first-of-type) {
    margin-top: 30px;
}
.yukite-Banner_Item a:hover {
    opacity: .5;
}