@charset "UTF-8";
/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*ボタン　drawer btn 上下左右で設定可能
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sp-menu-btn-wrp {
  top: 10px;
  right: 15px;
  bottom: auto;
  left: auto;
  background: unset;
  border-radius: 0;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 50px;
  height: 50px;
  border: 1px solid var(--col--txt-01);
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 32px;
  height: 2px;
  background: #fff;
  background: var(--col--txt-01);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 15px;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 2px;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 30px;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
  color: var(--col--txt-01);
}

/*メニュー　drawer inner
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#drawer-nav {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  padding-top: 7vw;
  background: #fff;
}
#drawer-nav .drawer-logo {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 10vw;
}
#drawer-nav .drawer-logo img {
  width: 40vw;
}
#drawer-nav #sp-nav {
  border: 1px solid var(--col--txt-01);
  padding: 8vw 5vw;
  margin-bottom: 9vw;
}
#drawer-nav #sp-nav .list-nav {
  position: relative;
}
#drawer-nav #sp-nav .list-nav .item {
  margin-bottom: 10vw;
}
#drawer-nav #sp-nav .list-nav .item:last-child {
  margin-bottom: 0;
}
#drawer-nav #sp-nav .list-nav .item a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 4.2vw;
  color: var(--col--txt-01);
}
#drawer-nav .drawer-info .com__tel {
  margin: 0 auto;
  margin-bottom: 13vw;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  align-items: center;
  margin-left: -0.5vw;
}
#drawer-nav .drawer-info .com__tel .item__num {
  font-size: 8vw;
}
#drawer-nav .drawer-info .com__btn_02 {
  width: 95%;
  height: 13.2vw;
  background: var(--col--txt-01);
  margin-bottom: 4vw;
}
#drawer-nav .drawer-info .com__btn_02::before {
  content: "";
  position: absolute;
  right: 15px;
}
#drawer-nav .drawer-info .com__btn_02 span {
  color: #fff;
}
#drawer-nav .drawer-info .com__btn_02 span small {
  pointer-events: none;
  position: absolute;
  display: block;
  left: 50%;
  translate: -50% -100%;
  top: -10px;
  width: fit-content;
  font-size: var(--font-size-13);
  font-weight: 600;
  letter-spacing: 0.07em;
  white-space: nowrap;
  color: var(--col--txt-01);
}
#drawer-nav .drawer-info .com__btn_02 span small::before {
  content: "";
  position: absolute;
  width: 10px;
  border-bottom: 1px solid currentColor;
  left: -5px;
  bottom: 5px;
  translate: -100% 0;
  rotate: 50deg;
}
#drawer-nav .drawer-info .com__btn_02 span small::after {
  content: "";
  position: absolute;
  width: 10px;
  border-bottom: 1px solid currentColor;
  right: -5px;
  bottom: 5px;
  translate: 100% 0;
  rotate: -50deg;
}
#drawer-nav .drawer-info .com__btn_02.btn__line {
  background: #4e4e4e;
  margin-bottom: 9vw;
}
#drawer-nav .drawer-info .com__instagram {
  --size:8vw;
  margin: 0 auto;
  margin-bottom: 8vw;
  filter: var(--col--black-f);
}
#drawer-nav .drawer-info .list-policy {
  gap: 5vw;
}
#drawer-nav .drawer-info .list-policy-item a {
  color: #444;
  font-size: 3.2vw;
}/*# sourceMappingURL=drawer.css.map */