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

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

:root {
  --font-sans: "游ゴシック体", 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: #000000;
  margin: 0;
  padding: 0;
  font-family: var(--font-sans);
  max-width: 100%;
  box-sizing: border-box;
}
@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;
}

.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;
  }
}

.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: calc(1920px + min(6.0416vw, 116px));
  padding: 0 min(100.069vw, 24px);
  margin: 0 auto;
}
@media screen and (min-width: 920px){
  .container-base {
    padding: 0 min(3.0208vw, 58px);
  }
}

.site_footer {
  width: 100%;
  height: auto;
  background-color: #000000;
  position: relative;
}

.c-nav {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: min(44.18vw, 190px) min(7.67vw, 33px) min(7.67vw, 33px) min(6.97vw, 30px);
}
@media screen and (min-width: 920px){
  .c-nav {
    padding: min(7.724vw, 148.3px) min(3.072vw, 59px) min(3.125vw, 60px) min(2.96vw, 57px);
  }
}

.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(8.11vw, 44px);
}
.c-nav_nav:last-child {
  margin-bottom: min(10.11vw, 55px);
}

@media screen and (min-width: 1600px){
  .c-nav_nav {
    flex-direction: row;
    gap: min(6.906vw, 132.6px);
    margin-bottom: min(3.71vw, 69px);
  }
  .c-nav_nav:last-child {
    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: 400px;
    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 span.jpLink {
  font-size: clamp(0.725rem, 0.05rem + 1vw, 1.25rem);
}
@media screen and (min-width: 920px){
  .c-nav_nav_link span.jpLink {
    font-size: clamp(0.425rem, 0.05rem + 1vw, 0.875rem);
  }
}

.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;
  }
}

.c-nav_nav_link_catch 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_catch 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_catch small img {
  width: 100%;
  height: 100%;
}

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


.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: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (min-width: 920px){
  .copyright {
    font-size: 11px;
  }
}

.pageTop_link {
  width: min(10.465vw, 45px);
  height: min(28.604vw, 123px);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 920px){
  .pageTop_link {
    width: min(2.34375vw, 45px);
    height: min(6.40625vw, 123px);
    top: auto;
    bottom: 28%;
    right: min(3.072vw, 59px);
  }
}

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

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

.site_header {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 14px 17px;
  position: fixed;
  z-index: 5000;
  transition: all 0.4s cubic-bezier(0.18, 0.06, 0.23, 1);
}
@media screen and (min-width: 920px){
  .site_header {
    padding: min(2.4375vw, 46.8px) min(3.98vw, 55.8px) min(2.14vw, 30px) min(4.2vw, 58.8px);
  }
}

.site_header.scrolled {
  background-color: #ffffff;
}
@media screen and (min-width: 920px){
  .site_header.scrolled  {
    padding: min(2.14vw, 30px) min(3.98vw, 55.8px) min(2.14vw, 30px) min(4.2vw, 58.8px);
  }
}

.site_header_logo {
  width: min(23.48vw, 101px);
  height: min(6.51vw, 28px);
  display: flex;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.18, 0.06, 0.23, 1);
}
@media screen and (min-width: 920px){
  .site_header_logo {
    width: clamp(6.313rem, 6.06rem + 0.94vw, 7.188rem);
    height: clamp(1.75rem, 1.678rem + 0.27vw, 2rem);
  }
}

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

.site_header.scrolled .site_header_logo {
  opacity: 1;
}

.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;
}

.openbtn {
  width: 44px;
  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::before {
  content: "CLOSE";
  position: absolute;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
  bottom: -11px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 920px){
  .openbtn.active::before {
    font-size: 11px;
    bottom: 16px;
    left: -17px;
    translate: -100% 0;
  }
}

.openbtn.active span {
  background: #ffffff !important;
  width: 100%;
}
.openbtn.active span:nth-of-type(1) {
  top: 17px;
  left: 50%;
  transform: translate(-50%, 4px) rotate(-30deg);
}
.openbtn.active span:nth-of-type(2) {
  top: 31px;
  left: 50%;
  transform: translate(-50%, -10px) rotate(30deg);
}

.site_header_menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 5001;
  top: 0;
  left: 0;
  right: 0;
  /*opacity: 0;*/
  display: none;
  /*transition: opacity 0.5s ease;*/
  pointer-events: all;
  background-color: #000000;
}

/* {*/
/*  display: flex;*/
/*  opacity: 1;*/
/*  pointer-events: all;*/
/*}*/

.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_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.site_header_menu .c-nav {
  width: 100%;
  padding: min(26.28vw, 113px) min(7.67vw, 33px) min(8.837vw, 38px) min(6.97vw, 30px);
}
@media screen and (min-width: 920px){
  .site_header_menu .c-nav {
    width: 80.208%;
    background-color: #000000;
    padding: min(9.375vw, 180px) min(8.906vw, 171px) min(6.14vw, 118px) min(11.0416vw, 212px);
  }
}

.site_header_menu .c-nav_logo {
  margin: 0 auto min(18.88vw, 81.2px);
}
@media screen and (min-width: 920px){
  .site_header_menu .c-nav_logo {
    margin: 0 auto min(9.75vw, 187.3px) 0;
  }
}

@media screen and (min-width: 920px){
  .site_header_menu .c-nav_other {
    margin: auto 0 0 0;
  }
}

.c-btn {
  width: 100%;
  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);
}
@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: var(--font-catch);
  font-size: min(8.372vw, 36px);
  line-height: 1;
}
@media screen and (min-width: 920px){
  .c-section_title_en {
    font-size: min(2.65625vw, 51px);
  }
}

.c-section_title_ja {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 920px){
  .c-section_title_ja {
    font-size: min(0.9375vw, 18px);
  }
}

.breadcrumb {
  display: block;
}

.breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: min(4.418vw, 19px) 0 min(11.74vw, 50.5px);
}
.breadcrumb_list_blank {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0 0 min(17.74vw, 74px);
}
@media screen and (min-width: 920px) {
  .breadcrumb_list {
    margin: min(2.33vw, 44.8px) 0 min(6.74vw, 100px)
  }
}
@media screen and (min-width: 920px) {
  .breadcrumb_list_blank {
    margin: 0 0 min(8.74vw, 167.8vw)
  }
}


.breadcrumb_list li {
  position: relative;
  white-space: nowrap;
  font-size: 9px;
  font-weight: bold;
}
@media screen and (min-width: 920px) {
  .breadcrumb_list li {
    font-size: min(0.83vw, 10px);
  }
}

.breadcrumb_list li a {
  color: #B7B7B7;
  transition: all 0.3s ease;
}

.breadcrumb_list li a:hover {
  color: #000000;
}

.breadcrumb_list li:last-child a {
  color: #000000;
  pointer-events: none;
}

.breadcrumb_list li + li {
  padding-left: 1.6em;
  margin-left: 1em;
  position: relative;
}

.breadcrumb_list li + li::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon_bread.svg) center center no-repeat;
  width: 5.52px;
  height: 13px;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
@media screen and (min-width: 920px){
  .breadcrumb_list li + li::before {
    scale: 1.1;
  }
}

.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;
  }
}



