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

html {
  overflow-x: hidden;
  font-size: calc(1.875vw + 4px);
}
body {
  width: 100%;
  max-width: 100vw;
  height: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 1.22rem;
  line-height: 1.8;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.02em;
  word-wrap: break-word;
  position: relative;
  margin: 0 auto;
  overflow-x: hidden;
  color: #000000;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

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

a {
  margin: 0;
  padding: 0;
  background: transparent;
  text-decoration: none;
  vertical-align: baseline;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

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.pc-only, img.pc-only, br.pc-only, ul.pc-only, nav.pc-only {
  display: none;
}

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

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

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

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

h1 {
  margin: 0;
}

/* header */
.header {
  z-index: 500;
  position: relative;
  width: 100%;
  height: 83.5vw;
  margin: 0;
  padding: 0;
}
.header .header-logo {
  position: fixed;
  top: 35vw;
  left: 0;
  padding: 0 12vw;
}
.header .header-logo img {
  width: 100%;
}
.header .header-logo.moveposition {
  position: absolute;
  top: initial;
  bottom: 3%;
}
.header .header-logo.setposition {
  position: fixed;
  top: 0.5%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: scale(0.38);
          transform: scale(0.38);
  line-height: 1em;
}

/* main */
.main {
  position: relative;
}

.header-menu {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 11vw;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-menu ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 0.7rem;
  letter-spacing: 0.05em;
}
.header-menu ul li a {
  color: #000000;
  cursor: pointer;
}
.header-menu ul li:after {
  display: inline-block;
  padding-left: 0.7rem;
  content: "/";
}
.header-menu ul li:last-child:after {
  content: "";
}

.mt-section {
  margin-top: 28vw;
}
.mt-section.high {
  margin-top: 32vw;
}

h2.headline {
  margin: 0.1rem 0 0.1rem 12vw;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1.2;
}
h2.headline span {
  font-weight: 400;
  font-size: 80%;
}
h2.headline.t-center {
  margin: 0.1rem 0;
}
h2.headline.pc-only {
  display: none;
}

.photo-container {
  margin: 0 auto;
  padding: 0 12vw;
}
.photo-container.rightside {
  padding-right: 0;
}
.photo-container img {
  width: 100%;
}

/* footer */
footer {
  position: relative;
  width: 100%;
  margin-top: 54vw;
}
footer.pages {
  margin-top: 30vw;
}

.footer-logo {
  width: 100%;
  padding: 0 12vw;
  text-align: center;
}
.footer-logo img {
  width: 100%;
}

.footer-menu {
  margin: 1rem auto;
}
.footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-menu ul li {
  font-size: 1.24rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 0.8rem;
}
.footer-menu ul li a {
  color: #000000;
  cursor: pointer;
}
.footer-menu ul li:after {
  display: inline-block;
  padding-left: 0.8rem;
  content: "/";
}
.footer-menu ul li:last-child:after {
  display: none;
}

.copyright {
  margin: 1.4rem auto;
  color: #000000;
  font-size: 1rem;
  text-align: center;
}
.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;
}

/* top view */
.movie-wrapper {
  width: 76vw;
  height: 85.3vw;
  margin: 0 auto;
  overflow: hidden;
}
.movie-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
}

ul.top-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  margin-left: 12vw;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
ul.top-gallery::-webkit-scrollbar {
  display: none;
}
ul.top-gallery li {
  height: 60vw;
}
ul.top-gallery li img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.column-wrapper {
  display: block;
}

.about-text {
  margin: 0 auto;
  padding: 0 12vw;
}
.about-text img {
  width: 100%;
}
.about-text span.shorten {
  letter-spacing: -0.01em;
}

.collection .headline-right {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 95vw;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.collection .headline-right ul li {
  padding-right: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.collection p:first-of-type {
  margin-top: 2rem;
}
.collection p a {
  display: inline-block;
  color: #000000;
  font-size: 150%;
}

.collection-container {
  container-type: inline-size;
  margin: 0 auto;
  padding: 0 12vw;
}
.collection-container .grid {
  display: block grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(8px, 2cqi, 12px);
}
.collection-container .grid img {
  width: 100%;
}

#lightbox .lb-image {
  border: none;
}

.lightbox {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  width: auto;
          transform: translate(-50%, -50%) !important;
}

a.lb-prev, a.lb-next {
  width: 50% !important;
  background-size: 15% !important;
  opacity: 0.5 !important;
}

.lb-outerContainer {
  background-color: #000000 !important;
}

.lb-dataContainer {
  position: absolute;
  top: -10%;
}
.movie-container {
  margin: 0 12vw;
}
.movie-container.rightside {
  margin-right: 0;
}
.movie-container.leftside {
  margin-left: 0;
}
.movie-container div {
  position: relative;
  padding: 56.25% 0 0 0;
}
.movie-container div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.craftsmanship-text {
  margin: 0 auto;
  padding: 0 12vw;
  letter-spacing: 0.005em;
}
.craftsmanship-text img {
  width: 100%;
}
.craftsmanship-text span.shorten {
  letter-spacing: 0;
}
.craftsmanship-text .osawa {
  letter-spacing: 0.01em;
}

.link {
  display: table;
  margin: 0 0 0 auto;
  padding: 0 1rem;
  background-color: #000000;
  color: #ffffff;
  line-height: 1.2;
}
.link a {
  color: #ffffff;
}
.background-text {
  margin: 0 auto;
  padding: 0 12vw;
  letter-spacing: 0.005em;
}
.background-text img {
  width: 100%;
}
.background-text span.shorten {
  letter-spacing: 0;
}
.background-text span.caption {
  font-size: 80%;
  letter-spacing: -0.005em;
}

ul.background-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12vw;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
ul.background-gallery::-webkit-scrollbar {
  display: none;
}
ul.background-gallery li {
  height: 56vw;
}
ul.background-gallery li img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 0.8625vw;
  }
  body {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  div.sp-only, img.sp-only, br.sp-only, ul.sp-only {
    display: none;
  }
  div.pc-only, img.pc-only, br.pc-only, ul.pc-only, nav.pc-only {
    display: block;
  }
  .header {
    position: fixed;
    width: 100%;
    height: auto;
  }
  .header .header-logo {
    top: initial;
    right: 0;
    left: 0;
    width: 14vw;
    margin: 1.4vw auto 0;
    padding: 0;
  }
  .main {
    margin-top: 6.25vw;
  }
  .main.pages {
    margin-top: 10vw;
  }
  .header-menu {
    position: fixed;
    top: 6.25vw;
    left: 11.4vw;
  }
  .header-menu ul li {
    padding-right: 0.7rem;
    font-size: 1.15rem;
    letter-spacing: 0.04em;
  }
  .header-menu ul li:after {
    padding-left: 0.7rem;
  }
  .mt-section {
    margin-top: 12.5vw;
  }
  .mt-section.high {
    margin-top: 16vw;
  }
  h2.headline {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
  h2.headline.pc-only {
    display: block;
  }
  footer {
    margin-top: 24.5vw;
  }
  footer.pages {
    margin-top: 14vw;
  }
  .footer-logo {
    padding: 0 31.25vw;
  }
  .copyright {
    margin: 10vw auto 2vw;
    font-size: 1.1rem;
  }
  ul.top-gallery {
    margin-top: 12.5vw;
  }
  ul.top-gallery li {
    height: 43vw;
  }
  .column-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .column-wrapper .upper, .column-wrapper .lower {
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    height: 43vw;
  }
  .column-wrapper ul.about-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .column-wrapper ul.about-gallery::-webkit-scrollbar {
    display: none;
  }
  .column-wrapper ul.about-gallery li {
    height: 43vw;
  }
  .column-wrapper ul.about-gallery img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .about-text {
    padding: 0 12vw 0 1vw;
  }
  .about-text p {
    margin: 0;
    font-size: 1.35rem;
    line-height: 2.1;
  }
  .about-text p:first-of-type {
    margin-top: -0.5vw;
  }
  .collection .headline-right {
    display: none;
  }
  .collection {
    margin-top: 5rem;
  }
  .collection p:first-of-type {
    margin-top: 3rem;
  }
  .collection-container {
    margin: 2rem auto;
  }
  .collection-container .grid {
    grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
  }
  .lb-nav {
    left: -15%;
    width: 130%;
  }
  .lb-dataContainer {
    position: absolute;
    top: -8%;
  }
  .movie-container.rightside {
    margin-right: 12vw;
  }
  .movie-container.leftside {
    margin-left: 12vw;
  }
  .craftsmanship-text {
    margin-top: 2rem;
  }
  .craftsmanship-text p {
    margin: 0;
    font-size: 1.35rem;
    line-height: 2.1;
  }
  .craftsmanship-text p:first-of-type {
    margin-top: -0.5vw;
  }
  .link {
    padding-right: 9vw;
  }
  .background .column-wrapper {
    padding: 0 12vw;
  }
  .background .column-wrapper .upper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57%;
            flex: 0 0 57%;
  }
  .background .column-wrapper .lower {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43%;
            flex: 0 0 43%;
  }
  .background .column-wrapper ul.background-fade li {
    height: 43vw;
  }
  .background .column-wrapper ul.background-fade img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .background-text {
    padding: 0;
  }
  .background-text p {
    margin: 0;
    font-size: 1.35rem;
    line-height: 2.1;
  }
  .background-text p:first-of-type {
    margin-top: -0.2vw;
  }
  .background-text span.caption {
    display: block;
    font-size: 2.1rem;
    line-height: 1.2;
    letter-spacing: 0.01em;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25) and (-webkit-max-device-pixel-ratio: 1.5) and (max-height: 800px), only screen and (min-resolution: 120dpi) and (max-resolution: 144dpi) and (max-height: 800px) {
  html {
    font-size: 62.5%;
  }
}
/*# sourceMappingURL=kansaiman25.css.map */
