﻿@charset "UTF-8";
.wrapper {
  z-index: 1; /*padding-top: 5.0rem;*/
}
@media (min-width: 768px) {
  .wrapper { /*padding-top: 10.0rem;*/
  }
}
.header-over-banner {
  position: relative;
  z-index: 10;
  background: #f2e9e7;
  height: 2.88rem;
  font-size: 0.9rem;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
}
.header-over-banner ul {
  width: 89vw;
  margin: 0 auto;
  padding-top: 4px;
}
.header-over-banner ul li {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-over-banner ul li a {
  display: inline;
  outline: none;
}
.header-over-banner ul li + li {
  display: none;
}
.header-over-banner .slick-arrow {
  appearance: none;
  position: absolute;
  top: 0;
  border: none;
  background: none;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
}
.header-over-banner .slick-arrow::before {
  display: block;
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  transform: rotate(45deg);
  transition: all 0.2s;
  position: relative;
  left: 0.5rem;
}
.header-over-banner .slick-arrow.slick-prev {
  left: -1rem;
}
.header-over-banner .slick-arrow.slick-next {
  right: -1rem;
}
.header-over-banner .slick-arrow.slick-prev::before {
  transform: rotate(-135deg);
  left: 1.0rem;
}

@media (min-width: 768px) {
  .header-over-banner {
    height: 38px;
    font-size: 14px;
  }
  .header-over-banner ul {
    width: 40em;
    padding-top: 4px;
  }
  .header-over-banner .slick-arrow {
    top: 5px;
  }
  .header-over-banner .slick-arrow::before {
    width: 7px;
    height: 7px;
  }
} /*----  ヘッダ  ---- */ .header-over-banner {
  text-align: center;
}
#header-wrap {
  position: relative;
  height: 5.8rem;
}
.pane-header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  background: #ffffff;
}
.pane-header.st__fixed {
  position: fixed;
  border-bottom: solid 1px #f1f1f3;
}
@media (max-width: 767px) {
  .pane-header {
    left: 0 !important;
  }
}
@media (min-width: 768px) {
  .pane-header {
    min-width: 1080px;
  }
}
.pane-header .header-container {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 0.5rem;
  height: 5.8rem;
}
@media (min-width: 768px) {
  #header-wrap {
    height: 12rem;
  }
  .pane-header .header-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 2.5rem;
    height: 12.0rem;
  }
} /* ロゴ */ .head--logo {
  width: 13rem;
  height: 5.0rem;
  margin: 0 0 0 1.0rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .head--logo {
    width: 244px;
    height: auto;
    position: absolute;
    top: 31px;
    left: calc(50% - 122px);
    margin: 0;
  }
}
.head--block {
  flex-grow: 1;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  .head--block {
    flex-grow: unset;
    width: 211px;
    margin: 0 0 0 2rem;
    padding-right: 0;
    justify-content: space-between;
  }
}
dl.block-searchkeyword-box {
  display: flex !important;
}
dl.block-searchkeyword-box dt {
  white-space: nowrap;
}
dl.block-searchkeyword-box dd {
  flex: 1;
}
dl.block-searchkeyword-box dd ul {
  margin-top: -0.2rem;
  overflow: hidden;
}
dl.block-searchkeyword-box dd ul li {
  display: inline-block;
  float: left;
  margin: 0 0 0.7rem 0.6rem;
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
  background: #ececec;
}
@media (max-width: 767px) {
  .head--block dl.block-searchkeyword-box {
    display: none !important;
  }
	
  .banner-wrap {
    flex-direction: column; /* ←これで縦並びになる */
    align-items: center;     /* 中央揃え */
  }

  .banner-wrap .banner {
  max-width: 95%;
  margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .head--block dl.block-searchkeyword-box {
    width: 100%;
    font-size: 1.1rem;
  }
.banner-wrap {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
}

.banner-wrap .banner {
        width: calc(200px + 40%);
        max-width: 500px;
        margin: 1% 0;
}
} /* PC search */ .head--search {
  display: none !important;
}
.head--search form[name="frmSearch3"] {
  display: none;
}
.head--search form[name="frmSearch4"] {
  display: none;
}
@media (min-width: 768px) {
  .head--search {
    display: block !important;
    margin: 0;
    width: 100%;
    max-width: 31.0rem;
  }
  .head--search .block-searchkeyword-box {
    font-size: 1.2rem;
  }
} /* PC nav */ .head--pc-nav {
  display: none !important;
}
@media (min-width: 768px) {
  .head--pc-nav {
    display: block !important;
    margin: 0 2.0rem 2.5rem 0;
    padding: 0;
  }
  .head--pc-nav ul {
    display: flex;
    flex-flow: wrap;
  }
  .head--pc-nav ul li:before {
    display: inline-block;
    content: '|';
    margin: 0 1.2rem;
  }
  .head--pc-nav ul li:first-child:before, .head--pc-nav ul li:first-child.only__sp + li:before {
    display: none;
  }
} /* nav */ .head--nav {
  position: absolute;
  right: 1.0rem;
  top: 1.82rem;
}
.head--nav ul {
  display: flex;
  justify-content: flex-end;
}
.head--nav ul li {
  position: relative;
  width: 3.2rem;
  margin: 0 0 0 0.3rem;
  text-align: center;
  font-size: 0.8rem;
}
.head--nav ul li:first-child {
  margin-left: 0;
}
.head--nav ul li a {
  position: relative;
  display: block;
  padding: 2.6rem 0 0;
}
.head--nav ul li a:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: '';
  width: 100%;
  height: 2.6rem;
}
.head--nav ul li.head--nav-cart a::before {
	background: url(../../img/usr/common/head_icon_cart.png) 25% center / 26px 26px no-repeat;
}

.head--nav ul li.head--nav-login a::before {
    background: url(../../img/usr/common/head_icon_login.png) center / 23px 23px no-repeat;
}

.head--nav ul li.head--nav-mypage a::before {
    background: url(../../img/usr/common/head_icon_mypage.png) center / 23px 23px no-repeat;
}

.head--nav ul li.head--nav-search a::before {
    background: url(../../img/usr/common/head_icon_search2.png) 40% 60% / 26px 26px no-repeat;
}
.head--nav ul li.head--nav-mypage { /*	width: 3.4rem; */
}
.head--nav ul li.head--nav-mypage a span {
  white-space: nowrap;
  word-break: break-word;
  margin-left: -0.25em;
}
.block-headernav--cart-count {
  display: none;
  position: absolute;
  right: -0.3rem;
  top: -0.3rem;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  border-radius: 1.8rem;
  font-size: 1.2rem;
  background: #e3aca9;
  color: #ffffff;
}
@media (min-width: 768px) {
  .head--nav {
    position: static;
    right: 0.8rem;
    top: 2.4rem;
  }
  .head--nav ul li {
    position: relative;
    width: 3.2rem;
    margin: 0 0 0 0.5rem;
    text-align: center;
    font-size: 1.2rem;
  }
  .head--nav ul li a {
    padding: 3.4rem 0 0;
  }
  .head--nav ul li.head--nav-search {
    display: none !important;
  }
  .head--nav ul li a:before {
    height: 3.4rem;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .head--nav ul li.head--nav-cart a:before {
    /*background-position: 40% 50%;*/
    background-size: auto 2.7rem;
  }
  .head--nav ul li.head--nav-login a:before {
    background-position: 45% 50%;
    background-size: auto 2.4rem;
  }
  .head--nav ul li.head--nav-mypage a:before {
    background-position: 45% 50%;
    background-size: auto 2.4rem;
  }
  .head--nav ul li.head--nav-mypage { /*		width: 5.4rem;*/
  }
  .head--nav ul li.head--nav-mypage a span {
    margin: 0;
  }
  .block-headernav--cart-count {
    right: -0.6rem;
    top: -1.2rem;
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    border-radius: 2.8rem;
    font-size: 1.6rem;
  }
} /* SP nav */ .head--sp-nav {
  display: block !important;
  position: relative;
  padding: 2.6rem 0 0;
}
.head--sp-nav div {
  display: block;
  width: 2.2rem;
  padding-top: 1.8rem;
  position: absolute;
  left: 0.4rem;
  top: 0.7rem;
}
.head--sp-nav div span {
  display: block;
  font-size: 0.8rem;
  text-align: center;
  white-space: nowrap;
}
.head--sp-nav div:before, .head--sp-nav div:after, .head--sp-nav div span:before {
  position: absolute;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  transition: all 0.3s;
}
.head--sp-nav div:before {
  top: 0;
}
.head--sp-nav div:after {
  top: 1.25rem;
}
.head--sp-nav div span:before {
  top: 0.6rem;
}
@media (min-width: 768px) {
  .head--sp-nav {
    display: none !important;
  }
}
.head--sp-nav.js-st__open div:before {
  top: 0.6rem;
  transform: rotate(45deg);
}
.head--sp-nav.js-st__open div:after {
  top: 0.6rem;
  transform: rotate(-45deg);
}
.head--sp-nav.js-st__open div span:before {
  opacity: 0;
} /* ヘッダ　キャプション */ #head-caption {
  background: #e9e9e9;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  padding: 0.5rem 0.8rem;
  text-align: center;
}
#head-caption p + p {
  margin-top: 0.3rem;
}
#head-caption a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  #head-caption a:hover {
    text-decoration: none;
  }
}
#app-banner {
  display: none;
  position: relative;
  z-index: 99998;
  margin: 0.6rem 0 1.0rem;
}
#app-banner .app-banner--container {
  height: 5.0rem;
}
#app-banner .app-banner--body {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  background: #f7e2e2;
  height: 5.0rem;
  padding: 0.4rem 0.6rem 0.4rem 0;
}
#app-banner .app-banner--body .app-banner--close {
  width: 3.0rem;
  text-align: center;
}
#app-banner .app-banner--body .app-banner--close span {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  text-align: left;
  text-indent: -9999rem;
}
#app-banner .app-banner--body .app-banner--close span:before, #app-banner .app-banner--body .app-banner--close span:after {
  position: absolute;
  display: block;
  content: '';
  width: 1.4rem;
  height: 1px;
  background: #212529000;
  top: 50%;
  left: calc(50% - 0.7rem);
}
#app-banner .app-banner--body .app-banner--close span:before {
  transform: rotate(45deg);
}
#app-banner .app-banner--body .app-banner--close span:after {
  transform: rotate(-45deg);
}
#app-banner .app-banner--body .app-banner--close + p {
  width: 4.2rem;
}
#app-banner .app-banner--body ul {
  width: 6.5rem;
}
#app-banner .app-banner--body ul li + li {
  margin-top: 0.3rem;
}
#app-banner .app-banner--body dl {
  flex: 1;
  text-align: center;
  padding: 0 0.7rem 0 0.8rem;
  font-size: 1.1rem;
}
#app-banner .app-banner--body dl dd span {
  margin-top: 0.2rem;
  display: inline-block;
  background: #ffffff;
  border-radius: 0.3rem;
  padding: 0.2rem 0.5rem;
} /*----  フッタ  ---- */ footer.pane-footer {
  padding: 1.2rem 0 0;
}
body footer.pane-footer h2.title-common01 {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  body footer.pane-footer h2.title-common01 {
    margin: 9% 0 6%; 
	font-size: 1.5rem;
  }
}
@media (min-width: 768px) { /* body footer.pane-footer #footer--shop h2.title-common01 {margin: 44px 0 23px;}*/ body footer.pane-footer h2.title-common01 { /* margin-top: 4%;*/ margin: 15px 0 23px;
  }
}
#gnav--foot-sns, #footer--list-sns {
  width: 84.375%;
  margin: 1.5rem auto 2rem;
}
#gnav--foot-sns p, #footer--list-sns p {
  margin-bottom: 2.0rem;
}
#gnav--foot-sns ul, #footer--list-sns ul {
  display: flex;
  justify-content: center;
}
#gnav--foot-sns ul li img, #footer--list-sns ul li img {
  height: 2.8rem;
}
#gnav--foot-sns ul li + li, #footer--list-sns ul li + li {
  margin-left: 3.4rem;
}
@media (min-width: 768px) {
  footer.pane-footer {
    padding: 0;
  }
  #footer--list-sns {
    width: 100%;
    margin: 4.0rem auto 2.0rem;
  }
  #footer--list-sns ul li img {
    height: 4.4rem;
  }
  #footer--list-sns ul li + li {
    margin-left: 5.4rem;
  }
} /**上へボタン**/ #footer_pagetop {
  display: none;
  position: fixed;
  right: 1.0rem;
  bottom: 1.0rem;
  z-index: 91;
}
body.page-contact #footer_pagetop {
  display: none !important;
}
#footer_pagetop a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 4.5rem;
  background: #5e5e5e;
  text-decoration: none;
  color: transparent;
  font-size: 0;
}
#footer_pagetop a span {
  position: relative;
  width: 2.4em;
  height: 1.2em;
}
#footer_pagetop a span:before {
    position: absolute;
    left: calc(50% - 0.45rem);
    top: -0.3rem;
    width: 0.9rem;
    height: 0.9rem;
    transform: rotate(45deg);
    content: '';
    display: block;
    border-top: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
}
#footer--app {
  padding: 2.7rem 1.6rem 6rem;
}
@media (min-width: 768px) {
	
#footer_pagetop a {
    right: 5rem;
    width: 5rem;
    height: 5rem;

}
	
#footer_pagetop a span:before {
    left: calc(50% - 0.75rem);
    top: -0.4rem;
    width: 1.5rem;
    height: 1.5rem;
}
  /*#footer_pagetop a {
    flex-flow: row;
    height: 3.7rem;
    width: 11rem;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  #footer_pagetop a span {
    position: relative;
    width: 1.5em;
    height: 1.4rem;
    overflow: hidden;
    transform: scaleX(0.7);
  }
  #footer_pagetop a span:before {
    left: 0.4rem;
    top: 0.2rem;
    width: 1.5rem;
    height: 1.5rem;
  } #footer_pagetop a {position: absolute;right: 1.0rem;bottom: 1.0rem;display: block;overflow: hidden;text-indent: -9999rem;width: 115px;height: 37px;background: url(../../img/usr/common/pagetop.png) 0 0 no-repeat;}*/
} /*footer LINE*/ #footer--app {
  padding: 2.7rem 1.8rem 6rem; /* padding-top: 6.5rem;*/ /* margin-top: 30px;*/
} /* #footer--app-line {display: flex;justify-content: center;flex-wrap: wrap;width: 94%;}*/ #footer--app-line a {
  display: flex; /*flex-wrap: wrap;*/ place-items: center;
  margin-bottom: 2rem;
}
#footer--app-phone {
  width: 52px;
  height: fit-content;
  overflow: hidden; /* margin-right: 3%;*/
}
@media (min-width: 768px) {
  #footer--app-phone { /* width: 12.5%;*/ width: 56px;
  }
  #footer--app-line a { /* margin-bottom: 4rem;*/ margin-bottom: 2.7rem;
  }
}
#footer--app-line-right .title-common01 {
  margin: auto;
  font-size: 1.7rem;
}
#footer--app-line-btn {
  display: flex;
  flex-wrap: wrap; /* margin-top: 3%;*/ margin-top: 0;
  text-align: center;
}
#footer--app-line-btn li {
  width: 48.5%;
  border-radius: 5px;
  overflow: hidden;
}
#footer--app-line-btn li:first-child {
  margin-right: 3%;
}
#footer--app-line-btn {
  font-size: 1rem;
  background: #e3aca7;
  padding: 0.7rem 2rem 0.7rem 0.5rem;
  width: 100%; /* padding: 0.7rem 2.5rem 0.7rem 1.6rem;*/ position: relative;
  display: block;
  border-style: solid;
  border-color: #f8e7e7;
  font-weight: 600;
}
#footer--app .more_btn_container:after {
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.25rem);
  display: block;
  content: '';
  width: 0.6em;
  height: 0.6em;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  transform: rotate(45deg);
  transition: all 0.2s;
}
#footer--app-line-btn #footer--app-line_btn01 a {
  background-color: #05c755;
  padding-left: 12%;
}
#footer--app-line-btn #footer--app-line_btn02 a {
  background-color: #333;
  padding-left: 15%;
} /*footer app*/ #footer--app-container {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 15px; /* margin: 5% 5% 8%;*/ margin: 0; /* display: grid;*/ place-items: center;
}
.footer--app-line-right { /* display: grid;*/ margin: 5% 0 0;
}
.l_txt {
  font-size: 1.1rem;
}
#footer--app-line {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 15px;
  display: grid;
  place-items: center;
  margin-bottom: 3.4rem;
}
.footer--app-container-flex {
  display: flex;
  flex-wrap: wrap; /* justify-content: center;*/ width: 100%;
  margin: 0.5rem 0 3rem 1rem;
}
#footer--app-icon {
  width: 55%; 
  height: fit-content;
  margin-right: 7%;
  margin-top: 7px;
}
#footer--app-right {
  width: 18%;
  display: grid;
  place-items: center;
} /* body footer.pane-footer #footer--app h2.title-common01 {text-align: left;font-size: 1.25rem;margin: 0;padding: 0;}*/ /* #footer--app-btn {display: flex;flex-wrap: wrap;align-items: center;margin-top: 3%;}*/ #footer--app-btn {
  display: grid;
  place-items: center;
}
#footer--app-btn li { /* width: 85%;*/ width: 100%;
} /* #footer--app-btn li:first-child {margin-right: 4%;}*/ #footer--app-btn li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.footer--app-circle-message {
  background: #e3aca9;
  border-radius: 50%;
  width: 9rem;
  height: 9rem;
  display: grid;
  place-items: center;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
  border-style: solid;
  border-color: #e8bbb6;
} /* #footer--app p {font-size: 88%;margin-top: 2%;}*/ #footer--app span.br {
  display: block;
}
#footer--app span.footer--app-txt {
  color: #ff6f61;
  border-bottom: 1px dotted;
  margin-bottom: 2%;
  display: block;
  width: fit-content;
}
@media (min-width: 768px) {
  .l_txt {
    font-size: 1.4rem;
    margin-bottom: 5%; /* font-size: 1.3rem;font-weight: bold;text-align: center;letter-spacing: 0.1em;*/
  }
  .footer_wrap {
    max-width: 910px;
    display: flex;
    justify-content: space-between; /* justify-content: center;*/ flex-wrap: wrap;
    margin: 0 auto;
  }
  .footer--app-line-right { /* display: grid;*/ /* margin: 5% 1% 8%;*/ margin: 0 36px 0 0;
    width: 402px; /* margin: 0;width: 21%;*/ gap: 0 70px;
  }
  #footer--app {
    padding: 6.5rem 1.8rem 6rem; /* padding-top: 6.5rem;*/
  } /* #footer--app {display: flex;justify-content: center;flex-wrap: wrap;margin: 0 auto;}*/ #footer--app-container { /* width: 465px;*/ width: 432px; /* margin-bottom: 40px;*/ background-color: #ffffff; /* padding: 1rem;*/ border-radius: 13px; /* margin: 5% 2rem 8%;*/ /* margin: 0 0 14px 0;*/ padding: 1rem 3rem 1rem;
  }
  #footer--app-line {
    margin-bottom: 30px;
    background-color: #ffffff; /* padding: 1rem;*/ padding: 3rem 3rem 1.4rem;
    border-radius: 13px;
  }
  #footer--app-icon {
    width: 50%;
    margin-right: 30px;
    margin-top: 23px;
  }
  .footer--app-container-flex {
    margin: 0.5rem 1rem 2rem;
  }
  #footer--app-line-right { /* width: 320px;*/ width: 280px;
  } /* body footer.pane-footer #footer--app h2.title-common01 {font-size: 20px;}*/ #footer--app p { /* font-size: 14px;*/ font-size: 13px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #footer--app-line-btn {
    font-size: 0.85rem;
    padding: 0.7rem 2.5rem 0.7rem 1.6rem;
  }
  #footer--app-line-btn li a {
    font-size: 15px;
    padding: 8.75px;
  }
  #footer--app-line-btn li a:after {
    right: 1.25rem;
    top: calc(50% - 0.35rem);
  }
  .footer--app-circle-message {
    width: 13rem;
    height: 13rem;
    font-size: inherit;
  }
}
@media (max-width: 767px) {
  #footer--app {
    padding: 2.7rem 1.6rem 3rem;
  }
  #footer--app-line-right .title-common01 { /* font-size: 15.5px;*/ font-size: 1.18rem;
    padding: 0;
    text-wrap: nowrap;
  }
  #footer--app-line a {
    margin-bottom: 2.2rem;
    justify-content: center;
    width: 100%;
  }
  #footer--app-phone {
    margin-right: 10px;
  }
} /*footer 返品0円*/ #footer--henpin a {
  display: block;
  margin: 0 3.124% 6%;
}
body footer.pane-footer #footer--henpin h2 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  #footer--henpin a {
    margin: 0 auto 60px;
    width: fit-content;
  }
  body footer.pane-footer #footer--henpin h2 {
    margin-bottom: 15px;
    font-size: 20px;
  }
} /*footer 店舗情報*/ #footer--shop { /* background-color: #fff4f4;*/ padding: 2rem 3.124% 6%;
  margin-bottom: 1rem;
} /* #footer--shop a {display: flex;flex-wrap: wrap;justify-content: center;align-items: stretch;margin-bottom: 3rem;}*/ #footer--shop .footer--shop-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 3rem;
}
#footer--shop .footer--shop--img { /* width: calc(100% / 2.1);*/ width: 57%;
}
#footer--shop .footer--shop--name-list {
  width: calc(100% / 2.1);
  height: auto;
}
#footer--shop .footer--shop--name a {
  background-color: #fff;
  display: block;
  width: 100%;
  margin-bottom: 10px;
} /* #footer--shop .footer--shop--name {width: calc(100% / 2.1);height: auto;background-color: #FFFFFF;text-align: center;}*/ #footer--shop .footer--shop--name {
  width: 38%;
  text-align: center; /* background-color: #fff;*/
}
#footer--shop .footer--shop--name p {
  padding-right: 1rem;
}
#footer--shop .more_btn_container {
  position: relative;
  border: none;
  border-top: none;
  padding-right: 1rem;
  text-align: center;
}
#footer--shop .more_btn_container:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 1.0rem;
  top: calc(50% - 0.25rem);
  width: 0.4em;
  height: 0.4em;
  border-top: solid 1px #aeaeae;
  border-right: solid 1px #aeaeae;
  transform: rotate(45deg);
  font-size: 15px;
}
#footer--shop .more_btn_container {
  position: relative;
  border: none;
  border-top: none;
  padding-right: 1rem;
  text-align: center;
}
#footer--shop .band {
  position: absolute;
  top: 50%;
  right: -2%;
  width: 104%;
  background-color: #f3a8a0;
  text-align: center;
  font-size: 1.8rem;
}
#footer--shop a.footer--shop-henpin img {
  filter: hue-rotate(172deg) brightness(1.15);
}
#footer--shop .band-container {
  position: relative;
  height: 3rem;
}
#footer--shop .footer--shop--name-newopen {
  font-weight: bold; /* padding-top: 0.6rem;*/
}
#footer--shop .footer--shop--name-newopenblock {
  height: 100%;
}
#footer--shop .footer--shop--name-storelist {
  font-weight: bold;
  padding: 1rem;
}
#footer--shop .footer--shop--name-hensouryou {
  font-weight: bold;
  padding: 1.6rem 0; /* padding: 1rem;*/ font-size: 3.1vw;
}
@media (min-width: 768px) {
  .af_y::after {
    top: calc(70% - 0.3rem);
  }
  #footer--shop {
    padding-top: 2.8em;
    padding-bottom: 50px;
  }
  body footer.pane-footer #footer--shop h2.title-common01 {
    margin-bottom: 5.5rem; /* font-size: 2.2rem;letter-spacing: 0.2rem;*/
  }
  #footer--shop a {
    max-width: 600px;
    margin: 0 auto;
    text-decoration: none;
    margin-bottom: 5.0rem;
  }
  #footer--shop .footer--shop-flex {
    width: 715px;
    margin: 0 auto;
    text-decoration: none;
    margin-bottom: 5.0rem;
  }
  #footer--shop .footer--shop-flex .footer--shop--img img {
    height: 203px;
    object-fit: cover;
    object-position: top;
    width: 100%;
  } /* #footer--shop .footer--shop--name .footer--shop--name-newopen p{}*/ #footer--shop .more_btn_container:after {
    right: 1.7rem;
    border-top: solid 2px #aeaeae;
    border-right: solid 2px #aeaeae;
    font-size: 25px;
  }
  #footer--shop .footer--shop--name p {
    font-size: 16px;
  }
  #footer--shop .footer--shop--name p:after {
    right: -10px;
    top: calc(50% - 0.3rem);
    border-width: 0.4rem 0 0.4rem 0.8rem;
  }
  #footer--shop .footer--shop--name a {
    padding: 23px 0;
    margin-bottom: 20px;
  }
  #footer--shop a.footer--shop-henpin {
    margin-top: 25px;
  }
  #footer--shop .band-container {
    position: relative;
    height: 6.5rem;
    font-size: 1.5rem;
  }
  #footer--shop .footer--shop--name-newopen {
    font-weight: bold;
    padding-top: 1.6rem;
  }
  #footer--shop .footer--shop--name-storelist {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.1rem;
  }
  #footer--shop .footer--shop--name-hensouryou { /* padding-top: 3.5rem;*/ /* font-size: 1rem;*/ font-size: 18px;
    padding: 0;
  }
	
#footer--shop .band {
    top: 42%;
    padding: 1% 0;
}
}
@media (max-width: 767px) {
  #footer--shop {
    padding: 2rem 3.124% 1%;
  }
  #footer--shop .footer--shop--img { /* width: calc(100% / 2.1);*/ width: 52%;
  }
  #footer--shop .footer--shop--name { /* width: calc(100% / 2.1);*/ width: 45%;
    text-align: center;
  }
  #footer--shop .footer--shop-flex {
    justify-content: space-between;
  }
  #footer--shop .footer--shop--name p {
    padding: 0;
  }
  #footer--shop .band-container {
    height: 3.5rem;
  }
  #footer--shop .band { /* font-size: 1.1rem;*/ font-size: 12px;
    line-height: 1.5;
  }
  #footer--shop .footer--shop--name-newopen {
    padding-top: 0;
  }
  .footer--shop--name-newopen p {
    font-size: 1.1rem;
  }
  .footer--shop--name-newopen p span {
    font-size: 0.6em;
  }
} /*footer エメキュン*/ #footer--aimerkyun {
  padding: 6% 3.124% 1%;
}
#footer--aimerkyun a {
  text-decoration: none;
}
#footer--aimerkyun .footer--aimerkyun--title-container {
  background-color: #ff6f61;
  margin-bottom: 5%;
  border-radius: 5px;
  overflow: hidden;
  opacity: 90%;
}
body footer.pane-footer #footer--aimerkyun h2.title-common01 {
  width: 29%;
  background-color: #ff6f61;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2% 0 2% 0;
}
body footer.pane-footer .footer--aimerkyun--title-container img {
  width: 93%;
  display: block;
  margin-left: 10%;
}
#footer--aimerkyun .footer--aimerkyun--title-container a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#footer--aimerkyun .footer--aimerkyun--title-container a p {
  width: 71%;
  padding-right: 0.75rem;
  position: relative;
  font-size: 85%;
  text-align: center;
  color: #FFF;
}
#footer--aimerkyun .footer--aimerkyun--title-container a p:after {
  position: absolute;
  right: 1.25rem;
  top: calc(50% - 0.25rem);
  display: block;
  content: '';
  width: 0.4em;
  height: 0.4em;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  transition: all 0.2s;
}
#footer--aimerkyun li {
  margin-bottom: 1.25rem;
  margin-left: 1%;
}
#footer--aimerkyun li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 95vw;
  padding-right: 7%;
}
#footer--aimerkyun li a:after {
  position: absolute;
  right: 2rem;
  top: calc(50% - 0.25rem);
  display: block;
  content: '';
  width: 0.4em;
  height: 0.4em;
  border-top: solid 1px #3333335c;
  border-right: solid 1px #3333335c;
  transform: rotate(45deg);
  transition: all 0.2s;
}
#footer--aimerkyun li div {
  width: 15%;
}
#footer--aimerkyun li div img {
  border-radius: 10px;
}
#footer--aimerkyun li p {
  width: 85%;
  font-size: 100%;
  font-weight: 600;
  line-height: 1.3;
  padding-left: 0.75rem;
}
#footer--aimerkyun li p span {
  display: block;
  font-weight: normal;
  padding-top: 1%;
  font-size: 88%;
}
@media (min-width: 768px) {
  #footer--aimerkyun {
    width: 1080px;
    margin: 50px auto 20px;
    padding: 0;
  }
  #footer--aimerkyun .footer--aimerkyun--title-container {
    width: 810px;
    margin: 0 auto 5px;
  }
  body footer.pane-footer #footer--aimerkyun h2.title-common01 {
    width: 160px;
    padding: 8px;
  }
  #footer--aimerkyun .footer--aimerkyun--title-container a p {
    font-size: 15px;
    width: 320px;
    padding-right: 24px;
  }
  #footer--aimerkyun .footer--aimerkyun--title-container a p:after {
    right: 20px;
    width: 0.5em;
    height: 0.5em;
  }
  #footer--aimerkyun ul {
    display: flex;
    margin: 0 auto;
    padding-top: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer--aimerkyun li {
    margin-left: 0;
    width: 380px;
  }
  #footer--aimerkyun li:nth-child(odd) {
    margin-right: 50px;
  }
  #footer--aimerkyun li a {
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 14px;
  }
  #footer--aimerkyun li div {
    width: 80px;
  }
  #footer--aimerkyun li p {
    width: 270px;
    padding-left: 10px;
  }
  #footer--aimerkyun li a:after {
    right: 15px;
    width: 0.5em;
    height: 0.5em;
  }
} /*footer おすすめのサービス*/ #footer--service {
  padding: 0 3.124% 4rem;
}
#footer--service ul {
  display: flex;
  margin: 0 auto;
  padding-top: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer--service li {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  #footer--service ul {
    width: 820px;
  }
  #footer--service li {
    margin-bottom: 1.25rem;
    width: 40rem;
  }
} /*footer サポート・サービス一覧*/ #footer--list2 {
  background-color: #f2e9e7;
  padding: 8% 3.124% 8%;
}
body footer.pane-footer #footer--list2 h2.title-common01 {
  font-size: 120%;
  text-align: center;
  margin-top: 0;
  padding-left: 0.5rem;
}
#footer--list2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#footer--list2 li {
  width: calc((100% - 0.5rem) / 2);
  background-color: #FFF;
  border-radius: 2px;
  margin-bottom: 0.5rem;
  position: relative;
}
#footer--list2 li:nth-child(odd) {
  margin-right: 0.9%;
}
#footer--list2 li:after {
  position: absolute;
  right: 0.75rem;
  top: calc(50% - 0.25rem);
  display: block;
  content: '';
  width: 0.4em;
  height: 0.4em;
  border-top: solid 1px #3333335c;
  border-right: solid 1px #3333335c;
  transform: rotate(45deg);
  transition: all 0.2s;
}
#footer--list2 li a {
  display: block;
  font-size: 85%;
  color: #333333c7;
  letter-spacing: 0.075rem;
  font-weight: 600;
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding: 5% 5% 5% 6%;
}
#footer--list2 li a span.br {
  display: block;
}
#footer--list2 ul#footer--list2-suport {
  margin-bottom: 1.5rem;
  font-size: 1.15rem;
}
#footer--list2 #souryou2 {
  margin: 8% 0 0 3%;
  font-size: 85%;
}
@media (min-width: 768px) {
  #footer--list2 {
    padding: 1% 3.124% 1%;
  }
  #footer--list2-pc-container {
    position: relative;
    width: 1080px;
    margin: 0 auto;
  }
  #footer--list2-pc {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  #footer--list2-pc div {
    width: 465px;
    text-align: center;
  }
  #footer--list2-pc div:first-child {
    margin-right: 40px;
  }
  body footer.pane-footer #footer--list2 h2.title-common01 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 2.75rem;
  }
  #footer--list2 ul {
    width: 500px;
  }
  #footer--list2 li {
    margin-bottom: 6px;
    width: 200px;
  }
  #footer--list2 li:nth-child(odd) {
    margin-right: 7px;
  }
  #footer--list2 li a {
    font-size: 14px;
    padding: 13px 15px 12px 15px;
    text-decoration: none;
    color: #57595b;
  }
  #footer--list2 li a span.br {
    display: inline;
  }
  #footer--list2 li:after {
    right: 1.5rem;
    top: calc(50% - 0.25rem);
  }
  #footer--list2 #souryou2 {
    margin: 0;
    padding-top: 10px;
    text-align: center;
  }
  #footer--list2 ul#footer--list2-suport {
    margin-bottom: auto;
  }
  .footer--list2-suport-frame, .footer--list2-service-frame {
    border-radius: 30px;
    padding: 30px;
  }
  #footer--service-pc {
    margin-top: 5%;
  }
}
@media (max-width: 767px) {
  #footer--list2 ul {
    justify-content: space-between;
    font-size: 1.15rem;
  }
  #footer--category, #footer--list2, #footer--service {
    padding-top: 4rem !important;
  }
  #footer--list2 ul#footer--list2-suport {
    margin-bottom: 4rem;
  }
} /*footer お役立ち情報*/ #footer--list3 {
  background-color: #f2e9e7;
  padding: 8% 3.124% 8%;
}
body footer.pane-footer #footer--list3 h2.title-common01 {
  font-size: 120%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}
#footer--list3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer--list3 li {
  width: calc(99.1% / 2);
  background-color: #FFF;
  border-radius: 2px;
  margin-bottom: 0.25rem;
  position: relative;
}
#footer--list3 li:nth-child(odd) {
  margin-right: 0.9%;
}
#footer--list3 li a {
  display: flex;
  font-size: 85%;
  color: #333333c7;
  letter-spacing: 0.075rem;
  font-weight: 600;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding: 5% 5% 5% 6%;
}
#footer--list3 li a div {
  width: 30%;
}
#footer--list3 li a p {
  width: 70%;
  text-align: center;
  padding: 0.5rem;
  font-size: 0.8em;
  font-weight: bold;
  align-content: center;
}
#footer--list3 li a span.br {
  display: block;
}
#footer--list3 ul#footer--list3-suport {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  #footer--list3 {
    padding-bottom: 30px;
    padding-top: 2%;
    margin-top: 1%;
  }
  #footer--list3-pc-container {
    position: relative;
    width: 1080px;
    margin: 0 auto;
  }
  #footer--list3-pc {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  #footer--list3-pc div {
    width: 970px;
  }
  #footer--list3-pc div:first-child {
    margin-right: 0;
  }
  body footer.pane-footer #footer--list3 h2.title-common01 {
    font-size: 20px;
    margin-bottom: 2.75rem;
  }
  #footer--list3 ul {
    width: auto;
  }
  #footer--list3 li {
    margin-right: 7px;
    margin-bottom: 6px;
    width: 200px;
  }
  #footer--list3 li a {
    font-size: 14px;
    padding: 13px 15px 12px 15px;
    text-decoration: none;
    color: #57595b;
  }
  #footer--list3 li a span.br {
    display: inline;
  }
  #footer--list3 li:after {
    right: 1.5rem;
    top: calc(50% - 0.25rem);
  }
  #footer--list3 #souryou2 {
    margin: 0;
    padding-top: 10px;
    text-align: center;
  }
  #footer--list3 ul#footer--list3-suport {
    margin-bottom: auto;
  }
}
@media (max-width: 767px) {
  #footer--list3 {
    padding-top: 0;
  }
  #footer--list3 ul {
    justify-content: space-between;
  }
  #footer--list3 li {
    width: calc((100% - 0.5rem) / 2);
    margin-bottom: 0.5rem;
  }
  body footer.pane-footer #footer--list3 h2.title-common01 {
    text-align: center;
    margin-bottom: 2rem;
    padding-top: 4%;
  }
} /*footer SNS*/ #footer--sns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 75%;
  margin: 0 auto;
}
#footer--sns li {
  width: calc(32% / 5);
  margin-right: 17%;
}
#footer--sns li:last-child {
  margin-right: 0;
}
#footer--sns-mail-frame {
  text-align: center;
  padding-bottom: 3.6rem;
}
#footer--sns-mail-frame img {
  max-width: 60%;
}
#footer--sns-list-frame img {
  max-width: 170%;
}
@media (min-width: 768px) {
  #footer--sns ul {
    margin: 0 auto;
    justify-content: center;
    width: 100%;
  }
  #footer--sns li {
    width: 35px;
    margin-right: 40px;
  }
  #footer--sns-mail-frame img {
    max-width: 230px;
    width: 100%; /* max-width: 38%;*/ padding: 4% 0 1%;
  }
  #footer--sns-list-frame img {
    max-width: 100%;
  }
} /*footer メニュー・コピーライト*/ #footer--navigation {
  padding: 5% 0 2%;
  background: #f2e9e7;
}
#footer--navigation-menu {
  margin: 0 auto 5%;
  padding: 0 3.124%;
}
#footer--navigation-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
}
#footer--navigation-menu li {
  width: calc(95% / 2);
}
#footer--navigation-menu li:nth-child(odd) { /* margin-right: 4%;*/ /* margin-left: 1%;*/
}
#footer--navigation-menu li a {
  color: #57595b;
  display: block;
  font-size: 85%;
  letter-spacing: 0.075rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding: 5% 0 5% 6%;
}
#copyright2 {
  color: #212529;
  font-size: 85%;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
  padding: 5%;
  font-weight: bold;
}
@media (min-width: 768px) {
  #footer--navigation {
    background: #f2f1f3;
  }
  #footer--navigation-menu {
    width: 1080px;
    padding: 0 20px;
    margin-bottom: 40px;
  }

  #footer--navigation-menu li {
    width: fit-content; /* margin-right: 30px;*/
  }
  #footer--navigation-menu li:nth-child(odd) { /* margin-right: 30px;*/ /* margin-left: 0;*/
  }
  #footer--navigation-menu li:last-child {
    margin-right: 0;
  }
  #footer--navigation-menu li a {
    padding: 5px;
    font-size: 12px;
    text-decoration: none;
  }
  #footer--navigation-menu ul li {
    position: relative;
    margin: 10px 0 0;
    padding: 0 0 0 32px;
    line-height: 1;
    &:first-child {
      &:before {
        content: none;
      }
    }
  }
  #footer--navigation-menu ul li:before {
    display: block;
    content: '';
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #57595b;
  }
  #copyright2 {
    border: none;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #footer--navigation-menu ul {
    gap: 10px;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
  }
  #footer--navigation-menu li {
    width: auto;
  }
  #footer--navigation-menu li a {
    padding: 0;
  }
  #footer--sns-mail-frame {
    padding-bottom: 3.2rem;
  }
} /*footer バナー１*/ #footer--banner1 {
  margin-bottom: 1rem;
} /*----  グローバルナビ  ---- */ .wrapper #glovalnav-wrap {
  position: fixed;
  right: 0;
  top: 8.68rem;
  bottom: 0;
  width: 0;
  z-index: 99999;
}
#glovalnav {
  position: absolute;
  right: -110vw;
  top: 0;
  width: 100vw;
  max-height: 100%;
  background: #ffffff;
  overflow: auto;
}
@media (max-width: 767px) {
  #glovalnav {}
  .wrapper:has(header.st__fixed) #glovalnav-wrap {
    top: 5.8rem;
  }
}
#glovalnav-wrap.js-st__open #glovalnav {
  right: 0;
}
@media (min-width: 768px) {
  .wrapper #glovalnav-wrap {
    position: relative;
    top: auto;
    bottom: auto;
    width: 100%;
    z-index: 99998;
    overflow: visible;
  }
  .wrapper #glovalnav {
    overflow: visible;
    position: relative;
    width: 100%;
    left: 0 !important;
  }
} /* SP nav01 */ #gnav--nav01 ul {
  margin-bottom: 1.5rem;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
#gnav--nav01 ul li {
  flex: 1;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  font-size: 1.1rem;
}
#gnav--nav01 ul li:first-child {
  border-left: none;
}
#gnav--nav01 ul li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5rem 1.0rem 0.5rem 0.7rem;
  width: 100%;
  height: 100%;
  min-height: 4.0rem;
}
#gnav--nav01 ul li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0.5rem;
  top: calc(50% - 0.25rem);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25rem 0 0.25rem 0.5rem;
  border-color: transparent transparent transparent #333333;
} /* SP search */ #gnav--search {
  font-size: 1.1rem;
}
#gnav--search > div {
  width: 90%;
  margin: 0 auto 1.4rem;
} /* SP foot nav */ #gnav--foot-nav ul {
 /* margin-top: 1.5rem;*/
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
#gnav--foot-nav ul li {
  width: calc(100% / 3);
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  font-size: 1.1rem;
}
#gnav--foot-nav ul li:nth-child(-n+3) {
  border-top: solid 1px #cccccc;
}
#gnav--foot-nav ul li:nth-child(3n+3) {
  border-right: none;
}
#gnav--foot-nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5rem 1.0rem 0.5rem 0.7rem;
  width: 100%;
  height: 100%;
  min-height: 4.0rem;
  font-size: 0.9rem;
}
#gnav--foot-nav ul li a:after {
 /* content: '';
  display: inline-block;
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.25rem);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25rem 0 0.25rem 0.5rem;
  border-color: transparent transparent transparent #333333;*/
  position: absolute;
  right: 2rem;
  top: calc(50% - 0.25rem);
  display: block;
  content: '';
  width: 0.4em;
  height: 0.4em;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  transition: all 0.2s;
} 
/* gnav tab */ #gnav--list {}
#gnav--list--body {
  border: solid 1px #333333;
}
#gnav--list--body .gnav--items {
  display: none;
  padding: 1.5rem 0.8rem;
}
#gnav--list ul.gnav--tablist {
  display: flex !important;
  align-items: stretch;
  font-size: 1.0rem;
}
#gnav--list ul.gnav--tablist.only__sp {
  display: flex !important;
  flex-flow: wrap;
}
#gnav--list ul.gnav--tablist li {
  position: relative;
  width: 25%;
  border: solid 1px #ffffff;
}
#gnav--list ul.gnav--tablist li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 0;
  width: 100%;
  height: 100%;
  background: #e2e2e2;
}
#gnav--list ul.gnav--tablist li.js-st__current {
  border: solid 1px #333333;
}
#gnav--list ul.gnav--tablist li.js-st__current:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: #ffffff;
}
#gnav--list ul.gnav--tablist li.js-st__current a {
  background: #ffffff;
}
@media (max-width: 767px) {
  #gnav--list--body {
    display: block !important;
    height: auto !important;
  }
}
@media (min-width: 768px) {
  #gnav--list {
    position: relative;
  }
  #gnav--list-tab {
    margin: 3.0rem 0 0;
    width: 100%;
    border-bottom: 1px solid #e0dad5;
  }
  #gnav--list ul.gnav--tablist {
    max-width: 910px;
    margin: 0 auto;
  }
  #gnav--list ul.gnav--tablist.only__sp {
    display: none !important;
  }
  #gnav--list ul.gnav--tablist li {
    border: none !important;
    text-align: center;
  }
  #gnav--list ul.gnav--tablist li a {
    position: relative;
    display: inline-flex;
    width: auto;
    padding: 0.8rem 1.8rem 0.8rem;
    background: none;
    border: none;
    font-size: 1.6rem;
    text-decoration: none !important;
  }
  #gnav--list ul.gnav--tablist li.js-st__current a {
    background: transparent;
  }
  #gnav--list ul.gnav--tablist li.js-st__current:before {
    display: none;
  }
  #gnav--list ul.gnav--tablist li.js-st__current a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #444;
	width: 100%;
	height: 0.1rem;
}
  #gnav--list--body {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    border: none;
    background: #f9f8f9;
    overflow: hidden;
    transition: height 0.5s;
  }
  #gnav--list--body .gnav--items {
    max-width: 910px;
    margin: 0 auto;
    padding: 2.4rem 0 4.0rem;
  }
} /* gnav list in */ #gnav--list--body .gnav--items .gnav--list--scat {
  width: 92%;
  margin: 0 auto 1.8em;
}
#gnav--list--body .gnav--items .gnav--list--scat li + li {
  margin-top: 1.0rem;
}
#gnav--list--body .gnav--items .gnav--list--genre ul { /*  margin-top: 1.8rem;*/ margin-top: 0;
}
#gnav--list--body .gnav--items .gnav--list--genre li a {
  position: relative;
  display: block;
  padding: 0.6rem 3.0rem 0.6rem 1.6rem;
  border-bottom: solid 1px #d6d6d6;
}
/*#gnav--list--body .gnav--items .gnav--list--genre li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 2.0rem;
  top: calc(50% - 0.25rem);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25rem 0 0.25rem 0.5rem;
  border-color: transparent transparent transparent #333333;
}*/
.gnav--list--spnav ul {
  /*padding: 0 .8rem;*/
}
@media (min-width: 768px) {
  #gnav--list--body .gnav--items .gnav--list--scat {
    width: 46.5rem;
  }
  #gnav--list--body .gnav--items .gnav--list--scat li + li {
    margin-top: 1.4rem;
  }
  #gnav--list--body .gnav--items .gnav--list--genre {
    margin-top: 2.8rem;
  }
  #gnav--list--body .gnav--items .gnav--list--genre dl {
    width: 48%;
    margin-top: 0;
  }
  #gnav--list--body .gnav--items .gnav--list--genre dl dt {
    padding-bottom: 1.4rem;
    font-size: 1.8rem;
  }
  #gnav--list--body .gnav--items .gnav--list--genre dl dt:before, #gnav--list--body .gnav--items .gnav--list--genre dl dt:after {
    display: none !important;
  }
  #gnav--list--body .gnav--items .gnav--list--genre dl dd {
    display: block !important;
    height: auto !important;
  }
  #gnav--list--body .gnav--items .gnav--list--genre dl dd li a {
    padding: 0.8rem 3.0rem 0.8rem 1.6rem
  }
  #gnav--list--body .gnav--items .gnav--list--genre dl dd li a:after {
    right: 1.2rem;
    top: calc(50% - 0.4rem);
    border-width: 0.3rem 0 0.3rem 0.6rem;
  }
  #gnav--list--body .gnav--items .gnav--list--genre ul, #gnav--list--other ul {
    margin-top: 2.4rem;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch; /*display: inline-block;width: 100%;vertical-align: top;*/
  }
  #gnav--list--body .gnav--items .gnav--list--genre ul li, #gnav--list--other ul li {
    width: 48%;
    display: flow-root list-item;
  }
  #gnav--list--body .gnav--items .gnav--list--genre ul:nth-child(odd) li, #gnav--list--other ul li:nth-child(odd) {}
  #gnav--list--body .gnav--items .gnav--list--genre ul:nth-child(even) li, #gnav--list--other ul li:nth-child(even) {
    margin-right: 0%
  }
  #gnav--list--other ul li a {
    border-bottom: solid 1px #d6d6d6;
  }
  #gnav--list--body .gnav--items .gnav--list--genre ul li a, #gnav--list--other ul li a {
    position: relative;
    display: block;
    padding: 0.8rem 3.0rem 0.8rem 1.6rem;
  }
 /* #gnav--list--body .gnav--items .gnav--list--genre ul li a:after, #gnav--list--other ul li a:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 1.2rem;
    top: calc(50% - 0.4rem);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.3rem 0 0.3rem 0.6rem;
    border-color: transparent transparent transparent #333333;
  }*/
}
.gnav--list--spbtns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: .6rem 1.6rem 2.2rem;
}
.gnav--list--spbtns .btn-common01 {
  text-align: center;
  font-size: 1.15rem;
}
.gnav--list--spbtn__brassiere {
  flex: 0 0 100%;
  margin: 0 0 1.2rem;
}
.gnav--list--spbtn__shorts {
  flex: 0 0 calc(50% - .8rem);
  margin: 0 1.6rem 1.2rem 0;
}
.gnav--list--spbtn__roomwear {
  flex: 0 0 calc(50% - .8rem);
  margin: 0 0 1.2rem;
}
.gnav--list--spbtn__newitem {
  flex: 0 0 calc(50% - .8rem);
  margin: 0 1.6rem 0 0;
}
.gnav--list--spbtn__reitem {
  flex: 0 0 calc(50% - .8rem);
}
.gnav--list--spbtn > a {
  background-repeat: no-repeat;
  background-position: 0.3rem 50%;
  background-size: auto 80%;
  background-color: #fff;
}
.list-btn__brassiere {
  background-image: url(../../img/usr/top/topcat_icon_02_sp.png);
}
.list-btn__shorts {
  background-image: url(../../img/usr/top/topcat_icon_03_sp.png);
}
.list-btn__roomwear {
  background-image: url(../../img/usr/top/topcat_icon_04_sp.png);
}
/*
.list-btn__newitem {
  background-image: url(../../img/usr/top/topcat_icon_07_sp.png);
}
.list-btn__reitem {
  background-image: url(../../img/usr/top/topcat_icon_08_sp.png);
}*/

.btn-common01::after {
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.25rem);
  display: block;
  content: '';
  width: 0.4em;
  height: 0.4em;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.gnav--list--spnav li a {
  position: relative;
  display: block;
  padding: 0.4rem 3.0rem 0.4rem 1.6rem;
  border-top: solid 1px #d6d6d6;
}
.gnav--list--spnav li a::after {
  /*content: '';
  display: inline-block;
  position: absolute;
  right: 2.0rem;
  top: calc(50% - 0.25rem);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25rem 0 0.25rem 0.5rem;
  border-color: transparent transparent transparent #333333;*/
  position: absolute;
  right: 2rem;
  top: calc(50% - 0.25rem);
  display: block;
  content: '';
  width: 0.4em;
  height: 0.4em;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.gnav--list--spnav .gnav--list--spnav--item {
  /* padding: 1.2rem 3rem 1.2rem 4.4rem;*/
}
.gnav--list--spnav li:nth-last-child(1) .gnav--list--spnav--item {
  /*border-bottom: solid 1px #d6d6d6;*/
}
.gnav--list--spnav--item__txtbold {
  font-size: 1.3rem; /* font-weight: bold;*/
}
.gnav--list--spnav > li > a {
  background-repeat: no-repeat;
  background-position: 0.3rem 50%;
  background-size: auto 70%;
  background-color: #fff;
}
/*.gnav--list--spnav--item__others {
  background-image: url(../../img/usr/top/topcat_icon_05_sp.png);
}
.gnav--list--spnav--item__mensitems {
  background-image: url(../../img/usr/top/topcat_icon_09_sp.png);
}
.gnav--list--spnav--item__outlet {
  background-image: url(../../img/usr/top/topcat_icon_06_sp.png);
} /* パンくず */ .pane-topic-path, .pane-topic-bottom-path {
  width: 100%;
  margin: 0 auto;
}
.block-topic-path {
  width: 93.75%;
  margin: 0.6rem auto 1.4rem;
  padding: 0;
}
/*.pane-main .block-topic-path {
  margin-top: -2.4rem;
}*/
.block-topic-path--list li {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 1.2;
}
.pane-topic-bottom-path .block-topic-path--list li:last-child {
  display: none;
}
.block-topic-path--list li a, .block-topic-path--list li span {
  font-size: 1.1rem;
  text-decoration: none;
}
.block-topic-path--list li + li:before {
  content: '>';
  display: inline-block;
  margin: 0 0.3rem 0;
  font-size: 1.0rem;
  vertical-align: top;
}
@media (min-width: 768px) {
  .pane-topic-path, .pane-topic-bottom-path {
    width: 100%;
    max-width: 1300px;
  }
  .block-topic-path {
    margin: 2.0rem 0 1.8rem;
  }
  .block-topic-path--list li a, .block-topic-path--list li span {
    font-size: 1.5rem;
  }
  .block-topic-path--list li a:hover {
    text-decoration: underline;
  }
  .block-topic-path--list li + li:before {
    font-size: 1.5rem;
  }
}
.block-searchbox--frame {
  width: 100%;
  display: flex;
  align-items: stretch;
  background: #f6f6f6;
  border-radius: 3px;
}
.block-searchbox--frame .block-global-search--keyword--f {
  flex: 1;
}
.block-searchbox--frame select {
  min-width: auto;
  font-size: 1.3rem;
  border: none;
  background: #f6f6f6;
  padding: 0.2rem 1.4rem 0.2rem 0.5rem;
}
.block-searchbox--frame input.block-global-search--keyword {
  border: none;
  background: #f6f6f6;
  width: 100%;
  padding: 0.5rem 0.8rem;
  border-radius: 3px 0 0 3px;
  font-size: 1.1rem;
}
.block-searchbox--frame .block-global-search--keyword--b {}
.block-searchbox--frame button.block-global-search--submit {
  height: 100%;
  border: none;
  background: #f6f6f6 url(../../img/usr/common/head_icon_search2.png) 30% 50% / 1.6rem auto no-repeat;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 0 3px 3px 0;
  padding: 0.4rem 1.2rem;
  font-size: 0;
  vertical-align: top;
  cursor: pointer;
}
#spheader-bottomsearch {
  width: calc(100% - 1.6rem);
  margin: 0.5rem auto 1.0rem;
}

/*ジーニーの検索窓　上書きCSS*/

/* 通常状態でも枠を消したい */
.block-global-search--keyword {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* ホバー時・フォーカス時も消す */
.block-global-search--keyword:hover,
.block-global-search--keyword:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.poplink .del_btn {
  content: url(../../img/usr/common/close.png) ;
  width: 24px;
  height: 24px;
}

div.poplink > div.close_button img {
  display: none!important;
}

div.poplink > div.close_button {
  display: none !important;
}
/*
div.poplink > div.close_button {
  width: 24px;
  height: 24px;
  background-image: url('../../img/usr/common/close.png')!important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}*/
div.poplink.sphs > div.poplink_suggest > div.word.highlighted:hover {
  background-color: #33383c;
  border: 1px solid #33383c;
  color: #ffffff;
}

div.poplink > div.poplink_search > div.header {
    background-color: #f6f6f6!important;
	color: #33383c !important;  
}

div.poplink > div.poplink_suggest > div.word:hover {
    background-color: #f6f6f6!important;
}

div.poplink.pc011 {
    width: 450px!important;
    left: auto !important;
    right: 0 !important;
}

div.poplink > div.poplink_suggest {
  border: none!important;
}

div.poplink > div.poplink_search,
div.poplink > div.poplink_recommend,
div.poplink > div.poplink_input_history,
div.poplink > div.poplink_custom_suggest ._custom {
    border: 1px solid #d6d6d6 !important;
}

div.poplink.sphs > div.poplink_suggest > div.word.highlighted:after {
  border-color: #33383c transparent transparent transparent !important;
}

div.poplink.sphs > div.poplink_search {
  border: none !important;
}
div.poplink.sphs > div.poplink_suggest > div.word {
  border: 1px solid #d6d6d6 !important;
}

div.poplink.sphs > div.poplink_search > div.item {
  border: 1px solid #d6d6d6 !important;
}

div.poplink.sphs > div.poplink_recommend > div.item {
  border: 1px solid #d6d6d6 !important;
}

div.poplink.sphs > div.poplink_input_history > div.row {
  border: 1px solid #d6d6d6 !important;
}

div.poplink.sphs > div.poplink_custom_suggest > div._custom > a._row {
  border: 1px solid #d6d6d6 !important;
}

div.poplink.sphs > div.poplink_suggest > div.word.highlighted {
  background-color: #33383c!important;
  border: 1px solid #33383c!important;
}

div.poplink.sphs > div.poplink_suggest > div.word {
  border-radius: 0 !important;
}

@media screen and (min-width: 768px) {
  div.poplink > div.poplink_input_history > div.row .word {
    width: 1000px !important;
  }
div.poplink > div.poplink_search > div.header {
    padding: 0.5% 1%!important;
    font-size: 1.5rem;
    font-weight: bold;
}
	
div.poplink > div.poplink_suggest {
    border: 1px solid #d6d6d6!important;
  }
}

/*ジーニー終わり*/


@media (max-width: 767px) {
  .block-searchbox--frame input.block-global-search--keyword {
    font-size: 16px;
  }
  #gnav--search .block-searchbox--frame input.block-global-search--keyword {
    border: none;
    background: none;
    width: 100%;
    padding: 0.8rem 0.5rem 0.8rem 0.8rem;
    font-size: 16px;
  }
}
@media (min-width: 768px) {}
.np-keyword-suggest button {
  margin-left: 0.8rem;
}
@media (max-width: 767px) {
  .np-item-suggest {
    display: none !important;
  }
}
#pcheader-bottomnav {
  margin: 0 0 1.8rem;
  background: #f1f1f3;
}
#pcheader-bottomnav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5em;
  padding: 1.2rem 0;
  font-size: 1.4rem;
} /* naviplus */ .block-searchbox--frame {
  position: relative;
}
body .np-keyword-suggest {
  overflow: hidden;
  padding: 0;
  width: 360px;
  background-color: #ffffff;
  color: #212529;
  border: 1px solid #cccccc;
  left: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
body .np-keyword-suggest div {
  width: 100%;
}
body .np-keyword-suggest .item {
  position: relative;
  padding: 0.4rem 1.8rem 0.4rem 0.8rem;
  -webkit-tap-highlight-color: #fff2f4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .np-keyword-suggest .item.selected {
  background-color: #fff2f4;
}
body .np-keyword-suggest button {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
  padding: 0 0.6rem;
}
@media (max-width: 767px) {
  body .np-item-suggest {
    display: none !important;
  }
}
@media (min-width: 768px) {
  body .np-item-suggest {
    left: calc(100% - 1px) !important;
    overflow: hidden;
    padding: 0;
    width: 255px;
    background-color: #fff;
    color: #212529;
    border: 1px solid #cccccc;
    z-index: 1001 !important;
  }
  body .np-item-suggest .title {
    padding: 0.5rem 1.0rem 0.8rem;
  }
  body .np-item-suggest .hitnum {
    padding: 0.5rem 1.0rem 0.8rem;
    font-size: 1.2rem;
  }
  body .np-item-suggest tr:hover td {
    background-color: #fff2f4;
  }
  body .np-item-suggest .image {
    padding: 1.2rem 0 1.2rem 1.0rem;
    width: 50px;
  }
  body .np-item-suggest .item {
    padding: 1.2rem 1.0rem 1.2rem 1.0rem;
  }
  body .np-item-suggest .item .item_title {
    font-size: small;
    white-space: normal;
    overflow: hidden;
    text-overflow: clip;
    -webkit-text-overflow: clip;
    -o-text-overflow: clip;
  }
} /*----  グローバルナビ ブラジャー ここから  ---- */ #gnav--list--body .gnav_bra_menu_txt01 {
  font-size: 1.1rem;
}
#gnav--list--body .gnav_bra_menu_txt02 {
  font-size: 1.3rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  #gnav--list--body .gnav_bra_menu_txt01 {
    font-size: 1.2rem;
  }
  #gnav--list--body .gnav_bra_menu_txt02 {
    font-size: 1.6rem;
  }
}
.gnav--list--spnav .gnav_bra_menu_txt01 {
  font-size: 0.95rem;
}
.gnav--list--spnav .gnav_bra_menu_txt02 {
  font-size: 1.12rem;
  font-weight: 700;
  display: inline-block;
  margin: 1% 0;
}
.gnav--list--spnav .gnav--list--spnav--item__txtbold {
  font-weight: 700 !important;
  font-size: 1.1rem;
  padding: 1.2rem 3.0rem 1.2rem 1.6rem;
}
/*----  グローバルナビ ブラジャー ここまで  ---- */ /* 20221004 */ 
/*.pane-order-contents .pane-main .block-topic-path {
  margin-top: -.9rem;
} /*footer カテゴリから探す*/ #footer--category {
  background-color: #f2f2f2;
  padding: 0 3.124% 8%;
  margin-bottom: 1rem;
}
body footer.pane-footer #footer--category h2.title-common01 {
  margin-top: 0rem;
}
#footer--category p {
  border-bottom: solid 1px #cccccc3d;
  padding: 1.5rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
#footer--category p span {
  position: relative;
}
#footer--category p span:before {
  content: '';
  position: absolute;
  background-color: #3333335c;
  right: 5px;
  width: 1px;
  height: 11px;
}
#footer--category p span:after {
  content: '';
  position: absolute;
  background-color: #3333335c;
  top: 5px;
  right: 0px;
  width: 11px;
  height: 1px;
}
#footer--category p.is-active span:before {
  content: none;
}
#footer--category li {
  position: relative;
  border-bottom: solid 1px #cccccc3d;
}
#footer--category li a {
  display: block;
  font-size: 85%;
  color: #333333c7;
  letter-spacing: 0.075rem;
  font-weight: 600;
  position: relative;
  top: 50%;
  padding: 1.5rem 4.5rem; /* padding: 3% 5% 3% 15%;*/
}
#footer--category li:after {
  position: absolute;
  right: 1.75rem;
  top: calc(50% - 0.25rem);
  display: block;
  content: '';
  width: 0.4em;
  height: 0.4em;
  border-top: solid 1px #3333335c;
  border-right: solid 1px #3333335c;
  transform: rotate(45deg);
  transition: all 0.2s;
}
@media (min-width: 768px) {
  #footer--category {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #footer--category-other p {
    border-bottom: none;
  }
} /*footer カテゴリから探す（PC）*/ #footer--category-pc {
  background-color: #f2f1f3;
}
body footer.pane-footer #footer--category-pc h2.title-common01 {
  font-size: 120%;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}
#footer--category-pc ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#footer--category-pc li {
  width: calc(99.1% / 2);
  background-color: #FFF;
  border-radius: 2px;
  margin-bottom: 0.25rem;
  position: relative;
}
#footer--category-pc li a {
  display: flex;
  font-size: 85%;
  color: #333333c7;
  letter-spacing: 0.075rem;
  font-weight: 600;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding: 5% 5% 5% 6%;
  place-content: center;
}
#footer--category-pc li a div {
  width: 40px;
  align-content: center;
}
#footer--category-pc li a p {
  width: 70%;
  text-align: center;
  padding: 0.5rem;
  font-size: 1.1em;
  font-weight: bold;
  align-content: center;
  color: #212529;
}
#footer--category-pc li:after {
  position: absolute;
  right: 0.75rem;
  top: calc(50% - 0.25rem);
  display: block;
  content: '';
  width: 0.4em;
  height: 0.4em;
  border-top: solid 1px #3333335c;
  border-right: solid 1px #3333335c;
  transform: rotate(45deg);
  transition: all 0.2s;
}
@media (max-width: 767px) {
  #footer--category-pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #footer--category-pc {
    padding-top: 5rem;
  }
  body footer.pane-footer #footer--category-pc h2.title-common01 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 2.75rem;
  }
  #footer--category-pc-list1, #footer--category-pc-list2, #footer--category-pc-list3 {
    display: flex;
    justify-content: center;
  }
  #footer--category-pc-list1 div, #footer--category-pc-list2 div, #footer--category-pc-list3 div {
    width: 970px;
  }
  #footer--category-pc-list3 li a div {
    width: inherit;
    display: flex;
    align-items: center;
  }
  #footer--category-pc-list3 li a p {
    width: inherit;
  }
  #footer--category-pc-list3 li a img {
    width: 8%;
    height: 60%;
    margin-right: 10px;
  }
  #footer--category-pc #footer--category-pc-list1 ul {
    margin-bottom: 1rem;
  }
  #footer--category-pc #footer--category-pc-list2 ul {
    margin-bottom: 0.5rem;
  }
  #footer--category-pc #footer--category-pc-list3 ul {
    margin-bottom: 1rem;
  }
  #footer--category-pc #footer--category-pc-list1 li {
    margin-right: 7px;
    margin-bottom: 6px;
    width: 300px;
  }
  #footer--category-pc #footer--category-pc-list2 li {
    margin-right: 7px;
    margin-bottom: 6px;
    width: 223px;
  }
  #footer--category-pc #footer--category-pc-list3 li {
    margin-right: 7px;
    margin-bottom: 6px;
    width: 453px;
  }
  #footer--category-pc li a {
    font-size: 14px;
    padding: 13px 15px 12px 15px;
    text-decoration: none;
    color: #57595b;
  }
  #footer--category-pc li a span.br {
    display: inline;
  }
  #footer--category-pc li:after {
    right: 1.5rem;
    top: calc(50% - 0.25rem);
  }
  .footer--category-pc-frame {
    border-radius: 30px;
    padding: 30px;
  }
}