@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
.sns-twitter::before {
  content: "\e61b";
}

.sns-instagram::before {
  content: "\f16d";
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  background-color: #080706;
  color: #ffffff;
}

html.is-tobira-locked,
html.is-tobira-locked body {
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}

html.is-tobira-locked .langbox,
html.is-tobira-locked .wrap {
  visibility: hidden !important;
}

.langbox {
  position: relative;
  z-index: 3;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.langbox .lang {
  display: flex;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .langbox .lang {
    top: 49px;
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .langbox .lang {
    top: 20px;
    left: 20px;
  }
}
.langbox .lang .lang_item {
  box-sizing: border-box;
  color: #d8cbb8;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .langbox .lang .lang_item {
    font-size: 1.15rem;
  }
}
.langbox .lang .lang_item a {
  color: #d8cbb8;
  text-decoration: none;
}
.langbox .lang .lang_item a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.langbox .lang .lang_item:first-child::after {
  content: "/";
  display: inline-block;
  margin: 0 12px 0 7px;
  color: rgba(216, 203, 184, 0.55);
  font-weight: 400;
}
.langbox .lang .select {
  color: #ffffff;
}

.top {
  position: sticky;
  top: 0;
  z-index: 1;
  height: 100vh;
  height: 100svh;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: url("../img/mainbg.jpg") center/cover no-repeat;
}
.top::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(8, 7, 6, 0.22), rgba(8, 7, 6, 0.72)), radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.08), transparent 38%);
  pointer-events: none;
}
.top .tobira {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}
.top .tobira::before, .top .tobira::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50.2%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 1.8s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
.top .tobira::before {
  left: 0;
  background-image: url("../img/tobira_left.jpg");
  background-position: right center;
  box-shadow: 24px 0 48px rgba(8, 7, 6, 0.35);
}
.top .tobira::after {
  right: 0;
  background-image: url("../img/tobira_right.jpg");
  background-position: left center;
  box-shadow: -24px 0 48px rgba(8, 7, 6, 0.35);
}
.top .tobira.is-open::before {
  transform: translateX(-101%);
}
.top .tobira.is-open::after {
  transform: translateX(101%);
}
.top .tobira.is-open + .content {
  opacity: 1;
  transform: translateY(0);
}
.top .content {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s ease 0.75s, transform 0.9s ease 0.75s;
}
.top .content__img {
  position: relative;
  width: min(100vw, 920px);
}
.top .content__img .toponi {
  display: block;
  width: 100%;
  margin: 0 auto;
  filter: brightness(0.28) contrast(1.04);
}
@media only screen and (max-width: 767px) {
  .top .content__img {
    width: 100vw;
  }
}
.top .content__img img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.top .content__img--logo {
  position: absolute;
  display: grid;
  justify-items: center;
  transform: translateY(-95%);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .top .content__img--logo {
    inset: 50% 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .top .content__img--logo {
    inset: 75% 0 auto;
  }
}
.top .content__img--logo img:first-child {
  width: 90%;
  max-width: 750px;
  filter: invert(1);
}
.top .content__img--logo img:last-child {
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .top .content__img--logo img:last-child {
    max-width: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .top .content__img--logo img:last-child {
    max-width: 150px;
  }
}

.wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(8, 7, 6, 0), #080706 42px), linear-gradient(135deg, #0e0c0a 0%, #1a100b 48%, #120f0d 100%);
}
.wrap::before, .wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.wrap::before {
  z-index: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(180deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.28;
}
.wrap::after {
  z-index: 0;
  background: url(../img/bg-texture.png) repeat top left/250px 250px;
  mix-blend-mode: overlay;
  opacity: 0.42;
  filter: invert(1);
}

section {
  position: relative;
  z-index: 1;
}

.flavor {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(216, 203, 184, 0.045), rgba(216, 203, 184, 0)), linear-gradient(90deg, rgba(177, 27, 22, 0.12), transparent 32%, transparent 68%, rgba(177, 27, 22, 0.08));
}
@media only screen and (min-width: 768px) {
  .flavor {
    padding: 136px 24px 124px;
  }
}
@media only screen and (max-width: 767px) {
  .flavor {
    padding: 64px 20px 58px;
  }
}
.flavor__text {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.flavor__text h2 {
  color: #d8cbb8;
  font-weight: 800;
  line-height: 1.85;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .flavor__text h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .flavor__text h2 {
    font-size: 20px;
  }
}
.flavor__text--effect img:first-child {
  position: absolute;
  top: -50%;
  left: -25%;
  mix-blend-mode: overlay;
  opacity: 0.3;
}
.flavor__text--effect img:nth-child(2) {
  position: absolute;
  bottom: -50%;
  right: -25%;
  rotate: -180deg;
  mix-blend-mode: overlay;
  opacity: 0.3;
}

.item {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(14, 12, 10, 0.42), rgba(14, 12, 10, 0.78)), linear-gradient(135deg, #17110e, #24140d 56%, #0d0b0a);
}
@media only screen and (min-width: 768px) {
  .item {
    padding: 106px 0 112px;
  }
}
@media only screen and (max-width: 767px) {
  .item {
    padding: 68px 0 74px;
  }
}
.item__ttl {
  box-sizing: border-box;
  width: calc(100% - 32px);
  max-width: 640px;
  margin: 0 0 28px;
  text-align: left;
}
.item__ttl p {
  margin: 0;
  color: #d8cbb8;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
}
.item__ttl--maker {
  font-size: 32px;
}
.item__ttl--name {
  font-size: 60px;
}
.item__ttl--edition {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .item__ttl {
    margin-bottom: 22px;
  }
  .item__ttl h2 {
    font-size: 32px;
  }
}
.item__price {
  position: relative;
  z-index: 10;
  margin-top: 24px;
  display: flex;
  align-items: baseline;
  justify-content: end;
}
@media only screen and (max-width: 767px) {
  .item__price {
    align-items: end;
    flex-direction: column;
  }
}
.item__price p {
  margin: 0;
  padding-right: 10px;
  color: #d8cbb8;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
}
.item__price--info {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .item__price--info {
    font-size: 36px;
  }
}
.item__price--price {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .item__price--price {
    font-size: 60px;
  }
}
.item__price--tax {
  font-size: 16px;
}
.item__content {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 32px);
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.item__content--effect img:first-child {
  filter: invert(1);
  position: absolute;
  rotate: -20deg;
  mix-blend-mode: overlay;
}
@media only screen and (min-width: 768px) {
  .item__content--effect img:first-child {
    width: 500px;
    opacity: 0.3;
    top: -100px;
    left: -50%;
  }
}
@media only screen and (max-width: 767px) {
  .item__content--effect img:first-child {
    width: 150px;
    opacity: 0.8;
    top: -142px;
    left: -48px;
  }
}
.item__content--effect img:nth-child(2) {
  position: absolute;
  rotate: -180deg;
}
@media only screen and (min-width: 768px) {
  .item__content--effect img:nth-child(2) {
    opacity: 1;
    mix-blend-mode: overlay;
    right: -250px;
    bottom: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .item__content--effect img:nth-child(2) {
    opacity: 0.4;
    right: -50px;
    bottom: -100px;
  }
}
.item__carousel {
  height: 750px;
  position: relative;
  box-sizing: border-box;
  border-image-slice: 40 40 40 40;
  border-image-width: 40px 40px 40px 40px;
  border-image-outset: 13px 13px 13px 13px;
  border-image-repeat: repeat repeat;
  border-image-source: url(../img/oni-border.png);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)), linear-gradient(135deg, rgba(216, 203, 184, 0.07), rgba(8, 7, 6, 0.42)), #15110e;
  box-shadow: 0 28px 70px rgba(8, 7, 6, 0.38);
}
.item__stage {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: radial-gradient(circle at center, rgba(216, 203, 184, 0.12), transparent 48%), linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
}
.item__stage img {
  padding-top: 20px;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 718px;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(8, 7, 6, 0.5));
}
.item__stage img.is-slide-next {
  animation: item-slide-next 0.28s ease both;
}
.item__stage img.is-slide-prev {
  animation: item-slide-prev 0.28s ease both;
}
.item__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(216, 203, 184, 0.42);
  border-radius: 4px;
  background-color: rgba(8, 7, 6, 0.72);
  color: #d8cbb8;
  cursor: pointer;
  font-size: 0;
  touch-action: manipulation;
  transform: translateY(-50%);
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .item__arrow {
    width: 38px;
    height: 38px;
  }
}
.item__arrow span {
  box-sizing: border-box;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}
.item__arrow:hover, .item__arrow:focus-visible {
  border-color: rgba(216, 203, 184, 0.72);
  background-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}
.item__arrow:focus-visible {
  outline: 2px solid #d8cbb8;
  outline-offset: 3px;
}
.item__arrow--prev {
  left: 18px;
}
@media only screen and (max-width: 767px) {
  .item__arrow--prev {
    left: 10px;
  }
}
.item__arrow--prev span {
  transform: translateX(2px) rotate(-45deg);
}
.item__arrow--next {
  right: 18px;
}
@media only screen and (max-width: 767px) {
  .item__arrow--next {
    right: 10px;
  }
}
.item__arrow--next span {
  transform: translateX(-2px) rotate(135deg);
}

@keyframes item-slide-next {
  from {
    opacity: 0;
    transform: translateX(28px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes item-slide-prev {
  from {
    opacity: 0;
    transform: translateX(-28px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.purchase {
  background: linear-gradient(180deg, rgba(216, 203, 184, 0.035), transparent 120px), linear-gradient(135deg, #0f0d0c, #1b1511);
}
@media only screen and (min-width: 768px) {
  .purchase {
    padding: 118px 24px 132px;
  }
}
@media only screen and (max-width: 767px) {
  .purchase {
    padding: 64px 16px 78px;
  }
}
.purchase__content {
  box-sizing: border-box;
  max-width: 780px;
  margin: 0 auto;
  border: 1px solid rgba(216, 203, 184, 0.28);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)), rgba(31, 25, 20, 0.92);
  line-height: 1.8;
  box-shadow: 0 24px 62px rgba(8, 7, 6, 0.32);
}
@media only screen and (min-width: 768px) {
  .purchase__content {
    padding: 36px 40px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .purchase__content {
    padding: 24px 18px 26px;
  }
}
.purchase__date {
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(216, 203, 184, 0.24);
}
.purchase h3 {
  margin: 0 0 12px;
  color: #d8cbb8;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.purchase__schedule, .purchase__list {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}
.purchase__schedule {
  font-weight: 700;
}
.purchase__body > * + * {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(216, 203, 184, 0.24);
}
.purchase__text {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
}
.purchase__text a {
  color: #b11b16;
  font-weight: 800;
  text-decoration: none;
}
.purchase__text a:hover, .purchase__text a:focus-visible {
  color: #d8cbb8;
  text-decoration-color: #d8cbb8;
}
.purchase__text a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
.purchase__requirements, .purchase__notes {
  padding-top: 22px;
}
.purchase__list {
  padding-left: 1.4em;
}
.purchase__list li {
  padding-left: 4px;
}
@media only screen and (max-width: 767px) {
  .purchase h3 {
    font-size: 18px;
  }
  .purchase__text, .purchase__schedule, .purchase__list {
    font-size: 15px;
  }
}

.logo {
  background-image: url(../img/mainbg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.logo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1f1914;
  opacity: 0.8;
}
.logo img {
  position: relative;
  z-index: 10;
  filter: invert(1);
  max-width: 500px;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .global_foot {
    height: 284px;
  }
}

.global_head {
  margin: 0 !important;
}

header,
footer {
  position: relative;
  z-index: 9999999999;
}/*# sourceMappingURL=style-v2.css.map */