@charset "UTF-8";
/* =====================
	グローバル系
 ======================= */
/** -------------------- HEADER -------------------- **/
.p-header {
  height: 80px;
  margin-bottom: 32px;
}

.p-header__fixedArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
}

.p-header__register {
  background: var(--c_acc);
  color: var(--c_wht);
  padding: 4px 80px 4px 0;
}

.p-header__register__link {
  color: var(--c_wht) !important;
  font-weight: 700;
  line-height: 1.0;
  text-decoration: underline;
}

.p-header__cart {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 1500;
}

.p-header__cart__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--c_wht) !important;
  background: var(--c_base);
}

.p-header__cart__icon {
  width: 36px;
  position: relative;
}

.p-header__cart__icon img {
  -webkit-filter: var(--filter_wht);
          filter: var(--filter_wht);
}

.p-header__cart__num {
  font-family: var(--font_go);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.05em;
  color: var(--c_base);
  text-align: center;
  width: 13px;
  height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 1px;
  top: 0;
}

.p-header__cart__txt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.0;
  text-align: center;
}

.p-header__main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 13px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px 20px;
}

.p-header__logo {
  width: 80px;
}

.p-header__guide {
  padding-right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.p-header__guide__icon {
  width: 24px;
}

.p-header__guide__txt {
  display: none;
}

.p-header__attention {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.p-header__attention__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  line-height: 1.15;
  color: var(--c_attention) !important;
  padding: 5px;
  border: 1px solid var(--c_attention);
}

.p-header__attention__link:after {
  content: "";
  width: 43px;
  height: 1em;
  background: url(../images/common/arrow_s_sp.png) no-repeat right center/27px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-filter: var(--filter_attention);
          filter: var(--filter_attention);
}

/* HEADER検索 */
.p-header__search__switch {
  display: none !important;
}

.p-header__search__switch:checked ~ .p-header__search {
  opacity: 1.0;
  visibility: visible;
}

.p-header__search {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--anim);
  transition: var(--anim);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
  border-top: 2px solid #E0E0E0;
  padding: 24px 0;
}

.p-header__search__form {
  position: relative;
}

.p-header__search__input {
  border: 1px solid var(--c_acc);
  padding: 13px 64px 13px 20px;
  font-size: 1.6rem;
  font-weight: 600;
}

.p-header__search__input:focus {
  border-color: var(--c_base);
  -webkit-box-shadow: 0px 0px 7px 1px rgba(240, 130, 0, 0.25);
          box-shadow: 0px 0px 7px 1px rgba(240, 130, 0, 0.25);
}

.p-header__search__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 100%;
  padding: 0 20px 0 0;
  background: none;
  border: 0;
}

.p-header__search__btn img {
  -webkit-filter: var(--filter_base);
          filter: var(--filter_base);
}

.p-header__search__keywords {
  margin-top: 24px;
}

.p-header__search__title {
  font-family: var(--font_go);
}

.p-header__search__list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.p-header__search__list li {
  margin: 0 !important;
}

.p-header__search__list li a {
  display: block;
  font-weight: 600;
  padding: 8px 13px;
  border: 1px solid var(--c_acc);
  border-radius: 100px;
}

.p-header__search__close {
  margin-top: 40px;
  text-align: center;
}

.p-header__search__close label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.0;
}

.p-header__search__close label span {
  width: 20px;
  height: 20px;
  position: relative;
}

.p-header__search__close label span:before, .p-header__search__close label span:after {
  content: "";
  width: 12px;
  height: 1px;
  background: var(--c_text);
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-header__search__close label span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-header__menuBtn {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 2000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
}

.p-header__menuBtn__open, .p-header__menuBtn__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: var(--anim);
  transition: var(--anim);
}

.p-header__menuBtn__close {
  opacity: 0;
}

.p-header__menuBtn.is-open .p-header__menuBtn__open {
  opacity: 0;
}

.p-header__menuBtn.is-open .p-header__menuBtn__close {
  opacity: 1.0;
}

/** -------------------- SIDENAV -------------------- **/
.p-sidenav {
  color: var(--c_acc);
}

.p-sidenav a {
  color: var(--c_acc) !important;
}

.p-sidenav__guide {
  margin-bottom: 30px;
}

.p-sidenav__guide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

.p-sidenav__guide__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 10px) / 2);
          flex: 0 1 calc((100% - 10px) / 2);
}

.p-sidenav__guide__item--wide {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.p-sidenav__guide__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 10px;
  border: 1px solid var(--c_acc);
  font-weight: 500;
  line-height: 1.0;
}

.p-sidenav__guide__icon {
  width: 18px;
}

.p-sidenav__guide__txt {
  color: var(--c_text);
}

.p-sidenav__guide__link--register {
  font-weight: 700;
  padding: 12px;
}

.p-sidenav__guide__link--register:after {
  content: "";
  width: 27px;
  height: 1em;
  background: url(../images/common/arrow_s_sp.png) no-repeat center/contain;
  -webkit-filter: var(--filter_acc);
          filter: var(--filter_acc);
}

.p-sidenav__guide__link--register .p-sidenav__guide__txt {
  color: var(--c_acc);
}

.p-sidenav__title {
  margin-top: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.0;
  position: relative;
}

.p-sidenav__title:after {
  content: "";
  width: 10px;
  height: 100%;
  background: url(../images/global/arrow_down.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: var(--anim);
  transition: var(--anim);
}

.p-sidenav__title.is-open:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.p-sidenav .js-sidenav-contents {
  display: none;
}

.p-sidenav__list {
  margin-top: 16px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  line-height: 1.0;
}

.p-sidenav__list > li {
  margin-bottom: 14px;
}

.p-sidenav__list > li + li {
  margin-top: 0;
}

.p-sidenav__list > li > a {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.p-sidenav__list > li > a:before {
  content: "";
  width: 5px;
  height: 1px;
  background: currentColor;
  margin: 0 2.5px;
}

.p-sidenav__subpage {
  margin-top: 30px;
}

.p-sidenav__subpage__item {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.0;
}

.p-sidenav__subpage__item:last-child {
  margin-bottom: 0;
}

/* スマホのみ
  ------------------------ */
@media (max-width: 700px) {
  .p-sidenav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--anim);
    transition: var(--anim);
  }
  .p-sidenav.is-open {
    opacity: 1.0;
    visibility: visible;
  }
}

/** -------------------- FOOTER -------------------- **/
.p-footer-guide {
  background: var(--c_bg_c);
  padding: 60px 0;
}

.p-footer-guide__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 32px;
}

.p-footer-guide__list__item {
  margin-top: 16px;
  background: var(--c_wht);
  padding: 30px 20px;
}

.p-footer-guide__list__title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}

.p-footer-guide__list__icon {
  width: 40px;
  margin: 0 auto 5px;
}

.p-footer-guide__list__txt {
  font-family: var(--font_go);
  line-height: 1.6;
  margin: 0 0 20px;
}

.p-footer-guide__list__more {
  text-align: right;
}

.p-footer-guide__list__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.0;
}

.p-footer-guide__list__link:after {
  content: "";
  width: 32px;
  height: 1em;
  background: url(../images/common/arrow_l_sp.png) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-footer-sitemap {
  background: var(--c_acc);
  color: var(--c_wht);
  padding: 60px 0 40px;
}

.p-footer-sitemap a {
  color: var(--c_wht) !important;
}

.p-footer-sitemap__list__item {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.0;
}

.p-footer-sitemap__list__children {
  margin: 16px 0 26px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.p-footer-sitemap__list__children > li {
  margin-bottom: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}

.p-footer-sitemap__list__children > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.p-footer-sitemap__list__children > li > a:before {
  content: "";
  width: 5px;
  height: 1px;
  background: var(--c_wht);
  margin: 0 2.5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-footer-sitemap__contact {
  margin-top: 40px;
}

.p-footer-sitemap__contact__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.0;
  margin-bottom: 16px;
}

.p-footer-sitemap__contact__subtitle {
  font-weight: 500;
  line-height: 1.0;
  margin-bottom: 10px;
}

.p-footer-sitemap__contact__tel {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.p-footer-sitemap__contact__mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--c_wht);
  color: var(--c_acc) !important;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 13px 10px;
}

.p-footer-sitemap__contact__mail a:after {
  content: "";
  width: 43px;
  height: 1em;
  background: url(../images/common/arrow_s.png) no-repeat right center/27px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-filter: var(--filter_acc);
          filter: var(--filter_acc);
}

.p-footer-sitemap__contact__time {
  margin-top: 16px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.0;
}

.p-footer-sitemap__contact__time small {
  font-size: 1.2rem;
}

.p-footer__sns {
  margin-top: 148px;
}

.p-footer__sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.p-footer__sns__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30px;
          flex: 0 1 30px;
}

.p-footer__sns__item img {
  -webkit-filter: var(--filter_wht);
          filter: var(--filter_wht);
}

.p-footer__copyright {
  margin-top: 20px;
}

.p-footer__copyright img {
  width: 300px;
  margin: 0 auto;
  display: block;
}

/* PC
  ------------------------ */
@media (min-width: 701px) {
  /** -------------------- HEADER -------------------- **/
  .p-header {
    height: 136px;
    margin-bottom: 80px;
  }
  .p-header__fixedArea {
    min-height: auto;
    height: 136px;
  }
  .p-header__register {
    padding: 8px 136px 8px 0;
    text-align: center;
  }
  .p-header__register__link {
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;
  }
  .p-header__register__link:hover {
    opacity: 1.0;
    text-decoration: underline;
  }
  .p-header__cart {
    width: 136px;
    height: 136px;
  }
  .p-header__cart__link {
    row-gap: 3px;
  }
  .p-header__cart__link > * {
    -webkit-transition: var(--anim);
    transition: var(--anim);
  }
  .p-header__cart__link:hover {
    opacity: 1.0;
  }
  .p-header__cart__link:hover > * {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  .p-header__cart__link:hover .p-header__cart__txt {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
  }
  .p-header__cart__icon {
    width: 60px;
  }
  .p-header__cart__num {
    font-size: 1.6rem;
    width: 22px;
    height: 22px;
    right: 1.5px;
    top: -1px;
  }
  .p-header__cart__txt {
    font-size: 1.6rem;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    text-decoration-color: transparent;
  }
  .p-header__main {
    padding: 13px 176px 0 32px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 20px 1fr 20px auto;
    grid-template-columns: auto 1fr auto;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px 20px;
  }
  .p-header__main > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-header__main > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-header__main > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .p-header__logo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 153px;
  }
  .p-header__guide {
    padding: 0;
    margin-right: -20px;
  }
  .p-header__guide__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    position: relative;
  }
  .p-header__guide__link:before {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--c_text);
    position: absolute;
    left: 0;
    bottom: -4px;
    opacity: 0;
  }
  .p-header__guide__link:hover {
    opacity: 1.0;
  }
  .p-header__guide__link:hover:before {
    opacity: 1.0;
  }
  .p-header__guide__icon {
    width: 18px;
  }
  .p-header__guide__txt {
    display: block;
    font-weight: 500;
  }
  .p-header__attention {
    margin-left: 20px;
  }
  .p-header__attention__link {
    font-size: 1.6rem;
    padding: 5px 20px;
  }
  .p-header__attention__link:after {
    border-bottom: 1px solid transparent;
  }
  .p-header__attention__link:hover {
    opacity: 1.0;
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }
  .p-header__attention__link:hover:after {
    border-color: var(--c_attention);
  }
  .p-header .p-header__category {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
  }
  .p-header .p-header__category > li {
    padding: 15px 0;
  }
  .p-header .p-header__category > li + li {
    margin-top: 0;
  }
  .p-header .p-header__category > li > a {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.125;
    border-bottom: 1px solid transparent;
  }
  .p-header .p-header__category > li > a:hover {
    opacity: 1.0;
    color: var(--c_base) !important;
    border-color: var(--c_base);
  }
  /* HEADER検索 */
  .p-header__search {
    padding: 52px 0 20px;
    border-color: var(--c_bg_g);
  }
  .p-header__search__input {
    padding: 20px 84px 20px 40px;
    font-size: 2rem;
  }
  .p-header__search__btn {
    right: 20px;
  }
  .p-header__search__keywords {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .p-header__search__title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-family: var(--font_ja);
    font-size: 1.8rem;
    font-weight: 600;
  }
  .p-header__search__list {
    font-size: 2rem;
  }
  .p-header__search__list li a {
    padding: 3px 23px;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
  }
  .p-header__search__list li a:hover {
    opacity: 1.0;
    color: var(--c_base);
    border-color: var(--c_base);
    text-decoration-color: var(--c_base);
  }
  .p-header__search__close {
    margin-top: 60px;
  }
  .p-header__search__close label {
    font-size: 1.8rem;
  }
  .p-header__search__close label span {
    width: 24px;
    height: 24px;
  }
  .p-header__search__close label span:before, .p-header__search__close label span:after {
    width: 14px;
    top: 2px;
  }
  /** -------------------- SIDENAV -------------------- **/
  .p-sidenav {
    color: var(--c_text);
    padding: 0 10px;
  }
  .p-sidenav a {
    color: var(--c_text) !important;
  }
  .p-sidenav__title {
    margin-top: 52px;
    font-size: 1.4rem;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--c_acc);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .p-sidenav__title:after {
    display: none;
  }
  .p-sidenav__title:first-of-type {
    margin-top: 0;
  }
  .p-sidenav .js-sidenav-contents {
    display: block !important;
  }
  .p-sidenav__list {
    margin-top: 20px;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    font-size: 1.6rem;
  }
  .p-sidenav__list > li {
    margin-bottom: 20px;
  }
  .p-sidenav__list > li > a {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    text-decoration-color: transparent;
  }
  .p-sidenav__list > li > a:before {
    margin: 0 5px;
  }
  .p-sidenav__list > li > a:hover {
    opacity: 1.0;
    color: var(--c_base) !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    text-decoration-color: var(--c_base);
  }
  .p-sidenav__bnr {
    margin-top: 60px;
  }
  .p-sidenav__bnr__item {
    margin-bottom: 12px;
  }
  .p-sidenav__bnr__item:last-child {
    margin-bottom: 0;
  }
  /** -------------------- FOOTER -------------------- **/
  .p-pagetop {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 2000;
    width: 90px;
    height: 90px;
  }
  .p-pagetop__link {
    width: 100%;
    height: 100%;
    border: 2px solid var(--c_base);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--c_base) !important;
  }
  .p-pagetop__link__icon {
    width: 30px;
  }
  .p-footer-guide {
    padding: 80px 0;
  }
  .p-footer-guide__title {
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 60px;
  }
  .p-footer-guide__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 27px 1fr 27px 1fr 27px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 27px;
  }
  .p-footer-guide__list__item {
    margin: 0;
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-footer-guide__list__title {
    font-size: 2rem;
  }
  .p-footer-guide__list__txt {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  .p-footer-guide__list__more {
    margin-top: auto;
  }
  .p-footer-guide__list__link {
    font-size: 1.8rem;
    padding-bottom: 4px;
    margin-bottom: -4px;
    border-bottom: 1px solid transparent;
  }
  .p-footer-guide__list__link:after {
    width: 38px;
    background: url(../images/common/arrow_s.png) no-repeat center/contain;
    -webkit-transition: var(--anim);
    transition: var(--anim);
  }
  .p-footer-guide__list__link:hover {
    opacity: 1.0;
    color: var(--c_base);
    border-color: var(--c_base);
  }
  .p-footer-guide__list__link:hover:after {
    -webkit-filter: var(--filter_base);
            filter: var(--filter_base);
  }
  .p-footer-sitemap {
    padding: 80px 0 40px;
  }
  .p-footer-sitemap__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-footer-sitemap__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 68px auto;
    grid-template-columns: auto auto;
    gap: 12px 68px;
  }
  .p-footer-sitemap__list__item {
    margin: 0;
    font-size: 2rem;
    line-height: 1.6;
  }
  .p-footer-sitemap__list__link {
    border-bottom: 1px solid transparent;
  }
  .p-footer-sitemap__list__link:hover {
    opacity: 1.0;
    border-color: currentColor;
  }
  .p-footer-sitemap__list__parent {
    -ms-grid-row-span: 7;
    grid-row: span 7;
  }
  .p-footer-sitemap__list__children {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    margin: 10px 0 0;
  }
  .p-footer-sitemap__list__children > li {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .p-footer-sitemap__list__children > li:before {
    margin: 0 5px;
  }
  .p-footer-sitemap__list__children > li:last-child {
    margin-bottom: 0;
  }
  .p-footer-sitemap__list__children > li > a {
    border-bottom: 1px solid transparent;
  }
  .p-footer-sitemap__list__children > li > a:hover {
    opacity: 1.0;
    border-color: currentColor;
  }
  .p-footer-sitemap__contact {
    margin-top: 0;
  }
  .p-footer-sitemap__contact__title {
    font-size: 2rem;
    line-height: 1.45;
    margin-bottom: 15px;
  }
  .p-footer-sitemap__contact__subtitle {
    font-size: 2rem;
  }
  .p-footer-sitemap__contact__tel {
    font-size: 5.5rem;
    letter-spacing: 0.145em;
  }
  .p-footer-sitemap__contact__tel a {
    pointer-events: none;
  }
  .p-footer-sitemap__contact__mail a {
    font-size: 2rem;
    padding: 19px 10px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 1px;
    text-decoration-color: transparent;
  }
  .p-footer-sitemap__contact__mail a:after {
    width: 54px;
    background: url(../images/common/arrow_s.png) no-repeat right center/38px;
    border-bottom: 1px solid transparent;
    -webkit-transition: var(--anim);
    transition: var(--anim);
  }
  .p-footer-sitemap__contact__mail a:hover {
    opacity: 1.0;
    text-decoration-color: var(--c_acc);
  }
  .p-footer-sitemap__contact__mail a:hover:after {
    border-color: #000;
  }
  .p-footer-sitemap__contact__time {
    line-height: 1.6;
  }
  .p-footer-sitemap__contact__time small {
    font-size: 1.4rem;
  }
  .p-footer__sns {
    margin-top: 20px;
  }
  .p-footer__sns__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40px;
            flex: 0 1 40px;
  }
  .p-footer__copyright img {
    width: 450px;
  }
}
