/* 新入荷情報の設定 */
.new-arrival {
    margin: auto;
    width: 100%;
    height: 300px;
    overflow: auto;
    box-sizing: border-box;
    border: solid 1px rgb(0 0 0 / 25%);
    margin-bottom: 30px;
}

.new-arrival::-webkit-scrollbar-track {
    border-radius: 0 0 5px 0;
}

.btn1 {
    display: block;
    margin: -30px 0 15px auto;
}

.new-arrival ul {
    list-style: none;
    padding-left: 0;
}

.new-arrival li {
    content: " ";
    display: block;
    clear: both;
    margin-bottom: 50px;
}

.new-arrival img {
    width: 60px;
    margin-top: -5px;
    margin-left: 5px;
    margin-right: 10px;
    height: auto;
    float: left;
}

.new-arrival h4 {
    margin: 0;
    font-size: 1em;
}
.price-red {
    color: red;
    font-weight: bold;
    float: right;
    margin-right: 35px;
    font-size: 1.4em;
}


/* カテゴリの設定　*/

.item-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

@media screen and (min-width:959px) {
    .item-container {
        width: 1000px;
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
}

.item-title img {
    width: 20%;
    margin-top: 10px;
    margin-left: 3px;
}

.item-title2 img { /* sample 不採用なら消す */
    width: 40%;
    margin-top: 10px;
}
.item-title p {
    font-weight: bold;
    position: absolute;
    top: 25px;
    left: 60px;
}

.item-cord {
    width: calc((100% - 10px) / 2);
    height: 180px;
    border: #cccccc 1px solid;
    box-sizing: border-box;
    background-color: white;
    position: relative;
}
@media screen and (min-width:959px) {
    .item-cord {
        width: calc(100% / 4);
        height: 180px;
        border: #cccccc 1px solid;
        box-sizing: border-box;
        background-color: white;
        position: relative;
    }
}
.item-cord2{ /* sample 不採用なら消す */
    width: calc((100% - 10px) / 2);
    height: 160px;
    border: #cccccc 1px solid;
    box-sizing: border-box;
    background-color: white;
    text-align: center;
}

.item-cord-next {
    margin-top: -1px;
    margin-left: -1px;
    width: calc(25% - -1px);
}

.item-cord ul {
    list-style: none;
    padding: 0;
}
.cat-list li + li {
    margin-top: 5px;
}

.cat-list li {
    position: relative;
    padding-left: 25px;
}

.cat-list li:before {
    content: "";
    position: absolute;
    top: .45em;
    left: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 2px solid #ff6b26;
    border-right: 2px solid #ff6b26;
}

.item-more {
    font-size: 12px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #ff6b26;
}
a,a:visited {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

hr.line2 {
    border: none;
    border-top: 1px dotted #cccccc;
}
.item-free {
    width: 100%;
    height: 30px;
    background-color: #ff6b26;
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
}

/* 特集バナーの設定 */
.feature-section {
    overflow-x: auto;
    max-width: 100%;
}

.feature-container {
    width: fit-content;
    height: 300px;
    display: flex;
    flex-wrap: nowrap;
}

.feature-item {

    width: 190px;
    height: 190px;
    margin: 5px;
    box-sizing: border-box;
}

.feature-btn {

}

.feature-item img {
    width: 100%;
    margin: auto;
}

.feature-item p {
    font-size: 12px;
    line-height: 1.6em;
}

.info-containar {
    background-color: #ffcd26;
    text-align: center;
    margin-bottom: 50px;
    padding: 30px;
    font-weight: bold;
}
.info-containar h2 {
    background-color: #ffcd26;
    font-size: 1.8em;
    margin-bottom: 20px;

}

.name-control {
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 行数 */
}

/*infoエリアをはじめは非表示*/
#info{
    display: none;
}

.modal-item {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.modal-item img {
    width: 80%;
}


/*モーダルの横幅を変更したい場合*/
.modaal-container{
    max-width: 600px;
}

/*モーダルのボタンの色を変更したい場合*/
.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:#666;
}

/*  一周年記念セールの設定　*/

.anniversary-container {
    display: flex;
    flex-wrap: wrap;
}

.anniversary-item {
    width: calc((100% - 8px) / 2);
    margin: 10px 2px 10px 2px;
}

.anniversary-item img {
    width: 100%;
}

.anniversary-btn-wrapper {
    width: 50%;
    margin: auto;
}

.anniversary-btn {
    height: 50px;
    background-color: #b2991a;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.anniversary-btn p {
    font-size: 1.4em;
    font-weight: bold;
    color: white;
    padding-top: 7px;
}

.anniversary-text {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.2em;
    background-color: darkred;
    font-weight: bold;
    color: white;
}

@media screen and (max-width:768px) {
    .anniversary-container {
        display: flex;
        flex-direction: column;
    }

    .anniversary-item {
        width: 100%;
        margin: 0 0 15px 0;
    }
}
