<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}

.sp-none {
  display: none !important;
}

/*flex
------------------------------------ */
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flx-alitem-c {
  -webkit-align-items: center;
  align-items: center;
}

/*==============================================
ここから下がドロワー設定項目
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  top: 10px;
  right: 15px;
  bottom: auto;
  left: auto;
  background: unset;
  border-radius: 0;
  background: #99803c;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 50px;
  height: 50px;
}
.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: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 33px;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}

/*	drawer inbox
------------------------------------ */
#drawer-nav {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  border-radius: 0;
  padding-top: 5vw;
  background: url(../img/common/pattern__01.png);
}
#drawer-nav .drawer-logo {
  display: block;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 6vw;
}
#drawer-nav .drawer-logo img {
  width: 34vw;
}
#drawer-nav #sp-nav {
  overflow: hidden;
  margin-bottom: 6vw;
}
#drawer-nav #sp-nav .drawer-list-item {
  margin-bottom: 2.5vw;
}
#drawer-nav #sp-nav .drawer-list-item a {
  font-family: vae(--fot--Yu-Go-UI);
  font-weight: 400;
  font-size: 4.2vw;
  color: #fff;
  text-align: left;
  display: block;
  width: 100%;
  height: 100%;
  padding: 2.6vw 0;
  padding-bottom: 2.5vw;
  padding-left: 5vw;
  position: relative;
  background: var(--col--acc-02);
}
#drawer-nav #sp-nav .drawer-list-item a::after {
  position: absolute;
  content: "";
  right: 6vw;
  width: 1.6vw;
  height: 1.6vw;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: rotate(-45deg);
  bottom: 4vw;
}
#drawer-nav #sp-nav .drawer-list-item:last-child {
  margin-bottom: 0;
}
#drawer-nav .drawer-info .com--sns-list {
  gap: 6vw;
}
#drawer-nav .drawer-info .com--sns-list-item img {
  width: 8vw;
}
#drawer-nav .drawer-info--policy-list {
  gap: 5vw;
}
#drawer-nav .drawer-info--policy-list-item a {
  color: #555;
  font-size: 3.2vw;
}

.sp-menu-btn.active .top {
  background: #fff;
}

.sp-menu-btn.active .bottom {
  background: #fff;
}

/*original custom code
-----------------------------------------*/
/*sns
---------------------------*/
.sns-list {
  margin: 10% auto 5%;
}
.sns-list li {
  margin-right: 5%;
}
.sns-list li:last-child {
  margin-right: 0;
}

/*住所
---------------------------*/
.drawer-address {
  margin: 5% auto;
  text-align: center;
  font-size: 3.5vw;
}
.drawer-address li {
  margin-bottom: 3%;
}
.drawer-address li:last-child {
  margin-bottom: 0;
}

.drawer-tel {
  font-size: 4vw;
}
.drawer-tel small {
  font-size: 3.5vw;
}

/*mail
---------------------------*/
.mail-btn {
  text-align: center;
  width: 60%;
  display: block;
  background: #000;
  font-weight: 700;
  margin: 10% auto;
  letter-spacing: 0.2rem;
  padding: 4% 0;
}
.mail-btn span {
  font-size: 4vw;
  color: #fff;
  position: relative;
}/*# sourceMappingURL=drawer.css.map */</pre></body></html>