@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
.oswald {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


/* プレオープン用 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  width: 100%;
  min-height: 100vh;
}

body {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  background-image: url(./back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}
main {
  text-align: center;
}
section {
}
.name-note {
  font-size: 12px;
}

.section-title {
  margin-bottom: 48%;
  @media screen and (min-width:768px) {
    margin-bottom: 24%;
  }
}

/* その街にしかない空気感を残す */
.name-note {
  margin-bottom: 16px;
  font-size: 16px;
  @media screen and (min-width:768px) {
    font-size: 24px;
  }
}
/* LOCAL VIBES */
h1 {
  margin-bottom: 16px;
  font-size: 96px;
  font-weight: 500;
  letter-spacing: 6px;
  span {
    @media screen and (max-width:767px) {
      display: block;
    }
  }
}
/* LOCAL CULTURE / INTERVIEW MEDIA */
h2 {
  position: relative;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 4px;
  @media screen and (min-width:768px) {
    font-size: 18px;
  }
  &::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 128px;
    height: 1px;
    background-color: #ffffff;
  }
}
/* COMING SOON */
h3 {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 6px;
  @media screen and (min-width:768px) {
    font-size: 48px;
  }
}
/* 2026年6月下旬公開予定 */
h4 {
  position: relative;
  margin-bottom: 40px;
  font-weight: 100;
  letter-spacing: 4px;
  span {
    position: relative;
    &::before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: -56px;
      transform: translateY(-50%);
      width: 40px;
      height: 1px;
      background-color: #ffffff;
    }
    &::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: -56px;
      transform: translateY(-50%);
      width: 40px;
      height: 1px;
      background-color: #ffffff;
    }  
  }
}
h5 {
  font-weight: 100;
  line-height: 2.1;
  letter-spacing: 1px;
  @media screen and (min-width:768px) {
    font-size: 16px;
  }
}
