@charset "UTF-8";

.sp-none {
    display: none;
}

.section-title {
    line-height: 1.5;
    color: #D79D27;
    text-align: center;
}

.section-title__sub {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.section-title__sub::after {
    content: "";
    display: block;
    width: 40px;
    margin-top: 30px;
    border-top: 1px solid;
}

.section-title__main {
    display: block;
    font-size: 30px;
    letter-spacing: 0.2em;
}
.dateil-bg {
    padding-top: 80px;
}
.ec-headingTitle {
    font-size: 24px;
}

@media screen and (min-width:768px),
print {
    .page-title__sub {
        font-size: 24px;
    }

    .page-title__main {
        font-size: 48px;
    }
    .dateil-bg {
        padding-top: 50px;
    }
    .ec-headingTitle {
        font-size: 16px;
    }
}

.detail-lead {
    text-align: center;
}

.detail-lead h2 {
    color: #D79D27;
    font-size: 16px;
}

.detail-lead h2>span {
    display: block;
    color: #7D6465;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-top: 2rem;
}

.detail-lead p {
    margin-top: 2rem;
    text-align: justify;
    line-height: 2;
}

.detail__inner {
    padding-top: 40px;
}

.detail__thumb {
    margin-top: 20px;
}

.detail__title {
    color: #7D6465;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.8;
}

.detail__txt {
    text-align: justify;
    line-height: 2;
}

@media screen and (min-width: 992px),
print {
    .detail-lead h2 {
        font-size: 32px;
    }

    .detail-lead h2>span {
        font-size: 18px;
    }

    .detail-lead p {
        text-align: center;
    }

    .detail__inner {
        display: flex;
        align-items: center;
        gap: 10%;
    }

    .detail__inner._reverse {
        flex-direction: row-reverse;
    }

    .detail__body {
        width: 45%;
    }

    .detail__title {
        font-size: 24px;
    }

    .detail__thumb {
        width: 45%;
        margin-top: 0;
    }
}

/* アイテム説明(Bulgarian Rose)
----------------------------------------*/
.alternate {
    display: flex;
    flex-direction: column-reverse;
    margin-left: -20px;
    margin-right: -20px;
}

.alternate__body {
    padding: 30px;
}

.alternate__thumb img {
    max-width: none;
    width: 100%;
    height: 100%;
}

.alternate__txt {
    font-size: 12px;
    margin-top: 20px;
}

@media screen and (min-width: 992px),
print {
    .alternate {
        flex-direction: row;
        margin-left: 0;
        margin-right: 0;
    }

    .alternate._reverse {
        flex-direction: row-reverse;
    }

    .alternate__body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 90px 90px 90px 0;
        width: max-content;
    }

    .alternate__title {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0.045em;
    }

    .alternate__txt {
        margin-top: 60px;
        line-height: 3;
        text-align: justify;
    }

    .alternate__thumb {
        width: 100%;
        height: 100%;
        aspect-ratio: 693 / 694;
        min-width: 50%;
    }

    .alternate__thumb img {
        object-fit: cover;
    }

    .alternate._reverse .alternate__body {
        padding-left: 90px;
        padding-right: 0;
    }
}

/* info
  ----------------------------------------*/
.info {
    max-width: 100%;
}

.info__item {
    border-top: 1px solid rgba(41, 41, 41, .1);
}

.info__item:last-child {
    border-bottom: 1px solid rgba(41, 41, 41, .1);
}

.info__link {
    display: block;
    position: relative;
    padding: 2rem .7rem 2rem .7rem;
    transition: color .3s ease-out;
    text-decoration: none;
}

.info__link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1.8rem;
    width: .8rem;
    height: 1.57rem;
    background: url("../img/arrow.svg") no-repeat;
    background-size: 100%;
}

@media screen and (min-width: 992px),
print {
    .info {
        margin: 5.7rem auto 0;
        width: 46rem;
    }

    .info__link {
        display: flex;
        position: relative;
        padding: 3rem 4rem 3rem .7rem;
    }

    .info__link:hover .info__date,
    .info__link:hover .info__txt {
        color: #b59046;
    }

    .info__date {
        min-width: 6.2rem;
        font-weight: 400;
        line-height: 1.2857142857;
        color: #949494;
        transition: color .3s ease-out;
    }

    .info__txt {
        margin-left: 2.6rem;
        font-weight: 500;
        line-height: 1.3846153846;
        transition: color .3s ease-out;
        font-feature-settings: "pcap" on;
    }
}