@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

/* ======================================================================
/* root
====================================================================== */
:root {
  --color-black: #000000;
  --color-gray: #e0e0e0;
  --color-white: #ffffff;
  --color-white-blue: #edf3f5;
  --color-theme: #00a9c9;
}

/* ======================================================================
/* body
====================================================================== */
body {
  font: 400 16px / 1.5 "YuMincho", serif;
  color: #000000;
  word-break: break-all;
  letter-spacing: 0.03em;
}

@media screen and (width <=768px) {
  body {
    font-size: 14px;
  }
}

/* ======================================================================
/* ul ol
====================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;

  & li {
    list-style-type: none;
  }
}

/* ======================================================================
/* img
====================================================================== */
img {
  display: block;
  margin: 0 auto;
  max-inline-size: 100%;
  vertical-align: bottom;
}

/* ======================================================================
/* textCenter
====================================================================== */
.textCenter {
  text-align: center;
}

/* ======================================================================
/* inner
====================================================================== */
.inner {
  max-inline-size: 1080px;
  margin: 0 auto;
}

@media screen and (width <=768px) {
  .inner {
    inline-size: 100%;
    block-size: auto;
    padding-inline: 15px;
  }
}

/* ======================================================================
/* secFv
====================================================================== */
#secFv {
  position: relative;
  inline-size: 100%;

  & .sp-video {
    display: none;
  }

  & .pc-video {
    display: block;
    inline-size: 100%;
    block-size: auto;
    object-fit: cover;
    margin-block-start: -100px;
  }
}

@media screen and (width <=768px) {
  #secFv {
    inline-size: 100%;
    block-size: auto;

    & .sp-video {
      display: block;
      inline-size: 100%;
    }

    & .pc-video {
      display: none;
    }
  }
}

/* ======================================================================
/* secLead
====================================================================== */
#secLead {
  inline-size: 100%;
  padding-block-start: 120px;

  & h1 {
    font-size: 69px;
    line-height: 1.667;
  }

  & p {
    padding-block: 70px 120px;
    font-size: 30px;
    line-height: 2;
  }
}

@media screen and (width <=768px) {
  #secLead {
    padding-block-start: 60px;

    & h1 {
      font-size: 25px;
    }

    & p {
      padding-block: 35px 60px;
      font-size: 16px;
    }
  }
}

/* ======================================================================
/* secFeel
====================================================================== */
#secFeel {
  inline-size: 100%;
  padding-block-start: 120px;

  & h2 {
    font-size: 43px;
    line-height: 1.8;
  }

  & h3 {
    padding-block: 70px 120px;
    font-size: 30px;
    line-height: 2;
    text-align: center;
  }
}

@media screen and (width <=768px) {
  #secFeel {
    padding-block-start: 60px;

    & h2 {
      font-size: 23px;
    }

    & h3 {
      padding-block: 35px 60px;
      font-size: 16px;
    }
  }
}

/* ======================================================================
/* secExperience
====================================================================== */
#secExperience {
  inline-size: 100%;
  padding-block: 120px;
  background: var(--color-white-blue);

  & .floorMap {
    padding-block-start: 240px;

    & .floor2F {
      position: relative;

      & .number_10 {
        position: absolute;
        top: 44%;
        left: 42%;
        transform: translate(-42%, -44%);
        cursor: pointer;

        & img:hover {
          opacity: 0.8;
        }
      }

      & .number_11 {
        position: absolute;
        bottom: 35%;
        left: 43%;
        transform: translate(-43%, -35%);
        cursor: pointer;

        & img:hover {
          opacity: 0.8;
        }
      }

      & .number_12 {
        position: absolute;
        top: 51%;
        left: 53%;
        transform: translate(-53%, -51%);
        cursor: pointer;

        & img:hover {
          opacity: 0.8;
        }
      }

      & .number_13 {
        position: absolute;
        top: 45%;
        right: 28%;
        transform: translate(-28%, -45%);
        cursor: pointer;

        & img:hover {
          opacity: 0.8;
        }
      }

      & .number_14 {
        position: absolute;
        bottom: 30%;
        right: 30%;
        transform: translate(-30%, -30%);
        cursor: pointer;

        & img:hover {
          opacity: 0.8;
        }
      }

      & .number_15 {
        position: absolute;
        bottom: 25%;
        right: 20%;
        transform: translate(-20%, -25%);
        cursor: pointer;

        & img:hover {
          opacity: 0.8;
        }
      }

      & .number_16 {
        position: absolute;
        bottom: 18%;
        right: 26%;
        transform: translate(-26%, -18%);
        cursor: pointer;

        & img:hover {
          opacity: 0.8;
        }
      }
    }

    & .floor1F {
      position: relative;

      & .number_01 {
        position: absolute;
        bottom: 22%;
        right: 31%;
        transform: translate(-31%, -22%);
        cursor: pointer;

        & img:hover {
          opacity: 0.8;
        }
      }

      & .number_02 {
        position: absolute;
        bottom: 22%;
        right: 20%;
        transform: translate(-20%, -22%);
        cursor: pointer;

        & img:hover {
          opacity: 0.8;
        }
      }

      & .number_03 {
        position: absolute;
        bottom: 14%;
        right: 12%;
        transform: translate(-12%, -14%);
        cursor: pointer;

        & img:hover {
          opacity: 0.8;
        }
      }

      & .number_04 {
        position: absolute;
        bottom: 23%;
        right: 10%;
        transform: translate(-12%, -23%);
        cursor: pointer;

        & img:hover {
          opacity: 0.8;
        }
      }

      & .number_05 {
        position: absolute;
        bottom: 30%;
        right: 7%;
        transform: translate(-7%, -30%);
        cursor: pointer;

        & img:hover {
          opacity: 0.8;
        }
      }

      & .number_06 {
        position: absolute;
        bottom: 26%;
        right: 15%;
        transform: translate(-15%, -26%);
        cursor: pointer;

        & img:hover {
          opacity: 0.8;
        }
      }

      & .number_07 {
        position: absolute;
        top: 51%;
        right: 38%;
        transform: translate(-37%, -51%);
        cursor: pointer;

        & img:hover {
          opacity: 0.8;
        }
      }

      & .number_08 {
        position: absolute;
        top: 31%;
        left: 42%;
        transform: translate(-42%, -31%);
        cursor: pointer;

        & img:hover {
          opacity: 0.8;
        }
      }

      & .number_09 {
        position: absolute;
        top: 39%;
        left: 35%;
        transform: translate(-35%, -39%);
        cursor: pointer;

        & img:hover {
          opacity: 0.8;
        }
      }
    }

    & hr {
      margin-block: 10px 20px;
    }

    & .info1F {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 25px;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;

      & .item {
        inline-size: calc(100% / 3 - 17px);
        font-size: 23px;
        color: var(--color-theme);
        font-weight: bold;
        padding-inline-start: 40px;
        cursor: pointer;

        &:hover {
          opacity: 0.5;
        }

        &:nth-child(1) {
          position: relative;

          &::before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            inline-size: 30px;
            block-size: 30px;
            background: url(../img/floor/No1.svg) center / contain no-repeat;
          }
        }

        &:nth-child(2) {
          position: relative;

          &::before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            inline-size: 30px;
            block-size: 30px;
            background: url(../img/floor/No2.svg) center / contain no-repeat;
          }
        }

        &:nth-child(3) {
          position: relative;

          &::before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            inline-size: 30px;
            block-size: 30px;
            background: url(../img/floor/No3.svg) center / contain no-repeat;
          }
        }

        &:nth-child(4) {
          position: relative;

          &::before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            inline-size: 30px;
            block-size: 30px;
            background: url(../img/floor/No4.svg) center / contain no-repeat;
          }
        }

        &:nth-child(5) {
          position: relative;

          &::before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            inline-size: 30px;
            block-size: 30px;
            background: url(../img/floor/No5.svg) center / contain no-repeat;
          }
        }

        &:nth-child(6) {
          position: relative;

          &::before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            inline-size: 30px;
            block-size: 30px;
            background: url(../img/floor/No6.svg) center / contain no-repeat;
          }
        }

        &:nth-child(7) {
          position: relative;

          &::before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            inline-size: 30px;
            block-size: 30px;
            background: url(../img/floor/No7.svg) center / contain no-repeat;
          }
        }

        &:nth-child(8) {
          position: relative;

          &::before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            inline-size: 30px;
            block-size: 30px;
            background: url(../img/floor/No8.svg) center / contain no-repeat;
          }
        }

        &:nth-child(9) {
          position: relative;

          &::before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            inline-size: 30px;
            block-size: 30px;
            background: url(../img/floor/No9.svg) center / contain no-repeat;
          }
        }
      }
    }

    & .info2F {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 25px;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;

      & .item {
        inline-size: calc(100% / 3 - 17px);
        font-size: 23px;
        color: var(--color-theme);
        font-weight: bold;
        padding-inline-start: 40px;
        cursor: pointer;

        &:hover {
          opacity: 0.5;
        }

        &:nth-child(1) {
          position: relative;

          &::before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            inline-size: 30px;
            block-size: 30px;
            background: url(../img/floor/No10.svg) center / contain no-repeat;
          }
        }

        &:nth-child(2) {
          position: relative;

          &::before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            inline-size: 30px;
            block-size: 30px;
            background: url(../img/floor/No11.svg) center / contain no-repeat;
          }
        }

        &:nth-child(3) {
          position: relative;

          &::before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            inline-size: 30px;
            block-size: 30px;
            background: url(../img/floor/No12.svg) center / contain no-repeat;
          }
        }

        &:nth-child(4) {
          position: relative;

          &::before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            inline-size: 30px;
            block-size: 30px;
            background: url(../img/floor/No13.svg) center / contain no-repeat;
          }
        }

        &:nth-child(5) {
          position: relative;

          &::before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            inline-size: 30px;
            block-size: 30px;
            background: url(../img/floor/No14.svg) center / contain no-repeat;
          }
        }

        &:nth-child(6) {
          position: relative;

          &::before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            inline-size: 30px;
            block-size: 30px;
            background: url(../img/floor/No15.svg) center / contain no-repeat;
          }
        }

        &:nth-child(7) {
          position: relative;

          &::before {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            inline-size: 30px;
            block-size: 30px;
            background: url(../img/floor/No16.svg) center / contain no-repeat;
          }
        }
      }
    }
  }
}

@media screen and (width <=768px) {
  #secExperience {
    padding-block: 60px;

    & .floorMap {
      padding-block-start: 60px;

      & .floor2F {
        position: relative;

        & .number_10 {
          position: absolute;
          top: 35%;
          left: 41%;
          transform: translate(-41%, -35%);
          cursor: pointer;
          inline-size: 20px;
          block-size: 20px;
        }

        & .number_11 {
          position: absolute;
          bottom: 35%;
          left: 43%;
          transform: translate(-43%, -35%);
          cursor: pointer;
          inline-size: 20px;
          block-size: 20px;
        }

        & .number_12 {
          position: absolute;
          top: 43%;
          left: 53%;
          transform: translate(-53%, -43%);
          cursor: pointer;
          inline-size: 20px;
          block-size: 20px;
        }

        & .number_13 {
          position: absolute;
          top: 35%;
          right: 25%;
          transform: translate(-25%, -35%);
          cursor: pointer;
          inline-size: 20px;
          block-size: 20px;
        }

        & .number_14 {
          position: absolute;
          bottom: 35%;
          right: 28%;
          transform: translate(-28%, -35%);
          cursor: pointer;
          inline-size: 20px;
          block-size: 20px;
        }

        & .number_15 {
          position: absolute;
          bottom: 28%;
          right: 17%;
          transform: translate(-17%, -28%);
          cursor: pointer;
          inline-size: 20px;
          block-size: 20px;
        }

        & .number_16 {
          position: absolute;
          bottom: 20%;
          right: 24%;
          transform: translate(-24%, -20%);
          cursor: pointer;
          inline-size: 20px;
          block-size: 20px;
        }
      }

      & .floor1F {
        position: relative;

        & .number_01 {
          position: absolute;
          bottom: 24%;
          right: 28%;
          transform: translate(-28%, -24%);
          cursor: pointer;
          inline-size: 20px;
          block-size: 20px;
        }

        & .number_02 {
          position: absolute;
          bottom: 24%;
          right: 18%;
          transform: translate(-18%, -24%);
          cursor: pointer;
          inline-size: 20px;
          block-size: 20px;
        }

        & .number_03 {
          position: absolute;
          bottom: 15%;
          right: 11%;
          transform: translate(-11%, -15%);
          cursor: pointer;
          inline-size: 20px;
          block-size: 20px;
        }

        & .number_04 {
          position: absolute;
          bottom: 24%;
          right: 7%;
          transform: translate(-7%, -24%);
          cursor: pointer;
          inline-size: 20px;
          block-size: 20px;
        }

        & .number_05 {
          position: absolute;
          bottom: 37%;
          right: 5%;
          transform: translate(-5%, -37%);
          cursor: pointer;
          inline-size: 20px;
          block-size: 20px;
        }

        & .number_06 {
          position: absolute;
          bottom: 32%;
          right: 13%;
          transform: translate(-13%, -32%);
          cursor: pointer;
          inline-size: 20px;
          block-size: 20px;
        }

        & .number_07 {
          position: absolute;
          top: 40%;
          right: 35%;
          transform: translate(-35%, -40%);
          cursor: pointer;
          inline-size: 20px;
          block-size: 20px;
        }

        & .number_08 {
          position: absolute;
          top: 20%;
          left: 42%;
          transform: translate(-42%, -20%);
          cursor: pointer;
          inline-size: 20px;
          block-size: 20px;
        }

        & .number_09 {
          position: absolute;
          top: 32%;
          left: 35%;
          transform: translate(-35%, -32%);
          cursor: pointer;
          inline-size: 20px;
          block-size: 20px;
        }
      }

      & hr {
        margin-block: 10px 20px;
      }

      & .info1F {
        flex-direction: column;
        gap: 20px;

        & .item {
          inline-size: 100%;
          font-size: 20px;
        }
      }

      & .info2F {
        flex-direction: column;
        gap: 20px;

        & .item {
          inline-size: 100%;
          font-size: 20px;
        }
      }
    }
  }
}

/* ======================================================================
/* secMovie
====================================================================== */
#secMovie {
  inline-size: 100%;
  block-size: 1080px;
  padding-block: 120px;
  background: url(../img/movie/secMovie_bg.webp) top center / 100% 100% no-repeat;

  & .subTitle {
    font-size: 23px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.761;
  }

  h3 {
    margin-block: 40px;
  }

  & .youtube {
    display: grid;
    place-items: center;
    inline-size: 100%;

    & img {
      inline-size: auto;
      block-size: 400px;
    }

    & iframe {
      inline-size: auto;
      block-size: 400px;
      aspect-ratio: 16 / 9;
    }
  }
}

@media screen and (width <=768px) {
  #secMovie {
    block-size: 500px;
    padding-block: 60px 0;
    background: url(../img/movie/secMovie_bg_sp.webp) top center / 100vw 100vh no-repeat;

    & .subTitle {
      font-size: 20px;
    }

    h3 {
      font-size: 17px;
      margin-block: 20px;
    }

    & .youtube {
      inline-size: 100%;

      & img {
        inline-size: 100%;
        block-size: auto;
      }

      & iframe {
        inline-size: 100%;
        block-size: auto;
        aspect-ratio: 16 / 9;
      }
    }
  }
}

/* ======================================================================
/* secTips
====================================================================== */
#secTips {
  inline-size: 100%;
  block-size: auto;
  padding-block: 0 120px;

  & h3 {
    padding-block: 40px 0;
    font-size: 24px;
    line-height: 2;
    text-align: center;
  }
}

@media screen and (width <=768px) {
  #secTips {
    padding-block: 60px;

    & h3 {
      padding-block: 20px 0;
      font-size: 19px;
      line-height: 2;
      text-align: left;
    }
  }
}

/* ======================================================================
/* secContact
====================================================================== */
#secContact {
  inline-size: 100%;
  block-size: auto;
  padding-block: 120px;
  background: url(../img/contact/secContact_bg.webp) center / cover no-repeat;

  & .subTitle {
    font-size: 23px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.761;
  }

  & .inquiry {
    display: flex;
    align-items: center;
    justify-content: center;
    block-size: 80px;
    background-color: var(--color-theme);

    & a {
      position: relative;
      font-size: 30px;
      line-height: 1.75;
      text-decoration: none;
      color: var(--color-white);

      &::before {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        right: -20%;
        transform: translate(20%, -50%);
        inline-size: 30px;
        block-size: 30px;
        background: url(../img/contact/externalLink.svg);
      }

      &:hover {
        opacity: 0.8;
      }
    }
  }

  & p:first-of-type {
    position: relative;
    font-size: 30px;
    margin-block: 40px;

    &::before {
      content: "";
      position: absolute;
      display: block;
      top: 60%;
      left: 10%;
      transform: translate(-10%, -50%);
      inline-size: 50px;
      block-size: 125px;
      background: url(../img/contact/secContact_item01.svg) no-repeat;
    }

    &::after {
      content: "";
      position: absolute;
      display: block;
      top: 60%;
      right: 10%;
      transform: translate(-10%, -50%);
      inline-size: 50px;
      block-size: 125px;
      background: url(../img/contact/secContact_item02.svg) no-repeat;
    }
  }

  & p {
    font-size: 30px;
  }
}

@media screen and (width <=768px) {
  #secContact {
    padding-block: 60px;

    & .inquiry {
      block-size: 50px;

      & a {
        position: relative;
        font-size: 20px;

        &::before {
          inline-size: 20px;
          block-size: 20px;
        }
      }
    }

    & p:first-of-type {
      font-size: 14px;

      &::before {
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        inline-size: 30px;
        block-size: 75px;
      }

      &::after {
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        inline-size: 30px;
        block-size: 75px;
      }
    }

    & p {
      font-size: 14px;
    }
  }
}

/* ======================================================================
/* secAccess
====================================================================== */
#secAccess {
  inline-size: 100%;
  block-size: auto;
  padding-block: 120px 0;

  & .subTitle {
    font-size: 23px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.761;
  }

  h3 {
    margin-block: 40px;
  }

  & .map {
    block-size: 700px;
    overflow: hidden;
    margin-block-start: 40px;

    & iframe {
      inline-size: 100%;
      block-size: calc(100% + 70px);
      margin-block-start: -70px;
    }
  }

  & .inquiry {
    display: flex;
    align-items: center;
    justify-content: center;
    block-size: 80px;
    background-color: var(--color-theme);

    & a {
      position: relative;
      font-size: 30px;
      line-height: 1.75;
      text-decoration: none;
      color: var(--color-white);

      &::before {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        right: -20%;
        transform: translate(20%, -50%);
        inline-size: 30px;
        block-size: 30px;
        background: url(../img/contact/externalLink.svg);
      }

      &:hover {
        opacity: 0.8;
      }
    }
  }
}

@media screen and (width <=768px) {
  #secAccess {
    padding-block: 60px 20px;

    & .subTitle {
      font-size: 23px;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
      line-height: 1.761;
    }

    h3 {
      margin-block: 40px;
      font-size: 17px;
    }

    & .map {
      inline-size: 100%;
      block-size: 350px;
      overflow: hidden;

      & iframe {
        inline-size: 100%;
        block-size: calc(100% + 70px);
        margin-block-start: -70px;
      }
    }

    & .inquiry {
      block-size: 50px;

      & a {
        position: relative;
        font-size: 20px;

        &::before {
          inline-size: 20px;
          block-size: 20px;
        }
      }
    }
  }
}

/* ======================================================================
/* secSponsor
====================================================================== */
#secSponsor {
  inline-size: 100%;
  block-size: auto;
  padding-block: 120px;
  background: var(--color-white-blue);

  & .subTitle {
    font-size: 23px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.761;
  }

  & .sponsorListLarge {
    margin-block: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;

    & li {
      display: grid;
      place-items: center;
      background: var(--color-white);
      border: solid 1px var(--color-gray);
      block-size: 100px;
      padding: 10px;

      & img {
        inline-size: auto;
        block-size: 80px;
        object-fit: contain;
      }
    }
  }

  & .sponsorListSmall {
    margin-block: 0 50px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;

    & li {
      display: grid;
      place-items: center;
      background: var(--color-white);
      border: solid 1px var(--color-gray);
      block-size: 75px;
      padding: 10px;

      & img {
        inline-size: auto;
        block-size: 50px;
        object-fit: contain;
      }
    }
  }

  & p {
    font-size: 16px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.5;
  }
}

@media screen and (width <=768px) {
  #secSponsor {
    padding-block: 60px;

    & .sponsorListLarge {
      margin-block: 25px;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;

      & li {
        block-size: 60px;
        padding: 5px;

        & img {
          inline-size: auto;
          block-size: 40px;
          object-fit: contain;
        }
      }
    }

    & .sponsorListSmall {
      margin-block: 0 25px;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;

      & li {
        block-size: 50px;
        padding: 5px;

        & img {
          inline-size: auto;
          block-size: 35px;
          object-fit: contain;
        }
      }
    }

    & p {
      font-size: 12px;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
      line-height: 1.5;
    }
  }
}

/* ======================================================================
/* footer
====================================================================== */
footer {
  padding-block: 50px;
  background: var(--color-black);

  & img {
    inline-size: 280px;
    margin-block-start: 50px;
  }
}

@media screen and (width <=768px) {
  footer {
    & img {
      inline-size: 250px;
    }
  }
}
