@charset "UTF-8";
/*------------------------------------*\
    変数定義
\*------------------------------------*/
/*------------------------------------*\
    ミックスイン
\*------------------------------------*/
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

a {
  text-decoration: none;
  color: inherit;
}

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

:focus {
  outline: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=text], textarea {
  border: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* デフォルトスタイルをリセット */
input[type=text]:focus, textarea:focus {
  outline: 0;
}

/*------------------------------------*\
    基本スタイル
\*------------------------------------*/
html {
  font-family: "Tenor Sans", "Zen Old Mincho", serif;
  color: #797979;
  height: 100%;
}

body {
  font-family: "Tenor Sans", "Zen Old Mincho", serif;
  height: 100%;
  background: #f6f5f7;
}

/*------------------------------------*\
    Lenis スムーススクロール
\*------------------------------------*/
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

:root {
  --fontjp: Zen Old Mincho, serif;
  --fonten: Tenor Sans, sans-serif;
  --color: #797979;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.link_range {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

img {
  width: 100%;
  height: auto;
}

a {
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/*------------------------------------*\
    共通ユーティリティクラス
\*------------------------------------*/
.text-base {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #797979;
}

.logo-accessories {
  width: 140px;
}
@media only screen and (max-width: 750px) {
  .logo-accessories {
    width: 110px;
  }
}

.logo-galerie {
  width: 20px;
}
@media only screen and (max-width: 750px) {
  .logo-galerie {
    width: 18px;
  }
}

.hover-darken {
  padding: 20px;
  margin-left: -20px;
  margin-top: -20px;
  transition: filter 0.4s ease;
}
.hover-darken:hover {
  filter: brightness(0);
}
@media only screen and (max-width: 750px) {
  .hover-darken {
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
  }
  .hover-darken:hover {
    filter: brightness(1);
  }
}

.hover-darken-text {
  transition: filter 0.4s ease;
}
.hover-darken-text:hover {
  filter: brightness(0);
}
@media only screen and (max-width: 750px) {
  .hover-darken-text:hover {
    filter: brightness(1);
  }
}

.arrow-right {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #797979;
  margin-left: 7px;
}
.arrow-right::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 12px;
  height: 1px;
  background-color: #797979;
  transform: rotate(30deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

a:hover .arrow-right {
  width: 50px;
}

.no-click {
  pointer-events: none;
}

.main {
  min-height: 100svh;
}

/*------------------------------------*\
    共通 nav
\*------------------------------------*/
.com_content_wrap {
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
}

.com_content_logo_list {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .com_content_logo_list {
    flex-direction: column;
    height: 100%;
  }
}

.com_content_logo_wrap {
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .com_content_logo_wrap {
    width: 100%;
  }
}
.com_content_logo_wrap a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.5s ease-in-out;
}
.com_content_logo_wrap a:hover {
  background-color: #F7F7F7;
}
.com_content_logo_wrap a:hover .com_content_logo {
  filter: brightness(0);
}
@media only screen and (max-width: 750px) {
  .com_content_logo_wrap a:hover .com_content_logo {
    filter: brightness(1);
  }
}

.com_content_logo {
  padding: 20px;
}
.com_content_logo.sklo_accessories {
  width: 140px;
}
@media only screen and (max-width: 750px) {
  .com_content_logo.sklo_accessories {
    width: 110px;
  }
}
.com_content_logo.sklo_galerie {
  width: 20px;
}
@media only screen and (max-width: 750px) {
  .com_content_logo.sklo_galerie {
    width: 18px;
  }
}

/*------------------------------------*\
    header (button)
\*------------------------------------*/
#header .header_nav_button_wrap {
  transition: transform 0.7s ease-in-out;
  position: fixed;
  top: 32px;
  right: 4%;
}
@media screen and (max-width: 768px) {
  #header .header_nav_button_wrap {
    right: 0;
  }
}
#header .header_nav_button_wrap {
  z-index: 931;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 750px) {
  #header .header_nav_button_wrap {
    top: 8px;
    right: 8px;
  }
}
#header .header_nav_button_inner {
  width: 50px;
  height: 50px;
  position: relative;
}
#header .header_nav_button_wrap:hover .header_nav_button_circle {
  filter: brightness(0);
}
#header .header_nav_button_circle {
  width: 26px;
  height: 26px;
  border: 1px solid #797979;
  border-radius: 50%;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.5s ease-in-out, filter 0.3s ease-in-out;
}
@media only screen and (max-width: 750px) {
  #header .header_nav_button_circle {
    width: 20px;
    height: 20px;
  }
}
body.nav_open #header .header_nav_button_circle {
  transform: translate(-50%, -50%) scale(0);
}
#header {
  /*------------------------------------*\
      header (navigation)
  \*------------------------------------*/
}
#header .header_open_wrap {
  will-change: opacity;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #FFF;
  z-index: 930;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out, background-color 0.5s ease-in-out;
}
#header .header_open_inner {
  width: 100vw;
  height: 100%;
  overflow: hidden;
}
#header .com_content_logo_wrap {
  position: relative;
  transition: opacity 1s ease-in-out, background-color 0.5s ease-in-out;
}
#header .com_content_logo_description {
  pointer-events: none;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #797979;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 600px;
  letter-spacing: 0.15em;
  line-height: 2.2;
  font-family: "Zen Old Mincho", serif;
  opacity: 0;
  text-align: center;
  transition: opacity 0.1s ease-in-out;
}
#header .com_content_logo_description .com_content_logo_description_image {
  aspect-ratio: 1/1;
  height: auto;
  width: calc(22.25vw - 22.5px);
  margin: 0 auto;
  object-fit: cover;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: opacity 0.1s ease-out;
}
@media screen and (max-width: 1100px) {
  #header .com_content_logo_description .com_content_logo_description_image {
    width: calc(26.403vw - 13.333px);
  }
}
@media only screen and (max-width: 750px) {
  #header .com_content_logo_description .com_content_logo_description_image {
    width: calc(44.5vw - 10px);
  }
}
@media only screen and (max-width: 550px) {
  #header .com_content_logo_description .com_content_logo_description_image {
    width: 50vw;
  }
}
@media (max-width: 768px) {
  #header .com_content_logo_description {
    top: 0;
    transform: translate(-50%, 0);
  }
}
#header .header_scroll_indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.3em;
  color: #797979;
  font-family: "Tenor Sans", sans-serif;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#header .header_scroll_indicator.is-visible {
  opacity: 0.6;
  pointer-events: auto;
}
@media only screen and (max-width: 750px) {
  #header .header_scroll_indicator {
    bottom: 30px;
    font-size: 9px;
  }
}
#header .header_scroll_indicator_icon {
  display: inline-block;
  animation: scroll-bounce 3s ease-in-out infinite;
  color: black;
  opacity: 1;
}
#header .header_scroll_indicator_icon svg {
  display: block;
}
@keyframes scroll-bounce {
  0%, 100% {
    opacity: 0;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(3px);
  }
}

body[data-namespace=index] #header .header_nav_button_wrap {
  transform: scale(0);
}

body[data-namespace=archive][data-slug=accessories] #header .com_content_logo_wrap.sklo_accessories {
  pointer-events: none;
}
body[data-namespace=archive][data-slug=accessories] #header .com_content_logo_wrap.sklo_galerie .com_content_logo_link {
  transition: opacity 0.1s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
body[data-namespace=archive][data-slug=accessories] #header .com_content_logo_wrap.sklo_galerie .com_content_logo_description {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

body[data-namespace=archive][data-slug=galerie] #header .com_content_logo_wrap.sklo_galerie {
  pointer-events: none;
}
body[data-namespace=archive][data-slug=galerie] #header .com_content_logo_wrap.sklo_accessories .com_content_logo_link {
  transition: opacity 0.1s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
body[data-namespace=archive][data-slug=galerie] #header .com_content_logo_wrap.sklo_accessories .com_content_logo_description {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}

body[data-namespace=archive][data-slug=accessories] #header .com_content_logo_wrap {
  background-color: #F7F7F7;
}

body[data-namespace=archive][data-slug=galerie] #header .com_content_logo_wrap {
  background-color: #F7F7F7;
}

@media (max-width: 768px) {
  body[data-namespace=archive][data-slug=galerie] #header .com_content_logo_list {
    flex-direction: column-reverse;
  }
}
/*------------------------------------*\
    #header表示制御（body[data-nav-state]ベース）
\*------------------------------------*/
body[data-nav-state=opened] #header .header_open_wrap {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.5s ease-in-out, background-color 0.5s ease-in-out;
}

body[data-nav-state=closed] #header .header_open_wrap {
  opacity: 0;
  pointer-events: none;
}

body.is-transitioning #header .header_open_wrap {
  opacity: 0;
  pointer-events: none;
  transition: none !important;
}

/*------------------------------------*\
    共通 header
\*------------------------------------*/
.page_header_wrap {
  width: 89%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  padding-bottom: 70px;
  min-height: 154px;
}
@media only screen and (max-width: 750px) {
  .page_header_wrap {
    width: 89%;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 60px;
    min-height: auto;
  }
}

.page_header_logo {
  padding: 20px;
  margin-left: -20px;
  margin-top: -20px;
  transition: filter 0.4s ease;
}
.page_header_logo:hover {
  filter: brightness(0);
}
@media only screen and (max-width: 750px) {
  .page_header_logo {
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
  }
  .page_header_logo:hover {
    filter: brightness(1);
  }
}
.page_header_logo.sklo_accessories {
  width: 140px;
}
@media only screen and (max-width: 750px) {
  .page_header_logo.sklo_accessories {
    width: 110px;
  }
}
.page_header_logo.sklo_galerie {
  width: 20px;
}
@media only screen and (max-width: 750px) {
  .page_header_logo.sklo_galerie {
    width: 18px;
  }
}

.page_header_content_wrap {
  margin-left: auto;
  max-width: 540px;
}
@media only screen and (max-width: 750px) {
  .page_header_content_wrap {
    width: 100%;
    margin-left: 0;
  }
}

.page_header_text {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #797979;
}

.page_header_btn_wrap {
  margin-top: 20px;
}

.page_header_btn_text {
  font-size: 14px;
  font-weight: 400;
  color: #797979;
  display: inline-block;
  position: relative;
  padding: 5px;
  margin-left: -5px;
}

.arrow_right {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #797979;
  margin-left: 7px;
}
.arrow_right::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 12px;
  height: 1px;
  background-color: #797979;
  transform: rotate(30deg);
  transform-origin: calc(100% - 0.5px) 50%;
}

.page_header_btn_link:hover .arrow_right {
  width: 50px;
}

/*------------------------------------*\
    共通 ページ
\*------------------------------------*/
.page_main {
  padding-top: 120px;
}
@media only screen and (max-width: 750px) {
  .page_main {
    padding-top: 90px;
  }
}

.page_content_wrap {
  width: 89%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 8%;
  padding-bottom: 120px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.page_content_wrap.is-visible {
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  .page_content_wrap {
    width: 89%;
    flex-direction: column-reverse;
    gap: 0;
    padding-bottom: 100px;
    padding-top: 50px;
  }
}

.page_detail_wrap {
  width: 60%;
}
@media only screen and (max-width: 750px) {
  .page_detail_wrap {
    width: 100%;
  }
}

.the_content {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #797979;
  display: grid;
  row-gap: 48px;
}
.the_content h1, .the_content h2, .the_content h3, .the_content h4, .the_content h5, .the_content h6 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: -20px;
}
.the_content figcaption {
  font-size: 11px;
  margin: 0;
}
.the_content a {
  text-decoration: underline;
  transition: filter 0.4s ease;
}
.the_content a:hover {
  filter: brightness(0);
}
@media only screen and (max-width: 750px) {
  .the_content a:hover {
    filter: brightness(1);
  }
}
.the_content img {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.the_content img.visible {
  opacity: 1;
}
.the_content img.img_vertical {
  aspect-ratio: 3/4;
  width: 75%;
}
@media only screen and (max-width: 750px) {
  .the_content img.img_vertical {
    width: 100%;
  }
}
.the_content img.img_square {
  aspect-ratio: 1/1;
  width: 75%;
}
@media only screen and (max-width: 750px) {
  .the_content img.img_square {
    width: 100%;
  }
}
.the_content [data-component=instagram] img {
  opacity: 1;
}
.the_content .not-img-scaled img.img_vertical, .the_content .not-img-scaled img.img_square {
  aspect-ratio: auto;
  width: 100%;
}
.the_content .not-img-scaled img.insta-3-4 {
  aspect-ratio: 3/4;
  width: 100%;
}

.page_sticky_wrap {
  width: 40%;
  position: sticky;
  top: 60px;
}
@media only screen and (max-width: 750px) {
  .page_sticky_wrap {
    width: 100%;
    position: relative;
    top: 0;
    padding-bottom: 60px;
  }
}

.page_sticky_inner {
  height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 750px) {
  .page_sticky_inner {
    height: auto;
  }
}

.page_title {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #797979;
}

.page_excerpt_wrap {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .page_excerpt_wrap {
    margin-top: 30px;
  }
}

.page_excerpt {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #797979;
}

.page_back_wrap {
  margin-top: auto;
  padding-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .page_back_wrap {
    padding-bottom: 0;
    padding-top: 70px;
  }
}

.page_back {
  font-size: 14px;
  font-weight: 400;
  color: #797979;
  display: inline-block;
  position: relative;
  padding: 5px;
  margin-left: -5px;
  transition: filter 0.4s ease;
}
.page_back:hover {
  filter: brightness(0);
}
@media only screen and (max-width: 750px) {
  .page_back:hover {
    filter: brightness(1);
  }
}
.page_back:hover .back_arrow_right {
  width: 50px;
}

.back_arrow_right {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #797979;
  margin-left: 7px;
}
.back_arrow_right::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 12px;
  height: 1px;
  background-color: #797979;
  transform: rotate(30deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.back_arrow_right {
  width: 40px;
  transition: width 0.4s ease;
}
.back_arrow_right::before {
  width: 10px;
}

.page_gallery_items {
  display: grid;
  gap: 80px;
}
.page_gallery_items .page_gallery_item_title {
  font-size: 13px;
}
.page_gallery_items .page_gallery_item_description {
  font-size: 11px;
  margin-top: -8px;
  line-height: 20px;
}
.page_gallery_items .page_gallery_item_link_text {
  font-size: 11px;
  font-weight: 400;
  text-decoration: underline;
}
.page_gallery_items .page_gallery_item_link_text::after {
  content: " ↗︎";
  font-size: 8px;
}
@media (min-width: 768px) {
  .page_gallery_items .page_gallery_item_link_text {
    display: none;
  }
}

.page_gallery_item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page_gallery_item_link {
  text-decoration: none !important;
}

.the_content .page_gallery_item_link {
  transition: none;
}
.the_content .page_gallery_item_link img {
  transition: filter 0.4s ease, opacity 0.4s ease;
}
.the_content .page_gallery_item_link .page_gallery_item_title, .the_content .page_gallery_item_link .page_gallery_item_link_text, .the_content .page_gallery_item_link .page_gallery_item_description {
  transition: filter 0.4s ease;
}
.the_content .page_gallery_item_link:hover {
  filter: none;
}
.the_content .page_gallery_item_link:hover img {
  filter: grayscale(100%);
  opacity: 0.7;
}
.the_content .page_gallery_item_link:hover .page_gallery_item_title, .the_content .page_gallery_item_link:hover .page_gallery_item_link_text, .the_content .page_gallery_item_link:hover .page_gallery_item_description {
  filter: brightness(0);
}

.page_gallery_item_image_wrap {
  position: relative;
}

.page_gallery_item_image_text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
}

.instagram_feed_items {
  display: grid;
  flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 1024px) {
  .instagram_feed_items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1440px) {
  .instagram_feed_items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.instagram_feed_items .instagram_feed_item a {
  transition: opacity 0.4s ease;
  display: block;
}
.instagram_feed_items .instagram_feed_item a:hover {
  opacity: 0.5;
  filter: none;
}
.instagram_feed_items .instagram_feed_item img {
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}
.instagram_feed_items .instagram_feed_item img.img_small {
  width: 100% !important;
}

.instagram_more_link {
  display: block;
  margin-top: 40px;
  font-size: 11px;
  font-weight: 400;
  text-decoration: underline;
}
.instagram_more_link::after {
  content: " ↗︎";
  font-size: 8px;
}

/*------------------------------------*\
    ARCHIVE (共通)
\*------------------------------------*/
#archive {
  min-height: 100vh;
}

@media screen and (min-width: 768px) {
  #archive .page_header_wrap {
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  #archive .page_header_wrap {
    padding-top: 90px;
  }
}

.page_archive {
  width: 89%;
  margin: 0 auto;
  /*
  display: flex;
  align-items: center;
  justify-content: center;
  */
}
.page_archive .archive_wrap {
  width: 100%;
  overflow: hidden;
  transition: opacity 0.5s ease-out;
  opacity: 0;
}
.page_archive .archive_wrap.is-visible {
  opacity: 1;
}
@media (max-width: 768px) {
  .page_archive .archive_wrap {
    padding-bottom: 64px;
  }
}

.archive_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .archive_list {
    width: 89%;
    gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .archive_list {
    width: 100%;
    gap: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .archive_list {
    width: 100%;
    gap: 12px;
  }
}

.article {
  position: relative;
  width: calc(25% - 22.5px);
}
.article.empty {
  background-color: #D9D9D9;
}
@media only screen and (max-width: 550px) {
  .article.empty {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .article {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media only screen and (max-width: 750px) {
  .article {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 550px) {
  .article {
    width: 100%;
  }
}
.article:hover .archive_label_wrap {
  opacity: 0;
}
@media only screen and (max-width: 750px) {
  .article:hover .archive_label_wrap {
    opacity: 1;
  }
}
.article:hover .archive_img_wrap:before {
  opacity: 0;
}
@media only screen and (max-width: 750px) {
  .article:hover .archive_img_wrap:before {
    opacity: 0.5;
  }
}
.article:hover .archive_img {
  filter: grayscale(0%);
  width: 104%;
  height: 104%;
}
@media only screen and (max-width: 750px) {
  .article:hover .archive_img {
    filter: grayscale(100%);
    width: 104%;
    height: 104%;
  }
}
@media only screen and (max-width: 750px) {
  .article.active .archive_img {
    filter: grayscale(0%);
    width: 103%;
    height: 103%;
  }
}

.archive_label_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.archive_label_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.archive_title {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #FFF;
  text-align: center;
}

.archive_img_wrap {
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #FFF;
  position: relative;
  z-index: 1;
}
.archive_img_wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
  transition: opacity 0.5s ease;
}

.archive_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.5s ease, width 0.5s ease, height 0.5s ease;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer_wrap {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #FFF;
}
.footer_wrap.is-visible {
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  .footer_wrap {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
body[data-namespace=index] .footer_wrap {
  display: none;
}

.footer_inner {
  width: 89%;
  margin: 0 auto;
}

.footer_nav_and_link_wrap {
  position: relative;
}

.footer_nav_list {
  display: flex;
  gap: 70px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .footer_nav_list {
    flex-direction: column;
    gap: 50px;
  }
}

.footer_nav_inner {
  display: flex;
  gap: 40px;
}

@media only screen and (max-width: 750px) {
  .footer_nav_logo_wrap {
    width: 120px;
    text-align: center;
  }
}

.footer_nav_logo {
  padding: 10px;
  transition: filter 0.4s ease;
}
.footer_nav_logo:hover {
  filter: brightness(0);
}
@media only screen and (max-width: 750px) {
  .footer_nav_logo:hover {
    filter: brightness(1);
  }
}
.footer_nav_logo.sklo_accessories {
  width: 96px;
  height: auto;
}
.footer_nav_logo.sklo_galerie {
  width: 15px;
  height: auto;
}

.footer_nav_detail_text {
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #797979;
}
.footer_nav_detail_text a {
  text-decoration: underline;
  transition: filter 0.4s ease;
}
.footer_nav_detail_text a:hover {
  filter: brightness(0);
}
@media only screen and (max-width: 750px) {
  .footer_nav_detail_text a:hover {
    filter: brightness(1);
  }
}
.footer_nav_detail_text .external_link::after {
  content: " ↗︎";
  font-size: 8px;
}

.footer_nav_ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer_nav_text {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #797979;
}

.footer_sns_ul {
  display: flex;
  gap: 15px;
  margin-top: 26px;
}

.footer_sns {
  transition: filter 0.4s ease;
}
.footer_sns:hover {
  filter: brightness(0);
}
@media only screen and (max-width: 750px) {
  .footer_sns:hover {
    filter: brightness(1);
  }
}
.footer_sns.instagram, .footer_sns.facebook, .footer_sns.pinterest {
  width: 16px;
}

.footer_link_list {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 950px) {
  .footer_link_list {
    position: relative;
    padding-top: 40px;
  }
}

.footer_link_ul {
  display: flex;
  align-items: flex-end;
  gap: 36px;
}
@media only screen and (max-width: 950px) {
  .footer_link_ul {
    align-items: center;
    justify-content: flex-end;
  }
}

.footer_link_img {
  transition: filter 0.4s ease;
}
.footer_link_img:hover {
  filter: brightness(0);
}
@media only screen and (max-width: 750px) {
  .footer_link_img:hover {
    filter: brightness(1);
  }
}
.footer_link_img.tua {
  width: 54px;
}
.footer_link_img.korinkyo {
  width: 66px;
}
.footer_link_img.kasanogou {
  width: 84px;
}

.footer_policy_and_copy_wrap {
  display: flex;
  margin-top: 50px;
}

.footer_policy {
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #797979;
  text-decoration: underline;
  transition: filter 0.4s ease;
}
.footer_policy:hover {
  filter: brightness(0);
}
@media only screen and (max-width: 750px) {
  .footer_policy:hover {
    filter: brightness(1);
  }
}

.footer_copy_wrap {
  margin-left: auto;
}

.footer_copy {
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #797979;
}

body[data-namespace=index] #footer {
  display: none;
}