.header-rakusta-lp__root {
  --rlp-header-height-mobile: 48;
  --rlp-header-mobile-padding-x: 16;
  position: sticky;
  top: var(--wp-admin--admin-bar--height, 0);
  z-index: 20;
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(var(--rlp-header-height-mobile) * var(--as1Px));
  background: #fff;
  border-bottom: calc(1 * var(--as1Px)) solid #f3f4f6;
}
@media (min-width: 768px) {
  .header-rakusta-lp__root {
    position: relative;
    top: auto;
    height: calc(81 * var(--as1Px));
  }
}
.header-rakusta-lp__root .header-rakusta-lp__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: calc(80 * var(--as1Px));
  padding: 0 calc(var(--rlp-header-mobile-padding-x) * var(--as1Px));
}
@media (min-width: 768px) {
  .header-rakusta-lp__root .header-rakusta-lp__content {
    width: calc(1120 * var(--as1Px));
    padding: 0;
    margin: 0 auto;
  }
}
.header-rakusta-lp__root .rlp-header-logo {
  width: calc(80 * var(--as1Px));
  height: calc(18 * var(--as1Px));
}
@media (min-width: 768px) {
  .header-rakusta-lp__root .rlp-header-logo {
    width: calc(96 * var(--as1Px));
    height: calc(22 * var(--as1Px));
  }
}
.header-rakusta-lp__root .rlp-header-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.header-rakusta-lp__root .rlp-header-nav {
  display: none;
}
@media (min-width: 768px) {
  .header-rakusta-lp__root .rlp-header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    min-width: 0;
    margin-left: calc(72 * var(--as1Px));
    gap: calc(24 * var(--as1Px));
  }
}
.header-rakusta-lp__root .rlp-header-menu-list,
.header-rakusta-lp__root .rlp-header-button-list,
.header-rakusta-lp__root .rlp-aside-menu-list,
.header-rakusta-lp__root .rlp-aside-button-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-rakusta-lp__root .rlp-header-menu-list {
  display: flex;
  align-items: stretch;
  height: calc(80 * var(--as1Px));
  min-width: 0;
}
.header-rakusta-lp__root .rlp-header-menu-item {
  position: relative;
  display: flex;
  align-items: stretch;
  height: 100%;
}
.header-rakusta-lp__root .rlp-header-menu-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: calc(2 * var(--as1Px));
  background: var(--rlp-color--primary--default);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}
.header-rakusta-lp__root .rlp-header-menu-item:hover::after, .header-rakusta-lp__root .rlp-header-menu-item.rlp-header-menu-item--active::after {
  transform: scaleX(1);
}
.header-rakusta-lp__root .rlp-header-menu-item:hover > a, .header-rakusta-lp__root .rlp-header-menu-item.rlp-header-menu-item--active > a {
  color: var(--rlp-color--primary--default);
}
.header-rakusta-lp__root .rlp-header-menu-item > a {
  display: inline-flex;
  align-items: center;
  gap: calc(6 * var(--as1Px));
  height: 100%;
  padding: 0 calc(14 * var(--as1Px));
  color: #212121;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Noto Sans JP";
  font-size: calc(14 * var(--as1Px));
  font-weight: 400;
  line-height: 1.2;
  transition: color 0.25s ease;
}
.header-rakusta-lp__root .rlp-header-menu-item .rlp-header-menu-item__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: calc(30 * var(--as1Px));
  height: calc(18 * var(--as1Px));
  padding: 0 calc(6 * var(--as1Px));
  border-radius: calc(999 * var(--as1Px));
  background: var(--rlp-color--primary--default);
  color: #fff;
  font-size: calc(10 * var(--as1Px));
  font-weight: 700;
  line-height: 1;
}
.header-rakusta-lp__root .rlp-header-button-list {
  display: flex;
  align-items: center;
  gap: calc(16 * var(--as1Px));
  min-width: 0;
}
.header-rakusta-lp__root .rlp-header-button-item {
  margin: 0;
}
.header-rakusta-lp__root .rlp-header-button-item > a {
  min-height: calc(48 * var(--as1Px));
}
.header-rakusta-lp__root .rlp-header-button-item:first-child > a {
  min-width: calc(208 * var(--as1Px));
}
.header-rakusta-lp__root .rlp-header-button-item:last-child > a {
  min-width: calc(176 * var(--as1Px));
}
.header-rakusta-lp__root .rlp-header-menu {
  display: block;
}
@media (min-width: 768px) {
  .header-rakusta-lp__root .rlp-header-menu {
    display: none;
  }
}
.header-rakusta-lp__root .rlp-header-menu__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header-rakusta-lp__root .rlp-header-menu__toggle svg {
  width: calc(24 * var(--as1Px));
  height: calc(24 * var(--as1Px));
}
.header-rakusta-lp__root .rlp-header-menu__content {
  position: fixed;
  top: var(--wp-admin--admin-bar--height, 0);
  right: 0;
  z-index: 24;
  width: 0;
  height: calc(100dvh - var(--wp-admin--admin-bar--height, 0));
  overflow: hidden;
  background: #fff;
  transition: width 0.25s ease;
}
.header-rakusta-lp__root .rlp-header-menu__content.rlp-header-menu__content--opened {
  width: calc(280 * var(--as1Px));
}
.header-rakusta-lp__root .rlp-aside-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overscroll-behavior-y: contain;
}
.header-rakusta-lp__root .rlp-aside-nav__head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: calc(var(--rlp-header-height-mobile) * var(--as1Px));
  padding: 0 calc(var(--rlp-header-mobile-padding-x) * var(--as1Px));
}
.header-rakusta-lp__root .rlp-aside-menu-list {
  display: flex;
  flex-direction: column;
  padding: calc(8 * var(--as1Px)) calc(16 * var(--as1Px)) calc(16 * var(--as1Px));
}
.header-rakusta-lp__root .rlp-aside-menu-item {
  display: flex;
}
.header-rakusta-lp__root .rlp-aside-menu-item > a {
  display: inline-flex;
  align-items: center;
  gap: calc(8 * var(--as1Px));
  width: 100%;
  padding: calc(14 * var(--as1Px)) 0;
  border-bottom: calc(1 * var(--as1Px)) solid #eceff1;
  color: #212121;
  text-decoration: none;
  font-family: "Noto Sans JP";
  font-size: calc(15 * var(--as1Px));
  font-weight: 500;
  line-height: 1.4;
}
.header-rakusta-lp__root .rlp-aside-menu-item .rlp-header-menu-item__label {
  margin-left: auto;
}
.header-rakusta-lp__root .rlp-aside-button-list {
  display: flex;
  flex-direction: column;
  gap: calc(12 * var(--as1Px));
  margin-top: auto;
  padding: calc(16 * var(--as1Px));
}
.header-rakusta-lp__root .rlp-aside-button-item {
  width: 100%;
}
.header-rakusta-lp__root .rlp-aside-button-item > a {
  width: 100%;
  min-height: calc(48 * var(--as1Px));
}
