/* Roboto */
@font-face {
  font-family: "roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-sans: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  --font-serif: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  --font-en: 'roboto', sans-serif;
  --font-catch: 'adobe-garamond-pro', serif;
}

body {
  width: 100%;
  height: auto;
  font-size: min(3.95vw, 17px);
  font-weight: 500;
  line-height: 1.8;
  color: #1E1E1E;
  margin: 0;
  padding: 0;
  font-family: var(--font-serif);
  max-width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  font-weight: 400;
}

@media screen and (min-width: 920px) {
  body {
    font-size: min(0.989583vw, 19px);
    line-height: 2;
  }
}

h1,
h2,
h3,
h4,
h5,
span,
p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.spacer_pc {
  display: none;
}

@media screen and (min-width: 920px) {
  .spacer_pc {
    display: block;
  }
}

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

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

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

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

@media screen and (min-width: 920px) {
  .text-center_pc {
    text-align: center !important;
  }
}

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

@media screen and (min-width: 920px) {
  .text-center_pc {
    text-align: left !important;
  }
}

.br_sp {
  display: block;
}

@media screen and (min-width: 920px) {
  .br_sp {
    display: none;
  }
}

.br_pc {
  display: none;
}

@media screen and (min-width: 920px) {
  .br_pc {
    display: block;
  }
}

.br_catch {
  display: block;
}

@media screen and (min-width: 920px) {
  .br_catch {
    display: none;
  }
}

.fadeShow {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fadeShow.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.inner_link {
  position: relative;
}

.inner_link::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: -2px;
  left: 0;
  scale: 0 1;
  transition: scale 0.3s ease-out;
  transform-origin: 100% 0;
}

@media screen and (min-width: 920px) {
  .inner_link:hover {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 920px) {
  .inner_link:hover::before {
    scale: 1 1;
    transform-origin: 0 0;
  }
}


.stream_line {
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  background-size: 100% 1px;
  background-position: bottom left;
  background-repeat: no-repeat;
  line-height: 1.1;
  width: fit-content;
}

.stream_line:hover {
  animation: none;
}

@media screen and (min-width: 920px) {
  .stream_line:hover {
    animation: linkLineReverse 0.5s ease forwards;
  }
}

@keyframes linkLineReverse {
  0% {
    background-size: 100% 1px;
    background-position: bottom right;
  }

  50% {
    background-size: 0 1px;
    /* 幅(100%=文字の長さ) | 高さ(線の太さ) */
    background-position: bottom right;
  }

  51% {
    background-position: bottom left;
  }

  100% {
    background-size: 100% 1px;
  }
}

.container-base {
  width: 100%;
  max-width: 1197px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (min-width: 920px) {
  .container-base {
    padding: 0 40px;
  }
}

.site_footer {
  width: 100%;
  height: auto;
  background: rgba(30, 30, 30, 0.8);
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 330px 45px 24px;
}

@media screen and (min-width: 920px) {
  .site_footer {
    width: 100%;
    height: auto;
    background: rgba(30, 30, 30, 0.8);
    position: relative;
    padding: 332px 60px 24px;
    display: flex;
    flex-direction: column;
    gap: 286px;
  }
}

.footer_logo {
  margin-bottom: 158px;
}

@media screen and (min-width: 920px) {
  .footer_logo {
    margin-bottom: 0;
  }
}

.site_footer_top_text {
  display: flex;
  flex-direction: column;
  align-items: center;

}

@media screen and (min-width: 920px) {
  .site_footer_top_text {
    display: flex;
    flex-direction: row;
    gap: 46px;

  }
}

.site_footer_top_text_inr {
  margin-bottom: 18px;
}
@media screen and (min-width: 920px) {
  .site_footer_top_text_inr {
    margin-bottom: 0;
  }
}

.site_footer_top_text_inr .top {
  font-size: 22px;
  color: #fff;
  display: block;
  font-family: "EB Garamond", serif;
}
@media screen and (min-width: 920px) {
  .site_footer_top_text_inr .top {
    font-size: 26px;
    line-height: 1.5;
  }
}

.site_footer_top_text_inr .bottom {
  font-size: 13px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.75;
  white-space: nowrap;
}

@media screen and (min-width: 920px) {
  .site_footer_top_text_inr .bottom {
    text-align: left;
  }
}

.site_footer_top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 920px) {
  .site_footer_top {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.pageTop_link {
  display: none;
}

@media screen and (min-width: 920px) {
  .pageTop_link {
    width: fit-content;
  height: auto;
  display: flex;
  align-items: center;
  gap: 9px;
  }
}

.pageTop_link_circle {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 4px;
}


.pageTop_link_circle_arrow {
  width: 12px;
  height: 12px;
  display: flex;
  position: relative;
}

.pageTop_link_circle_tri img {
  width: 100%;
  height: 100%;
}

.pageTop_link_text {
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-top: 2px;
}

.pageTop_link_sp {
  width: fit-content;
  height: auto;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 44px;
}

@media screen and (min-width: 920px) {
  .pageTop_link_sp {
    display: none;
  }
}

.site_footer_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 920px) {
  .site_footer_bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.site_footer_bottom .innerLink img {
  margin-top: -5px;
}

.site_footer_nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 14px;
  margin-bottom: 36px;
}

@media screen and (min-width: 920px) {
  .site_footer_nav {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
  }
}

.site_footer_nav .innerLink {
  background-image: linear-gradient(to right, #fff, #fff);
  color: #fff;
  font-size: min(3.3333333333333335vw, 13px);
  letter-spacing: -0.075em;
  justify-content: space-between;
}

.c-nav {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 78px 20px 40px 20px;
}

@media screen and (min-width: 920px) {
  .c-nav {
    padding: 94px 50px 60px;
  }
}

.c-nav_logo {
  width: min(49.3vw, 212px);
  height: min(13.72vw, 59px);
  display: flex;
  margin: 0 auto min(15.86vw, 68.2px);
}

@media screen and (min-width: 920px) {
  .c-nav_logo {
    width: min(13.277vw, 254.93px);
    height: min(3.667vw, 70.42px);
    margin: 0 auto min(5.48vw, 105.3px) 0;
  }
}

.c-nav_logo img {
  width: 100%;
  height: 100%;
}

.c-nav_nav {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: min(9.767vw, 42px);
  margin-bottom: min(5.11vw, 22px);
}

@media screen and (min-width: 1600px) {
  .c-nav_nav {
    flex-direction: row;
    gap: min(6.906vw, 132.6px);
    margin-bottom: min(6.71vw, 129px);
  }
}

.c-nav_nav-l,
.c-nav_nav-r {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: min(3.95vw, 17px);
}

@media screen and (min-width: 1600px) {

  .c-nav_nav-l,
  .c-nav_nav-r {
    width: 390px;
    gap: min(2.031vw, 39px);
  }
}

@media screen and (min-width: 1600px) {
  .c-nav_nav-r {
    width: min(36.42vw, 510px);
    gap: min(1.510416vw, 29px);
  }
}

.c-nav_nav-l li,
.c-nav_nav-r li {
  line-height: 1;
}

.c-nav_nav_link {
  font-family: var(--font-en);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: #ffffff;
}

@media screen and (min-width: 920px) {
  .c-nav_nav_link {
    font-size: clamp(0.625rem, 0.05rem + 1vw, 1.25rem);
    height: auto;
    display: flex;
    align-items: center;
    gap: min(2vw, 28px);
  }
}

.c-nav_nav_link span {
  position: relative;
}

@media screen and (min-width: 920px) {
  .c-nav_nav_link span {
    flex: 0 1 min(10.85vw, 152px);
    display: flex;
  }
}

.c-nav_nav_link small {
  width: 14px;
  height: 14px;
  display: flex;
  position: absolute;
  top: 50%;
  right: -18px;
  translate: 0 -50%;
}

@media screen and (min-width: 920px) {
  .c-nav_nav_link small {
    width: clamp(0.688rem, 0.515rem + 0.3vw, 0.875rem);
    height: clamp(0.688rem, 0.515rem + 0.3vw, 0.875rem);
    right: auto;
    left: 5.2083vw;
  }
}

.c-nav_nav_link small img {
  width: 100%;
  height: 100%;
}

.c-nav_nav_link_catch {
  display: none;
}

@media screen and (min-width: 920px) {
  .c-nav_nav_link_catch {
    display: block;
    flex: 1 1 0%;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
  }
}

@media screen and (min-width: 920px) {
  .c-nav_nav-r .c-nav_nav_link span {
    flex: 0 1 auto;
  }
}


.products-nav {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

@media screen and (min-width: 920px) {
  .products-nav {
    gap: min(2.035vw, 28.5px);
  }
}

.products-nav_row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: min(3.2558vw, 14px);
}

@media screen and (min-width: 920px) {
  .products-nav_row {
    gap: min(1.0416vw, 20px);
  }
}

@media screen and (min-width: 920px) {
  .products-nav_row .c-nav_nav_link:nth-child(1) {
    gap: min(1.07vw, 15px);
  }
}

@media screen and (min-width: 920px) {
  .products-nav_row .c-nav_nav_link:nth-child(2) {
    gap: min(1.28vw, 18px);
  }
}

.products-nav_row .c-nav_nav_link span {
  font-size: min(3.488vw, 15px);
}

@media screen and (min-width: 920px) {
  .products-nav_row .c-nav_nav_link span {
    font-size: clamp(0.625rem, 0.338rem + 0.5vw, 0.938rem);
    flex: 0 1 auto;
  }
}

.products-nav_column {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media screen and (min-width: 600px) {
  .products-nav_column {
    flex-wrap: nowrap;
    gap: 24px;
  }
}

@media screen and (min-width: 920px) {
  .products-nav_column {
    flex-wrap: wrap;
    gap: min(1.406vw, 27px);
  }
}

.products-nav_column a {
  font-size: min(3.255vw, 14px);
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
}

@media screen and (min-width: 920px) {
  .products-nav_column a {
    font-size: clamp(0.625rem, 0.338rem + 0.5vw, 0.938rem);
  }
}

.products-nav_column a:nth-child(1) {
  width: min(27.441vw, 118px);
  display: flex;
  justify-content: flex-start;
}

@media screen and (min-width: 600px) {
  .products-nav_column a:nth-child(1) {
    width: fit-content;
  }
}

@media screen and (min-width: 1600px) {
  .products-nav_column a:nth-child(1) {
    width: min(10.9375vw, 210px);
  }
}

.c-nav_other {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.c-nav_other_list {
  width: fit-content;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: min(3.72vw, 16px);
}

@media screen and (min-width: 920px) {
  .c-nav_other_list {
    gap: min(0.989583vw, 19px);
  }
}

.c-nav_other_list li {
  line-height: 1;
}

.c-nav_other_link {
  font-family: var(--font-en);
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.copyright {
  font-family: var(--font-en);
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #ffffff;
}

@media screen and (min-width: 920px) {
  .copyright {
    font-size: 14px;
  }
}

/*-------------------- site_header_mobile --------------------*/

.site_header {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 26px 14px;
  position: fixed;
  z-index: 5000;
  transition: all 0.4s cubic-bezier(0.18, 0.06, 0.23, 1);
  mix-blend-mode: difference;
  /* color: #fff; */
  transition: mix-blend-mode 0.4s ease;
}

@media screen and (min-width: 920px) {
  .site_header {
    padding: 39px 68px 39px 20px;
  }
}

.site_header_logo {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.site_header_logo.visible {
  opacity: 1;
}

.site_header_logo.hide {
  opacity: 0;
}


.site_header_logo img {
  width: 100%;
  height: 100%;
  mix-blend-mode: difference;
}

.site_header_inner {
  width: fit-content;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: min(4.071vw, 57px);
}

.site_header_nav {
  width: fit-content;
  height: auto;
  display: none;
  align-items: center;
  gap: min(1.928vw, 27px);
}

@media screen and (min-width: 920px) {
  .site_header_nav {
    display: flex;
  }
}

.site_header_nav li {
  line-height: 1;
}

.site_header_nav_link {
  font-size: clamp(0.75rem, 0.714rem + 0.13vw, 0.875rem);
  font-weight: 700;
  line-height: 1.14;
  color: #ffffff;
  transition: all 0.4s cubic-bezier(0.18, 0.06, 0.23, 1);
}

.site_header.scrolled .site_header_nav_link {
  color: #000000;
}


@media screen and (max-width: 920px) {
  .site_header_logo {
    width: 160px;
  }
}

.openbtn {
  width: 50px;
  height: 44px;
  cursor: pointer;
  position: relative;
  z-index: 5002;
}

.openbtn span {
  display: inline-block;
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: #ffffff;
  transition: all 0.4s cubic-bezier(0.18, 0.06, 0.23, 1);
}

.openbtn span:nth-of-type(1) {
  top: 18px;
}


.openbtn span:nth-of-type(2) {
  bottom: 18px;
}

.site_header.scrolled .openbtn span {
  background: #000000;
}

/* .openbtn.active{
  width: 44px;
  height: 44px;
} */



.openbtn.active span {
  background: #ffffff !important;
  width: 100%;
}

.openbtn.active span:nth-of-type(1) {
  transform: rotate(-12deg);
  top: 23px;
  background: #1E1E1E !important;
}

.openbtn.active span:nth-of-type(2) {
  transform: rotate(12deg);
  bottom: 20px;
  background: #1E1E1E !important;
}

/* .openbtn.active .site_header {
  mix-blend-mode: unset;
} */

.menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(30, 30, 30, 0.7);
  z-index: 101;
  display: none;
  pointer-events: auto;
}

.site_header_menu {
  width: 95.46666666666667vw;
  right: 50%;
  transform: translateX(50%);
  position: fixed;
  z-index: 5001;
  border-radius: 8px;
  /* opacity: 0; */
  display: none;
  pointer-events: all;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  top: 28px;
}

@media screen and (min-width: 920px) {
  .site_header_menu {
    width: 484px;
    height: auto;
    position: fixed;
    z-index: 5001;
    border-radius: 8px;
    top: 20px;
    right: 42px;
    transform: none;
  }
}

.site_header_menu_container_top_item {
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 920px) {
  .site_header_menu_container_top_item {
    text-align: left;
  }
}

.site_header_menu_container_top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 33px;
  margin-bottom: 40px;
  position: relative;
}

.site_header_menu_container_top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: #1E1E1E;
}
@media screen and (min-width: 920px) {
  .site_header_menu_container_top::before {
    left: 0;
    transform: none;
  }
}

.site_header_menu_container_top .en {
  font-size: 24px;
  display: block;
  line-height: 1;
  font-family: "EB Garamond", serif;
  margin-bottom: 6px;
}
@media screen and (min-width: 920px) {
  .site_header_menu_container_top .en {
    font-size: 36px;
  }
}

.site_header_menu_container_top .ja {
  font-size: 12px;
  display: block;
}
@media screen and (min-width: 920px) {
  .site_header_menu_container_top .ja {
    font-size: 16px;
  }
}

.site_header_menu_img {
  display: none;
  width: 19.792%;
  height: auto;
}

@media screen and (min-width: 920px) {
  .site_header_menu_img {
    display: block;
  }
}


.site_header_menu_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 920px) {
  .site_header_menu_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 8px;
    margin-bottom: 38px;
    padding-bottom: 0;
  }
}

.site_header_menu_list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: #1E1E1E;
}
@media screen and (min-width: 920px) {
  .site_header_menu_list::before {
    display: none;
  }
}

.site_header_menu_list_link {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.site_header_menu_list_link img {
  margin-top: -5px;
}

.sns {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 26px;
  align-items: center;
}
@media screen and (min-width: 920px) {
  .sns {
    margin-bottom: 40px;
    justify-content: flex-start;
  }
}

.company {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
}
@media screen and (min-width: 920px) {
  .company {
   justify-content: flex-start;
  }
}

.site_header.open {
  mix-blend-mode: unset;
}

.c-btn {
  width: min(86.04vw, 370px);
  height: min(13.48vw, 58px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: min(1.86vw, 8px);
  padding: 0 min(3.95vw, 17px);
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}

@media screen and (min-width: 920px) {
  .c-btn {
    width: min(25.468vw, 489px);
    height: min(3.802vw, 73px);
    gap: min(0.571vw, 8px);
    padding: 0 min(1.25vw, 24px);
    margin: 0 0 0 auto;
  }
}

.c-btn::before {
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  z-index: -1;
}

@media screen and (min-width: 920px) {
  .c-btn:hover::before {
    transform: scale(1, 1);
  }
}

.c-btn_text {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 0%;
}

@media screen and (min-width: 920px) {
  .c-btn:hover .c-btn_text {
    color: #ffffff;
  }
}

.c-btn_text-en {
  font-family: var(--font-en);
  font-size: min(3.25vw, 14px);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}

@media screen and (min-width: 920px) {
  .c-btn_text-en {
    font-size: min(0.833vw, 16px);
  }
}

.c-btn_text-ja {
  font-size: min(3.023vw, 13px);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  font-family: "EB Garamond", serif;
}

@media screen and (min-width: 920px) {
  .c-btn_text-ja {
    font-size: min(0.781vw, 15px);
  }
}

.c-icon {
  position: relative;
  display: inline-block;
  width: min(5.348vw, 23px);
  flex: 0 1 min(5.348vw, 23px);
  height: 1px;
  margin-top: 5.7px;
  background-color: #000000;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}

@media screen and (min-width: 920px) {
  .c-icon {
    width: min(1.614vw, 31px);
    flex: 0 1 min(1.614vw, 31px);
  }
}

@media screen and (min-width: 920px) {
  .c-btn:hover .c-icon {
    background-color: #ffffff;
  }
}

.c-icon::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 6px;
  height: 1px;
  background-color: #000000;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}

@media screen and (min-width: 920px) {
  .c-icon::before {
    width: 8px;
  }
}

@media screen and (min-width: 920px) {
  .c-btn:hover .c-icon::before {
    background-color: #ffffff;
  }
}

.c-section_title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

@media screen and (min-width: 920px) {
  .c-section_title {
    gap: 10px;
  }
}

.c-section_title_small {
  width: fit-content;
  display: flex;
  gap: 7.6px;
  font-family: var(--font-catch);
  font-size: min(3.72vw, 16px);
  line-height: 1.37;
  letter-spacing: 0.02em;
  margin-bottom: min(3vw, 12.9px);
}

@media screen and (min-width: 920px) {
  .c-section_title_small {
    gap: 11px;
    font-size: min(1.0416vw, 20px);
    line-height: 1.45;
    margin-bottom: min(0.989vw, 19px);
  }
}

.c-section_title_small i {
  width: 1px;
  height: 16px;
  background-color: #000000;
  rotate: 20deg;
  position: relative;
  left: 4px;
}

@media screen and (min-width: 920px) {
  .c-section_title_small i {
    height: min(1.197vw, 23px);
    left: clamp(0.125rem, -0.105rem + 0.4vw, 0.375rem);
  }
}

.c-section_title_en {
  font-family: "EB Garamond", serif;
  font-size: min(8.372vw, 36px);
  line-height: 1;
}

@media screen and (min-width: 920px) {
  .c-section_title_en {
    font-size: 48px;
  }
}

.c-section_title_ja {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}

@media screen and (min-width: 920px) {
  .c-section_title_ja {
    font-size: 18px;
  }
}

.c-subPage_headerLogo {
  width: min(23.48vw, 101px);
  height: min(6.51vw, 28px);
  display: flex;
  position: relative;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.18, 0.06, 0.23, 1);
}

@media screen and (min-width: 920px) {
  .c-subPage_headerLogo {
    width: clamp(6.313rem, 5.104rem + 4.5vw, 10.5rem);
    height: clamp(1.75rem, 1.425rem + 1.21vw, 2.875rem);
  }
}

.c-subPage_headerLogo::before {
  content: "";
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/common/logo-header.svg);
  mask-image: url(../img/common/logo-header.svg);
  display: block;
  background-color: #ffffff;
  width: min(23.48vw, 101px);
  height: min(6.51vw, 28px);
  transition: all 0.4s cubic-bezier(0.18, 0.06, 0.23, 1);
}

@media screen and (min-width: 920px) {
  .c-subPage_headerLogo::before {
    width: clamp(6.313rem, 4.456rem + 6.91vw, 10.5rem);
    height: clamp(1.75rem, 1.251rem + 1.86vw, 2.875rem);
  }
}

.site_header.scrolled .c-subPage_headerLogo::before {
  background-color: #000000;
}

.c-subPage_mv {
  display: block;
  width: 100%;
  height: 60.465vw;
}

@media screen and (min-width: 920px) {
  .c-subPage_mv {
    height: 35.104vw;
  }
}

.c-subPage_mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-subPage_container {
  overflow: hidden;
}

.item_products {
  position: relative;
}

.item_products::before {
  content: none;
}

@media screen and (min-width: 920px) {
  .item_products::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    translate: -50% calc(100% - 10px);
    rotate: 135deg;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out, translate 0.3s ease-out;
  }
}

.item_products_wrap {
  display: none;
}

@media screen and (min-width: 920px) {
  .item_products_wrap {
    display: block;
    padding-top: 26px;
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% calc(100% - 10px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out 0.2s, visibility 0.3s ease-out 0.2s, translate 0.3s ease-out 0.2s;
  }
}

.item_products_nav {
  width: fit-content;
  height: auto;
  display: flex;
  gap: min(1.802083vw, 34.6px);
  background: #ffffff;
  padding: min(0.83vw, 16px) min(1.40625vw, 27px) min(0.78125vw, 15px);
  border-radius: 5px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}

.item_products_nav_link {
  width: fit-content;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.item_products_nav_link span {
  display: block;
  font-size: clamp(0.625rem, 0.395rem + 0.4vw, 0.875rem);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  padding-right: min(0.52083vw, 10px);
}

.item_products_nav_link small {
  font-size: clamp(0.625rem, 0.568rem + 0.1vw, 0.688rem);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (min-width: 920px) {
  .item_products:hover .item_products_wrap {
    opacity: 1;
    visibility: visible;
    translate: -50% 100%;
    transition: opacity 0.3s ease-out 0.2s, visibility 0.3s ease-out 0.2s, translate 0.3s ease-out 0.2s;
  }
}

@media screen and (min-width: 920px) {
  .item_products:hover::before {
    opacity: 1;
    visibility: visible;
    translate: -50% 100%;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out, translate 0.3s ease-out;
  }
}

@media screen and (min-width: 920px) {

  .item_products:not(:hover) .item_products_wrap,
  .item_products:not(:hover)::before {
    opacity: 0;
    visibility: hidden;
    translate: -50% calc(100% - 10px);
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out, translate 0.3s ease-out;
  }
}

@media screen and (min-width: 920px) {

  .site_header.scrolled .item_products::before,
  .site_header-detail .item_products::before {
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
  }
}



.scroll-down {
  position: absolute;
  bottom: 7.7142857142857135vw;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: bold;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 920px) {
  .scroll-down {
      font-size: 14px;
      bottom: 49px;
  }
}

/* 線のアニメーション部分 */
.scroll-down::before {
  animation: scroll 1.5s infinite;
  background-color: #ffffff;
  bottom: -49px;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

@media screen and (min-width: 920px) {
  .scroll-down::before {
      height: 48px;
  }
}

@keyframes scroll {
  0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
  }

  50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
  }

  51% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
  }

  100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
  }
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 50px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close span {
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #333;
  transition: all 0.3s ease;
}

.modal-close span:first-child {
  transform: rotate(12deg);
}

.modal-close span:last-child {
  transform: rotate(-12deg);
}


.modal_window {
  position: fixed;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
    padding: 72px 30px 0;
    width: 100%;
    max-width: 358px;
    height: 80vh;
    z-index: 5000;
  display: none;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 920px) {
.modal_window {
    position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 80px 80px 0;
      width: 100%;
      max-width: 791px;
      height: 80vh;
      z-index: 1001;
    display: none;
    border-radius: 8px;
    overflow: hidden;
  }
}

.modal_window .modal-close {
  right: 12px;
  top: 12px;
}
@media screen and (min-width: 920px) {
  .modal_window .modal-close {
    right: 36px;
    top: 36px;
  }
}


.modal-content {
  position: relative;
  padding: 0;
  height: 100%;
  overflow-y: auto;
  width: 100%;
  max-width: none;
  background: none;
  padding-bottom: 80px;
}

.modal_text {
  font-size: 14px;
  font-weight: 300;
  font-family: "roboto", sans-serif;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
@media screen and (min-width: 920px) {
  .modal_text {
    font-size: 16px;
  }
}

.close_btn {
  display: block;
  width: fit-content;
  margin: 50px auto 0;
  background-color: #fff;
  border-radius: 999px;
  transition: background-color 0.3s ease;
  padding: 12px 40px 10px;
}
.close_btn_text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: color 0.3s ease;
}

.close_btn:hover {
  background-color: #1E1E1E;
}
.close_btn:hover .close_btn_text {
  color: #fff;
}


