* {
  -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;
}

.home .top-container {
  margin: 0 auto;
  padding: 0;
}
.home .top-container ul.swiper-wrapper li.swiper-slide {
  width: 100%;
}
.home .top-container 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;
}
.home .news .post-wrapper {
  width: 100%;
}
.home .news .post-wrapper .post {
  margin-bottom: 8vw;
}
.home .news .post-wrapper .post h3 {
  margin: 0;
}
.home .news .post-wrapper .post p.date {
  margin: 1rem 0 0;
}
.home .news .post-wrapper .post img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.home .news p.more {
  margin-bottom: 0;
  font-size: 80%;
}
.home .about-text {
  margin: 0 auto;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  text-align: justify;
}
.home .about-text p {
  margin: 8vw 0;
}
.home .brands {
  max-width: 1920px;
}
.home .brands .brand-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.home .brands .brand-wrapper .brand-post div {
  position: relative;
}
.home .brands .brand-wrapper .brand-post img.bk-cover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.home .brands .brand-wrapper .brand-post img {
  width: 100%;
}
.home .brands .brand-wrapper .brand-post h3.brand-name {
  margin: 0 0 0.5rem;
  font-weight: 400;
  font-family: "EB Garamond", serif;
}
.home .store {
  width: 100vw;
  height: 118vw;
  max-height: 800px;
  overflow: hidden;
  background-image: url(../img/top-gearism-sp.jpg);
  background-position: center center;
  background-size: cover;
}
.home .store .store-text {
  max-width: 1100px;
  margin: 12vw auto 8vw;
  color: #ffffff;
}
.home .store .link-button a {
  display: block;
  width: 72vw;
  margin: 0 auto;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #ffffff;
  text-align: center;
}
.home .store .link-button a img {
  width: 50%;
  margin-bottom: 0.2rem;
}
.home .company .column-wrapper {
  display: block;
  margin: 0 auto;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.home .company .column-wrapper .upper, .home .company .column-wrapper .lower {
  padding: 2vw 0;
}
.home .company .column-wrapper .upper {
  border-bottom: 1px solid #808080;
}
.home .company .column-wrapper p {
  margin: 3vw 0;
}
@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;
  }
  .home .news .post-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5vw;
  }
  .home .news .post-wrapper .post {
    margin-bottom: 4vw;
  }
  .home .about-text {
    max-width: 1100px;
  }
  .home .about-text p {
    margin: 4vw 0;
  }
  .home .brands .brand-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .home .store {
    height: 60vw;
    max-height: 800px;
  }
  .home .store .store-text {
    margin: 6vw auto 4vw;
    line-height: 2;
  }
  .home .store .link-button a {
    width: 60vw;
    padding: 0.8rem 2rem;
  }
  .home .store .link-button a img {
    width: 35%;
    margin-bottom: 0.2rem;
  }
  .home .company .column-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1100px;
  }
  .home .company .column-wrapper .upper, .home .company .column-wrapper .lower {
    padding: 3vw 0;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    border-bottom: 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;
  }
  .home .news .post-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    gap: 3rem;
  }
  .home .news .post-wrapper .post {
    margin-bottom: 2rem;
  }
  .home .about-text p {
    margin: 3rem 0;
  }
  .home .brands .brand-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .home .brands .brand-wrapper .brand-post img.bk-cover {
    display: block;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .home .brands .brand-wrapper .brand-post img.bk-cover:hover {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .home .brands .brand-wrapper .brand-post h3.brand-name {
    margin: 0 0 1rem;
    font-family: "EB Garamond", serif;
  }
  .home .store {
    height: 45vw;
    max-height: 580px;
    background-image: url(../img/top-gearism-pc.jpg);
  }
  .home .store .store-text {
    margin: 3rem auto 2rem;
    color: #ffffff;
  }
  .home .store .link-button a {
    width: 60vw;
    max-width: 800px;
    padding: 1rem 2rem;
  }
  .home .store .link-button a img {
    width: 25%;
    margin-bottom: 0.2rem;
  }
  .home .company .column-wrapper .upper, .home .company .column-wrapper .lower {
    padding: 2rem 0;
  }
  .home .company .column-wrapper p {
    margin: 1.6rem 0;
  }
  .home .company .column-wrapper p:nth-of-type(3) {
    line-height: 4;
  }
}
/*# sourceMappingURL=barrio-top.css.map */
