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


/* リンゴ */
.koka-apple-visual {
  width: 100%;
  height: auto;
}

