/*  ヘッダー
---------------------------------------------------------------*/
.fs-l-header__contents {
    background-color: #000;
    border-bottom: solid 1px #4E4E4E;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fs-p-logo {
    display: block;
    padding: 20px;
}
.fs-p-logo img{
    max-height: 30px;
}
.header-button {
    padding: 20px;
}
.header-button a{
    cursor: pointer;
}
.header-button a+a{
    margin-left: 14px;
}
.shop-header-drawer-2 {
    display: none;
    position: absolute;
    top: 76px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #000;
    z-index: 5;
}
.shop-header-drawer-inner-2 {
    background-color: #E8E8E8;
    width: 100%;
    padding: 40px 20px;
    color: #000;
    text-align: center;
}
.shop-header-drawer-inner-2 .fs-c-button--secondary {
    margin-top: 20px;
}
.header-login.my-false {
    display: none;
}
.header-logout.my-true {
    display: none;
}
.side-logo, .sidemenu-shop {
    display: none;
}

@media screen and (min-width:900px) { 
    .fs-l-header__contents {
        display: none;
    }
    .sidemenu-shop {
        display: block;
        position: fixed;
        top: 0;
        right: 20px;
        margin: 80px 0px;
        width: 20%;
    }
    .sidemenu-shop .fs-c-button--secondary {
        min-width: 100px;
    }
    .sidemenu-shop .shop-header-drawer-inner-2 p {
        margin: 0;
    }
    .sidemenu-shop .shop-header-drawer-inner-2 {
        margin-top: 40px;
    }
    .side-logo {
        display: block;
        position: fixed;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        padding: 5vw;
        z-index: 1;
    }
    .side-logo img {
        width: 18vw;
        max-width: 255px;
    }
}

/*  実店舗ページ：ヘッダー
---------------------------------------------------------------*/
.shop-header {
    position: fixed;
    top: 42px;
    right: 0;
    width: 35px;
    height: 156px;
    z-index: 5;
}
.shop-header a.menu{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 14px;
    cursor: pointer;
}
.shop-header a.onlineshop{
    position: absolute;
    bottom: 0;
    width: 35px;
}
.shop-header-drawer {
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    z-index: 3;
    background-image: url(https://panaderia.itembox.design/item/footer_bg.png);
    background-size: cover;
}
.shop-header-drawer-inner ul.footer-menu {
    text-align: left;
    padding: 0;
}
.shop-header-drawer-inner .footer-menu li {
    display: block;
}
.shop-header-drawer-inner .footer-menu li+li {
    margin-left: 0;
    margin-top: 18px;
}
.shop-header-drawer-inner {
    padding: 0 40px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.shop-header-drawer .footer-menu {
    display: block;
}
.sidemenu-bg, .sidemenu {
    display: none;
}

@media screen and (min-width:900px) { 
    .shop-header {
        display: none;
    }
    .sidemenu-bg {
        display: block;
        position: fixed;
        width: 50%;
        height: 100vh;
        top: 0;
        right: 0;
        background-image: url(https://panaderia.itembox.design/item/footer_bg.png);
        background-size: cover;
        z-index: -1;
    }
    .sidemenu {
        display: block;
        position: fixed;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        margin: 0;
        width: 20%;
        z-index: 1;
    }
    ul.side-menu {
        margin-bottom: 40px;
        list-style-type: none;
        padding: 0;
    }
    .side-menu li {
        font-family: "EB Garamond", serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 0em;
        text-align: left;
    }
}

/*  フッター
---------------------------------------------------------------*/
.fs-l-footer {
    position: relative;
    border-top: 1px solid #7c8790;
    color: #3c3c3c;
    margin-top: 80px;
    background-color: initial;
}
.fs-l-footer img.logo {
    width: 100px;
}
.fs-l-footer__contents {
    padding: 80px 40px;
    background-image: url(https://panaderia.itembox.design/item/footer_bg.png);
    background-size: cover;
}
.footer-button {
    width: 100%;
    margin: 20px 0;
    text-align: center;
}
.footer-button + .footer-button{
    margin-bottom: 20px;
}
.footer-button img{
    max-width: 100%;
}
.fs-p-footerCopyright {
    color: #fff;
    background-color: initial;
    text-align: right;
    font-family: "EB Garamond", serif;
}
.footer-menu {
    font-family: "EB Garamond", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: right;
}
ul.footer-menu {
    list-style-type: none;
}
.footer-menu li {
    display: inline;
}
.footer-menu a {
    color: #fff;
}
.footer-menu a:hover {
    color: #B29978 !important;
    text-decoration: none;
}
.footer-menu li+li {
    margin-left: 20px;
}
.shop-footer {
    padding: 80px 40px;
}
.shop-name span {
    display: block;
    font-family: "EB Garamond", serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px;
    color: #fff;
}
.shop-name {
    font-family: "EB Garamond", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}
.button-area {
    display: flex;
    margin-top: 20px;
}
.button-area a {
    width: 100%;
    height: 30px;
    font-family: "EB Garamond", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    border: 1px solid #FFFFFF;
    color: #fff;
}
.button-area a:hover {
    border: 1px solid #B18E5B;
    color: #B18E5B;
}
.button-area a+a {
    margin-left: 10px;
}
.shop-footer .footer-menu {
    padding: 0;
    margin-top: 20px;
    margin-left: 0;
    font-family: "Shippori Mincho", serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-align: left;
}
.shop-footer .footer-menu li {
    display: inherit;
}
.shop-footer .footer-menu li+li {
    margin-top: 10px;
    margin-left: 0 !important;
}

/*  共通
---------------------------------------------------------------*/
a {
    color: #fff;
}
a:visited {
    color: #fff;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
body {
    background-color: #000;
}
.fs-l-main {
    overflow: hidden;
}
.fs-l-page {
    background-color: #000;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    margin: 0 auto;
}
.fs-l-pageMain {
    margin: 0 40px;
}
.fs-c-heading.fs-c-heading--page span {
    display: block;
    font-family: "EB Garamond", serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}
h1.fs-c-heading.fs-c-heading--page {
    font-family: "EB Garamond", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin-top: 80px;
}
.fs-c-heading--page {
    border-bottom: 0px;
}
.fs-c-buttonContainer {
    padding: 20px 0 0 0;
}
.fs-c-button--standard:hover, .fs-c-button--standard:visited, .fs-c-button--standard:active {
    color: #fff;
}
.fadeInTrigger {
  opacity: 0;
}
.fadeIn {
    -webkit-animation-name: fadeInAnime; /* Safari および Chrome 用 */
    animation-name: fadeInAnime;
    -webkit-animation-duration: 2s; /* Safari および Chrome 用 */
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards; /* Safari および Chrome 用 */
    animation-fill-mode: forwards;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0); /* WebKitブラウザ用 */
    transform: translate3d(0, 0, 0); /* 3D変換を使用してハードウェアアクセラレーションを促進 */
}

@-webkit-keyframes fadeInAnime { /* Safari および Chrome 用 */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (min-width:900px) { 
    .fs-l-page {
        max-width: 450px;
    }
    .fs-l-main {
        margin: 0 auto;
    }
}

/*  オンラインショップ：TOP
---------------------------------------------------------------*/
.shop-top .shop-name span {
    text-align: center;
}
.shop-top .shop-name {
    text-align: center;
}
.shop-top {
    margin-bottom: 80px;
    margin-top: 28px;
    background-color: #000;
}
.top-image img {
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
}
.top-products {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    background-color: #000;
    color: #fff;
    padding: 20px 0 80px 0;
}
.top-products-title {
    font-family: "EB Garamond", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #B18E5B;
    margin-top: 40px;
}
.top-products-title-jp {
    font-family: "Shippori Mincho", serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-align: left;
}
.box-product {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
}
.box-product .fs-c-button--primary {
    min-width: initial;
    margin-top: auto;
}
.box-product img{
    width: 100%;
}
a.box-product-hoverarea:hover .title-1, a.box-product-hoverarea:hover .title-2, a.box-product-hoverarea:hover .title-3, a.box-product-hoverarea:hover .top-price {
    color: #B18E5B;
} 
.title-1 {
    font-family: "EB Garamond", serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 10px;
}
.title-2 {
    font-family: "EB Garamond", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 10px;
}
.title-3 {
    font-family: "Shippori Mincho", serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: 10px;
}
.top-price {
    font-family: "Shippori Mincho", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-align: right;
    margin-top: 30px;
}

@media screen and (min-width:900px) { 
    .top-image img {
        width: 450px;
        max-width: 450px;
        margin: 0 -40px;
    }
}


/*  カート
---------------------------------------------------------------*/
.fs-c-cartTableContainer {
    border: 0px;
    padding: 0;
}
.fs-c-cartTable thead {
    display: none;
}
.fs-c-cartTable__headerCell, .fs-c-cartTable__dataCell {
    border: 0px;
    padding: 0;
}
#fs-cartTotals-container {
    padding: 40px 0;
    border-bottom: 1px solid #b2b2b2;
}
#fs-cartTotals-container .fs-c-price {
    font-size: 22px;
}
.fs-c-cartTable__row {
    padding: 40px 0 20px 0;
}
.fs-c-orderTotalTable > thead > tr th, .fs-c-orderTotalTable > thead > tr td, .fs-c-orderTotalTable > tfoot > tr th, .fs-c-orderTotalTable > tfoot > tr td, .fs-c-orderTotalTable > tbody > tr th, .fs-c-orderTotalTable > tbody > tr td {
    border-top: 0px;
}
.fs-c-orderTotalTable > thead > tr:last-of-type, .fs-c-orderTotalTable > tfoot > tr:last-of-type, .fs-c-orderTotalTable > tbody > tr:last-of-type {
    border-bottom: 0px;
}
.fs-c-button--primary {
    width: 100%;
    height: 45px;
    color: #fff;
    background-color: #B18E5B;
    border: 1px solid #B18E5B;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: center;
}
.fs-c-button--primary.is-disabled, .fs-c-button--secondary.is-disabled, .fs-c-button--particular.is-disabled, .fs-c-button--standard.is-disabled {
    color: #fff;
    background-color: #B18E5B;
}
.fs-c-button--primary:hover {
    color: #B18E5B;
    background-color: #000;
}
.fs-c-button--secondary {
    width: 100%;
    height: 45px;
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: center;
}
.fs-c-button--secondary:hover {
    color: #B18E5B;
    border: 1px solid #B18E5B;
}
.fs-c-button--standard {
    margin-top: 20px;
    width: 100%;
    height: 45px;
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: center;
}
.fs-c-button--standard:hover {
    color: #B18E5B;
    border: 1px solid #B18E5B;
}
p.cart-txt {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0;
}
.fs-c-cartPayment p, .fs-c-payWithAmazon p {
    margin: 0;
}
.fs-c-listedProductName {
    font-family: "EB Garamond", serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px;
    color: #fff;
}
.fs-c-productPrice__addon, .fs-c-productPrice__main__addon {
    font-size: 8px;
    font-weight: 500;
    line-height: 8px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-left: 5px;
}
.fs-c-price {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.05em;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #fff;
}
.fs-c-button--plain {
    color: #fff;
}
.fs-c-button--plain:hover {
    text-decoration: none;
}
select.fs-c-quantity__select.fs-system-quantity-list {
    text-align: center;
    background-color: #000;
    color: #fff;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.05em;
    width: 54px;
}
td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
    padding-bottom: 20px;
}
.fs-c-cartTable__dataCell--point::before, .fs-c-cartTable__dataCell--quantity::before, .fs-c-cartTable__dataCell--subtotal::before {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.05em;
}
#fs_ShoppingCart .fs-c-priceDisplay {
    padding: 0;
}
.fs-c-buttonContainer--pair .fs-c-button--standard {
    margin-top: 0;
}
.fs-c-buttonContainer--pair .fs-c-button--standard + .fs-c-button--standard {
    margin-top: 0;
}
#fs_ShoppingCart .fs-c-estimatedDeliveryDate {
    background-color: #000;
}
.fs-c-checkout-shippingDetail .fs-c-checkout-shippingDetail__button button.fs-c-button--change--small.fs-c-button--standard {
    margin-top: 0;
}
.fs-c-checkout-shippingDetail .fs-c-buttonContainer {
    padding: 0;
}

@media screen and (min-width:601px) {
    .fs-body-cart .fs-l-cart__contentsArea {
        display: block;
    }
    .fs-body-cart .fs-l-cart__sideColumn {
        border: none;
        padding: 0;
    }
    .fs-c-cartTable__row {
        border-bottom: 1px solid #b2b2b2;
        display: grid;
        align-items: center;
        grid-template-columns: 1fr 40%;
        width: 100%;
    }
    .fs-c-cartTable__dataCell--product {
        grid-column: 1/span 2;
        grid-row: 1;
    }
    .fs-c-cartTable__dataCell--quantity {
        width: 100%;
        grid-column: 2/3;
        grid-row: 2;
        display: flex;
        align-items: baseline;
        justify-content: flex-end;
    }
    .fs-c-cartTable__dataCell--subtotal, .fs-c-cartTable__dataCell--unitPrice {
        grid-column: 1/3;
        grid-row: 3;
        display: flex;
        justify-content: flex-end;
        align-items: baseline;
        font-size: 1.8rem;
    }
    .fs-c-cartTable__actionButton {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
        border-width: 0 0 0 1px;
        margin: 0 0 0 4px;
        padding: 0 0 0 8px;
    }
    .fs-c-cartTable__dataCell--point::before, .fs-c-cartTable__dataCell--quantity::before, .fs-c-cartTable__dataCell--subtotal::before {
        content: attr(data-cell-label);
        margin-right: 8px;
        min-width: 2em;
    }
}

/*  ログイン画面
---------------------------------------------------------------*/
.fs-c-loginForm h2.fs-c-registeredUsers__title.fs-c-subSection__title {
    display: none;
}
.fs-c-loginForm .fs-c-buttonContainer {
    padding: 0;
}
.fs-c-loginForm form {
    padding: 40px 20px;
    background-color: #E8E8E8;
}
.fs-body-cart-login .fs-c-inputInformation__field, .fs-body-login .fs-c-inputInformation__field, .fs-body-wishlist-login .fs-c-inputInformation__field, .fs-body-review-login .fs-c-inputInformation__field {
    background: none;
    padding: 0;
    margin: 0;
}
.fs-c-inputTable__headerCell, .fs-c-inputTable__currentValueCell {
    color: #000;
    font-weight: normal;
}
.fs-c-loginForm [type=text], .fs-c-loginForm [type=password]{
    border: 1px solid #000;
    border-radius: 0px;
    padding: 3px 5px;
}
.fs-c-button--particular.fs-c-button--displayPassword::before {
    content: none;
}
.fs-body-login .fs-c-loginForm {
    display: block;
}
.fs-c-inputInformation__link a.fs-c-textLink {
    color: #fff;
    text-decoration: underline;
}
.fs-c-inputInformation__link {
    text-align: center;
}
.fs-c-guestPurchase {
    display: none;
}
.fs-cart-signup {
    margin: 40px 0;
    padding: 40px 20px;
    background-color: #E8E8E8;
    color: #000;
    font-weight: 500;
}
.fs-cart-signup h3{
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-align: center;
}
.fs-cart-signup p{
    padding: 20px 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: justify;
}
h2.fs-c-newUsers__title.fs-c-subSection__title {
    display: none;
}
.fs-c-newUsers__message.fs-c-subSection__message {
    display: none;
}
.fs-c-buttonContainer.fs-c-buttonContainer--memberRegister {
    display: none;
}
#fs_ShoppingCartLogin .fs-c-button--primary, #fs_Login .fs-c-button--primary, #fs_WishListLogin .fs-c-button--primary, #fs_ReviewLogin .fs-c-button--primary {
    width: 100%;
    height: 45px;
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: center;
}
#fs_ShoppingCartLogin .fs-c-button--primary:hover, #fs_Login .fs-c-button--primary:hover, #fs_WishListLogin .fs-c-button--primary:hover, #fs_ReviewLogin .fs-c-button--primary:hover {
    color: #B18E5B;
    border: 1px solid #B18E5B;
}

@media screen and (min-width:900px) {
    .fs-body-wishlist-login .fs-c-loginForm, .fs-body-review-login .fs-c-loginForm {
        display: block;
    }
    .fs-body-wishlist-login .fs-c-newUsers, .fs-body-review-login .fs-c-newUsers {
        margin-left: 0;
    }
}

/*  会員登録
---------------------------------------------------------------*/
#fs_Register form {
    padding: 20px;
    background-color: #E8E8E8;
    color: #000;
    font-weight: 500;
}
#fs_Register .fs-l-pageMain {
    margin: 0 20px;
}
#fs_Register [type=text], #fs_Register [type=password], #fs_Register [type=tel]{
    border: 1px solid #000;
    border-radius: 0px;
    padding: 3px 5px;
}
#fs_Register .fs-c-buttonContainer {
    padding: 0;
}
#fs_Register select {
    border: 1px solid #000;
    border-radius: 0px;
}
.fs-c-inputGroup, .fs-c-inputGroup--inline, .fs-c-inputGroup--vertical {
    border: none;
    background: none;
}
.fs-c-inputField {
    margin-top: 10px;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
    border-color: #000;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
    background: #000;
}
.fs-c-checkbox__labelText a {
    color: #000;
    text-decoration: underline;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
    background: #000;
    border-color: #000;
}
.fs-c-checkbox__checkMark {
    border: 1px solid #000;
    border-radius: 0px;
}
#fs_RegisterSuccess .fs-c-buttonContainer.fs-c-buttonContainer--myPageTop {
    display: none;
}
.fs-c-registerSuccessMessage {
    margin-top: 56px;
    padding-bottom: 0;
    border-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-align: center;
}

/*  マイページ
---------------------------------------------------------------*/
#fs_MyPageTop .fs-l-pageMain {
    margin: 0;
}
.fs-p-accountInfo {
    background: none;
    color: #fff;
}
.fs-p-accountInfo__body {
    display: none;
}
.fs-p-accountInfo__header{
    justify-content: center;
}
.fs-c-accountService {
    display: inline;
}
.fs-c-accountService__page {
    flex-basis: 128px;
    display: flex;
    align-items: center;
    height: 56px;
    margin: 0;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-align: left;
}
.fs-c-accountService > li {
    border-bottom: 1px solid #B18E5B;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    box-shadow: 0 0 0px #b2b2b2;
    background: none;
    border: 0px;
    border-radius: 0px;
    color: #fff;
    display: inline;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    flex-grow: 1;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    font-family: "fs-icon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline;
    color: #B18E5B;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 20px;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    margin-left: 50px;
}
.fs-l-account h3{
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.05em;
    text-align: left;
    background-color: #B18E5B;
    width: 100%;
    height: 32px;
    padding-left: 20px;
    margin: 0;
    border-bottom: 1px solid #B29978;
}
li.fs-c-accountService__page.fs-c-accountService__page--accountDelete {
    border-bottom: 0px;
    justify-content: end;
    height: 14px;
    margin-top: 10px;
}
.fs-c-accountService__page--accountDelete span.fs-c-string.fs-c-string--label {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-align: right;
    text-decoration: underline;
}
.fs-c-logout__pageLink {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-align: right;
    float: right;
    text-decoration: underline;
}

.fs-c-logout__pageLink:hover {
    text-decoration: underline;
}
.fs-c-aggregateRating__rating::before {
    content: "";
}
ul.fs-c-productReview__reviewList.fs-c-reviewList.fs-c-reviewList--productDescription {
    display: none;
}
.fs-c-productReview__allReviews.fs-c-buttonContainer.fs-c-buttonContainer--viewAllReviews {
    display: none;
}
.fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail {
    display: none;
}
.fs-body-my-orders .fs-c-history, .fs-body-my-storeOrders .fs-c-history {
    display: block;
}
.fs-body-my-orders-details .fs-c-orderPerAddressee {
    display: block;
}
.fs-body-my-orders-details .fs-c-orderDetailInfo {
    display: block;
}
#fs_WriteReview .fs-c-inputTable__headerCell {
    color: #fff;
}
.fs-c-reviewList__item {
    display: block;
}

@media screen and (min-width:900px) {
    .fs-body-my-top .fs-p-accountInfo {
        flex-basis: 100%;
    }
    .fs-body-my-top .fs-c-accountService {
        flex-basis: 100%;
    }
    .fs-c-addressBookList__form {
        display: block;
    }
}

/*  規約系
---------------------------------------------------------------*/
.terms {
    margin: 80px 0;
}
.terms h1{
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #fff;
}
.terms h2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: 40px;
}
.terms p {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: justify;
    margin-top: 20px;
}
.terms ol {
    padding-inline-start: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: justify;
    margin-top: 20px;
}
.terms li {
    padding-inline-start: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: justify;
    margin-top: 20px;
}

/*  注文手続き
---------------------------------------------------------------*/
.fs-c-checkout-preview {
    border: 1px solid #000;
    border-radius: 0px;
    padding: 20px;
    background-color: #E8E8E8;
    color: #000;
}
.fs-c-checkout-preview__title {
    border-bottom: 1px solid #000;
    margin: 0 0 20px;
    padding: 0 0 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.05em;
}
#fs_CheckoutV2 .fs-c-checkout-paymentMethod__title {
    background: initial;
}
#fs_CheckoutV2 .fs-c-checkout-paymentMethod {
    border: 0px;
}
#fs_CheckoutV2 .fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__title {
    color: #000;
}
#fs_CheckoutV2 a.fs-c-listedProductName__name {
    color: #000;
}
#fs_CheckoutV2 .fs-c-listedProductName {
    color: #000;
}
#fs_CheckoutV2 .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #000;
}
.fs-c-orderTotalTable .fs-c-orderTotalTable__total > th, .fs-c-orderTotalTable .fs-c-orderTotalTable__total > td, .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > th, .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
    border-top-width: 0px;
}
#fs_CheckoutV2 .fs-l-main {
    margin: 0 auto;
    padding: 24px 8px;
}
.fs-c-checkout-shippingDestination__control {
    display: block;
}
.fs-c-button--standard + .fs-c-button--standard {
    margin-top: 20px;
}
.fs-c-modal__inner .fs-c-buttonContainer--pair {
    grid-row-gap: 0;
}
.fs-c-modal__inner {
    font-family: "Shippori Mincho", serif;
}
.fs-c-modal__inner .fs-c-buttonContainer {
    padding: 0;
}
.fs-c-cartTable__row {
    border-bottom: 1px solid #000;
}
#fs_CheckoutV2 .fs-c-priceDisplay {
    padding: 0;
}
#fs_CheckoutV2 .fs-c-button--primary span {
    position: relative;
}
#fs_CheckoutV2 .fs-c-checkout-preview .fs-c-button--primary span::before{
    content: url(https://panaderia.itembox.design/item/buy.svg);
    position: absolute;
    margin-right: 10px;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#fs_CheckoutV2 .fs-c-checkout-preview .fs-c-button--primary:hover span::before{
    content: url(https://panaderia.itembox.design/item/buy-hover.svg);
}
#fs_button_inputCreditCard {
    margin: 0;
    padding: 0;
}
#fs_button_inputCreditCard .fs-c-button--standard {
    margin-top: 0;
}
.fs-c-checkout-paymentMethod__creditCardRegistration {
    display: block;
}
.fs-c-checkout-shippingDestination {
    display: block;
}
li.fs-c-checkout-shippingAddress__name {
    padding-top: 10px;
}

/*  注文完了
---------------------------------------------------------------*/
#fs_CheckoutSuccess h1.fs-c-heading.fs-c-heading--page {
    padding-bottom: 0;
    margin-bottom: 20px;
}
#fs_CheckoutSuccess .fs-c-heading.fs-c-heading--page span {
    display: none;
}
#fs_CheckoutSuccess .fs-c-subSection__title {
    border-bottom: 0px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.fs-c-checkoutSuccess__message.fs-c-subSection__message {
    background-color: #fff;
    color: #000;
    padding: 20px;
}
.fs-c-checkoutSuccess__code {
    color: #000;
}

/*  商品詳細
---------------------------------------------------------------*/
.fs-c-productNameHeading__copy {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}
.fs-c-productNameHeading__name {
    color: #fff;
    font-family: "EB Garamond", serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}
.fs-c-productNameHeading, .fs-c-productPrices--productDetail, .fs-c-productQuantityAndWishlist, .fs-c-productActionButton, .fs-c-productReview {
    padding: 0 40px;
}
.fs-c-productPrice__main__label, .fs-c-productNumber, .fs-c-returnedSpecialContract {
    display: none;
}
button.fs-c-button--addToWishList--detail.fs-c-button--particular {
    display: none;
}
#fs_ProductDetails .fs-c-productQuantityAndWishlist__quantity {
    margin-top: 0;
    margin-left: 40px;
    position: relative;
}
.fs-p-productDescription.fs-p-productDescription--full {
    padding: 0 40px;
}
.fs-p-productDescription.fs-p-productDescription--short {
    padding: 40px;
    border-bottom: 1px solid #4E4E4E;
}
.fs-c-productCarouselMainImage__thumbnailList {
    padding: 0 40px;
}
.fs-c-productCarouselMainImage__thumbnailList {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.fs-c-productCarouselMainImage__thumbnailList::-webkit-scrollbar {
    display: none;
}
.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
    display: none !important;
}
.fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer {
    display: none;
}
.fs-c-rating__value {
    display: none;
}
.fs-c-aggregateRating__rating {
    flex: initial;
    margin-right: 10px;
}
.fs-c-aggregateRating__count::after {
    content: "review";
}
span.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget::before {
    content: "数量";
    position: absolute;
    right: 100%;
    width: 40px;
    top: 2px;
}
#fs_ProductDetails .fs-l-main {
    margin: 0 auto 24px auto;
    padding: 1px 0 8px 0;
}
#fs_ProductDetails .fs-l-pageMain {
    margin: 0;
}
#fs_ProductDetails .fs-c-button--primary span {
    position: relative;
}
#fs_ProductDetails .fs-c-button--primary span::before{
    content: url(https://panaderia.itembox.design/item/cart.svg);
    position: absolute;
    margin-right: 10px;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#fs_ProductDetails .fs-c-button--primary:hover span::before{
    content: url(https://panaderia.itembox.design/item/cart-hover.svg);
}
#fs_ProductDetails .fs-c-estimatedDeliveryDate {
    background-color: #000;
    padding: 0 40px;
}

@media screen and (min-width:900px) {
    .fs-c-productCarouselMainImage__thumbnailList {
        padding: 0;
    }
}

/*  レビュー
---------------------------------------------------------------*/
.fs-c-aggregateRating__message {
    color: #000;
}

/*  会員情報系、会員登録せずに購入
---------------------------------------------------------------*/
#fs_CustomerDetails .fs-c-inputTable__headerCell, #fs_MyAccountSettings .fs-c-inputTable__headerCell, #fs_EditAccountSettings .fs-c-inputTable__headerCell, #fs_DeleteAccount .fs-c-inputTable__headerCell, #fs_EditPassword .fs-c-inputTable__headerCell, #fs_NewAddress .fs-c-inputTable__headerCell {
    color: #fff;
}
#fs_CustomerDetails .fs-c-checkbox__labelText a {
    color: #fff;
}
#fs_CustomerDetails .fs-c-checkbox__checkMark::before {
    color: #000;
}
#fs_CustomerDetails .fs-c-checkbox__checkMark {
    border: 1px solid #fff;
}
#fs_CustomerDetails .fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
    background: #fff;
    border-color: #fff;
}

/*  ローディング画面
---------------------------------------------------------------*/
/*========= 流れるテキスト ===============*/

/*全共通*/
.slide-in {
    overflow: hidden;
    display: inline-block;
}
.slide-in_inner {
    display: inline-block;

}

/* 上下のアニメーション*/
.downAnime{
    opacity: 0;/* 事前に透過0 にして消しておく*/
}
.slideAnimeDownUp {
    animation-name:slideTextY100;
    animation-duration:0.8s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextY100 {
    from {
        transform: translateY(100%);/* 要素を上の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
}
.slideAnimeUpDown {
    animation-name:slideTextY-100;
    animation-duration:0.8s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextY-100 {
    from {
        transform: translateY(-100%);/* 要素を下の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
}

#splash {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background: #000;
    text-align: center;
    color: #fff;
}
#splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#splash_logo img {
    width: 190px;
}

@media screen and (min-width:900px) {
    #splash_logo img {
        width: 240px;
    }
}

/*  実店舗ページ：TOP
---------------------------------------------------------------*/
.top-fv-slide img{
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 20%;
    width: 50%;
}
.top-fv-slide{
    position: relative;
    width: 100%;
    height: 100vh;
}
.top-fv-slide > div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 0;
    animation-name: fade;
    animation-duration: 30s; /* 3枚の画像を均等に表示するための総持続時間 */
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes fade {
  0%, 100% {
      opacity: 0;
      transform: scale(1.1);
  }
  /* 画像がフルオパシティで表示され、次の画像への切り替えが始まる前にスケールダウンする */
  5%, 10% {
      opacity: 1;
      transform: scale(1);
  }
  /* 画像のフェードアウトが始まる前に次の画像のフェードインが開始する */
  20%, 25% {
      opacity: 1;
      transform: scale(1);
  }
  30%, 33.3% {
      opacity: 0;
      transform: scale(1.1);
  }
}
.top-fv-slide>div:first-of-type {
    animation-delay: -30s;
}

.top-fv-slide>div:nth-of-type(2) {
    animation-delay: -20s; /* 2番目の画像の開始を前倒し */
    position: absolute;
    top: 0;
}

.top-fv-slide>div:last-of-type {
    animation-delay: -10s; /* 2番目の画像の開始を前倒し */
    position: absolute;
    top: 0;
}

.top-fv-slide::after {
    background-image: url(https://panaderia.itembox.design/item/shadow.png);
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.scrolldown1 {
    position: absolute;
    left: 50%;
    bottom: 10px;
    height:50px;
}
.scrolldown1 span{
    position: absolute;
    left:-15px;
    top: -15px;
    color: #eee;
    font-size: 1rem;
    letter-spacing: 0.05em;
}
.scrolldown1::after{
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #eee;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity:0;
}
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}
.top-content-box {
    position: relative;
    z-index: 2;
    background-color: #000;
    width: 100%;
}
.top-fv-shop {
    position: relative;
    width: 100%;
    background-image: url(https://panaderia.itembox.design/item/top-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 140vw;
}
.top-fv-txt-area {
    padding: 40px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.top-fv-txt-1 {
    color: #B18E5B;
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 0.05em;
    text-align: center;
}
.top-fv-txt-2 {
    color: #fff;
    margin-top: 40px;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: center;
}
.product-slide {
    padding: 20px 0 40px 40px;
}
.product-slide h2 {
    font-family: "EB Garamond", serif;
    color: #B18E5B;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}
.slider-box {
    overflow: hidden;
}
.slider-inner {
    width: 100%;
    position: relative;
}
.slider-box .box-product {
    width: 220px !important;
    margin-right: 20px;
    display: flex !important;
    flex-direction: column;
}
.slider-box .slick-list{
    overflow: visible;
}
.top-shoparea {
    margin-top: 80px;
    padding-bottom: 80px;
}
.top-shoparea-box {
    padding: 0 40px;
}
.top-shoparea-box p{
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 20px 0;
}
.top-shoparea-box p.shop-name {
    font-family: "EB Garamond", serif;
    color: #B18E5B;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
}
.top-shoparea-box p.access {
    padding-left: 20px;
    border-left: 1px solid #B18E5B;
    margin: 20px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 20px 0;
}
.top-shoparea h2 {
    font-family: "EB Garamond", serif;
    color: #B18E5B;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}
#fs_Top .slick-track {
    display: flex;
}
#fs_Top .slick-slide {
    height: auto;
}

@media screen and (min-width:900px) {
    .top-fv-slide > div {
        max-width: 450px;
    }
}

/*  実店舗ページ：SHOP
---------------------------------------------------------------*/
.shop-fv {
    padding: 80px 65px 0 65px;
    margin: 0 auto;
}
.shop-fv img {
    width: 100%;
}
.shop-txt {
    padding: 40px;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: center;
}
.shop-tile {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
}
img.tile-square {
    width: calc(37% - 5px);
}
img.tile-rectangle {
    width: calc(63% - 5px);
}
.shop h2 {
    font-family: "EB Garamond", serif;
    color: #B29978;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
.shop-list {
    padding: 80px 40px;
}
.shop-list img {
    width: 100%;
}
.shop-list p {
    margin-top: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: justify;
}
.shop-list p+img {
    margin-top: 40px;
}
.shop-access {
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-image: url(https://panaderia.itembox.design/item/shop1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
}
.shop-access p{
    margin: 20px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: left;
}
.google-map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* Google Mapを囲う要素 */
.google-map {
  width: 100%;
  position: relative;
  padding-top: 100%;
}
/* Google Mapのiframe */
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.google-map-link {
    text-align: center;
}
.google-map-link a {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-decoration: underline;
}
.shop-link {
    padding: 80px 40px;
}
.shop-link p{
    margin: 20px 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-align: left;
}
.shop-link-txt {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-decoration: underline;
    text-align: right;
}
.shop-link-box + .shop-link-box {
    margin-top: 40px;
}

@media screen and (min-width:900px) {
    .top-fv-shop {
        height: 631px;
    }
    .shop-tile {
        width: 450px;
        max-width: 450px;
        margin: 0;
    }
    .shop-access {
        width: 450px;
        max-width: 450px;
        margin: 0;
    }
}
    
/*  実店舗ページ：LINE
---------------------------------------------------------------*/
.line-fv {
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-image: url(https://panaderia.itembox.design/item/line-fv.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
}
.line-fv p{
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 20px;
}
.howto {
    margin-top: 40px;
}
.line h2 {
    font-family: "EB Garamond", serif;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0;
}
p.h2-jp {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-align: left;
}
.howto-table {
    margin-top: 40px;
}
.howto-table p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-align: left;
}
.howto-table p+p {
    margin-top: 10px;
}
.howto-table img {
    margin-top: 20px;
    margin-bottom: 40px;
}
.howto-table th {
    vertical-align: top;
    padding-right: 10px;
    font-family: "EB Garamond", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

/*  実店舗ページ：STORY
---------------------------------------------------------------*/
.story-fv {
    position: relative;
}
.story-fv-txt-area {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.story-fv-txt-1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 0.05em;
    text-align: center;
}
.story-fv-txt-2 {
    padding: 0 40px;
    margin-top: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0.05em;
    text-align: justify;
}
.story-fv img{
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
}
.story-txt {
    padding: 40px;
}
.story-txt p {
    font-size: 14px;
    font-weight: 500;
    line-height: 31px;
    text-align: justify;
    color: #fff;
}
.story-txt p+p {
    margin-top: 40px;
}

@media screen and (min-width:900px) {
    .story-fv {
        width: 450px;
        max-width: 450px;
    }
    .story-fv img{
        width: 450px;
        max-width: 450px;
        margin: 0 auto;
    }
}


.fs-c-productSelection__name {
        padding: 0 40px;
    }


.fs-c-productSelection__selection {
        padding: 0 40px;
    }