@charset "utf-8";

@media (max-width: 1021px) {
  ul.news_list {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 0 var(--gap-pc);
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1vw 1%;
    margin-bottom: 33px;
  }

  ul.news_list a {
    display: block;
    background-color: #222222;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    width: 49.5%;
    height: 330px;
    transition: all 0.4s;
  }
}

@media (max-width: 969px) {
  .footer-copyright nav {
    display: none;
  }

  footer {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    padding: 11px var(--gap-pc);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 1px solid var(--color-border);
    box-sizing: border-box;
    gap: 11px 33px;
    flex-direction: column;
  }

  .footer-content {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .footer-copyright {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px 22px;
  }

  .footer-content .address {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
  }
}

@media (max-width: 783px) {
  header nav ul {
    overflow: hidden;
    position: relative;
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

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

  .nav-toggle {
    display: block !important;
  }

  header nav {
    display: none !important;
  }

  header {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-sp);
    background: #000;
    color: #fff;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    z-index: 11;
  }

  .logo {
    overflow: hidden;
    position: absolute;
    top: calc(50% - var(--logo-sp) / 2);
    left: var(--gap-sp);
    width: auto;
    height: var(--logo-sp);
    transition: all 0.3s ease;
  }

  main {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: var(--header-sp);
  }

  .searchform {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0 22px;
    margin: 0 auto;
    margin-bottom: 0px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
  }

  .searchform-title {
    overflow: hidden;
    position: relative;
    width: 55px;
    height: auto;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25;
    color: var(--color-font);
    margin-top: 21px;
  }

  .searchform-wrapper input[type="text"].searchform-input {
    overflow: hidden;
    position: relative;
    width: calc(100% - 55px);
    height: auto;
    border-radius: 0 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border: 2px solid var(--color-primary);
    box-sizing: border-box;
    padding: 15px 11px 0 11px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    border-radius: 0 !important;
  }

  button.searchform-button {
    overflow: hidden;
    position: absolute;
    top: 20px;
    right: 0;
    width: 22px;
    height: 22px;
    border: none !important;
    background-color: transparent !important;
    background-image: url(../images/search.svg);
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .gradient-top {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0));
    padding-top: 25%;
  }

  .slogan {
    overflow: hidden;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 44px);
    height: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    object-fit: contain;
    padding: 0 var(--gap-sp);
  }

  .firstview {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: calc(100vh - var(--header-sp));
    background: #000;
  }

  .firstview-contents {
    overflow: hidden;
    overflow-y: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 22% var(--gap-sp) 0 var(--gap-sp);
    overflow-y: scroll;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .firstview-contents h1 {
    color: #ffffff;
    font-family: 'Noto Serif JP', serif;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 16px;
    width: 100%;
  }

  .firstview-contents p {
    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    width: 100%;
  }

  .firstview-contents .hr {
    overflow: hidden;
    position: relative;
    width: 154px;
    height: 5px;
    background-color: var(--color-primary);
    margin: 0 auto 36px auto;
  }

  section#about {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    padding: 33px 0;
  }

  ul.about-list {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1vw 1%;
  }

  ul.about-list a {
    overflow: hidden;
    position: relative;
    width: 49.5%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5.5px;
  }

  ul.about-list li {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: calc(100% - 44px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5.5px;
  }

  ul.about-list li h4 {
    overflow: hidden;
    position: relative;
    width: max-content;
    height: auto;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
  }

  ul.about-list li p {
    overflow: hidden;
    position: relative;
    width: max-content;
    height: auto;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
  }

  ul.features-list a {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5.5px;
  }

  ul.features-list li h4 {
    overflow: hidden;
    position: relative;
    width: max-content;
    height: auto;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
  }

  .line {
    overflow: hidden;
    position: relative;
    width: 55px;
    height: 3px;
    background-color: var(--color-primary);
  }

  ul.features-list li p {
    overflow: hidden;
    position: relative;
    width: max-content;
    height: auto;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    margin-top: 5.5px;
  }

  .section-title {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-direction: column;
    gap: 0 14px;
    margin-bottom: 14px;
  }

  ul.cylinders-list {
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1vw 1%;
    margin-top: 0;
  }

  ul.cylinders-list li {
    cursor: pointer;
    background-color: var(--color-alternate);
    color: var(--color-font);
    overflow: hidden;
    position: relative;
    width: 49.5%;
    height: 88px;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.25;
    padding: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.4s;
  }

  ul.cylinders-list a {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.25;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  ul.cylinders-list.front li {
    height: 88px;
  }

  section#products {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    padding: 33px 0 0 0;
  }

  ul.news-list li {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 11px 0;
    border-bottom: 1px solid var(--color-border);
    box-sizing: border-box;
    gap: 0;
    transition: all 0.3s ease;
    flex-direction: column;
  }

  ul.news-list li time {
    overflow: hidden;
    position: relative;
    width: 88px;
    height: 22px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 20px;
    background-color: #fff;
    border: 1px solid var(--color-border);
    text-align: center;
  }

  ul.news-list li h4 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 5.5px 0 0 0;
  }

  section#news {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 55px 0;
  }

  ul.contact-list {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    flex-direction: column;
  }

  ul.contact-list a {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 154px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5.5px;
  }

  ul.contact-list li h4 {
    overflow: hidden;
    position: relative;
    width: max-content;
    height: auto;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
  }

  ul.contact-list li p {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
  }

  .taxonomy-header {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 11px;
    background-color: #000;
    color: #fff;
    padding: 11px 0 22px 0;
  }

  .taxonomy-header h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    color: #fff;
  }

  .taxonomy-header .hr {
    overflow: hidden;
    position: relative;
    width: 154px;
    height: 4px;
    background-color: var(--color-primary);
    margin: 0 auto;
  }

  .taxonomy-header h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    color: #fff;
  }

  ul.cylinders-product-list {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1vw 1%;
  }

  ul.cylinders-product-list a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 49.5%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 14px;
    background-color: var(--color-alternate);
    transition: all 0.3s ease;
  }

  ul.cylinders-product-list li span {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: var(--color-font);
  }

  article.single-product {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    padding: 33px var(--gap-sp);
  }

  article.single-product .product_code .label_product_code {
    display: block;
    background-color: var(--color-primary);
    color: #000000;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.25em 0.5em 0.3em 0.5em;
    margin-right: 5.5px;
    margin-bottom: 5.5px;
    width: max-content;
  }

  article.single-product h1 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-font);
    margin-top: 5.5px;
  }

  .visual_image_wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 22px;
  }

  .details {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  article.single-product h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    margin-bottom: 4px;
  }

  article.single-product h2 {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
  }

  article.single-product p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    color: #000;
    margin-top: 28px;
  }

  .main_visual {
    background-color: inherit;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    text-align: center;
  }

  .main_visual h1 {
    font-size: 2.8rem;
    margin: 0 0 5.5px 0;
    z-index: 1;
    color: #ffffff;
  }

  .main_visual h2 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: #ffffff;
  }

  article {
    background-color: #ffffff;
    overflow: hidden;
    padding: 8.5px 0 0 0;
    position: relative;
  }

  article h3 {
    color: #000000;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 24.5px;
    margin-bottom: 0;
  }

  article p {
    color: #000000;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    margin-top: 24.5px;
  }

  .focus_on_wrapper {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 0 var(--gap-sp);
    margin-bottom: 11px;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
  }

  .focus_on_wrapper a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }

  .focus_on_contents {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    background-color: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 5.5px;
    min-height: 154px;
  }

  .focus_on_body {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 154px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    padding: 22px;
    color: var(--color-font);
  }

  .time time {
    display: block;
    background-color: #000000;
    color: var(--color-primary);
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.25em 0.5em 0.3em 0.5em;
    margin-right: 5.5px;
    margin-bottom: 5.5px;
    width: max-content;
  }

  .focus_on_body h2 {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-font);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
  }

  .focus_on_image {
    float: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 154px;
  }

  .news_wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1vw 1%;
  }

  ul.news_list {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 0px;
    padding: 0 var(--gap-sp);
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1vw 1%;
    margin-bottom: 33px;
  }

  ul.news_list a {
    display: block;
    background-color: #222222;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    transition: all 0.4s;
  }

  .news_contents {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    padding: 22px;
  }

  .summary_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    max-height: 4.5em;
    overflow: hidden;
    position: relative;
    margin-bottom: 11px;
  }

  .news_contents h2 {
    font-size: 2.1rem;
    color: #ffffff;
  }

  .summary_description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 4.5em;
    overflow: hidden;
    position: relative;
    margin-bottom: 11px;
  }

  section.single_news article h1 {
    margin-top: 0;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-font);
    margin-top: 0;
    margin-bottom: 0;
  }

  section.single_news article p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    color: var(--color-font);
    margin-top: 32px;
    margin-bottom: 32px;
  }

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

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

  section.search-results h1 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 0;
  }

  ul.search-results-list {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 28px;
    margin-bottom: 33px;
  }

  ul.search-results-list li h2 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-font);
    transition: all 0.3s ease;
  }

  ul.search-results-list li p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-gray);
    margin-top: 5.5px;
  }

  section#philosophy {
    padding: 33px 0;
    text-align: center;
  }

  .section-title h2 {
    font-size: 3.2rem;
    line-height: 1.25;
    margin: 0 auto;
  }

  .section-title h3 {
    font-size: 1.5rem;
    line-height: 1.25;
    margin: 0 auto;
  }

  .section-title+.hr {
    width: 154px;
    height: 5px;
    margin: 0 auto 33px auto;
  }

  section#philosophy h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #000;
    margin-top: 22px;
    margin-bottom: 16.5px;
  }

  p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
  }

  section#philosophy button.read-more {
    max-width: 100%;
    margin-top: 22px;
  }

  button.read-more {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 44px;
    font-family: 'Barlow', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    background-color: #000;
    color: #fff;
    border: 1px solid var(--color-primary);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  ul.home-products-list {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0;
  }

  ul.home-products-list a {
    overflow: hidden;
    position: relative;
    width: 50%;
    height: auto;
  }

  ul.home-products-list li {
    border: none;
    height: 250px;
  }

  section#products h4 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    margin-bottom: 33px;
    padding: 0 var(--gap-sp);
  }

  ul.home-products-list li h5 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.1;
    color: var(--color-primary);
    z-index: 1;
    padding: 0 11px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    word-wrap: break-word;
  }

  ul.home-products-list li h6 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-primary);
    z-index: 1;
    padding: 0 11px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  ul.home-products-list li .home-products-list-image {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
  }

  ul.home-products-list li .home-products-list-image span {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  section#contact {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 33px;
    padding-bottom: 33px;
    background-color: #fff;
  }

  .page-top {
    display: none;
  }

  .footer-content {
    overflow: hidden;
    position: relative;
    width: max-content;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
    justify-content: flex-start;
    margin: 0 auto;
  }

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

  .footer-content .company {
    overflow: hidden;
    position: relative;
    width: max-content;
    height: auto;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
  }

  .footer-content .address {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.75;
  }

  ul.footer-sns {
    overflow: hidden;
    position: relative;
    width: max-content;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
    margin-bottom: 5.5px;
  }

  .footer-copyright small {
    overflow: hidden;
    position: relative;
    width: max-content;
    height: auto;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
  }

  footer {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    padding: 16.5px var(--gap-sp) 22px var(--gap-sp);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 1px solid var(--color-border);
    box-sizing: border-box;
    gap: 11px 33px;
    flex-direction: column;
  }

  .taxonomy-title h1 span {
    overflow: hidden;
    position: relative;
    width: max-content;
    height: auto;
    font-family: 'Barlow', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    color: #000;
  }

  .taxonomy-title h1 small {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #000;
    display: block;
  }

  .section-header {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 11px;
    background-color: #000;
    color: #fff;
    padding: 11px 0 22px 0;
  }

  .section-header h4 {
    font-family: 'Barlow', sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    color: #fff;
  }

  .section-header .hr {
    overflow: hidden;
    position: relative;
    width: 154px;
    height: 4px;
    background-color: var(--color-primary);
    margin: 0 auto;
  }

  .section-header h5 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    color: #fff;
  }

  .gallery_caption {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: right;
    margin-top: 5.5px;
  }
}