/*
Theme Name:   Arkhe Child
Template:     arkhe
*/

/* =========================================================
========================================================= */
.is_pc,
.is_sp {
  display: none;
}

@media screen and (min-width: 769px) {
  .is_pc {
    display: block !important;
  }
  .is_sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .is_pc {
    display: none !important;
  }
  .is_sp {
    display: block !important;
  }
}

/* =========================================================
========================================================= */
body {
  font-family: "Work Sans", "Klee One", sans-serif;
  font-weight: 100;
  font-size: 0.8rem;
  color: #444;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

footer {
  padding: 1rem 0 0.8rem;
  text-align: center;
  font-size: 0.7rem;
}

h1 {
  font-size: 1.2rem !important;
}

h2 {
  font-size: 1.1rem !important;
}

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

/* =========================================================
========================================================= */
/* .layout-wrapper {
  display: flex;
  min-height: 100vh;
} */

.site-content {
  flex: 1;
  padding: 3rem;
  padding-left: 5rem;
  background-color: #fff;
  overflow-x: hidden;
  box-sizing: border-box;
  margin-left: 240px;
  animation: fadeIn 0.8s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#main-content,
.l-container {
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#main_content {
  max-width: 100% !important;
}

/* =========================================================
========================================================= */
.site-sidebar {
  color: #444;
  font-family: "Klee One", sans-serif;
  width: 240px;
  height: 100svh;
  background-color: #fff;
  padding: 2rem;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
}

.sidebar-inner {
  display: flex;
  flex-direction: column-reverse;
}

.logo img {
  width: 30px;
  height: auto;
  margin-bottom: 2rem;
  padding-top: 15px;
}

/* =========================================================
========================================================= */
.main-nav ul {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

.main-nav li:not(:last-child) {
  margin-bottom: 1.2rem;
  letter-spacing: 0.1em;
}

.main-nav li:last-child {
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

.main-nav a {
  display: block;
  font-family: "Work Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #555;
  padding: 0.2rem 0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.main-nav a:hover {
  color: #000;
  opacity: 0.6;
}

/* =========================================================
    T C h o [    
========================================================= */
.sidebar-bottom {
  margin-top: 45px;
  margin-left: -10px;
}

.sidebar-bottom .sns {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding-right: 1rem;
}

.sidebar-bottom .sns .shop-logo {
  margin-right: 1rem;
  min-width: 90px;
}

.sidebar-bottom a:hover {
  opacity: 0.6;
  cursor: pointer;
}

/* =========================================================
    R   e   c {  
========================================================= */
.site-content .entry-content {
  max-width: 100%;
  line-height: 1.8;
  font-size: 0.95rem;
  color: #333;
}

.site-content h1,
.site-content h2,
.site-content h3 {
  margin-bottom: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* =========================================================
      o C   w b _ [
========================================================= */
.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  z-index: 1000;
  padding: 0 1.5rem;
}

.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 11px;
  position: relative;
  z-index: 1100;
}

.menu-toggle span {
  position: absolute;
  height: 1px;
  width: 100%;
  background: #555;
  left: 0;
  transition: all 0.3s ease;
}

.menu-toggle span:nth-child(1) {
  top: 0;
}
.menu-toggle span:nth-child(2) {
  top: 5px;
}
.menu-toggle span:nth-child(3) {
  bottom: 0;
}

.menu-toggle.active span:nth-child(1) {
  transform: rotate(25deg);
  top: 5px;
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  transform: rotate(-25deg);
  bottom: 5px;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  max-width: 320px;
  height: 100%;
  overflow: hidden;
  background: #fff;
  padding: 4rem 2rem 1rem;
  box-sizing: border-box;
  transition: left 0.4s ease;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mobile-nav.active {
  left: 0;
}

.menu-close {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: none;
  border: none;
  font-size: 2rem;
  color: #555;
  cursor: pointer;
}

.mobile-menu {
  list-style: none;
  padding: 0;
  margin: 3rem 0 0;
  text-transform: uppercase;
  font-family: "Work Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  font-weight: 400;
}

.mobile-menu li {
  margin-bottom: 1.5rem;
}

.mobile-menu a {
  color: #333;
  text-decoration: none;
  font-size: 0.7rem;
  transition: color 0.3s ease;
}

.mobile-menu a:hover {
  color: #000;
}

.mobile-bottom {
  text-align: center;
  margin-left: -10px;
  padding-top: 1rem;
}

.mobile-bottom img {
  display: block;
  margin-top: 2rem;
}

.bottom-logo {
  width: 5rem;
}
.bottom-form {
  width: 4rem;
  margin-left: 5px;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 1000;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.coming-soon {
  position: relative;
  cursor: default;
}

.coming-soon:hover::after {
  content: "Coming Soon";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  margin-top: 5px;
  z-index: 1000;
}

.coming-soon:hover::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-bottom-color: #333;
  margin-top: -5px;
}

@media screen and (min-width: 769px) {
  .mobile-header {
    display: none;
  }
}

/* =========================================================
========================================================= */
@media screen and (max-width: 768px) {
  .layout-wrapper {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 30px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
  }

  .site-sidebar {
    display: none;
  }

  .site-content {
    padding: 1.5rem;
    margin-left: 0 !important;
    margin-top: 60px !important;
  }

  .top {
    position: relative;
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .top-slide-mobile {
    flex: 1;
    height: calc(100vh - 115px);
    padding: 20px 10px 0;
    overflow: hidden;
  }

  .flexslider {
    height: 100% !important;
    position: relative;
    inset: 0;
    width: 96% !important;
    max-width: 96% !important;
    margin: 0 auto !important;
    border-radius: 0%;
  }

  #metaslider_container_78 {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    height: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  #metaslider_78 .slides,
  #metaslider_78 .slides li {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .flexslider .slides img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    position: relative !important;
    image-rendering: -webkit-optimize-contrast;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0) !important;
  }

  .mobile-footer-menu {
    position: static;
    background: #fff;
    height: 115px;
    align-content: center;
    box-sizing: border-box;
    white-space: nowrap;
  }

  .mobile-footer-menu .brand-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 0.5rem;
  }

  .mobile-footer-menu .brand-logos img {
    height: 1.6rem;
    object-fit: contain;
    min-width: 100px;
  }

  .mobile-footer-menu .nav-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    font-size: 0.7rem;
    color: #666;
  }

  .coming-soon:hover::after {
    top: 80%;
    padding: 4px 12px;
    font-size: 8px;
  }
  
  .coming-soon:hover::before {
    top: 80%;
  }
}
