/* =========================================================
   CustomizeCSS (重複削除・整理版)
   ========================================================= */

html {
    scroll-padding-top: 75px;
}

@media screen and (min-width: 768px) {
    html {
        scroll-padding-top: 140px;
    }
}

/* 規格共通 */
[class^="class-tag--"] {
    display: inline-block;
    padding: 2px 6px;
    font-size: 1.3rem;
    color: rgba(255, 255, 255, .99);
    background: #333;
}

/* 冷蔵 */
.class-tag--refrigerated {
    background: #0097db;
}

/* 冷凍 */
.class-tag--frozen {
    background: #9f9fa0;
}

/* ○○単品 */
.class-tag--single {
    background: none;
    color: #4d4d4d;
    border: 1px solid #4d4d4d;
}

/* 修正用2025/10 */
.header-logo-gozzo {
    width: 120px;
    height: 40px;
}

/* ヘッダー表示挙動改修 */
@media screen and (min-width: 1024px) {
    .header.scrollup .header-top {
        position: sticky;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 20;
    }

    .header.scrollup .header-bottom {
        top: 50px;
    }
}

@media(max-width: 767px) {
    .header-logo-gozzo {
        width: 100px;
        height: 33px;
        margin-left: 1.5rem;
    }
}

@media (max-width: 1024px) {
    .ec-layoutRole {
        overflow-x: hidden;
    }

    .header-bottom--flex {
        padding: 1.6rem 7rem 1rem 1rem;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .header--shop-link-list-item {
        margin-left: 1rem;
    }
}

@media (max-width: 1024px) {
    .header--search-wrap.search-bar--sp {
        transform: translateX(0);
    }
}

.header_gozzo .sidebar .footer-bottom-inner {
    padding: 20px 0;
}

@media (max-width: 1024px) {
    .header_gozzo .toggle-btn {
        background: none;
        padding: 1.2rem;
        align-items: end;
    }

    .header_gozzo .toggle:checked~.toggle-btn {
        align-items: center;
    }

    .header_gozzo .toggle-btn span {
        background: #000;
    }

    .header_gozzo .toggle-btn span:nth-last-child(1) {
        width: 70%;
    }

    .header_gozzo .toggle:checked~.toggle-btn span:nth-last-child(1) {
        width: 100%;
        translate: 0 -12px;
    }

    .header--shop-link-list .header--shop-link-list-item:nth-child(2) {
        display: none;
    }

    .header_gozzo .l-gmenu__nav li a::before {
        display: none;
    }
}

.footer-head-img img {
    width: 70px;
}

.footer-head-gozzo-img {
    width: 120px;
}

@media (max-width: 767px) {
    .top-desc {
        width: 100vw;
    }

    .top-desc--flex {
        display: flex;
    }

    .top-desc--left .button-01 {
        display: inline-block;
    }
}

.category--img {}

.shop-info-section {
    background-color: #fff;
}

@media(max-width: 767px) {
    .button-01 {
        display: inline-block;
        width: calc(100% - 20px);
    }
}

.main-title {
    margin-bottom: 20px;
}

.main-title .en {
    font-family: "EB Garamond", serif;
    font-size: 14px;
    display: block;
    color: #6B6C70;
    margin: 0 0 5px;
}

.main-title .jp {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
    display: block;
    font-weight: normal;
}

.feature-section--gozzo .main-title .jp {
    display: inline-block;
    margin-right: 12px;
}

@media(max-width: 767px) {
    .main-title .en {
        font-size: 18px;
        display: inline-block;
        margin: 0 10px 0 0;
    }

    .main-title .jp {
        font-size: 11px;
        display: inline-block;
    }
}

.category--tit {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin: 0 0 10px;
}

.category--text {
    font-weight: normal;
    font-size: 14px;
}

@media(max-width: 767px) {
    .category--tit {
        font-size: 15px;
    }

    .category--text {
        font-size: 12px;
        display: block;
    }
}

.mv-content p span {
    display: inline-block;
    background-color: #fff;
    color: #000;
    margin-bottom: 10px;
    padding: 0 10px;
}

.mv-content .text-main {
    font-size: 26px;
    margin-bottom: 6px;
}

.mv-content .text-sub {
    font-size: 19px;
}

@media(max-width: 767px) {
    .mv-content .text-main {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .mv-content .text-sub {
        font-size: 13px;
    }
}

.top-desc--tit,
.top-desc--text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
}


@media(max-width: 767px) {

    .feature-section,
    .category-section {
        margin-bottom: 4em;
    }

    .bnr--list {
        display: block;
    }

    .bnr--list-item {
        width: 100%;
    }

    .bnr-section .bnr--tit {
        margin-bottom: 0;
    }

    .bnr-section .bnr--lead {
        margin-bottom: 3rem;
    }
}

.category--img {
    margin-bottom: 10px;
}

.l-gmenu__nav {
    font-size: 1.3rem;
}

.l-gmenu__nav li a {
    display: block;
    padding: 1em;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}

.l-gmenu__nav li a::before {
    content: "";
    position: absolute;
    top: 50%;
    transition: 0.2s ease-in;
    right: 18px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: translateY(-50%) rotate(45deg);
}

.l-gmenu__nav dl {
    margin-bottom: 0;
}

.l-gmenu__nav dl dt {
    padding: 1em 0 1em .5em;
    border-bottom: 1px solid #DEE0E8;
    font-size: 18px;
    font-weight: 600;
}

.l-gmenu__nav dl dt a {
    display: block;
}

.l-gmenu__nav dl dd {
    border-bottom: 1px solid #DEE0E8;
    padding: 0 0 30px;
}

.l-gmenu__nav .subpage {
    position: relative;
}

.l-gmenu__nav .subpage.open {
    border-bottom: none;
}

.l-gmenu__nav .subpage.open:after {
    height: 0;
    transition: 0.2s ease-in;
}

.l-gmenu__nav .subpage::before,
.l-gmenu__nav .subpage::after {
    content: "";
    position: absolute;
    background-color: #000;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s ease-in;
}

.l-gmenu__nav .subpage::before {
    right: 14px;
    width: 14px;
    height: 2px;
}

.l-gmenu__nav .subpage::after {
    right: 20px;
    width: 2px;
    height: 14px;
}

.l-gmenu__nav2 {
    border-left: 1px solid #DEE0E8;
    margin-left: 1.5em;
}

.l-gmenu__nav2 li a {
    padding: 0.4em 2em 0.4em 1em;
    color: #000;
    font-size: 15px;
    font-weight: normal;
}

.nav--sp .sidebar #businessday_calendar {
    padding: 0 16px;
    border-top: 0;
}

.nav--sp .sidebar .calendar_title {
    display: none;
}

.item-clone .form-check .form-check-input {
    margin-left: 0;
}

.icon--sns-list {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 60px 0 20px;
}

.icon--sns-list img {
    display: block;
    width: 33px;
    height: auto;
}

@media screen and (max-width: 767px) {
    .item-section .btn--main {
        width: 100%;
        max-width: none;
    }
}

.footer_calendar {
    background-color: #F5F5F5;
    padding: 40px 30px;
}

.footer_calendar h3 {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 20px;
}

.footer_calendar h3 span {
    display: block;
    font-size: 11px;
    margin-bottom: 10px;
}

.footer-middle .col-4 h3 a {
    pointer-events: none;
    color: #fff;
}

.footer--bg {
    background: #141414 !important;
    margin-top: 2rem;
}

@media screen and (max-width: 767px) {
    .footer-head {
        display: block;
        margin-bottom: 2rem;
    }

    .footer-head-cat {
        width: 100%;
    }

    .footer-head-img {
        text-align: center;
        margin-bottom: 3.5rem;
    }

    .footer--sub-tit+a {
        display: none;
    }

    .footer--bg .main-tit {
        margin: 0;
        padding: 12px 0;
        border-bottom: 1px solid #40443d;
        width: 100%;
    }

    .footer--bg .main-tit+a {
        display: none;
    }

    .footer-middle {
        display: block;
        margin-bottom: 2.5rem;
    }

    .footer-middle .col-4 {
        width: 100%;
    }

    .footer--accent-tit {
        margin: 0;
        padding: 12px;
        border-bottom: 1px solid #40443d;
    }

    .footer-middle .col-4 h3 a {
        pointer-events: auto;
    }

    .footer-middle .footer--text,
    .footer-middle .link--color {
        display: none;
    }

    .footer--sns-list {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .footer--sns-list-item {
        width: calc((100% - 2rem) / 3);
        text-align: center;
    }

    .footer-bottom-inner {
        flex-flow: column;
        padding: 20px;
        height: auto;
    }

    .copyright {
        order: 2;
    }

    .footer-bottom--nav {
        order: 1;
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 768px) {
    .footer_calendar {
        display: none;
    }
}

@media (max-width: 767px) {
    .footer-head {
        position: relative;
    }

    .footer-head-gozzo-img {
        margin: 3rem auto;
    }

    .footer-head-gozzo-img img {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .footer-head-img {
        margin-top: 20px;
    }

    .footer-head-img img {
        width: 190px;
    }

    .footer--bg {
        padding: 2rem 0 4rem;
        margin-top: 20px;
    }
}

/* ▼ プライバシーポリシー同意チェックボックス ▼ */
.privacy-check {
    margin: 28px 0 32px;
    font-size: 1.3rem;
    line-height: 1.6;
}

.privacy-check__label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.privacy-check__label input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
}

.privacy-check__required {
    color: #d9534f;
    font-size: 1.2rem;
    margin-right: 6px;
}

.privacy-check__text a {
    text-decoration: underline;
}

/* お届け先（住所）と右側ボタン群：PCは横並び */
.ec-orderDelivery__addressWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

/* 右側：ボタンを縦に積む */
.ec-orderDelivery__btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}

/* EC-CUBE標準の absolute を確実に無効化 */
.ec-orderDelivery .ec-orderDelivery__change {
    position: static !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
    white-space: nowrap;
}

/* ボタン群の下と「配送方法」ブロックの間に余白 */
.ec-orderDelivery__actions {
    margin-top: 16px;
}

/* SPは縦並び（住所→ボタン群） */
@media (max-width: 767px) {
    .ec-orderDelivery__addressWrap {
        flex-direction: column;
    }

    .ec-orderDelivery__btns {
        align-items: flex-start;
    }
}

.ec-orderDelivery__btns {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* 2つのボタンを完全に同一デザインにする */
.ec-orderDelivery__btns .ec-inlineBtn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background-color: #fff;
}

/* お届け先情報の視認性アップ */
.ec-orderDelivery__address p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 4px;
}

/* 名前は一段強調 */
.ec-orderDelivery__address p:first-child {
    font-size: 18px;
    font-weight: 600;
}

/* お届け先 表示改善 */
.ec-orderDelivery__address {
    margin-top: 15px;
    line-height: 1.6;
}

.ec-deliveryLabel {
    margin-bottom: 4px;
}

.ec-deliveryTag {
    font-size: 16px;
    color: #777;
    margin-right: 4px;
}

.ec-deliveryName {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.ec-deliverySub {
    font-size: 14px;
    color: #333;
}

/* カート画面のアラート表示 */
.ec-alert-warning {
    display: flex;
    justify-content: center;
}

.ec-alert-warning__icon {
    flex-shrink: 0;
}

/* ========================= 配送温度帯 強調表示 ========================= */
.ec-deliveryTemp {
    margin-top: 8px;
    padding: 8px 0px;
    border-radius: 4px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ec-deliveryTemp__label {
    font-weight: 700;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.ec-deliveryTemp__value {
    font-weight: 700;
    font-size: 17px;
}

/* 最短お届け日時の下に余白を追加 */
p[id^="shortest_date_"] {
    margin: 6px 0 14px;
}

/* 注文画面 2カラム強制復旧 */
.ec-orderRole {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.ec-orderRole__detail {
    flex: 1 1 auto;
    min-width: 0;
}

.ec-orderRole__summary {
    flex: 0 0 360px;
}


/* --------------------------------------------------
   購入履歴詳細：領収書・請求書ボタンのカスタム
   -------------------------------------------------- */
.ec-orderRole__summary .btn-success {
    width: 100%;
    max-width: none;
    background-color: #4a4a4a;
    border: 1px solid #4a4a4a;
    color: #ffffff;
    margin-top: 10px;
    padding: 15px 0;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 4px;
    letter-spacing: 0.05em;
    transition: opacity 0.3s;
}

.ec-orderRole__summary .btn-success:hover {
    background-color: #333333;
    border-color: #333333;
    opacity: 0.9;
    text-decoration: none;
}


/* ▼ ページ最上部のタイトル ▼ */
.contact-page-head {
    text-align: center;
    margin: 40px auto 56px;
}

.contact-page-head__title {
    font-size: 3.2rem;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.contact-page-head__en {
    font-size: 1.4rem;
    margin-top: 6px;
    letter-spacing: 0.18em;
    color: #666;
}

/* ▼ 全体構成 ▼ */
.contact-intro {
    margin-bottom: 40px;
}

.contact-intro__title {
    max-width: 1080px;
    margin: 10px auto 16px;
    padding-bottom: 14px;
    font-size: 2rem;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
}

.contact-intro__lead {
    font-size: 1.4rem;
    line-height: 1.8;
    max-width: 1080px;
    margin: 0 auto 24px;
}

/* ▼ ボタン ▼ */
.contact-intro__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 1080px;
    margin: 0 auto 32px;
}

.contact-intro__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 28px;
    font-size: 1.4rem;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #333;
    background-color: #fff;
    color: #333;
    width: 340px;
    position: relative;
}

.contact-intro__btn::after {
    content: "＞";
    font-size: 1.4rem;
    margin-left: 12px;
}

/* ▼ 注意事項 ▼ */
.contact-notes__title {
    font-size: 1.6rem;
    font-weight: 600;
    max-width: 1080px;
    margin: 0 auto 8px;
}

.contact-notes__list {
    list-style: none;
    padding-left: 0;
    font-size: 1.3rem;
    line-height: 1.8;
    max-width: 1080px;
    margin: 0 auto;
}

.contact-notes__list li {
    position: relative;
    padding-left: 1.2em;
}

.contact-notes__list li::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}

/* ▼ お問い合わせの種類（ラジオ） 共通設定 ▼ */
.contact-kind {
    font-size: 1.3rem;
    line-height: 1.8;
}

.contact-kind__item {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
}

.contact-kind__item input[type="radio"] {
    position: absolute;
    left: 0;
    top: 3px;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
    padding: 0;
    -webkit-appearance: auto;
    appearance: auto;
}

/* ▼ スマホ ▼ */
@media (max-width: 767px) {
    .contact-page-head {
        margin: 28px auto 40px;
    }

    .contact-page-head__title {
        font-size: 2.6rem;
    }

    .contact-intro__title {
        margin: 32px auto 16px;
        font-size: 2rem;
    }

    .contact-intro__buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .contact-intro__btn {
        width: 100%;
    }

    .contact-kind__item {
        display: flex;
        align-items: flex-start;
        padding-left: 0;
        gap: 10px;
    }

    .contact-kind__item input[type="radio"] {
        position: static;
        margin-top: 4px;
        flex-shrink: 0;
    }

    .contact-kind__item label,
    .contact-kind__item span {
        display: inline-block;
        line-height: 1.6;
        flex: 1;
    }
}

@media (max-width: 1128px) {
    .human-category-section .container {
        padding: 20px;
    }
}
.form-check-label {
    padding-left: 10px !important;
}
/* タグ全体の並び */
.item-list .item--tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;           /* タグ同士の横の間隔 */
    margin: 10px 0 12px; /* 上下にゆとりを持たせ、視認性を向上 */
    padding: 0;
}

/* 個別のタグ装飾 */
.item-list .item--tag {
    font-family: "Noto Serif JP", serif;
    font-size: 13px;      /* 読みやすさと高級感のバランス */
    color: #555555;       /* 柔らかい黒で上品に */
    background: #fff;
    border: 1px solid #d0d0d0;
    padding: 6px 12px;    /* 「きつきつ」を解消した十分な余白 */
    line-height: 1;
    display: inline-block;
    letter-spacing: 0.02em;
}

/* 既存マージンの競合を解決 */
.item-list .item--tag-list + .item--tit {
    margin-top: 10px !important; /* 強制的に余白をリセットして最適化 */
}
/* --- なみかた羊肉店様 温度帯タグ＆APG表示 最終整理版 --- */
/* 詳細ページ専用 */

.item-temperature-tags-wrapper .class-tag--refrigerated {
    background: #0097db;
}
.item-temperature-tags-wrapper .class-tag--frozen {
    background: #9f9fa0;
}
.item-temperature-tags-wrapper .class-tag--normal {
    background: #f0ad4e;
}

/* リスト1行＝1レコードをflex化（折り返し可） */
.item-detail-cartin .plg-apg-cart-table__row {
    display: flex;
    flex-wrap: wrap;              /* 2段構成にするため */
    align-items: center;
    justify-content: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    gap: 0;
}

/* 各要素の基本リセット */
.item-detail-cartin .plg-apg-class,
.item-detail-cartin .plg-apg-pricewrap,
.item-detail-cartin .plg-apg-stock,
.item-detail-cartin .quantity-box {
    width: auto;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

/* --- 1段目：タグ＋重量 --- */
.item-detail-cartin .item-temperature-tags-wrapper,
.item-detail-cartin .plg-apg-class-name,
.item-detail-cartin .plg-apg-class {
    display: inline-flex;
    align-items: center;
    width: auto;
    flex-shrink: 0;
}

/* タグの見た目 */
.item-temperature-tags-wrapper [class^="class-tag--"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    font-size: 1.3rem;
    line-height: 1.2;
    white-space: nowrap;
    margin-right: 18px;
}

/* 重量テキスト */
.plg-apg-class-name {
    font-size: 1.4rem;
    color: #333;
    margin-right: 20px;
}

/* --- 2段目：価格・在庫・数量 --- */
.item-detail-cartin .plg-apg-cart-table__wrap {
    display: flex;
    width: 100%;       /* 強制改行して2段目へ */
    align-items: center;
}

.plg-apg-price02,
.plg-apg-stock,
.quantity-box,
.list-cart-in--action {
    flex-shrink: 0;
}

.bulk-stock-note-global{
  font-size: 13px;
  line-height: 1.6;
  margin: 10px 0 18px;
}

.cart_page .item-temperature-tags-wrapper{
  margin-bottom: 7px;
  display: inline-block;
}


.ec-orderAccount .customer-card__primary{
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #e6e7eb;
}


.ec-orderAccount .customer-card__name{
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: .02em;
}

.ec-orderAccount .customer-card__kana{
  margin-top: 4px;
  color: #6b6c70;
  font-size: 13px;
}

.ec-orderAccount .customer-info{
  margin: 0;
}

.ec-orderAccount .customer-info__row{
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 6px 12px;
  padding: 6px 0;
  border-bottom: 1px solid #f0f1f4;
}

.ec-orderAccount .customer-info__row:last-child{
  border-bottom: none;
  padding-bottom: 0;
}

.ec-orderAccount .customer-info dt{
  margin: 0;
  color: #6b6c70;
  font-size: 11px;
  letter-spacing: .04em;
}

.ec-orderAccount .customer-info dd{
  margin: 0;
  color: #222;
  line-height: 1.45;
  word-break: break-word;
}

/* companyName が空のときに高さだけ取ってダサくなるのを抑える（空欄は薄く） */
.ec-orderAccount .customer-company_name:empty::before{
  content: "—";
  color: #b6b8bf;
}

/* SPは縦積み */
@media (max-width: 767px){
  .ec-orderAccount .customer-info__row{
    grid-template-columns: 86px 1fr; /* 1列→2列に戻す */
    gap: 4px 10px;
    padding: 8px 0;
  }
}

/* お気に入り解除ボタン */
.remove-favorite {
  display: block;
  margin-top: 12px;   /* ← 上マージン */
  font-size: 1.3rem;  /* ← 少し小さく */
  text-align: center;
}

.front_page .footer--bg {
    margin-top: 0;
}

.product_page .footer--bg {
  margin-top: 0;
}

.section.item-seasoning-feature {
  margin-top: 80px;
}

.item-seasoning-feature .sub-tit--en,
.item-seasoning-feature .main-tit {
  text-align: center;
}

.seasoning-feature {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-top: 40px;
}

.seasoning-feature + .seasoning-feature {
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px solid #e8e8e8;
}

.seasoning-feature__media {
  width: 52%;
}

.seasoning-feature__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #f7f7f7;
}

.seasoning-feature__content {
  width: 48%;
}

.seasoning-feature__label {
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #888;
}

.seasoning-feature__title {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  color: #111;
}

.seasoning-feature__text {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 2;
  color: #444;
}

.seasoning-feature__btn {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #111;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.seasoning-feature__btn:hover {
  background: #111;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .section.item-seasoning-feature {
    margin-top: 56px;
  }

  .seasoning-feature {
    display: block;
    margin-top: 28px;
  }

  .seasoning-feature + .seasoning-feature {
    margin-top: 40px;
    padding-top: 40px;
  }

  .seasoning-feature__media,
  .seasoning-feature__content {
    width: 100%;
  }

  .seasoning-feature__content {
    margin-top: 18px;
  }

  .seasoning-feature__title {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .seasoning-feature__text {
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 1.9;
  }

  .seasoning-feature__btn {
    padding: 10px 18px;
    font-size: 12px;
  }
}

/* 注文確認ページだけ、配送希望日時の疑似要素を消す */
.shopping-page.confirm-page .ec-orderSection--delivery-schedule .ec-select::before,
.shopping-page.confirm-page .ec-orderSection--delivery-schedule .ec-select::after {
  display: none ;
  content: none ;
}

.shopping-page .ec-orderConfirm .gift-note {
  margin-top: 10px;
  font-size: 0.95em;
  line-height: 1.8;
  color: #555;
}

#paypal-credit-card {
    display: none;
}

#reviewContent {
    padding-left: 1rem;
}