.sp {
    display: none;
}

@media screen and (max-width: 599px) {
    .sp {
        display: block;
    }

}


#timer {
    /* border: solid 1px #000; */
    position: fixed;
    margin: 0 auto;
    padding: 0.5rem 0;
    width: 100%;
    height: 40px;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #990000;
    border-bottom: 2px solid #660000;
    z-index: 100;
}

@media screen and (max-width: 599px) {
    #timer {
        height: 20px;
        padding: 10px 0 5px;
    }
}


#container {
    width: 100%;
    max-width: 900px;
    padding-top: 43px;
}

@media screen and (max-width: 599px) {
    #container {
        padding-top: 23px;
    }
}


#container .logo img {
    width: 100%;
    height: auto;
}

#wrapper {
    width: 100%;
    max-width: 900px;
}

#content {
    padding-left: 7%;
    padding-right: 7%;
}

@media screen and (max-width: 599px) {
    #content {
        padding-left: 3%;
        padding-right: 3%;
    }
}

.CountDownTimerImg {
    display: inline-flex;
    align-items: end;
    flex-wrap: nowrap;
    justify-content: center;
}

.CountDownTimerImg img {
    height: 32px;
    width: auto;
    display: block;
}

.CountDownTimerImg img:nth-of-type(2),
.CountDownTimerImg img:nth-of-type(4),
.CountDownTimerImg img:nth-of-type(5),
.CountDownTimerImg img:nth-of-type(7),
.CountDownTimerImg img:nth-of-type(8),
.CountDownTimerImg img:nth-of-type(10),
.CountDownTimerImg img:nth-of-type(11) {
    height: 36px;
}

@media screen and (max-width: 850px) {
    .CountDownTimerImg img {
        height: 28px;
    }

    .CountDownTimerImg img:nth-of-type(2),
    .CountDownTimerImg img:nth-of-type(4),
    .CountDownTimerImg img:nth-of-type(5),
    .CountDownTimerImg img:nth-of-type(7),
    .CountDownTimerImg img:nth-of-type(8),
    .CountDownTimerImg img:nth-of-type(10),
    .CountDownTimerImg img:nth-of-type(11) {
        height: 30px;
    }
}

@media screen and (max-width: 599px) {
    .CountDownTimerImg img {
        height: 15px;
    }

    .CountDownTimerImg img:nth-of-type(2),
    .CountDownTimerImg img:nth-of-type(4),
    .CountDownTimerImg img:nth-of-type(5),
    .CountDownTimerImg img:nth-of-type(7),
    .CountDownTimerImg img:nth-of-type(8),
    .CountDownTimerImg img:nth-of-type(10),
    .CountDownTimerImg img:nth-of-type(11) {
        height: 15px;
    }
}

@media screen and (max-width: 599px) {
    #letter {
        margin-left: 0;
        margin-right: 0;
    }
}

#contents table {
    width: 100%;
}

@media screen and (max-width: 599px) {

    .item_table tr {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        align-items: center;
        justify-content: center;
        padding: 20px 0px;
        margin: 0 auto;
        position: relative;
    }

    .item_table tr::before {
        content: "";
        display: block;
        background: #000;
        width: 10%;
        height: 100%;
        position: absolute;
        left: 0;
    }

    .item_table p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .item_table tr+tr+tr {
        border-top: 1px dotted #000;
    }

    .item_table tr:nth-of-type(1) {
        display: none;
        border-top: none;
    }


    .item_table tr:last-of-type {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .item_table td {
        order: 2;
        border: none;
        font-size: 14px;
        line-height: 160%;
    }

    .item_table td:nth-of-type(2),
    .item_table td:nth-of-type(3) {
        display: none;
    }

    .item_table tr::before {
        content: "";
        display: block;
        background: #eeeeee;
        width: 10%;
        height: 100%;
        position: absolute;
        left: 0;
        z-index: 0;
    }

    .item_table td:nth-of-type(4) {
        order: 1;
        width: 10%;
        box-sizing: border-box;
        position: absolute;
        top: 200px;
        left: 0px;
        transform: translateY(-50%);
    }

    .item_table td:nth-of-type(4) input {
        width: 20px;
        height: 20px;
    }

    .item_table td.wrap {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: auto;
        padding-left: 14.5%;
    }

    .item_table td.wrap .box1 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .item_table td.wrap .box1 img {
        width: 100%;
        max-width: 70%;
        margin: 0 auto 10px;
        float: none !important;
    }

    .item_table td.wrap .box2 {
        width: 100%;
        display: block;
        padding-right: 4.5%;
    }

    .item_table td.wrap .box2 .bold {
        font-size: 16px;
        display: inline-block;
    }

    .item_table td.wrap .box2 .bold+br+.bold {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 160%;
    }

    .item_table td.wrap .box2 .price {
        display: block;
        margin-top: 10px;
    }

    .item_table td.wrap .box2 .price .big {
        font-size: 20px;
    }

    .item_table td.wrap .box2 .item_comment_click {
        margin-top: 5px;
        display: inline-block;
        font-size: 16px;
    }

    .item_table td .dot {
        display: none;
    }

    .item_table td:last-of-type {
        display: none;
    }

    .item_table td.btm_sol {
        width: 40%;
        box-sizing: border-box;
        text-align: left;
        padding: 15px 10px;
        position: relative;
        z-index: 0;
    }

    .item_table td.r {
        display: block;
        width: 60%;
        box-sizing: border-box;
        padding: 15px 10px;
        position: relative;
        z-index: 0;
    }
}


@media screen and (max-width: 900px) {

    /* 900pxまでの幅の場合に適応される */
    #footer {
        width: 100%;
        max-width: 900px;
    }
}