/***  media ***/
/***  color ***/
/*** font ***/
/*** url ***/
@font-face {
  font-family: "Champagne";
  font-style: normal;
  font-weight: normal;
  src: url('../font/Champagne.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: normal;
  font-weight: bold;
  src: url('../font/ChampagneB.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: italic;
  font-weight: bold;
  src: url('../font/ChampagneBI.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: italic;
  font-weight: normal;
  src: url('../font/ChampagneI.ttf') format('truetype');
}
@font-face {
  font-family: "corpMin";
  font-style: normal;
  font-weight: normal;
  src: url('../font/corpMin.ttf') format('truetype');
}
@font-face {
  font-family: "corpLogo";
  font-style: normal;
  font-weight: normal;
  src: url('../font/corpLogoR.ttf') format('truetype');
}
@font-face {
  font-family: "corpLogo";
  font-style: normal;
  font-weight: bold;
  src: url('../font/corpLogoB.ttf') format('truetype');
}
.designBlock {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.designBlock::before {
  content: "";
  display: block;
  width: 253px;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
@media screen and (max-width: 1199px) {
  .designBlock::before {
    width: 48%;
  }
}
.designBlock::after {
  content: "";
  display: block;
  width: 253px;
}
@media screen and (max-width: 1199px) {
  .designBlock::after {
    display: none;
  }
}
.designBox {
  width: 253px;
}
@media screen and (max-width: 1199px) {
  .designBox {
    width: 48%;
    margin: auto;
  }
}
@media screen and (max-width: 1199px) {
  .designBox:nth-child(n+3) {
    margin-top: 30px;
  }
}
.designBox:nth-child(n+5) {
  margin-top: 30px;
}
.designBox .imgWrap {
  width: 100%;
  height: 253px;
  display: block;
  position: relative;
  -webkit-transition: unset;
  transition: unset;
}
@media screen and (max-width: 767px) {
  .designBox .imgWrap {
    height: 165px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .designBox .imgWrap {
    height: 41.66666667vw;
  }
}
.designBox .imgWrap:hover {
  opacity: 1 !important;
}
.designBox .imgWrap .imgBg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .designBox .imgWrap .imgBg {
    border-radius: 5px;
  }
}
.designBox .imgWrap .designTtl {
  display: none;
}
.designBox .imgWrap figure:after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  .designBox .imgWrap figure:after {
    -webkit-transition: unset;
    transition: unset;
    border-radius: 5px;
  }
}
.designBox .imgWrap:hover:after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 0, 0, 0)), color-stop(95%, rgba(50, 0, 0, 0.8)));
  background: linear-gradient(rgba(255, 0, 0, 0) 60%, rgba(50, 0, 0, 0.8) 95%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 1199px) {
  .designBox .imgWrap:hover:after {
    border-radius: 5px;
  }
}
.designBox .imgWrap:hover .designTtl {
  display: block;
  position: absolute;
  /* top: 50%; */
  bottom: 5%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #ffffff;
  z-index: 2;
  font-size: 12px;
  font-weight: 600;
  padding: 0 20px;
}
.designBox .detailWrap {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .designBox .detailWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 1199px) {
  .designBox .detailWrap .detailTtl {
    margin-top: 10px;
    text-align: center;
  }
}
.designBox .priceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  text-align: center;
	letter-spacing: 0;
	white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .designBox .priceWrap {
    display: block;
    text-align: left;
    margin: 4px 8px;
		white-space: normal;
  }
}
.designBox .priceWrap .num {
  color: #7c7c7c;
  font-size: 14px;
  display: block;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
@media screen and (max-width: 1199px) {
  .designBox .priceWrap .num {
    color: #a89f99;
    font-size: 11px;
    margin-bottom: 4px;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}
.designBox .priceWrap .price {
  font-size: 22px;
  font-weight: 600;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1199px) {
  .designBox .priceWrap .price {
    font-size: 16px;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
.designBox .priceWrap .price small {
  font-size: 12px;
}
@media screen and (max-width: 1199px) {
  .designBox .btnWrap {
    display: block;
    margin-top: auto;
  }
}
.designBox .btnWrap .bgBtn {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .designBox .btnWrap .bgBtn {
    line-height: 1;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .designBox .btnWrap .bgBtn + .bgBtn {
    margin-top: 0.5em;
  }
}
.inputFormWrap {
  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;
}
.inputFormWrap input[type="text"] {
  background-color: #eaeaea;
  font-size: 14px;
  width: 265px;
  height: 50px;
  padding: 14px;
  font-weight: 600;
}
.inputFormWrap button[type="submit"] {
  min-width: 200px;
  height: 50px;
  background: #333333;
  opacity: 1;
  color: #ffffff;
  line-height: 50px;
}
.inputFormWrap button[type="submit"] img {
  width: 25px;
}
@media screen and (max-width: 767px) {
  .inputFormWrap button[type="submit"] {
    width: 64vw;
    background-color: #E23E2A;
    box-shadow: 0px 3px 6px #000000;
    -webkit-box-shadow: 0px 3px 6px #000000;
    border-radius: 5px;
  }
}
.inputFormWrap input[name="s"].hidden-search-field {
  display: none;
}
.inputFormWrap .ico {
  width: 16px;
  height: 16px;
  display: block;
  background-size: cover;
  display: inline-block;
  margin: 0 10px 0 0;
}
.inputFormWrap .selectBox {
  display: block;
  padding: 0 30px;
  min-width: 250px;
}
.inputFormWrap .selectBoxWrap {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
  height: 50px;
  line-height: 50px;
  margin: 0;
}
.inputFormWrap .selectBoxWrap::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.inputFormWrap .selectBoxWrap + .selectBoxWrap {
  margin-left: 20px;
}
.design-search-field {
  border: 1px solid #ea8b93;
  border-radius: 10px;
  height: 100%;
  width: 96%;
  padding: 0.5em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .inputFormWrap {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .inputFormWrap input[type="text"] {
    width: 265px;
  }
  .inputFormWrap input[type="search"] {
    display: none;
  }
  .inputFormWrap button[type="submit"] {
    font-size: 16px;
  }
  .inputFormWrap .selectBoxWrap {
    margin: 0 0 20px;
  }
}
.singleTagBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.singleTagBlock .tag {
  display: inline-block;
  min-width: 102px;
  padding: 12px 10px;
  font-size: 15px;
  letter-spacing: 0.38px;
  background: #ea8b93;
  color: #ffffff;
  position: relative;
  min-height: 48px;
  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;
  margin: 10px 28px 0 0;
  text-align: center;
}
.singleTagBlock .tag:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: -19px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: 20px solid #ea8b93;
  border-bottom: 24px solid transparent;
  border-top: 24px solid transparent;
  border-right: none;
}
.singleTagBlock .tagLabel a,
.singleTagBlock .tagLabel a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .singleTagBlock .tag {
    display: inline-block;
    min-width: 70px;
    padding: 10px;
    min-height: auto;
    margin: 15px 16px 0 0;
    font-size: 13px;
  }
  .singleTagBlock .tag:after {
    right: -12px;
    border-width: 18.5px 0 18.5px 12px;
  }
}
.shopTtlBlock {
  background: #f7f1f2;
}
.shopTtlBlock .innerBlock {
  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;
  padding: 10px 0;
}
.shopTtlBlock .catchWrap {
  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;
  font-weight: 600;
}
.shopTtlBlock .catchWrap .sub {
  font-size: 12px;
  font-weight: 600;
}
.shopTtlBlock .bgBtn {
  display: inline-block;
  padding: 10px;
  min-width: 140px;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.shopTtlBlock .bgBtn + .bgBtn {
  margin-left: 10px;
}
.shopTtlBlock + .breadcrumbWrap {
  border-bottom: none;
}
.shopTtlBlock + .breadcrumbWrap .breadcrumb {
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .shopTtlBlock + .breadcrumbWrap .breadcrumb {
    padding: 15px 3%;
  }
}
@media screen and (max-width: 767px) {
  .shopTtlBlock .innerBlock {
    display: block;
  }
  .shopTtlBlock .BtnWrap,
  .shopTtlBlock .catchWrap {
    margin-top: 0px;
  }
  .shopTtlBlock .catchWrap {
    padding: 10px;
    border-bottom: 1px solid #adb5bd;
    font-size: 15px;
    line-height: 1.8;
  }
  .shopTtlBlock .catchWrap .sub {
    font-size: 10px;
  }
  .shopTtlBlock .BtnWrap {
    text-align: right;
    padding: 10px;
  }
  .shopTtlBlock .BtnWrap .bgBtn {
    padding: 15px;
  }
}
.pegnationArchiveNumber .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pegnationArchiveNumber .page-item .page-link {
  width: 56px;
  height: 56px;
  line-height: 56px;
  padding: 0;
  text-align: center;
  border: 2px solid transparent;
  background: transparent;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.pegnationArchiveNumber .page-item .page-link.last,
.pegnationArchiveNumber .page-item .page-link.first {
  width: 120px;
}
.pegnationArchiveNumber .page-item.disabled .page-link {
  border-radius: 50%;
  padding: 0;
  border-color: #333333;
}
.pegnationArchiveList {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  letter-spacing: 0.9px;
  text-align: center;
  position: relative;
}
.pegnationArchiveListWrap {
  padding-top: 98px;
}
.pegnationArchiveList .prevLink,
.pegnationArchiveList .nextLink {
  font-size: 20px;
  position: absolute;
  top: 0;
  background: #ffffff;
}
.pegnationArchiveList .prevLink a,
.pegnationArchiveList .nextLink a {
  display: block;
}
.pegnationArchiveList .prevLink {
  left: 0;
}
.pegnationArchiveList .nextLink {
  right: 0;
}
.pegnationArchiveList .centerLink {
  background: #ffffff;
  margin: auto;
}
.pegnationArchiveList .centerLink a {
  display: block;
}
@media screen and (min-width: 1200px) {
  .pegnationArchiveList .prevLink,
  .pegnationArchiveList .nextLink,
  .pegnationArchiveList .centerLink {
    height: 100%;
    display: block;
  }
  .pegnationArchiveList .prevLink,
  .pegnationArchiveList .nextLink {
    width: 60px;
    height: 60px;
  }
  .pegnationArchiveList .centerLink {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767px) {
  .pegnationArchiveListWrap {
    padding: 30px 0 0;
  }
  .pegnationArchiveListWrap.singleTop {
    padding: 0 0 10px;
  }
  .pegnationArchiveList {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    letter-spacing: -0.6px;
    background: #ffffff;
  }
  .pegnationArchiveList .prevLink,
  .pegnationArchiveList .nextLink {
    font-size: 20px;
    position: absolute;
    top: 0;
  }
  .pegnationArchiveList .prevLink a,
  .pegnationArchiveList .nextLink a {
    display: block;
    padding: 0 15px;
  }
  .pegnationArchiveList .prevLink a {
    padding-right: 50px;
  }
  .pegnationArchiveList .nextLink a {
    padding-left: 50px;
  }
}
.campaignImgWrap {
  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;
}
.campaignImgWrap:after {
  content: "";
  display: block;
  width: 30%;
}
.campaignImgWrap .imgWrap {
  width: 32%;
  max-width: 350px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .campaignImgWrap .imgWrap {
    width: 48%;
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .campaignImgWrap .imgWrap {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .campaignImgWrap .imgWrap:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .campaignImgWrap .imgWrap:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .campaignImgWrap .imgWrap:nth-child(n+2) {
    margin-top: 25px;
  }
}
.campaignImgWrap .imgWrap figure {
  width: 100%;
  height: 140px;
}
@media screen and (max-width: 767px) {
  .campaignImgWrap .imgWrap p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.4px;
  }
}
@media screen and (max-width: 767px) {
  #archive-campaign section.campaignCnt {
    background: unset;
    padding: unset;
  }
}
@media screen and (max-width: 767px) {
  section.campaignCnt {
    background: #FEF5F4;
    padding: 54px 0;
  }
}
section.campaignCnt .slider-dots {
  bottom: -28px;
}
section.campaignCnt .slider-dots li {
  margin: 0px 12px;
}
section.campaignCnt .slider-dots li button:after {
  width: 8px;
  height: 8px;
  background-color: #C4C4C4;
}
section.campaignCnt .slider-dots li.slick-active button:after {
  background-color: #E23E2A;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .ranking .ranking_hand .designBox,
  .ranking .ranking_foot .designBox {
    width: 100% !important;
    max-width: 345px;
    margin: auto;
  }
}
.ranking .ranking_hand .designBox .priceWrap,
.ranking .ranking_foot .designBox .priceWrap {
  margin: 5px 0 20px;
}
.ranking .ranking_hand .designBox .rank,
.ranking .ranking_foot .designBox .rank,
.ranking .ranking_hand .designBox .price,
.ranking .ranking_foot .designBox .price {
  font-size: 24px;
  font-weight: 500;
}
.ranking .ranking_hand .designBox .rank small,
.ranking .ranking_foot .designBox .rank small,
.ranking .ranking_hand .designBox .price small,
.ranking .ranking_foot .designBox .price small {
  font-size: 12px;
}
.designSearch.articleWrap {
  padding-top: 0px;
  background-color: white;
}
.designSearchBar {
  text-align: left;
  color: #333333;
  padding: 10px 8vw;
  background-color: white;
  border-top: 1px solid #EFEFEF;
}
.designSearchBar-text:before {
  content: "";
  background-image: url("../img/common/ico_jewelry_red.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 0.5em;
  position: relative;
  top: 1px;
}
.designSearchBar-text:after {
  background-image: url(../img/common/humberger_arrow_gray.svg) !important;
  width: 18px !important;
  top: 24% !important;
}
.designSearchBar:nth-last-child(2) {
  border-bottom: 1px solid #EFEFEF;
}
.designSearchBar.js-show {
  background-color: #FEF5F4;
  border-bottom: 1px solid #EFEFEF;
  position: sticky;
  top: 64px;
}
.designSearchBar.js-show span:after {
  top: 45% !important;
}
.designSearchBox {
  padding: 0 8vw;
}
.designSearchParam {
  list-style-type: none;
}
.designSearchParamLabel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 40px;
  position: relative;
  width: 100%;
}
.designSearchParamLabel::before {
  content: '';
  display: block;
  position: absolute;
  top: 34%;
  left: 0px;
  width: 24px;
  height: 24px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
}
.designSearchParamLabel::after {
  content: '';
  display: block;
  position: absolute;
  top: 40%;
  left: 3px;
  width: 25px;
  height: 12px;
  margin-top: -7px;
  border-right: 4px solid #ed7a9c;
  border-bottom: 4px solid #ed7a9c;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(-35deg) scale(-1, 1);
          transform: rotate(-35deg) scale(-1, 1);
}
.designSearchParam.checked .designSearchParamLabel::after {
  opacity: 1 !important;
}
input[type="checkbox"].designSearchParamCheck {
  display: none;
  -webkit-appearance: none;
}
.designKeywordSearch {
  display: inline-block;
  position: relative;
  width: 100%;
}
.designKeywordSearchWrap {
  width: 100%;
  padding: 0 4vw;
  margin: 0 auto 30px;
}
.designKeywordSearch::before {
  content: "";
  width: 15px;
  height: 26px;
  background-image: url(../img/common/ico_serch_grey.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0.7em;
}
.designKeywordSearch input {
  width: 100%;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  padding: 8px 0 8px 2.5em;
}
.designKeywordSearch input::-webkit-input-placeholder {
  color: #C4C4C4;
}
.designKeywordSearch input::-moz-placeholder {
  color: #C4C4C4;
}
.designKeywordSearch input:-ms-input-placeholder {
  color: #C4C4C4;
}
.designKeywordSearch input::-ms-input-placeholder {
  color: #C4C4C4;
}
.designKeywordSearch input::placeholder {
  color: #C4C4C4;
}
#searchResultFixedBox {
  display: none;
  width: 100%;
  height: 58px;
  background-color: #9A7F81;
  position: fixed;
  bottom: 0;
  z-index: 2;
}
#searchResultFixedBox .sBoxWrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#searchResultFixedBox .sBoxWrap .sBoxWrapArea:nth-child(1) {
  width: 40%;
  padding: 16px 0;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 16px;
}
#searchResultFixedBox .sBoxWrap .sBoxWrapArea:nth-child(2) {
  width: 60%;
  padding: 12px 5.33333333vw;
}
#searchResultFixedBox #btnRunSearch {
  padding: 6px 0;
  background-color: white;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.priceBoxList .priceHead {
  display: block;
  padding: 20px 75px;
  line-height: 1;
  background: #9a7f81;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .priceBoxList .priceHead {
    font-size: 17px;
    padding: 20px 50px;
  }
}
.priceBoxList .priceHead:after {
  content: '';
  position: absolute;
  background: url("../img/common/ico_jewelry.svg") center center no-repeat;
  width: 30px;
  height: 25px;
  top: 0;
  bottom: 0;
  left: 38px;
  margin: auto;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .priceBoxList .priceHead:after {
    left: 15px;
    width: 26px;
  }
}
.priceBoxList .priceHead:before {
  content: '';
  position: absolute;
  background: url("../img/common/humberger_arrow.svg") center center no-repeat;
  width: 35px;
  height: 19px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .priceBoxList .priceHead:before {
    width: 25px;
    height: 14px;
    right: 15px;
  }
}
.priceBoxList .priceHead span {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.priceBoxList .priceHead.show:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.priceBoxList > ul > li {
  margin-bottom: 20px;
  overflow: hidden;
}
.priceMenuWrap .txtLinkBox {
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  .priceMenuWrap .txtLinkBox {
    width: 100%;
  }
}
.pricePickUpBlock {
  display: none;
  background: #ffffff;
}
.show + .pricePickUpBlock {
  display: block;
}
.pricePickUpBox {
  border: 1px solid;
  border-color: transparent #e50012 #e50012;
  padding: 10px 30px 30px;
}
@media screen and (max-width: 767px) {
  .pricePickUpBox {
    padding: 15px;
  }
}
.pricePickUpBox .pricePickUpInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pricePickUpBox .pricePickUpInner {
    display: block;
  }
}
.pricePickUpBox .lineTtl {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  line-height: 1.7;
  padding: 0 0 25px 0;
  margin-bottom: 50px;
  border-bottom: 2px solid #ea8b93;
}
.pricePickUpBox .imgWrap {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  height: 200px;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .pricePickUpBox .imgWrap {
    margin: auto;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    width: 260px;
    height: 175px;
    margin-bottom: 20px;
  }
}
.pricePickUpBox .imgWrap figure {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pricePickUpBox .imgWrap figure {
    background-size: contain!important;
  }
}
@media screen and (max-width: 767px) {
  .pricePickUpBox .detailWrap {
    padding: 0 0 0 10px;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .pricePickUpBox .priceWrap {
    font-size: 25px;
  }
}
.pricePickUpList {
  -ms-flex-preferred-size: 710px;
      flex-basis: 710px;
}
.pricePickUpList.no-image {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.pricePickUpList li {
  padding: 10px 30px;
  line-height: 1.6;
  letter-spacing: 0.38px;
  font-size: 15px;
  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: 1px solid #9a7f81;
}
@media screen and (max-width: 767px) {
  .pricePickUpList li {
    padding: 10px 15px;
    line-height: 1.5;
    letter-spacing: 0.38px;
    font-size: 15px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pricePickUpList li:last-child {
    border-bottom: none;
  }
}
.pricePickUpList .txtBox {
  -ms-flex-preferred-size: 430px;
      flex-basis: 430px;
}
.pricePickUpList .txtBox .ttl {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .pricePickUpList .txtBox .ttl {
    font-size: 13px;
  }
}
.pricePickUpList .txtBox small {
  font-size: 14px;
  margin-top: 5px;
  display: block;
}
@media screen and (max-width: 767px) {
  .pricePickUpList .txtBox small {
    margin-top: 3px;
    font-size: 12px;
  }
}
.pricePickUpList .priceWrap {
  -ms-flex-preferred-size: calc(100% - 450px);
      flex-basis: calc(100% - 450px);
  text-align: right;
  font-size: 24px;
  font-weight: 600;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .pricePickUpList .priceWrap {
    margin-top: 5px;
    text-align: left;
    font-size: 20px;
  }
}
.ttlLogoWrap .imgBg {
  width: 120px;
  height: 90px;
  background-size: contain;
  background-position: center;
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttlLogoWrap .imgBg {
    width: 90px;
    height: 66px;
  }
}
.nailMenu {
  margin-bottom: 32px;
}
.nailMenu-head {
  background-color: #9A7F81;
  color: white;
  padding: 8px 16px;
}
.nailMenu-head span::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 30px;
  height: 14px;
  background-image: url("../img/common/ico_jewelry_cell.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.nailMenu-list {
  background-color: #FEF5F4;
}
.nailMenu-row {
  border-top: solid 1px #E5E5E5;
  padding: 16px 14px;
  background-image: url("../img/common/ico_next_arrow.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
}
.nailMenu-row.nolink {
  background: none ;
}
.nailMenu-row:nth-child(1) {
  border-top: unset;
}
.nailMenu-row .imgWrap {
  display: inline-block;
  width: 23.46666667vw;
  height: 23.46666667vw;
  max-width: 88px;
  max-height: 88px;
}
.nailMenu-row .imgWrap .imgBg {
  width: 23.46666667vw;
  height: 23.46666667vw;
  max-width: 88px;
  max-height: 88px;
}
.nailMenu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 81.33333333vw;
}
.nailMenu-content {
  display: inline-block;
  width: calc(95% - 88px);
  margin-left: 5%;
}
.nailMenu-subHead {
  color: #E23E2A;
  font-weight: bold;
  font-size: 16px;
  margin: 4vw 0;
}
.nailMenu-subContent {
  color: #333333;
  font-size: 14px;
}
.stayOpenBlock {
  display: block;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .stayOpenBlock {
    display: none;
  }
}
.show + .stayOpenBlock {
  display: none;
}
@media screen and (max-width: 767px) {
  .show + .stayOpenBlock {
    display: block;
  }
}
.priceBoxList .priceHead.stayOpen:before {
  content: '';
  position: absolute;
  background: url("../img/common/humberger_arrow.svg") center center no-repeat;
  width: 35px;
  height: 19px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .priceBoxList .priceHead.stayOpen:before {
    width: 25px;
    height: 14px;
    right: 15px;
  }
}
.priceBoxList .priceHead.stayOpen.show:before {
  -webkit-transform: none;
          transform: none;
}
.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit--webkit-box-align: center;
  -webkit--webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  justify-content: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainSwiper {
  width: 540px;
  height: 405px;
}
@media screen and (max-width: 767px) {
  .mainSwiper {
    height: 69.86666667vw;
    width: 93.33333333vw;
  }
}
@media screen and (max-width: 767px) {
  .mainSwiper .swiper-slide {
    width: 100%;
    height: 100%;
  }
}
.subSwiper {
  width: 540px;
  height: 95px;
  margin: 16px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .subSwiper {
    width: 93.33333333vw;
    height: 16vw;
  }
}
.subSwiper .swiper-slide {
  width: 128px;
  height: 95px;
}
@media screen and (max-width: 767px) {
  .subSwiper .swiper-slide {
    width: 26.66666667vw;
    height: 16vw;
  }
}
.subSwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.subSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: white;
  opacity: 0.5;
}
.toggleBox {
  padding: 20px 50px;
  line-height: 1;
  letter-spacing: -0.45px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  background: #ffffff;
  cursor: pointer;
}
.toggleBox,
.toggleBox .toggleopenBox {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sampleListItem.icon:after {
    content: '';
    position: absolute;
    width: 43.5px;
    height: 65px;
    top: -9px;
    right: 15px;
  }
  .toggleBox {
    padding: 20px 15px;
    letter-spacing: -0.4px;
    font-size: 16px;
  }
}
.toggleopenBox {
  padding: 0 50px;
  display: none;
}
@media screen and (max-width: 767px) {
  .toggleopenBox {
    padding: 0 5.33333333vw;
  }
}
.toggleopenBox.js-show {
  display: block;
}
.toggleopenBoxInner {
  border-top: 1px solid #333333;
  padding: 30px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .toggleopenBoxInner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.toggleopenBoxInner .colorsample {
  width: 125px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .toggleopenBoxInner .colorsample {
    width: 25.33333333vw;
    margin-left: 0.66666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .toggleopenBoxInner .colorsample:nth-of-type(6n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .toggleopenBoxInner .colorsample:nth-of-type(n+7) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .toggleopenBoxInner .colorsample:nth-of-type(n+4) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .toggleopenBoxInner .colorsample:nth-of-type(3n-2) {
    margin-left: 0;
  }
}
.sampleListInner {
  overflow: hidden;
}
.sampleListItem {
  background: #ffffff;
  margin-top: 20px;
  position: relative;
}
.sampleListItem.icon:after {
  content: '';
  position: absolute;
  width: 44px;
  height: 65px;
  top: -7px;
  right: 60px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sampleListItem.icon:after {
    right: 5.33333333vw;
  }
}
.sampleListItem.icon.red:after {
  background: url("../img/design/nail_red.png") center center no-repeat;
}
.sampleListItem.icon.silver:after {
  background: url("../img/design/nail_silver.png") center center no-repeat;
}
.sampleListItem.icon.blown:after {
  background: url("../img/design/nail_blown.png") center center no-repeat;
}
.sampleListItem.icon.blue:after {
  background: url("../img/design/nail_blue.png") center center no-repeat;
}
.sampleListItem.icon.gold:after {
  background: url("../img/design/nail_gold.png") center center no-repeat;
}
.sampleListItem.icon.gray:after {
  background: url("../img/design/nail_gray.png") center center no-repeat;
}
.sampleListItem.icon.pink:after {
  background: url("../img/design/nail_pink.png") center center no-repeat;
}
.sampleListItem.icon.white:after {
  background: url("../img/design/nail_white.png") center center no-repeat;
}
.sampleListItem.icon.yellow:after {
  background: url("../img/design/nail_yellow.png") center center no-repeat;
}
#archive-colorsample .modal-content {
  width: 95% ;
  max-width: 800px;
  margin: 0 ;
  padding: 10px 20px ;
  border: 2px solid #aaa;
  background: #fff;
  position: fixed ;
  display: none ;
  z-index: 5 ;
}
@media screen and (max-width: 767px) {
  #archive-colorsample .modal-content {
    padding: 10px 5.33333333vw;
  }
}
@media screen and (min-width: 1200px) {
  #archive-colorsample .modal-content img {
    height: 60vh;
    max-height: 760px;
  }
}
#archive-colorsample .modal-description {
  font-size: 8px;
  text-align: center;
}
#archive-colorsample #modal-overlay {
  z-index: 3 ;
  display: none ;
  position: fixed ;
  top: 0 ;
  left: 0 ;
  width: 100% ;
  height: 120% ;
  background-color: rgba(0, 0, 0, 0.75);
}
/** デザイン詳細 **/
.shopTtlBlock .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .shopTtlBlock .bgBtn {
    line-height: 1.5;
  }
  .shopTtlBlock .catchWrap {
    border-bottom: none;
  }
}
.kvWrap figure {
  height: 440px;
  background-size: contain;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .kvWrap figure {
    border-radius: 5px;
    height: 240px;
  }
}
.toggleBox {
  padding: 20px 50px;
  line-height: 1;
  letter-spacing: -0.45px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  background: #ffffff;
  cursor: pointer;
}
.toggleBox,
.toggleBox .toggleopenBox {
  width: 100%;
  height: 100%;
}
#single-design .cntTtl {
  font-size: 36px;
  letter-spacing: 0.1em;
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  #single-design .cntTtl {
    line-height: 1.6;
    margin: 24px 0 32px;
  }
}
/** デザイン一覧 **/
.searchTable.search dd {
  padding: 9px 0px;
  line-height: 1;
}
.searchTable dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.searchTable .labelSearchBlock .bgBtn {
  margin-bottom: 20px;
}
.searchTable dt {
  padding: 9px 0px;
  line-height: 1;
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
}
.searchTable dd {
  -ms-flex-preferred-size: 980px;
      flex-basis: 980px;
  margin-bottom: 24px;
}
.searchTable.search p {
  padding: 9px 0px;
  line-height: 1;
}
.searchTable.search p a {
  text-decoration: none;
}
.searchTable div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.searchTable h2 {
  padding: 9px 0px;
  line-height: 1.5;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  font-weight: 700;
}
.searchTable p {
  -ms-flex-preferred-size: 980px;
      flex-basis: 980px;
  margin-bottom: 6px;
  line-height: 1;
}
.searchTable .labelSearchBlock_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.searchTable .designSearchParam_pc {
  display: inline-block;
}
.searchTable .designSearchParamLabel_pc {
  display: inline;
  padding: 5px 16px;
}
.designLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.designLink ul li {
  border: 1px solid #9a7f81;
  border-radius: 20px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  min-width: 180px;
  margin: auto;
}
.designLink ul li a {
  color: #9a7f81;
  display: block;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .searchTable dl {
    display: block;
    margin-bottom: 15px;
  }
  .searchTable .labelSearchBlock {
    margin-bottom: 0px;
  }
  .searchTable .labelSearchBlock .bgBtn {
    margin-bottom: 16px;
  }
  .searchTable dt {
    font-size: 15px;
    letter-spacing: 0.45px;
    padding: 20px 0 10px;
    line-height: 1;
    font-weight: 600;
  }
  .searchTable div {
    display: block;
    margin-bottom: 15px;
  }
  .searchTable h2 {
    font-size: 15px;
    letter-spacing: 0.45px;
    padding: 20px 0 10px;
    line-height: 1;
    font-weight: 600;
  }
  .designLink ul {
    display: block;
  }
  .designLink ul li {
    margin: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sampleListItem.icon:after {
    content: '';
    position: absolute;
    width: 43.5px;
    height: 65px;
    top: -9px;
    right: 15px;
  }
  .toggleBox {
    padding: 20px 15px;
    letter-spacing: -0.4px;
    font-size: 16px;
  }
}
.scToggleopenBox.designSearchBox {
  display: none;
}
.scToggleopenBox.js-show {
  display: block;
}
.toggleopenBox {
  padding: 0 50px;
  display: none;
}
.toggleopenBox.js-show {
  display: block;
}
.toggleopenBoxInner {
  border-top: 1px solid #333333;
  padding: 30px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.toggleopenBoxInner .imgWrap {
  width: 125px;
  margin-left: 30px;
}
.toggleopenBoxInner .imgWrap:nth-of-type(6n+1) {
  margin-left: 0;
}
.toggleopenBoxInner .imgWrap:nth-of-type(n+7) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .toggleopenBox {
    padding: 0 15px;
  }
  .toggleopenBoxInner {
    padding: 15px 0 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .toggleopenBoxInner .imgWrap {
    width: 48%;
    margin-left: 0;
  }
  .toggleopenBoxInner .imgWrap:nth-of-type(n+3) {
    margin-top: 15px;
    margin-left: 0;
  }
}
/* search-design.php article(browser) 追加CSS 129 ~ 158 Line css code*/
.all-browsers {
  margin: 0px 12% 12%;
  padding: 5px;
}
.all-browsers > h1,
.browser {
  margin: 10px;
  padding: 5px;
}
.browser > h2,
p {
  margin: 4px 0;
  font-size: 100%;
}
.browser h2 {
  font-weight: bold;
}
footer {
  text-align: center;
  padding: 3px;
  color: white;
}
.browser a:hover {
  color: red;
}
@media screen and (max-width: 767px) {
  .all-browsers {
    margin: 0px;
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  .salon-pc {
    display: none !important;
  }
  .design-button {
    display: block !important;
    margin-top: -8%;
    margin-bottom: 5%;
  }
  .design-button a:hover {
    text-decoration: none;
  }
  .design-button a:active {
    text-decoration: none;
  }
  .containers1 {
    width: 100%;
  }
  #balloon {
    position: relative;
    background-color: #ffffff;
    margin: 10px;
    /* 吹き出し本体の影 */
  }
  /* 三角アイコンの影 */
  #balloon::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 20px;
    bottom: -10px;
    border-top: 10px solid #ffffff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  .span-text {
    color: #E33E2B;
    font-weight: bold;
    margin: 5px;
    font-size: 12px;
  }
  .span-text1 {
    color: black;
    font-weight: bold;
    margin: 7px;
    font-size: 11px;
  }
  #free-button {
    margin-bottom: 20px;
    margin-top: 16px;
    font-size: 12px;
  }
}
.design-button {
  display: none;
}
/*archive degin css */
.container1 {
  display: none;
}
.container2 {
  display: none;
}
@media screen and (max-width: 600px) {
  .container2 {
    display: block;
  }
  .container1 {
    display: block;
    padding-top: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-bottom: 1.5em;
    background: #ebe5e6;
    margin-bottom: 0;
  }
  .container1:before,
  .container1:after {
    clear: both;
    content: "";
    display: table;
  }
  .item {
    float: left;
    width: 100%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    background: #ebe5e6;
    border: 0.2em solid #E33E2B;
  }
}
.singleTagAccordion {
  margin: 30px 0 70px;
  display: block;
}
@media screen and (max-width: 767px) {
  .singleTagAccordionInnerTitle {
    line-height: 11px;
    font-size: 11px;
  }
}
.singleTagAccordion .toggleBox {
  background: none;
}
@media screen and (max-width: 767px) {
  .singleTagAccordion {
    margin: 32px 0 56px;
  }
}
.singleTagAccordion .tag {
  display: inline-block;
  min-width: 102px;
  padding: 12px 10px;
  font-size: 15px;
  letter-spacing: 0.38px;
  background: #ea8b93;
  color: #ffffff;
  position: relative;
  min-height: 48px;
  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;
  margin: 10px 28px 0 0;
  text-align: center;
}
.singleTagAccordion .tag:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: -19px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: 20px solid #ea8b93;
  border-bottom: 24px solid transparent;
  border-top: 24px solid transparent;
  border-right: none;
}
.singleTagAccordion .tagLabel {
  display: inline-block;
}
.singleTagAccordion .tagLabel a,
.singleTagAccordion .tagLabel a:hover {
  text-decoration: none;
}
.singleTagAccordion .show_more,
.singleTagAccordion .show_more2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 60px;
  padding-right: 30px;
  text-align: right;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}
.singleTagAccordion .accordionBoxHidden {
  height: 77px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .singleTagAccordion .accordionBoxHidden {
    height: 56px;
  }
}
.singleTagAccordion .active {
  background: none;
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  .singleTagAccordion .tag {
    display: inline-block;
    min-width: 70px;
    padding: 10px;
    min-height: auto;
    margin: 8px 16px 0 0;
    font-size: 10px;
    line-height: 14px;
  }
  .singleTagAccordion .tag:after {
    right: -11px;
    border-width: 16px 0 16px 12px;
  }
}
/*検索機能の追加*/
.searchTable .add-designSearch_wrap,
.searchTable .add-designSearch_heading,
.searchTable .add-designSearch_box,
.searchTable .add-designSearch_title,
.searchTable .add-designSearch_item {
  display: block;
  width: 100%;
}
.searchTable .add-formWrap,
.searchTable .add-designSearch_item {
  display: none;
}
.searchTable .add-formWrap.js-open,
.searchTable .add-designSearch_item.js-open {
  display: block;
}
.searchTable .add-designSearch_heading,
.searchTable .add-designSearch_title {
  cursor: pointer;
}
.searchTable .ma0 {
  margin: 0 !important;
}
.searchTable .pa0 {
  padding: 0 !important;
}
.searchTable .add-designSearch_heading {
  position: relative;
  padding: 1rem;
  background-color: #FEF5F4;
  margin: 0;
}
.searchTable .add-designSearch_heading span::after,
.searchTable .add-designSearch_title span::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/humberger_arrow_gray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 20px;
  top: 24%;
  right: 3%;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.searchTable .add-designSearch_heading.show span::after,
.searchTable .add-designSearch_title.show span::after {
  top: 45%;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.searchTable .add-designSearch_title {
  padding: 1rem;
  text-align: left;
  border-top: 1px solid #EFEFEF;
  position: relative;
}
.add-designSearch_title:last-of-type {
  border-bottom: 1px solid #EFEFEF;
}
.searchTable .add-designSearch_title.show {
  border-bottom: 1px solid #EFEFEF;
}
.searchTable.search .add-designSearch_item {
  padding: 1rem;
}
.searchTable .searchTable.add-searchTable {
  margin-bottom: 0;
}
.searchTable .add-designSearch_wrap {
  padding: 10px;
  border: 1px solid #EFEFEF;
}
.searchTable .inputFormWrap.ma0 button[type="submit"] {
  min-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .searchTable .inputFormWrap.ma0 button[type="submit"] {
    min-width: 200px;
  }
}
