html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  .onlySP {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .onlyPC {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .onlyTAB {
    display: none !important;
  }
}
:root {
  --keycolor: #ccc;
}
:root {
  --vw: 1vw;
  --vh: 1vh;
  --lvh: 1lvh;
  --cl-black: #000;
  --cl-white: #fff;
  --cl-gray: #e3e3e3;
  --cl-gray2: #ececec;
  --lh-main-title-a: 1.4;
  --lh-main-title-b: 1.3;
  --lh-block-title-a: 1.2;
  --lh-text: 1.6;
  --fs-highlight: calc(var(--vw) * 3.053435);
  --fs-text: 1.2rem;
  --fw-default: 300;
}
html[lang='ja'] {
  --fs-text: 1.3rem;
}
.en-us {
  display: none !important;
}
body[data-vc='US'][data-lang='en'] .en-us {
  display: inline-flex !important;
}
body[data-vc='US'][data-lang='en'] .not-en-us {
  display: none !important;
}
.ja-only {
  display: none !important;
}
.ja-only-inline-flex {
  display: none !important;
}
body[data-lang='ja'] .not-en-us {
  display: none !important;
}
body[data-lang='ja'] .ja-only {
  display: block !important;
}
body[data-lang='ja'] .ja-only-inline-flex {
  display: inline-flex !important;
}
#wrapper
  #footer
  .inner
  #lang-switch
  .wpml-ls-legacy-list-vertical
  ul
  li
  a
  span {
  white-space: nowrap;
}
.product_content {
  color: #fff;
}
#AT-DJMV5_Header {
  color: var(--cl-white);
}
#AT-DJMV5_Header.header-color-white {
  mix-blend-mode: normal;
  transition: mix-blend-mode 0.3s ease-in-out;
}
#AT-DJMV5_Header.header-color-white + .at-djmv5_nav {
  mix-blend-mode: normal;
  transition: mix-blend-mode 0.3s ease-in-out;
}
#AT-DJMV5_Header svg {
  display: block;
}
#AT-DJMV5_Header a,
#AT-DJMV5_Header button {
  line-height: inherit;
  color: currentColor;
  font-weight: inherit;
  text-decoration: none;
}
#AT-DJMV5_Header button {
  border: 0;
  font-size: 100%;
  font-family: inherit;
  text-align: inherit;
  background-color: rgba(0, 0, 0, 0);
  line-height: normal;
  text-transform: none;
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
#AT-DJMV5_Header button[disabled] {
  cursor: default;
}
#AT-DJMV5_Header button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
#AT-DJMV5_Header li {
  list-style-type: none;
}
#AT-DJMV5_Header .text_hidden {
  clip: rect(0 0 0 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
}
#AT-DJMV5_Header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(var(--vw) * 100);
  height: 5.5rem;
  padding-right: 2rem;
  padding-left: 2rem;
  overflow: hidden;
  pointer-events: none;
}
#AT-DJMV5_Header a,
#AT-DJMV5_Header button {
  pointer-events: auto;
}
#AT-DJMV5_Header .at-djmv5_header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: inherit;
}
#AT-DJMV5_Header .at-djmv5_header_left {
  max-width: 25%;
}
#AT-DJMV5_Header .at-djmv5_header_logo {
  display: block;
  width: 8.6rem;
}
#AT-DJMV5_Header .at-djmv5_header_logo svg {
  display: block;
  width: 100%;
  height: auto;
}
#AT-DJMV5_Header .at-djmv5_header_right {
  display: flex;
  align-items: center;
  max-width: 75%;
  gap: 0 0.5rem;
}
#AT-DJMV5_Header .at-djmv5_header_list {
  display: none;
}
#AT-DJMV5_Header .at-djmv5_header_a {
  display: inline-flex;
  align-items: center;
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
  padding: 1.5rem;
  gap: 0 0.7rem;
  line-height: 1;
}
#AT-DJMV5_Header .at-djmv5_header_icon {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem svg;
  height-display: block;
  height-width: 100%;
  height-height: auto;
}
#AT-DJMV5_Header .at-djmv5_header_text {
  display: inline-block;
  position: relative;
  overflow: hidden;
  overflow: clip;
  font-weight: var(--fw-default);
  font-size: 1.4rem;
  white-space: nowrap;
}
#AT-DJMV5_Header .at-djmv5_header_text_inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0.5rem 0;
}
#AT-DJMV5_Header .at-djmv5_header_text_inner:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
}
#AT-DJMV5_Header .at-djmv5_header_button-online {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0.2rem 1.5rem;
  gap: 0.7rem;
  border-radius: 0.3rem;
  background-color: var(--cl-white) !important;
  color: #222;
  white-space: nowrap;
}
body[data-lang='ja'] #AT-DJMV5_Header .at-djmv5_header_button-online,
body[data-lang='zh-cn'] #AT-DJMV5_Header .at-djmv5_header_button-online,
body[data-lang='en'][data-vc='US']
  #AT-DJMV5_Header
  .at-djmv5_header_button-online {
  display: inline-flex;
}
#AT-DJMV5_Header .at-djmv5_header_button-online_icon {
  width: 1.7rem;
  height:
    1.7rem svg,
    img;
  height-display: block;
  height-width: 100%;
  height-height: auto;
}
#AT-DJMV5_Header .at-djmv5_header_button-online_text {
  position: relative;
  overflow: hidden;
  overflow: clip;
  font-weight: var(--fw-default);
  font-size: 1.1rem;
  line-height: 1;
}
#AT-DJMV5_Header .at-djmv5_header_button-online_text_inner {
  display: block;
}
#AT-DJMV5_Header .at-djmv5_header_button-online_text_inner:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
}
#AT-DJMV5_Header .at-djmv5_header_button-menu {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 3px;
  background-color: var(--cl-white) !important;
  transition: background-color ease 0.4s;
}
#AT-DJMV5_Header .at-djmv5_header_button-menu_inner {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
}
#AT-DJMV5_Header .at-djmv5_header_button-menu_dot {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--cl-black);
  transition:
    background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s,
    transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
#AT-DJMV5_Header .at-djmv5_header_button-menu_dot:nth-child(2) {
  transform: translate(-0.5rem);
}
#AT-DJMV5_Header .at-djmv5_header_button-menu_dot:nth-child(3) {
  transform: translate(0.5rem);
}
body.is-menu-open #AT-DJMV5_Header .at-djmv5_header_button-menu {
  background-color: rgba(0, 0, 0, 0) !important;
}
body.is-menu-open
  #AT-DJMV5_Header
  .at-djmv5_header_button-menu_dot:nth-child(2) {
  transform: translate(-0.4rem) translateY(-0.4rem);
}
body.is-menu-open
  #AT-DJMV5_Header
  .at-djmv5_header_button-menu_dot:nth-child(3) {
  transform: translate(0.4rem) translateY(0.4rem);
}
body.is-menu-open
  #AT-DJMV5_Header
  .at-djmv5_header_button-menu_dot:nth-child(4) {
  transform: translate(-0.4rem) translateY(0.4rem);
}
body.is-menu-open
  #AT-DJMV5_Header
  .at-djmv5_header_button-menu_dot:nth-child(5) {
  transform: translate(0.4rem) translateY(-0.4rem);
}
html[lang='ja'] #AT-DJMV5_Header .at-djmv5_header_button-online_text {
  font-weight: 600;
}
@media screen and (min-width: 960px) {
  :root {
    --fs-text: 1.5rem;
  }
  html[lang='ja'] {
    --fs-text: 1.6rem;
  }
  #AT-DJMV5_Header {
    height: 8rem;
    padding-right: calc(var(--vw) * 4.054054);
    padding-left: calc(var(--vw) * 4.054054);
    mix-blend-mode: difference;
  }
  #AT-DJMV5_Header .at-djmv5_header_inner {
    align-items: flex-end;
  }
  #AT-DJMV5_Header .at-djmv5_header_logo {
    width: 12.3rem;
  }
  #AT-DJMV5_Header .at-djmv5_header_right {
    gap: 0;
  }
  #AT-DJMV5_Header .at-djmv5_header_list {
    display: inline-flex;
    align-items: center;
    padding-right: 1.5rem;
  }
  #AT-DJMV5_Header .at-djmv5_header_button-online {
    min-height: 3.2rem;
  }
  #AT-DJMV5_Header .at-djmv5_header_button-online_text {
    font-size: 1.4rem;
  }
  #AT-DJMV5_Header .at-djmv5_header_button-menu {
    display: none;
  }
}
@media (hover: hover) {
  #AT-DJMV5_Header .at-djmv5_header_button-online_text_inner,
  #AT-DJMV5_Header .at-djmv5_header_text_inner {
    transition: transform cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
  }
  #AT-DJMV5_Header
    .at-djmv5_header_a:hover
    .at-djmv5_header_text_inner:nth-child(1) {
    transform: translateY(-105%);
  }
  #AT-DJMV5_Header
    .at-djmv5_header_a:hover
    .at-djmv5_header_text_inner:nth-child(2) {
    transform: translateY(0);
    transition-delay: 25ms;
  }
  #AT-DJMV5_Header .at-djmv5_header_button-online {
    transition:
      background-color ease 0.4s,
      color ease 0.4s;
  }
  #AT-DJMV5_Header .at-djmv5_header_button-online:hover {
    background-color: #2c2c2c !important;
    color: #fff;
  }
  #AT-DJMV5_Header
    .at-djmv5_header_button-online:hover
    .at-djmv5_header_button-online_text_inner:nth-child(1) {
    transform: translateY(-105%);
  }
  #AT-DJMV5_Header
    .at-djmv5_header_button-online:hover
    .at-djmv5_header_button-online_text_inner:nth-child(2) {
    transform: translateY(0);
    transition-delay: 25ms;
  }
}
#AT-DJMV5_Nav {
  color: var(--cl-white);
}
#AT-DJMV5_Nav .text_trim {
  text-box: trim-both cap alphabetic;
}
#AT-DJMV5_Nav {
  -webkit-backdrop-filter: blur(10px);
  display: none;
  z-index: 90;
  position: fixed;
  top: 0.4rem;
  right: 1rem;
  width: calc(var(--vw) * 58.524173);
  max-height: 100vh;
  max-height: 100lvh;
  padding: 9rem 2.5rem 2.5rem;
  border-radius: 2px;
  backdrop-filter: blur(10px);
  background-color: rgba(62, 62, 62, 0.6);
}
#AT-DJMV5_Nav .at-djmv5_nav_list {
  margin-bottom: -0.5rem;
  transition: opacity 0.3s ease-out;
}
#AT-DJMV5_Nav .at-djmv5_nav_list.is-faded-out {
  opacity: 0;
}
#AT-DJMV5_Nav .at-djmv5_nav_list.is-faded-out a {
  pointer-events: none;
}
#AT-DJMV5_Nav .at-djmv5_nav_list.-mobile {
  margin-top: 0.5rem;
}
#AT-DJMV5_Nav .at-djmv5_nav_a {
  display: inline-block;
  margin-right: -0.5rem;
  padding: 0.5rem;
  white-space: nowrap;
  color: currentColor;
}
#AT-DJMV5_Nav .at-djmv5_nav_text {
  display: block;
  margin: -0.1rem 0;
  padding: 0.3rem 0;
  font-size: 1.3rem;
  line-height: 1.2;
}
#AT-DJMV5_Nav .at-djmv5_nav_text_inner {
  display: block;
  position: relative;
  padding: 0.1rem 0;
}
#AT-DJMV5_Nav .at-djmv5_nav_text_mask {
  display: block;
}
#AT-DJMV5_Nav .at-djmv5_nav_text_mask:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
}
#AT-DJMV5_Nav .at-djmv5_nav_list-wtb {
  margin-top: -0.1rem;
  padding-top: 3rem;
}
#AT-DJMV5_Nav .at-djmv5_nav_list-wtb_a {
  display: inline-flex;
  align-items: center;
  gap: 0 0.5rem;
  color: currentColor;
}
#AT-DJMV5_Nav .at-djmv5_nav_list-wtb_icon {
  width: 1.6rem;
  height: 1.6rem;
}
#AT-DJMV5_Nav .at-djmv5_nav_list-wtb_icon img,
#AT-DJMV5_Nav .at-djmv5_nav_list-wtb_icon svg {
  display: block;
  width: 100%;
  pointer-events: none;
}
#AT-DJMV5_Nav .at-djmv5_nav_list-wtb_text {
  position: relative;
  padding: 0.1rem 0;
  font-size: 1.3rem;
  line-height: 1;
}
#AT-DJMV5_Nav .at-djmv5_nav_list-wtb_text_inner:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translateY(100%);
}
@media screen and (min-width: 960px) {
  #AT-DJMV5_Nav {
    -webkit-backdrop-filter: none;
    display: flex;
    top: auto;
    right: 0;
    bottom: 0;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    width: auto;
    min-width: 16rem;
    height: calc(var(--vh) * 100);
    max-height: none;
    padding: 0 calc(var(--vw) * 4.054054) calc(var(--vw) * 4.054054) 0;
    overflow: hidden;
    border-radius: 0;
    backdrop-filter: none;
    background-color: rgba(0, 0, 0, 0);
    text-align: right;
    mix-blend-mode: difference;
    pointer-events: none;
  }
  #AT-DJMV5_Nav a,
  #AT-DJMV5_Nav button {
    pointer-events: auto;
  }
  #AT-DJMV5_Nav .at-djmv5_nav_list.-mobile,
  #AT-DJMV5_Nav .at-djmv5_nav_list-wtb {
    display: none;
  }
  #AT-DJMV5_Nav .at-djmv5_nav_text {
    overflow: hidden;
    overflow: clip;
    font-size: 1.4rem;
  }
  #AT-DJMV5_Nav .at-djmv5_nav_text_inner {
    overflow: hidden;
    overflow: clip;
  }
  #AT-DJMV5_Nav .at-djmv5_nav_list-wtb_text {
    overflow: hidden;
    overflow: clip;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 959px) {
  #AT-DJMV5_Nav .at-djmv5_nav_text_mask:nth-child(2) {
    display: none;
  }
  #AT-DJMV5_Nav .at-djmv5_nav_list-wtb_text_inner:nth-child(2) {
    display: none;
  }
}
@media (hover: hover) {
  #AT-DJMV5_Nav .at-djmv5_nav_text_mask {
    transition: transform cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
  }
  #AT-DJMV5_Nav .at-djmv5_nav_a:hover .at-djmv5_nav_text_mask:nth-child(1) {
    transform: translateY(-105%);
  }
  #AT-DJMV5_Nav .at-djmv5_nav_a:hover .at-djmv5_nav_text_mask:nth-child(2) {
    transform: translateY(0);
    transition-delay: 25ms;
  }
}
.djmv5-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .djmv5-loading {
    background-image: url('https://assets.alphatheta.com/page-assets/djm-v5/assets/djmv5-loading-bg-pc.webp');
  }
}
@media screen and (max-width: 767px) {
  .djmv5-loading {
    background-image: url('https://assets.alphatheta.com/page-assets/djm-v5/assets/djmv5-loading-bg-sp.webp');
  }
}
.djmv5-loading .djmv5-loading-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.djmv5-loading .djmv5-loading-title {
  display: block;
}
@media screen and (min-width: 768px) {
  .djmv5-loading .djmv5-loading-title {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-loading .djmv5-loading-title {
    width: 80vw;
  }
}
.djmv5-loading.is-loaded {
  pointer-events: none;
  opacity: 0;
}
.djmv5-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.djmv5-mv video,
.djmv5-mv img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}
.djmv5-mv .djmv5-mv-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px !important;
  font-weight: 400;
  z-index: 0;
}
.djmv5-feature-icons {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons {
    padding: 120px 20px;
    background-image: url('https://assets.alphatheta.com/page-assets/djm-v5/assets/djmv5-bg-pc.webp');
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons {
    padding: 40px 20px;
    background-image: url('https://assets.alphatheta.com/page-assets/djm-v5/assets/djmv5-bg-sp.webp');
    background-size: 100% auto;
    background-repeat: repeat-y;
  }
}
.djmv5-feature-icons .djmv5-feature-icons-list {
  display: grid;
  grid-auto-flow: dense;
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons .djmv5-feature-icons-list {
    max-width: 1270px;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 98px;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons .djmv5-feature-icons-list {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 2px;
    gap: 5px;
  }
}
.djmv5-feature-icons .djmv5-feature-icons-list .djmv5-feature-icons-list-item {
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-radius: 5px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item {
    width: 100%;
    padding: 0 5px 20px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item {
    padding: 0 5px 9px;
  }
}
.djmv5-feature-icons
  .djmv5-feature-icons-list
  .djmv5-feature-icons-list-item:nth-of-type(1) {
  grid-column: 1;
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(1) {
    grid-row: span 2;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(1) {
    grid-row: span 23;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(1)
    img {
    width: 84px;
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(1)
    img {
    width: 71.59px;
    margin-bottom: 29px;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(2) {
    grid-column: 1;
    grid-row: span 4;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(2) {
    grid-column: 2;
    grid-row: span 46;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(2)
    img {
    width: 104px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(2)
    img {
    width: 85.6px;
    margin-bottom: 23.51px;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(3) {
    grid-column: 2;
    grid-row: span 4;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(3) {
    grid-column: 1;
    grid-row: span 46;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(3)
    img {
    width: 78px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 990px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(3)
    img {
    width: 78px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(3)
    img {
    width: 54.172px;
    margin-bottom: 46px;
  }
}
.djmv5-feature-icons
  .djmv5-feature-icons-list
  .djmv5-feature-icons-list-item:nth-of-type(4) {
  grid-column: 2;
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(4) {
    grid-row: span 2;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(4) {
    grid-row: span 23;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(4)
    img {
    width: 90px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(4)
    img {
    width: 70px;
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(5) {
    grid-column: 3;
    grid-row: span 3;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(5) {
    grid-column: 1;
    grid-row: span 23;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(5)
    img {
    width: 105px;
    margin-bottom: 43.91px;
  }
}
@media screen and (max-width: 990px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(5)
    img {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(5)
    img {
    width: 55px;
    margin-bottom: 17.5px;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(6) {
    grid-column: 3;
    grid-row: span 3;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(6) {
    grid-column: 2;
    grid-row: span 23;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(6)
    img {
    width: 125px;
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 990px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(6)
    img {
    width: 125px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(6)
    img {
    width: 70px;
    margin-bottom: 17.5px;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(7) {
    grid-column: 4;
    grid-row: span 2;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(7) {
    grid-column: 1;
    grid-row: span 23;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(7)
    img {
    width: 55px;
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(7)
    img {
    width: 55px;
    margin-bottom: 20px;
  }
}
.djmv5-feature-icons
  .djmv5-feature-icons-list
  .djmv5-feature-icons-list-item:nth-of-type(8) {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(8) {
    grid-row: span 1;
    grid-column: 4;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(8) {
    grid-column: 1;
    grid-row: span 11;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(8)
    img {
    width: 150px;
  }
}
@media screen and (max-width: 990px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(8)
    img {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(8)
    img {
    width: 101px;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(9) {
    grid-column: 4;
    grid-row: span 3;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(9) {
    grid-column: 1;
    grid-row: span 34;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(9)
    img {
    width: 110px;
    margin-bottom: 43.72px;
  }
}
@media screen and (max-width: 990px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(9)
    img {
    width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(9)
    img {
    width: 100px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(10) {
    grid-column: 5;
    grid-row: span 2;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(10) {
    grid-column: 2;
    grid-row: span 34;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(10)
    img {
    width: 80px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 990px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(10)
    img {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(10)
    img {
    width: 96.6px;
    margin-bottom: 43px;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(11) {
    grid-column: 5;
    grid-row: span 2;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(11) {
    grid-column: 2;
    grid-row: span 17;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(11)
    img {
    width: 76px;
    margin-bottom: 60.42px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(11)
    img {
    width: 44.558px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(12) {
    grid-column: 5;
    grid-row: span 2;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(12) {
    grid-column: 2;
    grid-row: span 17;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(12)
    img {
    width: 80px;
    margin-bottom: 50.14px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item:nth-of-type(12)
    img {
    width: 43.75px;
    margin-bottom: 26px;
  }
}
.djmv5-feature-icons
  .djmv5-feature-icons-list
  .djmv5-feature-icons-list-item
  .djmv5-feature-icons-list-item-figure {
  display: flex;
  flex-direction: column;
}
.djmv5-feature-icons
  .djmv5-feature-icons-list
  .djmv5-feature-icons-list-item
  .djmv5-feature-icons-list-item-figure
  img {
  margin-left: auto;
  margin-right: auto;
}
.djmv5-feature-icons
  .djmv5-feature-icons-list
  .djmv5-feature-icons-list-item
  .djmv5-feature-icons-list-item-figcaption {
  color: #fff;
  text-align: center;
  margin-top: auto;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item
    .djmv5-feature-icons-list-item-figcaption {
    font-size: 14px;
    line-height: 150%;
  }
}
@media screen and (max-width: 990px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item
    .djmv5-feature-icons-list-item-figcaption {
    font-size: 12px;
    line-height: 125%;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-feature-icons
    .djmv5-feature-icons-list
    .djmv5-feature-icons-list-item
    .djmv5-feature-icons-list-item-figcaption {
    font-size: 10px;
    line-height: 120%;
    letter-spacing: 1px;
  }
}
.djmv5-compare {
  position: relative;
  background-color: #ff9a32;
}
@media screen and (min-width: 960px) {
  .djmv5-compare {
    padding: 160px 20px;
  }
}
@media screen and (max-width: 959px) {
  .djmv5-compare {
    padding: 100px 20px 80px;
  }
}
@media screen and (min-width: 960px) {
  .djmv5-compare .djmv5-compare-inner {
    max-width: 1034px;
    margin-left: auto;
    margin-right: auto;
  }
}
.djmv5-compare .djmv5-compare-inner .djmv5-compare-title {
  font-weight: 300 !important;
  line-height: 100%;
  letter-spacing: 4px;
  text-align: center;
  -webkit-text-stroke-color: #363533;
  font-family: 'Michroma', sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 3px;
}
@media screen and (min-width: 960px) {
  .djmv5-compare .djmv5-compare-inner .djmv5-compare-title {
    -webkit-text-stroke-width: 1px;
    line-height: 100%;
  }
}
@media screen and (max-width: 959px) {
  .djmv5-compare .djmv5-compare-inner .djmv5-compare-title {
    -webkit-text-stroke-width: 0.75px;
    line-height: 125%;
  }
}
.djmv5-compare .djmv5-compare-inner .djmv5-compare-title span {
  -webkit-text-stroke-width: 0px;
  font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 4px;
  margin-bottom: 16px;
}
.djmv5-compare .djmv5-compare-inner .djmv5-compare-selector {
  display: none;
}
@media screen and (max-width: 959px) {
  .djmv5-compare .djmv5-compare-inner .djmv5-compare-selector {
    display: flex;
    gap: 11px;
    margin-top: 28px;
  }
}
.djmv5-compare
  .djmv5-compare-inner
  .djmv5-compare-selector
  .djmv5-compare-selector-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.djmv5-compare
  .djmv5-compare-inner
  .djmv5-compare-selector
  .djmv5-compare-selector-label {
  font-size: 12px;
  letter-spacing: 0.6px;
  opacity: 0.7;
}
.djmv5-compare
  .djmv5-compare-inner
  .djmv5-compare-selector
  .djmv5-compare-selector-select {
  cursor: pointer;
  width: 100%;
  padding: 12px 32px;
  border-radius: 60px;
  border: 1px solid #fff;
  background: hsla(0, 0%, 100%, 0.5)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M4.76562 6.75L0.00248491 5.64421e-08L9.52877 8.89256e-07L4.76562 6.75Z' fill='%23363533'/%3E%3C/svg%3E")
    no-repeat right 14px center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 10px 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.7px;
  text-align: center;
}
.djmv5-compare
  .djmv5-compare-inner
  .djmv5-compare-selector
  .djmv5-compare-selector-select:focus {
  outline: none;
  outline-offset: none;
}
.djmv5-compare
  .djmv5-compare-inner
  .djmv5-compare-selector
  .djmv5-compare-selector-select:focus-visible {
  outline: revert;
  outline-offset: revert;
}
.djmv5-compare .djmv5-compare-inner .djmv5-compare-product-list {
  display: flex;
}
@media screen and (min-width: 960px) {
  .djmv5-compare .djmv5-compare-inner .djmv5-compare-product-list {
    margin-top: 65px;
    gap: 0 40px;
  }
}
@media screen and (max-width: 959px) {
  .djmv5-compare .djmv5-compare-inner .djmv5-compare-product-list {
    margin-top: 43px;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.djmv5-compare
  .djmv5-compare-inner
  .djmv5-compare-product-list
  .djmv5-compare-product-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-product-list
    .djmv5-compare-product-list-item {
    width: 22.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-product-list
    .djmv5-compare-product-list-item {
    width: 318px;
  }
}
@media screen and (max-width: 959px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-product-list
    .djmv5-compare-product-list-item {
    margin-top: 0;
    display: none;
    width: calc(50% - 8px);
  }
}
.djmv5-compare
  .djmv5-compare-inner
  .djmv5-compare-product-list
  .djmv5-compare-product-list-item
  .djmv5-compare-product-list-item-image
  img {
  display: block;
  width: auto;
  max-width: none;
}
@media screen and (min-width: 960px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-product-list
    .djmv5-compare-product-list-item
    .djmv5-compare-product-list-item-image
    img {
    height: 300px;
  }
}
@media screen and (max-width: 959px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-product-list
    .djmv5-compare-product-list-item
    .djmv5-compare-product-list-item-image
    img {
    height: 44vw;
  }
}
.djmv5-compare
  .djmv5-compare-inner
  .djmv5-compare-product-list
  .djmv5-compare-product-list-item
  .djmv5-compare-product-list-item-title {
  width: fit-content;
}
@media screen and (min-width: 960px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-product-list
    .djmv5-compare-product-list-item
    .djmv5-compare-product-list-item-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 2px;
    border-bottom: 1px solid #363533;
    margin-top: 80px;
    transition: background-color 0.2s ease;
  }
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-product-list
    .djmv5-compare-product-list-item
    .djmv5-compare-product-list-item-title.is-fixed {
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: rgba(255, 154, 50, 0.8);
  }
}
@media screen and (max-width: 959px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-product-list
    .djmv5-compare-product-list-item
    .djmv5-compare-product-list-item-title {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-product-list
    .djmv5-compare-product-list-item.is-active {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .djmv5-compare .djmv5-compare-inner .djmv5-compare-spec-list {
    margin-top: 80px;
  }
}
@media screen and (max-width: 959px) {
  .djmv5-compare .djmv5-compare-inner .djmv5-compare-spec-list {
    margin-top: 48px;
  }
}
.djmv5-compare
  .djmv5-compare-inner
  .djmv5-compare-spec-list
  .djmv5-compare-spec-list-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-spec-list
    .djmv5-compare-spec-list-item {
    align-items: center;
    gap: 0 40px;
  }
}
@media screen and (min-width: 960px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-spec-list
    .djmv5-compare-spec-list-item
    + .djmv5-compare-spec-list-item {
    margin-top: 16px;
  }
}
@media screen and (max-width: 959px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-spec-list
    .djmv5-compare-spec-list-item
    + .djmv5-compare-spec-list-item {
    margin-top: 30px;
  }
}
.djmv5-compare
  .djmv5-compare-inner
  .djmv5-compare-spec-list
  .djmv5-compare-spec-list-item
  .djmv5-compare-spec-list-item-title {
  color: #fff;
  font-style: italic;
  width: 100%;
  border-bottom: 1px solid rgba(17, 17, 17, 0.3);
}
@media screen and (min-width: 960px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-spec-list
    .djmv5-compare-spec-list-item
    .djmv5-compare-spec-list-item-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
  }
}
@media screen and (max-width: 959px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-spec-list
    .djmv5-compare-spec-list-item
    .djmv5-compare-spec-list-item-title {
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
  }
}
.djmv5-compare
  .djmv5-compare-inner
  .djmv5-compare-spec-list
  .djmv5-compare-spec-list-item
  .djmv5-compare-spec-list-item-detail {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-spec-list
    .djmv5-compare-spec-list-item
    .djmv5-compare-spec-list-item-detail {
    width: 22.0833333333vw;
  }
}
@media screen and (min-width: 1441px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-spec-list
    .djmv5-compare-spec-list-item
    .djmv5-compare-spec-list-item-detail {
    width: 318px;
  }
}
@media screen and (max-width: 959px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-spec-list
    .djmv5-compare-spec-list-item
    .djmv5-compare-spec-list-item-detail {
    display: none;
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-spec-list
    .djmv5-compare-spec-list-item
    .djmv5-compare-spec-list-item-detail
    .djmv5-compare-spec-list-item-detail-list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-spec-list
    .djmv5-compare-spec-list-item
    .djmv5-compare-spec-list-item-detail
    .djmv5-compare-spec-list-item-detail-list {
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-spec-list
    .djmv5-compare-spec-list-item
    .djmv5-compare-spec-list-item-detail
    .djmv5-compare-spec-list-item-detail-list
    .djmv5-compare-spec-list-item-detail-list-item {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 140% !important;
  }
}
@media screen and (max-width: 959px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-spec-list
    .djmv5-compare-spec-list-item
    .djmv5-compare-spec-list-item-detail
    .djmv5-compare-spec-list-item-detail-list
    .djmv5-compare-spec-list-item-detail-list-item {
    font-weight: 300;
    font-size: 16px !important;
    line-height: 100% !important;
  }
}
.djmv5-compare
  .djmv5-compare-inner
  .djmv5-compare-spec-list
  .djmv5-compare-spec-list-item
  .djmv5-compare-spec-list-item-detail
  .djmv5-compare-spec-list-item-detail-list
  .djmv5-compare-spec-list-item-detail-list-item
  b {
  font-weight: 700;
}
.djmv5-compare
  .djmv5-compare-inner
  .djmv5-compare-spec-list
  .djmv5-compare-spec-list-item
  .djmv5-compare-spec-list-item-detail
  .djmv5-compare-spec-list-item-detail-list
  .djmv5-compare-spec-list-item-detail-list-item
  span {
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-spec-list
    .djmv5-compare-spec-list-item
    .djmv5-compare-spec-list-item-detail
    .djmv5-compare-spec-list-item-detail-list
    .djmv5-compare-spec-list-item-detail-list-item
    span {
    font-size: 36px;
  }
}
@media screen and (max-width: 959px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-spec-list
    .djmv5-compare-spec-list-item
    .djmv5-compare-spec-list-item-detail
    .djmv5-compare-spec-list-item-detail-list
    .djmv5-compare-spec-list-item-detail-list-item
    span {
    font-size: 32px;
  }
}
.djmv5-compare
  .djmv5-compare-inner
  .djmv5-compare-spec-list
  .djmv5-compare-spec-list-item
  .djmv5-compare-spec-list-item-detail
  .djmv5-compare-spec-list-item-detail-size-list
  .djmv5-compare-spec-list-item-detail-size-list-item {
  display: flex;
  align-items: baseline;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-spec-list
    .djmv5-compare-spec-list-item
    .djmv5-compare-spec-list-item-detail
    .djmv5-compare-spec-list-item-detail-size-list
    .djmv5-compare-spec-list-item-detail-size-list-item {
    width: 190px;
  }
}
@media screen and (max-width: 959px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-spec-list
    .djmv5-compare-spec-list-item
    .djmv5-compare-spec-list-item-detail
    .djmv5-compare-spec-list-item-detail-size-list
    .djmv5-compare-spec-list-item-detail-size-list-item {
    width: 150px;
  }
}
.djmv5-compare
  .djmv5-compare-inner
  .djmv5-compare-spec-list
  .djmv5-compare-spec-list-item
  .djmv5-compare-spec-list-item-detail
  .djmv5-compare-spec-list-item-detail-size-list
  .djmv5-compare-spec-list-item-detail-size-list-item
  .djmv5-compare-spec-list-item-detail-size-list-item-title {
  text-align: left;
}
@media screen and (min-width: 960px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-spec-list
    .djmv5-compare-spec-list-item
    .djmv5-compare-spec-list-item-detail
    .djmv5-compare-spec-list-item-detail-size-list
    .djmv5-compare-spec-list-item-detail-size-list-item
    .djmv5-compare-spec-list-item-detail-size-list-item-title {
    width: 60px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 959px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-spec-list
    .djmv5-compare-spec-list-item
    .djmv5-compare-spec-list-item-detail
    .djmv5-compare-spec-list-item-detail-size-list
    .djmv5-compare-spec-list-item-detail-size-list-item
    .djmv5-compare-spec-list-item-detail-size-list-item-title {
    width: 42px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 1px;
  }
}
.djmv5-compare
  .djmv5-compare-inner
  .djmv5-compare-spec-list
  .djmv5-compare-spec-list-item
  .djmv5-compare-spec-list-item-detail
  .djmv5-compare-spec-list-item-detail-size-list
  .djmv5-compare-spec-list-item-detail-size-list-item
  .djmv5-compare-spec-list-item-detail-size-list-item-detail {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 960px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-spec-list
    .djmv5-compare-spec-list-item
    .djmv5-compare-spec-list-item-detail
    .djmv5-compare-spec-list-item-detail-size-list
    .djmv5-compare-spec-list-item-detail-size-list-item
    .djmv5-compare-spec-list-item-detail-size-list-item-detail {
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1px;
    gap: 0 5px;
  }
}
@media screen and (max-width: 959px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-spec-list
    .djmv5-compare-spec-list-item
    .djmv5-compare-spec-list-item-detail
    .djmv5-compare-spec-list-item-detail-size-list
    .djmv5-compare-spec-list-item-detail-size-list-item
    .djmv5-compare-spec-list-item-detail-size-list-item-detail {
    white-space: nowrap;
    font-size: 32px;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: 1px;
    gap: 0 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-spec-list
    .djmv5-compare-spec-list-item
    .djmv5-compare-spec-list-item-detail
    .djmv5-compare-spec-list-item-detail-size-list
    .djmv5-compare-spec-list-item-detail-size-list-item
    .djmv5-compare-spec-list-item-detail-size-list-item-detail
    span {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 959px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-spec-list
    .djmv5-compare-spec-list-item
    .djmv5-compare-spec-list-item-detail
    .djmv5-compare-spec-list-item-detail-size-list
    .djmv5-compare-spec-list-item-detail-size-list-item
    .djmv5-compare-spec-list-item-detail-size-list-item-detail
    span {
    font-size: 12px;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 959px) {
  .djmv5-compare
    .djmv5-compare-inner
    .djmv5-compare-spec-list
    .djmv5-compare-spec-list-item
    .djmv5-compare-spec-list-item-detail.is-active {
    display: block;
  }
}
.djmv5-video {
  position: relative;
}
.djmv5-video .djmv5-video-inner {
  position: relative;
  height: 100vh;
  margin: 0 auto;
}
.djmv5-video .djmv5-video-inner video {
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.djmv5-video .djmv5-video-inner.is-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.djmv5-video .djmv5-video-inner .djmv5-video-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.djmv5-video .djmv5-video-inner .djmv5-video-text .djmv5-video-text-title {
  text-align: center;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  font-family: 'Michroma', sans-serif;
  font-weight: 400 !important;
  line-height: 120% !important;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .djmv5-video .djmv5-video-inner .djmv5-video-text .djmv5-video-text-title {
    -webkit-text-stroke-width: 1px;
    font-size: 32px !important;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-video .djmv5-video-inner .djmv5-video-text .djmv5-video-text-title {
    -webkit-text-stroke-width: 0.5px;
    font-size: 26px !important;
    padding: 0 20px;
  }
}
.djmv5-video
  .djmv5-video-inner
  .djmv5-video-text
  .djmv5-video-text-title
  .djmv5-video-text-title-row {
  display: block;
  overflow: hidden;
}
.djmv5-video
  .djmv5-video-inner
  .djmv5-video-text
  .djmv5-video-text-title
  .djmv5-video-text-title-row
  .djmv5-video-text-title-char {
  display: inline-block;
  letter-spacing: -0.32em;
  opacity: 1;
  transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.djmv5-video
  .djmv5-video-inner
  .djmv5-video-text
  .djmv5-video-text-title
  .djmv5-video-text-title-row
  .djmv5-video-text-title-char.-show-char {
  opacity: 1;
}
.djmv5-video
  .djmv5-video-inner
  .djmv5-video-text
  .djmv5-video-text-title.-show
  .djmv5-video-text-title-char:not(.-show-char) {
  opacity: 0;
}
.djmv5-video .djmv5-video-inner .djmv5-video-text .djmv5-video-text-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.36px;
  gap: 0 19.02px;
  margin-top: 40px !important;
  width: fit-content;
  margin-left: auto !important;
  margin-right: auto !important;
  opacity: 1;
  transition:
    opacity 0.8s cubic-bezier(0.85, 0, 0.15, 1),
    transform 0.8s cubic-bezier(0.85, 0, 0.15, 1);
}
.djmv5-video
  .djmv5-video-inner
  .djmv5-video-text
  .djmv5-video-text-link::after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-image: url('https://assets.alphatheta.com/page-assets/djm-v5/assets/djmv5-icon-video-play.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.djmv5-video .djmv5-video-inner .djmv5-video-text .djmv5-video-text-link.-show {
  opacity: 1;
  transform: translateY(0);
}
body:not([data-lang='zh-cn'])
  .djmv5-video
  .djmv5-video-inner
  .djmv5-video-text
  .djmv5-video-text-link.youtube {
  display: flex;
}
body:not([data-lang='zh-cn'])
  .djmv5-video
  .djmv5-video-inner
  .djmv5-video-text
  .djmv5-video-text-link.-tencent {
  display: none;
}
body[data-lang='zh-cn']
  .djmv5-video
  .djmv5-video-inner
  .djmv5-video-text
  .djmv5-video-text-link.-youtube {
  display: none;
}
body[data-lang='zh-cn']
  .djmv5-video
  .djmv5-video-inner
  .djmv5-video-text
  .djmv5-video-text-link.-tencent {
  display: flex;
}
.djmv5-video-modal {
  display: none;
  z-index: 150;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(var(--vw) * 100);
  height: calc(var(--vh) * 100);
  color: var(--cl-black);
}
.djmv5-video-modal-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: inherit;
}
.djmv5-video-modal-bg {
  -webkit-backdrop-filter: blur(23.5px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(23.5px);
  background: rgba(179, 179, 179, 0.8);
  cursor: pointer;
}
.djmv5-video-modal-inner {
  z-index: 10;
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  background-color: currentColor;
}
.djmv5-video-modal-video {
  width: 100%;
  height: 100%;
}
.djmv5-video-modal-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.djmv5-video-modal-close {
  display: flex;
  position: fixed;
  right: 0;
  bottom: min(6rem, var(--vh) * 7.31707317);
  left: 0;
  align-items: center;
  justify-content: center;
  width: 7.8rem;
  margin: 0 auto !important;
  gap: 0 0.6rem;
}
.djmv5-video-modal-close-text {
  display: block;
  position: relative;
  overflow: hidden;
  overflow: clip;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.djmv5-video-modal-close-text-inner {
  display: block;
  height: 100%;
}
.djmv5-video-modal-close-text-inner:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
}
.djmv5-video-modal-close-lines {
  position: relative;
  width: 1.6rem;
  height: 1px;
}
.djmv5-video-modal-close-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
}
.djmv5-video-modal-close-line:nth-child(1) {
  transform: rotate(45deg);
}
.djmv5-video-modal-close-line:nth-child(2) {
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .djmv5-video-modal-inner {
    width: calc(var(--vw) * 72.97297297);
    max-width: calc(var(--vh) * 131.70731707);
  }
}
@media (hover: hover) {
  .djmv5-video-modal-close-text-inner {
    transition: transform cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
  }
  .djmv5-video-modal-close:hover
    .djmv5-video-modal-close-text-inner:nth-child(1) {
    transform: translateY(-105%);
  }
  .djmv5-video-modal-close:hover
    .djmv5-video-modal-close-text-inner:nth-child(2) {
    transform: translateY(0);
    transition-delay: 25ms;
  }
}
.djmv5-fullscreen-item {
  overflow: hidden;
}
.djmv5-fullscreen-item .djmv5-video-text,
.djmv5-fullscreen-item .djmv5-image-djm-text,
.djmv5-fullscreen-item .djmv5-image-four-band-eq-text {
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0.5s;
}
.djmv5-fullscreen-item.-in .djmv5-video-text,
.djmv5-fullscreen-item.-in .djmv5-image-djm-text,
.djmv5-fullscreen-item.-in .djmv5-image-four-band-eq-text {
  opacity: 1;
}
.djmv5-fullscreen-item.-in:before {
  animation-name: maskInOut;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
@keyframes maskInOut {
  0% {
    transform: translateX(-100%);
  }
  45% {
    transform: translateX(0);
  }
  55% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.djmv5-image-djm {
  position: relative;
  width: 100%;
  height: 100vh;
}
.djmv5-image-djm video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.djmv5-image-djm .djmv5-image-djm-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.djmv5-image-djm .djmv5-image-djm-text .djmv5-image-djm-text-title {
  text-align: center;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  font-family: 'Michroma', sans-serif;
  font-weight: 400 !important;
  line-height: 120% !important;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .djmv5-image-djm .djmv5-image-djm-text .djmv5-image-djm-text-title {
    -webkit-text-stroke-width: 1px;
    font-size: 32px !important;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-image-djm .djmv5-image-djm-text .djmv5-image-djm-text-title {
    -webkit-text-stroke-width: 0.5px;
    font-size: 26px !important;
    padding: 0 20px;
  }
}
.djmv5-image-djm
  .djmv5-image-djm-text
  .djmv5-image-djm-text-title
  .djmv5-video-text-title-row {
  display: block;
  overflow: hidden;
}
.djmv5-image-djm
  .djmv5-image-djm-text
  .djmv5-image-djm-text-title
  .djmv5-video-text-title-row
  .djmv5-video-text-title-char {
  display: inline-block;
  letter-spacing: -0.32em;
  opacity: 1;
  transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.djmv5-image-djm
  .djmv5-image-djm-text
  .djmv5-image-djm-text-title
  .djmv5-video-text-title-row
  .djmv5-video-text-title-char.-show-char {
  opacity: 1;
}
.djmv5-image-djm
  .djmv5-image-djm-text
  .djmv5-image-djm-text-title.-show
  .djmv5-video-text-title-char:not(.-show-char) {
  opacity: 0;
}
.djmv5-image-four-band-eq {
  position: relative;
  width: 100%;
  height: 100vh;
}
.djmv5-image-four-band-eq video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.djmv5-image-four-band-eq.is-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
}
.djmv5-image-four-band-eq .djmv5-image-four-band-eq-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.djmv5-image-four-band-eq
  .djmv5-image-four-band-eq-text
  .djmv5-image-four-band-eq-text-title {
  text-align: center;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  font-family: 'Michroma', sans-serif;
  font-weight: 400 !important;
  line-height: 120% !important;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .djmv5-image-four-band-eq
    .djmv5-image-four-band-eq-text
    .djmv5-image-four-band-eq-text-title {
    -webkit-text-stroke-width: 1px;
    font-size: 32px !important;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-image-four-band-eq
    .djmv5-image-four-band-eq-text
    .djmv5-image-four-band-eq-text-title {
    -webkit-text-stroke-width: 0.5px;
    font-size: 26px !important;
    padding: 0 20px;
  }
}
.djmv5-image-four-band-eq
  .djmv5-image-four-band-eq-text
  .djmv5-image-four-band-eq-text-title
  .djmv5-video-text-title-row {
  display: block;
  overflow: hidden;
}
.djmv5-image-four-band-eq
  .djmv5-image-four-band-eq-text
  .djmv5-image-four-band-eq-text-title
  .djmv5-video-text-title-row
  .djmv5-video-text-title-char {
  display: inline-block;
  letter-spacing: -0.32em;
  opacity: 1;
  transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.djmv5-image-four-band-eq
  .djmv5-image-four-band-eq-text
  .djmv5-image-four-band-eq-text-title
  .djmv5-video-text-title-row
  .djmv5-video-text-title-char.-show-char {
  opacity: 1;
}
.djmv5-image-four-band-eq
  .djmv5-image-four-band-eq-text
  .djmv5-image-four-band-eq-text-title.-show
  .djmv5-video-text-title-char:not(.-show-char) {
  opacity: 0;
}
.djmv5-product-gallery {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media screen and (min-width: 768px) {
  .djmv5-product-gallery {
    background-image: url('https://assets.alphatheta.com/page-assets/djm-v5/assets/djmv5-bg-pc.webp');
    padding: 120px 0px 146px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-gallery {
    overflow: hidden;
    padding: 80px 0px 120px;
    background-image: url('https://assets.alphatheta.com/page-assets/djm-v5/assets/djmv5-bg-sp.webp');
    background-size: 100% auto;
    background-repeat: repeat-y;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-product-gallery .djmv5-product-gallery-text {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-gallery .djmv5-product-gallery-text {
    position: relative;
    z-index: 20;
  }
}
.djmv5-product-gallery
  .djmv5-product-gallery-text
  .djmv5-product-gallery-text-title {
  color: #fff;
  font-family: 'Michroma', sans-serif;
  font-weight: 400;
  line-height: 100% !important;
}
@media screen and (min-width: 768px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-text
    .djmv5-product-gallery-text-title {
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #fff;
    font-size: 64px !important;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-text
    .djmv5-product-gallery-text-title {
    -webkit-text-stroke-width: 1px;
    font-size: 40px !important;
  }
}
.djmv5-product-gallery
  .djmv5-product-gallery-text
  .djmv5-product-gallery-text-lead {
  color: #fff;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-text
    .djmv5-product-gallery-text-lead {
    font-size: 18px !important;
    margin-top: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-text
    .djmv5-product-gallery-text-lead {
    font-size: 14px !important;
    margin-top: 24px !important;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-product-gallery.is-first-visible:not(.is-hovering-other)
    .djmv5-product-gallery-item:first-of-type
    .djmv5-product-gallery-item-detail
    .djmv5-product-gallery-item-detail-image.is-default {
    opacity: 1 !important;
    clip-path: inset(0) !important;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-product-gallery.is-first-visible:not(.is-hovering-other)
    .djmv5-product-gallery-item:first-of-type
    .djmv5-product-gallery-item-detail
    .djmv5-product-gallery-item-detail-image:not(.is-default) {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
}
@media screen and (min-width: 768px) {
  .djmv5-product-gallery.is-hovering-other
    .djmv5-product-gallery-item:first-of-type
    .djmv5-product-gallery-item-detail
    .djmv5-product-gallery-item-detail-image.is-default {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
}
.djmv5-product-gallery .djmv5-product-gallery-list {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .djmv5-product-gallery .djmv5-product-gallery-list {
    position: relative;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-list
    .djmv5-product-gallery-item {
    max-width: 618px;
    margin-right: 45.9722222222vw;
    padding: 30px;
    border-top: 1px solid #363533;
  }
}
@media screen and (min-width: 1441px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-list
    .djmv5-product-gallery-item {
    margin-right: 662px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-list
    .djmv5-product-gallery-item {
    clip-path: inset(0 0 100% 0);
    transition: clip-path 1.4s cubic-bezier(0.25, 1, 0.3, 1);
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-list
    .djmv5-product-gallery-item.is-inview {
    clip-path: inset(0);
  }
  .djmv5-product-gallery
    .djmv5-product-gallery-list
    .djmv5-product-gallery-item.is-inview
    .djmv5-product-gallery-item-detail
    .djmv5-product-gallery-item-detail-image {
    clip-path: inset(0);
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-list
    .djmv5-product-gallery-item
    + .djmv5-product-gallery-item {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-list
    .djmv5-product-gallery-item:last-of-type {
    border-bottom: 1px solid #363533;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-list
    .djmv5-product-gallery-item:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.65);
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-list
    .djmv5-product-gallery-item:hover
    .djmv5-product-gallery-item-title
    .djmv5-product-gallery-item-title-text {
    font-size: 24px;
  }
}
@media (any-hover: hover) {
  .djmv5-product-gallery
    .djmv5-product-gallery-list
    .djmv5-product-gallery-item:hover
    .djmv5-product-gallery-item-detail
    .djmv5-product-gallery-item-detail-text {
    color: #fff;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-list
    .djmv5-product-gallery-item:hover
    .djmv5-product-gallery-item-detail
    .djmv5-product-gallery-item-detail-text {
    font-size: 16px;
    margin-top: 10px !important;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-list
    .djmv5-product-gallery-item:hover
    .djmv5-product-gallery-item-detail
    .djmv5-product-gallery-item-detail-image {
    opacity: 1 !important;
    clip-path: inset(0) !important;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-list
    .djmv5-product-gallery-item:hover
    .djmv5-product-gallery-item-detail
    .djmv5-product-gallery-item-detail-image.is-default {
    opacity: 0 !important;
    clip-path: inset(0 0 100% 0) !important;
  }
}
.djmv5-product-gallery
  .djmv5-product-gallery-list
  .djmv5-product-gallery-item
  .djmv5-product-gallery-item-title {
  display: flex;
}
@media screen and (min-width: 768px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-list
    .djmv5-product-gallery-item
    .djmv5-product-gallery-item-title {
    gap: 0 29px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-list
    .djmv5-product-gallery-item
    .djmv5-product-gallery-item-title {
    flex-direction: column;
  }
}
.djmv5-product-gallery
  .djmv5-product-gallery-list
  .djmv5-product-gallery-item
  .djmv5-product-gallery-item-title
  .djmv5-product-gallery-item-title-number {
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  color: #ff8a10;
}
@media screen and (max-width: 767px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-list
    .djmv5-product-gallery-item
    .djmv5-product-gallery-item-title
    .djmv5-product-gallery-item-title-number {
    padding-bottom: 10px;
    border-bottom: 2px solid #363533;
  }
}
.djmv5-product-gallery
  .djmv5-product-gallery-list
  .djmv5-product-gallery-item
  .djmv5-product-gallery-item-title
  .djmv5-product-gallery-item-title-text {
  font-weight: 700;
  line-height: 100%;
  transition: font-size 0.6s cubic-bezier(0.3, 1.15, 0.4, 1);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-list
    .djmv5-product-gallery-item
    .djmv5-product-gallery-item-title
    .djmv5-product-gallery-item-title-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-list
    .djmv5-product-gallery-item
    .djmv5-product-gallery-item-title
    .djmv5-product-gallery-item-title-text {
    font-size: 32px;
    padding-top: 20px;
  }
}
.djmv5-product-gallery
  .djmv5-product-gallery-list
  .djmv5-product-gallery-item
  .djmv5-product-gallery-item-detail
  .djmv5-product-gallery-item-detail-text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-list
    .djmv5-product-gallery-item
    .djmv5-product-gallery-item-detail
    .djmv5-product-gallery-item-detail-text {
    font-size: 0;
    margin-left: 52px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-list
    .djmv5-product-gallery-item
    .djmv5-product-gallery-item-detail
    .djmv5-product-gallery-item-detail-text {
    margin-top: 10px !important;
    font-size: 14px;
  }
}
.djmv5-product-gallery
  .djmv5-product-gallery-list
  .djmv5-product-gallery-item
  .djmv5-product-gallery-item-detail
  .djmv5-product-gallery-item-detail-image {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-list
    .djmv5-product-gallery-item
    .djmv5-product-gallery-item-detail
    .djmv5-product-gallery-item-detail-image {
    position: absolute;
    top: -128px;
    right: 0;
    max-width: 560px;
    width: 38.8888888889vw;
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    transition:
      opacity 0.9s cubic-bezier(0.25, 1, 0.3, 1),
      clip-path 0.9s cubic-bezier(0.25, 1, 0.3, 1);
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-list
    .djmv5-product-gallery-item
    .djmv5-product-gallery-item-detail
    .djmv5-product-gallery-item-detail-image {
    margin-top: 20px;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.9s cubic-bezier(0.25, 1, 0.3, 1);
    transition-delay: 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-list
    .djmv5-product-gallery-item
    .djmv5-product-gallery-item-detail
    .djmv5-product-gallery-item-detail-image.is-default {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-gallery
    .djmv5-product-gallery-list
    .djmv5-product-gallery-item
    .djmv5-product-gallery-item-detail
    .djmv5-product-gallery-item-detail-image.is-default {
    display: none;
  }
}
.djmv5-product-360view {
  position: relative;
  z-index: 40;
  background: linear-gradient(106deg, #fff 0%, #221e19 100%);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .djmv5-product-360view {
    padding: 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-360view {
    padding: 161px 0 121px;
  }
}
.djmv5-product-360view-item canvas {
  position: relative;
  top: -40px;
  padding-bottom: 40px;
  display: flex;
  margin-left: auto !important;
  margin-right: auto !important;
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .djmv5-product-360view-item canvas {
    width: 880px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 920px) {
  .djmv5-product-360view-item canvas {
    width: 95.652173913vw !important;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-360view-item canvas {
    width: 96vw !important;
    margin: 0 calc(50% - 48vw) !important;
  }
}
.cloudimage-360-view-360-icon {
  display: none;
}
.djmv5-product-360view-label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  text-align: center;
  pointer-events: none;
}
.djmv5-product-360view-label-range {
  display: flex;
  align-items: center;
  width: 147px;
}
.djmv5-product-360view-label-range input[type='range'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.djmv5-product-360view-label-range
  input[type='range']::-webkit-slider-runnable-track {
  height: 1px;
  background-color: #fff;
}
.djmv5-product-360view-label-range input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.3rem;
  height: 1.3rem;
  margin-top: -0.6rem;
  border: 2px solid #ff8a10;
  border-radius: 50%;
  background-color: #837e76;
  box-shadow: none;
  cursor: pointer;
}
.djmv5-product-360view-label-range input[type='range']::-moz-range-track {
  height: 1px;
  background-color: #fff;
}
.djmv5-product-360view-label-range input[type='range']::-moz-range-thumb {
  width: 1.3rem;
  height: 1.3rem;
  border: 2px solid #ff8a10;
  border-radius: 50%;
  background-color: #837e76;
  box-shadow: none;
  cursor: pointer;
}
.djmv5-product-360view-label-range input[type='range']::-ms-track {
  height: 1px;
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.djmv5-product-360view-label-range input[type='range']::-ms-fill-lower,
.djmv5-product-360view-label-range input[type='range']::-ms-fill-upper {
  background-color: #fff;
}
.djmv5-product-360view-label-range input[type='range']::-ms-thumb {
  width: 1.3rem;
  height: 1.3rem;
  border: 2px solid #ff8a10;
  border-radius: 50%;
  background-color: #837e76;
}
.djmv5-product-360view-label-text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.54px;
  white-space: nowrap;
}
.djmv5-sound-quality {
  position: relative;
  z-index: 40;
  background: linear-gradient(100deg, #363533 0%, #151414 100%);
  color: #fff;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .djmv5-sound-quality {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-sound-quality {
    padding: 60px 20px;
  }
}
.djmv5-sound-quality .djmv5-sound-quality-inner {
  display: flex;
}
@media screen and (min-width: 768px) {
  .djmv5-sound-quality .djmv5-sound-quality-inner {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1441px) {
  .djmv5-sound-quality .djmv5-sound-quality-inner {
    gap: 0 124px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-sound-quality .djmv5-sound-quality-inner {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-sound-quality .djmv5-sound-quality-text-wrap {
    max-width: 534px;
  }
}
.djmv5-sound-quality .djmv5-sound-quality-title {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0 15px;
  -webkit-text-stroke-color: #fff;
  font-family: 'Michroma', sans-serif;
  font-weight: 400;
}
.djmv5-sound-quality
  .djmv5-sound-quality-title
  .djmv5-sound-quality-title-deco {
  position: relative;
  width: 4px;
  flex-shrink: 0;
  border-radius: 3px;
  background: #ff8a10;
}
.djmv5-sound-quality
  .djmv5-sound-quality-title
  .djmv5-sound-quality-title-deco::before {
  content: '';
  position: absolute;
  inset: -6px;
  background: #ff8a10;
  border-radius: 6px;
  filter: blur(10px);
  opacity: 0.7;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .djmv5-sound-quality
    .djmv5-sound-quality-title
    .djmv5-sound-quality-title-text {
    font-size: 32px !important;
    line-height: 100% !important;
    letter-spacing: 0.96px;
    -webkit-text-stroke-width: 1px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-sound-quality
    .djmv5-sound-quality-title
    .djmv5-sound-quality-title-text {
    font-size: 20px !important;
    line-height: 125% !important;
    letter-spacing: 0.96px;
    -webkit-text-stroke-width: 0.5px;
    letter-spacing: 0.8px;
  }
}
.djmv5-sound-quality .djmv5-sound-quality-text {
  color: #fff;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .djmv5-sound-quality .djmv5-sound-quality-text {
    font-size: 18px;
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-sound-quality .djmv5-sound-quality-text {
    font-size: 14px;
    margin-top: 30px !important;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .djmv5-sound-quality .djmv5-sound-quality-image {
    max-width: 651px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-sound-quality .djmv5-sound-quality-image {
    width: 100%;
    margin-top: 40px;
  }
}
.djmv5-product-details-info01 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 40;
}
@media screen and (min-width: 768px) {
  .djmv5-product-details-info01 {
    padding: 120px 0 160px;
    background-image: url('https://assets.alphatheta.com/page-assets/djm-v5/assets/djmv5-bg-pc.webp');
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-details-info01 {
    padding: 120px 0;
    background-image: url('https://assets.alphatheta.com/page-assets/djm-v5/assets/djmv5-bg-sp.webp');
    background-size: 100% auto;
    background-repeat: repeat-y;
  }
}
.djmv5-product-details-info01 .djmv5-product-details-info01-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .djmv5-product-details-info01 .djmv5-product-details-info01-list {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-details-info01 .djmv5-product-details-info01-list {
    flex-direction: column;
    gap: 30px 0;
  }
}
.djmv5-product-details-info01
  .djmv5-product-details-info01-list
  .djmv5-product-details-info01-list-item {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.9s cubic-bezier(0.25, 1, 0.3, 1);
}
@media screen and (min-width: 768px) {
  .djmv5-product-details-info01
    .djmv5-product-details-info01-list
    .djmv5-product-details-info01-list-item {
    width: 620px;
    padding: 0 20px;
    box-sizing: content-box;
  }
  .djmv5-product-details-info01
    .djmv5-product-details-info01-list
    .djmv5-product-details-info01-list-item:nth-of-type(2) {
    transition-delay: 0.2s;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-details-info01
    .djmv5-product-details-info01-list
    .djmv5-product-details-info01-list-item {
    padding: 0 20px;
  }
}
.djmv5-product-details-info01
  .djmv5-product-details-info01-list
  .djmv5-product-details-info01-list-item.is-inview {
  clip-path: inset(0);
}
.djmv5-product-details-info01
  .djmv5-product-details-info01-list
  .djmv5-product-details-info01-list-item
  .djmv5-product-details-info01-list-item-title {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0 15px;
}
@media screen and (min-width: 768px) {
  .djmv5-product-details-info01
    .djmv5-product-details-info01-list
    .djmv5-product-details-info01-list-item
    .djmv5-product-details-info01-list-item-title {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-details-info01
    .djmv5-product-details-info01-list
    .djmv5-product-details-info01-list-item
    .djmv5-product-details-info01-list-item-title {
    margin-top: 20px !important;
  }
}
.djmv5-product-details-info01
  .djmv5-product-details-info01-list
  .djmv5-product-details-info01-list-item
  .djmv5-product-details-info01-list-item-title
  .djmv5-product-details-info01-list-item-title-deco {
  position: relative;
  width: 4px;
  flex-shrink: 0;
  border-radius: 3px;
  background: #ff8a10;
}
.djmv5-product-details-info01
  .djmv5-product-details-info01-list
  .djmv5-product-details-info01-list-item
  .djmv5-product-details-info01-list-item-title
  .djmv5-product-details-info01-list-item-title-deco::before {
  content: '';
  position: absolute;
  inset: -6px;
  background: #ff8a10;
  border-radius: 6px;
  filter: blur(10px);
  opacity: 0.7;
  z-index: -1;
}
.djmv5-product-details-info01
  .djmv5-product-details-info01-list
  .djmv5-product-details-info01-list-item
  .djmv5-product-details-info01-list-item-title
  .djmv5-product-details-info01-list-item-title-text {
  font-family: 'Michroma', sans-serif;
  font-weight: 400;
  color: #fff;
  -webkit-text-stroke-color: #fff;
}
@media screen and (min-width: 768px) {
  .djmv5-product-details-info01
    .djmv5-product-details-info01-list
    .djmv5-product-details-info01-list-item
    .djmv5-product-details-info01-list-item-title
    .djmv5-product-details-info01-list-item-title-text {
    font-size: 22px;
    line-height: 150%;
    -webkit-text-stroke-width: 0.5px;
    letter-spacing: 1.1px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-details-info01
    .djmv5-product-details-info01-list
    .djmv5-product-details-info01-list-item
    .djmv5-product-details-info01-list-item-title
    .djmv5-product-details-info01-list-item-title-text {
    font-size: 20px;
    line-height: 100%;
    -webkit-text-stroke-width: 0.25px;
    line-height: 125%;
    letter-spacing: 0.45px;
  }
}
.djmv5-product-details-info01
  .djmv5-product-details-info01-list
  .djmv5-product-details-info01-list-item
  .djmv5-product-details-info01-list-item-text {
  font-weight: 300;
  line-height: 150%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .djmv5-product-details-info01
    .djmv5-product-details-info01-list
    .djmv5-product-details-info01-list-item
    .djmv5-product-details-info01-list-item-text {
    font-size: 18px;
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-details-info01
    .djmv5-product-details-info01-list
    .djmv5-product-details-info01-list-item
    .djmv5-product-details-info01-list-item-text {
    font-size: 14px;
    margin-top: 14px !important;
  }
}
.djmv5-product-details-info01
  .djmv5-product-details-info01-list
  .djmv5-product-details-info01-list-item
  .djmv5-product-details-info01-list-item-note {
  display: block;
  font-weight: 300;
  line-height: 150%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .djmv5-product-details-info01
    .djmv5-product-details-info01-list
    .djmv5-product-details-info01-list-item
    .djmv5-product-details-info01-list-item-note {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-details-info01
    .djmv5-product-details-info01-list
    .djmv5-product-details-info01-list-item
    .djmv5-product-details-info01-list-item-note {
    font-size: 12px;
    margin-top: 8px;
  }
}
.djmv5-product-details-info01
  .djmv5-product-details-info01-list
  .djmv5-product-details-info01-list-item
  .djmv5-product-details-info01-list-item-image {
  width: 100%;
}
.djmv5-product-details-info02 {
  position: relative;
  z-index: 40;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media screen and (min-width: 768px) {
  .djmv5-product-details-info02 {
    background-image: url('https://assets.alphatheta.com/page-assets/djm-v5/assets/djmv5-bg-pc.webp');
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-details-info02 {
    background-image: url('https://assets.alphatheta.com/page-assets/djm-v5/assets/djmv5-bg-sp.webp');
    background-size: 100% auto;
    background-repeat: repeat-y;
  }
}
.djmv5-product-details-info02 .djmv5-product-details-info02-inner {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1.5s cubic-bezier(0.25, 1, 0.3, 1);
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .djmv5-product-details-info02 .djmv5-product-details-info02-inner {
    padding: 80px 20px 85.91px;
    background-image: url('https://assets.alphatheta.com/page-assets/djm-v5/assets/djmv5-product-details-info02-bg-pc.webp');
    background-position: bottom left;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-details-info02 .djmv5-product-details-info02-inner {
    padding: 60px 20px;
    background-image: url('https://assets.alphatheta.com/page-assets/djm-v5/assets/djmv5-product-details-info02-bg-sp.webp');
    background-position: center;
  }
}
.djmv5-product-details-info02 .djmv5-product-details-info02-inner.is-inview {
  clip-path: inset(0);
}
@media screen and (min-width: 768px) {
  .djmv5-product-details-info02 .djmv5-product-details-info02-content {
    max-width: 1294px;
    margin-left: auto;
    margin-right: auto;
  }
}
.djmv5-product-details-info02 .djmv5-product-details-info02-title {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0 15px;
}
.djmv5-product-details-info02
  .djmv5-product-details-info02-title
  .djmv5-product-details-info02-title-deco {
  position: relative;
  width: 4px;
  flex-shrink: 0;
  border-radius: 3px;
  background: #ff8a10;
}
.djmv5-product-details-info02
  .djmv5-product-details-info02-title
  .djmv5-product-details-info02-title-deco::before {
  content: '';
  position: absolute;
  inset: -6px;
  background: #ff8a10;
  border-radius: 6px;
  filter: blur(10px);
  opacity: 0.7;
  z-index: -1;
}
.djmv5-product-details-info02
  .djmv5-product-details-info02-title
  .djmv5-product-details-info02-title-text {
  color: #fff;
  font-family: 'Michroma', sans-serif;
  -webkit-text-stroke-color: #fff;
}
@media screen and (min-width: 768px) {
  .djmv5-product-details-info02
    .djmv5-product-details-info02-title
    .djmv5-product-details-info02-title-text {
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    -webkit-text-stroke-width: 1px;
    letter-spacing: 0.96px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-details-info02
    .djmv5-product-details-info02-title
    .djmv5-product-details-info02-title-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.96px;
  }
}
.djmv5-product-details-info02 .djmv5-product-details-info02-lead {
  color: #fff;
  font-weight: 300;
  line-height: 175%;
}
@media screen and (min-width: 768px) {
  .djmv5-product-details-info02 .djmv5-product-details-info02-lead {
    text-shadow: 2px 2px 5px #000;
    font-size: 18px;
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-details-info02 .djmv5-product-details-info02-lead {
    font-size: 14px;
    margin-top: 34px !important;
  }
}
.djmv5-product-details-info02 .djmv5-product-details-info02-item-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .djmv5-product-details-info02 .djmv5-product-details-info02-item-list {
    margin-top: 50px;
    gap: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-product-details-info02 .djmv5-product-details-info02-item-list {
    flex-direction: column;
    margin-top: 273px;
    gap: 20px 0;
  }
}
.djmv5-product-details-info02
  .djmv5-product-details-info02-item-list
  .djmv5-product-details-info02-item-list-item {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.9s cubic-bezier(0.25, 1, 0.3, 1);
}
.djmv5-product-details-info02
  .djmv5-product-details-info02-item-list
  .djmv5-product-details-info02-item-list-item.is-inview {
  clip-path: inset(0);
}
@media screen and (min-width: 768px) {
  .djmv5-product-details-info02
    .djmv5-product-details-info02-item-list
    .djmv5-product-details-info02-item-list-item {
    max-width: 620px;
  }
}
.djmv5-product-details-info02
  .djmv5-product-details-info02-item-list
  .djmv5-product-details-info02-item-list-item
  .djmv5-product-details-info02-item-list-item-title {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  padding: 16px 24px 60px;
  border-radius: 5px;
  background: rgba(72, 72, 65, 0.6);
  backdrop-filter: blur(5px);
}
@media screen and (min-width: 768px) {
  .djmv5-product-details-info02
    .djmv5-product-details-info02-item-list
    .djmv5-product-details-info02-item-list-item
    .djmv5-product-details-info02-item-list-item-title {
    width: fit-content;
  }
}
.djmv5-product-details-info02
  .djmv5-product-details-info02-item-list
  .djmv5-product-details-info02-item-list-item
  .djmv5-product-details-info02-item-list-item-title
  span {
  display: inline-block;
}
.djmv5-product-details-info02
  .djmv5-product-details-info02-item-list
  .djmv5-product-details-info02-item-list-item
  .djmv5-product-details-info02-item-list-item-image {
  position: relative;
  margin-top: -44px;
}
.djmv5-buy {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 40;
  box-sizing: border-box;
  background-size: cover;
  background-image: url('https://assets.alphatheta.com/page-assets/djm-v5/assets/djmv5-buy-bg.webp');
}
@media screen and (min-width: 768px) {
  .djmv5-buy {
    display: flex;
    items-align: center;
    width: 100%;
    height: 824px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-buy {
    padding: 120px 26px;
    height: 764px;
    background-position: top 0 left calc(50% + 170px);
  }
}
.djmv5-buy .djmv5-buy-inner {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .djmv5-buy .djmv5-buy-inner {
    position: absolute;
    max-width: 400px;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% + 147px);
  }
}
@media screen and (max-width: 1230px) {
  .djmv5-buy .djmv5-buy-inner {
    left: auto;
    right: 120px;
  }
}
@media screen and (max-width: 930px) {
  .djmv5-buy .djmv5-buy-inner {
    right: 70px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-buy .djmv5-buy-inner {
    justify-content: center;
    left: auto;
    right: auto;
  }
}
.djmv5-buy .djmv5-buy-inner .djmv5-buy-content {
  width: 100%;
}
.djmv5-buy .djmv5-buy-inner .djmv5-buy-title {
  width: 100%;
}
.djmv5-buy .djmv5-buy-inner .djmv5-buy-title img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .djmv5-buy .djmv5-buy-inner .djmv5-buy-title img {
    width: 208px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-buy .djmv5-buy-inner .djmv5-buy-title img {
    width: 200px;
  }
}
.djmv5-buy .djmv5-buy-inner .djmv5-buy-text {
  color: #fff;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .djmv5-buy .djmv5-buy-inner .djmv5-buy-text {
    font-size: 16px;
    letter-spacing: 2.4px;
    margin-top: 24px !important;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-buy .djmv5-buy-inner .djmv5-buy-text {
    text-align: center;
    text-shadow: 0 1px 20px rgba(208, 197, 182, 0.6);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.2px;
    margin-top: 30px !important;
  }
}
.djmv5-buy .djmv5-buy-inner .djmv5-buy-link {
  width: fit-content;
  display: block;
  color: #fff;
  text-align: center;
  background: #363533;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
  padding: 13px;
}
@media screen and (min-width: 768px) {
  .djmv5-buy .djmv5-buy-inner .djmv5-buy-link {
    margin-top: 36px;
    width: 300.77px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-buy .djmv5-buy-inner .djmv5-buy-link {
    margin-top: 422px;
    margin-left: auto;
    margin-right: auto;
    width: 283px;
  }
}
.djmv5-buy .djmv5-buy-inner .djmv5-buy-link.-onlineStore {
  display: none;
}
body[data-lang='ja'] .djmv5-buy .djmv5-buy-inner .djmv5-buy-link,
body[data-lang='en'][data-vc='US']
  .djmv5-buy
  .djmv5-buy-inner
  .djmv5-buy-link.-whereToBuy {
  display: none;
}
body[data-lang='en'][data-vc='US']
  .djmv5-buy
  .djmv5-buy-inner
  .djmv5-buy-link.-onlineStore {
  display: block;
}
.djmv5-buy .djmv5-buy-inner .djmv5-buy-link-logolist {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .djmv5-buy .djmv5-buy-inner .djmv5-buy-link-logolist {
    width: 383px;
    margin-top: 36px;
    gap: 20px 15px;
    justify-content: center;
  }
}
@media screen and (max-width: 1010px) {
  .djmv5-buy .djmv5-buy-inner .djmv5-buy-link-logolist {
    width: 300.77px;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-buy .djmv5-buy-inner .djmv5-buy-link-logolist {
    max-width: 283px;
    margin-top: 420px;
    justify-content: space-between;
    gap: 20px 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .djmv5-buy
    .djmv5-buy-inner
    .djmv5-buy-link-logolist
    .djmv5-buy-link-logolist-item {
    width: calc(50% - 10px);
  }
}
.djmv5-buy
  .djmv5-buy-inner
  .djmv5-buy-link-logolist
  .djmv5-buy-link-logolist-item.-ikebemusic {
  width: 104px;
}
.djmv5-buy
  .djmv5-buy-inner
  .djmv5-buy-link-logolist
  .djmv5-buy-link-logolist-item.-soundhouse {
  width: 158px;
}
.djmv5-buy
  .djmv5-buy-inner
  .djmv5-buy-link-logolist
  .djmv5-buy-link-logolist-item.-shimamuragakki {
  width: 82.5px;
}
.djmv5-buy
  .djmv5-buy-inner
  .djmv5-buy-link-logolist
  .djmv5-buy-link-logolist-item.-rockon {
  width: 86px;
}
.djmv5-buy
  .djmv5-buy-inner
  .djmv5-buy-link-logolist
  .djmv5-buy-link-logolist-item.-otairecord {
  width: 54px;
}
.djmv5-buy
  .djmv5-buy-inner
  .djmv5-buy-link-logolist
  .djmv5-buy-link-logolist-item.-mikigakki {
  width: 29.5px;
}
.djmv5-product-specification {
  position: relative;
  z-index: 40;
  background-color: #fff;
}
.text_trim {
  text-box: trim-both cap alphabetic;
}
.djmv5-product-specification-inner {
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem 10rem;
  color: var(--cl-black);
}
@media screen and (min-width: 960px) {
  .djmv5-product-specification-inner {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 959px) {
  .djmv5-product-specification-inner {
    padding-bottom: 58px;
  }
}
.djmv5-product-specification-item {
  display: flex;
  flex-direction: column;
  padding-top: 6rem;
  gap: 3rem 0;
}
.djmv5-product-specification-head {
  display: flex;
  flex-direction: column;
  gap: 6rem 0;
}
.djmv5-product-specification-title {
  font-weight: var(--fw-default);
  font-size: 1.8rem;
  letter-spacing: 0.02em;
}
.djmv5-product-specification-gallery {
  flex-direction: column;
  width: calc(var(--vw) * 20.81081081);
  padding-top: 4rem;
  gap: 0.5rem;
}
@media screen and (max-width: 959px) {
  .djmv5-product-specification-gallery {
    width: 100vw;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0;
    display: flex;
    gap: 6rem;
  }
}
.djmv5-product-specification-gallery_main {
  position: relative;
  aspect-ratio: 308/356;
  width: 100%;
  background-color: #f8f8f8;
  cursor: zoom-in;
}
.djmv5-product-specification-gallery_main_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #fff;
}
.djmv5-product-specification-gallery_main_img img,
.djmv5-product-specification-gallery_main_img picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.djmv5-product-specification-gallery_main_img_in {
  width: 100%;
  height: 100%;
}
.djmv5-product-specification-gallery_thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.5rem;
}
.djmv5-product-specification-gallery_thumb {
  display: block;
  position: relative;
  aspect-ratio: 56/64;
  width: 100%;
  cursor: pointer;
  transition: opacity 0.4s;
}
.djmv5-product-specification-gallery_thumb.is-current {
  opacity: 0.6;
}
.djmv5-product-specification-gallery_thumb img,
.djmv5-product-specification-gallery_thumb picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}
.djmv5-product-specification-banner-block {
  width: 100%;
  display: block;
}
@media screen and (min-width: 960px) {
  .djmv5-product-specification-banner-block.onlyPC {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 959px) {
  .djmv5-product-specification-banner-block.onlyTAB {
    padding-top: 0;
  }
}
body[data-lang='ja'] .djmv5-product-specification-banner-block,
body[data-lang='zh-cn'] .djmv5-product-specification-banner-block,
body[data-vc='US'] .djmv5-product-specification-banner-block,
body[data-vc='JP'] .djmv5-product-specification-banner-block,
body[data-vc='AU'] .djmv5-product-specification-banner-block,
body[data-vc='CN'] .djmv5-product-specification-banner-block,
body[data-vc='IN'] .djmv5-product-specification-banner-block,
body[data-vc='BR'] .djmv5-product-specification-banner-block,
body[data-vc='MX'] .djmv5-product-specification-banner-block,
body[data-vc='CO'] .djmv5-product-specification-banner-block {
  display: none;
}
.djmv5-product-specification-banners {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
.djmv5-product-specification-banner {
  display: block;
}
.djmv5-product-specification-banner picture,
.djmv5-product-specification-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.djmv5-product-specification-spec {
  display: flex;
  flex-direction: column;
  border-top: solid 1px #b1b1b1;
}
.djmv5-product-specification-spec-item.is-opened {
  border-bottom: solid 0 #b1b1b1;
}
.djmv5-product-specification-spec-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
  cursor: pointer;
}
.djmv5-product-specification-spec-title {
  font-weight: var(--fw-default);
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.djmv5-product-specification-spec-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
}
.djmv5-product-specification-spec-icon_lines {
  position: relative;
  width: inherit;
  height: 1px;
}
.djmv5-product-specification-spec-icon_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.85s;
}
.djmv5-product-specification-spec-icon_line:nth-child(2) {
  transform: rotate(90deg);
}
.is-opened .djmv5-product-specification-spec-icon_line:nth-child(2) {
  transform: rotate(90deg) scaleX(0);
}
.djmv5-product-specification-spec-body-tr {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0;
  gap: 1rem 0;
  font-weight: var(--fw-default);
  font-size: var(--fs-text);
  line-height: var(--lh-text);
  letter-spacing: 0;
}
.djmv5-product-specification-spec-body-tr:not(:last-child) {
  border-bottom: solid 1px #e1e1e1;
}
.djmv5-product-specification-spec-body-th {
  opacity: 0.5;
  font-size: 15.6px;
}
.djmv5-product-specification-spec-body-td {
  font-size: 15.6px;
}
.djmv5-product-specification-buttons {
  display: flex;
  justify-content: flex-end;
  padding-top: 2rem;
  gap: 0 0.5rem;
}
.djmv5-product-specification-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.5rem;
  min-height: 2.6rem;
  border-radius: 0.3rem;
  background-color: #ececec;
}
.djmv5-product-specification-button_text {
  position: relative;
  overflow: hidden;
  overflow: clip;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0;
}
.djmv5-product-specification-button_text_inner {
  display: block;
}
.djmv5-product-specification-button_text_inner:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
}
.djmv5-product-specification-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.djmv5-product-specification-info-item {
  display: flex;
  position: relative;
  align-items: center;
  padding: 1.2rem;
  gap: 0 0.7rem;
  border-radius: 0.8rem;
  background-color: #f8f8f8;
}
.djmv5-product-specification-info-icon {
  flex-shrink: 1;
  width: 2.4rem;
  height: 2.4rem;
}
.djmv5-product-specification-info-icon svg,
.djmv5-product-specification-info-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.djmv5-product-specification-info-text {
  padding-right: 3.8rem;
  font-weight: var(--fw-default);
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.djmv5-product-specification-info-dot {
  position: absolute;
  right: 1.7rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: currentColor;
}
.djmv5-product-specification-modal {
  display: none;
  z-index: 150;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(var(--vw) * 100);
  height: calc(var(--vh) * 100);
  padding: 17.25px;
  background-color: #f8f8f8;
  color: var(--cl-black);
}
.djmv5-product-specification-modal-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.djmv5-product-specification-modal-close {
  display: inline-flex;
  z-index: 50;
  position: absolute;
  top: 51.75px;
  right: 58.3784px;
  align-items: center;
  gap: 0 8.625px;
}
.djmv5-product-specification-modal-inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: var(--cl-white);
}
.djmv5-product-specification-modal-controller {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  gap: 0 2rem;
}
.djmv5-product-specification-modal-controller-line {
  display: block;
  position: relative;
  width: calc(var(--vw) * 11.486);
  height: 1px;
  overflow: hidden;
  overflow: clip;
}
.djmv5-product-specification-modal-controller-line:before,
.djmv5-product-specification-modal-controller-line:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  content: '';
}
.djmv5-product-specification-modal-controller-text {
  position: relative;
  overflow: hidden;
  overflow: clip;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.djmv5-product-specification-modal-controller-text-inner {
  display: block;
  font-size: 13.8px;
  white-space: nowrap;
}
.djmv5-product-specification-modal-controller-text-inner:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
}
.djmv5-product-specification-modal-center {
  position: relative;
  width: calc(var(--vw) * 52.08);
  height: 100%;
}
.djmv5-product-specification-modal-list-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.djmv5-product-specification-modal-list-item img,
.djmv5-product-specification-modal-list-item picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.djmv5-product-specification-modal-list-img {
  width: inherit;
  height: inherit;
}
.djmv5-product-specification-modal-close-text {
  display: block;
  position: relative;
  overflow: hidden;
  overflow: clip;
  font-size: 13.8px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.djmv5-product-specification-modal-close-text-inner {
  display: block;
  height: 100%;
}
.djmv5-product-specification-modal-close-text-inner:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
}
.djmv5-product-specification-modal-close-lines {
  position: relative;
  width: 13.7969px;
  height: 1px;
}
.djmv5-product-specification-modal-close-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
}
.djmv5-product-specification-modal-close-line:nth-child(1) {
  transform: rotate(45deg);
}
.djmv5-product-specification-modal-close-line:nth-child(2) {
  transform: rotate(-45deg);
}
@media (hover: hover) {
  .djmv5-product-specification-banner img {
    transition: opacity ease 0.4s;
  }
  .djmv5-product-specification-banner:hover img {
    opacity: 0.5;
  }
  .djmv5-product-specification-button {
    transition: background-color ease 0.4s;
  }
  .djmv5-product-specification-button:hover {
    background-color: rgba(236, 236, 236, 0.5019607843);
  }
  .djmv5-product-specification-button:hover
    .djmv5-product-specification-button_text_inner:nth-child(1) {
    transform: translateY(-105%);
  }
  .djmv5-product-specification-button:hover
    .djmv5-product-specification-button_text_inner:nth-child(2) {
    transform: translateY(0);
    transition-delay: 25ms;
  }
  .djmv5-product-specification-info-item {
    transition: background-color ease 0.4s;
  }
  .djmv5-product-specification-info-item:hover {
    background-color: rgba(236, 236, 236, 0.5019607843);
  }
  .djmv5-product-specification-modal-controller-text-inner {
    transition: transform cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
  }
  .djmv5-product-specification-modal-controller-line:before,
  .djmv5-product-specification-modal-controller-line:after {
    transition: transform cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
  }
  .djmv5-product-specification-modal-close-text-inner {
    transition: transform cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
  }
  .djmv5-product-specification-modal-right
    .djmv5-product-specification-modal-controller-line:before {
    transition-delay: 75ms;
  }
  .djmv5-product-specification-modal-right
    .djmv5-product-specification-modal-controller-line:after {
    transform: translate(-100%);
  }
  .djmv5-product-specification-modal-left
    .djmv5-product-specification-modal-controller-line:before {
    transition-delay: 75ms;
  }
  .djmv5-product-specification-modal-left
    .djmv5-product-specification-modal-controller-line:after {
    transform: translate(100%);
  }
  .djmv5-product-specification-modal-controller:hover
    .djmv5-product-specification-modal-controller-text-inner:nth-child(1) {
    transform: translateY(-105%);
  }
  .djmv5-product-specification-modal-controller:hover
    .djmv5-product-specification-modal-controller-text-inner:nth-child(2) {
    transform: translateY(0);
    transition-delay: 25ms;
  }
  .djmv5-product-specification-modal-right
    .djmv5-product-specification-modal-controller:hover
    .djmv5-product-specification-modal-controller-line:before {
    transform: translate(100%);
    transition-delay: 0s;
  }
  .djmv5-product-specification-modal-right
    .djmv5-product-specification-modal-controller:hover
    .djmv5-product-specification-modal-controller-line:after {
    transform: translate(0);
    transition-delay: 75ms;
  }
  .djmv5-product-specification-modal-left
    .djmv5-product-specification-modal-controller:hover
    .djmv5-product-specification-modal-controller-line:before {
    transform: translate(-100%);
    transition-delay: 0s;
  }
  .djmv5-product-specification-modal-left
    .djmv5-product-specification-modal-controller:hover
    .djmv5-product-specification-modal-controller-line:after {
    transform: translate(0);
    transition-delay: 75ms;
  }
  .djmv5-product-specification-modal-close:hover
    .djmv5-product-specification-modal-close-text-inner:nth-child(1) {
    transform: translateY(-105%);
  }
  .djmv5-product-specification-modal-close:hover
    .djmv5-product-specification-modal-close-text-inner:nth-child(2) {
    transform: translateY(0);
    transition-delay: 25ms;
  }
}
@media screen and (min-width: 960px) {
  .djmv5-product-specification-inner {
    padding-top: 6rem;
    padding-right: calc(var(--vw) * 11.486486);
    padding-left: calc(var(--vw) * 11.486486);
  }
  .djmv5-product-specification-item {
    flex-direction: row;
    padding-top: 10rem;
    gap: 0;
  }
  .djmv5-product-specification-head {
    display: block;
    flex-shrink: 1;
    width: calc(var(--vw) * 29.7297297);
  }
  .djmv5-product-specification-title {
    font-size: 3rem;
  }
  .djmv5-product-specification-gallery {
    display: flex;
    gap: 2rem;
  }
  .djmv5-product-specification-banner-block {
    width: calc(var(--vw) * 20.81081081);
  }
  .djmv5-product-specification-body {
    width: calc(100% - var(--vw) * 29.7297297);
  }
  .djmv5-product-specification-spec-head {
    padding: 3rem calc(var(--vw) * 1.351351351);
  }
  .djmv5-product-specification-spec-title {
    font-size: 1.8rem;
  }
  .djmv5-product-specification-spec-body-tr {
    flex-direction: row;
    padding: 1.5rem calc(var(--vw) * 1.351351351);
    gap: 0;
  }
  .djmv5-product-specification-spec-body-th {
    width: 44.767%;
    padding-right: 1.5rem;
    font-size: 13.5px;
  }
  .djmv5-product-specification-spec-body-td {
    width: 55.233%;
    font-size: 13.8px;
  }
  .djmv5-product-specification-button {
    width: 13rem;
    min-height: 3.2rem;
  }
  .djmv5-product-specification-button_text {
    font-size: 1.5rem;
  }
  .djmv5-product-specification-info-item {
    padding: 2rem;
    gap: 0 1.2rem;
  }
  .djmv5-product-specification-info-icon {
    width: 3rem;
    height: 3rem;
  }
  .djmv5-product-specification-info-text {
    font-size: 1.8rem;
  }
  .djmv5-product-specification-info-dot {
    right: 3rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}
.djmv5-product-specification-accordion {
  border-top: 1px solid rgba(17, 17, 17, 0.3);
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .djmv5-product-specification-accordion {
    width: 100%;
  }
}
.djmv5-product-specification-accordion-header {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 24px 14px !important;
}
@media screen and (max-width: 768px) {
  .djmv5-product-specification-accordion-header {
    padding: 16px 0 !important;
  }
}
.djmv5-product-specification-accordion-header:before,
.djmv5-product-specification-accordion-header:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  background-color: #1a1513;
  width: 14px;
  height: 1px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  .djmv5-product-specification-accordion-header:before,
  .djmv5-product-specification-accordion-header:after {
    right: 0;
  }
}
.djmv5-product-specification-accordion-header:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.djmv5-product-specification-accordion-header.is-open:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0);
}
.djmv5-product-specification-accordion-title {
  color: #1a1513;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  font-family:
    'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic ProN',
    'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 768px) {
  .djmv5-product-specification-accordion-title {
    font-size: 16px;
    font-weight: 500;
  }
}
.djmv5-product-specification-accordion-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition:
    max-height 0.4s ease-out,
    padding-bottom 0.4s ease-out;
  transition:
    max-height 0.4s ease-out,
    padding-bottom 0.4s ease-out;
}
.djmv5-product-specification-accordion-content.is-open {
  max-height: 1000px;
  -webkit-transition:
    max-height 0.4s ease-in,
    padding-bottom 0.4s ease-in;
  transition:
    max-height 0.4s ease-in,
    padding-bottom 0.4s ease-in;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .djmv5-product-specification-accordion-content.is-open {
    padding-bottom: 16px;
  }
}
.djmv5-product-specification-spec-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  gap: 20px;
  padding-inline: 14px 68px;
  padding-block: 15px;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}
@media screen and (max-width: 1024px) {
  .djmv5-product-specification-spec-item {
    padding-inline: 14px 20px;
  }
}
@media screen and (max-width: 768px) {
  .djmv5-product-specification-spec-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    gap: 8px;
    padding-inline: 0;
    padding-block: 12px;
  }
}
.djmv5-product-specification-spec-item:first-child {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .djmv5-product-specification-spec-item:first-child {
    padding-top: 0;
  }
}
.djmv5-product-specification-spec-term {
  color: #1a1513;
  font-weight: 400;
  opacity: 0.5;
  font-size: 12px;
  line-height: 1.4;
  width: 44.5%;
}
@media screen and (max-width: 768px) {
  .djmv5-product-specification-spec-term {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
  }
}
.djmv5-product-specification-spec-description {
  color: #1a1513;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  -webkit-box-flex: 1;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .djmv5-product-specification-spec-description {
    font-size: 12px;
    line-height: 2;
    font-weight: 400;
  }
}
.djmv5-product-specification-accordion-item {
  border-bottom: 1px solid rgba(17, 17, 17, 0.3);
}
.djmv5-product-specification-accordion-notice {
  color: #1a1513;
  font-size: 10px;
  text-align: right;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 14px !important;
  font-family:
    'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic ProN',
    'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 768px) {
  .djmv5-product-specification-accordion-notice {
    text-align: left;
  }
}
:root {
  --vw: 1vw;
  --vh: 1vh;
  --lvh: 1lvh;
  --cl-black: #000;
  --cl-white: #fff;
  --cl-gray: #e3e3e3;
  --cl-gray2: #ececec;
  --lh-main-title-a: 1.4;
  --lh-main-title-b: 1.3;
  --lh-block-title-a: 1.2;
  --lh-text: 1.6;
  --fs-highlight: calc(var(--vw) * 3.053435);
  --fs-text: 1.2rem;
  --fw-default: 300;
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  font-feature-settings: 'palt' 1;
  color: var(--cl-white);
  font-style: normal;
  font-weight: var(--fw-default);
  font-size: clamp(53.90625%, var(--vw) * 2.5390625, 75%);
  font-family: Helvetica, Arial, sans-serif;
  font-optical-sizing: auto;
  line-break: strict;
  text-rendering: optimizeLegibility;
  overflow-wrap: anywhere;
  tab-size: 4;
}
@media screen and (min-width: 960px) {
  html {
    font-size: clamp(53.90625%, var(--vw) * 0.578125, 75%);
  }
}
body {
  width: 100%;
}
img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
#wrapper #container {
  padding-top: 0;
  min-height: auto;
}
#content.landing .inner {
  width: 100%;
}
#content.landing article .inner_content a {
  text-decoration: none;
}
main#content.landing article .inner_content {
  font-family:
    'Helvetica', 'Arial', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP',
    sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
main#content.landing article .inner_content button {
  box-sizing: border-box;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
#content.landing article .inner_content ul {
  list-style-type: none;
  padding-inline-start: 0;
}
#content.landing article .inner_content ul li {
  line-height: 1.2;
}
#content.landing article .inner_content > div,
#content.landing article .inner_content p {
  margin-top: 0;
}
#content.landing .inner h1 {
  margin-top: 0;
}
@media screen and (max-width: 1011px) {
  #content.landing .inner h1 {
    margin-bottom: 0;
    margin-top: 0;
  }
}
#content.landing article .inner_content h2 {
  margin-bottom: 0;
}
#content.landing {
  padding-bottom: 0;
}
#content.landing article .inner_content a:hover {
  text-decoration: none;
}
.djmv5-noise-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://assets.alphatheta.com/page-assets/djm-v5/assets/djmv5-noise.webp');
  background-repeat: repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
  opacity: 0.8;
  background-size: 50% auto;
}
.djmv5-content {
  color: #363533;
}
.djmv5-content button {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  cursor: pointer !important;
}
.djmv5-content-item {
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 0 20px;
}
.djmv5-cursor-circle {
  position: fixed;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: all 0.1s ease-out;
  z-index: 100;
}
#wrapper #footer {
  position: relative;
  z-index: 40;
}
#wrapper
  #footer
  .inner
  .footer-menu
  .menu-groups
  .menu-group
  .menu-group-items
  a {
  font-weight: 400;
}
#wrapper #footer .inner .bottom #copyright {
  font-family:
    'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic ProN',
    'Noto Sans JP', sans-serif;
  font-weight: 400;
}
body[data-lang='ja'] .at-cdj_support_banner_block,
body[data-lang='zh-cn'] .at-cdj_support_banner_block,
body[data-vc='US'] .at-cdj_support_banner_block,
body[data-vc='JP'] .at-cdj_support_banner_block,
body[data-vc='AU'] .at-cdj_support_banner_block,
body[data-vc='CN'] .at-cdj_support_banner_block,
body[data-vc='IN'] .at-cdj_support_banner_block,
body[data-vc='BR'] .at-cdj_support_banner_block,
body[data-vc='MX'] .at-cdj_support_banner_block,
body[data-vc='CO'] .at-cdj_support_banner_block {
  display: none;
}
body #ot-sdk-btn.ot-sdk-show-settings {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 16.8px !important;
  letter-spacing: 0.14px !important;
  margin-bottom: 16px !important;
}
@media screen and (max-width: 1011px) {
  body #ot-sdk-btn.ot-sdk-show-settings {
    margin-bottom: 24px !important;
    line-height: 100% !important;
  }
}
