* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
  font-size: clamp(0.875rem, 0.875rem + 0.2vw, 1rem);
}

body {
  position: relative;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  margin: 0 auto;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.02em;
  line-break: strict;
  word-break: break-word;
  overflow-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
}

body.open {
  position: fixed;
  overflow: hidden;
}

figure {
  margin: 0 0 5vw;
}
figure.border {
  border: 1px solid #000000;
}

img {
  line-height: 0;
  vertical-align: bottom;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #000000;
  text-decoration: none;
  vertical-align: baseline;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
a.underline {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}

a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a img {
  border: 0;
}

div.sp-only, img.sp-only, br.sp-only, ul.sp-only {
  display: block;
}

div.sp-none, img.sp-none, br.sp-none, ul.sp-none, nav.sp-none {
  display: none;
}

div.pc-only, img.pc-only, br.pc-only, ul.pc-only {
  display: none;
}

div.pc-none, img.pc-none, br.pc-none, ul.pc-none, nav.pc-none {
  display: block;
}

.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right !important;
}

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

.t-en {
  letter-spacing: -0.01em;
  text-align: left;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
}

/* header */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 500;
  position: fixed;
  width: 100%;
  height: 16vw;
  max-height: 60px;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
}
.header .header-logo {
  z-index: 1000;
  position: relative;
}
.header .header-logo img {
  display: block;
  width: 40vw;
  max-width: 220px;
  margin: 0 auto;
}

.header-menu {
  position: absolute;
  top: 0;
  left: 7vw;
  font-weight: 500;
  font-family: "EB Garamond", serif;
}
.header-menu .menu-button {
  display: block;
  z-index: 1100;
  position: relative;
  cursor: pointer;
}
.header-menu .menu-button p.open {
  display: none;
}
.header-menu .menu-button img {
  display: none;
  position: fixed;
  top: 6.6vw;
  left: 10vw;
  width: 6vw;
}
.header-menu .menu-button img.open {
  display: block;
}
.header-menu .menu-button img.return {
  pointer-events: none;
}

nav.main-menu, nav.brand-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: 8vw 10vw;
  overflow-y: scroll;
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
nav.main-menu .overlay, nav.brand-menu .overlay {
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
nav.main-menu ul.list, nav.brand-menu ul.list {
  z-index: 800;
  position: relative;
  width: 100%;
  margin-top: 10vw;
}
nav.main-menu ul.list li, nav.brand-menu ul.list li {
  font-size: 1.2rem;
  line-height: 2;
  cursor: pointer;
}
nav.main-menu ul.list li a, nav.brand-menu ul.list li a {
  display: table;
  font-size: 1.2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
nav.main-menu ul.list li.store-link, nav.brand-menu ul.list li.store-link {
  display: inline-block;
  margin: 10vw 0 0;
}
nav.main-menu ul.list li.store-link a, nav.brand-menu ul.list li.store-link a {
  padding: 0 6vw;
  background-color: #000000;
  color: #FFFFFF;
  line-height: 2;
}
nav.main-menu ul.social-icon, nav.brand-menu ul.social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2000;
  position: relative;
  margin: 12vw auto;
}
nav.main-menu ul.social-icon li, nav.brand-menu ul.social-icon li {
  margin-right: 8vw;
}
nav.main-menu ul.social-icon li img, nav.brand-menu ul.social-icon li img {
  width: 8vw;
}
/* main */
.main {
  position: relative;
  padding-top: clamp(50px, 16vw, 60px);
}

.background-full {
  margin: 0 auto;
  padding: 8vw 6vw 12vw;
}

.background-gray {
  margin: 0 auto;
  padding: 8vw 6vw 12vw;
  background-color: #e1e1e1;
}

.background-white {
  margin: 0 auto;
  padding: 8vw 6vw 12vw;
  background-color: #ffffff;
}
.background-white.wide {
  padding: 8vw 0;
}
h2.headline {
  margin: 0 auto 8vw;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  letter-spacing: 0.06em;
  text-align: center;
}
h2.headline span {
  display: block;
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
h2.headline.white {
  color: #ffffff;
}

/* footer */
footer {
  position: relative;
  width: 100%;
  padding: 6vw 6vw 10vw;
  background-color: #000000;
}
footer .footer-menu ul li {
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.4;
  font-family: "Inter", sans-serif;
}
footer .footer-menu ul li a {
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
}
footer .footer-menu ul li:last-child {
  display: inline-block;
  margin: 5vw 0 0;
}
footer .footer-menu ul li:last-child a {
  padding: 1.2vw 6vw;
  background-color: #ffffff;
  color: #000000;
}
footer ul.social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12vw auto;
}
footer ul.social-icon li {
  margin-right: 8vw;
}
footer ul.social-icon li img {
  width: 8vw;
}
footer .footer-logo-wrapper .footer-logo {
  width: 40vw;
  max-width: 220px;
  padding: 0;
}
footer .footer-logo-wrapper .copyright {
  margin: 1.4rem auto 0;
  color: #ffffff;
  font-size: 0.8rem;
}
footer .footer-logo-wrapper .copyright span {
  font-family: Verdana, "Droid Sans", sans-serif;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* move */
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.fadein.move {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1.6s cubic-bezier(0.01, 0.46, 0.58, 1);
  transition: 1.6s cubic-bezier(0.01, 0.46, 0.58, 1);
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.fade-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.pin-spacer {
  z-index: 0 !important;
  pointer-events: none;
}
.pin-spacer nav {
  pointer-events: auto;
}

.news-archive .content-wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.news-archive .post-wrapper {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #808080;
}
.news-archive .post {
  display: grid;
  grid-template-columns: 1fr;
  padding: 1rem 0 3rem 0;
  border-bottom: 1px solid #808080;
  text-align: justify;
}
.news-archive .post .post-info h3 {
  margin-top: 0;
}
.news-archive .post .post-info p {
  margin: 0;
  line-height: 1.8;
}
.news-archive .post .post-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-post .post, .page .post {
  padding: 0;
  border-bottom: none;
  text-align: justify;
}
.news-post .post .post-info h2, .page .post .post-info h2 {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
.news-post .post .post-photo img, .page .post .post-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-post .post .post-body, .page .post .post-body {
  margin-top: 1rem;
}
.news-post .post .post-body h3, .page .post .post-body h3 {
  margin-top: 3rem;
}

.post-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 2rem 0 0;
}
.post-nav p {
  margin-left: 2rem;
  font-size: 0.9rem;
}

ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.5rem;
  gap: 1rem;
}
ul.page-numbers li span.page-numbers.current {
  opacity: 0.3;
}

.brand-visual img {
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.fixed-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2000;
  position: fixed;
  top: 10rem;
  right: -6.5rem;
  left: auto;
  gap: 1rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.fixed-link-wrapper .fixed-link {
  display: table;
}
.fixed-link-wrapper .fixed-link a {
  padding: 0.4rem 1.5rem;
  border-radius: 0 0 5px 5px;
  background-color: #000000;
  color: #ffffff;
  font-size: 1.2rem;
  font-family: "EB Garamond", serif;
}

.brands {
  max-width: 1100px;
}
.brands .brand-logo {
  width: 40vw;
  margin: 0 auto 8vw;
  text-align: center;
}
.brands .brand-logo img {
  max-width: 250px;
}
.brands .story-body {
  margin: 0 auto 8vw;
  padding: 8vw 0 0;
  border-top: 1px solid #808080;
  text-align: justify;
}
.brands .story-body h3 {
  margin: 5vw 0 0;
}
.brands .story-body img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.brands .story-body > p {
  margin-bottom: 5vw;
}
.brands ul.social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 8vw 0;
  gap: 10vw;
  border-top: 1px solid #808080;
}
.brands ul.social-icon li img {
  width: auto;
  height: 8vw;
}

.story-body label {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 auto;
  cursor: pointer;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.story-body label.open-ac span {
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background: #000000;
}
.story-body label.open-ac span:nth-child(1) {
  top: 15px;
  right: 5px;
}
.story-body label.open-ac span:nth-child(2) {
  top: 15px;
  right: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.story-body label.close-ac span {
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background: #000000;
}
.story-body label.close-ac span:nth-child(1) {
  top: 15px;
  right: 5px;
}
.story-body label.close-ac span:nth-child(2) {
  display: none;
}

.brand-products {
  padding: 8vw 0;
  border-top: 1px solid #808080;
}
.brand-products .product-lineup {
  margin: 0 auto;
  background-color: #ffffff;
}
.brand-products .product-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.brand-products .product-item {
  margin: 0 0 8vw;
}
.brand-products .product-item.hidden {
  display: none;
}
.brand-products .product-item .product-img img {
  width: 100%;
}
.brand-products .product-item .name {
  text-align: center;
}
.brand-products .product-item .name h3 {
  margin: 2vw 0 0;
  font-weight: 400;
  font-family: "EB Garamond", serif;
}
.brand-products .product-item .name p {
  margin: 0;
  font-size: 0.8rem;
}
.brand-products div.more {
  margin-right: 8vw;
}
.brand-products div.more .underline {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  cursor: pointer;
}

.stock .stock-area {
  max-width: 1100px;
  margin: 0 auto 4.5rem;
}
.stock .stock-area h3 {
  margin: 5vw 0 0;
  border-bottom: 1px solid #808080;
  font-weight: 400;
  font-family: "EB Garamond", serif;
}
.stock .stock-area h3 span {
  margin-left: 1rem;
  font-size: 0.8rem;
}
.stock .stock-area .shop-list {
  margin: 4vw 0 0;
  padding: 0 0 4vw;
  border-bottom: 1px solid #808080;
}
.stock .stock-area .shop-list:last-child {
  border-bottom: none;
}
.stock .stock-area .shop-list .shop-name {
  margin: 0 0 3vw;
}
.stock .stock-area .shop-list .shop-link-button {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "a b";
  margin: 2vw 0 0;
  gap: 2vw;
}
.stock .stock-area .shop-list .shop-link-button a {
  display: block;
  padding-bottom: 0.1rem;
  border: 1px solid #808080;
  line-height: 1.5;
  text-align: center;
}
.stock .stock-area .shop-list .shop-link-button a:first-child {
  grid-area: a;
}

.products .item-wrapper {
  width: 100vw;
  margin: 0 auto;
}
.products .slide-container {
  position: relative;
  width: 100vw;
  margin: 0 auto;
}
.products ul.swiper-wrapper {
  width: 100%;
}
.products ul.swiper-wrapper li.swiper-slide {
  width: 100%;
}
.products ul.swiper-wrapper li.swiper-slide img {
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.products .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -25px;
}
.products .swiper-pagination-bullet {
  background-color: #000000;
}
.products .item-info {
  margin: 1rem auto 0;
  padding: 8vw 6vw 12vw;
  background-color: #ffffff;
}
.products .item-info .brand-logo {
  width: 30%;
  margin-bottom: 12vw;
}
.products .item-info h2.headline {
  text-align: left;
}
.products .item-info h2.headline span {
  margin-top: 1.5rem;
  line-height: 1.8;
}
.products .item-info .price {
  font-size: 1.3rem;
}
.products .item-info .price span {
  font-size: 0.9rem;
}
.products .item-info div.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 2.5rem 0;
}
.products .item-info div.wrapper p {
  margin: 0;
}
.products .item-info div.wrapper p:first-of-type {
  width: 20vw;
}
.products .item-info .item-text {
  margin: 12vw 0;
  text-align: justify;
}
.products .item-info .item-spec-wrapper {
  position: relative;
  margin-bottom: 20vw;
  border-top: 1px solid #808080;
}
.products .item-info .item-spec-wrapper .item-spec {
  margin: 0;
  padding: 1.8rem 0;
  border-bottom: 1px solid #808080;
}
.products .item-info .item-spec-wrapper .item-spec p {
  margin-top: 0;
}
.products .item-info .item-spec-wrapper .item-spec label {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.products .item-info .item-spec-wrapper .item-spec label.open-ac span {
  display: block;
  position: absolute;
  width: 16px;
  height: 1px;
  background: #000000;
}
.products .item-info .item-spec-wrapper .item-spec label.open-ac span:nth-child(1) {
  top: 0.9rem;
  right: 0;
}
.products .item-info .item-spec-wrapper .item-spec label.open-ac span:nth-child(2) {
  top: 0.9rem;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.products .item-info .item-spec-wrapper .item-spec label.close-ac span {
  display: block;
  position: absolute;
  width: 16px;
  height: 1px;
  background: #000000;
}
.products .item-info .item-spec-wrapper .item-spec label.close-ac span:nth-child(1) {
  top: 0.9rem;
  right: 0;
}
.products .item-info .item-spec-wrapper .item-spec label.close-ac span:nth-child(2) {
  display: none;
}
.products .item-info .item-spec-wrapper .item-spec .detail-contents {
  margin-top: 2rem;
}
.products .item-info .item-spec-wrapper .item-spec .detail-contents table {
  margin-bottom: 2rem;
  text-align: center;
}
.products .item-info .item-spec-wrapper .item-spec .detail-contents table th {
  padding: 0.2rem 0.5rem 0.2rem 0;
  font-weight: normal;
}
.products .item-info .item-spec-wrapper .item-spec .detail-contents table td {
  padding: 0.2rem 0.5rem;
}
.products .item-info .item-btn {
  margin-bottom: 20vw;
}
.products .item-info .item-btn ul li {
  margin-bottom: 1rem;
  line-height: 2;
}

.contact .contact-text {
  text-align: justify;
}
.contact a {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.contact .contact7 > div {
  margin-bottom: 1.8rem;
}
.contact .contact7 p {
  margin: 0;
}
.contact .select-wrapper {
  position: relative;
}
.contact .select-wrapper::after {
  display: block;
  position: absolute;
  top: 3.2rem;
  right: 1rem;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact select {
  width: 100%;
  padding: 1rem;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.contact .postcode-wrapper .postcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
.contact .postcode-wrapper .postcode span, .contact .postcode-wrapper .postcode button {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.contact .postcode-wrapper button {
  display: inline-block;
  width: 100%;
  height: 45px;
  border: 1px inset rgb(118, 118, 118);
  border-radius: 3px;
  background-color: #e2e2e2;
  font-size: 0.9rem;
}
.contact input[type=submit], .contact input[type=text], .contact input[type=email] {
  width: 100%;
  height: 46px;
}
.contact input[type=tel] {
  width: auto;
  height: 46px;
}
.contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  line-height: 1.5;
}
.contact label {
  display: inline-block;
  margin-bottom: 0.2rem;
}
.contact label.accept {
  display: table;
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 1.8;
}
.contact label.accept .accept-text {
  vertical-align: bottom;
}
.contact label.accept input {
  margin-bottom: 0.2rem;
  vertical-align: middle;
}
.contact .wpcf7-list-item {
  margin-right: 0.5rem;
}
.contact .wpcf7 .ajax-loader {
  display: none !important;
}
.contact .wpcf7-turnstile {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin-bottom: 1rem;
}
.contact .styled hr {
  width: 92%;
  color: #333;
}

.contact-thanks {
  padding: 8rem 0;
  background-color: #e1e1e1;
}
.contact-thanks h2 {
  margin-bottom: 3rem;
  font-size: 3rem;
  line-height: 1.5;
}

.return-top {
  display: table;
  margin: 5rem auto;
  padding: 0 5rem;
  border-radius: 5px;
  background-color: #000000;
  line-height: 1.2;
  text-align: center;
}
.return-top a {
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  figure {
    margin: 0 0 3vw;
  }
  div.sp-only, img.sp-only, br.sp-only, ul.sp-only {
    display: none;
  }
  div.sp-none, img.sp-none, br.sp-none, ul.sp-none, nav.sp-none {
    display: block;
  }
  .header {
    max-height: 80px;
  }
  .header .header-logo img {
    width: 30vw;
  }
  .header-menu {
    top: 0.8vw;
    left: 4vw;
  }
  .header-menu .menu-button img {
    top: 4vw;
    left: 5vw;
    width: 2.5vw;
  }
  nav.main-menu, nav.brand-menu {
    padding: 5vw;
  }
  nav.main-menu ul.list, nav.brand-menu ul.list {
    margin-top: 5vw;
  }
  nav.main-menu ul.list li.store-link, nav.brand-menu ul.list li.store-link {
    margin: 5vw 0 0;
  }
  nav.main-menu ul.list li.store-link a, nav.brand-menu ul.list li.store-link a {
    padding: 0 3vw;
  }
  nav.main-menu ul.social-icon, nav.brand-menu ul.social-icon {
    margin: 6vw auto;
  }
  nav.main-menu ul.social-icon li, nav.brand-menu ul.social-icon li {
    margin-right: 4vw;
  }
  nav.main-menu ul.social-icon li img, nav.brand-menu ul.social-icon li img {
    width: 3vw;
  }
  h2.headline {
    margin: 0 auto 4vw;
  }
  footer {
    padding: 3vw 3vw 6vw;
  }
  footer .footer-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer-menu-wrapper .leftside, footer .footer-menu-wrapper .rightside {
    width: 48%;
    height: 40vh;
  }
  footer .footer-menu-wrapper .rightside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer-menu ul li:last-child {
    display: table;
    margin: 5vw 0 0;
  }
  footer .footer-menu ul li:last-child a {
    padding: 0.6vw 3vw;
  }
  footer ul.social-icon {
    margin: 0.6vw 0 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  footer ul.social-icon li {
    margin-right: 0;
    margin-left: 3vw;
  }
  footer ul.social-icon li img {
    width: 3vw;
  }
  footer .footer-logo-wrapper .footer-logo {
    display: block;
    width: 30vw;
    margin: 2vw 0 0 auto;
  }
  footer .footer-logo-wrapper .copyright {
    font-size: 0.8rem;
    text-align: right;
  }
  .news-archive .post {
    grid-template-rows: 4rem 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a b" "a c";
    width: 100%;
    padding: 3rem 0;
    gap: 50px;
  }
  .news-archive .post .post-info {
    grid-area: b;
  }
  .news-archive .post .post-info h3 {
    margin-top: 1rem;
  }
  .news-archive .post .post-info p {
    margin: 0;
    line-height: 1.8;
  }
  .news-archive .post .post-photo {
    grid-area: a;
  }
  .news-archive .post .post-text {
    grid-area: c;
  }
  .news-post .post, .page .post {
    display: block;
  }
  .news-post .post .post-info h2, .page .post .post-info h2 {
    margin-top: 0.5rem;
  }
  .news-post .post .post-info p, .page .post .post-info p {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.8;
  }
  .news-post .post .post-body, .page .post .post-body {
    margin-top: 3rem;
  }
  .post-nav {
    margin: 4rem 0 0;
  }
  .post-nav p {
    font-size: 1rem;
  }
  .fixed-link-wrapper {
    display: none;
  }
  .brands .story-body {
    margin: 0 auto 3rem;
    padding: 3rem 0 0;
  }
  .brands .story-body h3 {
    margin: 2rem 0 0;
  }
  .brands .story-body > p {
    margin-bottom: 2rem;
  }
  .brands ul.social-icon {
    padding: 2rem 0;
    gap: 2rem;
  }
  .brands ul.social-icon li img {
    height: 1.8rem;
  }
  .brand-products .product-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .brand-products .product-item {
    margin: 0 0 2rem;
  }
  .brand-products .product-item .name h3 {
    margin: 0.5rem 0 0;
  }
  .brand-products div.more {
    margin-right: 3rem;
  }
  .stock .stock-area {
    margin: 0 auto 5rem;
  }
  .stock .stock-area h3 {
    margin: 2vw 0 0;
  }
  .stock .stock-area .shop-list {
    margin: 1.5vw 0 0;
    padding: 0 0 2vw;
  }
  .stock .stock-area .shop-list .shop-name {
    margin: 0 0 1.5vw;
  }
  .stock .stock-area .shop-list .shop-link-button {
    margin: 1rem 0 0;
    gap: 1rem;
  }
  .contact .postcode-wrapper .postcode {
    display: inline-block;
    gap: 0;
  }
  .contact .postcode-wrapper .postcode span, .contact .postcode-wrapper .postcode button {
    display: inline-block;
  }
  .contact .postcode-wrapper button {
    width: 210px;
    margin-left: 1rem;
  }
  .contact .postcode-wrapper input#postcode {
    width: 210px;
  }
  .contact .styled hr {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  figure {
    margin: 0 0 2rem;
  }
  div.pc-only, img.pc-only, br.pc-only, ul.pc-only {
    display: block;
  }
  div.pc-none, img.pc-none, br.pc-none, ul.pc-none, nav.pc-none {
    display: none;
  }
  .header {
    max-height: 80px;
  }
  .header .header-logo img {
    width: 16vw;
  }
  .header-menu {
    left: 0;
  }
  .main-menu-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100vw;
    margin: 0.7rem 0;
    padding: 0 2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-menu-pc ul.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
  .main-menu-pc ul.list li {
    font-size: 1rem;
    line-height: 2.2;
    cursor: pointer;
  }
  .main-menu-pc ul.list li a {
    display: table;
    font-size: 1rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .main-menu-pc ul.list li a:hover {
    opacity: 0.3;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .main-menu-pc ul.list li:hover .dropdown {
    opacity: 1;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    visibility: visible;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .main-menu-pc ul.list .dropdown {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    z-index: 1000;
    position: absolute;
    top: 100%;
    left: 0;
    width: 36vw;
    height: 100vh;
    margin: 0;
    padding: 2rem;
    background-color: #ffffff;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .main-menu-pc ul.list .dropdown li {
    line-height: 2.6;
  }
  .main-menu-pc ul.social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .main-menu-pc ul.social-icon li {
    margin-left: 1.5rem;
  }
  .main-menu-pc ul.social-icon li img {
    width: 1.5rem;
    padding-bottom: 0.2rem;
  }
  .main-menu-pc ul.social-icon li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .main-menu-pc ul.social-icon li a:hover {
    opacity: 0.3;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .main-menu-pc ul.social-icon li.store-link a {
    padding: 0.2rem 1rem;
    background-color: #000000;
    color: #FFFFFF;
  }
  .main {
    padding-top: clamp(70px, 16vw, 80px);
  }
  .background-full {
    padding: 4.5rem 3rem 6rem;
  }
  .background-gray {
    padding: 4.5rem 3rem 6rem;
  }
  .background-white {
    padding: 4.5rem 3rem 6rem;
  }
  .background-white.wide {
    padding: 4.5rem 0;
  }
  .content-wrapper {
    max-width: 1100px;
    margin: 0 auto;
  }
  h2.headline {
    margin: 0 auto 4rem;
  }
  footer {
    padding: 3rem;
  }
  footer .footer-menu ul li:last-child {
    display: table;
    margin: 2.2rem 0 0;
  }
  footer .footer-menu ul li:last-child a {
    padding: 0.4rem 1.4rem;
  }
  footer ul.social-icon {
    margin: 0.6rem 0 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  footer ul.social-icon li {
    margin-right: 0;
    margin-left: 1.5rem;
  }
  footer ul.social-icon li img {
    width: 1.8rem;
  }
  footer .footer-logo-wrapper .footer-logo {
    width: 16vw;
    margin: 2rem 0 0 auto;
  }
  .brand-products {
    max-width: 1920px;
    padding: 4.5rem 0;
  }
  .brand-products .product-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .stock .stock-area {
    margin: 0 auto 5rem;
  }
  .stock .stock-area h3 {
    margin: 2rem 0 0;
  }
  .stock .stock-area .shop-list {
    display: grid;
    grid-template-columns: 2fr 4fr 1fr 1fr;
    grid-template-areas: "a b c d";
    margin: 1rem 0 0;
    padding: 0 0 1rem;
  }
  .stock .stock-area .shop-list:last-child {
    border-bottom: 1px solid #808080;
  }
  .stock .stock-area .shop-list .shop-name {
    grid-area: a;
    margin: auto 0;
  }
  .stock .stock-area .shop-list .tel {
    margin: auto 0;
  }
  .stock .stock-area .shop-list .shop-link-button {
    grid-area: d;
    margin: 0;
    gap: 0.5rem;
  }
  .stock .stock-area .shop-list .shop-link-button a {
    display: table;
    height: 50%;
    margin: auto 0;
    padding-bottom: 0;
    line-height: 2;
  }
  .stock .stock-area .shop-list .shop-link-button a:first-child {
    grid-area: a;
  }
  .stock .stock-area .shop-list .shop-link-button a:last-child {
    grid-area: b;
  }
  .products .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1920px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
  .products .slide-container {
    -webkit-box-flex: 55%;
        -ms-flex: 55%;
            flex: 55%;
  }
  .products ul.swiper-wrapper {
    display: block;
    width: 55vw;
  }
  .products ul.swiper-wrapper li.swiper-slide img {
    width: 55vw;
  }
  .products .swiper-pagination {
    display: none;
  }
  .products .item-info {
    max-width: 900px;
    -webkit-box-flex: 45%;
        -ms-flex: 45%;
            flex: 45%;
    padding: 2rem 4.5rem 6rem 3rem;
  }
  .products .item-info .sticky-area {
    position: sticky;
    top: 200px;
  }
  .products .item-info .brand-logo {
    width: 26%;
    min-width: 150px;
    margin-bottom: 8rem;
  }
  .products .item-info .price {
    font-size: 1.2rem;
  }
  .products .item-info div.wrapper {
    max-width: 400px;
  }
  .products .item-info div.wrapper p:first-of-type {
    width: 24%;
  }
  .products .item-info .item-text {
    margin: 7rem 0 3rem;
  }
  .products .item-info .item-spec-wrapper {
    margin-bottom: 10rem;
  }
  .products .item-info .item-btn {
    margin-bottom: 8rem;
  }
  .contact-thanks {
    padding: 12rem 0 8rem;
  }
}
/*# sourceMappingURL=barrio-singular.css.map */
