@charset "utf-8";

header {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-pc);
  background: var(--color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 11;
}

.logo {
  overflow: hidden;
  position: relative;
  width: auto;
  height: var(--logo-pc);
  margin-left: 55px;
  margin-right: 55px;
}

nav {
  overflow: hidden;
  position: relative;
  width: auto;
  height: var(--header-pc);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 44px;
}

nav ul {
  overflow: hidden;
  position: relative;
  width: auto;
  height: var(--header-pc);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 44px;
}

nav ul li a {
  overflow: hidden;
  position: relative;
  width: auto;
  height: var(--header-pc);
}

nav ul li {
  overflow: hidden;
  position: relative;
  width: auto;
  height: var(--header-pc);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ccc;
}

nav ul a:hover li,
nav ul a.is-active li {
  color: #fff;
}

nav ul a:hover li:after,
nav ul a.is-active li:after {
  content: "";
  position: absolute;
  bottom: 27.5px;
  left: 50%;
  width: 33px;
  height: 0;
  margin-left: -16.5px;
  border-top: 3px solid #fff;
}

nav ul li:before,
nav ul li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-bottom: 11px solid var(--color-secondary);
  border-top: 0;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.6s ease;
}

nav ul a:hover li:before,
nav ul a.is-active li:before {
  opacity: 1;
  transform: scaleY(1);
}

.submenu {
  overflow: hidden;
  position: fixed;
  top: var(--header-pc);
  left: 0;
  width: 100%;
  height: auto;
  padding: 44px 33px;
  background: var(--color-secondary);
  color: #ccc;
  z-index: 10;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.6s ease;
}

.submenu.is-active {
  top: var(--header-pc);
  opacity: 1;
  transform: scaleY(1);
}

.submenu ul {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 640px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  column-count: 3;
}

.submenu ul li {
  overflow: hidden;
  position: relative;
  width: auto;
  height: 33px;
  line-height: 33px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ccc;
}

.submenu ul li:hover {
  color: #fff;
}

.mobile-menu {
  overflow: hidden;
  position: fixed;
  top: var(--header-pc);
  left: 0;
  width: 100%;
  height: calc(100vh - var(--header-pc));
  background: var(--color-primary);
  color: #ccc;
  z-index: 10;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.6s ease;
}

.mobile-menu.active {
  top: var(--header-pc);
  opacity: 1;
  transform: scaleY(1);
}

ul.mobile-menu-list {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

ul.mobile-menu-list>a>li {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 55px;
  line-height: 53px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ccc;
  padding: 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  box-sizing: border-box;
}

ul.mobile-menu-list>a>li:hover {
  color: #fff;
}

ul.mobile-submenu-list {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 11px;
  padding-left: 22px;
  margin-bottom: 22px;
}

ul.mobile-submenu-list>a>li {
  overflow: hidden;
  position: relative;
  width: max-content;
  height: 44px;
  background-color: var(--color-secondary);
  color: #ccc;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0 16.5px;
  box-sizing: border-box;
  border-radius: 5.5px;
  transition: all 0.3s ease;
}

ul.mobile-submenu-list>a>li:hover {
  color: #fff;
  background-color: var(--color-blue);
}

ul.mobile-submenu-list li {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 44px;
  line-height: 42px;
  font-size: 1.5rem;
  font-weight: 600;
}

section.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

ul.slideshow-list {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

ul.slideshow-list li {
  overflow: hidden;
  position: relative;
  height: auto;
}

.slideshow-image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.slideshow-content {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 55px;
  padding: 55px;
}

.slideshow-title {
  overflow: visible;
  position: relative;
  width: calc(100% - 375px);
  height: auto;
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1;
  font-feature-settings: "palt";
}

.slideshow-description {
  overflow: hidden;
  position: relative;
  width: 375px;
  height: auto;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
}

.button-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16.5px 22px;
  margin-top: 33px;
}

button {
  overflow: hidden;
  position: relative;
  width: 186px;
  height: 44px;
  background: var(--color-gray);
  border: 1px solid var(--color-gray);
  box-sizing: border-box;
  border-radius: 22px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 42px;
  transition: all 0.3s ease;
}

button:hover {
  width: 202.5px;
}

button.learn-more {
  background: #fff !important;
  border: 1px solid var(--color-gray) !important;
  color: var(--color-gray) !important;
}

button.learn-more:hover {
  background: #fff !important;
  color: var(--color-gray) !important;
}

button.watch-video {
  background: #fff !important;
  border: 1px solid var(--color-gray) !important;
  color: var(--color-gray) !important;
  position: absolute;
  bottom: 55px;
  left: 55px;
}

button.watch-video:hover {
  background: #fff !important;
  color: var(--color-gray) !important;
}

button.support-link span {
  overflow: hidden;
  position: relative;
  width: max-content;
  height: auto;
  display: inline-block;
  padding-right: 17px;
  background-image: url(../images/new-window-hover.svg);
  background-size: 16px;
  background-position: 100% 14px;
  background-repeat: no-repeat;
}

.section-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 88px;
  margin-bottom: 88px;
}

.single-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 132px;
}

section.news,
section.products,
section.blog,
section.artists,
section.support {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 55px;
}

section.artists p {
  margin-bottom: 1em;
}

.section-title {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  border-bottom: 1px solid var(--color-border);
  box-sizing: border-box;
  margin-bottom: 44px;
}

.section-title h3 {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
}

.section-title h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: var(--color-gray);
}

ul.news-list {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 22px 2%;
}

ul.news-list a {
  overflow: hidden;
  position: relative;
  width: 32%;
  height: auto;
  background: #fff;
  border-radius: 5.5px;
  box-sizing: border-box;
  padding: 22px;
  transition: all 0.3s ease;
}

.news-image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 5.5px;
  box-sizing: border-box;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 3/2;
  margin-bottom: 11px;
}

.news-content {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

ul.news-list li h5 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

ul.news-list li h6 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 4.5em;
  margin-top: 11px;
  color: var(--color-gray);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-clamp: 3;
  block-overflow: ellipsis;
}

ul.news-list li h6 p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

ul.products-list {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 22px 2%;
}

ul.products-list a {
  overflow: hidden;
  position: relative;
  width: 23.5%;
  height: auto;
  background: #fff;
  border-radius: 5.5px;
  box-sizing: border-box;
  padding: 33px 22px 27.5px 22px;
  transition: all 0.3s ease;
}

.products-image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 5.5px;
  box-sizing: border-box;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1248/980;
  margin-bottom: 11px;
}

ul.products-list li h5 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 2.5em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

ul.products-list li h6 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 22px;
}

.selling-price {
  color: var(--color-font);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}

.selling-price.sale {
  color: var(--color-red);
}

.list-price {
  text-decoration: line-through;
  color: var(--color-gray);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 5.5px;
}

.single-price-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 5.5px;
  margin-top: 27.5px;
}

.single-selling-price {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.single-selling-price.sale {
  color: var(--color-red);
}

.single-list-price {
  text-decoration: line-through;
  color: var(--color-gray);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 5.5px;
}

.category-wrapper {
  overflow: hidden;
  position: absolute;
  top: 11px;
  right: 11px;
  width: max-content;
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 5.5px;
}

ul.product-category {
  overflow: hidden;
  position: relative;
  width: max-content;
  height: auto;
  display: none;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 5.5px;

}

ul.product-category li {
  overflow: hidden;
  position: relative;
  width: auto;
  height: 22px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 21px;
  background: var(--color-alternate2);
  border-radius: 2.75px;
  padding: 0 11px;
}

ul.system-requirements {
  overflow: hidden;
  position: relative;
  width: max-content;
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 5.5px;
}

ul.system-requirements li {
  overflow: hidden;
  position: relative;
  width: auto;
  height: 22px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 21px;
  background: var(--color-alternate1);
  border-radius: 2.75px;
  padding: 0 11px;
}

ul.sale {
  overflow: hidden;
  position: relative;
  width: max-content;
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 5.5px;
}

ul.sale li {
  overflow: hidden;
  position: relative;
  width: auto;
  height: 22px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 21px;
  color: #fff;
  background: var(--color-red);
  border-radius: 2.75px;
  padding: 0 11px;
}

section.features {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

ul.features-list {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

ul.features-list li {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 550px;
  padding: 88px 55px;
  color: #fff;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

ul.support-features-list {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

ul.support-features-list li {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 550px;
  padding: 88px 55px;
  color: #fff;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.features-content {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 22px;
}

.features-image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.features-mask {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 640px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.64) 67%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

section.features h5 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
}

section.features h6 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.25;
}

ul.blog-list {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px 3%;
}

.blog-items {
  overflow: hidden;
  position: relative;
  width: 57%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 22px;
}

ul.blog-list a {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 168.6666px;
  background: #fff;
  border-radius: 5.5px;
  box-sizing: border-box;
  padding: 16.5px;
  transition: all 0.3s ease;
}

ul.blog-list>a:first-child {
  width: 42%;
  height: 550px;
  padding: 22px;
}

ul.blog-list a li {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 22px;
}

.blog-content {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

ul.blog-list .blog-items a li {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  flex-direction: row !important;
  gap: 22px !important;
}

ul.blog-list .blog-items a li .blog-content {
  width: calc(100% - 225.5px);
  height: 131px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.blog-image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 320px;
  border-radius: 5.5px;
  box-sizing: border-box;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 3/2;
}

.blog-items .blog-image {
  width: 203.5px;
  height: auto;
}

ul.blog-list li h5 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 4.5em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-clamp: 3;
  block-overflow: ellipsis;
}

ul.blog-list li h6 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 4.5em;
  margin-top: 11px;
  color: var(--color-gray);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-clamp: 3;
  block-overflow: ellipsis;
}

ul.blog-list li h6 p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

ul.blog-list .blog-items a li h5 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 3em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-clamp: 2;
  block-overflow: ellipsis;
}

ul.blog-list .blog-items a li h6 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 3em;
  margin-top: 11px;
  color: var(--color-gray);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-clamp: 2;
  block-overflow: ellipsis;
}

footer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding: 88px 55px;
  background: var(--color-secondary);
  color: var(--color-gray);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 44px;
}

.hidden {
  display: none;
}

.footer-nav-title {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  color: #ccc;
  padding: 11px 0 16.5px 0;
  border-bottom: 1px solid #666;
  box-sizing: border-box;
  margin-bottom: 16.5px;
}

.footer-left {
  overflow: hidden;
  position: relative;
  width: 220px;
  height: auto;
}

.footer-right {
  overflow: hidden;
  position: relative;
  width: calc(100% - 220px);
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 55px 44px;
}

.footer-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 33px;
}

.footer-right .footer-wrapper {
  width: 220px;
  margin-bottom: 55px;
}

.footer-right .footer-wrapper.full-width {
  width: 100% !important;
  margin-bottom: 0 !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 44px !important;
  flex-wrap: wrap !important;
  margin-top: 44px !important;
}

ul.footer-list {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

ul.footer-list a li {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 5.5px;
}

ul.footer-list a li span {
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
}

ul.footer-list a:hover li {
  color: #fff !important;
}

ul.footer-list a li span.new-window {
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
  padding-right: 21px;
  background: url(../images/new-window.svg) no-repeat right center;
  background-size: 17px;
}

ul.footer-list a:hover li span.new-window {
  background: url(../images/new-window-hover.svg) no-repeat right center !important;
  background-size: 17px !important;
  color: #fff !important;
}

ul.sns-list {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 22px;
}

ul.sns-list li {
  overflow: hidden;
  position: relative;
  width: 33px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

ul.sns-list li.x {
  background-image: url(../images/x.svg);
  width: 27.5px;
}

ul.sns-list li.x:hover {
  background-image: url(../images/x-hover.svg);
  width: 27.5px;
}

ul.sns-list li.youtube {
  background-image: url(../images/youtube.svg);
}

ul.sns-list li.youtube:hover {
  background-image: url(../images/youtube-hover.svg);
}

.copyright {
  overflow: hidden;
  position: relative;
  width: max-content;
  height: auto;
  background: var(--color-secondary);
  color: var(--color-gray);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}

.distributer {
  overflow: hidden;
  position: relative;
  width: max-content;
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 22px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  color: #ccc;
}

.distributer span {
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
}

.distributer a {
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
  display: block;
}

.distributer img {
  overflow: hidden;
  position: relative;
  width: auto;
  height: 60.5px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.breadcrumbs {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding: 23.25px 55px;
  color: var(--color-gray);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}

.breadcrumbs a:hover {
  color: var(--color-font);
}

section.single-products {
  overflow: visible;
  position: relative;
  width: 100%;
  height: auto;
}

.single-products-images {
  overflow: hidden;
  position: sticky;
  width: 50%;
  height: auto;
  float: left;
  padding: 0 33px 0 55px;

}

.single-products-images-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 80%;
  background: rgba(0, 0, 0, 0.045);
  border-radius: 11px;
}

.single-products-images-wrapper img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.video {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video iframe {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-products-images-list {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 11px;
  margin-top: 16.5px;
}

.single-products-images-list-item {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 110px;
  height: 110px;
  object-fit: contain;
  object-position: center;
  border-radius: 5.5px;
  background: rgba(0, 0, 0, 0.045);
}

.single-products-images-list-item img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.single-products-contents {
  overflow: hidden;
  position: relative;
  width: 50%;
  height: auto;
  float: left;
  padding: 0 55px 0 33px;
}

.single-products-contents h1 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-font);
  margin-bottom: 22px;
}

.single-category-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5.5px;
}

.common-category-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5.5px;
  margin-top: -22px;
  margin-bottom: 33px;
}

ul.common-products-category {
  overflow: hidden;
  position: relative;
  width: max-content;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5.5px;
  margin-bottom: 16.5px;
}

ul.common-products-category li {
  overflow: hidden;
  position: relative;
  width: auto;
  height: 33px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 31px;
  color: #fff;
  background: var(--color-gray);
  border-radius: 2.75px;
  padding: 0 11px;
  transition: all 0.3s ease;
}

ul.common-products-category li:hover {
  padding: 0 19.25px;
}

ul.single-products-category {
  overflow: hidden;
  position: relative;
  width: max-content;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5.5px;
  margin-bottom: 16.5px;
}

ul.single-products-category li,
ul.common-products-category li.product {
  overflow: hidden;
  position: relative;
  width: auto;
  height: 33px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 31px;
  color: var(--color-font);
  background: var(--color-alternate2);
  border-radius: 2.75px;
  padding: 0 11px;
  transition: all 0.3s ease;
}

ul.single-products-category li:hover,
ul.common-products-category li.product:hover {
  padding: 0 19.25px;
}

ul.single-system-requirements {
  overflow: hidden;
  position: relative;
  width: max-content;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5.5px;
  margin-bottom: 16.5px;
}

ul.single-system-requirements li,
ul.common-products-category li.system {
  overflow: hidden;
  position: relative;
  width: auto;
  height: 33px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 31px;
  color: var(--color-font);
  background: var(--color-alternate1);
  border-radius: 2.75px;
  padding: 0 11px;
  transition: all 0.3s ease;
}

ul.single-system-requirements li:hover,
ul.common-products-category li.system:hover {
  padding: 0 19.25px;
}

ul.single-sale {
  overflow: hidden;
  position: relative;
  width: max-content;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5.5px;
  margin-bottom: 16.5px;
}

ul.single-sale li,
ul.common-products-category li.sale {
  overflow: hidden;
  position: relative;
  width: auto;
  height: 33px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 31px;
  color: #fff;
  background: var(--color-red);
  border-radius: 2.75px;
  padding: 0 11px;
  transition: all 0.3s ease;
}

ul.single-sale li:hover,
ul.common-products-category li.sale:hover {
  padding: 0 19.25px;
}

.single-products-functions {
  overflow: visible;
  position: relative;
  width: 100%;
  height: 55px;
  line-height: 53px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 22px;
  font-size: 1.6rem;
  font-weight: 400;
  border-bottom: 1px solid var(--color-border);
  box-sizing: border-box;
  margin-bottom: 1px;
}

.single-products-functions-item {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: max-content;
  height: 56px;
}

.single-products-functions-item.is-active,
.single-products-functions-item:hover {
  border-bottom: 3px solid var(--color-font);
}

.single-products-features-details {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding: 27.5px 0;
  border-bottom: 1px solid var(--color-border);
  box-sizing: border-box;
  margin-bottom: 11px;
}

.single-products-features-details h2 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-font);
  margin-bottom: 22px;
}

.single-products-features-items {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.single-products-features-item {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-font);
  padding-left: 16px;
}

.single-products-features-item::before {
  content: "●";
  position: absolute;
  top: 11px;
  left: 0;
  width: 16px;
  height: auto;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-font);
}

.single-products-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.single-products-video img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}

section.single-products-section {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

ul.single-products-section-list {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 55px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 88px 66px;
}

ul.single-products-section-list li {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 66px;
}

ul.single-products-section-list li:not(:first-child) {
  width: calc(33.3333% - 44px) !important;
  flex-direction: column;
}

ul.single-products-section-list li img {
  overflow: hidden;
  position: relative;
  width: calc(50% - 33px);
  height: auto;
  border-radius: 11px;
  box-sizing: border-box;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 3/2;
}

ul.single-products-section-list li:not(:first-child) img {
  width: 100% !important;
  margin-bottom: 22px;
}

ul.single-products-section-list li .single-products-section-contents {
  overflow: hidden;
  position: relative;
  width: calc(50% - 33px);
  height: auto;
}

ul.single-products-section-list li:not(:first-child) .single-products-section-contents {
  width: 100% !important;
}

ul.single-products-section-list li .single-products-section-contents h3 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-font);
  margin-bottom: 22px;
}

ul.single-products-section-list li:not(:first-child) .single-products-section-contents h3 {
  font-size: 2.4rem;
  margin-bottom: 16.5px;
}

ul.single-products-section-list li .single-products-section-contents p {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}

ul.single-products-section-list li:not(:first-child) .single-products-section-contents p {
  font-size: 1.5rem;
}

section.single-products-review {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 55px;
}

ul.single-products-review-list {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 66px;
}

ul.single-products-review-list li {
  overflow: hidden;
  position: relative;
  width: calc(33.3333% - 44px);
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 11px;
}

ul.single-products-review-list li img {
  overflow: hidden;
  position: relative;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
}

ul.single-products-review-list li p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}

ul.single-products-review-list li h5 {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
}

ul.single-products-review-list li small {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

section.single-products-faq {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding: 88px 55px;
  background: var(--color-primary);
  color: #ccc;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 88px;
}

section.single-products-faq .section-title {
  border-bottom: none !important;
  width: calc(33.3333% - 44px) !important;
}

ul.single-products-faq-list {
  overflow: hidden;
  position: relative;
  width: calc(66.6666% - 44px) !important;
  height: auto;
}

ul.single-products-faq-list li {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #666;
  cursor: pointer;
}

ul.single-products-faq-list li:first-child {
  border-top: 1px solid #666;
}

ul.single-products-faq-list li .question {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #ccc;
  padding: 16.5px 55px 16.5px 0;
  background-image: url(../images/plus.svg);
  background-size: 22px;
  background-position: 100% 20px;
  background-repeat: no-repeat;
}

ul.single-products-faq-list li .question.is-active {
  background-image: url(../images/minus.svg);
}

ul.single-products-faq-list li .answer {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
  color: var(--color-gray);
  padding: 0 55px 16.5px 0;
  display: none;
}

ul.support-faq-list {
  overflow: hidden;
  position: relative;
  width: calc(66.6666% - 44px) !important;
  height: auto;
}

ul.support-faq-list li {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #666;
  cursor: pointer;
}

ul.support-faq-list a:first-child li {
  border-top: 1px solid #666;
}

ul.support-faq-list li .question {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #ccc;
  padding: 16.5px 55px 16.5px 0;
  background-image: url(../images/new-window.svg);
  background-size: 22px;
  background-position: 100% 20px;
  background-repeat: no-repeat;
}

ul.support-faq-list li .question:hover {
  color: #fff;
  background-image: url(../images/new-window-hover.svg);
}

ul.single-blog-list {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 22px 2%;

}

ul.single-blog-list a {
  overflow: hidden;
  position: relative;
  width: 32%;
  height: auto;
  background: #fff;
  border-radius: 5.5px;
  box-sizing: border-box;
  padding: 16.5px 16.5px 27.5px 16.5px;
  transition: all 0.3s ease;
}

.single-blog-image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 5.5px;
  box-sizing: border-box;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 3/2;
  margin-bottom: 16.5px;
}

.single-blog-content {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.single-blog-content h5 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 3em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16.5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.single-blog-content h6,
.single-blog-content h6 p {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 4.5em;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-gray);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.wp-pagenavi {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.5px;
  margin-top: 88px;
}

span.current,
a.page {
  overflow: hidden;
  position: relative;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.045);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 32px;
  padding-bottom: 1px;
  color: var(--color-font);
  text-align: center;
  display: block;
}

span.current,
a.page:hover {
  background: var(--color-alternate2);
}

a.previouspostslink {
  overflow: hidden;
  position: relative;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.045);
  box-sizing: border-box;
  color: var(--color-font);
  font-size: 3rem;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  display: block;
  padding-right: 1px;
}

a.previouspostslink:hover {
  background: var(--color-alternate2);
}

a.nextpostslink {
  overflow: hidden;
  position: relative;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.045);
  box-sizing: border-box;
  color: var(--color-font);
  font-size: 3rem;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  display: block;
  padding-left: 1px;
}

a.nextpostslink:hover {
  background: var(--color-alternate2);
}

article {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 55px 88px 55px;
}

article h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-font);
  margin-top: 55px;
  margin-bottom: 44px;
}

article h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-font);
  margin-bottom: 33px;
}

article h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  color: var(--color-font);
  margin-bottom: 22px;
}

article h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  color: var(--color-font);
  margin-bottom: 22px;
}

article h5 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-font);
  margin-top: 44px;
  padding: 33px 0 11px 0;
  border-top: 1px solid var(--color-border);
  box-sizing: border-box;
}

article h6 {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-gray);
  margin-bottom: 44px;
  padding: 0 0 33px 0;
  border-bottom: 1px solid var(--color-border);
  box-sizing: border-box;
}

article p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  color: var(--color-font);
  margin-bottom: 1em;
}

article a {
  font-weight: 700;
  color: var(--color-primary);
  text-decoration: underline;
}

article iframe {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 33px auto;
}

article img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 11px;
  margin: 22px auto;
}

article small {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--color-gray);
}

article img+small {
  display: block;
  margin-top: -22px;
  margin-bottom: 22px;
}

.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: var(--wrapper);
  height: auto;
  margin: 0 auto;
}

.article-image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 550px;
  border-radius: 16.5px;
}

.article-image img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 550px;
  object-fit: cover;
  object-position: center;
  border-radius: 16.5px;
  margin: 0 !important;
}

.artists-image-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 440px;
  border-radius: 16.5px;
  margin-bottom: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.artists-image-wrapper img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.artists-image-wrapper h1 {
  overflow: hidden;
  position: relative;
  width: max-content;
  height: auto;
  padding: 0 44px;
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1;
  font-feature-settings: "palt";
  color: #fff;
  margin-bottom: 0;
}

.artists-mask {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.artists-article p:last-child {
  margin-bottom: 0;
}

section.artist-list {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 550px;
  padding: 88px 55px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
}

.artist-list-content {
  overflow: hidden;
  position: relative;
  width: 55%;
  height: auto;
  display: flex;
  padding: 0 88px 0 0;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 22px;
  z-index: 2;
}

.artist-list-image {
  overflow: hidden;
  position: relative;
  width: 45%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 22px;
  z-index: 2;
}

.artist-list-image img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16.5px;
  aspect-ratio: 1/1;
}

section.artist-list h5 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.25;
}

section.artist-list h6 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
}

section.artist-list p {
  font-weight: 500;
  line-height: 2;
}

.artist-list-background {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(22px) brightness(0.64);
  transform: scale(1.1);
  z-index: -1;
}

.equipments-list-wrapper {
  overflow: hidden;
  position: relative;
  width: max-content;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0;
  background: rgba(0, 0, 0, 0.18);
  padding: 22px 44px 33px 44px;
  border-radius: 11px;
  box-sizing: border-box;
  margin-top: 11px;
}

.equipments-list-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 5.5px;
}

ul.equipments-list {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

ul.equipments-list li {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  padding-left: 16px;
}

ul.equipments-list li::before {
  content: "●";
  position: absolute;
  top: 12.5px;
  left: 0;
  width: 16px;
  height: auto;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color-blue);
}

.artist-list-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

section.artist-list:nth-child(odd) .artist-list-content {
  order: 1;
}

section.artist-list:nth-child(odd) .artist-list-image {
  order: 2;
}

section.artist-list:nth-child(even) .artist-list-content {
  padding: 0 0 0 88px;
  order: 2;
}

section.artist-list:nth-child(even) .artist-list-image {
  order: 1;
}

ul.artist-sns-list {
  overflow: hidden;
  position: relative;
  width: max-content;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5.5px;
  margin-bottom: 16.5px;
}

ul.artist-sns-list li {
  overflow: hidden;
  position: relative;
  width: auto;
  height: 33px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 31px;
  color: #fff;
  background: var(--color-blue);
  border-radius: 2.75px;
  padding: 0 11px;
  transition: all 0.3s ease;
}

ul.artist-sns-list li:hover {
  padding: 0 22px;
  color: #fff;
  background: var(--color-blue);
}

.taxonomy {
  margin-bottom: 88px;
}

form.searchform {
  overflow: hidden;
  position: absolute;
  top: calc((var(--header-height) - 38.5px) / 2);
  right: 55px;
  width: auto;
  height: auto;
}

form.searchform input.search-input {
  overflow: hidden;
  position: relative;
  width: 264px;
  height: 38.5px;
  border-radius: 19.25px;
  border: 1px solid #666;
  box-sizing: border-box;
  padding: 0 19.25px 0 38.5px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 31px;
  transition: all 0.3s ease;
}

form.searchform input.search-input:focus {
  background-color: #fff;
  color: var(--color-font);
}

form.searchform input.search-input::placeholder {
  color: #666;
}

form.searchform::before {
  content: "";
  position: absolute;
  top: 8.25px;
  left: 9.625px;
  width: 22px;
  height: 22px;
  background-image: url(../images/search.svg);
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

section.blog.results {
  padding-bottom: 88px;
}

.section-wrapper.results {
  margin-bottom: 0;
}