@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;
  background: var(--col--main-01);
  border-radius: 1.4vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 32px;
  height: 2px;
  background: #fff;
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 15px;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: -2px;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 30px;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}

.sp-menu-btn.active {
  background: #fff;
}
.sp-menu-btn.active span {
  background: var(--col--acc-01);
}
/*メニュー　drawer inner
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#drawer-nav {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  padding-top: 7vw;
  background: url(/img/common/deco__shape__02_01.png) right -8vw top -7vw/50vw no-repeat, var(--col--base-y);
}
#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 {
  margin-bottom: 8vw;
  background: #fff;
  border-radius: 3vw;
  padding: 8vw 5vw;
  position: relative;
}
#drawer-nav #sp-nav::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__illust__01_05.png) center center/contain no-repeat;
  width: 25vw;
  height: 25vw;
  right: -5vw;
  bottom: -5vw;
}
#drawer-nav #sp-nav .list-nav .item {
  margin-bottom: 7.5vw;
}
#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);
  width: fit-content;
  padding-bottom: 2vw;
}
#drawer-nav #sp-nav .list-nav .item a.current {
  color: var(--col--acc-01);
  border-bottom: 1px solid var(--col--acc-01);
}
#drawer-nav .drawer-info .com__btn_01 {
  height: 11vw;
  margin-bottom: 7vw;
  width: 100%;
  position: relative;
}
#drawer-nav .drawer-info .com__btn_01 span {
  position: relative;
}
#drawer-nav .drawer-info .com__btn_01 span::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 6vw;
  height: 6vw;
  top: 50%;
  translate: 0 -50%;
  left: -8.5vw;
}
#drawer-nav .drawer-info .wrap-contact {
  margin: 0 auto;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6vw;
  margin-bottom: 4.5vw;
}
#drawer-nav .drawer-info .com__tel {
  width: fit-content;
  margin: 0 auto;
}
#drawer-nav .drawer-info .com__tel .tel-num {
  font-size: 7.5vw;
}
#drawer-nav .drawer-info .list-policy {
  gap: 5vw;
  background: var(--col--base-y);
  border: 1px solid var(--col--acc-01);
  border-radius: 6vw;
  padding: 3vw;
  position: relative;
}
#drawer-nav .drawer-info .list-policy-item a {
  color: #444;
  color: #fff;
  font-size: 3.2vw;
  color: var(--col--acc-01);
}
#drawer-nav .drawer-info .list-policy-item:first-child {
  position: relative;
}
#drawer-nav .drawer-info .list-policy-item:first-child::before {
  font-size: 2.6vw;
  content: "/";
  color: var(--col--acc-01);
  position: absolute;
  right: -3.7vw;
  top: 1vw;
}/*# sourceMappingURL=drawer.css.map */