@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20,100,0,0');
@import url('https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round|Material+Icons+Sharp|Material+Icons+Two+Tone');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ultra&display=swap');
@import url("https://fotl.itembox.design/item/fotl/variables.css");

.fs-preview-header { display: none; }

:root {
    --header-height: 0px;
    --footer-height: 0px;
}

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    min-width: 100%;
    height: 100%;
    color: var(--col-base-20);
    font-size: 1.4rem!important;
    line-height: 1.4!important;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-optical-sizing: auto!important;
    font-weight: 400!important;
    font-style: normal!important;
    background: #FFFFFF;
    height: 100vh;
    overflow-wrap: break-word;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    -o-box-sizing: border-box!important;
    -ms-box-sizing: border-box!important;
}

p,
h1,h2,h3,h4,h5,h6,
ul,
ol,
li,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
    padding: 0;
}

ul,ol {
    list-style-type: none;
}

/* -------------------------- */
.fotl-gNav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 24px 16px;
    max-width: 1232px;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
    .fotl-gNav {
        padding: 8px 16px;
    }
}
@media screen and (max-width: 575px) {
    .fotl-gNav {
        padding: 8px 16px;
    }
}

/* --- */
@media screen and (max-width: 991px) {
    .fotl-gNav { row-gap: 12px; }
    .fotl-gNavOrder1 { order: 1; width: 20%; }
    .fotl-gNavOrder2 { order: 2; width: 80%; }
    .fotl-gNavOrder3 { order: 3; }
    .fotl-gNavOrder4 { order: 4; }
    .fotl-gNavOrder5 { order: 5; }
    .fotl-gNavOrder6 { order: 6; }
    .fotl-gNavOrder7 { order: 7; }
    .fotl-gNavOrder8 { order: 8; }
    .fotl-gNavOrder9 { order: 9; }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
    .fotl-gNav {
        row-gap: 8px;
    }
}
@media screen and (max-width: 575px) {
    .fotl-gNav {
        row-gap: 8px;
    }
}

/* --- */
.fotl-gNav__logo {
    margin: 0;
    padding: 0;
}
.fotl-gNav__logo img {
    margin: 0;
    padding: 0;
    height: 40px;
}
@media screen and (max-width: 991px) {
    .fotl-gNav__logo img {
        height: 36px;
    }
}
/* --- */
.fotl-gNav__link {
    margin: 0;
    padding: 0;
}
.fotl-gNav__list--btn-link {
    margin: 0;
    padding: 0;
    color: var(--col-base-20);
    line-height: 1.2;
    font-weight: 600;
}
@media screen and (max-width: 575px) {
    .fotl-gNav__list--btn-link {
        font-size: 1.2rem;
        letter-spacing: 0;
    }
}
.fotl-gNav__list--btn-link .jpn {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: .7em;
    font-weight: 400;
}

/* --- */
.fotl-gNav__list {
    margin: 0;
    padding: 0;
}
.fotl-gNav__list--btn {
    position: relative;
    margin: 0;
    padding: 0;
    color: var(--col-base-20);
    line-height: 1.2;
    font-weight: 600;
    cursor: pointer;
}
@media screen and (max-width: 575px) {
    .fotl-gNav__list--btn {
        font-size: 1.2rem;
        letter-spacing: 0;
    }
}
.fotl-gNav__list--btn.is-open::after {
    content: '';
    position: absolute;
    top: -4px;
    right: -8px;
    width: 10px;
    height: 10px;
    background: #FF0000;
    border-radius: 50%;
}
.fotl-gNav__list--btn .jpn {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: .7em;
    font-weight: 400;
}

.fotl-gNav__list--item {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 12px;
    max-width: 1232px;
    z-index: 999;
    max-height: calc(100vh - var(--header-height));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    transform: translateY(-16px);
    pointer-events: none;
    transition: opacity .75s ease, transform .75s ease;
}
.fotl-gNav__list--item.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .fotl-gNav__list--item {
        width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .fotl-gNav__list--item {
        width: 100%;
    }
}

.fotl-gNav__list--item.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.fotl-gNav__list--item--list {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #FFFFFFE6;
    border-radius: 16px;
    filter: drop-shadow(0 5px 5px rgb(0, 0, 0, .2));
}
.fotl-gNav__list--item--list--close {
    position: absolute;
    top: 20px;
    right: 24px;
    display: block;
    margin: 0 auto;
    padding: 0;
}
@media screen and (max-width: 575px) {
    .fotl-gNav__list--item--list--close {
        display: block;
        position: static;
        top: auto;
        right: auto;
        margin: 0 auto;
        padding: 0;
    }
}
.fotl-gNav__list--item--list--close::before {
    position: relative;
    content: "\e5cd";
    font-family: "Material Symbols Outlined";
    font-size: 5rem;
    line-height: 1;
}
@media screen and (max-width: 575px) {
    .fotl-gNav__list--item--list--close::before {
        color: #FFFFFF;
        font-size: 7.5rem;
    }
}
.fotl-gNav__list--item--list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 16px;
    margin: 0;
    padding: 24px;
    width: 100%;
}
@media screen and (max-width: 575px) {
    .fotl-gNav__list--item--list ul {
        gap: 12px 16px;
        padding: 16px;
    }
}
.fotl-gNav__list--item--list ul li {
    width: calc(100% / 4 - 12px);
}

.fotl-gNav__list--item--list ul li:first-child {
    width: 100%;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
    .fotl-gNav__list--item--list ul li {
        width: calc(100% / 3 - 10.66666667px);
    }
}
@media screen and (max-width: 575px) {
    .fotl-gNav__list--item--list ul li {
        width: calc(100% / 2 - 8px);
    }
}
.fotl-gNav__list--item--list ul li a {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 1.3rem;
}
@media screen and (max-width: 575px) {
    .fotl-gNav__list--item--list ul li a {
        font-size: 1.2rem;
    }
}
.fotl-gNav__list--item--list ul li.nest a:nth-child(n+2) {
    margin-top: .25em;
    padding-left: 3.5em;
    font-size: .9em;
}
@media screen and (max-width: 575px) {
    .fotl-gNav__list--item--list ul li.nest a:nth-child(n+2) {
        padding-left: 2.75em;
        font-size: .85em;
    }
}

.fotl-gNav__list--item--list ul li a img {
    display: inline-block;
    margin-right: 6px;
    width: 32px;
}
@media screen and (max-width: 575px) {
    .fotl-gNav__list--item--list ul li a img {
        display: inline-block;
        margin-right: 3px;
        width: 30px;
    }
}

/* ------- */
.fotl-gNav__infoNav {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}
.fotl-gNav__infoNav--name {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 1.2rem;
}
.fotl-gNav__infoNav--name::after {
    content: '様';
    margin-left: 3px;
    font-size: .85em;
}
.fotl-gNav__infoNav--name .fotl-ginName:last-of-type {
    margin-left: 3px;
}
.fotl-gNav__infoNav--account ,
.fotl-gNav__infoNav--account-notLogin ,
.fotl-gNav__infoNav--favorite ,
.fotl-gNav__infoNav--guide ,
.fotl-gNav__infoNav--cart {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 -4px 0 10px;
    padding: 0;
}
.fotl-gNav__infoNav--account::after ,
.fotl-gNav__infoNav--account-notLogin::after ,
.fotl-gNav__infoNav--favorite::after ,
.fotl-gNav__infoNav--guide::after ,
.fotl-gNav__infoNav--cart::after {
    display: inline-block;
    font-family: "Material Symbols Outlined";
    font-size: 3rem;
    line-height: 1;
}
.fotl-gNav__infoNav--account::after {
    content: "\e853";
}
.fotl-gNav__infoNav--account-notLogin::after {
    content: "\f7b3";
}
.fotl-gNav__infoNav--favorite::after {
    content: "\e87e";
}
.fotl-gNav__infoNav--guide::after {
    content: "\ea19";
}
.fotl-gNav__infoNav--cart::after {
    content: "\e8cc";
}
@media screen and (max-width: 991px) {
    .fotl-gNav__infoNav--account ,
    .fotl-gNav__infoNav--account-notLogin ,
    .fotl-gNav__infoNav--favorite ,
    .fotl-gNav__infoNav--guide ,
    .fotl-gNav__infoNav--cart {
        margin: 0 -4px 0 10px;
    }
    .fotl-gNav__infoNav--account::after ,
    .fotl-gNav__infoNav--account-notLogin::after ,
    .fotl-gNav__infoNav--favorite::after ,
    .fotl-gNav__infoNav--guide::after ,
    .fotl-gNav__infoNav--cart::after {
        display: inline-block;
        font-family: "Material Symbols Outlined";
        font-size: 3.25rem;
    }
}
.fotl-gNav__infoNav--search {
    position: relative;
    top: -3px;
    margin: 0 0 0 10px;
    padding: 0;
    width: 100px;
}
.fotl-gNav__infoNav--search form {
}
.fotl-gNav__infoNav--search form input[type="text"] {
    position: absolute;
    top: 0;
    right: 0; 
    width: 100px;
    z-index: 10;
    padding: 6px 8px!important;
    border: solid 1px #DDDDDD!important;
}
.fotl-gNav__infoNav--search form input[type="text"]:focus {
    width: 275px;
    background: #FFFFFFF7;
    border: solid 1px var(--col-green-70)!important;
}
.fotl-gNav__infoNav--search form button {
    position: absolute;
    top: 5px;
    right: 4px;
    z-index: 500;
}
@media screen and (max-width: 575px) {
    .fotl-gNav__infoNav--search form button {
        right: 2px;
    }
}
.fotl-gNav__infoNav--search form button::before {
    display: inline-block;
    font-family: "Material Symbols Outlined";
    content: "\e8b6";
    color: #000000;
    font-size: 3.2rem;
    line-height: 1;
    z-index: 600;
}


    .logined.my-false {
        display: none;
    }

    .login.my-true {
        display: none;
    }


/* オーバーレイ */
.fotl-gNavOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}
.fotl-gNavOverlay.is-active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0s linear 0s;
    pointer-events: auto;
}
body.is-scroll-locked {
    position: fixed;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}




/* ページ タイトル */
.fotl-pageTitle {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 6vh auto 6vh auto;
    padding: 0;
    width: 100%;
    text-align: center;
}
    .fotl-logIn .fotl-pageTitle {
        margin: 6vh auto calc(6vh - 48px) auto;
    }
@media screen and (max-width: 575px) {
    .fotl-pageTitle {
        margin: 5vh auto 5vh auto;
    }
        .fotl-logIn .fotl-pageTitle {
            margin: 5vh auto calc(5vh - 48px) auto;
        }
}
.fotl-pageTitle h2 {
    margin: 0 auto;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1;

}
.fotl-pageTitle h2::before {
    display: block;
    margin: 0 0 16px 0;
    width: 100%;
    text-align: center;
    font-size: 3.25rem;
    font-weight: 100;
    line-height: 1;
}
/*---*/
.fotl-cart .fotl-pageTitle h2::before { content: 'CART'; }
.fotl-customerInput .fotl-pageTitle h2::before { content: 'Customer Information'; }
.fotl-checkoutPayment .fotl-pageTitle h2::before { content: 'Ordering Process'; }
.fotl-logIn .fotl-pageTitle h2::before { content: 'Log in'; }
.fotl-mypage .fotl-pageTitle h2::before { content: 'MY PAGE'; }
.fotl-mypageFavorite .fotl-pageTitle h2::before { content: 'Favorite'; }
.fotl-mypageCoupon .fotl-pageTitle h2::before { content: 'Coupon'; }
.fotl-mypageOrderhistory .fotl-pageTitle h2::before { content: 'Order history'; }
.fotl-mypageOrderhistoryDesc .fotl-pageTitle h2::before { content: 'Order history'; }
.fotl-mypagePoint .fotl-pageTitle h2::before { content: 'Point'; }
.fotl-mypageReview .fotl-pageTitle h2::before { content: 'Review'; }
.fotl-mypageShippingAddr .fotl-pageTitle h2::before { content: 'Shipping Addr'; }
.fotl-mypagePassword .fotl-pageTitle h2::before { content: 'Password.'; }
.fotl-mypageCreditCard .fotl-pageTitle h2::before { content: 'Credit Card.'; }
.fotl-mypageMemberInfo .fotl-pageTitle h2::before { content: 'Edit profile.'; }
.fotl-mypageCancellation .fotl-pageTitle h2::before { content: 'Cancellation.'; }
.fotl-signup .fotl-pageTitle h2::before { content: 'Sign up.'; }
.fotl-tpTokusho .fotl-pageTitle h2::before { content: 'Legal Notice'; }
.fotl-tpShippingCost .fotl-pageTitle h2::before { content: 'Shipping Cost'; }
.fotl-tpPrivacyPolicy .fotl-pageTitle h2::before { content: 'Privacy Policy'; }
.fotl-tpMembershipTerms .fotl-pageTitle h2::before { content: 'Membership Terms'; }
.fotl-tpAboutPoints .fotl-pageTitle h2::before { content: 'About Points'; }
.fotl-tpReturnPolicy .fotl-pageTitle h2::before { content: 'Return Policy'; }
.fotl-tpGuide .fotl-pageTitle h2::before { content: 'Shopping Guide'; }
.fotl-tpInquery .fotl-pageTitle h2::before { content: 'Inquery'; }
.fotl-tpMailMagagine .fotl-pageTitle h2::before { content: 'Mail Magagine'; }
.fotl-tpBrand .fotl-pageTitle h2::before { content: 'Brand'; }

/*---*/
.fotl-pageTitle__back {
    display: none;
}
.fotl-mypageFavorite .fotl-pageTitle .fotl-pageTitle__back , /*戻るボタン*/
.fotl-mypageCoupon .fotl-pageTitle .fotl-pageTitle__back ,
.fotl-mypageOrderhistory .fotl-pageTitle .fotl-pageTitle__back ,
.fotl-mypageOrderhistoryDesc .fotl-pageTitle .fotl-pageTitle__back ,
.fotl-mypagePoint .fotl-pageTitle .fotl-pageTitle__back ,
.fotl-mypageReview .fotl-pageTitle .fotl-pageTitle__back ,
.fotl-mypageShippingAddr .fotl-pageTitle .fotl-pageTitle__back ,
.fotl-mypagePassword .fotl-pageTitle .fotl-pageTitle__back ,
.fotl-mypageMemberInfo .fotl-pageTitle .fotl-pageTitle__back ,
.fotl-mypageCancellation .fotl-pageTitle .fotl-pageTitle__back ,
.fotl-signup .fotl-pageTitle .fotl-pageTitle__back ,
.fotl-tpInquery .fotl-pageTitle .fotl-pageTitle__back ,
.fotl-tpBrand .fotl-pageTitle .fotl-pageTitle__back {
    display: block;
    position: absolute;
    left: 0;
    color: var(--col-blue-50);
    font-weight: 200;
}
.fotl-mypageFavorite .fotl-pageTitle .fotl-pageTitle__back::before , /*戻るボタン arrow*/
.fotl-mypageCoupon .fotl-pageTitle .fotl-pageTitle__back::before ,
.fotl-mypageOrderhistory .fotl-pageTitle .fotl-pageTitle__back::before ,
.fotl-mypageOrderhistoryDesc .fotl-pageTitle .fotl-pageTitle__back::before ,
.fotl-mypagePoint .fotl-pageTitle .fotl-pageTitle__back::before ,
.fotl-mypageReview .fotl-pageTitle .fotl-pageTitle__back::before ,
.fotl-mypageShippingAddr .fotl-pageTitle .fotl-pageTitle__back::before ,
.fotl-mypagePassword .fotl-pageTitle .fotl-pageTitle__back::before ,
.fotl-mypageMemberInfo .fotl-pageTitle .fotl-pageTitle__back::before ,
.fotl-mypageCancellation .fotl-pageTitle .fotl-pageTitle__back::before ,
.fotl-signup .fotl-pageTitle .fotl-pageTitle__back::before ,
.fotl-tpInquery .fotl-pageTitle .fotl-pageTitle__back::before ,
.fotl-tpBrand .fotl-pageTitle .fotl-pageTitle__back::before {
    position: relative;
    top: 2px;
    content: "\e5e0";
    font-family: "Material Symbols Outlined";
}

