@charset "UTF-8";

/*---------------------------------*/
/**/
a[id^="h4"]+div .content_wrapper>.heading.block_header_4 .h,
a[id^="h4"]+div .content_wrapper>.heading.block_header_4 p {
    background: #fafafa;
}

.widget_shop01>.content_wrapper {
    background: #fafafa;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    padding: 65px 100px 50px;
    box-sizing: border-box;
    width: calc(100% - 40px);
}

.widget_shop01:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 90%;
    top: 5%;
    left: 0;
    background: #c8bb9b;
    pointer-events: none;
}

.widget_shop01 .heading.block_header_4 {
    margin-bottom: 30px;
}

.widget_shop01 .inner_item_txt .heading.block_header_4 {
    display: none;
}

.widget_shop01 dd a {
    text-decoration-color: #54215b !important;
    color: #54215b;
}

.widget_shop01 dd a:hover {
    text-decoration: none !important;
}

.widget_shop01 dl:nth-of-type(1) {
    border-top: none;
}

.widget_shop01 dl {
    border-bottom: 1px dotted #aaa;
}

.widget_shop01 .inner_item_txt {
    font-size: 1.45rem;
}

.widget_shop01 dt,
.widget_shop01 dd {
    padding: 20px 0;
}

.widget_shop01 dt {
    width: 300px;
    font-weight: bold;
    padding-left: 20px;
}

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

    .widget_shop01>.content_wrapper {
        padding: 30px 20px;
    }

    .widget_shop01:before {
        height: 96%;
        top: 2%;
    }

    .widget_shop01 .heading.block_header_4 {
        margin-bottom: 20px;
    }

    .widget_shop01 dt {
        border-bottom: none;
        width: auto;
        padding-bottom: 0;
        padding-top: 5px;
        padding-left: 0;
    }

    .widget_shop01 dd {
        padding-top: 0;
        padding-bottom: 5px;
    }

    .widget_shop01 dl {
        border-bottom: dashed 1px #ccc;
    }
}

/*lv*/

#lv {
    display: none;
}

@media screen and (max-width: 900px) {
    main>section:first-of-type {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.contents_related_tags.width_fixed.align-left.delay1.delay1Active {
    display: none;
}