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

img {
  width: 100%;
}

.bg {
  width: 100%;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.bg.active {
  opacity: 1;
}
.bg img,
.bg picture {
  width: 100%;
  height: 100%;
  max-width: none;
  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;
  object-fit: cover;
  object-position: center center;
}
.logo-wrapper picture {
  opacity: 0;
  animation: fadeIn 2s forwards;
}
.logo-wrapper h1 {
  width: 100%;
  height: 100%;
}
.logo-wrapper h1 picture {
  animation-delay: 1s;
}
.logo-wrapper h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.logo-wrapper h2 picture {
  animation-delay: 2s;
}

.yodogawa {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  line-height: 1.7;
  padding-top: 8.5106382979vw;
  padding-bottom: 8.5106382979vw;
  margin-top: 14.8936170213vw;
  margin-bottom: 14.8936170213vw;
}
@media (min-width: 769px) {
  .yodogawa {
    padding-top: 2.9861111111vw;
    padding-bottom: 2.9861111111vw;
    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: fit-content;
  }
}
.yodogawa p:not(:last-child) {
  margin-bottom: 1.7em;
}

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

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

.prof {
  background-color: #D0DBEC;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width: 600px) {
  .prof {
    padding: 8.5106382979vw 4.2553191489vw;
    width: fit-content;
    display: flex;
    justify-content: 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;
  }
}

main {
  background-color: #fff;
}

.release {
  padding-top: 9.5744680851vw;
  padding-bottom: 9.5744680851vw;
}
@media (min-width: 769px) {
  .release {
    padding-top: 5.4166666667vw;
    padding-bottom: 6.8055555556vw;
  }
}
.release img {
  width: min(100% - 38.2978723404vw, 20.8333333333vw);
  margin-right: auto;
  margin-left: auto;
}

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

.items {
  margin-top: 17.0212765957vw;
  margin-bottom: 12.7659574468vw;
}
@media (min-width: 769px) {
  .items {
    margin: 11.1111111111vw 11.1111111111vw 4.4444444444vw;
  }
}
.items .title {
  margin: 0 8.5106382979vw;
  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.4361702128vw;
  margin-right: auto;
  margin-left: auto;
  margin-top: 12.7659574468vw;
  margin-bottom: 4.2553191489vw;
}
@media (min-width: 769px) {
  .items-release {
    width: 21.3888888889vw;
    margin-top: 5.5555555556vw;
    margin-bottom: 2.7777777778vw;
  }
}

.coming-soon {
  display: none;
  width: 48.1382978723vw;
  margin-right: auto;
  margin-left: auto;
  margin-top: 4.2553191489vw;
  margin-bottom: 8.5106382979vw;
}
@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: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12.7659574468vw;
  gap: 6.3829787234vw;
}
@media (min-width: 769px) {
  .item {
    gap: 1.6666666667vw;
    margin-bottom: 3.3333333333vw;
  }
}

.thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.1276595745vw;
}
.thumbs li {
  position: relative;
  width: 42.5531914894vw;
}
.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 .name {
  font-size: 0.875rem;
}
.item-info .color {
  font-size: 0.8125rem;
  color: #595959;
}
.item-info .price-value {
  font-size: 0.875rem;
}
.item-info .tax {
  font-size: 0.625rem;
  font-feature-settings: "palt";
}
.item-info .more {
  color: #fff;
  font-size: 0.8125rem;
  padding: 5px 8px;
  background-color: #2d2d2d;
}
.pre-release .item-info {
  pointer-events: none;
}

.staff {
  margin-top: 12.7659574468vw;
  margin-bottom: 12.7659574468vw;
  border-top: 1px solid #2d2d2d;
  border-bottom: 1px solid #fff;
  margin: 0 8.5106382979vw;
  font-size: 0.875rem;
  line-height: 2.8;
}
.staff dl {
  width: fit-content;
  margin: 10.6382978723vw auto;
}
@media (min-width: 769px) {
  .staff dl {
    margin: 4.4444444444vw auto;
  }
}
.staff dt {
  font-family: "Yu Gothic Pr6N D", sans-serif;
}
.staff dd {
  font-family: "Yu Gothic Pr6N M", sans-serif;
}

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

section button:not(.tab) {
  position: relative;
  display: inline-flex;
  justify-content: 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;
  transition: stroke-dashoffset 0.4s ease-in-out;
}

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

section button.tab {
  position: relative;
  display: inline-flex;
  justify-content: 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;
  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 {
  object-position: center center;
}
@media (min-width: 769px) {
  .bg img,
  .bg picture {
    object-position: top right;
  }
}
@media (min-width: 1440px) {
  .bg img,
  .bg picture {
    object-position: top center;
  }
}

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

.photos > div {
  position: relative;
}
.photos > div:nth-child(1) .item-info {
  position: absolute;
  z-index: 1;
  top: 2.3936170213vw;
  left: 8.5106382979vw;
}
@media (min-width: 769px) {
  .photos > div:nth-child(1) .item-info {
    top: initial;
    bottom: 2.2222222222vw;
    left: 2.7777777778vw;
  }
}
@media (min-width: 769px) {
  .photos > div:nth-child(1) {
    display: flex;
  }
}
.photos > div:nth-child(2) {
  padding: 10.6382978723vw 8.5106382979vw;
}
@media (min-width: 769px) {
  .photos > div:nth-child(2) {
    padding: 8.3333333333vw 31.9444444444vw;
  }
}
@media (min-width: 769px) {
  .photos > div:nth-child(3) {
    padding: 0 11.1111111111vw;
  }
}
.photos > div:nth-child(4) {
  padding: 10.6382978723vw 0;
}
.photos > div:nth-child(4) .photo:nth-child(1) {
  margin: 0 10.6382978723vw 14.8936170213vw;
}
.photos > div:nth-child(4) .photo:nth-child(2) {
  margin-left: 16.7553191489vw;
  margin-bottom: 10.6382978723vw;
}
.photos > div:nth-child(4) .photo:nth-child(3) {
  margin-left: 38.2978723404vw;
}
@media (min-width: 769px) {
  .photos > div:nth-child(4) {
    padding: 8.3333333333vw 11.1111111111vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.7777777778vw 5.5555555556vw;
  }
  .photos > div:nth-child(4) .photo:nth-child(1) {
    margin: initial;
    grid-row: 1/3;
  }
  .photos > div:nth-child(4) .photo:nth-child(2) {
    margin-left: initial;
    margin-bottom: initial;
  }
  .photos > div:nth-child(4) .photo:nth-child(3) {
    margin-left: auto;
    grid-column: 2/-1;
    width: 22.2222222222vw;
  }
}
.photos > div:nth-child(5) .item-info {
  position: absolute;
  z-index: 1;
  top: 3.1914893617vw;
  left: 6.1170212766vw;
}
@media (min-width: 769px) {
  .photos > div:nth-child(5) .item-info {
    top: 6.3888888889vw;
    left: 11.1111111111vw;
  }
}
.photos > div:nth-child(6) {
  padding: 10.6382978723vw 8.5106382979vw;
}
.photos > div:nth-child(6) .photo:nth-child(1) {
  margin-right: 35.1063829787vw;
}
.photos > div:nth-child(6) .photo:nth-child(2) {
  margin-top: 6.3829787234vw;
  margin-left: 35.1063829787vw;
}
@media (min-width: 769px) {
  .photos > div:nth-child(6) {
    display: flex;
    gap: 1.3888888889vw;
    padding: initial;
    margin: 8.3333333333vw 26.3888888889vw 8.3333333333vw 0;
  }
  .photos > div:nth-child(6) .photo:nth-child(1) {
    margin-right: initial;
  }
  .photos > div:nth-child(6) .photo:nth-child(2) {
    margin-top: initial;
    margin-left: initial;
  }
}
.photos > div:nth-child(7) {
  padding: 0 8.5106382979vw;
}
.photos > div:nth-child(7) .photo:nth-child(1) {
  margin-bottom: 10.6382978723vw;
}
@media (min-width: 769px) {
  .photos > div:nth-child(7) {
    padding: 0 11.1111111111vw;
    margin: 8.3333333333vw 0;
    display: flex;
    gap: 5.5555555556vw;
  }
  .photos > div:nth-child(7) .photo:nth-child(1) {
    margin-bottom: initial;
  }
}
.photos > div:nth-child(8) {
  padding-top: 10.6382978723vw;
}
.photos > div:nth-child(8) .photo {
  margin-right: 19.1489361702vw;
}
.photos > div:nth-child(8) .item-info {
  display: block;
  width: fit-content;
  margin: 8.5106382979vw;
}
@media (min-width: 769px) {
  .photos > div:nth-child(8) {
    padding-top: initial;
    margin: 0 11.1111111111vw;
  }
  .photos > div:nth-child(8) .photo {
    margin-right: initial;
    display: grid;
    grid-template-columns: 1fr 25vw;
    align-items: end;
    gap: 2.7777777778vw;
  }
  .photos > div:nth-child(8) .item-info {
    margin: initial;
    margin-left: 2.6388888889vw;
  }
}
.photos > div:nth-child(9) .photo:nth-child(1) {
  margin-right: 40.4255319149vw;
  margin-bottom: 10.6382978723vw;
}
.photos > div:nth-child(9) .photo:nth-child(2) {
  margin-left: 40.4255319149vw;
}
@media (min-width: 769px) {
  .photos > div:nth-child(9) {
    display: grid;
    grid-template-columns: 1fr 25vw;
    margin: 5vw 11.1111111111vw;
    gap: 2.7777777778vw;
    justify-content: end;
  }
  .photos > div:nth-child(9) .photo:nth-child(1) {
    width: 22.2222222222vw;
    margin-right: initial;
    margin-bottom: initial;
    margin-left: auto;
  }
  .photos > div:nth-child(9) .photo:nth-child(2) {
    width: 22.2222222222vw;
    margin-left: initial;
    margin-right: 2.7777777778vw;
    margin-top: 13.8888888889vw;
  }
}
.photos .photo {
  position: relative;
}/*# sourceMappingURL=index.css.map */