@charset "UTF-8";
/* base */
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@100..900&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

body {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", "YuGothic_Family", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ W3", "メイリオ", sans-serif;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4 {
  font-feature-settings: "palt";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  h1,
  h2,
  h3,
  h4 {
    font-size: 16px;
  }
}

table {
  color: #000;
  font-size: 16px;
  line-height: 1.8;
}

p,
li {
  color: #000;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  p,
  li {
    font-size: 16px;
  }
}

a {
  color: #000000;
}

em {
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #2a2a2a;
    text-decoration: none;
  }
}
small {
  font-size: 0.8em;
}

img,
svg {
  vertical-align: bottom;
  max-width: 100%;
}

input,
button,
textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ W3", "メイリオ", sans-serif;
}

input[type=text],
input[type=email],
input[type=password] {
  border: none;
  padding: 0 16px;
  height: 3em;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
}

textarea {
  border: none;
  padding: 16px;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

hr {
  margin: 0;
  border: none;
  background-color: #5a533e;
  height: 1px;
}
@media screen and (min-width: 769px) {
  hr {
    height: 2px;
  }
}

button {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

/* utils */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
.mt-0 {
  margin-top: 0px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-44 {
  margin-top: 44px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mt-68 {
  margin-top: 68px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mt-76 {
  margin-top: 76px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-84 {
  margin-top: 84px !important;
}

.mt-88 {
  margin-top: 88px !important;
}

.mt-92 {
  margin-top: 92px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-104 {
  margin-top: 104px !important;
}

.mt-108 {
  margin-top: 108px !important;
}

.mt-112 {
  margin-top: 112px !important;
}

.mt-116 {
  margin-top: 116px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-124 {
  margin-top: 124px !important;
}

.mt-128 {
  margin-top: 128px !important;
}

.mt-132 {
  margin-top: 132px !important;
}

.mt-136 {
  margin-top: 136px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-144 {
  margin-top: 144px !important;
}

.mt-148 {
  margin-top: 148px !important;
}

.mt-152 {
  margin-top: 152px !important;
}

.mt-156 {
  margin-top: 156px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

@media screen and (min-width: 769px) {
  .mt-0-pc {
    margin-top: 0px !important;
  }
  .mt-4-pc {
    margin-top: 4px !important;
  }
  .mt-8-pc {
    margin-top: 8px !important;
  }
  .mt-12-pc {
    margin-top: 12px !important;
  }
  .mt-16-pc {
    margin-top: 16px !important;
  }
  .mt-20-pc {
    margin-top: 20px !important;
  }
  .mt-24-pc {
    margin-top: 24px !important;
  }
  .mt-28-pc {
    margin-top: 28px !important;
  }
  .mt-32-pc {
    margin-top: 32px !important;
  }
  .mt-36-pc {
    margin-top: 36px !important;
  }
  .mt-40-pc {
    margin-top: 40px !important;
  }
  .mt-44-pc {
    margin-top: 44px !important;
  }
  .mt-48-pc {
    margin-top: 48px !important;
  }
  .mt-52-pc {
    margin-top: 52px !important;
  }
  .mt-56-pc {
    margin-top: 56px !important;
  }
  .mt-60-pc {
    margin-top: 60px !important;
  }
  .mt-64-pc {
    margin-top: 64px !important;
  }
  .mt-68-pc {
    margin-top: 68px !important;
  }
  .mt-72-pc {
    margin-top: 72px !important;
  }
  .mt-76-pc {
    margin-top: 76px !important;
  }
  .mt-80-pc {
    margin-top: 80px !important;
  }
  .mt-84-pc {
    margin-top: 84px !important;
  }
  .mt-88-pc {
    margin-top: 88px !important;
  }
  .mt-92-pc {
    margin-top: 92px !important;
  }
  .mt-96-pc {
    margin-top: 96px !important;
  }
  .mt-100-pc {
    margin-top: 100px !important;
  }
  .mt-104-pc {
    margin-top: 104px !important;
  }
  .mt-108-pc {
    margin-top: 108px !important;
  }
  .mt-112-pc {
    margin-top: 112px !important;
  }
  .mt-116-pc {
    margin-top: 116px !important;
  }
  .mt-120-pc {
    margin-top: 120px !important;
  }
  .mt-124-pc {
    margin-top: 124px !important;
  }
  .mt-128-pc {
    margin-top: 128px !important;
  }
  .mt-132-pc {
    margin-top: 132px !important;
  }
  .mt-136-pc {
    margin-top: 136px !important;
  }
  .mt-140-pc {
    margin-top: 140px !important;
  }
  .mt-144-pc {
    margin-top: 144px !important;
  }
  .mt-148-pc {
    margin-top: 148px !important;
  }
  .mt-152-pc {
    margin-top: 152px !important;
  }
  .mt-156-pc {
    margin-top: 156px !important;
  }
  .mt-160-pc {
    margin-top: 160px !important;
  }
}
.font-en {
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.align-center {
  text-align: center !important;
}

.relative {
  position: relative !important;
}

.color-orange {
  color: #ff5a10 !important;
}

body {
  background-color: #fff;
}
body.no-scroll {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .wrapper {
    margin-inline: auto;
    width: 1200px;
    box-sizing: border-box;
    padding: 0 20px;
  }
}

.sectionTitle {
  font-family: "Archivo", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .sectionTitle {
    font-size: 24px;
  }
}

.js-scrollAnimation {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-scrollAnimation.-show {
  opacity: 1;
  transform: translateY(0px);
}

.intro {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  transition: opacity 1s ease, visibility 1s ease;
  background-color: #fff;
}
.intro.-fadeout {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.intro video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-logo {
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
}
@media screen and (max-width: 768px) {
  .intro-logo {
    transform: none;
    left: 20px;
    width: 100px;
  }
}

.intro-text {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  width: max-content;
}
@media screen and (min-width: 769px) {
  .intro-text {
    left: 85%;
  }
}
@media screen and (max-width: 768px) {
  .intro-text {
    right: 20px;
    transform: inherit;
    color: #fff;
    font-size: 11px;
  }
}

.headerGlobal {
  background-color: #fff;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
}
@media screen and (min-width: 769px) {
  .headerGlobal {
    padding: 14px 40px;
  }
}
.headerGlobal.-visible {
  transform: translateY(0%);
}

.headerGlobal-logo {
  width: 90px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .headerGlobal-logo {
    width: 90px;
  }
}

.headerGlobal-shop ul {
  display: flex;
  gap: 20px;
}
.headerGlobal-shop a {
  font-family: "Archivo", "Zen Kaku Gothic New", sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}

.headerGlobal-menu {
  position: absolute;
  right: 10px;
  top: 8px;
  padding: 10px;
}
@media screen and (min-width: 769px) {
  .headerGlobal-menu {
    display: none;
  }
}

.mv-header-menu-inner,
.headerGlobal-menu-inner {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.mv-header-menu-inner span,
.headerGlobal-menu-inner span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #222;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.mv-header-menu-inner span:nth-child(1),
.headerGlobal-menu-inner span:nth-child(1) {
  top: 6px;
}
.mv-header-menu-inner span:nth-child(2),
.headerGlobal-menu-inner span:nth-child(2) {
  bottom: 6px;
}
.-active .mv-header-menu-inner span:nth-child(1),
.-active .headerGlobal-menu-inner span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}
.-active .mv-header-menu-inner span:nth-child(2),
.-active .headerGlobal-menu-inner span:nth-child(2) {
  transform: rotate(-45deg);
  bottom: 9px;
}

.navGlobal {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 98;
  padding: 120px 20px 20px;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.navGlobal.-active {
  opacity: 1;
  pointer-events: auto;
}
.navGlobal ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.navGlobal a {
  text-decoration: none;
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media (any-hover: hover) {
  .navGlobal a:hover {
    opacity: 0.8;
  }
}
.navGlobal p {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #666666;
  font-size: 12px;
}

.mv {
  position: relative;
  height: 100svh;
  overflow: hidden;
}

.mv-header {
  padding: 40px 20px 0;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .mv-header {
    padding: 40px 40px 0;
  }
}

.mv-header-logo {
  width: 150px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mv-header-logo {
    width: 90px;
  }
}

.mv-header-shop ul {
  display: flex;
  gap: 20px;
}
.mv-header-shop a {
  font-family: "Archivo", "Zen Kaku Gothic New", sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}

.mv-header-menu {
  position: absolute;
  right: 10px;
  top: 32px;
  padding: 10px;
}
@media screen and (min-width: 769px) {
  .mv-header-menu {
    display: none;
  }
}

.mv-copy {
  position: absolute;
  left: 50%;
  top: 140px;
  z-index: 10;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .mv-copy {
    top: 180px;
    font-size: 18px;
  }
}

.mv-image {
  height: 100svh;
}
.mv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (orientation: portrait) {
  .mv-pc {
    display: none;
  }
}
@media (orientation: landscape) {
  .mv-sp {
    display: none;
  }
}
.concept {
  margin-top: 40px;
  padding: 0 20px;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .concept {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .concept {
    padding: 0 40px;
    margin-top: 80px;
  }
}

.concept-contents {
  margin-top: 28px;
}
@media screen and (min-width: 769px) {
  .concept-contents {
    display: flex;
    gap: 40px;
  }
}
.concept-contents > div {
  flex: 1;
}

.concept-copy {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .concept-copy {
    font-size: 36px;
  }
}

.concept-text {
  position: relative;
}
@media screen and (min-width: 769px) {
  .concept-text {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .concept-text {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .concept-text .sectionTitle {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.concept-text h3 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .concept-text h3 {
    font-size: 15px;
  }
}
.concept-text p {
  font-size: 15px;
  margin-top: 28px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .concept-text p {
    font-size: 14px;
    margin-top: 16px;
    line-height: 1.7;
  }
}

.essense {
  padding: 0 20px;
  margin-top: 100px;
  scroll-margin-top: 100px;
}
@media screen and (min-width: 769px) {
  .essense {
    margin-top: 200px;
    padding: 0 40px;
  }
}
.essense > section {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .essense > section {
    margin-top: 100px;
  }
}
.essense > section:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  .essense > section:not(:first-of-type) {
    margin-top: 120px;
  }
}

.essense-sectionTitle {
  font-size: 16px;
  margin-top: 24px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .essense-sectionTitle {
    font-size: 20px;
  }
}

.essense-slider {
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .essense-slider {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 160px;
    padding-right: 160px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .essense-slider .swiper-slide {
    padding-bottom: 24px;
  }
}
.essense-slider .swiper-slide img {
  max-width: inherit;
  width: 100%;
}
.essense-slider .swiper-pagination {
  top: inherit;
  bottom: 0px;
}
@media screen and (min-width: 769px) {
  .essense-slider .swiper-pagination {
    display: none;
  }
}
.essense-slider .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  margin: 0 3px;
}
.essense-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

.essense-slider-button {
  width: 50%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .essense-slider-button {
    display: none;
  }
}

.essense-slider-button-prev {
  position: absolute;
  left: 0;
  top: 0;
}
.essense-slider-button-prev:hover {
  cursor: url("../images/arrow-left.svg") 16 16, auto;
}

.essense-slider-button-next {
  position: absolute;
  left: 50%;
  top: 0;
}
.essense-slider-button-next:hover {
  cursor: url("../images/arrow-right.svg") 16 16, auto;
}

.essense-text {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .essense-text {
    margin-top: 32px;
    width: calc(50% - 12px);
  }
}
.essense-text p {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .essense-text p {
    font-size: 14px;
  }
}

.essense-japanmade-photo {
  display: flex;
  gap: 32px;
  flex-direction: row-reverse;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .essense-japanmade-photo {
    margin-top: 8px;
    flex-direction: column;
    gap: 12px;
  }
}

.products {
  margin-top: 100px;
  scroll-margin-top: 100px;
}
@media screen and (min-width: 769px) {
  .products {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .products .sectionTitle {
    padding: 0 20px;
  }
}

@media screen and (min-width: 769px) {
  .products-layout {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 500px;
    grid-template-rows: auto 1fr;
    gap: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .products-tab {
    margin-top: 14px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .products-tab {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.products-tab ul {
  display: flex;
  justify-content: space-between;
}
.products-tab li button {
  font-family: "Archivo", sans-serif;
  color: #000;
}
.products-tab li:nth-child(1) button {
  font-weight: 900;
}
.products-tab li:nth-child(2) button {
  font-weight: 700;
}
.products-tab li:nth-child(3) button {
  font-weight: 400;
}
.products-tab button {
  font-size: 15px;
  padding-bottom: 4px;
}
@media screen and (min-width: 769px) {
  .products-tab button {
    font-size: 18px;
  }
}
.products-tab button.-active {
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .products-photos {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .products-photos {
    grid-column: 2/3;
    grid-row: 1/3;
    min-width: 0;
  }
}

@media screen and (max-width: 768px) {
  .products-details {
    padding: 0 20px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 769px) {
  .products-details {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-top: 40px;
  }
}

.products-tab ul {
  display: flex;
}

.products-photos-sliderContainer {
  display: none;
}
.products-photos-sliderContainer.-active {
  display: block;
}

@media screen and (max-width: 768px) {
  .products-slider .swiper-slide {
    padding-bottom: 24px;
  }
}
.products-slider .swiper-pagination {
  top: inherit;
  bottom: 0px;
}
@media screen and (min-width: 769px) {
  .products-slider .swiper-pagination {
    display: none;
  }
}
.products-slider .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  margin: 0 3px;
}
.products-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

.products-slider-button {
  width: 50%;
  height: 100%;
  z-index: 1;
  background-size: 16px auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .products-slider-button {
    width: 50px;
  }
}
.products-slider-button.swiper-button-disabled {
  display: none;
}

.products-slider-button-prev {
  position: absolute;
  left: 0;
  top: 0;
}
.products-slider-button-prev:hover {
  cursor: url("../images/arrow-left.svg") 16 16, auto;
}

.products-slider-button-next {
  position: absolute;
  right: 0;
  top: 0;
}
.products-slider-button-next:hover {
  cursor: url("../images/arrow-right.svg") 16 16, auto;
}

.products-details h3 {
  font-family: "Archivo", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 700;
}

.products-details-texts-item {
  display: none;
}
.products-details-texts-item.-active {
  display: block;
}

.products-details-text {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .products-details-text {
    font-size: 15px;
  }
}

.products-details-info {
  border-top: 1px solid #000;
  display: flex;
  border-bottom: 1px solid #000;
  padding: 10px 0 8px;
}
.products-details-info + .products-details-info {
  border-top: none;
}
.products-details-info.-size p {
  font-weight: 500;
}
.products-details-info p {
  font-size: 13px;
  font-weight: 700;
  font-family: "Archivo", "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .products-details-info p {
    font-size: 14px;
  }
}
.products-details-info p.products-details-materials-note {
  font-size: 10px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .products-details-info .products-details-info-num.-middle {
    padding-top: 8px;
  }
}
.products-details-info > *:nth-child(1) {
  width: 40px;
}
@media screen and (min-width: 769px) {
  .products-details-info > *:nth-child(1) {
    width: 70px;
  }
}
.products-details-info > *:nth-child(2) {
  flex: 1;
}
.products-details-info > * {
  min-width: 0;
}

.products-details-info-col-title {
  font-family: "Archivo", "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  cursor: pointer;
  background-image: url(../images/icon-plus.svg);
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  padding-right: 24px;
}
@media screen and (min-width: 769px) {
  .products-details-info-col-title {
    font-size: 14px;
  }
}
.products-details-info-col-title span {
  font-weight: 500;
}
.products-details-info-col-title.open {
  background-image: url(../images/icon-minus.svg);
}

.products-details-accordion {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}
.products-details-accordion.open {
  grid-template-rows: 1fr;
}

.products-details-accordion-inner {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .products-details-accordion-inner {
    margin-right: -20px;
  }
}

.products-details-accordion-section {
  display: flex;
  min-width: 0;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .products-details-accordion-section {
    border-top: 1px solid #000;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .products-details-accordion-section {
    flex-direction: column;
    padding-bottom: 8px;
  }
}
.products-details-accordion-section h5 {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .products-details-accordion-section h5 {
    margin-right: 20px;
    border-top: 1px solid #000;
    padding-top: 8px;
  }
}
@media screen and (min-width: 769px) {
  .products-details-accordion-section h5 {
    width: 180px;
  }
}

.products-details-materials {
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .products-details-materials {
    flex: 1;
  }
}

.products-details-materials-scroll {
  overflow-x: auto;
  min-width: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-user-select: none;
  user-select: none;
  padding-top: 1px;
  padding-bottom: 1px;
}
@media screen and (max-width: 768px) {
  .products-details-materials-scroll {
    margin-top: 6px;
    margin-right: -20px;
  }
}
.products-details-materials-scroll::-webkit-scrollbar {
  display: none;
}
.products-details-materials-scroll ul {
  display: flex;
  min-width: max-content;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .products-details-materials-scroll ul {
    display: inline-flex;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .products-details-materials-scroll ul::after {
    content: "";
    display: block;
    width: 32px;
  }
}
.products-details-materials-scroll li {
  flex: 0 0 auto;
  width: 95px;
}
.products-details-materials-scroll li span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 4px;
}
.products-details-materials-scroll li img {
  pointer-events: none;
}
.products-details-materials-scroll li.-spacer {
  margin-left: 24px;
}

.inspiration {
  margin-top: 100px;
  scroll-margin-top: 100px;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .inspiration {
    padding: 0 40px;
    margin-top: 200px;
  }
}
.inspiration .swiper {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .inspiration .swiper {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.footer {
  margin-top: 120px;
  padding: 0 20px 40px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer {
    margin-top: 140px;
    padding: 0 40px 40px;
  }
}

.footer-shiga {
  text-align: center;
}
.footer-shiga img {
  width: 140px;
}
@media screen and (min-width: 769px) {
  .footer-shiga img {
    width: 200px;
  }
}

.footer-top {
  text-align: center;
  border-bottom: 1px solid #000;
  margin-top: 120px;
  padding-bottom: 12px;
}
.footer-top a {
  text-decoration: none;
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .footer-top a {
    font-size: 15px;
  }
}
@media (any-hover: hover) {
  .footer-top a:hover {
    opacity: 0.8;
  }
}

.footer-links {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .footer-links {
    margin-top: 60px;
  }
}
.footer-links ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 20px;
}
.footer-links a {
  text-decoration: none;
  font-family: "Archivo", sans-serif;
  font-size: 15px;
  font-weight: 700;
}
@media (any-hover: hover) {
  .footer-links a:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 769px) {
  .footer-terms {
    position: absolute;
    left: 40px;
    bottom: 40px;
  }
}
.footer-terms ul {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer-terms ul {
    margin-top: 60px;
    justify-content: center;
  }
}
.footer-terms a {
  color: #666666;
  font-size: 12px;
  text-decoration: none;
}
@media (any-hover: hover) {
  .footer-terms a:hover {
    opacity: 0.8;
  }
}

.footer-copy {
  font-family: "Archivo", sans-serif;
  font-size: 11px;
  color: #666666;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .footer-copy {
    margin-top: 100px;
    font-size: 12px;
    text-align: center;
  }
}

.footer-logo {
  position: absolute;
  right: 20px;
  bottom: 40px;
}
@media screen and (min-width: 769px) {
  .footer-logo {
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer-logo {
    width: 80px;
  }
}
