@charset "UTF-8";

/* --------------------------------
初期設定
---------------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    color: #262626;
    font-family: "Noto Sans JP", sans-serif !important;
    height: 100%;
    width: 100%;
    word-break: break-all;
}

img {
    width: 100%;
}

li {
    list-style: none;
}

hr {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.area,
.modal-dialog {
    max-width: 680px;
    margin: auto;
}

.cover {
    background-position: center;
    background-size: cover;
    width: 100%;
}

.contain {
    background-position: center;
    background-size: contain;
    width: 100%;
}

.fontxll {
    font-size: 24px;
}

.fontxl {
    font-size: 22px;
}

.fontll {
    font-size: 20px;
}

.fontl {
    font-size: 18px;
}

.fontm {
    font-size: 16px;
}

.fonts {
    font-size: 14px;
}

.fontss {
    font-size: 12px;
}

.sp {
    display: none;
}

.title {
    background-color: #262626;
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.title span {
    position: absolute;
    left: 25px;
}

.border-pink {
    border: 1px solid pink;
}

.border-pink:hover {
    background-color: pink;
    color: #fff;
}

.text-buyer {
    color: #ED1A3D;
}
.bg-buyer {
    background-color: #ED1A3D;
}
.btn-buyer {
    background-color: #ED1A3D;
    color: #fff;
    display: block;
    line-height: 60px;
    height: 60px;
    margin: auto;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}

.text-seller {
    color: #0067C0;
}
.bg-seller {
    background-color: #0067C0;
}
.btn-seller {
    background-color: #0067C0;
    color: #fff;
    display: block;
    line-height: 60px;
    height: 60px;
    margin: auto;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}

.btn-pink {
    background-color: pink;
    color: #fff;
    display: block;
    line-height: 60px;
    height: 60px;
    margin: auto;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}

.btn-purple {
    background-color: purple;
    color: #fff;
    display: block;
    line-height: 60px;
    height: 60px;
    margin: auto;
    max-width: 320px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}

.btn-orange a {
    background-color: #FD7E00;
    color: #fff;
    display: block;
    line-height: 60px;
    height: 60px;
    margin: auto;
    max-width: 320px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}

.btn-green a {
    background-color: #4DB56A;
    color: #fff;
    display: block;
    line-height: 60px;
    height: 60px;
    margin: auto;
    max-width: 320px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}

.btn-red a {
    background-color: #EA1010;
    color: #fff;
    display: block;
    line-height: 60px;
    height: 60px;
    margin: auto;
    max-width: 320px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}

.btn-blue a {
    background-color: #0072FF;
    color: #fff;
    display: block;
    line-height: 60px;
    height: 60px;
    margin: auto;
    max-width: 320px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}

.box .card {
    border: 0;
}

.box-img {
    padding-bottom: 80%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.box-price {
    background-color: #EA1010;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3px 5px;
    font-size: 12px;
}

.tag {
    display: inline-block;
}

.tag li {
    border: 1px solid #262626;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tag li a {
    color: #262626;
    display: inline-block;
    font-size: 12px;
    padding: 3px 10px;
}

ul.cat li .cat-list {
    background-image: url(https://sakidori.co/images/category/goods.jpg);
    height: 90px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: #ffff;
}

ul.cat li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
    height: inherit;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 0;
}

ul.cat li .cat-list a:after {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    left: 0;
    right: 0;
    z-index: -1;
}

ul.cat li .cat-notimg a:after {
    background-color: rgba(0, 0, 0, 0.8);
}

.btn-cart {
    background-color: #FFD814;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}

.btn-buy {
    background-color: #FFA41C;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}

.btn-follow {}

.line-height2 {
    line-height: 2rem;
}

.sidebar .btn-buy,
.sidebar .btn-cart {
    margin: 10px 0;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
}

header .drawer_button {
    display: none;
    cursor: pointer;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 10px;
    width: 55px;
}

header .drawer_button span {
    background-color: #262626;
    border-radius: 10px;
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

header .drawer_button span.bar1 {
    top: 23px;
    width: 25px;
}

header .drawer_button span.bar2 {
    top: 32px;
    width: 15px;
    opacity: 1;
}

header .drawer_button span.bar3 {
    top: 41px;
    width: 25px;
}

header .active span.bar1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 31px;
}

header .active span.bar2 {
    opacity: 0;
}

header .active span.bar3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 31px;
}

header .nav_list {
    position: absolute;
    left: 0;
    top: 64px;
    background-color: #fff;
    width: 100%;
    z-index: 1;
}

header .nav_list li {
    border-bottom: 1px solid #999;
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
}

header .search_form {
    border-bottom: 1px solid #eee;
    background-color: #fff;
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    z-index: 9999;
}

header .search_form input:checked>div {
    color: #fff;
    background-color: #FE5070 !important;
    font-weight: bold;
}

header .search_form form {
    max-width: initial;
    margin: 0em auto 2em;
    position: relative;
}

header .search_form form .search_input {
    border: solid 1px #e5e5e5;
    background-color: #fff;
    display: block;
    padding: 1em;
    margin: 0 auto;
    width: 100%;
}

header .search_form form .search_submit {
    border: none;
    color: #e5e5e5;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    font-size: 24px;
    line-height: 47px;
    top: 0;
    padding: 0em 3%;
    vertical-align: top;
    height: 47px;
}

header .search_list.act {
    background: #f9f9f9;
}

form .form-control {
    background: #FFFFFF;
    box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    height: 48px;
    font-size: 14px;
}

form {
    max-width: 540px;
    margin: auto;
}

.sample .sample-img {
    width: 20%;
    padding-bottom: 20%;
}

.item-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.ranking-num {
    position: absolute;
    z-index: 1;
}

.ranking-num_img {
    background-position: center;
    background-size: cover;
    padding: 15px;
    top: -15px;
    left: -15px;
}

.ranking-num_img1 {
    background-image: url(../images/ranking1.png);
}

.ranking-num_img2 {
    background-image: url(../images/ranking2.png);
}

.ranking-num_img3 {
    background-image: url(../images/ranking3.png);
}

.ranking-num_noimg {
    border-radius: 25px;
    background-color: #89F4F7;
    top: -10px;
    left: -10px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}

.ranking-num_text {
    font-size: 12px;
}

.ranking-num_img .ranking-num_text {
    font-size: 13px;
    position: relative;
    top: -3px;
    font-weight: bold;
}

.logo img {
    width: 250px;
}

@media screen and (max-width: 767px) {
    .fontxll {
        font-size: 22px;
    }

    .fontxl {
        font-size: 20px;
    }

    .fontll {
        font-size: 18px;
    }

    .fontl {
        font-size: 16px;
    }

    .fontm {
        font-size: 14px;
    }

    .fonts {
        font-size: 12px;
    }

    .fontss {
        font-size: 11px;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .area {
        padding: 0 10px;
    }

    .logo {
        position: absolute;
        top: 25%;
        left: 0;
        right: 0;
        width: 120px;
        margin: auto;
    }

    header {
        height: 64px;
    }

    .cart {
        position: absolute;
        top: 20px;
        right: 10px;
    }

    .amount_point {
        position: absolute;
        top: 20px;
        right: 50px;
    }

    header .fa-search {
        position: absolute;
        left: 55px;
        font-size: 18px;
        top: 25px;
    }

    header .search_form {
        top: 65px;
    }

    header .drawer_button {
        display: block;
    }

    .tag li {
        margin-right: 5px;
    }

    .tag li a {
        font-size: 11px;
        padding: 0px 5px 5px;
    }
        .logo img {
            width: 150px;
        }
}
