@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;
}

.pc-mock2{
  display: flex;
  position: relative;
  justify-content: center;
  margin: 80px 0;
}

.sugutabe-img2 {
    width: 100vw;
    height: auto;
    object-fit: contain; /* ← これに変更 */
    object-position: center;
    margin-left: calc(50% - 50vw);
}

@media screen and (min-width:769px) {
.pc-mock2{
    display: none;

}
}