@charset "UTF-8";

/* ============================
ファミリーセール用css
============================ */

/* 20201015 MONO-1343
============================ */

/*ログイン*/

.fs-heroarea h2 {
    margin: 0 auto 30px;
    text-align: center;
}
.fs-heroarea .postage {
    margin-bottom: 12px;
}
.fs-heroarea .comment-left {
    font-size: 15px;
}
.fs-presentarea h2 {
    margin: 60px auto 15px;
    text-align: center;
}
.fs-presentarea .comment-right {
    font-size: 14px;
    color: #888888;
    letter-spacing: .02em;
    line-height: 1.64;
    margin: -14px auto 30px;
    padding-left: 2.4%;
}
.area-fs-lineup .fs-lineup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap : wrap;
    -webkit-flex-wrap : wrap;
    flex-wrap : wrap;
    text-align: center;
}
.area-fs-lineup .s-fs-20 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
}
.area-fs-lineup .fs-lineup li {
    width: 33%;
}
.area-fs-lineup .fs-lineup li:nth-child(n+4) {
    margin-top: 20px;
}
.area-fs-lineup .fs-lineup a {
    display: inline-block;
    font-size: 18px;
    line-height: 1.38;
    color: #fff;
    background-color: #deb218;
    padding: 25px 0;
    width: 272px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}
.area-fs-lineup .fs-lineup a:after {
    content: '';
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 43%;
    right: 10%;
}
.area-fs-lineup .fs-lineup a:hover {
    opacity: 0.7;
    transition: .5s;
}

/*ログアウト*/
.fs-out .is-fs-logout-contents {
    margin-bottom: 30px;
}
.fs-out .is-fs-logout-contents h2 {
    text-align: center;
    margin-bottom: 30px;
}
.fs-out .is-fs-logout-contents .txt {
    text-align: center;
}
.fs-out .is-fs-logout-attention {
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
    display: block;
    padding: 8px 10px;
    background: #faffbd;
    width: 70%;
}
.fs-out .is-fs-logout-attention li {
    margin: 0.5em 0 0.5em 2em;
    color: #df0426;
}
.fs-out .sec-login-02 .list-item-button {
    width: 100% !important;
}
.fs-out .sec-login-02 .list-item-button:nth-child(2) {
    margin-left: 0 !important;
}

/* グロナビ調整 */
.header-primary {
    width: 100% !important;
}
.fs-itemlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap : wrap;
    -webkit-flex-wrap : wrap;
    flex-wrap : wrap;   
}
.fs-itemlist li {
    margin: 0 10px;   
}
.fs-itemlink:hover {
    color: #C1AC03;
    transition: .2s;
}