@charset "UTF-8";

/* ===== common ===== */
:root {
    --primary-charcoalgray: #4E454A;
    --primary-white: #FDFDFD;
    --primary-whitegray: #F5F5F5;
    --primary-gray: #D1D0D0;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    background: #fdfdfd;
    color: #4E454A;
    background-color: var(--primary-whitegray);


    /* font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal; */

}

.Topics {
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.3;
}

.mention-img{
    width: 100%;
    height: auto;
    margin-top: 32px;
    margin-bottom: 64px;
}

.sengendou-img3 {
    width: 100vw;
    height: 610px;
    object-fit: cover;
    object-position: center ;
     margin-left: calc(50% - 50vw);
}