﻿.sj-header {
  width: 100%;
  height: min(15vw, 60px);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 21;
}
@media screen and (min-width: 768px){
  .sj-header {
    height: 100vh;
    position: fixed;
    bottom: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 768px){
  .sj-header::after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(238, 168, 54, 0) 0%, rgba(238, 168, 54, 0.5) 100%);
    width: 100%;
    height: 24.296875vw;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
  }
}

.sj-header a {
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.sj-header a:hover {
  opacity: 0.5;
}

.sj-header_mobile {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 min(5vw, 20px);
  background-color: var(--c-primary);
  position: relative;
}
@media screen and (min-width: 768px){
  .sj-header_mobile {
    display: none;
  }
}
.sj-header_mobile::after {
  content: "";
  position: fixed;
  background-color: #0000004D;
  width: 100%;
  height: min(15vw, 60px);
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
  left: -20px;
}
.sj-header .openbtn {
  width: min(6.75vw, 27px);
  height: min(5.5vw, 22px);
  display: flex;
  position: relative;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.sj-header .logo {
  width: min(30.5vw, 122px);
  height: min(5.36vw, 21.44px);
  display: flex;
  margin: 0 auto;
}
.sj-header_mobile_info {
  display: flex;
  align-items: center;
  gap: min(2.75vw, 11px);
}
.sj-header_mobile_info a {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sj-header_mobile_info a img {
  width: min(6vw, 24px);
  height: min(6vw, 24px);
}
.sj-header_mobile_info a p {
  font-size: min(2.5vw, 10px);
  line-height: 1.25;
  letter-spacing: -0.022em;
  text-align: center;
  color: var(--c-white);
}

.sj-header_mobile_menu {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  translate: 100% 0;
  z-index: 22;
  transition: all 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
}
@media screen and (min-width: 768px){
  .sj-header_mobile_menu {
    display: none;
    pointer-events: none;
  }
}

.sj-header_mobile_menu_container {
  width: 89%;
  height: 100%;
  padding: min(7.75vw, 31px) min(6vw, 24px) 0 min(7.5vw, 30px);
  background-color: var(--c-white);
  margin: 0 0 0 auto;
}
.closebtn {
  width: min(5.25vw, 21px);
  height: min(5.25vw, 21px);
  display: flex;
  cursor: pointer;
  margin: 0 0 min(9vw, 36px) auto;
}
.sj-header_mobile_menu_list {
  margin: 0 0 min(9.5vw, 38px);
  border-top: 1px solid var(--c-primary);
}
.sj-header_mobile_menu_list li {
  border-bottom: 1px solid var(--c-primary);
}
.sj-header_mobile_menu_link {
  width: 100%;
  height: min(13.75vw, 55px);
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.09em;
  color: #666666;
}
.sj-header_mobile_menu_sns {
  display: flex;
  align-items: center;
  gap: min(5.25vw, 21px);
}
.snsLink {
  width: min(7.5vw, 30px);
  height: min(7.5vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sj-header_mobile.is_open::after {
  opacity: 1;
}
.openbtn.is_open {
  opacity: 0;
}
.sj-header_mobile_menu.is_open {
  translate: 0 0;
}
@media screen and (min-width: 768px){
  .sj-header_mobile_menu.is_open {
    opacity: 1;
    translate: 0 0;
  }
}

.sj-header_container {
  width: 100%;
  display: none;
  justify-content: space-between;
  gap: 400px;
  position: relative;
}
@media screen and (min-width: 768px){
  .sj-header_container {
    display: flex;
  }
}
.sj-header_block {
  width: calc((100% - 400px) / 2);
  height: 100vh;
  display: block;
  padding: 1.66666666667vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px){
  .sj-header_block-l {
    width: 100%;
    flex: 0 1 36.796875vw;
    padding: min(2.578125vw, 33px) min(4.375vw, 56px) 0 min(3.671875vw, 47px);
  }
  .sj-header_block-r {
    width: 100%;
    flex: 1 1 0;
    padding: min(2.578125vw, 33px) min(3.671875vw, 47px) 0 min(4.375vw, 56px);
  }
}

.sj-header_block_inner {
  width: 100%;
}
@media screen and (min-width: 1281px){
  .sj-header_block_inner {
    width: fit-content;
    position: absolute;
    top: min(2.578125vw, 33px);
    left: 50%;
    translate: -50% 0;
  }
}

.sj-header_logo {
  width: min(20.546875vw, 263px);
  height: min(3.34375vw, 42.8px);
  display: flex;
  margin: 0 auto 13.08984375vw 0;
}

.sj-header_catch {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: min(0.859375vw, 11px);
  color: var(--c-font);
  margin: 0 0 4.6875vw 0;
}
.sj-header_catch span,
.sj-header_catch p {
  font-size: min(1.333333vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.09em;
  display: block;
  width: fit-content;
}
@media screen and (min-width: 1200px){
  .sj-header_catch span,
  .sj-header_catch p {
    font-size: min(1.5625vw, 20px);
    white-space: nowrap;
  }
}
.sj-header_catch span {
  padding: 0 min(0.9375vw, 12px);
  position: relative;
}
.sj-header_catch span::before,
.sj-header_catch span::after {
  content: "";
  position: absolute;
  background-color: var(--c-font);
  width: 2px;
  height: min(1.384375vw, 17.72px);
  rotate: -20deg;
  top: 55%;
  left: 0;
  translate: 0 -50%;
}
.sj-header_catch span::after {
  rotate: 20deg;
  left: auto;
  right: 0;
}
.sj-header_catch p span {
  padding: 0;
  background: linear-gradient(transparent 60%, #EB5E401A 50%);
}
.sj-header_catch p span::before,
.sj-header_catch p span::after {
  content: none;
}

.sj-header_bnr {
  display: none;
  width: 100%;
  height: auto;
  max-width: 374px;
  background-color: #EB5E40CC;
  padding: min(1.875vw, 24px) min(6.328125vw, 81px) min(2.34375vw, 30px) min(2.34375vw, 30px);
  border-radius: 20px;
  position: relative;
  margin: 0 auto 0 0;
}
@media screen and (min-width: 1200px){
  .sj-header_bnr {
    display: block;
  }
}
@media screen and (min-width: 1281px){
  .sj-header_bnr {
    width: 374px;
    max-width: 100%;
  }
}
.sj-header_bnr_img {
  width: min(16.09375vw, 206px);
  height: min(16.09375vw, 206px);
  position: absolute;
  top: 45%;
  right: min(-6.25vw, -80px);
  translate: 0 -50%;
  pointer-events: none;
}
@media screen and (min-width: 1400px){
  .sj-header_bnr_img {
    right: -80px;
  }
}
.sj-header_bnr_inner {
  width: 100%;
}
.sj-header_bnr_txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 0 min(1.171875vw, 15px);
  color: var(--c-white);
}
.sj-header_bnr_txt p {
  font-size: min(1.09375vw, 14px);
  line-height: 1.5;
  letter-spacing: 0.11em;
}
.sj-header_bnr_txt_place {
  font-size: min(1.25vw, 16px) !important;
}
.sj-header_bnr_txt_place strong {
  font-weight: 500;
  font-size: min(3.75vw, 48px) !important;
  line-height: 1;
  display: inline-block;
  margin: 0 2px;
}
.sj-header_bnr_txt_place span {
  font-size: min(1.5625vw, 20px) !important;
}
.sj-header_bnr_txt_place i {
  font-style: normal;
  margin: 0 0 0 -8px;
}
.sj-header_bnr .btn {
  height: min(3.75vw, 48px);
}
.sj-header_bnr .btn::after {
  right: min(1.953125vw, 25px);
}
.sj-header_bnr .btn .txt {
  font-size: min(1.5625vw, 20px);
  line-height: 1.63;
  letter-spacing: 0.07em;
  width: 100%;
  left: 50%;
  translate: -50% -50%;
}

.sj-header_bnr:hover {
  opacity: 1 !important;
}
.sj-header_bnr:hover .btn {
  background-color: var(--c-white);
}
.sj-header_bnr:hover .btn::after {
  background: var(--c-font);
}
.sj-header_bnr:hover .btn .txt {
  color: var(--c-font);
}

.sj-header_menu {
  width: 100%;
  display: flex;
  gap: min(2.890625vw, 37px);
  margin: 0 0 5.390625vw;
}
@media screen and (min-width: 1281px){
  .sj-header_menu {
    width: 262px;
  }
}
.sj-header_memu_info {
  display: flex;
  gap: min(1.328125vw, 17px);
}
.sj-header_memu_info a {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.sj-header_memu_info a img {
  width: min(3.75vw, 48px);
  height: min(3.75vw, 48px);
}
.sj-header_memu_info a p {
  font-size: min(1.09375vw, 14px);
  line-height: 1.5;
  letter-spacing: -0.022em;
  text-align: center;
  color: var(--c-font);
}
.sj-header_memu_info a#cart {
  position: relative;
}
/*.sj-header_memu_info a#cart::after {*/
/*  content: "0";*/
/*  background-color: #8D2A1B;*/
/*  width: min(1.40625vw, 18px);*/
/*  height: min(1.40625vw, 18px);*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  border-radius: 9999px;*/
/*  font-weight: 700;*/
/*  font-size: min(1.015625vw, 13px);*/
/*  line-height: 1;*/
/*  text-align: center;*/
/*  color: var(--c-white);*/
/*  position: absolute;*/
/*  top: -4px;*/
/*  right: 0;*/
/*}*/


.sj-header_menu_sns {
  display: flex;
  gap: min(1.484375vw, 19px);
  margin: min(0.625vw, 8px) 0 0;
}
.sj-header_menu_sns a {
  width: min(2.8125vw, 36px);
  height: min(2.8125vw, 36px);
}

.sj-header_nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: min(2.34375vw, 30px);
  color: var(--c-font);
  margin: 0 0 5.546875vw;
}
.sj-header_nav_link {
  font-size: min(1.5625vw, 20px);
  line-height: 1.35;
  letter-spacing: 0.09em;
  width: fit-content;
  display: block;
}

.sj-header .copyright {
  font-size: min(1.015625vw, 13px);
  line-height: 1.5;
  letter-spacing: -0.022em;
  color: var(--c-font);
}

.s-header.sj-header {
    z-index: 2;
    pointer-events: none;
}
.s-header.sj-header::after {
    content: none;
}
.s-header.sj-header .sj-header_menu {
    display: none;
}
.s-header.sj-header .s-header-wrap {
    pointer-events: auto;
}
.s-header.sj-header .sj-header_nav {
    margin: 11.171875vw 0 5.546875vw;
}
.s-header.sj-header .sj-header_block {
    pointer-events: auto;
}
.c-btn-fluid {
  background-color: #EB5E40 !important;
  border: 1px solid #EB5E40 !important;
}

.sj-header_mobile-subPage {
  background-color: var(--c-base);
}
.sj-header_mobile-subPage .logo {
  width: min(24.5vw, 98px);
  height: min(4.25vw, 17px);
}
.sj-header_mobile-subPage .openbtn {
  width: min(6vw, 24px);
  height: min(6vw, 24px);
}