@charset "UTF-8";
/* ※「id」で指定されたものは、「#」を付ける。ページ中に1度しか登場しない  */
/* ※「class」は「.」を付けるだけ。ページ中に何度でも登場する */
/* ※「common.css」は全ページの共通ＣＳＳです。*/
/* ---------------------------------------------------- */
/* テキストの設定
/* ---------------------------------------------------- */
.TxtMensColor {
    color: #006699;
}
.TxtLadyColor {
    color: #FF3366;
}
.TxtJuniColor {
    color: #669900;
}
.TextRed {
    color: #CC0000;
}
.LayerDown {
    text-indent: 16px;
}
/* ---------------------------------------------------- */
/* クーポンの設定
/* ---------------------------------------------------- */
.fs-c-couponList__item {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(238, 248, 57, 0.3));
}
/* ---------------------------------------------------- */
/* GalaxyS5 Pixel2 Pixel2XL iPhone5/SE など */
/* ---------------------------------------------------- */
@media screen and (max-width:330px) {
    body {
        -webkit-text-size-adjust: 100%;
    }
    .ForPc {
        display: none !important;
    }
    /*    上部追従メニュー　*/
    /* ---------------------------------------------------- */
    div#WgCommFoll {
        transition: .5s;
        height: 128px;
    }
    div#WgCommFoll.hide {
        transform: translateY(-128px);
    }
    div#WgCommFoll iframe#WgCommFollIframe {
        width: 100%;
        height: 128px;
    }
    div.fs-p-drawer { /*    コマクリ設定変更　*/
        z-index: 10000;
    }
    /*    コンテンツ　*/
    /* ---------------------------------------------------- */
    .ItemCommBig { /*    商品ページのコメント設定　*/
        border: 1px solid #AAAAAA;
        padding: 3%;
        margin: 3% 0 6% 0;
    }
    div#WgWrap {
        width: 96%;
        margin: 136px 2% 0 2%;
    }
    div#WgWrapSecurity { /*    セキュリティページ用　*/
        width: 96%;
        margin: 8px 2% 0 2%;
    }
    ul.WgMpHeadMenu {
        width: 100%;
    }
    ul.WgMpHeadMenu li {
        width: 100%;
    }
    /*    メイン画像のサイズ設定　*/
    div#WgMpHeadImg {
        width: 100%;
        height: 140px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    /*    「新商品」などのメニュー設定　*/
    ul.MenuType1 {
        margin: 2% 0;
    }
    ul.MenuType1 li {
        margin: 0 2% 0 0;
        width: 18.4%;
        float: left;
    }
    ul.MenuType1 li img {
        width: 100%;
    }
    ul.MenuType1 li:nth-child(5) {
        margin: 0 -2% 0 0;
    }
    /*    スマホ専用のコーナー枠の設定　*/
    div.WgMpFrame {
        border: solid 1px #999999;
        padding: 2%;
        margin-top: 6%;
    }
    div.WgMpFrame h3 {
        width: 100%;
        background-color: #999999;
        margin: -2% -2% 2% -2%;
        color: #FFFFFF;
        padding: 2%;
        font-size: 90%;
    }
    div.WgMpFrame h5 {
        width: 100%;
        background-color: #999999;
        margin: 2% -2%;
        color: #FFFFFF;
        padding: 2%;
        font-size: 90%;
    }
    div.WgMpFrame ul {
        margin-bottom: 2%;
    }
    div.WgMpFrame ul li {
        margin-bottom: 2%;
    }
    div.WgMpFrame ul li:last-child {
        margin-bottom: -2%;
    }
    div.WgMpFrame ul li img {
        width: 100%;
    }
    /*   新着スケジューラー（オガリアのＩＦＲＡＭＥ高さ）の設定　*/
    iframe#WgMpOgariaLatest {
        height: 360px;
    }
    /*  お届け予定日（オガリアのＩＦＲＡＭＥ高さ）の設定　*/
    iframe#WgMpOgariaDoroyo {
        height: 80px;
    }
    /*  リアルタイムＤＥ切替くん１（オガリアのＩＦＲＡＭＥ高さ）の設定　*/
    iframe#WgMpOgariaImage1 {
        height: 136px;
    }
    /*    各カテゴリーの一覧設定　*/
    ul.MenuType2 {
        margin: 2% 0 1% 0;
    }
    ul.MenuType2 li {
        margin: 0 2% 2% 0;
        float: left;
    }
    ul.MenuType2 li img {
        width: 100%;
    }
    ul.MenuType2 li:nth-child(3) {
        margin: 0 -2% 0 0;
    }
    ul.MenuType2 li:nth-child(6) {
        margin: 0 -2% 0 0;
    }
    ul.MenuType2 li:nth-child(9) {
        margin: 0 -2% 0 0;
    }
    ul.MenuType2 li:nth-child(12) {
        margin: 0 -2% 0 0;
    }
    ul.MenuType2 li:nth-child(15) {
        margin: 0 -2% 0 0;
    }
    ul.MenuType2 li {
        padding: 1%;
        border: solid 1px #AAAAAA; /*線*/
        border-radius: 8%; /*角の丸み*/
        width: 29.5%;
    }
    /*    検索の設定　*/
    div#WgMpSearch {
        padding: 2% 2% 1% 2%;
        border: solid 1px #AAAAAA; /*線*/
        border-radius: 2%; /*角の丸み*/
    }
    div#WgMpSearch h3 {
        background-color: #AAAAAA;
        padding: 1% 2%;
        color: #FFFFFF;
        font-weight: bolder;
        font-size: 80%;
        line-height: 120%;
        text-align: center;
    }
    div.WgMpKensakuText ul {
        margin: 2% 0 0 0;
    }
    div.WgMpKensakuText ul li {
        float: left;
        padding: 1% 2%;
        margin: 0 2% 2% 0;
        border: 1px solid #999999;
        font-size: 60%;
        line-height: 100%;
    }
    div.WgMpKensakuText ul li a.SearchKwdBig {
        color: #D90000;
        font-weight: bolder;
    }
    /*    フッター　*/
    /* ---------------------------------------------------- */
    div#WgMpFoot {
        width: 96%;
        margin: 0 2%;
    }
    div#WgMpFoot iframe {
        width: 100%;
        height: 3080px;
    }
}
/* ---------------------------------------------------- */
/* iPhone6/7/8 iPhone6/7/8 Plus iPhoneX など */
/* ---------------------------------------------------- */
@media screen and (min-width:331px) and (max-width:700px) {
    body {
        -webkit-text-size-adjust: 100%;
    }
    .ForPc {
        display: none !important;
    }
    /*    ヘッダー　*/
    /* ---------------------------------------------------- */
    div.fs-l-header__drawerOpener { /*    コマクリ設定変更　*/
        position: fixed;
        z-index: 2;
        width: 100%;
        top: 0;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.6));
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    }
    div.fs-l-header__drawerOpener ul { /*    コマクリ設定変更　*/
        display: flex;
        align-items: center;
    }
    li.fs-l-header__drawerList { /*    コマクリ設定変更　*/
        flex-grow: 1;
    }
    li.WgHeadLogo { /*    コマクリ設定変更　*/
        margin-left: 10%;
    }
    li.WgHeadLogin { /*    コマクリ設定変更　*/
        margin-left: 7%;
        width: 14%;
    }
    li.WgHeadCart { /*    コマクリ設定変更　*/
        margin-left: 2%!important;
        width: 14%;
    }
    li.fs-l-header__drawerList:last-child { /*    コマクリ設定変更　*/
        text-align: end;
        margin: 0 4% 0 0;
    }
    li.fs-l-header__drawerListLogo { /*    コマクリ設定変更　*/
        font-family: 'Arial Black', Gadget, 'sans-serif';
        font-style: italic;
        font-size: 180%;
        text-align: center;
    }
    li.fs-l-header__drawerListLogo a { /*    コマクリ設定変更　*/
        color: #004C66;
    }
    span.fs-p-cartItemNumber { /*    コマクリ設定変更　*/
        top: -10px;
        right: -10px;
    }
    /*    上部追従メニュー　*/
    /* ---------------------------------------------------- */
    div#WgCommFoll {
        transition: .5s;
        height: 143px;
    }
    div#WgCommFoll.hide {
        transform: translateY(-152px);
    }
    div#WgCommFoll iframe#WgCommFollIframe {
        width: 100%;
        height: 152px;
    }
    div.fs-p-drawer { /*    コマクリ設定変更　*/
        z-index: 10000;
    }
    /*    コンテンツ　*/
    /* ---------------------------------------------------- */
    .ItemCommBig { /*    商品ページのコメント設定　*/
        border: 1px solid #AAAAAA;
        padding: 3%;
        margin-top: 3%;
    }
    .ItemCommKW { /*    商品ページのキーワード設定　*/
        color: #AAAAAA;
        border-top: 1px solid #AAAAAA;
        margin-top: 3%;
        padding-top: 3%;
    }
    div#WgWrap {
        width: 96%;
        margin: 76px 2% 0 2%;
    }
     div#WgWrap img.WgWrapWE {
        margin-bottom: 16px;
    }   
    div#WgWrapSecurity { /*    セキュリティページ用　*/
        width: 96%;
        margin: 10px 2% 0 2%;
    }
    ul.WgMpHeadMenu {
        width: 100%;
    }
    ul.WgMpHeadMenu li {
        width: 100%;
    }
    /*    メイン画像のサイズ設定　*/
    div#WgMpHeadImg {
        width: 100%;
        height: 140px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    /*    「新商品」などのメニュー設定　*/
    ul.MenuType1 {
        margin: 16px 0;
    }
    ul.MenuType1 li {
        width: 20%;
        float: left;
    }
    ul.MenuType1 li img {
        width: 100%;
    }
    ul.MenuType1 li:nth-child(5) {
        margin: 0 -2% 0 0;
    }
    /*    スマホ専用のコーナー枠の設定　*/
    div.WgMpFrame {
        border: solid 1px #999999;
        padding: 2%;
        margin-top: 6%;
    }
    div.WgMpFrame h3 {
        width: 100%;
        background-color: #999999;
        margin: -2% -2% 2% -2%;
        color: #FFFFFF;
        padding: 2%;
        font-size: 90%;
    }
    div.WgMpFrame h5 {
        width: 100%;
        background-color: #999999;
        margin: 2% -2%;
        color: #FFFFFF;
        padding: 2%;
        font-size: 90%;
    }
    div.WgMpFrame ul {
        margin-bottom: 2%;
    }
    div.WgMpFrame ul li {
        margin-bottom: 2%;
    }
    div.WgMpFrame ul li:last-child {
        margin-bottom: -2%;
    }
    div.WgMpFrame ul li img {
        width: 100%;
    }
    /*   新着スケジューラー（オガリアのＩＦＲＡＭＥ高さ）の設定　*/
    iframe#WgMpOgariaLatest {
        height: 360px;
    }
    /*  お届け予定日（オガリアのＩＦＲＡＭＥ高さ）の設定　*/
    iframe#WgMpOgariaDoroyo {
        height: 80px;
    }
    /*  リアルタイムＤＥ切替くん１（オガリアのＩＦＲＡＭＥ高さ）の設定　*/
    iframe#WgMpOgariaImage1 {
        height: 136px;
    }
    /*    各カテゴリーの一覧設定　*/
    ul.MenuType2 {
        margin: 2% 0 1% 0;
    }
    ul.MenuType2 li {
        margin: 0 2% 2% 0;
        float: left;
    }
    ul.MenuType2 li img {
        width: 100%;
    }
    ul.MenuType2 li:nth-child(3) {
        margin: 0 -2% 0 0;
    }
    ul.MenuType2 li:nth-child(6) {
        margin: 0 -2% 0 0;
    }
    ul.MenuType2 li:nth-child(9) {
        margin: 0 -2% 0 0;
    }
    ul.MenuType2 li:nth-child(12) {
        margin: 0 -2% 0 0;
    }
    ul.MenuType2 li:nth-child(15) {
        margin: 0 -2% 0 0;
    }
    ul.MenuType2 li {
        padding: 1%;
        border: solid 1px #AAAAAA; /*線*/
        border-radius: 8%; /*角の丸み*/
        width: 32%;
    }
    /*    検索の設定　*/
    div#WgMpSearch {
        padding: 2% 2% 1% 2%;
        border: solid 1px #AAAAAA; /*線*/
        border-radius: 2%; /*角の丸み*/
    }
    div#WgMpSearch h3 {
        background-color: #AAAAAA;
        padding: 1% 2%;
        color: #FFFFFF;
        font-weight: bolder;
        font-size: 80%;
        line-height: 120%;
        text-align: center;
    }
    div.WgMpKensakuText ul {
        margin: 2% 0 0 0;
    }
    div.WgMpKensakuText ul li {
        float: left;
        padding: 1% 2%;
        margin: 0 2% 2% 0;
        border: 1px solid #999999;
        font-size: 60%;
        line-height: 100%;
    }
    div.WgMpKensakuText ul li a.SearchKwdBig {
        color: #D90000;
        font-weight: bolder;
    }
    /*    フッター　*/
    /* ---------------------------------------------------- */
    div#WgMpFoot {
        width: 96%;
        margin: 0 2%;
    }
    div#WgMpFoot iframe {
        width: 100%;
        height: 3050px;
    }
}
/* ---------------------------------------------------- */
/* iPad PC など */
/* ---------------------------------------------------- */
@media screen and (min-width:701px) {
    body {
        -webkit-text-size-adjust: 100%;
        width: 1120px;
        margin: 0 auto;
    }
    .ForMp { /*    ＰＣで表示しない項目（スマホ用コンテンツ） */
        display: none !important;
    }
    div#WgCont {
        width: 816px;
        float: right;
    }
    /*    ヘッダー　*/
    /* ---------------------------------------------------- */
    div.WgPcHeadLogWrap { /*    コマクリ設定変更　*/
        background: rgba(0, 76, 102, 90); /*IE11*/
        background: rgb(0 76 102 / 90%);
        position: fixed;
        width: 100%;
        top: 80px;
        left: 0;
        z-index: 100;
        box-shadow: 0 0 8px gray;
    }
    div.WgPcHeadLog { /*    コマクリ設定変更　*/
        color: #FFFFFF;
        width: 1120px;
        margin: 0 auto 0.1% auto;
    }
    div.WgPcHeadLogUl { /*    コマクリ設定変更　*/
        line-height: 37px;
    }
    div.fs-l-header__welcomeMsg { /*    コマクリ設定変更　*/
        display: flex !important;
        float: left;
        line-height: 37px;
    }
    span.fs-p-memberInfo__stage { /*    コマクリ設定変更　*/
        font-size: 100%;
        color: yellow;
        text-indent: 16px;
        font-weight: normal;
    }
    span.fs-p-memberInfo__points { /*    コマクリ設定変更　*/
        font-size: 100%;
        color: yellow;
        text-indent: 16px;
        font-weight: normal;
    }
    ul.WgPcHeadLogUl { /*    コマクリ設定変更　*/
        display: flex !important;
        float: right;
        line-height: 37px;
    }
    ul.WgPcHeadLogUl li { /*    コマクリ設定変更　*/
        min-width: 90px;
    }
    ul.fs-p-headerUtilityMenu__list { /*    コマクリ設定変更　*/
        font-size: 130%;
    }
    div.fs-l-header__utility { /*    コマクリ設定変更　*/
        display: block;
    }
    div.fs-p-headerNavBar { /*    コマクリ設定変更　*/
        border-bottom: none;
    }
    nav.fs-p-headerNavigation { /*    コマクリ設定変更　*/
        float: right;
        min-width: 100px;
    }
    header.fs-l-header { /*    コマクリ設定変更　*/
        margin-bottom: 133px;
    }
    header.fs-l-headerSecurity { /*    コマクリ設定変更　*/
        margin-bottom: 133px;
    }
    li.fs-p-headerNavigation__listItem { /*    コマクリ設定変更　*/
        min-width: 110px;
    }
    
    
    /*    コンテンツ　*/
    /* ---------------------------------------------------- */
    /* div.fs-c-productPrice--selling span.fs-c-productPrice__main__label { /*    特別価格の設定　*/
    /*     font-size: 200%; */
    /* } */
    /* div.fs-c-productPrice--selling span.fs-c-productPrice__main__price { /*    売価の設定　*/
    /*     font-size: 300% !important; */
    /* } */
    /* div.fs-c-productPrice--selling span.fs-c-productPrice__addon { /*    税込の設定　*/
    /*     font-size: 200%; */
    /* } */
    .ItemCommBig { /*    商品ページのコメント設定　*/
        border: 1px solid #AAAAAA;
        padding: 16px;
        margin: 16px 0 32px 0;
    }
    .ItemCommKW { /*    商品ページのキーワード設定　*/
        color: #AAAAAA;
        border-top: 1px solid #AAAAAA;
        margin-top: 16px;
        padding-top: 16px;
    }
    main.fs-l-main { /*    コマクリ設定変更　*/
        max-width: 1120px;
        padding: 0px !important;
        justify-content: unset !important;
    }
    section.fs-l-pageMain { /*    コマクリ設定変更　*/
        max-width: 816px;
        margin: 0 0 0 24px;
    }
    iframe.latest_info_1000000000 { /*    コマクリ設定変更　*/
        margin: 24px 0 16px 0;
    }
    section.WgConSecurity { /*    コマクリ設定変更　*/
        max-width: 1120px !important;
    }
    h2.fs-p-heading--lv2 { /*    コマクリ設定変更　*/
        margin: 0 0 24px 0;
    }
    article.fs-c-documentArticle { /*    コマクリ設定変更　*/
        line-height: 180%;
    }
    h2.fs-c-documentArticle__heading { /*    コマクリ設定変更　*/
        font-size: 120%;
        font-weight: bold;
        line-height: 180%;
        background: #006699;
    }
    h2.fs-c-documentColumn__heading { /*    コマクリ設定変更　*/
        font-weight: bold;
    }
    h3.fs-c-documentColumn__heading { /*    コマクリ設定変更　*/
        font-weight: bold;
    }
    dl.fs-c-explainList { /*    コマクリ設定変更　*/
        margin: 8px 0 0 0;
    }
    div.fs-c-documentColumn__content { /*    コマクリ設定変更　*/
        line-height: 180%;
    }
    /*    メニュー　*/
    /* ---------------------------------------------------- */
    aside.fs-l-sideArea { /*    コマクリ設定変更　*/
        max-width: 280px;
        padding: 0 !important;
    }
    div#WgPcMenu {
        width: 280px;
        float: left;
    }
    div.vertical_leftArea {
        z-index: 99999 !important;
    }
    div.WgPcMenuFrame { /* 左のメニューの設定 */
        margin: 0 0 24px 0;
        padding: 0 0 8px 0;
        border-top: 1px solid #999999;
        border-right: 1px solid #999999;
        border-bottom: 1px solid #999999;
        border-left: 4px solid #999999;
    }
    div.WgPcMenuFrame h2 {
        font-size: 12px;
        padding: 7px 0 4px 0;
        background-color: #006699;
        text-indent: 8px;
        font-weight: bolder;
        color: #FFFFFF;
        margin: 0 8px 16px 8px;
    }
    div.WgPcMenuFrame h2 strong {
        font-size: 20px;
        line-height: 20px;
        margin: 0 25px 0 0;
        font-weight: bolder;
    }
    div.WgPcMenuFrame h3 {
        font-size: 14px;
        margin: 0 8px;
        padding: 8px 0 2px 0;
        text-indent: 8px;
        font-weight: bolder;
        color: #006699;
    }
    div.WgPcMenuFrame iframe {
        width: 243px !important;
        margin: 0 16px;
    }
    div.WgPcMenuFrame ul {
        margin: 0 16px 8px 16px;
    }
    div.WgPcMenuFrame li {
        font-size: 16px;
        line-height: 26px;
        padding: 4px 0 16px 0;
        margin: 0 0 4px 0;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #CCCCCC;
    }
    div.WgPcMenuFrame li a {
        font-weight: bolder;
        color: #000000;
        text-decoration: none;
    }
    div.WgPcMenuFrame li img {
        width: 243px;
    }
    /*   フッター　*/
    /* ---------------------------------------------------- */
    div#WgPcFoot {
        width: 1120px;
        margin: 0 auto;
    }
    div#WgPcFoot iframe {
        width: 1120px;
        height: 2143px;
    }
    footer.fs-l-footer {
        margin-top: 24px;
        background-color: none;
        border-top: none;
        background-color: unset;
        color: unset;
    }
}
/* ---------------------------------------------------- */
/* 追従バナー大の設定
/* ---------------------------------------------------- */
* html div#rc_rightAreaBig1 {
    position: absolute !important;
    top: expression((documentElement.scrollTop || document.body.scrollTop)+ 180+ 'px');
    left: expression((documentElement.scrollLeft || document.body.scrollLeft)+ document.body.clientWidth - 320+ 'px'); /*画像の横幅数値*/
}
div#rc_rightAreaBig1 {
    position: fixed;
    top: 210px;
    right: 0px;
    text-indent: -9993px;
    display: block;
}
div#rc_rightAreaBig2 {
    position: fixed;
    top: 356px;
    right: 0px;
    text-indent: -9993px;
    display: block;
}
div#rc_rightAreaBig1 .rc_rightBig1, div#rc_rightAreaBig2 .rc_rightBig2 {
    outline: none;
    display: block;
    position: relative;
    width: 120px;
    height: 138px;
    left: 0px;
    z-index: 9998px;
}
div#rc_rightAreaBig1 .rc_rightBig1 {
    background: url("../img/bn/bn_913.png") no-repeat scroll 0 0 transparent;
}
div#rc_rightAreaBig2 .rc_rightBig2 {
    background: url("../img/bn/bn_914.png") no-repeat scroll 0 0 transparent;
}
div#rc_rightAreaBig1 .rc_rightBig1:hover, div#rc_rightAreaBig2 .rc_rightBig2:hover {
    background-position: 0px 0px;
    width: 320px;
}
/* ---------------------------------------------------- */
/* 追従バナー小の設定
/* ---------------------------------------------------- */
* html div#rc_rightAreaSmall1 {
    position: absolute !important;
    top: expression((documentElement.scrollTop || document.body.scrollTop)+ 472+ 'px');
    left: expression((documentElement.scrollLeft || document.body.scrollLeft)+ document.body.clientWidth - 120+ 'px'); /*画像の横幅数値*/
}
div#rc_rightAreaSmall1 {
    position: fixed;
    top: 502px;
    right: 0px;
    text-indent: -9993px;
    display: block;
}
div#rc_rightAreaSmall2 {
    position: fixed;
    top: 570px;
    right: 0px;
    text-indent: -9993px;
    display: block;
}
div#rc_rightAreaSmall3 {
    position: fixed;
    top: 608px;
    right: 0px;
    text-indent: -9993px;
    display: block;
}
div#rc_rightAreaSmall1 .rc_rightSmall1, div#rc_rightAreaSmall2 .rc_rightSmall2, div#rc_rightAreaSmall3 .rc_rightSmall3 {
    outline: none;
    display: block;
    position: relative;
    width: 120px;
    height: 60px;
    left: 0px;
    z-index: 9998px;
}
div#rc_rightAreaSmall1 .rc_rightSmall1 {
    background: url("../img/bn/bn_915.png") no-repeat scroll 0 0 transparent;
}
div#rc_rightAreaSmall2 .rc_rightSmall2 {
    background: url("../img/bn/bn_916.png") no-repeat scroll 0 0 transparent;
}
div#rc_rightAreaSmall3 .rc_rightSmall3 {
    background: url("../img/bn/bn_917.png") no-repeat scroll 0 0 transparent;
}
div#rc_rightAreaSmall1 .rc_rightSmall1:hover, div#rc_rightAreaSmall2 .rc_rightSmall2:hover, div#rc_rightAreaSmall3 .rc_rightSmall3:hover {
    background-position: 0px 0px;
    width: 320px;
}