@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.c-gnav > .taleet-auth-menu-item {
  display: flex;
  align-items: center;
}

.c-gnav > .taleet-auth-menu-item > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  height: 42px;
  margin-left: 12px;
  padding: 0 22px;
  border: 1px solid rgba(255, 120, 168, 0.28);
  border-radius: 999px;
  color: #3a2c57;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 30px rgba(220, 86, 138, 0.18);
  font-weight: 800;
  line-height: 1;
  text-shadow: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.c-gnav > .taleet-auth-menu-item > a:hover {
  color: #3a2c57;
  background: #fff;
  box-shadow: 0 16px 34px rgba(220, 86, 138, 0.25);
  transform: translateY(-1px);
}

.c-gnav > .taleet-auth-menu-item--account > a {
  min-width: 0;
  height: 100%;
  margin-left: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  box-shadow: none;
  font-weight: inherit;
}

.c-gnav > .taleet-auth-menu-item--account > a:hover {
  color: inherit;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.c-spnav .taleet-auth-menu-item > a {
  margin-top: 10px;
  border-radius: 999px;
  color: #fff;
  background: #ef6f9a;
  font-weight: 800;
  text-align: center;
}

#sp_menu.p-spMenu {
  z-index: 99999;
}

#sp_menu .p-spMenu__inner {
  width: min(80vw, 430px);
  max-width: calc(100vw - 54px);
  height: 100dvh;
  background:
    radial-gradient(circle at 50% 0%, rgba(239, 233, 255, 0.56) 0 16%, transparent 40%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(250, 249, 255, 0.96));
  box-shadow: none;
  padding-top:0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#sp_menu .p-spMenu__inner::-webkit-scrollbar {
  display: none;
}

#sp_menu.-right .p-spMenu__inner {
  margin-left: 0;
  margin-right: auto;
}

#sp_menu .p-spMenu__closeBtn {
  display: none;
}

#sp_menu .p-spMenu__closeBtn .c-iconBtn {
  width: 42px;
  height: 42px;
  color: #170b47;
}

#sp_menu .p-spMenu__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  padding: 28px 38px!important;
  background: #f2efff;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#sp_menu .p-spMenu__body::-webkit-scrollbar {
  display: none;
}

#sp_menu .p-spMenu__body::before {
  content: "";
  display: block;
  width: 210px;
  height: 62px;
  margin: 0 auto 20px !important;
  background: url("/wp-content/themes/swell_child/assets/taleet/common/logo-dark.webp") center / contain no-repeat;
}

#sp_menu .c-widget__title.-spmenu {
  display: none;
}

#sp_menu .p-spMenu__nav {
  margin-top: 0;
}

#sp_menu .c-spnav {
  border: 0;
}

#sp_menu .c-spnav > .menu-item {
  border: 0;
}

#sp_menu .c-spnav > .menu-item > a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 0 42px 0 0;
  border-bottom: 1px solid rgba(23, 11, 71, 0.09);
  color: #170b47;
  background: transparent;
  font-size: 16px!important;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  writing-mode: horizontal-tb;
}

#sp_menu .c-spnav > .menu-item > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 2px solid rgba(23, 11, 71, 0.42);
  border-right: 2px solid rgba(23, 11, 71, 0.42);
  transform: rotate(45deg);
}

#sp_menu .c-listMenu > .menu-item > a::before {
  content: none;
}

#sp_menu .c-spnav > .menu-item > a > i,
#sp_menu .c-spnav > .menu-item > a > svg,
#sp_menu .c-spnav > .menu-item > a > img {
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 22px;
  max-width: 28px;
  max-height: 28px;
  vertical-align: middle;
}

#sp_menu .c-spnav > .menu-item > a .ttl {
  display: inline-block;
  min-width: 0;
  writing-mode: horizontal-tb;
  padding-left: 0;
}

#sp_menu .c-spnav > .menu-item > a .caption,
#sp_menu .c-spnav > .menu-item > a .desc {
  display: none !important;
}

#sp_menu .c-spnav .taleet-auth-menu-item > a {
  margin-top: 0;
  border-radius: 0;
  color: #170b47;
  background: transparent;
  font-weight: 500;
  text-align: left;
}

#sp_menu .p-spMenu__overlay {
  background: rgba(20, 15, 44, 0.48);
}

@media (max-width: 480px) {
  #sp_menu .p-spMenu__inner {
    width: 80vw;
    max-width: calc(100vw - 52px);
  }

  #sp_menu .p-spMenu__body {
    padding: 22px 40px 34px;
  }

  #sp_menu .p-spMenu__body::before {
    width: 186px;
    height: 58px;
    margin-bottom: 42px;
  }

  #sp_menu .c-spnav > .menu-item > a {
    min-height: 68px;
    font-size: 17px;
  }
}


