  @charset "UTF-8";

  /*------------------
  common
  ------------------*/
  html {
    font-size: 62.5%;
    font-family: "Cormorant Garamond", "Times New Roman", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  }

  a,
  p,
  h2,
  h3 {
    line-height: calc(24 / 16);
    letter-spacing: 5px;
    color: #555555;
  }


  button {
    width: auto;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    font-size: 0;
    line-height: 0;
    overflow: visible;
    cursor: pointer;
  }

  .btn {
    display: inline-block;
    width: 275px;
    height: 65px;
    border-radius: 30px;
    background-color: #b3c399;
    color: #fff;
    font-family: "Cormorant Garamond", 'Times New Roman', Times, serif;
    font-weight: bold;
    text-align: center;
    line-height: 65px;
    font-size: 1.6rem;
    box-shadow: 0 3px 6px 0px rgba(85, 85, 85, 0.16);
    text-decoration: none;
  }

  .btn:hover {
    background-color: #F4B095;
    transition: .6s
  }

  .nav:hover {
    border-bottom: solid 5px #F6E27A;
    /* <main>の<a>と同じ */
  }

  html {
    scroll-behavior: smooth;
  }

  /*------------------
  header
  ------------------*/
  .header {
    margin: 30px;
    /* background-color:#fff;
    opacity: 80%;
    position: fixed;
    top: 0;
    width: 100%; */
  }

  .header__inner {
    max-width: 1194px;
    margin: 0 auto;
  }

  /* レスポンシブメニューのスタイル */
  .responsive {
    display: none;
    /* 最初は非表示にする */
  }

  .gnav__list {
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 50px;
    /* 間を空ける */
  }

  .item a {
    text-decoration: none;
    padding-bottom: 5px;
  }


  /*------------------
  main
  ------------------*/
  .mv {
    display: block;
    margin: auto;
  }

  .menu__list {
    font-size: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  h2 {
    margin: 100px 0 20px 0;
    font-size: 2rem;
    letter-spacing: 5px;
    color: #555555;
  }

  .flex {
    display: flex;
    height: 200px;
    align-items: center;
    justify-content: space-between;
  }

  .section__img {
    width: 180px;
    height: 200px;
  }

  .text {
    font-family: Arial, Verdana, "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    display: block;
    width: 190px;
    /* height: 200px; */
    margin-left: 15px;
    color: #555555;
    margin-bottom: 20px;
    position: relative;
  }

  .text a {
    font-family: "Cormorant Garamond", "Times New Roman", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    display: inline-block;
    font-size: 2.0rem;
    text-decoration: none;
    position: absolute;
  }

  /*------------------
  ART
  ------------------*/
  .gallery {
    columns: 4;
    /*段組みの数*/
    column-gap: 20px;
    padding: 0 15px;
    /*ギャラリー左右に余白をつける*/
    margin: 0;
  }

  .gallery li {
    margin-bottom: 20px;
    /*各画像下に余白をつける*/
    list-style-type: none;
    break-inside: avoid;
  }

  /*ギャラリー内のイメージは横幅100%にする*/
  .gallery img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  @media only screen and (max-width: 768px) {
    .gallery {
      columns: 2;
    }
  }

  /*------------------
  artとprofile共通
  ------------------*/
  .page {
    margin: 100px;
    align-items: center;
    color: #555555;
  }

  .title {
    display: flex;
    font-size: 3.2rem;
    margin-bottom: 30px;
  }

  .page h2 {
    margin: 0 30px;
    font-size: 2.0rem;
    letter-spacing: 5px;
  }

  /*------------------
  profile
  ------------------*/
  .profile_contents {
    display: flex;
    gap: 30px;
  }

  .profile_contents p {
    font-size: 1.6rem;
    font-family: Arial, Verdana, "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 3px;
    line-height: 1.7;
  }

  .profile_contents a {
    font-family: "Cormorant Garamond", "Times New Roman", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    display: inline-block;
    font-size: 2.0rem;
    text-decoration: none;
    position: absolute;
  }

  /*------------------
  footer
  ------------------*/
  .footer {
    text-align: center;
    font-size: 2.0rem;
    margin: 100px;
  }

  h3 {
    font-family: Arial, Verdana, "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    margin: 20px 0 50px 0;
  }

  .footer__copy {
    letter-spacing: 3px;
    line-height: 2.5;
  }


  /* スマートフォンサイズに対応するスタイル */
  @media only screen and (max-width: 768px) {
    body {
      font-size: 1.4rem;
      /* 例: スマホ用のフォントサイズを調整 */
      margin: 30px;
    }

    .responsive {
      display: block;
      /* スマホサイズの場合に表示する */
      margin: 0 auto;
    }

    .gnav__list {
      display: none;
      /* 最初は非表示にする */
    }

    .mv {
      width: 100%;
    }

    .menu__list {
      flex-direction: column;
      /* メニュー項目を縦に並べる */
    }

    .menu {
      margin: 0 auto;
    }

    h2 {
      margin: 30px 0 0 0;
      /* セクションのタイトルのマージンを調整 */
    }

    .page {
      margin: 0 auto;
      margin-bottom: 100px;
    }

    .page h1 {
      font-size: 2.0rem;
    }

    .page h2 {
      font-size: 1.4rem;
    }

    .profile_contents {
      display: block;
    }

    .profile_contents p {
      margin-top: 30px;
    }

    .flex {
      display: flex;
    }

    .section__img {
      max-width: 100%;
      /* セクション内の画像を横幅100%に */
      height: auto;
      /* 高さを自動調整 */
    }

    .text {
      width: 100%;
      /* テキストを横幅100%に */
      margin-left: 20px;
      /* テキストの左マージンを調整 */
    }

    .btn {
      max-width: 100%;
      padding: 5px;
    }

    .footer {
      margin: 0 auto;
    }

    h3 {
      margin: 10px 0 50px 0;
      /* フッター内のタイトルのマージンを調整 */
      font-size: 1.8rem;
    }

    .footer__copy {
      margin-bottom: 200px;
      font-size: 1.2rem;
      letter-spacing: 3px;
      line-height: 1.8;
    }
  }