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

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

body {
    line-height: 1.5em;
    width: 100%;
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
}

a {
    color: #0A4366;
}

/** ハンバーガーアイコン部分 **/
.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;
}
.sp-upper-appeal li {
    margin-top: 10px;
}

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

.sp-row-link {
    display: contents;
}
.sp-row-item-img {
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
}
.sp-row-item-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    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%;
    margin: 0;
    border-bottom:1px solid #CCCCCC;
}

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

.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;
}

.sp-footer {
    padding: 10px 0 5px 0;
    font-size: 0.8em;
    text-align: center;
    height: 80px;
    background-color: #990000;
}

footer a {
    color: #FFFFFF;
}

.footer-link {
    margin: 0 5px 0 0;
}

footer {
    position: unset !important;
}

/** リンクで右端によく付く>のスタイル **/
.sp-link-arrow {
    color: #0A4366;
    font-size: 1.2em;
    padding-right: 5px;
}

.sp-findby-category-leftmenu {
    padding: 1px 1px 1px 3px;
    font-size: 0.7em;
}

footer {
    -webkit-appearance: none;

    padding-top: 5px;
    font-size: 0.8em;
    z-index: 990 !important;
    background-color: #990000;
    height: 50px;
    color: #FFF;
}


/* ----------------------------#main event-banner */

.two-rows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 10px !important;
}

.two-rows li {
    width: 49%;
    height: 42vw;
    list-style: none;
    margin: unset !important;
    border-radius: 6px;
}

.two-rows li:first-child {
    width: 100%;
    height: 42vw;
    list-style: none;
    margin-bottom: 2% !important;
}


.two-rows li a{
    display: inline-block;
    width: 100%;
    height: 42vw;
}

.two-rows li img{
    width: 100%;
    height: 42vw;
    object-fit: cover;
    border-radius: 6px;
}

/* ----------------------------sns-banner */
#banner-sns {
    width: 100%;
    margin: 20px 0 60px;
    padding: 0 10px;
}

#banner-sns li {
	list-style: none;
}

#banner-sns li:first-child {
	margin-bottom: 10px;
}

#banner-sns li a {
	width: 100%;
}

#banner-sns li a img {
	width: 100%;
}
