/**  base  **/
.scroll_rock {
  overflow: hidden;
}

img {
  width: 100%;
}

.bg {
  width: 100%;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.bg.active {
  opacity: 1;
}
.bg img,
.bg picture {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero {
  position: relative;
  width: 100%;
  height: 100svh;
}

.logo-wrapper {
  height: 100%;
}
.logo-wrapper picture,
.logo-wrapper img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.logo-wrapper picture {
  opacity: 0;
  -webkit-animation: fadeIn 2s forwards;
          animation: fadeIn 2s forwards;
}
.logo-wrapper h1 {
  width: 100%;
  height: 100%;
}
.logo-wrapper h1 picture {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.logo-wrapper h2 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.logo-wrapper h2 span:nth-child(1) picture {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.logo-wrapper h2 span:nth-child(2) picture {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

.yodogawa {
  max-width: 670px;
  width: 96vw;
  background-color: rgba(255, 255, 255, 0.95);
  font-size: 0.9375rem;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  line-height: 1.7;
  padding-top: 12.8vw;
  padding-bottom: 8.5333333333vw;
  margin-top: 14.9333333333vw;
  margin-bottom: 14.9333333333vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .yodogawa {
    padding-top: 3.3333333333vw;
    padding-bottom: 3.3333333333vw;
    margin-top: 5.5555555556vw;
    margin-bottom: 5.5555555556vw;
  }
}
.yodogawa.active {
  opacity: 1;
}
.yodogawa .inner {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media (min-width: 600px) {
  .yodogawa .inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.yodogawa p:not(:last-child) {
  margin-bottom: 1.7em;
}

.btn-wrapper {
  font-size: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}

.prof {
  background-color: #EBDFFA;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width: 600px) {
  .prof {
    padding: 8.5333333333vw 4.2666666667vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.prof dt {
  margin-bottom: 1em;
}
.prof dt span {
  font-size: 1rem;
}
.prof .inner {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media (min-width: 600px) {
  .prof .inner {
    width: 360px;
  }
}

.release, .photos, .staff {
  background-color: #fff;
}

.release {
  margin-bottom: 12.8vw;
  padding-top: 7.4666666667vw;
  padding-bottom: 7.4666666667vw;
}
@media (min-width: 769px) {
  .release {
    margin-bottom: 4.4444444444vw;
    padding-top: 3.6111111111vw;
    padding-bottom: 3.6111111111vw;
  }
}
.release img {
  width: 43.7333333333vw;
}
@media (min-width: 769px) {
  .release img {
    width: 17.0833333333vw;
  }
}
.release img {
  margin-right: auto;
  margin-left: auto;
}

.photos .item-info {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.photos .item-info.active {
  opacity: 1;
}

.photo {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.photo.active {
  opacity: 1;
}

.items {
  margin-top: 17.0666666667vw;
  margin-bottom: 12.8vw;
}
@media (min-width: 769px) {
  .items {
    margin: 11.1111111111vw 11.1111111111vw 4.4444444444vw;
  }
}
.items .title {
  margin: 0 8.5333333333vw;
  border-top: 1px solid #2d2d2d;
}
@media (min-width: 769px) {
  .items .title {
    margin: 0;
  }
}
.items .banner {
  display: block;
  width: 280px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) {
  .items .banner {
    width: 440px;
  }
}

.items-release {
  display: block;
  width: 61.6vw;
  margin-right: auto;
  margin-left: auto;
  margin-top: 12.8vw;
  margin-bottom: 4.2666666667vw;
}
@media (min-width: 769px) {
  .items-release {
    width: 21.3888888889vw;
    margin-top: 5.5555555556vw;
    margin-bottom: 2.7777777778vw;
  }
}

.coming-soon {
  display: none;
  width: 48.2666666667vw;
  margin-right: auto;
  margin-left: auto;
  margin-top: 4.2666666667vw;
  margin-bottom: 8.5333333333vw;
}
@media (min-width: 769px) {
  .coming-soon {
    width: 15.1388888889vw;
    margin-top: 2.7777777778vw;
    margin-bottom: 2.9861111111vw;
  }
}
.pre-release .coming-soon {
  display: block;
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12.8vw;
  gap: 6.4vw;
}
@media (min-width: 769px) {
  .item {
    gap: 1.6666666667vw;
    margin-bottom: 3.3333333333vw;
  }
}

.thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.1333333333vw;
}
.thumbs li {
  position: relative;
  width: 42.6666666667vw;
}
.pre-release .thumbs li::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(52, 52, 52, 0.4);
}
@media (min-width: 769px) {
  .thumbs {
    gap: 3.8888888889vw;
  }
  .thumbs li {
    width: 14.4444444444vw;
  }
}

.item-info .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  gap: 0.5em;
}
.item-info .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.item-info .name {
  font-size: 0.875rem;
}
.item-info .color {
  font-size: 0.75rem;
  font-family: "Yu Mincho Pr6N M", serif;
}
.item-info .price-value {
  font-size: 0.75rem;
  font-family: "Yu Mincho Pr6N M", serif;
}
.item-info .tax {
  font-size: 0.625rem;
  font-family: "Yu Mincho Pr6N M", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.item-info .more {
  color: #fff;
  font-size: 0.8125rem;
  font-family: "Yu Mincho Pr6N M", serif;
  padding: 4px 8px;
  line-height: 1;
  background-color: #2d2d2d;
}
.pre-release .item-info {
  pointer-events: none;
}

.staff {
  font-family: "Yu Mincho Pr6N D", serif;
  font-size: 0.875rem;
  letter-spacing: 5%;
  margin-top: 12.8vw;
  padding: 12.8vw 0;
}
@media (min-width: 769px) {
  .staff {
    font-size: 0.9375rem;
    margin-top: 4.4444444444vw;
    padding: 4.4444444444vw 0;
  }
}
.staff .banner {
  max-width: 400px;
  width: 85vw;
  margin: 0 auto 8.5333333333vw;
}
@media (min-width: 769px) {
  .staff .banner {
    margin-bottom: 3.3333333333vw;
  }
}
.staff dl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

button {
  color: currentColor;
  -webkit-tap-highlight-color: transparent;
}

section button:not(.tab) {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5em 3em;
  text-decoration: none;
  cursor: pointer;
}

button:not(.tab) span {
  position: relative;
  z-index: 1;
}

section button:not(.tab) .drawing-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.drawing-ellipse {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-dasharray: 450;
  stroke-dashoffset: 450;
  -webkit-transition: stroke-dashoffset 0.4s ease-in-out;
  transition: stroke-dashoffset 0.4s ease-in-out;
}

section button:not(.tab):hover .drawing-ellipse {
  stroke-dashoffset: 0;
}

section button.tab {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7em 1.6em;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
}

section button.tab span {
  position: relative;
  z-index: 1;
}

.drawing-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section button.tab .drawing-ellipse {
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-dasharray: 195;
  stroke-dashoffset: 195;
  -webkit-transition: stroke-dashoffset 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: stroke-dashoffset 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

section button.tab:hover .drawing-ellipse,
section button.tab.active .drawing-ellipse {
  stroke-dashoffset: 0;
}

.bg img,
.bg picture {
  -o-object-position: center center;
     object-position: center center;
}
@media (min-width: 769px) {
  .bg img,
  .bg picture {
    -o-object-position: top left;
       object-position: top left;
  }
}
@media (min-width: 1440px) {
  .bg img,
  .bg picture {
    -o-object-position: top center;
       object-position: top center;
  }
}
@media (orientation: portrait) {
  .bg img,
  .bg picture {
    -o-object-position: center center;
       object-position: center center;
  }
}

.logo-wrapper picture,
.logo-wrapper img {
  -o-object-position: center center;
     object-position: center center;
}
@media (min-width: 769px) {
  .logo-wrapper picture,
  .logo-wrapper img {
    -o-object-position: top left;
       object-position: top left;
  }
}
@media (min-width: 1440px) {
  .logo-wrapper picture,
  .logo-wrapper img {
    -o-object-position: top center;
       object-position: top center;
  }
}
@media (orientation: portrait) {
  .logo-wrapper picture,
  .logo-wrapper img {
    -o-object-position: center center;
       object-position: center center;
  }
}

.photos > div {
  position: relative;
}
.photos > div:nth-child(1) > .wrapper {
  padding: 8.5333333333vw 7.2vw 0;
}
@media (min-width: 769px) {
  .photos > div:nth-child(1) > .wrapper {
    padding: 4.4444444444vw 8.3333333333vw 0;
  }
}
.photos > div:nth-child(1) .item-info {
  display: inline-block;
  z-index: 1;
  padding-top: 4.2666666667vw;
  padding-left: 7.2vw;
  top: 8.5333333333vw;
  left: 8.5333333333vw;
}
@media (min-width: 769px) {
  .photos > div:nth-child(1) .item-info {
    padding-top: 24px;
    padding-left: 8.3333333333vw;
  }
}
.photos > div:nth-child(2) {
  padding: 8.5333333333vw 7.2vw 0;
}
@media (min-width: 769px) {
  .photos > div:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4.4444444444vw 8.3333333333vw 0;
  }
}
.photos > div:nth-child(3) {
  padding: 8.5333333333vw 7.2vw 0;
}
@media (min-width: 769px) {
  .photos > div:nth-child(3) {
    padding: 4.4444444444vw 8.3333333333vw 0;
  }
}
.photos > div:nth-child(4) {
  padding: 4.2666666667vw 7.2vw 0;
}
@media (min-width: 769px) {
  .photos > div:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.6666666667vw 8.3333333333vw;
  }
}
@media (min-width: 769px) {
  .photos > div:nth-child(4) .photo {
    width: 50vw;
  }
}
.photos > div:nth-child(4) .item-info {
  padding-bottom: 4.2666666667vw;
}
@media (min-width: 769px) {
  .photos > div:nth-child(4) .item-info {
    padding-bottom: 0;
  }
}
.photos > div:nth-child(5) {
  padding: 4.2666666667vw 7.2vw 0;
}
@media (min-width: 769px) {
  .photos > div:nth-child(5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 8.3333333333vw;
  }
}
.photos > div:nth-child(5) .photo:nth-child(1) {
  margin-right: 21.3333333333vw;
}
@media (min-width: 769px) {
  .photos > div:nth-child(5) .photo:nth-child(1) {
    margin-right: 0;
  }
}
.photos > div:nth-child(5) .photo:nth-child(2) {
  margin-top: 4.2666666667vw;
  margin-left: 21.3333333333vw;
}
@media (min-width: 769px) {
  .photos > div:nth-child(5) .photo:nth-child(2) {
    margin-top: 0;
    margin-left: 0;
  }
}
.photos > div:nth-child(6) {
  padding: 4.2666666667vw 17.8666666667vw 0 7.2vw;
}
@media (min-width: 769px) {
  .photos > div:nth-child(6) {
    padding: 1.6666666667vw 8.3333333333vw 0;
  }
}
@media (min-width: 769px) {
  .photos > div:nth-child(6) .photo {
    width: 36.1111111111vw;
  }
}
.photos > div:nth-child(7) > .wrapper {
  padding: 8.5333333333vw 7.2vw 0;
}
@media (min-width: 769px) {
  .photos > div:nth-child(7) > .wrapper {
    padding: 4.4444444444vw 8.3333333333vw 0;
  }
}
.photos > div:nth-child(7) .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4.2666666667vw;
  padding-left: 7.2vw;
}
@media (min-width: 769px) {
  .photos > div:nth-child(7) .item-info {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 24px;
    padding-left: initial;
    padding-right: 8.3333333333vw;
  }
}
.photos > div:nth-child(8) > .wrapper {
  padding-top: 8.5333333333vw;
}
@media (min-width: 769px) {
  .photos > div:nth-child(8) > .wrapper {
    padding-top: 4.4444444444vw;
  }
}
.photos > div:nth-child(8) .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4.2666666667vw;
  padding-left: 7.2vw;
}
@media (min-width: 769px) {
  .photos > div:nth-child(8) .item-info {
    padding-top: 24px;
    padding-left: 8.3333333333vw;
  }
}
.photos > div:nth-child(9) > .wrapper {
  padding-top: 8.5333333333vw;
}
@media (min-width: 769px) {
  .photos > div:nth-child(9) > .wrapper {
    padding-top: 4.4444444444vw;
  }
}
.photos > div:nth-child(9) .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4.2666666667vw;
  padding-left: 7.2vw;
  padding-bottom: 8.5333333333vw;
}
@media (min-width: 769px) {
  .photos > div:nth-child(9) .item-info {
    padding: 24px 0 4.4444444444vw 8.3333333333vw;
  }
}
@media (min-width: 769px) {
  .photos .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.photos .photo {
  position: relative;
}/*# sourceMappingURL=index.css.map */