@charset "UTF-8";

body {
    background-color: #fef5ec !important;
}

footer,
#secondary .widget_title,
.pagination_wrapper li a,
.pagination_wrapper li .current,
.pager .pagination li a,
.pager .pagination li a.active {
    background-color: #fff !important;
}

/***********************
ヘッダー
***********************/
.site-logo a {
    display: inline-block;
    height: 60px;
}

.logo-mark-img {
    height: 100%;
    width: 100%;
    max-width: 60px;
    max-height: 60px;
}

.logo-name-img {
    max-height: 60px;
    height: 100%;
    width: auto;
}


/* ハンバーガーメニューボタン */
.SP-nav-bar {
    display: none;
}

/***********************
ナビゲーションバー
***********************/

.nav-container {
    margin-bottom: 20px;
}

@media (hover: hover) and (pointer: fine) {
    #site-navigation li a:hover {
        opacity: .7;
    }
}


/***********************
お知らせ
***********************/
.news-container {
    width: 80%;
    margin: auto;
    margin-bottom: 2.142856em;
    background-color: #fff;
    padding: 20px 35px;
}

.section-container h2 {
    position: relative;
    width: fit-content;
    letter-spacing: .1em;
    font-size: 16px;
    font-weight: bold;
    margin: auto;
}

.section-container h2:before,
.section-container h2:after {
    content: "";
    position: absolute;
    bottom: 45%;
    transform: translateY(-50%);
    left: -60px;
    display: block;
    width: 50px;
    height: 1px;
    background-color: #333;
}

.section-container h2:after {
    left: auto;
    right: -60px;
}

p.news_date,
.news_title {
    letter-spacing: normal;
}

h3.news_title {
    font-size: 14px;
    font-weight: 400;
}

@media (hover: hover) and (pointer: fine) {
    .news-container a:hover {
        opacity: .5;
    }
}

/***********************
トップ
***********************/
.top-content {
    position: relative;
    margin-bottom: 100px;
}

.shop-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15%;
}

.shop-title img {
    width: 100%;
}

div#metaslider-id-143 {
    width: 80% !important;
    margin-left: auto;
}

/***********************
メインおすすめ商品
***********************/

.front-il h2 {
    letter-spacing: 0 !important;
}

/***********************
カテゴリー
***********************/
@media (hover: hover) and (pointer: fine) {
    #secondary a:hover {
        opacity: .5;
    }
}

.category-title {
    letter-spacing: .1em;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.category-title span {
    position: relative;
    font-size: 20px;
    margin-left: 30px;
    letter-spacing: .1em;
}

.category-title span:before,
.category-title span:after {
    content: "";
    position: absolute;
    bottom: 35%;
    transform: translateY(-50%);
    left: -15px;
    display: block;
    width: 10px;
    height: 2px;
    background-color: #333;
}

.category-title span:after {
    left: auto;
    right: -15px;
}

/***********************
サブメニューコンテンツ
***********************/
section#welcart_category-3,
section#welcart_featured-3 {
    background-color: #fff;
}

ul.ucart_featured_body.ucart_widget_body {
    padding-bottom: 15px;
}

/***********************
フッター
***********************/
@media (hover: hover) and (pointer: fine) {
    .footer a :hover {
        opacity: .5;
    }
}

/***********************
お知らせページ
***********************/

#news-page-content ul {
    margin-top: 25px;
}

#news-page-content .news-list {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#news-page-content .news_date {
    margin-bottom: 10px;
}

#news-page-content .news_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

/***********************
特定商取引法ページ
***********************/
.tokuteisyou {
    background-color: #fff;
}


/***********************
***********************/
/***********************
画面が1000px以下の時
***********************/
/***********************
***********************/
@media screen and (max-width: 1000px) {

    /***********************
    ヘッダー
    ***********************/
    header {
        position: fixed;
        z-index: 10;
    }

    header .inner {
        position: relative;
        width: 94%;
        margin: 20px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header div.nav-menu-open,
    header div.header-nav-container {
        display: block;
    }

    .cf:before,
    .cf:after {
        display: none;
    }

    .site-logo a {
        height: auto;
        width: 100%;
    }

    .snav {
        right: 3rem
    }

    /* ハンバーガーメニューボタン */
    .SP-nav-bar {
        display: block;
    }

    .hamburger {
        display: block;
        position: absolute;
        right: -3%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #333;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 30px;
    }

    /* スマホメニューを開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top: 16px;
        left: 6px;
        background: #333;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 16px;
        background: #333;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* メニュー背景 */
    nav.globalMenuSp {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        color: #fff;
        background: rgba(255, 255, 255, 0.9);
        text-align: center;
        width: 100%;
        transform: translateX(100%);
        transition: all 0.6s;
    }

    nav.globalMenuSp ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        transition: .4s all;
    }

    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
    }

    nav.globalMenuSp ul li:hover {
        background: #ddd;
    }

    nav.globalMenuSp ul li a {
        display: block;
        color: #fff;
        padding: 1em 0;
        text-decoration: none;
    }

    /* クリックでjQueryで追加・削除 */
    nav.globalMenuSp.active {
        opacity: 100;
        display: block;
        transform: translateX(0%);
    }

    .SP-nav-bar .nav-menu-open ul {
        margin: 5% 0;
    }


    .SP-nav-bar .search-box div.s-box {
        width: 50%;
        margin: auto;
    }

    .SP-nav-bar .search-box input[type="text"] {
        border: 1px solid #333;
    }

    /***********************
    トップスライド
    **********************/
    .top-content {
        margin-top: 120px;
    }

    /***********************
    ナビゲーション
    **********************/
    .nav-container {
        display: none;
    }

    /***********************
    サブヘッダー
    ***********************/
    #site-navigation {
        display: none;
    }

    /***********************
    サブページメインコンテンツ
    **********************/
    #main {
        padding-top: 100px;
    }

    #main.sub-page {
        margin: 0 auto;
    }

    /***********************
    会員ページ
    ***********************/
    #loginform p {
        text-align: center !important;
    }
}


/***********************
***********************/
/***********************
画面が769px以下の時
***********************/
/***********************
***********************/
@media screen and (max-width: 769px) {

    /***********************
    ヘッダー
    ***********************/
    .top-content {
        margin-top: 80px;
    }

    .SP-nav-bar nav {
        height: 100vh;
    }

    .nav-menu-open {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: 100%;
    }

    /***********************
    おすすめ商品＆カテゴリー＆
    ***********************/

    .two-column.right-set #primary {
        float: none;
        width: 100%;
    }

    .two-column.right-set #secondary {
        float: none;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    #secondary .columnleft,
    #secondary .columncenter {
        width: 48%;
    }

    /***********************
    カートページ
    ***********************/
    div.cart_navi li {
        font-size: 14px;
    }

    /***********************
    商品詳細ページ
    ***********************/

    .product-wrap {
        flex-direction: column-reverse;
    }
}

/***********************
***********************/
/***********************
画面が426px以下の時
***********************/
/***********************
***********************/
@media screen and (max-width: 426px) {

    /***********************
    ヘッダー
    ***********************/
    .hamburger {
        right: -7%;
    }

    p.news_date,
    .news_title {
        font-size: 12px;
    }

    #main {
        padding-top: 80px;
    }

    /***********************
    ニュース
    ***********************/
    .news-container {
        width: 100%;
    }

    /***********************
    サブヘッダー
    ***********************/
    .site-logo {
        height: 40px;
    }

    .site-logo a {
        height: 100%;
        width: auto;
    }

    .logo-mark-img {
        width: auto;
    }

    /***********************
    サブページ
    ***********************/

    .page-title {
        font-size: 24px;
        text-align: center;
    }

    /***********************
    お知らせページ
    ***********************/

    #news-page-content .news_title {
        font-size: 16px;
    }

    .news_content {
        font-size: 14px;
    }

    /***********************
    カートページ
    ***********************/
    div.cart_navi li {
        font-size: 11px;
    }
}