[data-browse-mode=P] .page-genre #shop_header_bg,
[data-browse-mode=P] .page-genre .pane-left-menu {
  display: none;
}
[data-browse-mode=P] .page-genre .pane-contents .container,
[data-browse-mode=P] .page-genre .pane-contents .pane-main {
  width: 100%;
}
[data-browse-mode=P] .page-genre .block-goods-list--pager-top,
[data-browse-mode=P] .page-genre .block-thumbnail-t,
[data-browse-mode=P] .page-genre .block-goods-list--pager-bottom,
[data-browse-mode=P] .page-genre .block-genre-page--goods {
  width: 100%;
  max-width: 930px;
  margin-inline: auto;
}
[data-browse-mode=P] .page-genre .pane-topic-path {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

[data-browse-mode=S] .page-genre #shop_top {
  display: none;
}

.ace-suitcase {
  font-family: "Noto Sans JP", sans-serif;
}
.ace-suitcase * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ace-suitcase-header {
  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;
  gap: 70px;
  padding-inline: 15px;
}
.ace-suitcase-header--logo {
  width: 160px;
  padding: 15px 0 10px;
}
@media screen and (max-width: 768px) {
  .ace-suitcase-header--logo {
    padding: 5px 0;
    width: 105px;
  }
}
.ace-suitcase-header--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .ace-suitcase-header--nav {
    display: none;
  }
}
.ace-suitcase-header--nav li a {
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ace-suitcase-header--nav li a:hover {
  opacity: 0.7;
}
.ace-suitcase-mainvisual {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ace-suitcase-mainvisual {
    margin-bottom: 20px;
  }
}
.ace-suitcase-mainvisual--ttl {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Karla", sans-serif;
  color: #FFF;
  font-weight: 400;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .ace-suitcase-mainvisual--ttl {
    font-size: 40px;
  }
}
.ace-suitcase-mainvisual img {
  width: 100%;
}
.ace-suitcase-contents {
  max-width: 1380px;
  padding-inline: 15px;
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .ace-suitcase-contents {
    margin-bottom: 30px;
  }
}
.ace-suitcase-block {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ace-suitcase-block {
    margin-bottom: 25px;
  }
}
.ace-suitcase-block:last-child {
  margin-bottom: 0;
}
.ace-suitcase-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .ace-suitcase-headline {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}
.ace-suitcase-ttl {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .ace-suitcase-ttl {
    font-size: 16px;
  }
}
.ace-suitcase-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.ace-suitcase-btn li {
  width: calc((100% - 40px) / 5);
}
@media screen and (max-width: 768px) {
  .ace-suitcase-btn li {
    width: calc((100% - 10px) / 2);
  }
}
.ace-suitcase-btn li a {
  width: 100%;
  min-height: 55px;
  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;
  border: 1px solid #000;
  border-radius: 50px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .ace-suitcase-btn li a {
    min-height: 40px;
    font-size: 14px;
  }
}
.ace-suitcase-btn li a:hover {
  background: #000;
  color: #FFF;
}
.ace-suitcase-modal--trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background: transparent;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 768px) {
  .ace-suitcase-modal--trigger {
    font-size: 14px;
  }
}
.ace-suitcase-modal--trigger:before {
  content: "";
  background: url("/img/usr/genre/ab10/icon_suitcase.png") no-repeat center/100% auto;
  width: 16px;
  height: 24px;
}
.ace-suitcase-modal--trigger:hover {
  text-decoration: none;
}
.ace-suitcase-search-box {
  padding: 30px 15px;
  background: #F8F8F8;
}
@media screen and (max-width: 768px) {
  .ace-suitcase-search-box {
    padding: 15px;
  }
}
.ace-suitcase-search-box #block_of_searchbox02 button.block-search-box--search-submit {
  width: 33px;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  background: 0;
}
@media screen and (max-width: 768px) {
  .ace-suitcase-search-box #block_of_searchbox02 button.block-search-box--search-submit {
    left: auto;
    right: 10px;
  }
}
.ace-suitcase-search-box #block_of_searchbox02 button.block-search-box--search-submit::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/img/usr/common/icon_search.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ace-suitcase-search-box .block-search-box--form {
  padding: 0;
  background: #FFF;
  position: relative;
}
.ace-suitcase-search-box .block-search-box--form input[type=text] {
  padding: 5px 5px 5px 46px;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  min-height: 50px;
}
@media screen and (max-width: 768px) {
  .ace-suitcase-search-box .block-search-box--form input[type=text] {
    min-height: 43px;
    padding-left: 80px;
    background: url("/img/usr/genre/ab10/logo.png") no-repeat 6px center/65px auto;
  }
}
.ace-suitcase-search-box--inner {
  max-width: 990px;
  padding: 0;
  margin: 0 auto;
}
.ace-suitcase-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 20px;
}
.ace-suitcase-modal--bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(112, 112, 112, 0.24);
  top: 0;
  left: 0;
}
.ace-suitcase-modal--close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ace-suitcase-modal--close:before, .ace-suitcase-modal--close:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #000;
}
.ace-suitcase-modal--close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.ace-suitcase-modal--close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.ace-suitcase-modal--close:hover {
  opacity: 0.7;
}
.ace-suitcase-modal--contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1060px;
  width: calc(100% - 40px);
  border-radius: 5px;
  background: #FFF;
  padding: 30px 70px 40px;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .ace-suitcase-modal--contents {
    padding: 30px 30px;
  }
}
.ace-suitcase-modal--contents-icon {
  position: absolute;
  background: #000000;
  width: 44px;
  height: 44px;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  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;
}
.ace-suitcase-modal--contents-icon img {
  width: 16px;
}
.ace-suitcase-modal--contents-elm dt {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ace-suitcase-modal--contents-elm dt {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.ace-suitcase-modal--contents-notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 20px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .ace-suitcase-modal--contents-notes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 15px;
  }
}
.ace-suitcase-modal--contents-notes li {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .ace-suitcase-modal--contents-notes li {
    font-size: 11px;
  }
}/*# sourceMappingURL=style.css.map */