/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
newsトップCSS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#news .news-content {
    position: relative;
    padding: 80px 0 100px;
}

.s#news .news-content {
    padding: 40px 0 60px;
}

#news .news-content h2 {
    max-width: 54px;
    top: 0;
    right: 50px;
}

.s#news .news-content h2 {
    max-width: 71px;
    top: 0;
    right: 0;
}

#news .news-content_ttl {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1240px;
    position: absolute;
    inset: 0px 30px;
    pointer-events: none;
}

#news .news-content_ttl h3 {
    position: absolute;
    top: 0;
    left: 0;
}

#news .common-list-days {
    flex: 0 0 80px;
}

.s#news .common-list-days {
    flex: 0 0 80px;
    flex: unset;
    font-size: 2.8rem;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
news_detail_CSS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#news-detail a {
    text-decoration: underline;
}

#news-detail a:hover {
    text-decoration: none;
    opacity: 1;
}

#news-detail .common-btn a {
    text-decoration: none;
}

#news-detail .common-btn a:hover {
    opacity: 0.7;
}

#news-detail .common-mv {
    background: url(../img/mv-pink.png) center / cover no-repeat;
}

.s#news-detail .common-mv {
    background: url(../img/mv-pink-sp.png) center / cover no-repeat;
}

.s#news-detail h1 {
    max-width: 12.2vw;
}

#news-detail .breadcrumb ul li:nth-of-type(2)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -17px;
    margin: auto;
    width: 6px;
    height: 8px;
    display: block;
    background-image: url(../img/icon-breadclumb-arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

#news-detail .news-detail-content {
    max-width: 1100px;
    width: 100%;
    padding: 80px 0 175px;
    margin: 0 auto;
}

.s#news-detail .news-detail-content {
    width: 90%;
    padding: 40px 0 100px;
    margin: 0 auto;
}

#news-detail .center {
    margin-bottom: 60px;
}

.s#news-detail .center {
    padding: 40px 0 100px;
    margin: 0 auto;
}

#news-detail ._days {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    align-items: center;
    border-bottom: 1px solid #cccccc;
}

.s#news-detail ._days {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
}

#news-detail .title-days {
    font-family: "Montserrat", sans-serif;
    flex: 0 0 70px;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 600;
    padding-left: 50px;
    padding-bottom: 24px;
}

.s#news-detail .title-days {
    flex: 0 0 20px;
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 600;
    padding-left: 0;
    padding-bottom: 12px;
}

#news-detail .title-days span {
    font-size: 1.4rem;
}

.s#news-detail .title-days span {
    font-size: 1.6rem;
    padding-right: 1.6rem;

}

#news-detail .title-text {
    font-size: 2rem;
    font-weight: bold;
}

.s#news-detail .title-text {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 12px;
    letter-spacing: -1px;
}

#news-detail .common-text {
    padding: 20px 50px;
}

.s#news-detail .common-text {
    padding: 12px 0;
}

#news-detail ._item {
    padding: 0 50px;
}

.s#news-detail ._item {
    padding: 0;
}

#news-detail ._item-title {
    border-bottom: 1px solid #cccccc;
}

#news-detail ._item-title span {
    font-size: 1.6rem;
}

#news-detail ._item-title {
    padding: 16px 0;
}

#news-detail ._item-content {
    font-size: 1.6rem;
    padding-bottom: 28px;
}

.s#news-detail ._item-content {
    font-size: 1.6rem;
    padding: 0;

}

#news-detail ._item-content p {
    font-size: 1.6rem;
    padding: 16px 0;
}

.s#news-detail ._item-content p {
    font-size: 1.6rem;
    padding: 16px 0;
}

#news-detail ._item-content ul {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin-bottom: 20px;
}

.s#news-detail ._item-content ul {
    flex-direction: column;
}

#news-detail ._item-content li {
    width: 50%;
}

.s#news-detail ._item-content li {
    width: 100%;
}

#news-detail .common-btn a::after {
    top: 0;
    bottom: 0;
    right: 180px;
    margin: auto;
    width: 16px;
    height: 8px;
    display: block;
    background-image: url(../img/icon-arrow-white.png);
    background-size: 100%;
    transform: rotate(180deg);
}

.s#news-detail .common-btn a {
    padding: 16px 15px;
}
