[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]) {
  transition-duration: 0.8s;
  transition-delay: 0.1s;
  opacity: 0;
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]).show {
  opacity: 1;
  transform: translate(0, 0);
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]).delay00 {
  transition-delay: 0s;
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]).delay01 {
  transition-delay: 0.1s;
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]).delay02 {
  transition-delay: 0.2s;
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]).delay03 {
  transition-delay: 0.3s;
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]).delay04 {
  transition-delay: 0.4s;
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]).delay05 {
  transition-delay: 0.5s;
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]).delay06 {
  transition-delay: 0.6s;
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]).delay07 {
  transition-delay: 0.7s;
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]).delay08 {
  transition-delay: 0.8s;
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]).delay09 {
  transition-delay: 0.9s;
}
[class*=fade_]:not(.fade_circleMask):not([class*=fade_squareMask]).delay10 {
  transition-delay: 1s;
}

span[class*=fade_]:not(.pcDb):not(.spDb):not(.muDb) {
  display: inline-block;
}

.fade_left {
  transform: translateX(2rem);
}

.fade_right {
  transform: translateX(-2rem);
}

.fade_up {
  transform: translateY(2rem);
}

.fade_down {
  transform: translateY(-2rem);
}

.fade_circleMask,
[class*=fade_squareMask] {
  position: relative;
}
.fade_circleMask img,
[class*=fade_squareMask] img {
  transition: 2s 0.4s;
}

.fade_circleMask img {
  -webkit-clip-path: circle(0 at center);
          clip-path: circle(0 at center);
}
.fade_circleMask.show img {
  -webkit-clip-path: circle(100% at center);
          clip-path: circle(100% at center);
}

.fade_squareMask_right img {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.fade_squareMask_center img {
  -webkit-clip-path: inset(0 50% 0 50%);
          clip-path: inset(0 50% 0 50%);
}

.fade_squareMask_up img {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}

[class*=fade_squareMask].show img {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.acBody {
  display: none;
}

.acTrigger {
  position: relative;
}
.acTrigger:before, .acTrigger:after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  right: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #999;
  position: absolute;
  transition: 0.6s;
}
.acTrigger:after {
  transform: rotate(90deg);
}
.acTrigger.open:before, .acTrigger.open:after {
  transform: rotate(360deg);
}

.btn_borderGray_bgWhite {
  display: block;
  padding: 0.75em 1.5em;
  line-height: 1;
  border: 1px solid #b2bec9;
  background: #fff center no-repeat;
  border-radius: 6px;
}

body {
  padding-top: 55px;
  -webkit-text-size-adjust: 100%;
}
body.page-cart, 
body.page-estimate, 
body.page-login {
  padding-top: 0;
}

#headFixArea {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background: #fff;
  text-align: center;
}
#headFixArea a {
  line-height: 1;
}
#headFixArea a img {
  vertical-align: top;
}
#headFixArea h1 {
  width: min(27vw, 190px);
  height: 55px;
  margin: 0 auto 0;
}
#headFixArea h1 a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#headFixArea h1 a img {
  width: auto;
  height: 60%;
}
#headFixArea .myPage {
  position: absolute;
  top: 8px;
  right: 1em;
  text-align: center;
}
#headFixArea .myPage a {
  display: block;
}
#headFixArea .myPage .iconWrap {
  display: block;
  margin: 0 auto 2px;
  width: 24px;
  height: 24px;
}
#headFixArea .myPage .navName {
  font-size: 10px;
}

#triggersWrap {
  position: fixed;
  z-index: 30;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  background: #78828b;
  color: #fff;
  font-size: 10px;
  display: flex;
}
#triggersWrap > li {
  width: 20%;
  position: relative;
}
#triggersWrap > li > * {
  display: block;
  padding-top: 2.5vw;
}
#triggersWrap > li .iconWrap {
  display: flex;
  align-items: flex-end;
  width: 2.4em;
  height: 2.4em;
  margin: 0 auto 0.4em;
}
#triggersWrap > li .iconWrap img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
#triggersWrap #navA .iconWrap img {
  height: 80%;
}
#triggersWrap .iconWrap,
#triggersWrap .navName {
  display: block;
  position: relative;
}
#triggersWrap .js-cart-count {
  display: block;
  position: absolute;
  top: 10%;
  right: 14%;
  background: #fff;
  color: #aaa;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4;
  border-radius: 50%;
}

#hideNavA,
#hideNavB,
#hideNavC {
  position: fixed;
  z-index: 10;
  width: 100vw;
  left: 0;
  bottom: -100vh;
  bottom: -100dvh;
  display: flex;
  align-items: flex-end;
}
#hideNavA > div,
#hideNavB > div,
#hideNavC > div {
  width: 100%;
  max-height: 100%;
  max-height: calc(100vh - 60px);
  max-height: calc(100dvh - 60px);
  padding-top: 2em;
  position: relative;
  overflow: auto;
}
#hideNavA > div::before,
#hideNavB > div::before,
#hideNavC > div::before {
  content: "";
  display: block;
  width: 50%;
  height: 2em;
  background: url("../img/common/bg_spNavFolder.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 1px;
  left: 0;
}
#hideNavA .hideNavContent,
#hideNavB .hideNavContent,
#hideNavC .hideNavContent {
  padding: 2em 1em;
  overflow: auto;
  max-height: calc(100vh - 100px);
  max-height: calc(100dvh - 100px);
  background: #ffeff2;
  box-sizing: border-box;
  position: relative;
}

#hideNavB {
  z-index: 11;
}

#headContents a {
  color: inherit;
  text-decoration: none;
}
#headContents.navCurrentA #navA, #headContents.navCurrentB #navB, #headContents.navCurrentC #navC {
  background: #ff6994;
}
#headContents.navCurrentA #navA .iconWrap, #headContents.navCurrentB #navB .iconWrap, #headContents.navCurrentC #navC .iconWrap {
  position: relative;
}
#headContents.navCurrentA #navA .iconWrap img, #headContents.navCurrentB #navB .iconWrap img, #headContents.navCurrentC #navC .iconWrap img {
  visibility: hidden;
}
#headContents.navCurrentA #navA .iconWrap:before, #headContents.navCurrentA #navA .iconWrap:after, #headContents.navCurrentB #navB .iconWrap:before, #headContents.navCurrentB #navB .iconWrap:after, #headContents.navCurrentC #navC .iconWrap:before, #headContents.navCurrentC #navC .iconWrap:after {
  content: "";
  display: block;
  width: 2.25em;
  height: 2px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  position: absolute;
}
#headContents.navCurrentA #navA .iconWrap:before, #headContents.navCurrentB #navB .iconWrap:before, #headContents.navCurrentC #navC .iconWrap:before {
  transform: rotate(-45deg);
}
#headContents.navCurrentA #navA .iconWrap:after, #headContents.navCurrentB #navB .iconWrap:after, #headContents.navCurrentC #navC .iconWrap:after {
  transform: rotate(45deg);
}
#headContents.navCurrentA #navA .navName, #headContents.navCurrentB #navB .navName, #headContents.navCurrentC #navC .navName {
  padding-top: 1.7em;
  height: 0;
  overflow: hidden;
}
#headContents.navCurrentA #navA .navName:before, #headContents.navCurrentB #navB .navName:before, #headContents.navCurrentC #navC .navName:before {
  content: "CLOSE";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
#headContents.navCurrentA #hideNavA {
  bottom: 60px;
  transition: 0.4s;
}
#headContents.navCurrentA #hideNavB {
  left: 100vw;
  bottom: 60px;
}
#headContents.navCurrentB #hideNavA {
  left: -100vw;
  bottom: 60px;
  transition: 0.3s;
}
#headContents.navCurrentB #hideNavB {
  transition: 0.4s;
  bottom: 60px;
}
#headContents.navCurrentC #hideNavC {
  transition: 0.4s;
  bottom: 60px;
}
#headContents.navCurrentD #navD {
  background: #ff6994;
}
#headContents.navCurrentE #navE {
  background: #ff6994;
}
#headContents .bbGray_list > li {
  border-bottom: #b2bec9 solid 1px;
}
#headContents .bbGray_list > li > a,
#headContents .bbGray_list > li > div,
#headContents .bbGray_list > li > span,
#headContents .bbGray_list > li summary {
  display: block;
  padding: 1em;
  cursor: pointer;
}
#headContents .bbGray_list.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#headContents .bbGray_list.col2 > li {
  width: 49%;
}
#headContents .bbGray_list.col2 > li.w100p {
  width: 100%;
}
#headContents .bbGray_list .acBody {
  padding-top: 0.75em;
  margin-bottom: 2em;
  border-top: #b2bec9 solid 1px;
}
#headContents .bbGray_list .acBody a {
  display: block;
  padding: 0.5em 0.75em;
}
#headContents .afterArrowRight {
  position: relative;
}
#headContents .afterArrowRight::after {
  right: 0.75em;
  content: "";
  width: 0.65em;
  height: 0.65em;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
}
#headContents .navTitle {
  margin-top: 1em;
  margin-bottom: 0.25em;
}
#headContents * + .navTitle {
  margin-top: 2em;
}
#headContents form {
  margin-bottom: 1em;
  position: relative;
}
#headContents form input[type=text] {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  border: none;
  height: 44px;
  padding: 0 0.5em 0 44px;
  border-radius: 0.25em;
  font-size: 16px;
}
#headContents form button {
  cursor: pointer;
  display: block;
  outline: none;
  border: none;
  padding: 0;
  width: 24px;
  height: 24px;
  background: url("../img/common/icon_search_gray.png") left top no-repeat;
  background-size: contain;
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#headContents .keywordList li {
  display: inline-block;
  margin-bottom: 0.25em;
}
#headContents .keywordList li a {
  display: block;
  padding: 0.5em 0.75em;
  background: #fff;
  border-radius: 0.25em;
}
#headContents .languageSelect {
  width: 14em;
  padding-left: 2.6em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  margin: 2.5em auto;
  background: url("../img/common/icon_lang_gray.png") left center no-repeat;
  background-size: 1.25em 1.25em;
}
#headContents .languageSelect li + li::before {
  content: "|";
  margin: 0 1em;
}
#headContents .snsIcons {
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#headContents .snsIcons li {
  width: 20%;
}
#headContents .snsIcons li a {
  margin: 0 27%;
  display: flex;
  align-items: center;
}
#headContents .beforeIconShop {
  margin: 2em 3.5em;
  text-align: center;
}
#headContents .beforeIconShop::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin-bottom: -0.15em;
  margin-right: 0.5em;
  background: url("../img/common/icon_store_gray.png") no-repeat;
  background-size: contain;
  position: relative;
}

#headNavCloseBg {
  height: 0;
  width: 100vw;
  background: rgba(255, 255, 255, 0.4);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 6;
  opacity: 0;
  transition: 0.2s;
}

#headContents[class*=navCurrent] #headNavCloseBg {
  height: 100vh;
  overflow: hidden;
  opacity: 1;
}

#footContents {
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
  padding-top: 30px;
  background-color: #fff;
}
#footContents a {
  color: inherit;
  display: block;
  text-decoration: none;
}

#footMemberShopGuide {
  padding: 4em 0;
  text-align: center;
  background: #f4f7fa;
  color: #78828B;
}
#footMemberShopGuide h2 {
  margin-bottom: 2em;
  font-family: "Poppins","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #78828B;
}
#footMemberShopGuide h2 b {
  font-weight: 500;
}
#footMemberShopGuide h2 span {
  display: block;
  font-size: 0.5em;
}
#footMemberShopGuide ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 1em;
  justify-content: center;
  font-size: 0.9em;
}
#footMemberShopGuide ul > li {
  width: 32%;
  margin-bottom: 2em;
}
#footMemberShopGuide ul > li:last-child {
  width: 37%;
}
#footMemberShopGuide ul > li div {
  width: 5em;
  height: 5em;
  margin: 0 auto 1em;
}
#footMemberShopGuide ul > li div img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
#footMemberShopGuide ul > li p span {
  display: inline-block;
  font-size: 0.7em;
  line-height: 1.5;
  margin: 3px 0 0;
}
#footMemberShopGuide .btn_borderGray_bgWhite {
  margin: 0 25%;
  text-align: center;
}

#footNav {
  padding: 3em 1em 1em;
  color: #fff;
  background: #f1bac3;
}
#footNav h2 {
  width: max(27vw, 96px);
  margin: 0 auto 2em;
}
#footNav > .bbWhite_list {
  border-top: #fff solid 1px;
}
#footNav > .bbWhite_list > li {
  border-bottom: #fff solid 1px;
}
#footNav .bbWhite_list .acTrigger,
#footNav .bbWhite_list a {
  padding: 0.75em;
}
#footNav .bbWhite_list .acTrigger::before, #footNav .bbWhite_list .acTrigger::after {
  background-color: #fff;
}
#footNav .bbWhite_list .acTrigger.open {
  border-bottom: #fff solid 1px;
}
#footNav .bbWhite_list .acBody {
  margin-bottom: 2em;
  padding-top: 0.75em;
}
#footNav .bbWhite_list .acBody a {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#footNav .bbWhite_list .navTitle {
  margin: 1em 0 0.5em;
  font-size: 0.9em;
}
#footNav .bbWhite_list * + .navTitle {
  margin-top: 2em;
}
#footNav .textLinks {
  margin: 3em 0;
  font-size: 0.9em;
  text-align: center;
}
#footNav .textLinks > li {
  display: inline-block;
}
#footNav .textLinks > li a {
  padding: 0.25em 0;
  display: inline-block;
}
#footNav .textLinks > li:not(:first-child):not(:nth-child(4))::before {
  content: "|";
  margin: 0 0.75em;
}
#footNav .snsIcons {
  width: 64%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footNav .snsIcons li {
  width: 20%;
}
#footNav .snsIcons li a {
  margin: 0 25%;
  display: flex;
  align-items: center;
}
#footNav .companyLogoWrap {
  width: 70%;
  margin: 3em auto;
}
#footNav .copyright {
  text-align: center;
  font-size: 0.8em;
  opacity: 0.8;
}

#footBrandLogoWrap {
  background: #fff;
  padding: 2% 10%;
  display: flex;
  justify-content: space-between;
}
#footBrandLogoWrap > * {
  width: 46%;
}
#footBrandLogoWrap img {
  width: auto;
  height: 53px;
}/*# sourceMappingURL=sp2023.css.map */
