@charset "utf-8";

/*

works.css
Version: 2023.08.21

*/

/* --------------------------------------------------------
/* .page-works
/* .works
/* .works-detail
/* .works-detail-content
/* .works-detail-summary
/* .works-detail-summary-info
/* .works-sort
/* .shop-detail
-------------------------------------------------------- */


/* .page-works
-------------------------------------------------------- */
.visual-sub-bg {
    position: relative;
    background: #fff url(../../assets/img/works/bg_visual-sub-bg_sp.jpg) no-repeat center center;
    background-size: cover !important;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .visual-sub-bg {
        background: #fff url(../../assets/img/works/bg_visual-sub-bg_pc.jpg) no-repeat center center;
        background-size: cover !important;
    }
}


/* .works
-------------------------------------------------------- */
.works {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}


/* .works-detail
-------------------------------------------------------- */
.works-detail {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto 50px;
    /* padding: 0 14px;
    max-width: 1640px; */
    width: 100%;

    justify-content: space-between;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .works-detail {
        flex-direction: column;
        padding: 0 0;
    }
}


/* .works-detail-content
-------------------------------------------------------- */
.works-detail-content {
    display: flex;
    margin: 0 auto 50px;
    width: 100%;

    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* .works-detail-content .content-photo */
.works-detail-content .content-photo {
    margin: 0 auto 50px;
    width: 100%;
}
.works-detail-content .content-photo .photo-name {
    padding: 1em;
    color: #020202;
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
}

/* .works-detail-content .content-box */
.works-detail-content .content-box {
    margin: 0 auto 50px;
    width: 100%;
}

/* .works-detail-content .content-box .works-type */
.works-detail-content .content-box .works-type {
    width: 100%;
    font-size: 0;
}
.works-detail-content .content-box .works-type li {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: .2em .8em;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    background-color: #fff;
    color: #020202;
    font-size: 1.4rem;
}
.works-detail-content .content-box .works-type li.on {
    border: 1px solid rgba(255, 96, 16, 1);
    background-color: rgba(255, 96, 16, 1);
    color: #fff;
}

/* .works-detail-content .content-box .works-reason */
.works-detail-content .content-box .works-reason {
    width: 100%;
    font-size: 0;
}
.works-detail-content .content-box .works-reason li {
    display: inline-block;
    margin: 0 0 0 0;
    /* padding: .2em .8em;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    background-color: #fff; */
    color: #020202;
    font-size: 1.6rem;
}
.works-detail-content .content-box .works-reason li:not(:last-child)::after {
    display: inline-block;
    margin-right: 0;
    content: "、";
}
/* .works-detail-content .content-box .works-reason li.on {
    background-color: #212121;
    color: #fff;
} */

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .works-detail-content .content-photo {
        margin: 0;
        width: 36%;
    }
    .works-detail-content .content-box {
        margin: 0;
        width: 60%;
    }
}


/* .works-detail-summary
-------------------------------------------------------- */
.works-detail-summary {
    width: 100%;
}


/* .works-detail-summary-info
-------------------------------------------------------- */
/* .works-detail-summary-info .works-table */
.works-detail-summary-info .works-table,
.works-detail-summary-info .works-table tr,
.works-detail-summary-info .works-table th,
.works-detail-summary-info .works-table td {
    border: 0;
}
.works-detail-summary-info .works-table th {
    background: #f7f7f7;
    text-align: left;
    font-size: 1.6rem;
}
.works-detail-summary-info .works-table tr > * {
    padding: 1em 1.5em;
    letter-spacing: .15em;
    font-size: 1.5rem;
}
.works-detail-summary-info .works-table td {
    background: #fff;
    text-align: left;
}
.works-detail-summary-info .works-table td .price {
    color: #bf1319;
    font-weight: 600;
    font-size: 120%;
    line-height: 1.6;
}

/* tb（768px以上の場合に適用） */
@media (min-width: 768px) {
    .works-detail-summary-info .works-table th {
        width: 28%;
    }
    .works-detail-summary-info .works-table tr + tr > * {
        border-top: 1px solid #e1e3e4;
    }
}

/* .works-detail-summary-info .works-type */
.works-detail-summary-info .works-type {
    width: 100%;
    font-size: 0;
}
.works-detail-summary-info .works-type li {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: .2em .8em;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    background-color: #fff;
    color: #020202;
    font-size: 1.1rem;
}
.works-detail-summary-info .works-type li.on {
    border: 1px solid rgba(255, 96, 16, 1);
    background-color: rgba(255, 96, 16, 1);
    color: #fff;
}

/* .works-detail-summary-info .comparison-table */
.works-detail-summary-info .comparison-table,
.works-detail-summary-info .comparison-table tr,
.works-detail-summary-info .comparison-table th,
.works-detail-summary-info .comparison-table td {
    padding: 12px 32px;
}
.works-detail-summary-info .comparison-table tr.comparison-wrap {
    padding: 1em 1.5em;
    letter-spacing: .15em;
    font-size: 1.5rem;
}
.works-detail-summary-info .comparison-table tr.comparison-wrap .comparison-first {
    text-align: left;
    font-size: 1.8rem;
}
.works-detail-summary-info .comparison-table tr.comparison-wrap .comparison-before,
.works-detail-summary-info .comparison-table tr.comparison-wrap .comparison-after {
    padding: 16px 32px;
    vertical-align: middle;
    text-align: center;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1;
}
.works-detail-summary-info .comparison-table tr.comparison-wrap .comparison-before {
    background: #fff;
    color: #0070C0;
}
.works-detail-summary-info .comparison-table tr.comparison-wrap .comparison-after {
    background: #fff4ea;
    color: #ff7d05;
}
.works-detail-summary-info .comparison-table tr.comparison-wrap .comparison-before span,
.works-detail-summary-info .comparison-table tr.comparison-wrap .comparison-after span {
    margin-right: .1em;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 250%;
    /* font-family: "Barlow Semi Condensed", sans-serif; */
    font-family: "Oswald", sans-serif;
}
.works-detail-summary-info .comparison-table th.comparison-after {
    background: #ff7d05;
}

/* .works-detail-summary-info .info-ttl */
.works-detail-summary-info .info-ttl {
    margin: 2em 0 1em;
    padding: .7em .5em .7em .8em;
    border-left: 5px solid #ff822d;
    background: #f5f5f5;
    color: #020202;
    font-weight: 600;
    font-size: 2.3rem;
}
.works-detail-summary-info .info-box {
    font-size: 1.6rem;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .works-detail-summary-info .comparison-table tr.comparison-wrap .comparison-before,
    .works-detail-summary-info .comparison-table tr.comparison-wrap .comparison-after {
        font-size: 2.5rem;
    }
}


/* .works-sort
-------------------------------------------------------- */
.works-sort-list {
    display: flex;
    padding: 0;
    width: 100%;

    flex-wrap: wrap;
    justify-content: flex-start;
}
.works-sort-list li {
    display: flex;
    overflow: hidden;
    margin: .25%;
    padding: 0;
    max-width: 32.833333333333336%;
    width: 100%;
    height: auto;
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    word-break: break-all;
    line-height: 1.4;
    transition: opacity .4s ease;

    flex: 0 0 32.833333333333336%;
    justify-content: center;
    align-items: center;
}
.works-sort-list li a {
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 1.2em 1.5em;
    width: 100%;
    height: 100%;
    color: #020202;
    text-decoration: none;
    letter-spacing: .06em;
    font-weight: 400;
    font-size: 1.2rem;
    transition: color .3s ease, background-color .3s ease;

    flex-flow: column;
    justify-content: center;
    align-items: center;
}

/* pc（1200px以上の場合に適用） */
@media (min-width: 1200px) {
    .works-sort-list li {
        max-width: 19.5%;

        flex: 0 0 19.5%;
    }
    .works-sort-list li:hover {
        border-color: rgba(1, 92, 172, 1);
        background-color: rgba(1, 92, 172, 1);
        transition: all .5s ease;
    }
    .works-sort-list li a {
        font-size: 1.5rem;
    }
    .works-sort-list li a:hover {
        color: #fff;
    }
}


/* .shop-detail
-------------------------------------------------------- */
.shop-detail .dl dt {
    font-size: 2.0rem;
}
