@charset "UTF-8";
/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*ボタン　drawer btn 上下左右で設定可能
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sp-menu-btn-wrp {
  top: 10px;
  right: 15px;
  bottom: auto;
  left: auto;
  background: unset;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 50px;
  height: 50px;
  border-radius: 1.5vw;
  background: var(--col--yellow-01);
}
.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;
}

/*メニュー　drawer inner
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#drawer-nav {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  padding-top: 7vw;
  background: #fff;
  background: var(--col--base-01);
}
#drawer-nav .drawer-logo {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 10vw;
}
#drawer-nav .drawer-logo img {
  width: 50vw;
}
#drawer-nav #sp-nav {
  margin-bottom: 8vw;
  background: #fff;
  padding: 7vw 5vw;
  position: relative;
  border-radius: 2vw;
}
#drawer-nav #sp-nav::before {
  content: "";
  position: absolute;
  background: url(/img/common/chara_mascot__01_04.png) center center/contain no-repeat;
  width: 36vw;
  height: 40vw;
  right: -13vw;
  bottom: -5vw;
}
#drawer-nav #sp-nav .list-nav .item {
  margin-bottom: 6vw;
}
#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;
  font-family: var(--fot--Zen-Maru-Goth);
  color: var(--col--txt-01);
}
#drawer-nav .drawer-info .block__links {
  margin: 0 auto;
  width: fit-content;
  gap: 5vw;
  margin-bottom: 6vw;
}
#drawer-nav .drawer-info .block__links .com__tel dd {
  gap: 1vw;
}
#drawer-nav .drawer-info .block__links .com__tel .item__num {
  font-size: 7.5vw;
  padding-left: 1em;
}
#drawer-nav .drawer-info .block__links .com__tel .item__attention {
  height: 2.6vw;
}
#drawer-nav .drawer-info .block__links .com__instagram {
  --size:8vw;
}
#drawer-nav .drawer-info .btn__line {
  width: 95%;
  height: 13.5vw;
  margin-bottom: 4vw;
}
#drawer-nav .drawer-info .btn__official {
  width: 95%;
  height: 13.5vw;
  margin-bottom: 6vw;
}
#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 */