/***  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;
  }
}
.singleTagBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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: 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;
  padding-top: 95px;
}
.shopTtlBlock .catchWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  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;
    padding: 60px 0 0;
  }
  .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;
  }
}
.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;
  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);
}
/*# sourceMappingURL=map/colorsample.css.map */

/*----------------------------------------
20240514追加　カラーサンプルアーカイブ改修
----------------------------------------*/
.p-sample-list .sampleListItem {
	background-color: #FCF6F7;
	border-radius: 10px;
	border: solid 2px #E8D7DA;
}
.p-sample-list .sampleListItem::after {
	pointer-events: none;
}
.p-sample-list .toggleBox {
	border-radius: 10px;
	background-color: transparent;
	transition: .3s;
}
.p-sample-list .toggleBox:hover {
	background-color: #ffffff;
}
.p-sample-list .toggleBox.js-show {
	background-color: #ffffff;
	border-radius: 10px 10px 0 0;
}
.p-sample-list .toggleopenBox {
	border-radius: 0 0 10px 10px;
	background-color: #ffffff;
}
.p-sample-list .toggleopenBoxInner {
	gap: 10px 20px;
}
.p-sample-list .toggleopenBoxInner .imgWrap {
	width: 125px;
	margin: 0;
}
@media screen and (max-width: 767px) {
	.p-sample-list .toggleopenBoxInner {
		gap: 10px;
	}
	.p-sample-list .toggleopenBoxInner .imgWrap {
		width: calc( calc(100% - 20px) / 3 );
	}
}
