@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;
}
:root{
        background-color: #f7f7f7;
}
html,
body {
    background-color: #f7f7f7;
    color: #262626;
    font-family: "Noto Sans JP", sans-serif !important;
    width: 100%;
    height: 100%;
    word-break: break-all;
}
.row{
    margin:0;
}
img {
    width: 100%;
}

li {
    list-style: none;
}

ol li{
    list-style: auto;
    margin-left: 20px;
    margin-bottom: 10px;
}

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 {
    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-green {
    color: #4DB56A;
}
.text-orange {
    color: #FD7E00;
}
.text-red {
    color: #EA1010;
}
.text-blue {
    color: #0072FF;
}
.text-pink {
    color: pink;
}
.text-purple {
    color: purple;
}

.bg-pickup{
    background-color: #ff69b4;
}
.bg-cat {
    background-color: #D2D0E8;
}
.bg-red {
    background-color: #EA1010;
}
.bg-pink {
    background-color: pink;
}
.bg-purple {
    background-color: purple;
}
.bg-blue{
    background-color: #0072FF;
}
.bg-green {
    background-color: #4DB56A;
}
.bg-orange{
    background-color: #FD7E00;
}
.bg-yellow {
    background-color: #d6ac08;
}
.bg-buy{
    background-color: #ff6347;
}
.bg-seller {
    background-color: #6494ed;
}
.bg-gold{
background-color: #C7B994;
}

.btn a,
button.btn {
    background-color: #E5007F;
    color: #fff !important;
    display: block;
    line-height: 40px;
    height: 40px;
    margin: auto;
    text-align: center;
    font-weight: bold;
    border-radius: 20px;
    padding: 0;
}
.btn2 a,
button.btn2 {
    border:1px solid #E5007F;
    background-color: #fff;
    color: #E5007F!important;
}

.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 {
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 3px 5px;
}

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



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

header{
    background-color: #E5007F;
        height: 70px;
        max-width: 540px;
        margin: auto;
}
header img{
    height: 70px;
    width: auto;
padding: 10px 0;
}
header .drawer_button {
    cursor: pointer;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 10px;
    width: 55px;
}

header .drawer_button span {
    background-color: #fff;
    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;
    border-radius: 12px;
    font-size: 14px;
}
form {
    max-width: 540px;
    margin: auto;
    padding-bottom: 40px;
}

.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;
}
.card-head{
    height: 100px;
}
.card-body .rounded-circle{
    width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    top: 33%;
    left: 0;
    right: 0;
}
.card-post_img{
padding-bottom: 33%;
}
.container {
        position: relative;
    max-width: 540px;
}
.hidden_text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer {
    border-top: 1px solid #999;
    background-color: #fff;
    color: #262626;
    line-height: 50px;
    height: 50px;
    position: fixed;
    bottom: 0;
    max-width: 540px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
}

.footer i {
    position: relative;
    top: -5px;
}

.footer a {
    display: block;
    position: relative;
    top: -35px;
}

.playtime{
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    bottom: 0;
    right: 0;
    font-size: 12px;
    padding: 2px 5px;
}

textarea.form-control {
    height: auto;
}

.col-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        flex: 0 0 20%;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        flex: 0 0 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        flex: 0 0 20%;
    }
}

.col-15 {
    width: 20%;
    flex: 0 0 20%;
}

.edit_img {
    cursor: pointer;
    position: relative;
    height: 75px;
    width: 75px;
    display: block;
        margin: auto;
}

#icon_image,
#header_image {
    display: none;
}


form .search_input {
    border: solid 1px #e5e5e5;
    background-color: #fff;
    display: block;
    padding: 1em;
    margin: 0 auto;
    width: 100%;
}
@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: 10px;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .area {
        padding: 0 10px;
    }
.logo{
    width: 120px;
    }
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;
}
}

.creator_header{
    height: 240px;
}
.creator_icon{
    width: 80px;
    height: 80px;
}
.creator_info{
    margin: 20px 0;
    padding: 20px 0;
}
.main_color{
    color: #E5007F!important;
}
.main_border {
    border-color: #E5007F;
}
.main_bg {
    background-color: #E5007F;
}
.plan_name{
    color: #E5007F;
    font-weight: bold;
}
.modal-dialog {
    max-width: 540px;
    margin-top: 100px;
}

.swiper-pointer-events {
    overflow: hidden;
    max-width: 500px;
    margin: auto;
}

.swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f64f59;
}
.creator_description{
    height: 45px;
    overflow: hidden;
    position: relative;
}
.more_link{
    color: #0072FF;
    position: absolute;
    bottom: 0;
    right: 0;
}

.fixed-container {
    overflow-y: auto;
    z-index: 10;
    inset: 0px;
    position: fixed;
}

.fixed-wrapper {
    position: fixed;
    inset: 0px;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.75;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.fixed-content {
    max-width: 32rem;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-bg-opacity: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    display: inline-block;
    background-color: #fff !important;
    border-radius: 0.3rem !important;
    vertical-align: bottom !important;
}

.fixed-inner {
    --tw-bg-opacity: 1;
    background-color: #fff !important;
}

.fixed-content {
    z-index: 10;
}
.plan-list {
background-color: #f7f7f7;
padding: 3px 10px;
border-radius: 20px;
}
input:checked~.plan-list {
    color: #fff;
    background-color: #E5007F !important;
    font-weight: bold;
}
.plan-list label{
    font-size: 11px;
}
.free{
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    padding: 3px;
}

.bookmark a {
    background-color: initial;
    color: #E5007F !important;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    border: 1px solid #E5007F;
    max-width: 180px;
    margin-top: 20px;
    display: block;
    text-align: center;
    border-radius: 20px;
}

.bookmark a.act {
    background-color: #E5007F;
    color: #fff !important;
}
ul.tags li {
    border: 1px solid #ccc;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 20px;
    font-size: 12px;
    margin: 3px 0;
}

ul.tags li a {
    color: #999;
}


.sort-list {
    width: 100%;
    display: flex;
    padding-bottom: 5px;
}

.sort-list li {
    border-bottom: 1px solid #ccc;
    display: block;
    width: 20%;
    text-align: center;
    color: #ccc;
}

.sort-list li a {
    color: #ccc;
    font-size: 11px;
    padding-bottom: 10px;
    display: block;
    margin-top: 10px;
}

.contents{
    padding-bottom: 100px!important;
}
