@charset "UTF-8";
/* --------------------
 news
-------------------- */
.news {
    padding: 80px 0 32.0855614973vw;
}

@media (min-width: 768px) {
    .news {
        padding: 120px 0 200px;
    }
}

.news-container {
    margin: 0 auto;
    max-width: calc(810px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.news__title {
    margin: 0 0 18.7165775401vw;
}

@media (min-width: 768px) {
    .news__title {
        margin: 0 0 70px;
    }
}

.news__title__en {
    font-family: var(--ff-gpp-r);
    font-size: var(--fs38);
    letter-spacing: 0.105em;
    line-height: 1.2;
    margin: 0 0 21.3903743316vw;
    text-align: center;
}

@media (min-width: 768px) {
    .news__title__en {
        margin: 0 0 80px;
    }
}

.news__title__ja {
    font-family: var(--ff-fot-tbom-pr6-b);
    font-size: var(--fs14);
    font-weight: 400;
    letter-spacing: 0.3em;
    line-height: 1.2;
    margin: 0;
    text-align: center;
}

.news__content {
    margin: 0 0 21.3903743316vw;
}

@media (min-width: 768px) {
    .news__content {
        margin: 0 0 80px;
    }
}

.news__content p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
    text-align: center;
}


.news__main {
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .news__main {
        margin-bottom: 140px;
    }
}

.news__main__item {
    margin: 0 0 80px;
}

.news__main__item:last-child {
    margin-bottom: 0;
}

.news__main__item__link {
    color: inherit;
    display: block;
    padding: 0 0 5px;
    position: relative;
    text-decoration: none;
}

.news__main__item__link__meta {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    justify-content: flex-start;
    margin: 0 0 15px;
}

.news__main__item__link__meta__date {
    display: block;
    font-size: var(--fs13);
	font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.2;
    margin: 0;
}

.news__main__item__link__title {
    font-size: var(--fs13);
    letter-spacing: 0.18em;
    line-height: 1.4;
    margin: 0;
    padding: 0 60px 0 0;
}

.news__main__item__link__action {
    bottom: 5px;
    font-size: var(--fs15);
	font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.2;
    position: absolute;
    right: 0;
}

.news__main__item__link:after {
    background-color: rgba(112, 112, 112, 0.5);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    right: auto;
    transition: width 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
    z-index: 0;
}

.news__main__item__link:focus:after {
    width: 0;
}

@media (hover: hover) and (pointer: fine) {
    .news__main__item__link:hover:after {
        width: 0;
    }
}




/*--------detail----------------------*/


.news__head {
    margin: 0 0 7.6923076923076925vw;
}

@media (min-width: 768px) {
    .news__head {
    margin: 0 0 30px;
    }
}

.news__head__date {
    display: block;
    font-size: var(--fs14);
    font-weight: inherit;
    letter-spacing: 0.06em;
    line-height: 1.4;
    text-align: center;
}

.news__detail {
    margin: 0 0 20.51282051282051vw;
}

@media (min-width: 768px) {
    .news__detail {
        margin: 0 0 140px;
    }
}

.news__detail__title {
    font-family: var(--ff-fot-tbom-pr6-r);
    font-size:  var(--fs28);
    font-weight: 400;
    letter-spacing: 0.36em;
    line-height: 2.4;
    margin: 0 0 20.51282051282051vw;
    text-align: center;
}

@media (min-width: 768px) {
    .news__detail__title {
        margin: 0 0 100px;
    }
}

.news__detail__content {
    font-size: var(--fs13);
    letter-spacing: 0.1em;
    line-height: 2.0;
}

.news__detail__content p {
    font-size: var(--fs13);
    letter-spacing: 0.1em;
    line-height: 2.0;
    margin: 2em 0 2em;
}

@media (min-width: 768px) {
    .news__detail__content p {
        letter-spacing: 0.18em;
    }
}

.news__detail__content p:first-child {
    margin-top: 0;
}

.news__detail__content p:last-child {
    margin-bottom: 0;
}

.news__detail__content div {
    font-size: var(--fs13);
    letter-spacing: 0.1em;
    line-height: 2.0;
}

.news__detail__content img {
    display: block;
    margin: 10.256410256410255vw auto;
}

@media (min-width: 768px) {
    .news__detail__content img {
        margin: 60px auto;
    }
}

.news__detail__content a {
    color: inherit;
    text-decoration: underline;
}

.news__detail__content a:focus {
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    .news__detail__content a:hover {
        text-decoration: none;
    }
}

.news__action a {
    color: inherit;
    display: block;
	font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 58.97435897435898vw;
    padding: 0 0 0.25em;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

@media (min-width: 768px) {
    .news__action a {
        font-size: var(--fs16);
        max-width: 230px;
    }
}

.news__action a:after {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    display: block;
    height: 0.2564102564102564vw;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    transition: width 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
    z-index: 0;
}

@media (min-width: 768px) {
    .news__action a:after {
        height: 1px;
    }
}

.news__action a:focus:after {
    width: 0;
}

@media (hover: hover) and (pointer: fine) {
    .news__action a:hover:after {
        width: 0;
    }
}



