a.c-btn01 {
    box-shadow: 0 4px 3px 0 rgb(0 0 0 / 19%);
}


.content {
    margin-bottom: 13%;
}

.content h3 {
    font-weight: bold;
}


.content p {
    margin-top: 3%;
}

.content img {
    margin-top: 3%;
}


.itemlist {
    text-align: center;
    margin: 12% 0;
}
.itemlist h2 {
    margin-bottom: 3%;
    font-weight: bold;
}

.medama h2 {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-bottom: 5%;
    text-align: center;
}

.medama div {
    margin-bottom: 5%;
}

@media only screen and (max-width: 640px) {
    .medama div {
        box-shadow: 0 4px 3px 0 rgb(0 0 0 / 19%);
    }
}
   

.medama div img {
    width: 100%;
}



section.matome {
    margin-top: 25%;
}

.matome h2 {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-bottom: 5%;
    text-align: center;
    padding-top: 4%;
    font-weight: bold;
}

.matome_knit h1,.matome_denim h1 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4%;
}

.list li {
    float: left;
    width: 31%;
}

.list li:not(:last-child) {
    margin-right: 2%;
}

.matome_knit div,.matome_denim div {
    margin: 25% 0;
}

.matome_knit, .matome_denim {
    background: #E9E5E2;
    padding: 3% 5%;
}


ul.list {
    width: 94%;
    margin: auto;
}

.list img {
    margin: 0 auto;
    display: block;
}

.list p {
    text-align: center;
    font-weight: bold;
    margin-top: 5%;
    font-size: 11px;
}

/* 譛蛻昴°繧・逡ｪ逶ｮ縺ｾ縺ｧ縺ｮ隕∫ｴ繧呈欠螳・*/
.matome_cts li:nth-of-type(-n+4) {
    margin-bottom: 9%;
}

.matome_clr .list li {
    width: 23%;
}

.matome_clr li {
    margin-bottom: 5%;
}

.matome_brd li {
    margin-bottom: 3%;
}

.wapper-spgmove .search-category {
    background: #FFFFFF;
    border-bottom: none;
}


.ss2212-cp h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 1%;
}

.ss2212-cp {
    margin-bottom: 9%;
    margin-top: -4%;
}

.ss2212-cp img {
    box-shadow: 0 4px 3px 0 rgb(0 0 0 / 19%);
}


.c-btn01.ss2212 {
background: #9b000f;
border: 1px solid #9b000f;
}



/* ---------- セール終了モーダル ---------- */

.modaal-content-container h2 {
    text-align: center;
    color: #ff0000;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.75;
    margin-bottom: 2%;
}

.modaal-content-container p {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.75;
    margin-bottom: 4%;
}


@media only screen and (min-width: 641px){

    .modaal-content-container p {
        text-align: center;
    }
  
  }

.modaal-content-container div {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.75;
    margin-bottom: 1%;
}

.loweco_banner {
    margin-bottom: 5%;
}

.rtn_top {
    padding: 10px 30px;
    background-color: #000;
    display: block;
    color: #FFF;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
}


/*infoエリアをはじめは非表示*/
#info{
	display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container{
    max-width: 600px;
    border-radius: 10px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#000;
}

.modaal-overlay {
    background: rgb(255, 255, 255)!important;
    opacity: 0.7!important;
}

.modaal-wrapper .modaal-close {
    border: none;
    background: 0 0;
    padding: 0;
    /* -webkit-appearance: none; */
    display: none;
}
