*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1, h2, h3, h4, h5, h6,
p,
figure,
blockquote,
dl, dd, dt,
ul, ol, li {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  padding: 0;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address {
  font-style: normal;
}

html {
  font-size: 100%;
}
@media (max-width: 768px) {
  html {
    font-size: 87.5%;
  }
}

body {
  color: #fff;
  background-color: #000;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 1em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url("img/bg_paper.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

svg {
  vertical-align: bottom;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  transition: opacity 0.8s ease;
}
.loading.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.loading__text {
  color: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75em;
  letter-spacing: 0.3em;
  animation: loading-blink 1.6s ease-in-out infinite;
}

@keyframes loading-blink {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}
body.is-loading {
  overflow: hidden;
}

.header {
  padding: 20px 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .header {
    padding: 20px 20px 0;
  }
}

.header__copy {
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .header__copy {
    max-width: 330px;
    padding: 0;
  }
}
.header__copy picture {
  display: block;
}

.works {
  display: flex;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .works {
    flex-direction: column;
    padding: 20px 10px;
    gap: 20px;
  }
}

.works__item {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}
@media (max-width: 768px) {
  .works__item {
    display: block;
  }
}

.works__item--evilenko {
  background-color: #000;
}

.works__item--angst {
  color: #000;
  background-color: #fff;
}

.works__visual {
  position: relative;
  flex-shrink: 0;
}

.works__item--evilenko .works__visual,
.works__item--angst .works__visual {
  aspect-ratio: 2923/4130;
}
@media (max-width: 768px) {
  .works__item--evilenko .works__visual,
  .works__item--angst .works__visual {
    aspect-ratio: auto;
    padding: 40px 0 0;
  }
}

.henry__awards {
  position: absolute;
  top: 3%;
  left: 3%;
  width: 85%;
}

.henry__catch {
  position: absolute;
  top: 3.5%;
  right: 4.4%;
  width: 3.8%;
}

.henry__title {
  position: absolute;
  top: 76%;
  right: 3%;
  width: 36.9%;
}

.henry__billing-en {
  position: absolute;
  top: 83.5%;
  left: 10%;
  width: 47.3%;
}

.henry__lead {
  position: absolute;
  bottom: 5.5%;
  left: 3.6%;
  width: 94.4%;
}

.henry__billing-jp {
  position: absolute;
  bottom: 1%;
  left: 3.6%;
  width: 94.4%;
}

.works__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .works__logo {
    position: static;
    transform: none;
    margin: 0 auto;
  }
}
.works__logo img {
  display: block;
}

.works__item--evilenko .works__logo {
  top: 53%;
  width: 82%;
}
@media (max-width: 768px) {
  .works__item--evilenko .works__logo {
    width: 70.4%;
  }
}

.works__item--angst .works__logo {
  top: 53.9%;
  width: 64.8%;
}
@media (max-width: 768px) {
  .works__item--angst .works__logo {
    width: 60.8%;
  }
}

.works__release img {
  display: block;
}

.works__item--henry .works__release {
  width: 88.75%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .works__item--henry .works__release {
    width: 88.5%;
  }
}

.works__item--evilenko .works__release,
.works__item--angst .works__release {
  width: 68.4%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .works__item--evilenko .works__release,
  .works__item--angst .works__release {
    width: 64.5%;
  }
}

.works__info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  padding: 30px 0 30px;
  background-color: #474747;
  text-align: center;
}
@media (max-width: 768px) {
  .works__info {
    display: block;
    padding: 22px 0 18px;
  }
}

.works__item--evilenko .works__info {
  background-color: #000;
}

.works__item--angst .works__info {
  background-color: #fff;
}

.works__btns {
  display: flex;
  justify-content: center;
  gap: 2.35%;
  margin-top: 21px;
  padding: 0 6.4%;
}
@media (max-width: 768px) {
  .works__btns {
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 13px;
    padding: 0 20px;
  }
}

.works__btns-item {
  flex: none;
  width: 31.7666666667%;
}
@media (max-width: 768px) {
  .works__btns-item {
    width: calc((100% - 13px) / 2);
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7em;
  width: 100%;
  min-height: 3em;
  padding: 0em 0.6em;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  font-size: clamp(9px, 0.8vw, 16px);
  letter-spacing: 0.2em;
  line-height: 1.4;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .btn {
    min-height: 45px;
    font-size: 1em;
  }
}
.btn:hover {
  opacity: 0.6;
}

.btn__icon {
  flex-shrink: 0;
  width: 1.15em;
  height: auto;
}

.btn__text {
  text-indent: 0.2em;
}

.is-modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  background-color: rgba(0, 0, 0, 0.92);
}

.modal[hidden] {
  display: none;
}

.modal__inner {
  position: relative;
  width: min(100%, 1000px);
}

.modal__movie {
  position: relative;
  aspect-ratio: 16/9;
  background-color: #000;
}

.modal__movie iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.modal__close {
  position: absolute;
  right: 0;
  bottom: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #fff;
  transition: opacity 0.3s ease;
}
.modal__close:hover {
  opacity: 0.6;
}

.footer {
  padding: 32px 16px;
  color: #fff;
}
@media (max-width: 768px) {
  .footer {
    padding: 26px 20px;
  }
}

.footer__share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer__share {
    gap: 16px;
  }
}

.footer__share-title {
  letter-spacing: 0.2em;
  line-height: 1;
  text-indent: 0.2em;
  font-size: 0.8em;
}

.footer__share-list {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media (max-width: 768px) {
  .footer__share-list {
    gap: 24px;
  }
}

.footer__share-link {
  display: block;
  transition: opacity 0.3s ease;
}
.footer__share-link:hover {
  opacity: 0.6;
}

.footer__share-icon {
  display: block;
  width: auto;
  height: 26px;
}
@media (max-width: 768px) {
  .footer__share-icon {
    height: 24px;
  }
}/*# sourceMappingURL=style.css.map */