/*  全体
---------------------------------------------------------------*/
div#fs_preview_header {
    display: none;
}
.pc {
    display: block;
}
.pc_inline {
    display: inline-block;
}
.sp, .sp_inline {
    display: none;
}
a:hover {
    opacity: 0.6;
}
a, a:visited {
    color: #402B1B;
}
.fs-l-main {
    margin: 88px auto;
    color: #402B1B;
}
.fs-c-breadcrumb {
    margin-top: 88px;
}
.fs-c-breadcrumb + .fs-l-main {
    margin-top: 0;
}
.fs-c-breadcrumb__list {
    padding: 0 0 0 50px;
}
.fs-c-breadcrumb__list a {
    color: #402B1B;
}
.fs-c-breadcrumb__list a:hover {
    text-decoration: none;
}
div#fs_p_scrollingCartButton {
    display: none;
}
.fs-c-cartTable {
    border-color: #7D7D7D;
}
.fs-c-button--plain {
    color: #402B1B;
}
.fs-c-button--secondary {
    border: 1px solid #FFFFFF;
    width: 252px;
    height: 58px;
    padding: 0;
    font-family: Noto Sans CJK JP;
    font-size: 18px;
    font-weight: 400;
    line-height: 58px;
    text-align: center;
    border-radius: 999px;
    background-color: #133525;
}
.fs-c-cartTable__headerCell {
    background-color: #ECE4CE;
}
.fs-c-heading--page {
    border-bottom: 0px;
    padding: 0;
    color: #fff;
    height: 200px;
    background-color: #402B1B;
    font-family: Noto Serif JP;
    font-size: 42px;
    font-weight: 700;
    line-height: 200px;
    text-align: center;
    position: relative;
    inset-inline: 50%;
    width: 100vw;
    margin-inline: -50vw;
}
.fs-c-subSection__title {
    border-bottom: 0;
    color: #402B1B;
    font-family: Noto Sans CJK JP;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}
.fs-l-page {
    background-color: #FAF2DC;
    overflow: hidden;
    margin: 0 auto;
}
.fs-c-radio__radioMark, .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
    border-color: #402B1B;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
    background-color: #2559A8;
}
.fs-c-checkbox__checkMark {
    border: 1px solid #402B1B;
    border-radius: 0;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
    background: #402B1B;
    border-color: #402B1B;
}
.fs-c-checkbox__labelText a {
    color: #402B1B;
    text-decoration: underline;
}
main.fs-l-main.wide-page {
    max-width: 1360px;
}
.wide-page .fs-l-pageMain {
    max-width: 1360px;
}

@media screen and (max-width: 767px) {
    .pc, .pc_inline {
        display: none;
    }
    .sp {
        display: block;
    }
    .sp_inline {
        display: inline-block;
    }
    .fs-c-heading--page {
        height: 120px;
        line-height: 120px;
        font-size: 28px;
    }
    .fs-c-subSection__title {
        font-size: 18px;
        line-height: 18px;
    }
    .fs-l-main {
        padding: 8px 20px;
        margin: 50px auto;
    }
    .fs-c-breadcrumb {
        margin: 90px 0 20px 20px;
        padding: 0;
    }
    .fs-c-breadcrumb__list {
        padding: 0;
    }
}
    
/*  ヘッダー
---------------------------------------------------------------*/
.fs-l-header {
    background-color: #FAF2DC;
    position: fixed;
    top: 0;
    padding: 25px 50px;
    width: 100%;
    height: 88px;
    z-index: 5;
    border-radius: 0px 0px 30px 30px;
}
img.fs-p-logo__amazon {
    height: 14px;
}
.header-left-wrap {
    display: flex;
    flex-direction: column;
}
.header-copy {
    font-family: Noto Sans CJK JP;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    color: #402B1B;
    margin: 0;
}
.fs-l-header__contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
}
.fs-l-header__contents > * {
    padding: 0;
    margin: 0;
}
.header-logo {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-menu ul {
    list-style: none;
}
.header-menu li {
    display: inline-block;
    vertical-align: middle;
}
.header-menu li.header-menu-pc {
    display: inline-block;
    vertical-align: middle;
}
.header-menu li.header-menu-sp {
    display: none;
}
.drawer-menu {
    display: none;
}
.header-menu li + li {
    margin-left: 20px;
}
.header-menu a {
    font-family: Inter;
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
    color: #133525;
}
.header-menu a:hover {
    text-decoration: none;
}

@media screen and (max-width: 934px) {
    .fs-l-header {
        height: 50px;
        padding: 16px;
        border-radius: 0px 0px 10px 10px;
    }
    .header-copy {
        color: #fff;
        margin: 20px; display:none;
    }
    .header-logo {
        gap: 10px;
    }
    .fs-l-header__contents {
        height: auto;
    }
    img.fs-p-logo__amazon {
        height: 8px;
    }
    .header-menu li.header-menu-pc {
        display: none;
    }
    .header-menu li.header-menu-sp {
        margin-left: 15px;
        width: 18px;
        height: 18px;
        display: inline-block;
        position: relative;
    }
    .header-menu li.header-menu-sp::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        height: 18px;
        background-size: cover;
        background-image:  url(https://obentoland.itembox.design/item/icon-menu.svg);
    }
    .header-menu li.header-menu-sp.active::after {
        background-image:  url(https://obentoland.itembox.design/item/icon-close.svg);
    }
    .fs-p-logo__image {
        width: 72px;
    }
    .drawer-menu {
        display: none;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #133525;
    }
    .drawer-menu.is-active {
        display: block;
    }
    .header-drower-menu a {
        font-family: Inter;
        font-size: 18px;
        font-weight: 800;
        line-height: 18px;
        text-align: left;
        color: #FAF2DC;
    }
    .header-drower-menu li + li {
        margin-top: 20px;
    }
    li.header-menu-sp {
        cursor: pointer;
    }
    ul.header-drower-menu {
        list-style: none;
        padding-inline-start: 0;
        margin-left: 20px;
    }
    ul.header-drower-menu-icon {
        list-style: none;
        padding-inline-start: 0;
        margin-left: 20px;
    }
    .header-drower-menu-icon li {
        display: inline;
    }
    .drawer-menu .copyright {
        bottom: 90px;
    }
    .drawer-menu .footer-menu {
        padding-inline-start: 0;
        margin-left: 20px;
        position: absolute;
        bottom: 130px;
    }
    .drawer-menu::after{
        position: absolute;
        right: 0;
        bottom: 50px;
        width: 113px;
        height: 150px;
        content: "";
        background-image: url(https://obentoland.itembox.design/item/footer-grazie-kuma.png);
        background-size: contain;
    }
}

/*  フッター
---------------------------------------------------------------*/
.fs-l-footer {
    background-color: #133525;
    padding: 80px 0;
    text-align: center;
    position: relative;
    margin-top: 0;
}
.fs-l-footer::after {
    position: absolute;
    bottom: 0;
    right: 57px;
    content: "";
    background-image: url(https://obentoland.itembox.design/item/footer-grazie-kuma.png);
    background-size: contain;
    width: 181px;
    height: 240px;
}
.fs-l-footer__contents > * {
    padding: 0;
    margin: 0;
}
.footer-menu {
    margin: 40px 0 20px 0;
}
.footer-menu li {
    display: inline-block;
}
.footer-menu li + li {
    margin-left: 20px;
}
.footer-menu a {
    font-family: Noto Sans CJK JP;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}
.footer-menu a:hover {
    text-decoration: none;
}
p.copyright {
    font-family: Noto Sans CJK JP;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .fs-l-footer__contents {
        text-align: left;
        padding: 40px 20px;
    }
    .fs-l-footer__contents img {
        width: 140px;
    }
    .footer-menu li {
        display: block;
        margin-bottom: 10px;
    }
    .footer-menu li + li {
        margin-left: 0;
    }
    p.copyright {
        text-align: left;
        position: absolute;
        bottom: 40px;
        left: 20px;
    }
    .fs-l-footer::after {
        right: 10px;
        width: 113px;
        height: 150px;
    }
}

/*  会員登録
---------------------------------------------------------------*/
.fs-p-card {
    background: none;
    border: none;
    margin: 8px 0;
    padding: 0;
    text-align: center;
}
.fs-p-card p {
    font-family: Noto Sans CJK JP;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
    margin: 20px 0;
}
.fs-p-card__title {
    border-bottom: none;
    margin: 0;
    font-family: Noto Sans CJK JP;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
}
.member-rank {
    max-width: 600px;
    margin: 80px auto 0 auto;
}

@media screen and (max-width: 767px) {
    .fs-p-card p {
        font-size: 14px;
    }
    .fs-p-card__title {
        font-size: 16px;
    }
}

/*  カート
---------------------------------------------------------------*/
a.fs-c-button--continueShopping.fs-c-button--standard {
    font-family: Noto Sans CJK JP;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: center;
    border: 1px solid #133525;
    background-color: initial;
    width: 220px;
    height: 36px;
    border-radius: 999px;
    opacity: 0px;
}
.fs-c-productImage__image {
    display: block;
    width: 107px;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    
}

/*  ログイン
---------------------------------------------------------------*/
.fs-c-button--primary {
    border: 1px solid #FFFFFF;
    width: 252px;
    height: 58px;
    padding: 0;
    font-family: Noto Sans CJK JP;
    font-size: 18px;
    font-weight: 400;
    line-height: 58px;
    text-align: center;
    border-radius: 999px;
    background-color: #133525;
}
.fs-c-newUsers__message.fs-c-subSection__message {
    font-family: Noto Sans CJK JP;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: justify;
    color: #402B1B;
    margin-bottom: 20px;
}
.fs-body-login .fs-c-inputInformation__field {
    background: #ECE4CE;
    padding: 30px;
    border-radius: 6px;
}
th.fs-c-inputTable__headerCell {
    padding-bottom: 10px;
}
label.fs-c-inputTable__label {
    font-family: Noto Sans CJK JP;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}
.fs-c-fsLogin [type=text], .fs-c-fsLogin [type=password] {
    border-radius: 0;
    padding: 3px 5px;
    height: 50px;
}
a.fs-c-textLink {
    font-family: Noto Sans CJK JP;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-decoration: underline;
    color: #133525;
}

@media screen and (max-width: 767px) {
    label.fs-c-inputTable__label {
        font-size: 14px;
        line-height: 14px;
    }
    .fs-c-fsLogin [type=text], .fs-c-fsLogin [type=password] {
        height: 26px;
    }
}

/*  規約系
---------------------------------------------------------------*/
dl.fs-c-explainList {
    display: block;
}
dl.fs-c-explainList dd > dl.fs-c-explainList {
    display: grid;
    align-items: start;
    margin-left: 20px;
}
.fs-c-explainList dd {
    margin-top: 8px;
    margin-bottom: 20px !important;
}
dl.fs-c-explainList dd > dl.fs-c-explainList dd{
    margin-top: 0;
}
.fs-c-list {
    margin: 1rem 0 1rem 20px;
}
h3.fs-c-documentColumn__heading {
    font-family: Noto Sans CJK JP;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    border: none;
    padding: 0;
    margin: 0;
    color: #402B1B;
}
.fs-c-orderedList > li::before {
    counter-increment: initial;
    content: "・";
    color: #402B1B;
    padding-right: 5px;
}
.fs-c-documentColumn__content {
    gap: 0;
    text-align: justify;
}
.fs-p-privacyPolicy h1, .fs-p-aboutTerms h1, .fs-p-memberAgreement h1 {
    font-family: Noto Serif JP;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
}

/*  生産者紹介
---------------------------------------------------------------*/
.producer-fv {
    position: relative;
}
.produce-catch-on {
    width: 400px;
    height: 700px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.produce-catch-1, .produce-catch-2, .produce-catch-3 {
    position: absolute;
    background-color: #DC4F00;
    color: #fff;
    font-family: Noto Serif JP;
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    letter-spacing: -0.03em;
    writing-mode: vertical-rl;
    text-wrap: nowrap;
    padding: 20px 0;
    border-radius: 5px;
}
.produce-catch-1 {
    top: -25%;
    left: -20%;
}
.produce-catch-2 {
    top: -25%;
    left: -45%;
}
.produce-about {
    width: 400px;
    position: absolute;
    top: 0;
    left: 60%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.produce-about h2 {
    font-family: Noto Serif JP;
    font-size: 62px;
    font-weight: 700;
    line-height: 62px;
    text-align: left;
    color: #DC4F00;
}
.produce-about h2 > span {
    padding-left: 20px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 900;
    line-height: 16px;
    letter-spacing: 0.2em;
    text-align: center;
}
.produce-about p {
    font-family: Noto Serif JP;
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
    color: #402B1B;
}
.produce-txt {
    background-image: url(https://obentoland.itembox.design/item/bg-yasai-002.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    inset-inline: 50%;
    width: 100vw;
    margin-inline: -50vw;
    height: 500px;
    font-family: Noto Serif JP;
    font-size: 38px;
    font-weight: 700;
    line-height: 68.4px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
    margin-top: 160px;
}
.produce-txt p {
    background-color: #402B1B;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
}
.produce-container {
    margin-top: 110px;
    background-image: url(https://obentoland.itembox.design/item/bg-farmers.png);
    background-size: contain;
    background-repeat: repeat;
    background-position: top;
    position: relative;
    inset-inline: 50%;
    width: 100vw;
    margin-inline: -50vw;
}
.produce-container-inner {
    max-width: 1000px;
    margin: 0 auto;
}
.produce-container h3 {
    font-family: Noto Serif JP;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
}
.produce-container h3 > span {
    display: block;
    padding-bottom: 20px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 900;
    line-height: 16px;
    letter-spacing: 0.2em;
    text-align: left;
}
.produce-box-flex {
    margin-top: 20px;
    display: flex;
    gap: 20px 40px;
    flex-wrap: wrap;
}
.produce-box {
    width: 480px;
}
.produce-box-card {
    min-height: 312px;
    background-color: #402B1B;
    padding: 40px 30px;
    margin: 0;
    border-radius: 0px 0px 15px 15px;
    color: #fff;
    font-family: Noto Sans CJK JP;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}
.produce-box img {
    position: relative;
    bottom: -10px;
}
.produce-box-card span{
    font-family: Noto Sans CJK JP;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-align: left;
    padding-bottom: 10px;
}
.produce-box-card-name {
    font-family: Noto Serif JP;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .produce-about {
        width: 100%;
        position: relative;
        top: initial;
        left: initial;
        transform: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
    }
    .produce-about h2 {
        font-family: Noto Serif JP;
        font-size: 42px;
        font-weight: 700;
        line-height: 42px;
        text-align: center;
        margin: 40px 0 0 0;
    }
    .produce-about h2 > span {
        display: block;
        font-family: Inter;
        font-size: 10px;
        font-weight: 900;
        line-height: 10px;
        letter-spacing: 0.2em;
        padding: 10px 0 0 0;
        text-align: center;
    }
    .produce-about p {
        margin-top: 20px;
        font-family: Noto Serif JP;
        font-size: 18px;
        font-weight: 700;
        line-height: 25.2px;
        text-align: center;
    }
    .produce-catch-1, .produce-catch-2, .produce-catch-3 {
        font-size: 42px;
        font-weight: 700;
        line-height: 42px;
        letter-spacing: -0.03em;
    }
    .produce-catch {
        display: flex;
        gap: 10px;
        position: absolute;
        bottom: -300px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .produce-catch-1 {
        position: initial;
        display: inline-block;
        height: 130px;
    }
    .produce-catch-2 {
        position: initial;
        display: inline-block;
    }
    .produce-catch-3 {
        position: initial;
        display: inline-block;
        height: 230px;
    }
    .produce-about {
        margin-top: 180px;
    }
    .produce-txt {
        background-size: contain;
        margin-top: 40px;
        height: 300px;
        font-size: 24px;
        font-weight: 700;
        line-height: 43.2px;
        letter-spacing: -0.01em;
    }
    .produce-txt p {
        margin: 5px 0;
    }
    .produce-box {
        width: 100%;
    }
    .produce-container {
        margin-top: 80px;
        padding: 0 20px;
        background: none;
    }
    .produce-container h3 {
        font-size: 28px;
        font-weight: 700;
        line-height: 39.2px;
    }
    .produce-container h3 > span {
        font-size: 12px;
        font-weight: 900;
        line-height: 12px;
        letter-spacing: 0.2em;
    }
    .produce-box-card {
        font-size: 14px;
        line-height: 21px;
        min-height: initial;
    }
    .produce-box-card span{
        font-size: 14px;
        line-height: 14px;
    }
    .produce-box-card-name {
        font-size: 20px;
        line-height: 20px;
    }
}

/*  グラッチェのこだわり
---------------------------------------------------------------*/
.about-wrap {
    max-width: 1000px;
    margin: 0 auto;
}
.about-wrap h1 {
    font-family: Noto Serif JP;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
}
.about-wrap h1 > span {
    display: block;
    font-family: Inter;
    font-size: 16px;
    font-weight: 900;
    line-height: 16px;
    letter-spacing: 0.2em;
    text-align: center;
    padding-bottom: 20px;
}
.about-box {
    margin-top: 80px;
}
.about-img {
    position: relative;
}
.about-img img {
    width: 100%;
    max-width: 920px;
}
.about-title {
    margin-top: 40px;
    font-family: Noto Serif JP;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: #DC4F00;
}
.about-box-detail {
    margin-top: 20px;
    font-family: Noto Sans CJK JP;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}
.about-bg-section {
    background-image: url(https://obentoland.itembox.design/item/bg-yasai-002.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    inset-inline: 50%;
    width: 100vw;
    margin-inline: -50vw;
    height: 23vw;
}
.about-shop {
    text-align: center;
}
.about-shop img {
    width: 560px;
}
.about-shop-open {
    margin-top: 40px;
    background-color: #fff;
    padding: 40px 0;
    font-family: Noto Sans CJK JP;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
}
.about-shop-open span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    padding-top: 10px;
}
.about-shop-box {
    margin-top: 80px;
    display: flex;
    gap: 40px;
}
.about-shop-box img {
    width: 480px;
}
.about-shop-box-txt {
    width: 480px;
}
.about-shop-box-number {
    display: flex;
    align-items: center;
    font-family: Inter;
    font-size: 60px;
    font-style: italic;
    font-weight: 200;
    line-height: 60px;
    letter-spacing: 0.03em;
    color: #DC4F00;
    text-align: left;
}
.about-shop-box-number span {
    padding-left: 20px;
    font-family: Inter;
    font-style: normal;
    font-size: 14px;
    font-weight: 900;
    line-height: 14px;
    letter-spacing: 0.2em;
}
.about-shop-box-title {
    margin-top: 20px;
    font-family: Noto Serif JP;
    font-size: 42px;
    font-weight: 700;
    line-height: 54.6px;
    text-align: left;
}
.about-shop-box-detail {
    margin-top: 20px;
    font-family: Noto Sans CJK JP;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}
.about-img-on {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    position: absolute;
    top: -60px;
    right: 0;
    writing-mode: vertical-rl;
    text-wrap: nowrap;
}
.about-img-on span {
    display: block;
    height: 100%;
    font-family: Inter;
    font-size: 16px;
    font-weight: 900;
    line-height: 16px;
    letter-spacing: 0.2em;
    text-align: left;
    color: #DC4F00;
}
.about-img-on-orange {
    display: inline-block;
    margin: 0;
    background-color: #DC4F00;
    color: #fff;
    font-family: Noto Serif JP;
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    letter-spacing: -0.03em;
    writing-mode: vertical-rl;
    text-wrap: nowrap;
    padding: 20px 0;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    .about-wrap h1 {
        font-size: 28px;
        line-height: 39.2px;
    }
    .about-wrap h1 > span {
        font-size: 12px;
        line-height: 12px;
    }
    .about-img-on {
        top: -40px;
        height: 215px;
        gap: 10px;
    }
    .about-img-on span {
        font-size: 12px;
        line-height: 12px;
    }
    .about-img-on-orange {
        font-size: 42px;
        line-height: 42px;
        padding: 10px 0;
    }
    .about-title {
        margin-top: 0;
        font-size: 22px;
        line-height: 30.8px;
    }
    .about-box-detail {
        font-size: 14px;
        line-height: 21px;
    }
    .about-shop img {
        width: 280px;
    }
    .about-shop-open {
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .about-shop-open span {
        font-size: 10px;
        line-height: 15px;
    }
    .about-shop-box {
        margin-top: 40px;
        flex-direction: column;
        gap: 20px;
    }
    .about-shop-box:first-of-type {
        margin-top: 40px;
    }
    .about-shop-box.about-shop-box-reverse {
        flex-direction: column-reverse;
    }
    .about-shop-box-number {
        font-size: 42px;
        line-height: 42px;
    }
    .about-shop-box-number span {
        font-size: 10px;
        line-height: 10px;
    }
    .about-shop-box-title {
        font-size: 28px;
        line-height: 36.4px;
    }
    .about-shop-box-detail {
        font-size: 14px;
        line-height: 21px;
    }
    .about-shop-box img {
        width: 100%;
    }
    .about-shop-box-txt {
        width: 100%;
    }
}

/*  トップページ
---------------------------------------------------------------*/
.top-wrap h2 {
    font-family: Noto Serif JP;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
}
.top-wrap h2 > span {
    display: block;
    font-family: Inter;
    font-size: 16px;
    font-weight: 900;
    line-height: 16px;
    letter-spacing: 0.2em;
    text-align: center;
    padding-bottom: 20px;
}
.top-fv {
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
    inset-inline: 50%;
    width: 100vw;
    margin-inline: -50vw;
    z-index: 1;
}
.top-fv img {
    box-shadow: 0px 17px 18px 0px #522B0E80;
    border-radius: 30px;
}
.top-fv-bottom {
    margin-top: -11%;
    padding-top: 15%;
    background-image: url(https://obentoland.itembox.design/item/bg-yasai-001.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    inset-inline: 50%;
    width: 100vw;
    margin-inline: -50vw;
}
.top-fv-txt {
    font-family: Noto Sans CJK JP;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}
.top-banner {
    margin: 120px auto 0 auto;
    width: 1000px;
}
.top-banner img {
    width: 100%;
}
.top-banner a {
    display: block;
}
.top-banner a + a {
    margin-top: 20px;
}
.top-lineup-flex {
    width: 1000px;
    margin: 40px auto;
    padding-bottom: 150px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.top-lineup {
    margin-top: 120px;
    background-image: url(https://obentoland.itembox.design/item/bg-yasai-002.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    inset-inline: 50%;
    width: 100vw;
    margin-inline: -50vw;
}
.lineup-box {
    width: 320px;
    cursor: pointer;
}
.lineup-box-card {
    background-color: #133525;
    padding: 20px;
    margin: 0;
    border-radius: 0px 0px 15px 15px;
    color: #fff;
}
.lineup-box img {
    position: relative;
    bottom: -10px;
}
.lineup-box-card-name {
    font-family: Noto Sans CJK JP;
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    text-align: left;
    margin-bottom: 10px;
}
.lineup-box-card-price {
    font-family: Noto Sans CJK JP;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-align: left;
}
.top-howto {
    position: relative;
    display: flex;
    gap: 40px;
}
.top-howto img {
    width: 900px;
}
.top-howto::after {
    content: url(https://obentoland.itembox.design/item/img-pizza-001.svg);
    bottom: 170px;
    left: 100%;
    z-index: 1;
    position: absolute;
}
.top-howto-copy::after {
    content: url(https://obentoland.itembox.design/item/img-pizza-002.svg);
    position: absolute;
    left: 0;
    top: calc(100% + 150px);
    z-index: 1;
}
.top-howto-copy {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    height: 300px;
    writing-mode: vertical-rl;
    text-wrap: nowrap;
}
.top-howto-copy span {
    display: block;
    height: 100%;
    font-family: Inter;
    font-size: 16px;
    font-weight: 900;
    line-height: 16px;
    letter-spacing: 0.2em;
    text-align: left;
}
.top-howto-copy p {
    font-family: Noto Serif JP;
    margin: 0;
    padding: 0;
    font-size: 55px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -0.03em;
    writing-mode: vertical-rl;
    text-wrap: nowrap;
}
p.orange {
    color: #DC4F00;
}
.top-about {
    margin-top: 120px;
}
.top-about-list {
    margin-top: 80px;
}
.top-about-list-item {
    position: relative;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    inset-inline: 50%;
    width: 100vw;
    height: 418px;
    margin-inline: -50vw;
}
.top-about-list-1 {
    background-image: url(https://obentoland.itembox.design/item/about-bg-1.jpg);
}
.top-about-list-2 {
    background-image: url(https://obentoland.itembox.design/item/about-bg-2.jpg);
}
.top-about-list-3 {
    background-image: url(https://obentoland.itembox.design/item/about-bg-3.jpg);
}
.top-about-list-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #402B1B99;
}
.top-about-list-item:first-of-type::before {
    content: url(https://obentoland.itembox.design/item/img-yasai-001.svg);
    position: absolute;
    top: 25px;
    right: 64px;
    z-index: 1;
}
.top-about-list-item:nth-of-type(2)::before {
    content: url(https://obentoland.itembox.design/item/img-yasai-002.svg);
    position: absolute;
    top: -52px;
    left: 40px;
    z-index: 1;
}
.top-about-list-item:nth-of-type(3)::before {
    content: url(https://obentoland.itembox.design/item/img-yasai-003.svg);
    position: absolute;
    top: 15px;
    right: 40px;
    z-index: 1;
}
.top-about-list-item-txt { 
    max-width: 1040px;
    width: 100%;
    height: 100%;
    padding: 50px 20px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1;
}
.top-about-list-item span {
    font-family: Inter;
    font-size: 16px;
    font-weight: 900;
    line-height: 16px;
    letter-spacing: 0.2em;
    text-align: left;
    color: #fff;
}
.top-about-list-title {
    margin-top: 20px;
    font-family: Noto Serif JP;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #fff;
}
.top-about-list-detail {
    margin-top: 20px;
    font-family: Noto Sans CJK JP;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
    color: #fff;
}
.top-about-list-item .fs-c-buttonContainer {
    justify-content: end;
}
.top-wrap .fs-c-button__label {
    font-family: Noto Serif JP;
}
.top-movie {
    margin: 120px auto;
    text-align: center;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.top-movie iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
    .top-wrap h2 {
        font-size: 28px;
        line-height: 39.2px;
    }
    .top-wrap h2 > span {
        font-size: 12px;
        line-height: 12px;
    }
    .top-fv {
        padding: 0 20px;
    }
    .top-fv img{
        border-radius: 40px;
    }
    .top-wrap h1 {
        font-size: 28px;
        line-height: 39.2px;
    }
    .top-wrap h1 > span {
        font-size: 12px;
        line-height: 12px;
    }
    .top-fv-bottom {
        margin-top: -10%;
        padding-top: 20%;
        background-size: contain;
    }
    .top-fv-txt {
        font-size: 14px;
        line-height: 21px;
    }
    .top-banner {
        margin: 80px auto 0 auto;
        width: auto;
    }
    .top-lineup {
        margin-top: 80px;
    }
    .top-lineup-flex {
        padding: 0 20px;
        width: 100%;
        margin: 40px auto;
        gap: 10px;
    }
    .lineup-box {
        width: calc(50% - 5px);
    }
    .lineup-box-card {
        padding: 10px 12px;
    }
    .lineup-box-card-name {
        font-size: 14px;
        line-height: 18.2px;
    }
    .lineup-box-card-price {
        font-size: 12px;
        line-height: 12px;
    }
    .top-howto {
        margin-top: 80px;
        flex-direction: column;
    }
    .top-howto-copy {
        height: 288px;
        width: 105px;
        margin: 0 auto;
    }
    .top-howto-copy p {
        font-size: 36px;
        line-height: 36px;
        letter-spacing: -0.03em;
    }
    .top-howto-copy span {
        font-size: 12px;
        line-height: 12px;
    }
    .top-howto-copy::after {
        content: "";
    }
    .top-howto::before {
        content: "";
        background-image: url(https://obentoland.itembox.design/item/img-pizza-002.svg);
        background-size: cover;
        background-position: right;
        width: 115px;
        height: 97px;
        position: absolute;
        right: calc(100% - 95px);
        top: 300px;
    }
    .top-howto::after {
        content: "";
        background-image: url(https://obentoland.itembox.design/item/img-pizza-001.svg);
        background-size: cover;
        width: 116px;
        height: 89px;
        bottom: initial;
        left: calc(100% - 96px);
    }
    .top-about {
        margin-top: 80px;
    }
    .top-about-list-item:first-of-type::before {
        content: "";
    }
    .top-about-list-item:nth-of-type(2)::before {
        content: "";
    }
    .top-about-list-item:nth-of-type(3)::before {
        content: "";
    }
    .top-about-list-item {
        height: 318px;
    }
    .top-about-list-item-txt {
        width: 100%;
        padding: 40px 20px;
        margin: 0;
    }
    .top-about-list-item-txt > span {
        font-size: 12px;
        line-height: 12px;
    }
    .top-about-list-title {
        font-size: 32px;
        line-height: 32px;
    }
    .top-about-list-detail {
        font-size: 14px;
        line-height: 21px;
    }
    .top-movie {
        margin: 80px auto;
    }
    #fs_Top a.fs-c-button--primary {
        width: 190px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
}

/*  商品一覧
---------------------------------------------------------------*/
.fs-c-sortItems__list__item.is-active {
    background: #402B1B;
}
span.fs-c-productPrice__main__label {
    display: none;
}
#fs_ProductSearch span.fs-c-productName__name, #fs_ProductCategory span.fs-c-productName__name {
    font-family: Noto Sans CJK JP;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    text-align: left;
    color: #133525;
}
#fs_ProductSearch span.fs-c-price__currencyMark, #fs_ProductCategory span.fs-c-price__currencyMark {
    color: #133525;
    font-size: 14px;
    line-height: 14px;
}
#fs_ProductSearch span.fs-c-price__value, #fs_ProductCategory span.fs-c-price__value {
    color: #133525;
    font-size: 14px;
    line-height: 14px;
}
#fs_ProductSearch span.fs-c-productPrice__addon, #fs_ProductCategory span.fs-c-productPrice__addon {
    font-family: Noto Sans CJK JP;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    text-align: left;
    padding-left: 6px;
    color: #133525;
}
.fs-c-productListItem__image__image {
    width: 224px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.fs-c-button--plain.fs-c-button--addToCart--list::before {
    content: "";
}
#fs_ProductSearch .fs-c-productName__copy, #fs_ProductCategory .fs-c-productName__copy,
#fs_ProductSearch .fs-c-productListItem__control.fs-c-buttonContainer, #fs_ProductSearch .fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer,
#fs_ProductCategory .fs-c-productListItem__control.fs-c-buttonContainer, #fs_ProductCategory .fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer {
    display: none;
}
#fs_ProductCategory .fs-c-productList {
    margin: 0 0 0 70px;
    width: 100%;
    display: inline-block;
}
#fs_ProductCategory .fs-l-pageMain {
    display: flex;
    margin-top: 40px;
}
#fs_ProductCategory div#fs-page-error-container {
    display: none;
}
.fs-l-sideArea {
    width: 255px;
    box-sizing: content-box;
    padding: 40px;
    background-color: #ECE4CE;
    color: #402B1B;
}
.fs-p-drawer__heading {
    text-wrap: nowrap;
    border-bottom: none;
    padding-bottom: 0;
    font-family: Noto Sans CJK JP;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    margin-bottom: 40px;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
    border: none;
}
.fs-p-sideMenu .fs-pt-menu__heading {
    display: inline;
    padding: 0;
}
.fs-p-sideMenu .fs-pt-menu__link--lv1::after {
    content: "";
}
.fs-p-sideMenu a:hover {
    background-color: #402B1B;
}
#fs_ProductCategory .fs-c-heading--page {
    height: auto;
    background-color: initial;
    font-family: Noto Sans CJK JP;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    position: initial;
    inset-inline: initial;
    width: initial;
    margin-inline: initial;
    color: #402B1B;
}
#fs_ProductCategory .product-detail-big-flex {
    flex-direction: column;
    gap: 20px;
}
#fs_ProductCategory .product-detail-big-flex img, #fs_ProductCategory .product-detail-txt {
    width: 100%;
}
#fs_ProductCategory .product-detail-big {
    margin: 40px auto;
}
#fs_ProductCategory .fs-l-main {
    padding: 0 20px;
}

@media screen and (max-width: 1199px) {
    #fs_ProductCategory .fs-c-productList {
        margin: 24px auto;
    }
}

@media screen and (max-width: 767px) {
    #fs_ProductCategory .fs-l-pageMain {
        margin-top: 0;
    }
}

/*  商品詳細
---------------------------------------------------------------*/
.fs-l-productLayout {
    display: flex;
    gap: 40px;
    width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.product-image {
    width: 540px;
}
#fs_ProductDetails .fs-c-productNameHeading__copy {
    display: block;
    font-family: Noto Sans CJK JP;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    padding-bottom: 20px;
}
#fs_ProductDetails span.fs-c-productNameHeading__name {
    font-family: Noto Sans CJK JP;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #402B1B;
}
#fs_ProductDetails #fs_ProductSearch span.fs-c-price__currencyMark, #fs_ProductDetails span.fs-c-price__value {
    font-family: Noto Sans CJK JP;
    font-size: 38px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    color: #402B1B;
}
#fs_ProductDetails span.fs-c-productPrice__addon {
    padding-left: 4px;
    font-family: Noto Sans CJK JP;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;
}
#fs_ProductDetails .fs-c-productNumber {
    border: none;
    padding: 0;
    margin-top: 40px;
    font-family: Noto Sans CJK JP;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
}
.fs-c-productNumber__number {
    font-weight: normal;
}
#fs_ProductDetails span.fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer, #fs_ProductDetails .fs-c-productMainImage__expandButton.fs-c-buttonContainer {
    display: none;
}
#fs_ProductDetails .fs-c-productQuantityAndWishlist__quantity {
    display: inline-flex;
    height: 30px;
    align-items: center;
    margin-top: 20px;
}
.product-detail {
    width: 420px;
}
#fs_ProductDetails .fs-c-button--primary {
    margin-top: 20px;
    width: 100%;
}
.fs-c-productThumbnail {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
    margin-top: 20px;
    gap: 20px;
}
.fs-c-productThumbnail__image {
    margin: 0;
    flex-basis: calc(25% - 20px);
    min-width: calc(25% - 20px);
}
.product-detail select.fs-c-quantity__select.fs-system-quantity-list {
    text-align: center;
}
.product-detail .fs-c-productQuantityAndWishlist__quantity::before{
    content: "数量";
    padding-right: 6px;
    font-family: Noto Sans CJK JP;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    text-wrap: nowrap;
}
.product-detail-big {
    margin: 80px auto;
    max-width: 1000px;
}
.product-detail-big-flex {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}
.product-detail-big-flex img {
    width: 540px;
}
.product-detail-txt {
    width: 420px;
}
.product-detail-txt-title {
    font-family: Noto Sans CJK JP;
    font-size: 28px;
    font-weight: 700;
    line-height: 39.2px;
    text-align: left;
}
.product-detail-txt-main {
    font-family: Noto Sans CJK JP;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: justify;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .fs-l-productLayout {
        width: 100%;
        margin: 0 auto;
        gap: 20px;
        flex-direction: column;
    }
    .product-image, .product-detail {
        width: 100%;
    }
    .product-detail-big {
        margin: 0px auto;
    }
    .product-detail-big-flex {
        gap: 20px;
        margin-top: 40px;
        flex-direction: column;
    }
    .product-detail-big-flex img, .product-detail-txt {
        width: 100%;
    }
    .product-detail-txt-main {
        font-size: 14px;
        line-height: 21px;
    }
    .product-detail-txt-title {
        font-size: 22px;
        line-height: 30.8px;
    }
}


@media (min-width: 934px) and (max-width: 1060px) {
.header-menu a {
font-size:1.4vw;
}
}
