@charset "UTF-8";
/*
A modern CSS reset 2023 / 9 / 18
https://github.com/Andy-set-studio/modern-css-reset
*/
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes clipPath {
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes clipPathCircle {
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
}
p,
ul,
ol,
h1,
h2,
h3,
figure,
dl,
dd,
button {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img,
video {
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  color: currentColor;
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.5;
  }
}

[x-cloak],
[v-cloak] {
  display: none !important;
}

*:focus {
  outline: none;
}

@media (min-width: 600px) {
  .device-sp {
    display: none;
  }
}

.device-pc {
  display: none;
}
@media (min-width: 600px) {
  .device-pc {
    display: block;
  }
}

br {
  display: none;
}
@media (min-width: 600px) {
  br {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}
body.scroll_rock {
  overflow: hidden;
}

body {
  font-family: "A1 Gothic R", sans-serif;
  line-height: 1.8;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  z-index: 10;
  top: 0px;
  opacity: 1;
  transition: all 1s;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media (min-width: 600px) {
  header {
    -webkit-backdrop-filter: initial;
            backdrop-filter: initial;
  }
}
header.hide {
  top: -46px;
  opacity: 0;
}
header a {
  height: 100%;
}
header svg {
  fill: #005a64;
  width: 100px;
  max-height: 100%;
}

main {
  padding-bottom: 1px;
  position: relative;
}
main section {
  background-color: #fff;
  margin-bottom: 30px;
}

.hero {
  width: 100vw;
  height: 100%;
  z-index: -1;
  position: relative;
}
@media (min-aspect-ratio: 1280/854) {
  .hero {
    height: auto;
  }
}
.hero::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: top left;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  transform: translateZ(0);
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_sp.jpg);
}
@media (min-width: 600px) {
  .hero::before {
    background-image: url(../images/bg_sp_x2.jpg);
  }
}
@media (min-width: 992px) {
  .hero::before {
    background-image: url(../images/bg.jpg);
  }
}
@media (min-aspect-ratio: 1280/854) {
  .hero::before {
    background-image: url(../images/bg.jpg);
  }
}
.hero section {
  width: 100%;
  height: 100%;
}
.hero section:not(.hero_bg) {
  position: absolute;
  top: 0;
  left: 0;
}
.hero section:not(.hero_bg) picture {
  position: absolute;
  top: 0;
  left: 0;
}
.hero picture {
  opacity: 0;
  display: block;
  height: 100%;
  width: 100%;
}

footer {
  background-color: #fff;
  padding: min(8vw, 40px);
}
footer section {
  margin-bottom: 30px;
}

.nav {
  font-family: "A1 Gothic L", sans-serif;
}
@media (min-width: 600px) {
  .nav {
    padding: 16px;
  }
}
.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
}
.nav .hide {
  pointer-events: none;
  opacity: 0;
  display: block;
}
.nav .soon {
  pointer-events: none;
  opacity: 0.3;
  display: block;
}

.info a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  margin-right: auto;
  margin-left: auto;
}
.info img {
  display: block;
}
.info .info_og {
  width: 95%;
  max-width: 380px;
}
.info .info_onsale {
  width: 100%;
  max-width: 470px;
}

.insta {
  padding-right: initial;
  padding-left: initial;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 600px) {
  .insta {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.insta a {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 50%;
  max-width: 190px;
}

.staff {
  font-family: "A1 Gothic L", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  padding-right: initial;
  padding-left: initial;
}
@media (min-width: 600px) {
  .staff {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.staff img {
  height: 1em;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .staff img {
    margin-bottom: 40px;
  }
}
.staff dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.staff dt {
  text-align: right;
}

.footer_share ul {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 600px) {
  .footer_share ul {
    gap: 30px;
  }
}
.footer_share img {
  width: 30px;
}
@media (min-width: 600px) {
  .footer_share img {
    width: 40px;
  }
}

.footer_hobo {
  font-family: "A1 Gothic L", sans-serif;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 600px) {
  .footer_hobo {
    font-size: 1.3rem;
  }
}
.footer_hobo ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  gap: 2rem;
  max-width: 32em;
  margin-right: auto;
  margin-left: auto;
}
.footer_hobo a {
  border: 1px solid #005a64;
  color: #005a64;
  border-radius: 2rem;
  letter-spacing: 0.05em;
  padding: 0.5rem 0;
  width: 100%;
  display: block;
}

.footer_store {
  font-size: 1rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (min-width: 600px) {
  .footer_store {
    font-size: 1.2rem;
  }
}
.footer_store ul {
  list-style: none;
}
@media (min-width: 992px) {
  .footer_store ul {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .footer_store li:not(:last-child)::after {
    content: "／";
    margin-right: 0.5rem;
  }
}

.copyright {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 26%;
  max-width: 90px;
}

main section {
  padding: min(8vw, 4rem);
}

.hero_fv {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero_fv picture {
  transform-origin: bottom center;
}
.hero_fv picture:nth-child(1) {
  animation: heroText 3s ease-in-out 0.5s forwards;
}
.hero_fv picture:nth-child(2) {
  animation: heroText 3s ease-in-out calc(2 * 0.5s + 0.1s) forwards;
}
.hero_fv picture:nth-child(3) {
  animation: heroText 3s ease-in-out calc(3 * 0.5s - 0.1s) forwards;
}
.hero_fv picture:nth-child(4) {
  animation: heroText 3s ease-in-out calc(4 * 0.5s) forwards;
}
.hero_fv picture:nth-child(5) {
  animation: heroText 3s ease-in-out calc(5 * 0.5s + 0.1s) forwards;
}
.hero_fv picture:nth-child(6) {
  animation: heroText 3s ease-in-out calc(6 * 0.5s - 0.1s) forwards;
}
.hero_fv picture:nth-child(7) {
  animation: fadeIn calc(3s / 3) ease-in-out calc(6 * 0.5s) forwards;
}
@media (min-aspect-ratio: 1280/854) {
  .hero_fv picture:nth-child(5), .hero_fv picture:nth-child(6), .hero_fv picture:nth-child(7) {
    max-height: 100vh;
  }
}
.hero_fv picture img {
  height: 100%;
  display: block;
  margin-left: auto;
}
@keyframes heroText {
  10% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    filter: blur(0);
    top: 0px;
    transform: scale(1) rotate(0.1deg);
  }
  80% {
    opacity: 1;
    filter: blur(8px) brightness(1.75);
  }
  100% {
    opacity: 0;
    filter: blur(12px);
    transform: scale(1) rotate(0.1deg);
  }
}

.hero_intro .inner {
  position: relative;
  z-index: 1;
}
.hero_intro .hero_intro_name {
  animation: fadeIn 0.5s ease-in-out calc(15s - 9.5s) forwards;
}
.hero_intro .hero_intro_line {
  opacity: 1;
}
.hero_intro .hero_intro_line img {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  animation: clipPath 1s ease-in-out calc(15s - 9s) forwards;
}

.hero_logo {
  position: absolute;
}
.hero_logo .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out calc(15s - 7.5s) forwards;
}
.hero_logo svg {
  fill: #fffae1;
  width: 90%;
  height: inherit;
}
.hero_logo picture {
  opacity: 0;
}

.hero_bg {
  overflow: hidden;
  position: relative;
}
.hero_bg::before, .hero_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-size: cover;
  background-position: top left;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/bg_sp.jpg);
}
@media (min-width: 600px) {
  .hero_bg::before, .hero_bg::after {
    background-image: url(../images/bg_sp_x2.jpg);
  }
}
@media (min-width: 992px) {
  .hero_bg::before, .hero_bg::after {
    background-image: url(../images/bg.jpg);
  }
}
@media (min-aspect-ratio: 1280/854) {
  .hero_bg::before, .hero_bg::after {
    background-image: url(../images/bg.jpg);
  }
}
.hero_bg::before {
  animation: shake calc(15s - 9s) ease-in-out infinite;
}
@keyframes shake {
  25% {
    top: -2px;
    left: 0px;
    transform: scale(1.01);
  }
  40% {
    top: -2px;
    left: -1px;
    transform: scale(1);
  }
  75% {
    top: 0px;
    left: -2px;
    transform: scale(1.01);
  }
  90% {
    top: -1px;
    left: 0px;
    transform: scale(1);
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
.hero_bg::after {
  opacity: 0;
  animation: fadeIn 1s ease-in-out calc(15s - 10.5s) forwards;
}

.yodogawa {
  line-height: 2.1875;
  padding-right: initial;
  padding-left: initial;
}
@media (min-width: 600px) {
  .yodogawa {
    font-size: 1.8rem;
    padding: min(8vw, 50px);
  }
}
.yodogawa .inner {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.yodogawa br {
  display: block;
}

.lineup {
  text-align: center;
  line-height: 1.6666666667;
}
.lineup ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(6vw, 20px) min(6vw, 68px);
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {
  .lineup ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.lineup .thumb {
  margin-bottom: 1.2rem;
}
.lineup dt {
  font-size: 1.5rem;
  font-feature-settings: "palt";
}
.lineup dd {
  font-size: 1.4rem;
  font-family: "A1 Gothic L", sans-serif;
}
.lineup dd small {
  font-size: 1.2rem;
}
.lineup div {
  font-family: "A1 Gothic L", sans-serif;
}
.lineup dl div {
  font-size: 1.2rem;
}
.lineup .soon {
  display: block;
  pointer-events: none;
}
.lineup .soon dl div {
  display: none;
}/*# sourceMappingURL=index.css.map */