/** 文字コードはEUCだよ **/
html {
    width: 100%;
    margin: 0;
    padding: 0;

    font-style: normal;
    line-height: 1.3;
    font-family: '"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif';
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
}

/** ハンバーガーアイコン部分 **/
.sp-burger {
    background-color: #F9F8F4;
}
.sp-burger-icon {
    width: 25px;
    height: 25px;
    margin-top: 15px;
}

/**  カート部分 **/
.sp-cart {
    border-left: 1px solid #E5E4D0;
}
.sp-cart-icon {
    width: 40px;
    height: 40px;
    margin-top: 10px;
}

/** 検索部分 **/
.sp-search {
    height: 60px;
    background-color: #990000;
}

.sp-search form {
    width: 100%;
}
input.sp-search-keyword {
    width: 100%;
    padding: 3px;
    border: 1px solid #CFCFCF;
    border-radius: 3px;
    box-shadow: inset 2px 2px 2px #eee;
}

input[type="text"]:hover, input[type="text"]:focus,
button:hover, button:focus {
    background: #F9F8F4 none 0 0 no-repeat;
    outline: none;
}

button.sp-search-submit {
    height: 35px;
    width: 90%;
    background-color: #4D0000;
    color: #FFFFFF;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    margin-left: 5px;
    font-size: 0.9em;
}
.sp-search-submit img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

/** 上部選抜カテゴリー **/
.sp-upper-category {
    background-color: #F9F8F4;
    padding: 10px 0 10px 0;
    font-size: 0.8em;
}
.sp-upper-category a {
    color: #004D16;
}
.sp-upper-category img {
    width: 40px;
    height: 40px;
}

/** 上部アピール部 **/
.sp-upper-appeal {
    padding: 10px 0 10px 0;
}

/** カルーセル **/
.carousel{
    width: 100%;
    margin: 0;
    padding: 0;
}

/** ランダム商品 **/
.sp-pickup-items {
    background-color: #F9F8F4;
}
.sp-pickup-item {
    width: 100%;
    height: 100px;
    margin: 0;
    border-top:1px solid #CCCCCC;
}
.sp-row-link {
    display: contents;
}
.sp-pickup-item-img {
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
}
.sp-pickup-item-img img {
    width: 80px;
    display: inline-block;
}

/** 帯 **/
.sp-findby {
    height: 40px;
    background-color: #990000;
    color: #FFF;
}
.sp-findby-category {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
.sp-findby-category a {
    font-size: 0.8em;
    display: block;
    height: 35px;
}

/** ランキング **/
.sp-findby-ranking {
    height: 40px;
    background-color: #B0095C;
    color: #FFF;
}
.sp-ranking-items {
    border-bottom: 1px solid #CCCCCC;
}
.sp-ranking-item {
    width: 98%;
}

/** 送料無料 **/
.sp-findby-deliveryfee-free {
    height: 40px;
    background-color: #4D0808;
    color: #FFF;
}
.sp-deliveryfee-free-items {
    border-bottom: 1px solid #CCCCCC;
}
.sp-deliveryfee-free-item {
    width: 100%;
    height: 100px;
    margin: 0;
    border-bottom:1px solid #CCCCCC;
}

/**
 *
 * サイドバーの設定
 *
 **/
#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

.wrapper {
    display: block;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #FFFFFF;
    transition: all 0.3s;
    overflow-y: scroll;
    overflow-x: hidden;
}

#sidebar.active {
    left: 0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

.sp-findby-pref {
    border-bottom:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    height: 30px;
    border-collapse: collapse;
}

.sp-burgermenu-login {
    height: 50px;
    background-color: #F9F8F4;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}
.sp-burgermenu-block {
    display: contents;
}

.sp-burgermenu-row {
    height: 50px;
    background-color: #F9F8F4;
    border-bottom: 1px solid #cfcfcf;
}
