@charset "UTF-8";
@import url("https://use.typekit.net/fnl4oof.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ------------------------------------------------- Default and Common --------------------------------------------------- */
html,
body {
  width: 100%;
  min-height: 100%;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #36271C;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FCEFDB;
  position: fixed;
  left: 0;
  top: 0;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

a {
  color: #36271C;
  text-decoration: none;
  cursor: pointer !important;
  transition: opacity 0.25s ease 0s;
}

a:hover,
a:active,
a.active {
  color: #36271C;
  opacity: 0.55;
}

button {
  padding: 0;
  border: 0;
  color: inherit;
  font: inherit;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form,
section,
p,
div,
ul,
li,
dl,
dt,
dd,
a,
span,
input,
textarea,
nav,
footer {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

br.brpc {
  display: block;
}

/* --------------------------------------------------------- loading --------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #FCEFDB;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  transition: opacity 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#loader .logo {
  width: 140px;
}
#loader .logo img {
  width: 100%;
  height: auto;
  display: block;
}
#loader .bar {
  width: 100%;
  height: 8px;
  background-color: rgba(54, 39, 28, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #36271C;
  display: block;
}
#loader.complete {
  opacity: 0;
}

/* --------------------------------------------------------- page --------------------------------------------------------- */
#container {
  width: 100%;
  min-height: 100vh;
  background-color: #FCEFDB;
  position: relative;
  opacity: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  transition: opacity 1.15s cubic-bezier(0.19, 1, 0.22, 1) 0.28s;
}

body.show_contents #container {
  opacity: 1;
}

@keyframes mainTitleIn {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transform: translateX(-18px);
  }
  12% {
    opacity: 1;
  }
  82% {
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
  }
}
@keyframes mainLeadIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.main_visual {
  width: 50%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #FCEFDB;
  z-index: 1;
}
.main_visual .inner {
  width: 100%;
  height: 100%;
  padding: 12.5% 9.375%;
  position: relative;
  text-align: left;
}
.main_visual .main_title {
  width: 100%;
  opacity: 0;
  transform-origin: left top;
  will-change: clip-path, transform;
  overflow: hidden;
}
.main_visual .main_title img {
  width: 100%;
  height: auto;
  display: block;
}
body.show_contents .main_visual .main_title {
  animation: mainTitleIn 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.45s both;
}
.main_visual .main_lead {
  width: 86.9230769231%;
  margin-top: 3.59375%;
  opacity: 0;
}
.main_visual .main_lead img {
  width: 100%;
  height: auto;
  display: block;
}
body.show_contents .main_visual .main_lead {
  animation: mainLeadIn 0.65s ease 1.32s both;
}
.main_visual .main_stamp {
  width: 26.5625%;
  max-width: 170px;
  position: absolute;
  left: 9.375%;
  bottom: 6.25vw;
}
.main_visual .main_stamp img {
  width: 100%;
  height: auto;
  display: block;
}

.main_contents {
  box-sizing: border-box;
  width: 50%;
  min-height: 100vh;
  margin-left: auto;
  padding-top: 6.25vw;
  padding-right: 20px;
  text-align: left;
  background-color: #FCEFDB;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.items {
  width: 98.4375%;
  aspect-ratio: 630/3480;
  margin: 0 auto;
  position: relative;
}

.thumb {
  width: calc(var(--w) / 630 * 100%);
  position: absolute;
  left: calc(var(--x) / 630 * 100%);
  top: calc(var(--y) / 3480 * 100%);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(10px, 1.5625vw, 20px);
  z-index: 1;
  transition: opacity 0.25s ease 0s;
}
.thumb:hover {
  opacity: 0.7;
}

.thumb_name {
  width: -moz-max-content;
  width: max-content;
  max-width: min(28vw, 220px);
  padding: clamp(4px, 0.625vw, 8px);
  border: 2px solid #36271C;
  background-color: #FCEFDB;
  color: #36271C;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: clamp(1.1rem, 1.71875vw, 2.2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-style: normal;
  text-align: center;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}

.thumb_photo::before, .thumb_photo::after,
.style_item::before,
.style_item::after {
  content: "";
  background-color: #36271C;
  position: absolute;
  z-index: 5;
  pointer-events: none;
}
.thumb_photo,
.style_item {
  --plus-size: clamp(16px, 2.1875vw, 28px);
  --plus-half: clamp(8px, 1.09375vw, 14px);
  --plus-right: clamp(10px, 1.25vw, 16px);
  --plus-bottom: clamp(8px, 0.859375vw, 11px);
}
.thumb_photo::before,
.style_item::before {
  width: var(--plus-size);
  height: 1px;
  right: var(--plus-right);
  bottom: calc(var(--plus-bottom) + var(--plus-half));
}
.thumb_photo::after,
.style_item::after {
  width: 1px;
  height: var(--plus-size);
  right: calc(var(--plus-right) + var(--plus-half));
  bottom: var(--plus-bottom);
}

.thumb_photo {
  width: 100%;
  display: block;
  position: relative;
}
.thumb_photo img {
  width: 100%;
  height: auto;
  display: block;
}

/* Temporarily hide plus marks for production. */
.thumb_photo::before, .thumb_photo::after,
.style_item::before,
.style_item::after {
  display: none;
}

.thumb_photo.slick-initialized .slick-list,
.thumb_photo.slick-initialized .slick-track,
.thumb_photo.slick-initialized .slick-slide,
.thumb_photo.slick-initialized .slick-slide > div,
.thumb_photo.slick-initialized .thumb_flip_slide {
  width: 100%;
}
.thumb_photo.slick-initialized .slick-slide {
  float: left;
}

.thumb_photo_narrow {
  width: 61.0778443114%;
}

.thumb12 .thumb_photo {
  aspect-ratio: 223/452;
  overflow: hidden;
}
.thumb12 .thumb_photo img {
  width: 198.7%;
  max-width: none;
  position: absolute;
  left: -49.35%;
  top: -7.3%;
}

.thumb14 .thumb_photo {
  aspect-ratio: 173.358/357;
  overflow: hidden;
}
.thumb14 .thumb_photo img {
  width: 205.9322327207%;
  max-width: none;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.thumb03 .thumb_name,
.thumb05 .thumb_name,
.thumb06 .thumb_name,
.thumb15 .thumb_name {
  position: absolute;
  left: -14%;
  top: -8%;
}

.thumb05 .thumb_name {
  left: -36%;
  top: 8%;
}

.thumb07 .thumb_name {
  max-width: min(42vw, 340px);
  font-size: clamp(1.1rem, 1.5625vw, 2rem);
}

.thumb06 .thumb_name {
  left: -10%;
  top: -14%;
}

.thumb15 .thumb_name {
  left: -9%;
  top: 5%;
}

.thumb02 .thumb_photo {
  --plus-right: clamp(16px, 1.71875vw, 22px);
  --plus-bottom: clamp(14px, 1.5625vw, 20px);
}

.thumb04 .thumb_photo {
  --plus-right: clamp(18px, 2.03125vw, 26px);
  --plus-bottom: clamp(18px, 2.03125vw, 26px);
}

.thumb07 .thumb_photo,
.thumb11 .thumb_photo,
.thumb18 .thumb_photo {
  --plus-right: clamp(18px, 2.1875vw, 28px);
  --plus-bottom: clamp(18px, 2.1875vw, 28px);
}

.style_area {
  width: 100%;
  min-height: 66.71875vw;
  margin-top: 9.375vw;
  --style-text-width: calc((462 / 640) * 100%);
  position: relative;
}
.style_area h2 {
  color: #36271C;
  font-family: "dharma-gothic-e", sans-serif;
  font-size: clamp(6rem, 9.53125vw, 12.2rem);
  font-weight: 800;
  line-height: 0.85;
  letter-spacing: 0;
  font-style: normal;
  width: var(--style-text-width);
  margin: 0 auto;
  text-align: left;
  white-space: nowrap;
}

.style_header {
  width: 100%;
}

.style_lead {
  width: var(--style-text-width);
  margin: 4.375% auto 8.4375%;
  color: #36271C;
  font-family: "din-condensed", sans-serif;
  font-size: clamp(1.2rem, 1.5625vw, 2rem);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0;
  font-style: normal;
  text-align: left;
}

.styles {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 3.125%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 24px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y;
}
.styles::-webkit-scrollbar {
  display: none;
}

.styles_scrollbar {
  width: calc(100% - 60px);
  height: 6px;
  margin: 0 auto;
  background-color: #FFF;
  position: relative;
  overflow: hidden;
}
.styles_scrollbar span {
  width: 100%;
  height: 100%;
  background-color: #36271C;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(0);
  transform-origin: left center;
}

.style_item {
  height: 51.5625vw;
  max-height: 660px;
  flex: 0 0 auto;
  position: relative;
  transition: opacity 0.25s ease 0s;
}
.style_item:hover {
  opacity: 0.75;
}
.style_item img {
  width: auto;
  height: 100%;
  display: block;
}

.novelty {
  width: 90.625%;
  margin: 18.75% auto;
  padding: 4.6875%;
  background-color: #FFF;
  text-align: center;
}
.novelty h2 {
  color: #36271C;
  font-family: "dharma-gothic-e", sans-serif;
  font-size: clamp(5.6rem, 7.8125vw, 10rem);
  font-weight: 800;
  line-height: 0.85;
  letter-spacing: 0;
  font-style: normal;
  margin-bottom: 4.8076923077%;
}

.novelty_photo {
  width: 100%;
  margin-bottom: 4.8076923077%;
}

.novelty_text {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.01em;
  font-style: normal;
  text-align: left;
}
.novelty_text p:not(:last-child) {
  margin-bottom: 10px;
}

footer {
  width: 100%;
  border-top: 1px solid #36271C;
  position: relative;
  text-align: center;
}
footer .infoot {
  width: 100%;
  padding: 80px 20px 60px;
}
footer .logo {
  width: 140px;
  margin: 0 auto 50px;
}
footer .logo img {
  width: 100%;
  height: auto;
  display: block;
}
footer ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
footer li a {
  color: #36271C;
  font-family: "din-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-style: normal;
  text-decoration: underline;
  text-underline-offset: 2px;
}
footer p {
  color: #36271C;
  font-family: "din-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-style: normal;
}

/* --------------------------------------------------------- modal --------------------------------------------------------- */
.feature_modal {
  width: 50%;
  height: 100%;
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 9000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease 0s, visibility 0.25s ease 0s;
}
.feature_modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.feature_modal_overlay {
  width: 100%;
  height: 100%;
  background-color: #FCEFDB;
  position: absolute;
  left: 0;
  top: 0;
}

.feature_modal_panel {
  width: 100%;
  height: 100%;
  max-height: none;
  padding: 40px 40px 80px;
  background-color: #FCEFDB;
  position: absolute;
  left: 0;
  top: 0;
  overflow-y: auto;
  text-align: left;
}

.feature_modal_close {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 8px;
  top: 8px;
  z-index: 5;
}
.feature_modal_close::before, .feature_modal_close::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #36271C;
  position: absolute;
  left: 0;
  top: 50%;
}
.feature_modal_close::before {
  transform: rotate(45deg);
}
.feature_modal_close::after {
  transform: rotate(-45deg);
}

.feature_modal_group {
  color: #36271C;
  font-family: "din-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.feature_modal_title {
  color: #36271C;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-style: normal;
  margin-bottom: 28px;
}

.tshirt_modal_title {
  margin-bottom: 120px;
}
.tshirt_modal_title h2 {
  color: #36271C;
  font-family: "dharma-gothic-e", sans-serif;
  font-size: 8rem;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0;
  font-style: normal;
  margin-bottom: 26px;
}
.tshirt_modal_title p {
  color: #36271C;
  font-family: "din-condensed", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
  font-style: normal;
}

.item_detail {
  width: 100%;
  max-width: 560px;
  margin: 0 auto 120px;
  position: relative;
}
.item_detail:last-child {
  margin-bottom: 0;
}

.item_detail_slider {
  width: 85.7142857143%;
  margin: 0 auto;
}
.item_detail_slider .slick-list {
  overflow: hidden;
}

.tshirt_modal_goods .item_detail_slider {
  width: 67.8571428571%;
}
.tshirt_modal_goods .item_detail_arrow_prev {
  left: -90px;
}
.tshirt_modal_goods .item_detail_arrow_next {
  right: -90px;
}

.tshirt_modal_dress .item_detail_slider {
  width: 53.5714285714%;
}

.item_detail_slide img {
  width: 100%;
  height: auto;
  display: block;
}

.item_detail .credits {
  width: 85.7142857143%;
  margin-top: 40px;
}
.item_detail .credits > div {
  padding: 0;
  border-left: 0;
}

.item_detail_arrow {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
}
.item_detail_arrow::before, .item_detail_arrow::after {
  content: "";
  background-color: #36271C;
  position: absolute;
}
.item_detail_arrow::before {
  width: 2px;
  height: 100%;
  left: 0;
  top: 0;
}
.item_detail_arrow::after {
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}

.item_detail_arrow_prev {
  left: -40px;
}

.item_detail_arrow_next {
  right: -40px;
  transform: translateY(-50%) rotate(225deg);
}

/* ---- Credits: modal-ready shared style ---- */
.credits_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits_wrap .credits:not(:last-child) {
  padding-bottom: 20px;
}

.credits {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.credits .note {
  padding-bottom: 10px;
  color: #36271C;
  font-family: "din-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
.credits > div {
  width: 100%;
  padding: 0 0 0 10px;
  border-left: 1px solid #36271C;
  transition: opacity 0.25s ease 0s;
}
.credits > div:not(:last-child) {
  margin-bottom: 8px;
}
.credits > div:hover {
  opacity: 0.7;
}
.credits > div.item-d-none dl dd a {
  display: none;
}
.credits > div.item-d-none dl dd span {
  display: inline-block;
  color: #36271C;
  font-family: "din-condensed", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-style: normal;
}
.credits dl {
  width: 100%;
  gap: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.credits dt {
  padding: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits dt strong,
.credits dt span {
  color: #36271C;
  font-family: "din-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-style: normal;
}
.credits dt strong:not(:last-child) {
  margin-right: 4px;
}
.credits dt span {
  margin-right: 4px;
}
.credits dd {
  margin-top: 0;
}
.credits dd .item-d-none {
  display: none;
}
.credits dd > div a,
.credits dd a {
  padding: 0 0 5px;
  background-color: transparent;
  border-bottom: 1px solid #36271C;
  border-radius: 0;
  display: inline-block;
  font-family: "din-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-style: normal;
  color: #36271C;
  text-decoration: none;
}
.credits dd > div span {
  display: none;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  #container {
    display: block;
  }
  .feature_modal {
    width: 100%;
    left: 0;
  }
  .main_visual {
    width: 100%;
    height: auto;
    position: relative;
  }
  .main_visual .inner {
    height: auto;
    padding: 36px 24px 28px;
  }
  .main_visual .main_title {
    width: 100%;
  }
  .main_visual .main_lead {
    width: 86.9230769231%;
  }
  .main_visual .main_stamp {
    display: none;
  }
  .main_contents {
    width: 100%;
    padding-top: 32px;
    padding-right: 0;
  }
  .items {
    width: calc(100% - 20px);
  }
  .thumb_name {
    font-size: clamp(1rem, 3.6vw, 1.6rem);
    border-width: 1px;
  }
  .thumb_photo,
  .style_item {
    --plus-size: 18px;
    --plus-half: 9px;
    --plus-right: 9px;
    --plus-bottom: 10px;
  }
  .thumb_photo::before,
  .style_item::before {
    height: 1px;
  }
  .thumb_photo::after,
  .style_item::after {
    width: 1px;
  }
  .thumb02 .thumb_photo,
  .thumb04 .thumb_photo,
  .thumb07 .thumb_photo,
  .thumb11 .thumb_photo,
  .thumb18 .thumb_photo {
    --plus-right: 14px;
    --plus-bottom: 15px;
  }
  .style_area {
    min-height: auto;
    margin-top: 70px;
    --style-text-width: calc(100% - 48px);
  }
  .style_area h2 {
    width: auto;
    margin: 0;
    font-size: clamp(6.4rem, 20.5vw, 9.2rem);
    text-align: left;
  }
  .style_header {
    width: fit-content;
    max-width: var(--style-text-width);
    margin: 0 auto;
  }
  .style_lead {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    font-size: 1.4rem;
    text-align: left;
  }
  .styles {
    gap: 12px;
    padding-bottom: 20px;
  }
  .style_item {
    width: auto;
    height: clamp(330px, 106vw, 430px);
    max-height: none;
  }
  .style_item img {
    width: auto;
    height: 100%;
  }
  .styles_scrollbar {
    width: calc(100% - 48px);
  }
  .novelty {
    width: calc(100% - 48px);
    margin: 70px auto;
    padding: 24px;
  }
  footer ul {
    flex-direction: column;
    gap: 12px;
  }
  .feature_modal_panel {
    width: 100%;
    padding: 40px 24px 60px;
  }
  .tshirt_modal_title {
    margin-bottom: 70px;
  }
  .tshirt_modal_title h2 {
    font-size: clamp(5rem, 18vw, 8rem);
  }
  .tshirt_modal_title p {
    font-size: 1.6rem;
  }
  .item_detail {
    margin-bottom: 78px;
  }
  .item_detail_slider {
    width: calc(100% - 48px);
  }
  .tshirt_modal_goods .item_detail_slider {
    width: calc(100% - 96px);
  }
  .tshirt_modal_goods .item_detail_arrow_prev {
    left: -48px;
  }
  .tshirt_modal_goods .item_detail_arrow_next {
    right: -48px;
  }
  .tshirt_modal_dress .item_detail_slider {
    width: calc(100% - 150px);
  }
  .item_detail_arrow_prev {
    left: -24px;
  }
  .item_detail_arrow_next {
    right: -24px;
  }
  .item_detail .credits {
    width: 100%;
  }
  .item_detail .credits dl {
    flex-wrap: wrap;
    align-items: center;
  }
  .item_detail .credits dt {
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */
