/***  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');
}
@media screen and (max-width: 767px) {
	body#top {
		padding-top: 60px;
	}
	body#top .s-header__bottom {
		display: none;
	}
}
.newsList li {
  margin-top: 15px;
}
.newsList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsList .date {
  font-size: 14px;
  color: #a89f99;
}
.newsList .cat {
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
  color: #9a7f81;
  text-align: center;
  border: 1px solid #9a7f81;
  display: inline-block;
  padding: 7px 5px;
  min-width: 130px;
}
.newsList .detail {
  text-decoration: underline;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .newsList .detail {
    width: calc(100% - 280px);
    overflow: hidden;
  }
  .newsList .detail p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .newsList .newsHead {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .newsList li {
    margin-top: 25px;
    border-bottom: 1px solid #E2E2E2;
  }
  .newsList li a {
    display: block;
    color: #333333;
    padding-bottom: 20px;
  }
  .newsList .cat {
    /* margin-right: 15px; */
    /* margin-bottom: 0; */
    /* border: 2px solid #9a7f81; */
    padding: 4px 8px;
    font-size: 13px;
    background-color: #9A7F81;
    border-radius: 5px;
    color: white;
    width: 25.6vw;
    min-width: 80px;
  }
  .newsList .date {
    font-size: 13px;
    margin-right: 0px;
    color: #E23E2A;
    font-weight: bold;
  }
  .newsList .detail {
    text-decoration: none;
    margin-top: 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  section.voiceCnt {
    background-color: #F9F9F9;
    padding: 54px 0;
  }
}
.voiceSlider {
  height: auto;
  margin: auto;
}
.voiceSlider .slick-slide {
  opacity: 0.5;
}
.voiceSlider .slick-current {
  opacity: 1;
}
.voiceSlider .slider-arrow.prev {
  left: 22%;
}
@media screen and (max-width: 767px) {
  .voiceSlider .slider-arrow.prev {
    left: 1.5%;
  }
}
.voiceSlider .slider-arrow.next {
  right: 22%;
}
@media screen and (max-width: 767px) {
  .voiceSlider .slider-arrow.next {
    right: 1.5%;
  }
}
.voiceBox {
  width: 600px;
  margin: 0 48px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  row-gap: 58px;
  background: #ebe5e6;
  padding: 55px 44px;
  min-height: 300px;
  box-shadow: 0px 6px 0 0 #9a7f81;
  -webkit-box-shadow: 0px 6px 0 0 #9a7f81;
  margin-bottom: 6px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .voiceBox {
    width: 250px;
    display: block!important;
    padding: 25px 25px 16.5px;
    min-height: 350px;
    box-shadow: 0px 3px 0 0 #9a7f81;
    -webkit-box-shadow: 0px 3px 0 0 #9a7f81;
    margin-bottom: 3px;
    margin: 0 15px 5px;
  }
  .voiceBox .imgCell .imgWrap {
    height: 200px;
    width: 200px;
  }
  .voiceBox .imgCell .storeName {
    margin-bottom: 10px;
  }
  .voiceBox .name {
    font-size: 15px;
    padding: 5px 8px;
  }
  .voiceBox .txtCell {
    line-height: 1.79;
  }
}
.voiceBox:hover {
  text-decoration: none;
}
.voiceBox .imgCell {
  text-align: center;
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.voiceBox .imgCell .imgWrap {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.voiceBox .imgCell .imgBg {
  width: 100%;
  height: 100%;
  margin: 0;
}
.voiceBox .imgCell .storeName {
  margin-top: 10px;
  font-size: 14px;
}
.voiceBox .name {
  font-size: 18px;
  line-height: 1.3;
  color: #9a7f81;
  border: 1px solid #9a7f81;
  display: inline-block;
  margin: 0 auto;
  padding: 7px 11px;
  text-align: left;
}
.voiceBox .txtCell {
  -ms-flex-preferred-size: calc(100% - 230px);
      flex-basis: calc(100% - 230px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
}
.voiceBox .voiceWrap {
  margin-top: 20px;
  text-align: left;
}
.newVoiceBox {
  width: 600px;
  margin: 0 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex!important;
  row-gap: 58px;
  background: #ebe5e6;
  padding: 55px 44px;
  min-height: 300px;
  box-shadow: 0px 6px 0 0 #9a7f81;
  -webkit-box-shadow: 0px 6px 0 0 #9a7f81;
  margin-bottom: 6px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .newVoiceBox {
    display: block !important;
    width: 75.46666667vw;
    min-height: 350px;
    margin: 0 15px 3px;
    padding: 0;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    background-color: unset;
  }
}
.newVoiceBox:hover {
  text-decoration: none;
}
.newVoiceBox .imgCell {
  text-align: center;
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.newVoiceBox .imgCell .imgWrap {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .newVoiceBox .imgCell .imgWrap {
    width: 75.46666667vw;
    height: 56.53333333vw;
    border-radius: 5px;
  }
}
.newVoiceBox .imgCell .imgBg {
  width: 100%;
  height: 100%;
  margin: 0;
}
.newVoiceBox .imgCell .storeName {
  margin-top: 10px;
  font-size: 14px;
}
.newVoiceBox .name {
  font-size: 18px;
  line-height: 1.3;
  color: #9a7f81;
  border: 1px solid #9a7f81;
  display: inline-block;
  margin: 0 auto;
  padding: 7px 11px;
  text-align: left;
}
.newVoiceBox .txtCell {
  -ms-flex-preferred-size: calc(100% - 230px);
      flex-basis: calc(100% - 230px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell {
    font-size: 13px;
    margin: 24px 0;
    padding: 24px 16px;
    background-color: #FFFFFF;
    line-height: 1.5;
  }
}
.newVoiceBox .txtCell .row {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row {
    margin: 0 0 4px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row-label {
    color: #9A7F81;
    display: inline-block;
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row-content {
    color: black;
    display: inline-block;
    width: 67%;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row.storeName {
    color: #9A7F81;
    text-align: left;
    font-weight: bold;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row.name {
    font-size: unset;
    padding: 5px 8px;
    border: unset;
    margin: unset;
    padding: unset;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row.rating {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: unset;
    padding: unset;
  }
}
.newVoiceBox .txtCell .row.voiceWrap {
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row.voiceWrap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 0 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row.date {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row.menu {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row.menu .menu-label {
    color: white;
    background-color: #9A7F81;
    font-weight: bold;
    display: block;
    padding: 4px 8px;
  }
}
@media screen and (max-width: 767px) {
  .newVoiceBox .txtCell .row.menu .menu-content {
    padding: 8px 4px;
  }
}
.voiceGrid {
  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;
}
.voiceGrid .voiceBox {
  width: 48%;
  margin: 1%;
  padding: 22px;
}
@media screen and (max-width: 767px) {
  .voiceGrid .voiceBox .imgCell .imgWrap {
    height: 120px;
    width: 120px;
    padding: 11px;
  }
}
.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;
  }
}
.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;
}
.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;
}
/**
 * slider
 */
.slider-dots {
  text-align: center;
  position: absolute;
  bottom: 24px;
  right: 0;
  left: 0;
  margin: auto;
}
.slider-dots li {
  display: inline-block;
  margin: 0 15px;
}
.slider-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slider-dots li button:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  background: #666666;
  border-radius: 50%;
  opacity: 0.6;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.slider-dots li.slick-active button:after {
  background-color: #000000;
  opacity: 1;
}
.slider-arrow {
  width: 35px;
  height: 78px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}
.slider-arrow.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slider-arrow img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .slider-arrow {
    width: 18px;
    height: 39px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .slider-arrow.prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 2%;
  }
  .slider-arrow.next {
    right: 2%;
  }
}
.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;
  }
}
.shopRow {
  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;
}
.shopRow::before {
  content: "";
  display: block;
  width: 260px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.shopRow::after {
  content: "";
  display: block;
  width: 260px;
}
.shopBox {
  width: 260px;
  margin-bottom: 45px;
}
.shopBox a:hover {
  text-decoration: none;
}
.shopBox a:hover .detail {
  opacity: 0.8;
}
.shopBox .imgBg {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 0;
}
.shopBox .detail {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 5px;
  color: #594a4b;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.shopBox .salon-tel .tel .icon,
.shopBox .telbox .tel .icon {
  width: 16px;
  height: 16px;
}
.shopBox .additional-information {
  font-size: 14px;
}
.shopBox .additional-information .staff {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.shopBox .additional-information .staff .icon {
  width: 18px;
  height: 18px;
}
.shopBox .additional-information .facility {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.shopBox .additional-information .facility .icon {
  width: 18px;
  height: 18px;
}
.shopBox .additional-information .access {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.shopBox .additional-information .access .icon {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .shopRow {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .shopBox {
    width: 48%;
    margin-bottom: 50px;
  }
  .shopBox .detail {
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
  }
}
.searchSalonFrontList {
  -ms-flex-preferred-size: 760px;
      flex-basis: 760px;
  color: #333333;
}
.searchSalonFrontList.no-image {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.searchSalonFrontList li {
  padding: 8px 0px;
  line-height: 2.4;
  letter-spacing: 0.38px;
  font-size: 16px;
  display: list-item;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #F4C4C9;
}
.searchSalonFrontList li:first-child {
  border-top: 1px solid #F4C4C9;
}
.searchSalonFrontList .searchSalonHead {
  background: #9a7f81;
  color: white;
  width: 100px;
  margin-right: 30px;
  text-align: center;
  padding: 2px 0px;
  display: inline-block;
}
.searchSalonFrontList .searchSalonPickUpBlock {
  display: inline-block;
}
.searchSalonFrontList .searchSalonForm {
  display: inline-block;
  margin-right: 30px;
}
.searchSalonFrontList .searchSalonFormLast {
  display: inline-block;
  margin-right: 30px;
}
.searchSalonFrontList .searchSalonLink {
  color: #333333;
}
.searchSalonFrontList .searchSalonLink:hover {
  text-decoration: underline;
}
.searchSalonFrontList .txtBox {
  -ms-flex-preferred-size: 430px;
      flex-basis: 430px;
}
.searchSalonFrontList .txtBox .ttl {
  font-size: 16px;
}
.searchSalonFrontList .txtBox small {
  font-size: 14px;
  margin-top: 5px;
  display: block;
}
.searchSalonFrontList .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) {
  .searchSalonFrontList li {
    padding: 5px 15px;
    line-height: 1.5;
    letter-spacing: 0.38px;
    font-size: 15px;
    display: block;
    border-bottom: none;
  }
  .searchSalonFrontList li:first-child {
    border-top: none;
  }
  .searchSalonFrontList .searchSalonHead:before {
    content: '';
    position: absolute;
    background: url("../img/common/humberger_arrow.svg") center center no-repeat;
    width: 13px;
    height: 19px;
    top: 0;
    bottom: 0;
    right: 17px;
    margin: auto;
    background-size: 100%;
  }
  .searchSalonFrontList .searchSalonHead.show:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .searchSalonFrontList .searchSalonHead {
    background: #9a7f81;
    color: white;
    width: 100%;
    text-align: left;
    padding: 10px 0px 10px 10px;
    display: block;
    position: relative;
  }
  .searchSalonFrontList .searchSalonPickUpBlock {
    display: none;
  }
  .searchSalonFrontList .show + .searchSalonPickUpBlock {
    display: block;
  }
  .searchSalonFrontList .searchSalonForm {
    border-bottom: 1px solid #F4C4C9;
    padding: 10px;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .searchSalonFrontList .searchSalonFormLast {
    padding: 10px 10px 0px 10px;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .searchSalonFrontList .searchSalonFormLast:before {
    content: '';
    position: absolute;
    background: url("../img/common/slider-arrow.png") center center no-repeat;
    width: 20px;
    height: 13px;
    top: 10px;
    bottom: 0;
    right: 20px;
    margin: auto;
    background-size: 100%;
  }
  .searchSalonFrontList .searchSalonForm:before {
    content: '';
    position: absolute;
    background: url("../img/common/slider-arrow.png") center center no-repeat;
    width: 20px;
    height: 13px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    background-size: 100%;
  }
  .searchSalonFrontList .searchSalonLink {
    width: 100%;
    text-align: left;
    color: #333333;
  }
  .searchSalonFrontList .txtBox .ttl {
    font-size: 13px;
  }
  .searchSalonFrontList .txtBox small {
    margin-top: 3px;
    font-size: 12px;
  }
  .searchSalonFrontList .priceWrap {
    margin-top: 5px;
    text-align: left;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #menuAtUnderMvSlider {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #menuAtUnderMvSlider .fv_menu {
    width: 48%;
    margin-bottom: 10px;
    background-color: #E23E2A;
    box-shadow: 0px 3px 6px #00000029;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    opacity: 1;
    overflow: hidden;
  }
  #menuAtUnderMvSlider .fv_menu:nth-child(2n) {
    margin-left: 4%;
    background-color: #EA8B93;
  }
  #menuAtUnderMvSlider .fv_menu:nth-child(3n) {
    background-color: #9f1c1a;
  }
  #menuAtUnderMvSlider .fv_menu:nth-child(4n) {
    background-color: #6b5034;
  }
  #menuAtUnderMvSlider .fv_menu-img img {
    opacity: 0.6;
  }
  #menuAtUnderMvSlider .fv_menu-label {
    background-image: url("../img/common/icon_search_back.svg");
    background-repeat: no-repeat;
    background-position: center right;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    height: 60px;
  }
  #menuAtUnderMvSlider .fv_menu-label-jp {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
    letter-spacing: 1.2px;
  }
  #menuAtUnderMvSlider .fv_menu-label-en {
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    color: white;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  .aboutCnt .cntTtl .main,
  .priceCnt .cntTtl .main {
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 767px) {
  .aboutCnt .innerBlock.sizeS,
  .priceCnt .innerBlock.sizeS {
    padding: 4%;
  }
}
.sp_important_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 11px 30px;
  font-size: 14px;
  background-color: #4E4E4E;
  color: #FFFFFF;
}
.sp_important_news img {
  width: 16px;
}
.sp_important_news span {
  width: calc(100% - 32px);
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #spMvSlider:not(.slick-initialized) {
    height: 85.33333333vw;
    overflow: hidden;
  }
  #spMvSlider .size-sp_fv_main_image {
    height: 85.33333333vw;
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #spMvSlider {
    margin-bottom: 38px;
  }
  #spMvSlider .slider-dots {
    bottom: -38px;
  }
  #spMvSlider .slider-dots li {
    margin: 0px 12px;
  }
}
@media screen and (max-width: 767px) {
  #spMvSlider .slider-dots li button:after {
    width: 8px;
    height: 8px;
    background-color: #C4C4C4;
  }
}
@media screen and (max-width: 767px) {
  #spMvSlider .slider-dots li.slick-active button:after {
    background-color: #E23E2A;
    opacity: 1;
  }
}
section.designCnt {
  padding-top: 15px;
}
.innerBlock .designCnt .innerBlock {
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  section.designCnt {
    padding: 0 30px;
  }
}
section.designCnt h2.pageSubTtl {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  section.designCnt h2.pageSubTtl {
    margin-bottom: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  section.campaignCnt {
    padding: 0 30px;
  }
  section.storeCnt {
    padding: 0 30px;
  }
  section.priceCnt {
    padding: 0 30px;
  }
}
.mvCnt {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mvCnt {
    height: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mvCnt {
    height: unset;
  }
}
#pcMvSlider {
  margin-bottom: 40px;
}
#pcMvSlider:not(.slick-initialized) {
  height: 548px;
  overflow: hidden;
}
#pcMvSlider .slider-dots {
  bottom: -40px;
}
.topSlideImage {
  width: 100%;
  height: 548px;
}
@media screen and (max-width: 767px) {
  .topSlideImage {
    height: 470px;
  }
  #pcMvSlider:not(.slick-initialized) {
    height: 470px;
  }
}
.topSlideImage figure {
  width: 100%;
  height: 100%;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.aboutSlider {
  height: auto;
  margin: auto;
}
.aboutSlider .slick-slide {
  margin: 0 50px;
  position: relative;
  opacity: 0.6;
}
.aboutSlider .slick-current {
  opacity: 1;
}
.aboutSlider .slider-arrow.prev {
  left: 21%;
}
.aboutSlider .slider-arrow.next {
  right: 21%;
}
@media screen and (max-width: 767px) {
  .aboutSlider {
    width: 100%;
    padding: 0 4%;
  }
  .aboutSlider .slick-slide {
    margin: 0;
  }
  .aboutSlider .slider-arrow.prev {
    left: 1%;
  }
  .aboutSlider .slider-arrow.next {
    right: 1%;
  }
}
/*** plus ***/
.diffRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px dashed #333333;
  padding: 50px 0;
}
.diffRow.detail .columns {
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
}
.diffBlock .columns {
  text-align: center;
}
.diffBlock .single {
  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;
  text-align: center;
}
.diffBlock .logoWrap {
  height: 270px;
  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;
}
.diffBlock .ttl {
  display: block;
  margin: 46px 0;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1.8px;
}
.diffBlock .priceBox {
  text-align: left;
  font-size: 30px;
}
.diffBlock .priceBox b {
  font-size: 34px;
}
.diffBlock .priceBox .yuGo {
  font-size: 80px;
}
@media screen and (max-width: 767px) {
  .diffRow {
    border-bottom: none;
    padding: 0;
    position: relative;
  }
  .diffRow.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex!important;
  }
  .diffRow.main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .diffRow.main .columns {
    padding: 30px 0;
  }
  .diffRow .labelWrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .diffRow .columns {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .diffRow.detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .diffRow.detail .columns {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .diffRow.detail .columns:nth-of-type(1) {
    border-right: 2px dashed #333333;
  }
  .diffRow.detail .columns .priceBox {
    padding: 30px 10px;
  }
  .diffRow.detail + .main {
    padding: 30px;
    border-top: 2px dashed #333333;
    border-bottom: 2px dashed #333333;
  }
  .diffBlock {
    border-bottom: 2px dashed #333333;
  }
  .diffBlock .columns {
    text-align: center;
  }
  .diffBlock .single {
    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;
    text-align: center;
  }
  .diffBlock .logoWrap {
    height: auto;
    width: 195px;
    margin: auto;
  }
  .diffBlock .logoWrap img {
    width: 100%;
  }
  .diffBlock .ttl {
    display: block;
    margin: 29px 0;
    font-size: 24px;
    letter-spacing: 1.2px;
  }
  .diffBlock .priceBox {
    text-align: center;
    font-size: 18px;
  }
  .diffBlock .priceBox b {
    font-size: 21px;
  }
  .diffBlock .priceBox .yuGo {
    font-size: 40px;
  }
}
.arrowLabel {
  background: #ea8b93;
  color: #ffffff;
  line-height: 82px;
  width: 193px;
  height: 82px;
  letter-spacing: -1.8px;
  font-size: 36px;
  position: relative;
}
.arrowLabel:after,
.arrowLabel:before {
  content: '';
  top: 0;
  display: block;
  border-right: 30px solid #ea8b93;
  border-top: 41px solid transparent;
  border-bottom: 41px solid transparent;
  border-left: none;
  position: absolute;
}
.arrowLabel:before {
  left: -30px;
}
.arrowLabel:after {
  right: -30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.arrowLabel.twoLine {
  line-height: 50px;
  height: 100px;
}
.arrowLabel.twoLine:after,
.arrowLabel.twoLine:before {
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
}
@media screen and (max-width: 767px) {
  .arrowLabel {
    line-height: 75px;
    width: 145px;
    height: 75px;
    letter-spacing: -2.7px;
    font-size: 27px;
    position: relative;
    letter-spacing: -1.8px;
  }
  .arrowLabel:after,
  .arrowLabel:before {
    border-right: 23px solid #ea8b93;
    border-top: 37.5px solid transparent;
    border-bottom: 37.5px solid transparent;
  }
  .arrowLabel:before {
    left: -22px;
  }
  .arrowLabel:after {
    right: -22px;
  }
  .arrowLabel.twoLine {
    line-height: 37.5px;
    height: 75px;
  }
  .arrowLabel.twoLine:after,
  .arrowLabel.twoLine:before {
    border-top: 37.5px solid transparent;
    border-bottom: 37.5px solid transparent;
  }
}
/** 新規　**/
.differenceTable {
  font-weight: 600;
}
.differenceTable + .differenceTable {
  margin-top: 30px;
}
.differenceTable_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}
.differenceTable_col__dt,
.differenceTable_col__dd {
  padding: 3px 6px;
  min-height: 125px;
  font-size: 20px;
  text-align: center;
}
.differenceTable_col__dt .inner,
.differenceTable_col__dd .inner,
.differenceTable_col__dt .imgWrap,
.differenceTable_col__dd .imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.differenceTable_col__dt {
  width: 260px;
}
.differenceTable_col__dt .inner {
  background: #f7f1f2;
}
.differenceTable_col__dd {
  background: #f7f1f2;
  width: 370px;
}
.differenceTable_col__dd .imgWrap {
  min-height: 150px;
}
.differenceTable_col__dd .imgWrap img {
  width: 84px;
}
.differenceTable_col__dd .inner {
  background: #9a7f81;
  color: #ffffff;
}
.differenceTable_col__dd .inner .txt {
  display: inline-block;
  text-align: left;
}
.differenceTable_col__dd.nomal .inner {
  background: #ffffff;
  color: #333333;
}
.differenceTable_col__dd.nomal .icoBox_ico {
  fill: #333333;
}
.differenceTable_col__dd .priceBox {
  font-size: 24px;
  padding: 50px 0;
}
.differenceTable_col__dd .priceBox_ttl {
  margin-bottom: 30px;
  text-align: center;
}
.differenceTable_col__dd .priceBox_num {
  font-weight: normal;
  font-size: 16px;
}
.differenceTable_col__dd .priceBox_num b {
  font-size: 24px;
}
.differenceTable_col .icoBox {
  text-align: center;
  padding: 20px 0;
}
.differenceTable_col .icoBox_ico {
  fill: #fff;
  fill-rule: evenodd;
}
.differenceTable_col .icoBox_ico__maru {
  width: 43.5px;
  height: 43.5px;
}
.differenceTable_col .icoBox_ico__batsu {
  width: 24px;
  height: 24px;
}
.differenceTable_col .icoBox_txt {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .differenceTable_col {
    font-size: 14px;
  }
  .differenceTable_col__dt,
  .differenceTable_col__dd {
    padding: 3px 6px;
    min-height: 62.5px;
  }
  .differenceTable_col__dt .inner,
  .differenceTable_col__dd .inner {
    padding: 15px;
  }
  .differenceTable_col__dt {
    width: 30%;
  }
  .differenceTable_col__dd {
    width: 70%;
  }
  .differenceTable_col__dd .imgWrap {
    min-height: 230px;
  }
  .differenceTable_col__dd .imgWrap img {
    width: 83px;
  }
  .differenceTable_col__dd .priceBox {
    font-size: 14px;
    padding: 0;
  }
  .differenceTable_col__dd .priceBox_ttl {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .differenceTable_col__dd .priceBox_num {
    font-size: 14px;
  }
  .differenceTable_col__dd .priceBox_num b {
    font-size: 14px;
  }
  .differenceTable_col .icoBox {
    padding: 10px 0;
  }
  .differenceTable_col .icoBox_txt {
    margin-top: 7.5px;
  }
  .differenceTable_col .icoBox svg {
    width: 33px;
  }
}
.full-width {
  background: #fff;
  padding: 50px 0;
}
.full-width .cntTxtBlock .wp-block-image img {
  width: 100%;
}
.full-width .cntTxtBlock .wp-block-image figure {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .full-width {
    padding: 25px 0;
  }
}
.txtWrap > p {
  line-height: 1.2em;
}
@media only screen and (max-width: 600px) {
  .txtWrap > p {
    line-height: 1.2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 0px;
    min-width: 100%;
  }
}
.contentsRow {
  display: inline-block;
}
.txtWrap > p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0px;
  min-width: 100%;
}
.searchTable .searchWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.searchTable .searchWrap dd {
  padding: 5px 10px;
  border: 1px solid #ea8b93;
  border-radius: 50px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .searchTable .searchWrap dd {
    margin: 5px 2px;
  }
}
.searchTable .searchWrap dd a:hover {
  text-decoration: none;
}
.searchTable dt {
  margin: 1rem 0 0.5rem;
}
.faqWrap {
  background-color: #f7f1f2;
}
.faqTtl {
  font-size: 30px !important;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .faqTtl {
    font-size: 16px !important;
    margin-top: 40px;
  }
}
.frontFaqBox .q-faqBox {
  color: #ffffff;
  background: #9a7f81;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.2px;
  padding: 20px 50px;
  position: relative;
  margin-top: 30px;
}
.frontFaqBox .q-faqBox:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  background-size: 100%;
  width: 130px;
  height: 47px;
  top: -17px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  background: url(../img/qa/q_txt.png) center center no-repeat;
}
@media screen and (max-width: 767px) {
  .frontFaqBox .q-faqBox {
    font-size: 15px;
  }
}
.frontFaqBox .js-qBox:after {
  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) {
  .frontFaqBox .js-qBox:after {
    width: 13px;
  }
}
.frontFaqBox .js-qBox.show:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.frontFaqBox .a-faqBox {
  margin-top: 30px;
  background: #ffffff;
  padding: 20px 50px;
  line-height: 1.88;
  font-size: 16px;
  position: relative;
}
.frontFaqBox .a-faqBox:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  background-size: 100%;
  width: 130px;
  height: 47px;
  top: -17px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  background: url(../img/qa/a_txt.png) center center no-repeat;
}
@media screen and (max-width: 767px) {
  .frontFaqBox .a-faqBox {
    font-size: 15px;
  }
}
.frontFaqBox .js-aBox {
  display: none;
  background-color: #fff;
}
.frontFaqBox .js-aBox.show {
  display: block;
}
.guaranteeTxt {
  background-color: #f7f1f2;
  padding: 20px;
}
.guaranteeTxt p {
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .guaranteeTxt p {
    text-align: left;
  }
}

.priceCntAmbassador--pc {
  margin-bottom: 50px;
}
.priceCntAmbassador--sp {
  margin-inline: -4vw;
}
/*----------------------------------------
20240430追加　TOPFVスライダー
----------------------------------------*/
.p-top-mv {
	overflow: hidden;
	margin-top: clamp(15px, 3vw, 30px);
}
.p-top-mv_slide-item {
	width: min( calc(100vw - 30px), 1000px);
	aspect-ratio: 2/1;
	display: block;
	overflow: hidden;
	margin-inline: 15px;
	border-radius: clamp( 20px, 3vw, 30px);
}
.p-top-mv_slide-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-top-mv_slide.slick-initialized {
	display: flex;
	flex-wrap: wrap;
	gap: clamp( 15px, 2.5vw, 25px) 10px;
}
.p-top-mv_slide .slick-list {
	overflow: visible;
	width: 100%;
}
.p-top-mv_slide .slick-dots {
  margin-block: auto;
	display: flex;
	gap: clamp(10px , 1.5vw, 15px);
	padding-left: clamp(5px , 1vw, 10px);
	order: 1;
	color: transparent;
	font-size: 0;
	line-height: 0;
}
.p-top-mv_slide .slick-dots li button {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: var(--fast-red);
	text-indent: -9999px;
	opacity: .3;
}
.p-top-mv_slide .slick-dots li button:hover {
	opacity: .6;
}
.p-top-mv_slide .slick-dots li.slick-active button {
	opacity: 1;
}
.p-top-mv_slide .slick-arrow {
	position: relative;
  width: clamp(35px , 5.5vw, 55px);
  height: clamp(35px , 5.5vw, 55px);
	order: 1;
	color: #A68A8F;
	background-color: #ffffff;
	border: solid 2px;
	border-radius: 100px;
	transition: .3s;
	cursor: pointer;
}
.p-top-mv_slide .slick-arrow::before,
.p-top-mv_slide .slick-arrow::after {
	content: "";
	position: absolute;
	transition: .3s;
	top: 50%;
}
.p-top-mv_slide .slick-arrow::before {
	border-top: solid 2px;
	width: 34%;
	transform: translateY( -50% );
	left: 33%;
}
.p-top-mv_slide .slick-arrow::after {
	border-top: solid 2px;
	width: 24%;
	height: 24%;
}
.p-top-mv_slide .slick-arrow.slick-prev::after {
	border-left: solid 2px;
	transform: translateY( -50% ) rotate( -45deg );
	left: 33%;
}
.p-top-mv_slide .slick-arrow.slick-next::after {
	border-right: solid 2px;
	transform: translateY( -50% ) rotate( 45deg );
	right: 33%;
}
.p-top-mv_slide .slick-arrow:hover {
	color: #ffffff;
	background-color: #A68A8F;
	border-color: #A68A8F;
}
.p-top-mv_slide .slick-arrow.slick-prev:hover::before {
	left: 28%;
}
.p-top-mv_slide .slick-arrow.slick-prev:hover::after {
	left: 28%;
}
.p-top-mv_slide .slick-arrow.slick-next:hover::before {
	left: 38%;
}
.p-top-mv_slide .slick-arrow.slick-next:hover::after {
	right: 28%;
}

.p-top-mv_slide:not(.slick-initialized) {
	margin: 0 50px clamp( 45px, 8vw, 80px);
	aspect-ratio: 2/1;
	overflow: hidden;
}
.p-top-mv_slide:not(.slick-initialized) .p-top-mv_slide-item {
	margin-inline: auto;
}

@media screen and (max-width: 767px) {
	.p-top-mv {
		background-color: #F6F6F6;
		margin-top: 0;
	}
	.p-top-mv .c-inner1100 {
		width: 100vw;
	}
	.p-top-mv_slide-item {
		width: 100vw;
		aspect-ratio: 3/2;
		margin-inline: 0;
		border-radius: 0;
	}
	.p-top-mv_slide.slick-initialized {
		justify-content: center;
	}
	.p-top-mv_slide .slick-dots {
		padding-left: 0;
	}
	.p-top-mv_slide:not(.slick-initialized) {
		aspect-ratio: 3/2;
		margin: 0 0 25px;
	}
}
/*----------------------------------------
20240520追加　TOP MV下ナビゲーション
----------------------------------------*/
.p-top-fv_navi {
	display: none;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.p-top-fv_navi {
		display: block;
		background-color: #F6F6F6;
		padding-block: 20px;
	}
	.p-top-fv_navi-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 5px;
	}
	.p-top-fv_navi-list li {
		width: calc( calc(100% - 10px) / 3 );
	}
	.p-top-fv_navi-list li a {
		display: block;
		background-color: var(--white);
		padding: 8px 0;
		text-align: center;
		font-weight: bold;
		border-radius: 8px;
		border: solid 1px #CCCCCC;
		font-size: 11px;
	}
	.p-top-fv_navi-list li a:hover {
		text-decoration: none;
	}
	
	.p-top-fv_navi-list li i {
		width: 30px;
		display: block;
		margin: 0 auto 5px;
	}
}

/*----------------------------------------
20240520追加　TOP MV下バナー
----------------------------------------*/
.p-top-fv_bnr {
	padding-block: clamp( 20px, 4.5vw, 50px) clamp( 30px, 5vw, 50px);
}
a.p-top-fv_bnr-item {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
a.p-top-fv_bnr-item:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.8;
}

/*----------------------------------------
20240430追加　TOPキャンペーン
----------------------------------------*/
.p-top-campaign {
	padding-block: clamp( 15px, 3vw, 30px) clamp( 40px, 6vw, 60px);
}
.p-top-campaign_bnr {
	display: flex;
	gap: 10px clamp( 10px, 2vw, 20px);
	margin-block: clamp( 20px, 4.5vw, 50px) clamp( 10px, 2vw, 20px);
}
.p-top-campaign_bnr li {
	width: calc(50% - 10px);
	border-radius: 5px;
	overflow: hidden;
}
.p-top-campaign-list {
	display: flex;
	flex-wrap: wrap;
	gap: clamp( 10px, 2vw, 20px);
	margin-bottom: clamp( 20px, 4.5vw, 50px);
}
.p-top-campaign-list * {
	margin: 0;
}
.p-top-campaign-item {
	width: calc( calc(100% - 60px) / 4 );
	border-radius: 5px;
	overflow: hidden;
}
.p-top-campaign-ttl {
	font-weight: 600;
	margin-bottom: 5px;
}
.p-top-campaign-ttl span {
	display: inline-block;
	font-size: 14px;
	border-radius: 5px;
	color: var(--white);
	background-color: #A68A8F;
	padding: 0 5px;
	margin-right: 5px;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.p-top-campaign_bnr {
		flex-wrap: wrap;
	}
	.p-top-campaign_bnr li {
		width: 100%;
	}
	.p-top-campaign-list.slick-initialized {
		margin-inline: -15px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		overflow: hidden;
		gap: clamp( 15px, 2.5vw, 25px) 10px;
	}
	.p-top-campaign-list .slick-list {
		width: 100%;
	}
	.p-top-campaign-list .slick-dots {
		margin-block: auto;
		display: flex;
		gap: clamp(10px , 1.5vw, 15px);
		padding-left: clamp(5px , 1vw, 10px);
		order: 1;
		color: transparent;
		font-size: 0;
		line-height: 0;
	}
	.p-top-campaign-list .slick-dots li button {
		position: relative;
		width: 10px;
		height: 10px;
		border-radius: 50px;
		background-color: var(--fast-red);
		text-indent: -9999px;
		opacity: .3;
	}
	.p-top-campaign-list .slick-dots li button:hover {
		opacity: .6;
	}
	.p-top-campaign-list .slick-dots li.slick-active button {
		opacity: 1;
	}
	.p-top-campaign-item {
		width: 70vw;
		margin: 0 1vw;
	}
}
/*----------------------------------------
20240430追加　TOPネイルランキング
----------------------------------------*/
.p-top-ranking {
	padding-top: clamp( 15px, 4vw, 60px);
	overflow: hidden;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0;
	background-color: var(--white);
	background-image: linear-gradient( 0deg, #F7F1F2 50%, var(--white) 50%);
}
.p-top-ranking-content * {
	margin: 0;
}
.p-top-ranking-content {
	position: relative;
	z-index: 0;
	margin-top: clamp( 10px, 2vw, 40px);
	padding-bottom: clamp( 20px, 6vw, 75px);
}
.p-top-ranking-content::before {
	content: "";
	width: calc( 50% + 50VW + 150px );
	position: absolute;
	top: clamp( 60px, 8vw, 80px);
	left: -150px;
	bottom: 0;
	background-color: var(--fast-red);
	z-index: -1;
	border-radius: clamp( 30px, 7vw, 100px) 0 0 clamp( 30px, 7vw, 100px);
}
.p-top-ranking-slide {
	width: calc( 50% + 50vw);
}
.p-top-ranking-item {
	padding: 10px 5px 5px 10px;
}
.p-top-ranking-box {
	width: clamp( 190px, 28vw, 280px);
	display: block;
	border-radius: clamp( 10px, 2vw, 20px);
	box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
	background-color: var(--white);
	position: relative;
	z-index: 0;
}
.p-top-ranking-box figure {
	border-radius:  clamp( 10px, 2vw, 20px)  clamp( 10px, 2vw, 20px) 0 0;
	overflow: hidden;
}
.p-top-ranking-txt {
	padding: 12px 15px 15px 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-weight: 600;
}
.p-top-ranking-num {
	color: #A68A8F;
	font-size: clamp( 12px, 1.4vw, 14px);
}
.p-top-ranking-price {
	font-size: clamp( 14px, 2vw, 20px);
}
.p-top-ranking-price span {
	font-size: clamp( 12px, 1.4vw, 14px);
}
.p-top-ranking-btn {
	padding: clamp( 5px, 1vw, 10px) 0;
	width: clamp( 70px, 10vw, 100px);
	text-align: center;
	border: solid 1px var(--fast-red);
	border-radius: 5px;
	background-color: var(--fast-red);
	color: var(--white);
	transition: .3s;
	font-size: clamp( 12px, 1.4vw, 14px);
}
.p-top-ranking-box:hover {
	opacity: 1;
	text-decoration: none;
	transform: translateY( -5px );
}
.p-top-ranking-box:hover .p-top-ranking-btn {
	background-color: var(--white);
	color: var(--fast-red);
}
[class*="p-top-ranking0"]::before {
	width: clamp( 30px, 4vw, 40px);
	height: clamp( 30px, 4vw, 40px);
	border-radius: 100px;
	position: absolute;
	top: 0;
	left: -5px;
	z-index: 1;
	font-size: clamp( 16px, 2vw, 20px);
	font-weight: 600;
	color: var(--white);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}
.p-top-ranking01::before {
	content: "1";
	background-color: rgba(226,172,46,1);
	box-shadow: 0 0 0 5px rgba(226,172,46,.5);
}
.p-top-ranking02::before {
	content: "2";
	background-color: rgba(172,172,172,1);
	box-shadow: 0 0 0 5px rgba(172,172,172,.5);
}
.p-top-ranking03::before {
	content: "3";
	background-color: rgba(194,132,104,1);
	box-shadow: 0 0 0 5px rgba(194,132,104,.5);
}
.p-top-ranking-slide .slick-slide {
	transition: .2s;
	transform: scale(.94);
	transform-origin: center bottom;
}
.p-top-ranking-slide .slick-slide.slick-current {
	transform: scale(1);
}
.p-top-ranking-slide.slick-initialized {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 10px;
}
.p-top-ranking-slide .slick-dots {
  margin-block: auto;
	display: flex;
	gap: clamp(10px , 1.5vw, 15px);
	padding-left: clamp(5px , 1vw, 10px);
	order: 1;
	color: transparent;
	font-size: 0;
	line-height: 0;
}
.p-top-ranking-slide .slick-dots li button {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: var(--white);
	text-indent: -9999px;
	opacity: .3;
}
.p-top-ranking-slide .slick-dots li button:hover {
	opacity: .6;
}
.p-top-ranking-slide .slick-dots li.slick-active button {
	opacity: 1;
}
.p-top-ranking-slide .slick-arrow {
	position: relative;
  width: clamp(35px , 5.5vw, 55px);
  height: clamp(35px , 5.5vw, 55px);
	order: 1;
	color: var(--white);
	border: solid 2px;
	border-radius: 100px;
	transition: .3s;
	cursor: pointer;
}
.p-top-ranking-slide .slick-arrow::before,
.p-top-ranking-slide .slick-arrow::after {
	content: "";
	position: absolute;
	transition: .3s;
	top: 50%;
}
.p-top-ranking-slide .slick-arrow::before {
	border-top: solid 2px;
	width: 34%;
	transform: translateY( -50% );
	left: 33%;
}
.p-top-ranking-slide .slick-arrow::after {
	border-top: solid 2px;
	width: 24%;
	height: 24%;
}
.p-top-ranking-slide .slick-arrow.slick-prev::after {
	border-left: solid 2px;
	transform: translateY( -50% ) rotate( -45deg );
	left: 33%;
}
.p-top-ranking-slide .slick-arrow.slick-next::after {
	border-right: solid 2px;
	transform: translateY( -50% ) rotate( 45deg );
	right: 33%;
}
.p-top-ranking-slide .slick-arrow:hover {
	color: var(--fast-red);
	background-color: var(--white);
	border-color: var(--white);
}
.p-top-ranking-slide .slick-arrow.slick-prev:hover::before {
	left: 28%;
}
.p-top-ranking-slide .slick-arrow.slick-prev:hover::after {
	left: 28%;
}
.p-top-ranking-slide .slick-arrow.slick-next:hover::before {
	left: 38%;
}
.p-top-ranking-slide .slick-arrow.slick-next:hover::after {
	right: 28%;
}
.p-top-ranking-content .c-link-more-right {
	margin-top: -35px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
	.p-top-ranking-content::before {
		width: calc(50% + 50vw + 10px );
		left: -10px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-ranking-content::before {
		width: 100vw;
		left: -10px;
	}
	.p-top-ranking-txt {
		padding: 10px;
	}
	.p-top-ranking-slide {
		width: calc( 100% + 20px );
		margin-left: 0;
	}
	.p-top-ranking-box:hover {
		transform: none;
	}
	.p-top-ranking-content .c-link-more-right {
		margin: 20px auto 0;
	}
	.p-top-ranking-slide.slick-initialized {
		margin-left: -5px;
		gap: 10px;
		justify-content: center;
	}
	.p-top-ranking-slide .slick-dots {
		margin-right: 10px;
		padding-left: 0;
	}
}
/*----------------------------------------
20240430追加　TOP店舗を探す
----------------------------------------*/
.p-top-salon {
	padding-block: clamp( 30px, 6vw, 60px) clamp( 15px, 3vw, 60px);
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  overflow: hidden;
	letter-spacing: 0;
}
.p-top-salon_mega-salon {
  margin-top: clamp( 20px, 5vw, 50px);
  display: flex;
  justify-content: center;
  gap: 25px;
  position: relative;
}
.p-top-salon_mega-salon-bg {
  position: absolute;
  top: 100px;
  right: -20%;
  z-index: -1;
}
.p-top-salon_mega-salon-block {
	width: 100%;
}
.p-top-salon_mega-salon-ttl {
	margin-bottom: 10px;
  padding: 7px 10px;
  background-color: var(--fast-red);
  border-radius: 4px;
  position: relative;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.p-top-salon_mega-salon-ttl:not(:first-of-type) {
  margin-top: 25px;
}
.p-top-salon_mega-salon-ttl span {
  width: 24px;
  height: 24px;
  display: block;
  border: 1px solid #fff;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.p-top-salon_mega-salon-ttl span::before,
.p-top-salon_mega-salon-ttl span::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-top-salon_mega-salon-ttl span::after {
  transform: translate(-50%, -50%) rotate(0);
  transition: .3s;
}
.p-top-salon_mega-salon-ttl.js--accordion-open span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: .3s;
}
.p-top-salon_mega-salon__stitle {
	margin-bottom: 5px;
	padding: 5px;
	border-bottom: solid 1px;
	font-weight: 600;
	color: var(--fast-red);
}
.p-top-salon_mega-salon-cont ul + .p-top-salon_mega-salon__stitle {
	margin-top: 10px;
}
.p-top-salon_mega-salon-cont li {
  padding: 5px 5px 5px 10px;
  line-height: 1.2;
}
.p-top-salon_mega-salon-cont a {
  font-size: 14px;
  font-weight: 700;
  transition: 0s;
  position: relative;
	display: block;	
}
.p-top-salon_mega-salon-cont a::before {
  content: "";
  width: 5px;
  height: 2px;
  background-color: #B12028;
  position: absolute;
  top: 0.5em;
  left: -10px;
  z-index: 1;
}
.p-top-salon_mega-salon-cont a:hover {
  color: #B12028;
  text-decoration: underline;
  opacity: 1;
}
.p-top-salon_mega-salon-cont a span {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 700;
  margin-left: 4px;
  padding: 3px;
  display: inline-block;
  background-color: #A68A8F;
  border-radius: 2px;
  vertical-align: text-bottom;
}
@media screen and (max-width: 1600px) {
  .p-top-salon_mega-salon-bg {
    width: 40%;
    top: unset;
    bottom: 0;
    right: 40px;
  }
}
@media screen and (max-width: 900px) {
  .p-top-salon_mega-salon {
    flex-direction: column;
    gap: 0;
  }
  .p-top-salon_mega-salon-bg {
    display: none;
  }
  .p-top-salon_mega-salon-block .p-top-salon_mega-salon-ttl {
    margin-top: 0;
  }
  .p-top-salon_mega-salon-ttl span::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .js--accordion-open.p-top-salon_mega-salon-ttl span::after {
    transform: translate(-50%, -50%) rotate(0);
  }
  .p-top-salon_mega-salon-cont {
    display: none;
		margin-bottom: 10px;
  }
}
/*----------------------------------------
20240430追加　新規料金表セクション
----------------------------------------*/
.p-top-price {
	letter-spacing: 0;
	padding-block: clamp( 30px, 6vw, 60px) clamp( 80px, 15vw, 150px);
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	background: var(--fast-red) url(../img/top/price_bg.png) no-repeat center bottom;
	color: var(--white);
}
.p-top-price-content * {
	margin: 0;
}
.p-top-price-content {
	margin-top: clamp( 25px, 4vw, 40px);
}
.p-top-price-ttl {
	padding: clamp( 15px, 2.5vw, 25px);
	background-color: #7F0006;
	border-radius: 15px 15px 0 0;
	font-size: clamp( 18px, 2.4vw, 24px);
	font-weight: 600;
}
.p-top-price_main {
	background-color: var(--white);
	color: #333333;
}
.p-top-price_accordion-ttl {
	display: flex;
	padding: 10px 15px;
	background-color: #F7F1F2;
	border-top: solid 1px #E8D7DA;
	font-weight: 600;
	font-size: clamp( 14px, 1.6vw, 16px);
	align-items: center;
	transition: .3s;
	position: relative;
	cursor: pointer;
	
}
.p-top-price_accordion-ttl:hover {
	background-color: var(--white);
}
.p-top-price_accordion-ttl.js--accordion-open {
	background-color: var(--white);
	color: var(--fast-red);
}
.p-top-price_accordion-ttl.js--accordion-open:hover {
	background-color: #F7F1F2;
}
.p-top-price_accordion-ttl:after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	right: 20px;
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;
	transform: translateY( -3px ) rotate( 45deg );
}
.p-top-price_accordion-ttl.js--accordion-open::after {
	border-right-color: var(--fast-red);
	border-bottom-color: var(--fast-red);
	transform: translateY( 3px ) rotate( -135deg );
}
.p-top-price_accordion-ttl i {
	margin-right: 10px;
}
.p-top-price_accordion-cont {
	display: none;
	border-top: solid 1px var(--fast-red);
}
.p-top-price_accordion-cont > ul {
	max-height: 1000px;
	overflow-y: scroll;
}
.p-top-price_menu-wrap {
	padding: clamp( 20px, 3vw, 30px)  clamp( 10px, 4vw, 40px)  clamp( 20px, 4vw, 40px);
	display: flex;
	gap: clamp( 30px, 6vw, 60px);
}
.p-top-price_menu {
	width: min(100%, 480px);
	font-size: clamp( 12px, 1.4vw, 14px);
}
.p-top-price_menu-ttl {
	color: var(--fast-red);
	font-size: clamp( 14px, 1.8vw, 18px);
	font-weight: 600;
	margin-bottom: clamp( 10px, 1.5vw, 15px);
}
.p-top-price_menu-txt {
	margin-bottom: clamp( 10px, 2vw, 20px);
}
.p-top-price_menu-list li {
	padding: 8px 10px 8px 15px;
	font-weight: 600;
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: .3s;
	line-height: 1;
}
.p-top-price_menu-list li:nth-child(odd) {
	background-color: #F7F1F2;
}
.p-top-price_menu-list li:before {
	content: "";
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: solid 1px var(--fast-red);
	transition: .2s;
}
.p-top-price_menu-list li:hover:before {
	width: 100%;
}
.p-top-price_menu-list li span {
	margin-inline: auto 10px;
	color: var(--fast-red);
	font-size: clamp( 14px, 1.8vw, 18px);
}
.p-top-price_menu-ico {
	position: relative;
	background-color: var(--white);
	width: 24px;
	height: 24px;
	z-index: 2;
	border-radius: 5px;
	transition: .3s;
	color: #A68A8F;
	border: solid 1px;
}
.p-top-price_menu-ico::after {
	content: "";
	position: absolute;
	border-top: solid 2px;
	border-right: solid 2px;
	width: 10px;
	height: 10px;
	transform: translateY( -50% ) rotate( 45deg );
	right: calc(50% - 3px);
	top: 50%;
	z-index: 2;
}
.p-top-price_menu-list li:hover .p-top-price_menu-ico {
	transform: translateX( 5px );
}
a[class*="p-top-price_menu-btn"] {
	width: clamp( 220px, 25vw, 250px);
	margin: clamp( 20px, 3vw, 30px) auto 0;
	display: block;
	padding: 13px 10px;
	border-radius: 100px;
	text-decoration: none;
	font-weight: 600;
	position: relative;
	overflow: hidden;
	z-index: 0;
	text-align: center;
	transition: .3s;
}
a[class*="p-top-price_menu-btn"]::after {
	content: "";
	position: absolute;
	border-top: solid 2px;
	border-right: solid 2px;
	width: 10px;
	height: 10px;
	transform: translateY( -50% ) rotate( 45deg );
	right: 15px;
	top: 50%;
	z-index: 2;
	transition: right .3s;
}
a[class*="p-top-price_menu-btn"]:hover {
	color: #A68A8F;
	opacity: 1;
}
a[class*="p-top-price_menu-btn"]:hover::after {
	right: 10px;
}
a.p-top-price_menu-btn01 {
	color: var(--white);
	box-shadow: inset 0 0 0 2px var(--fast-red);
	background-color: var(--fast-red);
}
a.p-top-price_menu-btn01:hover {
	background-color: var(--white);
	box-shadow: inset 0 0 0 2px #A68A8F;
}
a.p-top-price_menu-btn02 {
	color: var(--fast-red);
	box-shadow: inset 0 0 0 2px var(--fast-red);
	background-color: var(--white);
}
a.p-top-price_menu-btn02:hover {
	background-color: var(--white);
	box-shadow: inset 0 0 0 2px #A68A8F;
}
.p-top-price_main-list {
	display: none;
}
.p-top-price_main-item * {
	margin: 0;
}
.p-top-price_main-item {
	width: 100%;
	max-height: calc( 85vh -  70px );
	overflow: auto;
	background-color: var(--white);
	padding: 15px;
	display: flex;
	justify-content: space-between;
}
.p-top-price_main-list figure {
	border-radius: clamp( 10px, 2vw, 20px);
	overflow: hidden;
}
.p-top-price_main-details {
	width: 600px;
	padding: 30px 45px 40px;
	display: flex;
	flex-direction: column;
	font-size: 14px;
}
.p-top-price_main-details > * {
	width: 100%;
}
.p-top-price_main-name {
	margin-bottom: 10px;
	font-size: clamp( 18px, 3vw, 30px);
	font-weight: 600;
}
.p-top-price_main-yen {
	display: flex;
	margin-bottom: clamp( 15px, 3vw, 30px);
	font-size: clamp( 20px, 2.4vw, 24px);
	font-weight: 600;
	color: var(--fast-red);
	gap: 15px;
	align-items: center;
}
.p-top-price_main-yen p {
	display: flex;
	align-items: center;
}
.p-top-price_main-yen span {
	font-size: clamp( 14px, 1.6vw, 16px);
	padding: 0 5px;
	border: solid 1px var(--fast-red);
	margin-right: 10px;
	vertical-align: text-top;
}
.p-top-price_main-tag01 {
	background-color: var(--fast-red);
	color: var(--white);
}
.p-top-price_main-txt {
	margin-bottom: clamp( 20px, 2vw, 40px);
	font-size: clamp( 12px, 1.4vw, 14px);
	font-weight: 600;
	line-height: 1.6;
}
.p-top-price_main-link {
	margin-top: auto;
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}
.p-top-price_main-link p {
	width: 250px;
}
.p-top-price_main-link a {
	display: block;
	padding: 7px 10px;
	border-radius: 100px;
	border: solid 2px var(--fast-red);
	display: block;
	position: relative;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
}
.p-top-price_main-link a::after {
	content: "";
	width: 8px;
	height: 8px;
	transform: translate( 0, -50%) rotate( 45deg );
	border-top: solid 2px;
	border-right: solid 2px;
	position: absolute;
	right: 15px;
	top: 50%;
	transition: .3s;
}
.p-top-price_main-link a:hover::after {
	right: 10px;
}
.p-top-price_main-link01 a {
	color: var(--white);
	background-color: var(--fast-red);
}
.p-top-price_main-link02 a {
	color: var(--fast-red);
	background-color: var(--white);
}
.p-top-price_note {
	font-size: clamp( 10px, 1.4vw, 14px);
	margin-block: clamp( 10px, 2.5vw, 30px) clamp( 20px, 4vw, 40px);
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.p-top-price_main-item {
		align-items: flex-start;
	}
	.p-top-price_main-list figure {
		width: 35%;
	}
	.p-top-price_main-details {
		width: 60%;
		padding: 0;
	}
	.p-top-price_main-link p {
		width: calc(50% - 5px);
	}
}
@media screen and (max-width: 767px) {
	.p-top-price {
		background-size: 90% auto;
		padding-bottom: clamp( 20px, 5vw, 50px);
	}
	.p-top-price_accordion-cont > ul {
		max-height: 90vh;
	}
	.p-top-price_menu-wrap {
		display: block;
	}
	.p-top-price_menu + .p-top-price_menu {
		margin-top: 25px;
	}
	.p-top-price_main-item {
		display: block;
		padding: 20px 15px 40px;
	}
	.p-top-price_main-list figure {
		margin: 0 10px 20px;
	}
	.p-top-price_main-details {
		width: unset;
		padding: 0;
	}
	.p-top-price_main-link {
		flex-direction: column-reverse;
		align-items: center;
	}
	.p-top-price_menu-ico {
		width: 22px;
		height: 22px;
	}
	.p-top-price_menu-ico::after {
		width: 8px;
		height: 8px;
		transform: translate( calc(50% + 2px), calc(-50% + -2px) );
		right: 50%;	
	}
	.p-top-price_menu-ico::before {
		content: "";
		border-top: solid 2px;
		width: 11px;
		transform: translate( 50%, -50% ) rotate( -45deg );
		position: absolute;
		right: 50%;	
		top: 50%;
		z-index: 2;
	}
	.p-top-price_menu-list li:hover .p-top-price_menu-ico {
		transform: none;
	}
}
.p-top-price_option-list {
	display: flex;
	flex-wrap: wrap;
	padding: clamp( 10px, 2vw, 20px) clamp( 10px, 1.5vw, 15px);
	gap: 20px;
	background-color: #F5F5F5;
}
.p-top-price_option-list li {
	width: calc(50% - 10px);
	background-color: var(--white);
	border: solid 1px #EBE7E7;
	padding: 14px;
	display: flex;
	justify-content: space-between;
}
.p-top-price_option-list li figure {
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 auto;
	width: 100px;
}
.p-top-price_option_box {
	width: calc( 100% - 120px );
	margin-right: 10px;
	display: flex;
	flex-direction: column;
}
.p-top-price_option-name {
	font-weight: 600;
	font-size: clamp( 14px, 1.6vw, 16px);
	line-height: 1.4;
}
.p-top-price_option-name::before {
	content: "◆";
	color: var(--fast-red);
	margin-right: 5px;
}
.p-top-price_option-txt {
	font-size: clamp( 12px, 1.4vw, 14px);
	margin-block: 5px clamp( 5px, 1vw, 10px);
}
.p-top-price_option-yen {
	margin-top: auto;
	padding-top: 5px;
	border-top: solid 1px #EBE7E7;
	font-size: clamp( 10px, 1.2vw, 12px);
	font-weight: 600;
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
}
.p-top-price_option-yen span {
	font-size: clamp( 14px, 1.6vw, 16px);
	color: var(--fast-red);
	margin-left: 5px;
}
.p-top-price_option-yen span small {
	font-size: clamp( 10px, 1.2vw, 12px);
	font-weight: inherit;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.p-top-price_option-list li figure {
		width: 30%;
	}
	.p-top-price_option_box {
		width: 67%;
		margin-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.p-top-price_option-list {
		gap: 10px;
	}
	.p-top-price_option-list li {
		width: 100%;
	}
	.p-top-price_option-list li figure {
		width: 30%;
	}
	.p-top-price_option_box {
		width: 67%;
		margin-right: 0;
	}
	.p-top-price_note {
		text-align: left;
	}
}
/*----------------------------------------
20240507追加　TOP予約・施術の流れ
----------------------------------------*/
.p-top-flow {
	padding-block: clamp( 30px, 7vw, 80px) clamp( 40px, 8vw, 100px);
	background-color: #F7F1F2;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	overflow: hidden;
	letter-spacing: 0;
}
.p-top-flow-scroll-wrap {
	margin-block: clamp( 15px, 3.5vw, 35px);
}
.p-top-flow-list {
	margin-inline: auto;
	padding-block: clamp( 20px, 3vw, 30px) clamp( 10px, 2vw, 20px);
	text-align: center;
  counter-reset: step;
	display: flex;
	justify-content: center;
	gap: clamp( 7px, 1vw, 10px);
	width: fit-content;
	position: relative;
	z-index: 0;
}
.p-top-flow-list li {
	width: clamp( 120px, 20vw, 200px);
	height: clamp( 120px, 20vw, 200px);
	padding-top: clamp( 25px, 4.5vw, 45px);
	background-color: var(--white);
	border-radius: 0 30px;
	box-shadow: 2px 2px 0 #E8D7DA;
	font-size: clamp( 12px, 2vw, 20px);
	font-weight: 600;
	color: var(--fast-red);
	position: relative;
}
.p-top-flow-list li:not(:last-child)::after {
	content: "";
	width: clamp( 12px, 2vw, 20px);
	height: clamp( 12px, 2vw, 20px);
	border-radius: 3px 0;
	box-shadow: 2px 2px 0 #E8D7DA;
	background-color: var(--white);
	position: absolute;
	top: 50%;
	left: calc(100% - 1px);
	z-index: 1;
	transform: translate( -50%, -50%) rotate(-45deg);
}
.p-top-flow-list li figure {
	width: 65%;
	margin: 0 auto clamp( 10px, 1.5vw, 15px);
}
.p-top-flow-list img {
	width: auto;
}
.p-top-flow-step {
	width: clamp( 35px, 5vw, 54px);
	height: clamp( 35px, 5vw, 54px);
	padding-top: 1%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: linear-gradient(to bottom, #7B0407, #7B0407 50%, #B12028 50%, #B12028 100%);
	border-radius: 100px;
	font-size: clamp( 8px, 1.2vw, 12px);
	color: var(--white);
	text-align: center;
	line-height: 1.4;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate( -50%, -50%);
}
.p-top-flow-step::after {
	counter-increment: step 1; 
	content: counter(step);
	font-size: clamp( 12px, 1.6vw, 16px);
	display: block;
}
@media screen and (max-width: 1100px) {
	.p-top-flow-scroll-wrap {
		margin-inline: -15px;
	}
	.p-top-flow-list {
		padding-inline: 15px;
	}
}
/*----------------------------------------
20240507追加　TOPネイルデザインを探す
----------------------------------------*/
.p-top-design {
	padding-bottom: clamp( 35px, 10vw, 100px);
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	overflow: hidden;
	letter-spacing: 0;
}
.p-top-design-content {
	position: relative;
	z-index: 0;
	padding-top: clamp( 35px, 7.5vw, 80px);
}
.p-top-design-content::before {
	content: "";
	width: calc( 50% + 50VW + 150px );
	position: absolute;
	top: 0;
	left: -150px;
	bottom: 210px;
	background-color: #F7F1F2;
	z-index: -1;
	border-radius: clamp( 30px, 7vw, 100px) 0 0 clamp( 30px, 7vw, 100px);
}
.p-top-design-ttl {
	text-align: center;
	color: var(--fast-red);
	margin-block: clamp( 25px, 5vw, 50px) clamp( 20px, 4vw, 40px);
	font-weight: 600;
	font-size: clamp( 18px, 2.4vw, 24px);
}
.p-top-design-item {
	margin-inline: clamp( 10px, 1.5vw, 15px);
}
.p-top-design-item a {
	width: clamp( 200px, 28vw, 280px);
	background-color: var(--white);
	border-radius: 0 clamp( 15px, 2vw, 20px);
	overflow: hidden;
	box-shadow: 0 0 10px rgba(166, 138, 143, .15);
	font-size: clamp( 10px, 1.4vw, 14px);
	line-height: 1.4;
	display: block;
}
.p-top-design-item a:hover {
	text-decoration: none;
	opacity: 1;
	transform: translateY( -10px );
}
.p-top-design-item figure {
	margin-bottom: 0;
}
.p-top-design-box {
	padding: clamp( 15px, 2vw, 20px) clamp( 10px, 2vw, 20px);
	height: clamp( 145px, 19vw, 187px);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.p-top-design-name {
	margin-bottom: 10px;
	position: relative;
	font-weight: 600;
	font-size: clamp( 14px, 1.8vw, 18px);
	display: flex;
	align-items: center;
}
.p-top-design-name::before,
.p-top-design-name::after {
	content: "\25c6";
	color: var(--fast-red);
	font-size: .8em;
}
.p-top-design-name::before {
	margin-right: 5px;
}
.p-top-design-name::after {
	margin-left: 5px;
}
.p-top-design-button {
	width: clamp( 120px, 16vw, 160px);
	margin: auto auto 0;
	padding: 5px 10px;
	display: block;
	border: solid 1px var(--fast-red);
	border-radius: 100px;
	background-color: var(--fast-red);
	color: var(--white);
	text-align: center;
	overflow: hidden;
	position: relative;
	transition: .3s;
}
.p-top-design-button::before {
	content: "";
	position: absolute;
	border-top: solid 2px var(--white);
	border-right: solid 2px var(--white);
	width: 7px;
	height: 7px;
	transform: translateY( -50% ) rotate( 45deg );
	right: clamp( 10px, 1.5vw, 15px);
	top: 50%;
	z-index: 2;
	transition: .3s;
}
.p-top-design-item a:hover .p-top-design-button {
	background-color: var(--white);
	color: var(--fast-red);
}
.p-top-design-item a:hover .p-top-design-button::before {
	right: 10px;
	border-color: var(--fast-red);
}
.p-top-design-slide.slick-initialized {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 10px;
}
.p-top-design-slide:not(.slick-initialized) {
	max-height: 500px;
	overflow: hidden;
}
.p-top-design-slide .slick-list {
	overflow: visible;
	width: 100%;
}
.p-top-design-slide .slick-arrow {
	position: relative;
  width: clamp(35px , 5.5vw, 55px);
  height: clamp(35px , 5.5vw, 55px);
	order: 1;
	color: #A68A8F;
	background-color: transparent;
	border: solid 2px;
	border-radius: 100px;
	transition: .3s;
	cursor: pointer;
}
.p-top-design-slide .slick-arrow::before,
.p-top-design-slide .slick-arrow::after {
	content: "";
	position: absolute;
	transition: .3s;
	top: 50%;
}
.p-top-design-slide .slick-arrow::before {
	border-top: solid 2px;
	width: 34%;
	transform: translateY( -50% );
	left: 33%;
}
.p-top-design-slide .slick-arrow::after {
	border-top: solid 2px;
	width: 24%;
	height: 24%;
}
.p-top-design-slide .slick-arrow.slick-prev::after {
	border-left: solid 2px;
	transform: translateY( -50% ) rotate( -45deg );
	left: 33%;
}
.p-top-design-slide .slick-arrow.slick-next::after {
	border-right: solid 2px;
	transform: translateY( -50% ) rotate( 45deg );
	right: 33%;
}
.p-top-design-slide .slick-arrow:hover {
	color: #ffffff;
	background-color: #A68A8F;
	border-color: #A68A8F;
}
.p-top-design-slide .slick-arrow.slick-prev:hover::before {
	left: 28%;
}
.p-top-design-slide .slick-arrow.slick-prev:hover::after {
	left: 28%;
}
.p-top-design-slide .slick-arrow.slick-next:hover::before {
	left: 38%;
}
.p-top-design-slide .slick-arrow.slick-next:hover::after {
	right: 28%;
}
.p-top-design-list {
	margin-top: clamp( 40px, 8vw, 80px);
}
.p-top-design-tag {
	margin-block: clamp( 15px, 3vw, 30px) clamp( 25px, 5vw, 50px);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}
.p-top-design-tag a {
	border: solid 2px #A68A8F;
	background-color: #A68A8F;
	color: var(--white);
	font-size: clamp( 12px, 1.4vw, 14px);
	padding: clamp( 3px, .5vw, 5px) clamp( 10px, 1.5vw, 15px);
	min-width: clamp( 60px, 12vw, 120px);
	text-align: center;
	width: fit-content;
	border-radius: 100px;
	display: block;
	transition: .3s;
}
.p-top-design-tag a:hover {
	opacity: 1;
	text-decoration: none;
	background-color: var(--white);
	color: #A68A8F;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
	.p-top-design-content::before {
		width: calc(50% + 50vw + 10px );
		left: -10px;
	}
}
@media screen and (max-width: 767px) {
	.p-top-design-content {
		padding-bottom: 30px;
	}
	.p-top-design-content::before {
		width: calc(50% + 50vw);
		left: 0;
		bottom: 0;
	}
	.p-top-design-slide {
		margin-bottom: 25px;
	}
	.p-top-design-box p {
		line-height: 1.8;
	}
	.p-top-design-item a:hover {
		transform: unset;
	}
}

/*----------------------------------------
20240520追加　サロン比較
----------------------------------------*/
.p-top-comparison {
	overflow: hidden;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0;
}
.p-top-comparison_inner {
  position: relative;
	z-index: 1;
	padding-block: clamp( 30px, 7vw, 80px) ;
}
.p-top-comparison_inner::before {
  content: "";
  width: calc(50% + 50VW + 150px);
  position: absolute;
  top: 0;
  right: -150px;
  bottom: 0;
  background-color: #F7F1F2;
  z-index: -1;
  border-radius: 0 clamp( 30px, 7vw, 100px) clamp( 30px, 7vw, 100px) 0;
}
.p-top-comparison_table {
  margin-block: clamp( 25px, 4vw, 40px) 30px;
  padding: 20px 0 0;
  font-size: 14px;
}
.p-top-comparison_table .scroll-hint-icon-wrap {
	z-index: 1;
}
.p-top-comparison_table table {
  width: 1100px;
  border-collapse: separate;
}
.p-top-comparison_table thead th {
  color: #fff;
  background-color: #A68A8F;
	font-size: 24px;
	text-align: center;
}
.p-top-comparison_table thead th:nth-child(2) {
  background-color: #B12028;
  position: relative;
}
.p-top-comparison_table thead th:nth-child(2)::before {
  content: "";
  height: 25px;
  border-radius: 20px 20px 0 0;
  background-color: #B12028;
  position: absolute;
  top: -20px;
  left: -5px;
	right: -5px;
  z-index: 1;
}
.p-top-comparison_table thead td {
	background-color: var(--white);
}
.p-top-comparison_table tbody th {
  width: 240px;
	height: 65px;
  font-size: 16px;
  background-color: #fff;
	text-align: center;
}
.p-top-comparison_table tbody td {
  width: 270px;
  padding-inline: 60px 10px;
	font-weight: 600;
  background-color: #fff;
  position: relative;
	z-index: 1;
}
.p-top-comparison_table tbody td:nth-child(2) {
  width: 320px;
  background-color: #FFF0F2;
}
/* 角丸 */
.p-top-comparison_table thead td:first-child {
  border-radius: 20px 0 0 0;
  box-shadow: -20px -20px 0 20px #F7F1F2;
}
.p-top-comparison_table thead th:last-child {
  border-radius: 0 20px 0 0;
}
.p-top-comparison_table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 20px;
  box-shadow: -20px 0 0 0 #F7F1F2;
}
.p-top-comparison_table tbody tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}
/* 通常ボーダー */
.p-top-comparison_table thead th,
.p-top-comparison_table thead td {
  border-top: 1px solid #EBE7E7;
}
.p-top-comparison_table thead th,
.p-top-comparison_table th,
.p-top-comparison_table td {
  border-left: 1px solid #EBE7E7;
  border-bottom: 1px solid #EBE7E7;
}
.p-top-comparison_table thead th:last-child,
.p-top-comparison_table tbody td:last-child {
  border-right: 1px solid #EBE7E7;
}
.p-top-comparison_table tr > *:first-child,
.p-top-comparison_table thead th:last-child,
.p-top-comparison_table tbody td:last-child {
  border-right: 1px solid #EBE7E7;
}
/* 赤太ボーダー */
.p-top-comparison_table thead th:nth-child(2) {
  border-left: 5px solid #B12028;
  border-right: 5px solid #B12028;
  border-bottom: 0;
}
.p-top-comparison_table tbody td:nth-child(2) {
  border-right: 5px solid #B12028;
  border-left: 5px solid #B12028;
  box-shadow: inset 0 -1px 0 #EBE7E7;
  border-top: 0;
  border-bottom: 0;
}
.p-top-comparison_table tbody tr:last-child td:nth-child(2) {
  border-bottom: 5px solid #B12028;
}
/* 赤テキスト */
.p-top-comparison_table .red {
  color: #B12028;
}
/* アイコン */
.p-top-comparison_table .double-circle,
.p-top-comparison_table .circle,
.p-top-comparison_table .triangle {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 1;
}
.p-top-comparison_table .double-circle::before,
.p-top-comparison_table .double-circle::after,
.p-top-comparison_table .circle::before {
  content: "";
  border-radius: 50px;
  border: 2px solid #B12028;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top-comparison_table .double-circle::before,
.p-top-comparison_table .circle::before {
  width: 24px;
  height: 24px;
  z-index: 0;
}
.p-top-comparison_table .double-circle::after {
  width: 15px;
  height: 15px;
  z-index: 1;
}
.p-top-comparison_table .circle::before {
  border-color: #333;
}
.p-top-comparison_table .triangle::before,
.p-top-comparison_table .triangle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-top-comparison_table .triangle::before {
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-bottom: 26px solid #D9CBA0;
}
.p-top-comparison_table .triangle::after {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 20px solid #fff;
	top: calc(50% + 1px);
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-top-comparison_inner::before {
		width: 100vw;
    left: -15px;
		right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .p-top-comparison_table tr > *:first-child {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10000;
  }
}
@media screen and (max-width: 767px) {
  .p-top-comparison_inner::before {
		width: 100vw;
    left: -15px;
		right: auto;
  }
  .p-top-comparison_table {
    margin-top: 20px;
		font-size: 10px;
  }
	.p-top-comparison_table.is-scrollable {
		margin-right: -15px;
	}
	.p-top-comparison_table.is-scrollable > div {
		padding-right: 15px;
		display: inline-block;
	}
	.p-top-comparison_table table {
    width: 680px;
  }
  .p-top-comparison_table thead th {
    font-size: 20px;
  }
  .p-top-comparison_table thead th:nth-child(2) img {
    width: 75%;
  }
  .p-top-comparison_table thead th:nth-child(2)::before {
    height: 15px;
    top: -15px;
  }
  .p-top-comparison_table tbody th {
    width: 70px;
		height: 48px;
		font-size: 10px;
  }
  .p-top-comparison_table tbody td {
    width: 200px;
    padding-inline: 40px 5px;
  }
  .p-top-comparison_table tbody td:nth-child(2) {
    width: 210px;
  }
	.p-top-comparison_table .double-circle,
	.p-top-comparison_table .circle,
	.p-top-comparison_table .triangle {
		left: 20px;
	}
	.p-top-comparison_table .double-circle::before,
	.p-top-comparison_table .circle::before {
		width: 20px;
		height: 20px;
	}
	.p-top-comparison_table .double-circle::after {
		width: 11px;
		height: 11px;
	}
	.p-top-comparison_table .triangle::before {
		border-width: 0 11px 22px;
	}
	.p-top-comparison_table .triangle::after {
		border-width: 0 9px 17px;
	}
}
/* サロン比較 comparison ここまで */

/*----------------------------------------
TOP Instagram
----------------------------------------*/
.p-top-instagram {
	overflow: hidden;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0;
  margin-top: clamp( 30px, 6vw, 60px);
  margin-bottom: clamp( 50px, 10vw, 120px);
}
.p-top-instagram_head {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.p-top-instagram_icon {
  width: 100px;
}
.p-top-instagram_text {
  margin-left: 30px;
}
.p-top-instagram_text h2 {
  font-size: 30px;
  font-weight: 700;
}
.p-top-instagram_text p a {
  color: var(--fast-red);
}
.p-top-instagram_text p a:hover {
	text-decoration: none;
	opacity: 1;
}
.p-top-instagram_text h2::first-letter {
  color: var(--fast-red);
}
.p-top-instagram_cont {
  padding: 0 25px;
}
.p-top-instagram_cont:not(:first-child) {
  margin-top: 30px;
}
.p-top-instagram_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.p-top-instagram_item img {
  border-radius: 20px;
}
/* ボタン */
.p-top-instagram_btn-wrap {
  width:  clamp( 220px, 28vw, 250px);
  margin: auto;
}
.p-top-instagram_btn-wrap.js--more-link {
	display: none;
}
.p-top-instagram_btn-wrap .p-top-instagram_btn {
  color: #fff;
  font-size: clamp( 14px, 1.6vw, 16px);
  width: 100%;
  display: block;
  padding: 5px;
  background-color: #A68A8F;
  border: 2px solid #A68A8F;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: .3s;
}
.p-top-instagram_btn:hover {
  color: #A68A8F;
  background-color: #fff;
}
.p-top-instagram_btn-more::before,
.p-top-instagram_btn-more::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  z-index: 1;
  transition: .3s;
}
.p-top-instagram_btn-more::after {
  transform: translateY(-50%) rotate(90deg);
}
.p-top-instagram_btn-more:hover::before,
.p-top-instagram_btn-more:hover::after {
  background-color: #A68A8F;
}
.p-top-instagram_btn-link::before,
.p-top-instagram_btn-link::after {
  content: "";
  position: absolute;
  z-index: 1;
  transition: .3s;
}
.p-top-instagram_btn-link::before {
  width: 9px;
  height: 7px;
  border: 1px solid #fff;
  top: 45%;
  right: 20px;
  transform: translateY(-50%);
}
.p-top-instagram_btn-link::after {
  width: 10px;
  height: 9px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 40%;
  right: 17px;
}
.p-top-instagram_btn-link:hover::before,
.p-top-instagram_btn-link:hover::after {
  border-color: #A68A8F;
}
.p-top-instagram_cont .p-top-instagram_btn-wrap {
  margin-top: clamp( 20px, 4vw, 40px);
}
/* スライド調整 */
.p-top-instagram_slider-wrap {
  margin-top: 40px;
}
.p-top-instagram .slick-list {
  margin-bottom: clamp( 15px, 3vw, 30px);
}
.p-top-instagram .p-top-instagram_slider {
  width: min( calc(100% - 30px), 1400px );
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 10px;
}
.p-top-instagram_slider-slide {
  margin: 0 5px;
  transform: scale(0.9);
  position: relative;
  cursor: pointer;
  transition: .3s;
}
.p-top-instagram_slider-slide:hover {
  transform: scale(1);
}
.p-top-instagram_slider-slide.slick-current {
  transform: scale(1);
  cursor: default;
}
.p-top-instagram_slider-slide::before {
  content: "";
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.p-top-instagram_slider-slide::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/instagram/icon_play.png) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-top-instagram_slider-slide.slick-current::before,
.p-top-instagram_slider-slide.slick-current::after {
  display: none;
}
.p-top-instagram_slider-slide video {
  width: 100%;
  border-radius: 20px;
	vertical-align: top;
}
.p-top-instagram_slider-slide a {
  display: block;
}
.p-top-instagram_slider-slide.slick-current a:hover {
  opacity: 1;
}
.p-top-instagram_slider-wrap .p-top-instagram_btn-wrap {
  margin-top: clamp( 15px, 3vw, 30px);
}
/* スライド矢印 */
.p-top-instagram_slider .slick-arrow {
  position: relative;
  width: clamp(35px, 5.5vw, 55px);
  height: clamp(35px, 5.5vw, 55px);
  order: 1;
  color: #A68A8F;
  background-color: #ffffff;
  border: solid 2px;
  border-radius: 100px;
  transition: .3s;
  cursor: pointer;
}
.p-top-instagram_slider .slick-arrow::before, .p-top-instagram_slider .slick-arrow::after {
  content: "";
  position: absolute;
  transition: .3s;
  top: 50%;
}
.p-top-instagram_slider .slick-arrow::before {
  border-top: solid 2px;
  width: 34%;
  transform: translateY(-50%);
  left: 33%;
}
.p-top-instagram_slider .slick-arrow::after {
  border-top: solid 2px;
  width: 24%;
  height: 24%;
}
.p-top-instagram_slider .slick-arrow.slick-prev::after {
  border-left: solid 2px;
  transform: translateY(-50%) rotate(-45deg);
  left: 33%;
}
.p-top-instagram_slider .slick-arrow.slick-next::after {
  border-right: solid 2px;
  transform: translateY(-50%) rotate(45deg);
  right: 33%;
}
.p-top-instagram_slider .slick-arrow:hover {
  color: #ffffff;
  background-color: #A68A8F;
  border-color: #A68A8F;
}
.p-top-instagram_slider .slick-arrow.slick-prev:hover::before {
  left: 28%;
}
.p-top-instagram_slider .slick-arrow.slick-prev:hover::after {
  left: 28%;
}
.p-top-instagram_slider .slick-arrow.slick-next:hover::before {
  left: 38%;
}
.p-top-instagram_slider .slick-arrow.slick-next:hover::after {
  right: 28%;
}
@media screen and (min-width: 768px) {
	.p-top-instagram_list:not(.js--more-list) .p-top-instagram_item:nth-child(n + 9) {
		display: none;
	}
}
@media screen and (max-width: 767px) {
  .p-top-instagram_head {
    margin-bottom: 20px;
  }
  .p-top-instagram_icon {
    width: 80px;
  }
  .p-top-instagram_text {
    width: calc(100% - 100px);
    margin-left: 20px;
  }
  .p-top-instagram_text h2 {
    font-size: 18px;
  }
  .p-top-instagram_text p {
    font-size: 12px;
  }
  .p-top-instagram_cont {
    padding: 0;
  }
  .p-top-instagram_cont:not(:first-child) {
    margin-top: 15px;
  }
  .p-top-instagram_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .p-top-instagram_item img {
    border-radius: 10px;
  }
	.p-top-instagram_list:not(.js--more-list) .p-top-instagram_item:nth-child(n + 10) {
		display: none;
	}
	.p-top-instagram_list .p-top-instagram_item:nth-child(n + 16) {
		display: none;
	}
	.p-top-instagram_btn-wrap .p-top-instagram_btn {
		padding: 8px 5px;
	}
  .p-top-instagram .p-top-instagram_slider {
    width: 100%;
  }
}

/*----------------------------------------
TOP FAST MEMBER（インフルエンサーさんに大人気）
----------------------------------------*/
.p-top-member {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-block: clamp(30px, 7vw, 110px) clamp(40px, 8vw, 120px);
  overflow: hidden;
  letter-spacing: 0;
}
.p-top-member .slick-list {
  width: 100%;
  overflow: visible;
}
.p-top-member_slider-wrap {
  margin-top: 40px;
}
.p-top-member .p-top-member_slider {
  margin: clamp(20px, 5vw, 50px) auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.p-top-member_slider .slick-track {
  margin-bottom: 20px;
}
.p-top-member .p-top-member_slider-slide {
  margin: 0 15px;
}
.p-top-member .p-top-member_slider-slide figure {
  margin-bottom: 0;
}
.p-top-member .p-top-member_slider-slide img {
  border-radius: clamp(10px, 2vw, 20px);
}

/* スライド矢印 */
.p-top-member_slider .slick-arrow {
  position: relative;
  width: clamp(35px, 5.5vw, 55px);
  height: clamp(35px, 5.5vw, 55px);
  order: 1;
  color: #A68A8F;
  background-color: #ffffff;
  border: solid 2px;
  border-radius: 100px;
  transition: .3s;
  cursor: pointer;
}
.p-top-member_slider .slick-arrow::before, .p-top-member_slider .slick-arrow::after {
  content: "";
  position: absolute;
  transition: .3s;
  top: 50%;
}
.p-top-member_slider .slick-arrow::before {
  border-top: solid 2px;
  width: 34%;
  transform: translateY(-50%);
  left: 33%;
}
.p-top-member_slider .slick-arrow::after {
  border-top: solid 2px;
  width: 24%;
  height: 24%;
}
.p-top-member_slider .slick-arrow.slick-prev::after {
  border-left: solid 2px;
  transform: translateY(-50%) rotate(-45deg);
  left: 33%;
}
.p-top-member_slider .slick-arrow.slick-next::after {
  border-right: solid 2px;
  transform: translateY(-50%) rotate(45deg);
  right: 33%;
}
.p-top-member_slider .slick-arrow:hover {
  color: #ffffff;
  background-color: #A68A8F;
  border-color: #A68A8F;
}
.p-top-member_slider .slick-arrow.slick-prev:hover::before {
  left: 28%;
}
.p-top-member_slider .slick-arrow.slick-prev:hover::after {
  left: 28%;
}
.p-top-member_slider .slick-arrow.slick-next:hover::before {
  left: 38%;
}
.p-top-member_slider .slick-arrow.slick-next:hover::after {
  right: 28%;
}
.p-top-member_ambassador {
  margin-top: clamp(20px, 5vw, 70px);
}
.p-top-member_pr {
  font-size: clamp(12px, 1.4vw, 14px);
  font-weight: 700;
	line-height: 1;
  color: var(--fast-red);
  text-align: center;
	margin: 0;
	position: relative;
	bottom: 36px;
	pointer-events: none;
}


@media screen and (max-width: 768px) {
  .p-top-member .slick-list {
    overflow: hidden;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .p-top-member .p-top-member_slider-slide {
    margin: 0 5px;
  }
  .p-top-member .p-top-member_slider-slide.slick-current {
    margin: 0 5px;
  }
  .p-top-member_slider .slick-track {
    margin-bottom: 0;
  }
	.p-top-member_pr {
		margin-top: 15px;
		position: static;
		bottom: unset;
	}
}

/*----------------------------------------
TOP NEWS・PR（お知らせ）
----------------------------------------*/
.p-top-news {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-block: clamp(15px, 3vw, 60px) clamp(40px, 8vw, 80px);
  letter-spacing: 0;
}
.p-top-news_banner {
  margin-top: clamp(20px, 4vw, 40px);
}
.p-top-news_slider-slide {
  padding: 0 clamp(5px, 1.5vw, 15px);
}
.p-top-news_slider-slide figure {
  margin-bottom: 0;
}
.p-top-news_slider-slide img {
  border-radius: 10px;
}
.p-top-news_slider .slick-dots {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: clamp(10px, 1.5vw, 15px);
  order: 1;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.p-top-news_slider .slick-dots li button {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: var(--fast-red);
  text-indent: -9999px;
  opacity: .3;
}
.p-top-news_slider .slick-dots li.slick-active button {
  opacity: 1;
}
.p-top-news_new {
  margin-top: clamp(15px, 4vw ,40px);
  background-color: #F6F6F6;
  border-radius: 10px;
}
.p-top-news_new-post {
  width: calc(100% - 200px);
  margin-right: 40px;
}
.p-top-news_new-content {
	padding: clamp( 15px, 2vw, 20px) clamp( 10px, 2vw, 20px) clamp( 20px, 3vw, 30px);
  display: flex;
  justify-content: space-between;
}
.p-top-news_new-tag {
  font-size: clamp(14px, 1.6vw, 16px);
  width: 140px;
  color: #fff;
  margin-bottom: 0;
  padding: 5px 0;
  text-align: center;
  background-color: var(--fast-red);
  border-radius: 8px 0 8px 0;
}
.p-top-news_new-link {
  display: block;
}
.p-top-news_new-link:hover {
  opacity: 1;
}
.p-top-news_new-title_wrap {
  display: flex;
  margin-bottom: 5px;
}
.p-top-news_new-date {
  color: #7F0006;
  font-size: clamp(12px, 1.4vw, 14px);
  font-weight: 700;
}
.p-top-news_new-title {
  color: #7F0006;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 700;
  margin-left: clamp(10px, 2vw, 20px);
	flex-grow: 1;
	overflow: hidden;
	white-space: nowrap;
  text-overflow: ellipsis;
}
.p-top-news_new-text {
  color: #7F0006;
  font-size: clamp(12px, 1.4vw, 14px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.p-top-news_btn-wrap {
  width: 160px;
  margin: auto;
}
.p-top-news_btn-wrap .p-top-news_new-btn {
  color: #fff;
  font-size: clamp(14px, 1.6vw, 16px);
  width: 100%;
  display: block;
  padding: 5px 20px;
  background-color: #A68A8F;
  border: 2px solid #A68A8F;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: 0s;
}
.p-top-news_new-btn:hover {
  color: #A68A8F;
  background-color: #fff;
}
.p-top-news_new-btn::before {
  content: "";
  position: absolute;
  border-top: solid 2px;
  border-right: solid 2px;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  right: 10px;
  top: 50%;
  z-index: 2;
  transition: .3s;
}
.p-top-news_new-btn:hover::before {
  right: 7px;
}
@media screen and (max-width: 767px)  {
  .p-top-news_slider-slide {
    padding: 0;
  }
  .p-top-news_new-content {
    display: block;
  }
  .p-top-news_new-post {
		width: auto;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .p-top-news_new-text {
    line-height: 1.8;
    -webkit-line-clamp: 2;
  }
}
