@charset "utf-8";

@media (max-width: 1205px) {
  ul.products-list a {
    width: 32%;
  }
}

@media (max-width: 1145px) {
  ul.news-list a:nth-child(3) {
    display: none;
  }

  ul.news-list a {
    width: 49%;
  }

  ul.single-blog-list a {
    width: 49%;
  }
}

@media (max-width: 915px) {
  ul.products-list a {
    width: 49%;
  }
}

@media (max-width: 985px) {
  nav ul {
    gap: 33px;
  }

  form.searchform input.search-input {
    width: 220px;
  }
}

@media (max-width: 979px) {
  .single-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 88px;
  }

  .single-products-images {
    overflow: hidden;
    position: sticky;
    width: 100%;
    height: auto;
    float: none;
    padding: 0 55px;
  }

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

  .single-products-images-wrapper .video iframe {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    margin: auto;
    max-width: 586.6666px;
  }

  .single-products-contents {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    float: none;
    padding: 0 55px;
    margin-top: 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: 5.5px;
  }

  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;
    flex-direction: column;
  }

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

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

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

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

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

  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;
    flex-direction: column;
  }

  section.single-products-faq .section-title {
    border-bottom: none !important;
    width: 100% !important;
  }

  ul.support-faq-list {
    width: 100% !important;
  }

  ul.single-products-faq-list {
    overflow: hidden;
    position: relative;
    width: 100% !important;
    height: auto;
  }

  footer {
    padding: 88px 55px 55px 55px;
  }

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

  .copyright {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    background: var(--color-secondary);
    color: var(--color-gray);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    text-align: right;
    order: 2;
  }

  .distributer {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 11px !important;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2;
    color: #ccc;
    order: 1;
  }
}

@media (max-width: 914px) {
  ul.blog-list {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex-direction: column;
  }

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

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

  .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: 1/1;
  }

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

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

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

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

@media (max-width: 985px) {
  nav ul {
    gap: 22px;
  }

  form.searchform input.search-input {
    width: 149px;
  }
}

@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }

  header nav {
    display: none;
  }

  header {
    height: var(--header-sp);
  }

  .logo {
    height: var(--logo-sp);
    margin-left: 22px;
    margin-right: 22px;
  }

  .mobile-menu {
    top: var(--header-sp);
    height: calc(100vh - var(--header-sp));
  }

  .mobile-menu.active {
    top: var(--header-sp);
  }

  main {
    padding-top: var(--header-sp);
  }

  .breadcrumbs {
    padding: 18.5px 22px;
    color: var(--color-gray);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .slideshow-content {
    overflow: hidden;
    position: relative;
    width: max-content;
    max-width: 100%;
    height: auto;
    display: block;
    padding: 33px 22px;
    margin: 0 auto;
  }

  .slideshow-title {
    overflow: visible;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 3.6rem;
    font-weight: 900;
    line-height: 1;
    font-feature-settings: "palt";
    text-align: center;
  }

  .slideshow-description {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.75;
    margin-top: 22px;
    text-align: center;
  }

  .slideshow-content .button-wrapper {
    display: block;
    margin: 22px auto 0 auto;
  }

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

  .section-wrapper {
    gap: 55px;
    margin-bottom: 55px;
  }

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

  button {
    font-size: 1.5rem;
  }

  .section-title {
    height: 55px;
    gap: 16.5px;
    margin-bottom: 33px;
  }

  .section-title h3 {
    font-size: 3.2rem;
  }

  .section-title h4 {
    font-size: 1.3rem;
  }

  ul.news-list a:nth-child(3) {
    display: block;
  }

  ul.news-list {
    width: 100%;
    gap: 16.5px;
    flex-direction: column;
  }

  ul.news-list a {
    width: 100%;
    padding: 16.5px;
  }

  .news-image {
    overflow: hidden;
    position: relative;
    width: 186px;
    height: auto;
    border-radius: 5.5px;
    box-sizing: border-box;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1/1;
    margin-bottom: 0;
  }

  .news-content {
    overflow: hidden;
    position: relative;
    width: calc(100% - 208px);
    height: auto;
  }

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

  ul.news-list li h5 {
    font-size: 1.8rem;
  }

  ul.news-list li h6 {
    font-size: 1.4rem;
  }

  ul.blog-list {
    gap: 16.5px;
  }

  .blog-items {
    gap: 16.5px;
  }

  ul.single-blog-list {
    width: 100%;
    gap: 16.5px;
    flex-direction: column;
  }

  ul.single-blog-list a {
    width: 100%;
    padding: 16.5px;
  }

  .single-blog-image {
    overflow: hidden;
    position: relative;
    width: 186px;
    height: auto;
    border-radius: 5.5px;
    box-sizing: border-box;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1/1;
    margin-bottom: 0;
  }

  .single-blog-content {
    overflow: hidden;
    position: relative;
    width: calc(100% - 208px);
    height: auto;
  }

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

  ul.products-list a {
    padding: 33px 16.5px 27.5px 16.5px;
  }

  ul.blog-list>a:first-child {
    padding: 16.5px;
  }

  ul.blog-list a {
    padding: 16.5px;
  }

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

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

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

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

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

  .wp-pagenavi {
    margin-top: 55px;
  }

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

  section.single-products-faq .section-title {
    border-bottom: none !important;
    width: 100% !important;
  }

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

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

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

  .artists-image-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 11px;
    margin-bottom: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 88px 22px;
  }

  .artists-image-wrapper h1 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 22px;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    font-feature-settings: "palt";
    color: #fff;
    margin-bottom: 0;
    text-align: center;
  }

  .wrapper {
    max-width: 596px;
  }

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

  article h1 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--color-font);
    margin-top: 33px;
    margin-bottom: 27.5px;
  }

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

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

  article h5 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--color-font);
    margin-top: 33px;
    padding: 27.5px 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: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--color-gray);
    margin-bottom: 33px;
    padding: 0 0 27.5px 0;
    border-bottom: 1px solid var(--color-border);
    box-sizing: border-box;
  }

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

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

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

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

  .artist-list-content {
    order: 2;
  }

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

  .artist-list-image {
    order: 1;
  }

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

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

  .artist-list-content {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5.5px;
    z-index: 2;
    text-align: center;
    max-width: 596px;
  }

  section.artist-list h5 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 5.5px;
  }

  section.artist-list h6 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 16.5px;
  }

  section.artist-list p {
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: 11px;
    text-align: left;
  }

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

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

  ul.equipments-list li {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.75;
    padding-left: 17px;
    text-align: left;
  }

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

  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: 0;
    margin-top: 5.5px;
  }

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

  .article-image img {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    max-height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 11px;
    margin: 0 !important;
    aspect-ratio: 3/2;
  }

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

  .single-products-images {
    overflow: hidden;
    position: sticky;
    width: 100%;
    height: auto;
    float: none;
    padding: 0 22px;
  }

  .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: 11px;
  }

  .single-products-contents {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    float: none;
    padding: 0 22px;
    margin-top: 33px;
  }

  .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.5rem;
    font-weight: 400;
    border-bottom: 1px solid var(--color-border);
    box-sizing: border-box;
    margin-bottom: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

  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 14.5px 0;
  }

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

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

  .footer-left ul.footer-list {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    columns: 2;
    column-gap: 44px;
  }

  .footer-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0 !important;
  }

  ul.sns-list {
    margin-top: 22px !important;
  }

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

  .footer-right .footer-wrapper {
    width: calc(50% - 22px) !important;
    margin-bottom: 22px !important;
  }

  .distributer {
    font-size: 1.4rem;
  }

  .distributer img {
    height: 55px;
  }

  .copyright {
    font-size: 1.3rem;
  }

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

  form.searchform {
    right: 66px;
  }

  form.searchform input.search-input {
    width: 187px;
  }
}

@media (max-width: 640px) {
  ul.products-list a {
    width: 100%;
  }
}