*, ::after, ::before {
    box-sizing: border-box;
    font-family: Arial, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "fs-icon", sans-serif;
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
}
a {
    color: inherit;
    text-decoration: none;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

/* ヘッダー */
.fs-l-header {
    background-color: #fbf9eb;
    margin-bottom: 16px;
    padding-top: 16px;
}
.fs-p-logo {
    flex-wrap: nowrap;
}
.fs-p-logo__image_80th {
    margin-right: 8px;
    max-height: 72px;
}

/* ヘッダーナビゲーション（フリーパーツ） */
.fs-p-headerNavBar {
    align-content: center;
    border-bottom: 1px solid #7c8790;
    height: 54px;
}
.fs-p-headerNavigation {
    justify-content: normal;
}
nav.fs-p-headerUtilityMenu {
    align-content: center;
}
.fs-p-headerUtilityMenu__list > li {
    min-width: 96px;
}
.fs-p-headerUtilityMenu__list > li + li {
    margin-left: 0;
}
.fs-p-headerUtilityMenu__list a:link,
.fs-p-headerUtilityMenu__list a:visited {
    color: #fff;
}
.fs-pt-menu__link.fs-pt-menu__link--lv1 {
    font-size: 1.4rem;
}
.fs-p-headerNavigation__search.fs-p-searchForm {
    margin-left: auto;
}

/* ヘッダーナビゲーション（フリーパーツ） キーワード検索 */
.fs-p-inputGroup {
    align-items: baseline;
    background: #fff;
    border-radius: 32px;
    overflow: hidden;
    padding: 0 8px;
}
.fs-p-searchForm__input {
    font-size: 12px;
}
.fs-p-inputGroup__button {
    background: #fff;
    color: #6c3e0e;
}

.fs-p-drawer {
    background: #fff;
}
.fs-p-drawer__heading {
    border-bottom: 0;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
    border: 0;
}
.fs-p-sideMenu a:hover {
    background: initial;
    color: initial;
}

/* 80周年記念アイテム */
.productListCarousel_80th.fs-c-productListCarousel.fs-c-slick {
    padding: 16px;
}
.productListCarousel_80th span.fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev.slick-arrow,
.productListCarousel_80th span.fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next.slick-arrow {
    display: none !important; /* 矢印の非表示 */
}
.productListCarousel_80th .slick-track {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100% !important;
}
.fs-c-slick .slick-track:before, .fs-c-slick .slick-track:after {
    display: none;
}
.productListCarousel_80th .fs-c-productListCarousel__list__item {
    margin: 0;
    max-width: 100%;
}
.productListCarousel_80th .fs-c-productPrice__main__label {
    display: none;
}
.productListCarousel_80th .fs-c-productListItem__control.fs-c-buttonContainer {
    display: none;
}

/* パンくずリストパーツ （システムパーツ） */
.fs-c-breadcrumb {
    margin: 0 auto;
    max-width: 1216px;
}

/* 商品名パーツ（システムパーツ） */
.fs-c-productNameHeading__name {
    font-size: 24px;
}

/* 商品価格パーツ（システムパーツ） */
.fs-c-productPrice__main__label {
    display: none;
}

/* 商品個別送料パーツ（システムパーツ） */
.fs-c-price--inline::after {
    content: "(税込)";
}

/* 項目選択肢パーツ（システムパーツ） */
.fs-c-productSelection__name {
    background: inherit;
}

/* バリエーション */
.fs-c-variationPanelList__list {
    grid-template-columns: repeat(auto-fit, minmax(8.2em, 1fr));
}
.fs-c-variationPanelList__panel--outOfStock {
    background-color: #fff;
}
.fs-c-variationPanelList__panel__image {
    height: inherit;
    max-height: inherit;
    padding-bottom: 0;
}

/* カートに入れる */
.fs-c-button--primary {
    font-size: 16px;
    padding: 18px 0;
}

/* ページトップへ（フリーパーツ） */
.fs-p-footerPageTop__link {
    background-color: #b3600a;
    border-radius: 4px;
}

/* フッターナビゲーション（フリーパーツ） */
.fs-l-footer {
    background-color: #6c3e0e;
    border-top: 1px solid #fbf9eb;
    color: #fbf9eb;
}
.fs-l-footer a {
    color: #fbf9eb;
}
.fs-p-footerPageTop {
    display: none;
}

/* コピーライト（著作権表示）（フリーパーツ） */
.fs-p-footerCopyright {
    background-color: #fde07a;
    color: #6c3e0e;
    font-weight: 400;
    padding: 20px 0 44px;
}

/* 商品情報 */
.item-info {
    margin-bottom: 16px;
}

/* 商品情報 箇条書き */
.item-info .bullet-list {
    list-style: none;
}
.item-info .bullet-list li {
    padding-left: 1em;
    position: relative;
    text-indent: 0;
}
.item-info .bullet-list li::before {
    content: "●";
    left: 0;
    position: absolute;
    top: 0;
}

/* 商品情報 表 */
.item-info table {
    background-color: #fff;
    border: 1px solid #ccc;
    border-collapse: collapse;
    width: 100%;
}
.item-info tr,
.item-info td {
    border: 1px solid #ccc;
}
.item-info td {
    padding: 8px 16px;
}
.item-info .note {
    display: block;
    text-align: right;
}

/* 商品情報 アレルギー表示 */
.item-info .allergy-list {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
    list-style: none;
}
.item-info .allergy-list li {
    align-content: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px;
    text-align: center;
}
.item-info .allergy-list .check {
    background-color: #2559A8;
    color: #FFFFFF;
    font-weight: 600;
}

/* 商品情報 アコーディオン */
.item-list {
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 16px;
    padding: 8px 16px;
    transition: box-shadow 0.2s ease;
}
.item-list summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.item-list summary::after {
    content: "＋";
    font-weight: bold;
    transition: transform 0.2s ease;
}
.item-list[open] summary::after {
    content: "－";
    transform: rotate(180deg);
}
.item-list .content {
    animation: fadeIn 0.2s ease;
    margin-top: 16px;
}

/* お客様情報入力 メールマガジン非表示 */
.fs-c-agreementConfirmation__message {
    display: none;
}
.fs-c-agreementConfirmation__checkbox {
    display: none;
}

/* 営業日カレンダー */
.cal {
    padding: 16px 0;
}
.cal .title {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 16px;
}
.cal .month-wrap {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 16px;
    width: 100%;
}
.cal .month {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    flex-shrink: 0;
    font-size: 14px;
    margin-right: 16px;
    padding: 16px;
    width: 272px;
}
.cal .month:last-child {
    margin-right: 0;
}
.cal .month .title {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 8px;
}
.cal ul {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
.cal li {
    align-content: center;
    aspect-ratio: 1 / 1;
    list-style: none;
    text-align: center;
}
.cal li:nth-child(-n+7) {
    font-weight: 500;
}
.cal .closed {
    background-color: #3c3c3c;
    border-radius: 50%;
    color: #fff;
    margin: 2px;
}
.cal .asterisk {
    margin-bottom: 16px;
    text-align: left;
}
.cal .asterisk::before {
    background-color: #3c3c3c;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
}

.fs-p-heading--lv2 {
    border: none;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}

/* 80周年特設バナー */
.banner-80th {
    border: 1px solid #6c3e0e;
    margin: 16px 0;
}