@charset "utf-8";

/* dcard-wrap */
.dcard-wrap {
    padding: 16px 0;
}

/* dsxdf */
.dsxdf .obi-section {
    padding: 30px 32px 0;
}

.dsxdf .obi-section.obi-section--layout {
    padding: 30px 32px 30px;
}

.dsxdf .card .pickup-item {
    background: none;
    border: 0;
    box-shadow: none;
}

.dsxdf .col2.card .pickup-item {
    padding: 0;
}

@media screen and (max-width: 767px) {
    .dsxdf .obi-section {
        padding: 3rem 0 0;
        margin: -3rem 3% 1em;
    }

    .dsxdf .obi-section.obi-section--layout {
        padding: 4rem 0 1rem;
        margin: -3rem 3% 1em;
    }

    .dsxdf .obi-section--low {
        padding: 1.5rem 0 1rem;
    }

    .dsxdf .obi {
        margin: 50px 10px 20px;
    }
}

/* feature */
.feature {
    padding: 0px 32px;
    margin-top: 15px;
}

/* dsimg */
.dsimg {
    display: block;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}

/* about-ds */
.about-ds {
    padding-bottom: 20px
}

.about-ds .point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about-ds .point-list-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background: #fff;
    padding: .9em;
    border-radius: 4px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .2);
    border: 1px solid #888
}

.about-ds .point-subttl {
    font-size: 13px;
    font-weight: bold;
    display: block;
    position: relative;
    margin-bottom: .5em
}

.about-ds .point-ttl {
    font-size: 15px;
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(0, #eee));
    background: -webkit-linear-gradient(transparent 55%, #eee 0);
    background: -o-linear-gradient(transparent 55%, #eee 0);
    background: linear-gradient(transparent 55%, #eee 0)
}

.about-ds .ttl-wrapper {
    margin-bottom: .75em
}

.about-ds .link-detail {
    display: block
}

.about-ds .point-txt,
.about-ds .link-detail {
    font-size: 14.5px
}

.about-ds .point-txt {
    margin: 0 0 1em
}

/* .feature .flex-wrap */
.feature .flex-wrap {
    justify-content: space-between;
    margin: 0;
    width: 100%;
}

.feature.anker {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.feature .anker-item {
    max-width: 33.33%;
}

.feature .anker-image {
    width: 100%;
    height: auto;
}

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

    .anker img {
        width: 100%;
    }

    .feature .anker-item {
        max-width: 100%;
        margin-bottom: -5px;
    }
}

/* .nav-item */
.nav-item {
    position: relative;
}

.nav-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

/* nav-link */
.nav-link {
    background-color: #c03;
    padding: 15px 0;
}

/* nav */
.nav-txt {
    font-size: 105%;
}

@media screen and (max-width: 767px) {
    .nav-link {
        padding: 10px 0;
    }

    .nav-txt {
        font-size: 100%;
        margin-top: 0;
    }
}

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

    /* .section--box */
    .section--box {
        padding: 12px;
    }

    /* feature */
    .feature {
        padding: 0 0%;
        margin-bottom: 15px;
    }

    /* banner_area */
    .banner_area {
        margin: 20px 0 20px;
    }

    .banner_area a.banner_area-link {
        font-size: 130%;
    }

    /* dcard-wrap */
    .dcard-wrap {
        padding: 0;
    }

    /* dsimg */
    .dsimg {
        display: block;
        width: auto;
        margin: 0 auto;
        width: 100%;
    }

    /* nosp */
    .nosp {
        display: none;
    }

    /* about-ds */
    .about-ds .subttl {
        font-size: 14px;
        letter-spacing: -.01em
    }

    .about-ds .link-detail {
        text-align: right
    }

}

/* about */
.about-list-item-ttl {
    color: #c03;
    text-decoration: underline;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}

.about-list {
    border-top: double 5px #c03;
    border-bottom: double 5px #C03;
    background: #FFF8E8;
    padding: 15px 10px 0;
}

.about-announce {
    font-size: 90%;
    margin-top: 5px;
}

/* genre-day__item */
.genre-day__item {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    padding: 20px 10px;
    border-radius: 10px;
    scroll-margin-top: 60px;
}

.genre-day__list {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.genre-day__item img {
    width: 60%;
    height: auto;
    display: block;
}

.genre-day__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.genre-day__ttl span {
    font-weight: 600;
    font-size: 20px;
}

.genre-day__entry-button {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 10px auto;
    padding: 0.75em 1.5em;
    background-color: #C03;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    text-align: center;
}

.genre-day__info {
    line-height: 24px;
}

.genre-day__info span {
    font-weight: 600;
}

.genre-day__info a {
    text-decoration: underline;
    color: blue;
}

@media screen and (max-width: 767px) {
    .genre-day__list {
        display: block;
    }

    .genre-day__ttl span {
        font-size: 22px;
    }
}