@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&family=Noto+Sans+JP:wght@100..900&display=swap');

html {
  font-size: 0.313vw;
}
body {
  font-family: "Noto Sans JP", sans-serif;
}


.is-hide {
  display: none;
}
.pcNone {
	display: none !important;
}
.spNone {
	display: block !important;
}

.area-wrap {
  background-color: #f4f6fa;
}

/* ヘッダエリア */
#header {
  position: sticky;
  transition: all 0.1s;
  width: 100%;
  z-index: 15;
  top: 0;
}
#header a:hover {
	opacity: 0.5;
}
#header.area-header {
  height: 4.688vw;
  filter: drop-shadow(1.414px 1.414px 2px rgba(0,0,0,0.1));
  background-color: #ffffff;
  inline-size: auto;
  z-index: 1000;
}
#header.area-header-single {
  width: 100vw;
  height: 2.844vw !important;
  background-color: #ffffff;
}
.area-header-single img {
  width: 1.375vw;
  height: 1.188vw;
  margin-left: 1.25vw;
}
.area-header-wrap {
  position: relative;
  height: 100%;
}
.area-header-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  height: 100%;
  position: relative;
  z-index: 10;
}
.area-header-contents .logo-area a {
  text-decoration: none;
}
.area-header-single .logo .logo-title img {
  width: 11vw;
  height: auto;
  margin-left: 0;
  margin-bottom: 0.2vw;
}
@media screen and (max-width: 750px) {
  .area-header-single .logo .logo-title img {
    width: 36vw;
    margin-bottom: 0.5vw;
  }
}

/* ロゴ */
.area-header .logo-area {
  margin-left: 1.625vw;
}
.area-header .logo {
  text-decoration: none;
}
.area-header .logo p {
  font-size: 3.8rem;
  letter-spacing: 0.063vw;
  line-height: 6.6rem;
  color: #000000;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.area-header .logo p.sub-title {
  font-size: 2.2rem;
  letter-spacing: 0.063vw;
  line-height: 2.2rem;
  color: #000000;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  margin-top: 1.5rem;
}
.area-header-single .logo {
  text-decoration: none;
}
.area-header-single .logo p {
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 2.063vw;
  color: #000000;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  text-align: center;
}

/* 弁当メニュー */
.bento-menu {
  width: 1.5vw;
  height: 1.5vw;
  background: url(/common/images/bento_menu.png) no-repeat center center;
  background-size: 100%;
  text-indent: -9999px;
  margin-right: 1.25vw;
  cursor: pointer;
}
.bento-menu.is-show {
  background: url(/common/images/menu-close3.png) no-repeat center center;
  background-size: 100%;
}
.header-menu,
.header-menu2 {
  width: 97.5vw;
  position: absolute;
  left: 0;
  top: -100vh;
  transition: top 0.6s ease-in-out;
  background-color: #fff;
}
.area-header .header-menu.is-show {
  top: 4.688vw;
}
.area-header-single .header-menu.is-show {
  top: 2.844vw;
}
.header-menu-box-1 {
  height: 4.063vw;
  background-color: #323c50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 1.3vw;
}
.header-menu-box-1 a {
  display: flex;
  align-items: center;
}
.header-menu-box-1-left {
  display: flex;
}
.header-menu a.header-menu-bsr-info {
  font-size: 3.2rem;
  letter-spacing: 0.2vw;
  line-height: 4rem;
  color: #ffffff;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
}
.header-menu a.header-menu-bsr-info::before,
.header-menu a.header-menu-press:before {
  display: inline-block;
  content: "";
  background-image: url(/common/images/icon_arrow3.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.93vw;
  height: 0.93vw;
  border: none;
  margin-right: 0.6vw;
}
.header-menu a.header-menu-press {
  font-size: 2.4rem;
  line-height: 4rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  margin-left: 3.6vw;
  margin-right: 0.95vw;
  letter-spacing: 0.13vw;
}
.header-menu-press-box {
  display: flex;
  align-items: center;
}
.header-menu-press-box::before {
  content: "";
  background-image: url(/common/images/header-menu-press-box-before.png);
  background-size: cover;
  width: 0.313vw;
  height: 1.6vw;
  border: none;
  margin-right: 1vw;
}
.header-menu-press-box::after {
  content: "";
  background-image: url(/common/images/header-menu-press-box-after.png);
  background-size: cover;
  width: 0.313vw;
  height: 1.6vw;
  border: none;
}
.header-menu-press-box a {
  font-size: 2.6rem;
  letter-spacing: 0.09vw;
  line-height: 4rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  margin-right: 1vw;
}
.header-menu-press-box a:before {
  display: inline-block;
  content: "";
  background-image: url(/common/images/icon_arrow4.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.4vw;
  height: 0.4vw;
  border: none;
  margin-right: 0.42vw;
}

/* ヘッダメニュー その他リンク */
.header-menu-box-2 {
  height: 4.125vw;
  background-color: #283144;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.6vw 0 1.2vw;
}
.header-other-links {
  width: 100vw;
  height: 2.813vw;
  background-color: #283144;
}
.header-other-links .header-other-wapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-other-links .header-other-wapper a {
  font-size: 2.4rem;
  line-height: 4rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  margin-right: 0.625vw;
}
.header-other-links .header-other-wapper li {
  display: flex;
  align-items: center;
}
.header-other-links .header-other-wapper li:not(:last-child)::after {
  content: "|";
  color: #ffffff;
  margin-right: 0.625vw;
}
ul.header-sns-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
ul.header-sns-wrapper li:not(:last-child) {
	padding-right: 0.7vw;
}
ul.header-sns-wrapper li img {
  width: 2.8125vw;
  height: 2.8125vw;
}
.header-menu-box-1-right {
  width: 13.4375vw;
  height: 2.8125vw;
  background-color: rgba(255,255,255,0);
  border: 0.0625vw solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.6vw;
}
.header-menu-box-1-right a {
  text-decoration: none;
  font-size: 3.2rem;
  letter-spacing: 0.04vw;
  line-height: 2.0625vw;
  color: #ffffff;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  width: 100%;
  padding-left: 2.9vw;
}
.header-menu-box-1-right a::after {
  display: inline-block;
  content: "";
  background-image: url(/common/images/icon_arrow2.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.1875vw;
  height: 0.6875vw;
  border: none;
  margin-left: 1.5625vw;
}

/* TOPに戻るアイコン */
#pageTopWrap .pageTop.on a {
  width: 3vw;
  height: 3vw;
}

/* 上部画像エリア */
.mv-wrapper {
  container-type: inline-size;
  position: relative;
  block-size: max(480px, 100svb);
  margin-inline: auto;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .mv-wrapper {
    block-size: auto;
    padding-block-end: 40px;
  }
}
.area-top-box {
  --_layout-width: 1280;
  --_fluid-ratio: calc(1 / var(--_layout-width) * 100cqi);
  --_text-safe-area: calc(100 * var(--_fluid-ratio));
  --_mv-left-space: max(calc(120 * var(--_fluid-ratio)), 120px);
  --_gradient-start: calc(100% - 925px);
  --_gradient-end: calc(100% - 750px);

  block-size: inherit;
  display: block grid;
  grid-template: [image-start] 55svb [text-start] 1fr [image-end text-end] /
    [image-start] 5% [text-start] var(--_text-safe-area) 1fr [image-end text-end];
  background-color: #fff;
}

.area-top-box::after {
  content: "";
  grid-area: image / image;
  z-index: 1;
  background-image: linear-gradient(90deg, rgb(255, 255, 255) var(--_gradient-start), transparent var(--_gradient-end));
}

@container (inline-size <= 900px) {
  .area-top-box {
    --_gradient-start: 0%;
    --_gradient-end: 0%;
  }
}

.area-top-box .area-top-text {
  z-index: 2;
  grid-area: text / text;
  line-height: 1.6;
}

.area-top-box .area-top-text .top-text {
  color: #012B54;
  font-weight: bold;
  font-size: clamp(29px, calc(24.754716981132077px + 0.5660377358490566vw), 32px);
  margin-block-end: 24px;
  letter-spacing: 0.05em;
}

.area-top-box .area-top-text .bottom-text {
  color: #383838;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.05em;
}

.area-top-box .top-img-wrapper {
  grid-area: image / image;
  position: relative;
  min-block-size: 100%;
}

.area-top-box .top-img-wrapper::before {
  content: "";
  display: block flow;
}

.area-top-box .top-img-wrapper img {
  position: absolute;
  inline-size: 100%;
  block-size: 100%;
  object-fit: contain;
  object-position: right;
}

@media screen and (max-width: 750px) {
  .area-top-box .top-img-wrapper img {
    object-position: top;
  }
}

@container (750px <= inline-size <= 1000px) {
  .area-top-box .top-img-wrapper img {
    object-fit: cover;
  }
}
.mv-wrapper > .direPath {
  position: absolute;
  top: 1vw;
  left: 1vw;
  z-index: 3;
}
.mv-wrapper > .direPath ul li {
  font-size: 10px;
  line-height: 1.5;

}
.mv-wrapper > .direPath ul li .direPath-home,
.mv-wrapper > .direPath ul li .direPath-area {
  color: #383838;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .area-top-box{
    --_layout-width: 400;

    grid-template:
        [image-start] 50svb [text-start] auto
        [image-end text-end] / [image-start] 10px [text-start] auto [image-end text-end];
  }

  .area-top-box::after {
    grid-area: image;
  }
  .area-top-box::before {
    content: "";
    grid-area: image;
    background-image: linear-gradient(0deg, rgb(255, 255, 255) 30%, transparent 40%);
    z-index: 1;
  }
  .area-top-box .area-top-image {
    grid-area: image;
  }
  .area-top-box .area-top-text {
    grid-area: text;

    & .top-text {
      font-size: 21px;
      font-style: normal;
      font-weight: 700;
      line-height: 160%;
      letter-spacing: 1.05px;
    }
  }

  .mv-wrapper > .direPath {
    top: 4vw;
    left: 4vw;
    width: auto;
    z-index: 999;
  }

}

.area-top-text p.top {
  font-size: 3.2rem;
  letter-spacing: 0.125vw;
  line-height: 6.6rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.2));
}
.area-top-text p.middle {
  font-size: 6.8rem;
  letter-spacing: 0.25vw;
  line-height: 9.8rem;
  color: #ffffff;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.2));
  margin: 0.8vw 0;
}
.area-top-text p.bottom {
  font-size: 3.2rem;
  letter-spacing: 0.125vw;
  line-height: 6.2rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.2));
}

/* コンテンツエリア */
.area-contens {
  margin: 0 4vw;
}

/* 各コーナータイトル */
.area-contens .area-contents-title {
  display: flex;
  justify-content: space-between;
  color: #323c50;
  margin-inline-end: calc((100% - 720px) / 2);
  @media (width <= 750px) {
    margin-inline-end: 0;
  }
}
.area-contens .area-contents-title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.area-contens .area-contents-title h2::before {
  content: "";
  width: 1.25vw;
  height: 0.125vw;
  background-color: #323c50;
  margin-right: 0.625vw;
  margin-left: 0.5vw;
}
.area-contens .area-contents-title span {
  color: #383838;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.36px;
}
.area-contens .area-contents-title .text-xl,
.area-contens .area-contents-title .text-xl2 {
  font-size: 8.2rem;
  letter-spacing: 0.219vw;
  line-height: 6.6rem;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  margin-left: 0;
}

.area-contens .area-contents-title h2 .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.area-contens .area-contents-title h2 .title-wrapper .ff-p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.9px;
  font-size: 30px;
  line-height: 1;
  color: #012B54;
}

.area-reporter-wrap {
  position: relative;
}
.area-reporter-wrap .area-reporter-inner {
  position: relative;
  padding-block: 40px 31.79px;

  @media screen and (max-width: 750px) {
    padding: 0;
  }
}
.area-reporter-wrap .area-reporter-inner .area-reporter-title {
  text-align: center;

  & h2 {
    display: block grid;
    grid-template-columns: auto max-content;
    column-gap: 14px;
    justify-content: center;
    align-items: center;

    @media screen and (max-width: 750px) {
      grid-template-columns: auto;
    }
  }
}

.area-reporter-title .top-title {
  display: inline-block;
  width: 280px;
}
.area-reporter-title .top-text {
  color: #383838;
  font-weight: 700;
  font-size: 21px;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.57px;
}
.area-reporter-title .bottom-text {
  color: #383838;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.05em;
}

.area-reporter-title-img {
  position: relative;
}
.area-reporter-title-img::before {
  content: "";
  position: absolute;
  right: -113px;
  bottom: 10px;
  width: 140px;
  height: 35px;
  transform: rotate(-10deg);
  background: no-repeat center / contain url('/common/images/area-title-image.svg');

  @media screen and (max-width: 750px) {
    right: -95px;
  }
}

.area-reporter-contents {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  margin-inline: 15vw;
  margin-block-start: 20px;
}
.area-reporter-box {
  flex: 0 0 calc(25% - 20px);
  background-color: #FEF6F5;
}
.area-reporter-box a {
  text-decoration: none;
}

.area-reporter-box .inner {
  display: grid;
  grid-template-columns: 61px 1fr;
  grid-template-rows: auto auto;
  grid-template-areas:  "image top"
                        "bottom bottom";
  padding: 10px 10px 10px;
  column-gap: 3.15px;
  row-gap: 6px;

  @media screen and (max-width: 450px) {
    grid-template-columns: 45px 1fr;
  }
}
.area-reporter-box .inner .image {
  inline-size: 47.69px;
  block-size: 48.232px;
  border-radius: calc(infinity* 1px);
  overflow: hidden;
  background-color: #fff;
}

.area-reporter-box .inner .top {
  grid-area: top;
  align-content: center;
}
.area-reporter-box .inner .top .katagaki {
  color: #383838;
  font-weight: normal;
  font-size: 9px;
  line-height: 1.6;
  letter-spacing: 0.27px;
}
.area-reporter-box .inner .top .name {
  display: block;
  color: #383838;
  font-weight: 500;
  letter-spacing: 0.42px;
  font-size: 14px;
  margin-top: .05em;
  line-height: 1.2;
}

.area-reporter-box .inner .bottom {
  grid-area: bottom;
}
.area-reporter-box .inner .bottom .ex {
  color: #797777;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1.4;
  font-size: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

  & a:link {
    color: #797777;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 1.4;
    font-size: 10px;
  }
}



.special-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
      to right,
      #F4DFE6 0%,
      #F4DFE6 20%,
      #F9EAD4 50%,
      #FFEFC1 80%,
      #FFEFC1 100%
  );
}

.special-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
      radial-gradient(
          circle,
          white 20%,
          transparent 20%
      ),
      radial-gradient(
          circle,
          white 20%,
          transparent 20%
      );
  background-size: 37px 45px;
  background-position: 0 0, 20px 23px;
  opacity: 0.3;
}

.special-section-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}



.people-carousel {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}

.carousel-container {
  overflow: hidden;
  scroll-behavior: smooth;
}

.carousel-track {
  display: flex;
  column-gap: 20px;

  @media screen and (max-width: 750px) {
    column-gap: 12px;
  }
}

.carousel-navigation {
  display: flex;
  justify-content: center;
  margin-top: 3vw;

  @media screen and (max-width: 750px) {
    margin-top: 36px;
  }
}

.carousel-indicators {
  display: flex;
  justify-content: center;
}

.indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
  margin: 0 5px;
  cursor: pointer;
}

.indicator.active {
  background-color: #333;
}

@media screen and (max-width: 750px) {
  .area-reporter-title .top-title {
    display: block;
    inline-size: 127px;
    margin-inline: auto;
  }
  .area-reporter-title .top-text {
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.57px;
    padding-left: 0;
    margin-block-start: 2px;
  }
  .area-reporter-title-img::before {
    top: -1.0em;
    width: 120px;
    height: 40px;
    transform: rotate(-10deg);
  }
  .area-reporter-title .bottom-text {
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.7px;
    margin-block-start: 25px;
  }
  .area-reporter-wrap .area-reporter-inner {
    padding-block: 37px 33px;
    margin: 0 0 0 2vw;
  }  
  .area-reporter-contents {
    width: 100%;
    margin-inline: 0;
    margin-block-start: 30px;
  }
  .area-reporter-box {
    flex: 0 0 calc(50% - 10px);
    padding: 10px;
  }
  .area-reporter-box .inner {
    padding: 0;
  }
  .area-reporter-box .inner .image {
    width: 100%;
    height: 100%;
  }
  .area-reporter-box .inner .top .name {
    line-height: 1.2;
  }
}

/* おすすめ美容室エリア */
/* 絞り込みボタン */
.area-recommend-box button {
  width: 9.375vw;
  height: 3.438vw;
  filter: drop-shadow(1.414px 1.414px 2px rgba(0,0,0,0.1));
  background-color: #323c50;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 2.6rem;
  letter-spacing: 0.063vw;
  line-height: 4rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}
.area-recommend-box button i {
  margin-right: 0.313vw;
}
/* おすすめサロン情報 */
.area-recommend-salons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.8vw;
  gap: 0.8vw;
}
.area-recommend-salon-box {
  width: calc((100% - 1.6vw) / 3);
  height: 27.813vw;
  filter: drop-shadow(1.414px 1.414px 2px rgba(0,0,0,0.1));
  background-color: #ffffff;
  margin: 0.4vw;
  position: relative;
  transition: transform 1.5s cubic-bezier(.19, 1, .22, 1) !important;
  opacity: 1 !important;
}

.area-recommend-salon-box .salon-info-image {
  overflow: hidden;
  opacity: 1 !important;
}

.area-recommend-salon-box .salon-info-image img {
  transform: scale(1);
  transition: transform 1.5s cubic-bezier(.19, 1, .22, 1) !important;
  opacity: 1 !important;
}

.area-recommend-salon-box .report-title {
  color: #012B54;
  transition: color 1.5s cubic-bezier(.19, 1, .22, 1) !important;
  opacity: 1 !important;
}

.area-recommend-salon-box:hover .salon-info-image {
  overflow: hidden;
  opacity: 1 !important;
}

.area-recommend-salon-box:hover .salon-info-image img {
  transform: scale(1.1);
  transition-duration: .7s !important;
  opacity: 1 !important;
}

.area-recommend-salon-box:hover .report-title {
  color: #7EAAD0 !important;
  transition: color .7s cubic-bezier(.19, 1, .22, 1) !important;
  opacity: 1 !important;
}

/* モバイルはホバー設定を無効化 */
@media screen and (max-width: 750px) {
  .area-recommend-salon-box:hover .salon-info-image img {
    transform: scale(1) !important;
    transition-duration: 0s !important;
  }
  .area-recommend-salon-box:hover .report-title {
    color: #012B54 !important;
    transition-duration: 0s !important;
  }
}

.area-recommend-salon-box .salon-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;

  &:link {
    opacity: 1;
  }
}
/* サロン画像 */
.area-recommend-salon-box .salon-image-box {
  display: flex;
}
.salon-image-main {
  position: relative;
}
.salon-image-main img {
  width: 18.438vw;
  height: 15vw;
}
.salon-image-post img {
  width: 5vw;
  height: 5vw;
}
/* カテゴリー（地区）*/
.salon-category {
  min-width: 3.438vw;
  height: 1.875vw;
  background-color: #b47800;
  position: absolute;
  top: 0.344vw;
  left: 0;
  font-size: 2.4rem;
  letter-spacing: 0.031vw;
  line-height: 6.6rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4vw;
}
/* サロン情報 */
.area-recommend-salon-box .salon-info {
  color: #000000;
  margin: 1.3vw 1.875vw 0 1.875vw;
}
.area-recommend-salon-box .salon-info .salon-info-header {
  display: flex;
  flex-direction: column;
}
/* サロン名 */
.area-recommend-salon-box .salon-info .salon-info-header .salon-info-name {
  font-size: 5.2rem;
  letter-spacing: 0.063vw;
  line-height: 5.5rem;
  color: #000000;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.area-recommend-salon-box .salon-info .salon-info-header .salon-info-kana {
  font-size: 2rem;
  letter-spacing: 0.031vw;
  line-height: 4rem;
  color: #000000;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.area-recommend-salon-box .salon-info hr {
  width: 5.625vw;
  height: 0.063vw;
  background-color: #000000;
  margin-left: 0px;
  border: none;
}
/* レポートタイトル */
.report-title {
  font-size: 3.6rem;
  letter-spacing: 0.094vw;
  line-height: 5.2rem;
  color: #000000;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0.9vw;
  height: 3vw;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* タグ */
.area-recommend-salon-box .salon-info .salon-tags {
  font-size: 2rem;
  line-height: 0.875vw;
  color: #a0a0a0;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.area-recommend-salon-box .salon-info .salon-tags span {
  display: inline-block;
  margin: 0.156vw 0;
}
.area-recommend-salon-box .salon-info .salon-tags span:not(:last-child)::after {
  content: '/';
}
.area-recommend-salon-box .area-icon {
  position: absolute;
  bottom: 0.4vw;
  right: 0.5vw;
  display: flex;
  justify-content: flex-end;
}
.area-recommend-salon-box .area-icon img {
  width: 0.938vw;
  height: 0.938vw;
}

.area-recommend-box.sun {
  margin-top: 72px;

  @media screen and (max-width: 750px) {
    margin-top: 40px;
  }
}
.area-recommend-box.sun .area-recommend-salons {
  display: flex;
  flex-wrap: wrap;
  margin: 40px calc((100% - 720px) / 2);
  gap: 16px;
}
.area-recommend-box.sun .area-recommend-salon-box {
  width: 100%;
  height: auto;
  filter: drop-shadow(1.414px 1.414px 2px rgba(0,0,0,0.1));
  background-color: #ffffff;
  margin: 0;
  position: relative;
}
.area-recommend-box.sun .area-recommend-salon-box .salon-info {
  margin: 0 2rem 2rem 2rem;
}

.area-recommend-box.sun .area-recommend-salon-box .salon-info-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.area-recommend-box.sun .area-recommend-salon-box .salon-info .salon-info-header {
  display: grid;
  row-gap: 5px;
}

.area-recommend-box.sun .area-recommend-salon-box .salon-info .salon-info-header .salon-info-name {
  font-size: 20px;
  color: #383838;
  line-height: 1.6;
  letter-spacing: 0.6px;
  margin-block-end: calc((1em - 1lh) / 2);
}
.area-recommend-box.sun .area-recommend-salon-box .salon-info .salon-info-header .salon-info-kana {
  font-size: 10px;
  color: #383838;
  line-height: 1.6;
  letter-spacing: 0.3px;
  margin-block-start: calc((1em - 1lh) / 2);
}
.area-recommend-box.sun .area-recommend-salon-box .salon-info-header-wrap .salon-category {
  min-width: clamp(46px, 3.438vw, 48px);
  height: clamp(21px, 1.875vw, 23px);
  position: relative;
  top: 0;
  left: 0;
  font-size: clamp(10px, 100%, 12px);
  letter-spacing: 0.031vw;
  line-height: 6.6rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.4vw;
}

.area-recommend-box.sun .salon-info-body-wrap {
  display: grid;
  grid-template-columns: 45% 1fr;
  column-gap: 8px;
}

.area-recommend-box.sun .salon-info-body-wrap .salon-info-image-wrapper {
  display: block grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 8px;
}

.area-recommend-box.sun .salon-info-body-wrap .salon-info-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.area-recommend-box.sun .salon-info-body-wrap .salon-info-main {
  padding-left: 1vw;

  & > * + * {
    margin-block-start: 8px;
  }
}
.area-recommend-box.sun .salon-info-body-wrap .salon-info-main .report-title {
  color: #012B54;
  font-size: clamp(14px, 100%, 16px);
  line-height: 1.6;
  text-decoration: underline;
  margin-top: 0;
  height: auto;
}

.area-recommend-box.sun .salon-info-detail-sub {
  display: grid;
  grid-template-columns: max-content max-content max-content;
  column-gap: 13px;
}

.area-recommend-box.sun .salon-info-detail {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 10px;
}
.area-recommend-box.sun .salon-info-detail.address {
  column-gap: 14px;
}
.area-recommend-box.sun .salon-info-detail .title {
  position: relative;
  font-size: 11px;
  letter-spacing: 0;
  color: #012B54;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  flex: 0 0 5.0em;
  padding-left: 1.2em;
}
.area-recommend-box.sun .salon-info-detail .title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1.0em;
  height: 1.0em;
  margin-block-start: 2px;
}
.area-recommend-box.sun .salon-info-detail.address .title {
  flex: 0 0 5.5em;
}
.area-recommend-box.sun .salon-info-detail.price .title {
  flex: 0 0 4.5em;
}
.area-recommend-box.sun .salon-info-detail.capacity .title {
  flex: 0 0 5.0em;
}
.area-recommend-box.sun .salon-info-detail.staff .title {
  flex: 0 0 6.5em;
}

.area-recommend-box.sun .salon-info-detail.address .title::before {
  background: no-repeat center / contain url('/common/images/area-info-address.svg');
}
.area-recommend-box.sun .salon-info-detail.price .title::before {
  background: no-repeat center / contain url('/common/images/area-info-price.svg');
}
.area-recommend-box.sun .salon-info-detail.capacity .title::before {
  background: no-repeat center / contain url('/common/images/area-info-capacity.svg');
}
.area-recommend-box.sun .salon-info-detail.staff .title::before {
  background: no-repeat center / contain url('/common/images/area-info-staff.svg');
}
.area-recommend-box.sun .salon-info-detail .data {
  font-size: 11px;
  letter-spacing: 0;
  color: #383838;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  flex: 1;
}

.area-recommend-box.sun .area-recommend-salon-box .salon-info .salon-tags {
  letter-spacing: 0.3px;
  line-height: 1.6;
  color: #6A6A6A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
}
.area-recommend-box.sun .area-recommend-salon-box .salon-info .salon-tags span {
  display: inline-block;
  border: 0.5px solid #6A6A6A;
  border-radius: 18px;
  padding: .1em .5em;
  margin: 0 .2em .4em 0;
  font-size: 10px;
  font-weight: 400;
}
.area-recommend-box.sun .area-recommend-salon-box .salon-info .salon-tags span:not(:last-child)::after {
  content: '';
}

.area-recommend-box.sun .salon-pickupstylist-wrap {
  display: flex;
  padding: .4vw;
  margin-top: .4vw;
  background-color: #E5EEF6;
}

.area-recommend-box.sun .salon-pickupstylist-wrap .salon-pickupstylist-image {
  flex: 0 0 61px;
  height: 61px;
  overflow: hidden;
  border-radius: 50%;
}
.area-recommend-box.sun .salon-pickupstylist-wrap .salon-pickupstylist-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.area-recommend-box.sun .salon-pickupstylist-wrap .salon-pickupstylist-info {
  padding-left: .4vw;

  flex: 1;
}
.area-recommend-box.sun .salon-pickupstylist-wrap .salon-pickupstylist-info .salon-pickupstylist-title {
  display: flex;
  align-items: center;
}
.area-recommend-box.sun .salon-pickupstylist-wrap .salon-pickupstylist-info .salon-pickupstylist-title .main {
  font-size: clamp(16px, 2.4rem, 17px);
  letter-spacing: .05vw;
  line-height: 1.0;
  color: #012B54;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
.area-recommend-box.sun .salon-pickupstylist-wrap .salon-pickupstylist-info .salon-pickupstylist-title .sub {
  font-size: 11px;
  letter-spacing: .1vw;
  line-height: 3.0;
  color: #012B54;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 1em;
}
.area-recommend-box.sun .salon-pickupstylist-wrap .salon-pickupstylist-info .name {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.4;
  color: #383838;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0.1vw;
}
.area-recommend-box.sun .salon-pickupstylist-wrap .salon-pickupstylist-info .appeal {
  font-size: 11px;
  letter-spacing: 0.05vw;
  line-height: 1.4;
  color: #383838;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 750px) {
  .area-recommend-box.sun .area-recommend-salon-box .area-item {
    height: auto;
  }
  .area-recommend-box.sun .area-recommend-salon-box .salon-info {
    width: 100%;
  }
  .area-recommend-box.sun {
    margin-top: 5.2vw;
  }

  .area-recommend-box.sun .area-recommend-salons {
    margin: 24px auto 0;
    gap: 10px;
  }
  .area-recommend-box.sun .area-recommend-salon-box {
    width: 100%;
    height: auto;
    filter: drop-shadow(1.414px 1.414px 2px rgba(0,0,0,0.1));
    background-color: #ffffff;
    margin: 0;
    position: relative;
  }
  .area-recommend-box.sun .area-recommend-salon-box .salon-link {
    height: auto;
  }
  .area-recommend-box.sun .area-recommend-salon-box .salon-info {
    margin: 2vw;
  }
  .area-recommend-box.sun .area-recommend-salon-box .salon-info-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .area-recommend-box.sun .area-recommend-salon-box .salon-info .salon-info-header .salon-info-name {
    line-height: 20rem;
  }
  .area-recommend-box.sun .area-recommend-salon-box .salon-info .salon-info-header .salon-info-kana {
    line-height: 10rem;
  }

  .area-recommend-box.sun .area-recommend-salon-box .salon-info .salon-info-header .salon-info-kana {
    padding-left: 0;
  }
  .area-recommend-box.sun .area-recommend-salon-box .salon-info-header-wrap .salon-category {
    inline-size: max-content;
    height: clamp(21px, 1.875vw, 23px);
    position: relative;
    top: 0;
    left: 0;
    font-size: clamp(10px, 100%, 12px);
    letter-spacing: 0.031vw;
    line-height: 6.6rem;
    color: #ffffff;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0.4vw;
  }
  .area-recommend-box.sun .salon-info-body-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
    margin-top: 2vw;
  }
  .area-recommend-box.sun .salon-info-body-wrap .salon-info-image-wrapper {
    width: 100%;
  }
  .area-recommend-box.sun .salon-info-body-wrap .salon-info-image {
    width: 100%;
    height: min(360px, 36vw);
    gap: 1vw;
  }
  .area-recommend-box.sun .salon-info-body-wrap .salon-info-image img {
    padding-right: 0;
    object-fit: cover;
    object-position: center;
  }
  .area-recommend-box.sun .salon-info-body-wrap .salon-info-main {
    width: 100%;
  }
  .area-recommend-box.sun .salon-info-body-wrap .salon-info-main .report-title {
    line-height: normal;
  }
  .area-recommend-box.sun .salon-info-detail {
    margin-top: 2vw;
  }
  .area-recommend-box.sun .salon-info-detail.price,
  .area-recommend-box.sun .salon-info-detail.capacity,
  .area-recommend-box.sun .salon-info-detail.staff {
    margin-top: 1vw;
    grid-template-columns: max-content max-content;
    column-gap: 9px;
  }
  .area-recommend-box.sun .area-recommend-salon-box .salon-info .salon-tags {
    margin-top: 2vw;
  }
  .area-recommend-box.sun .salon-pickupstylist-wrap {
    padding: 2vw;
    margin-top: 2vw;
  }
  .area-recommend-box.sun .salon-pickupstylist-wrap .salon-pickupstylist-info {
    padding-left: 2vw;
  }
  .area-recommend-box.sun .salon-pickupstylist-wrap .salon-pickupstylist-info .salon-pickupstylist-title {
    align-items: start;
    flex-direction: column;
  }
  .area-recommend-box.sun .salon-pickupstylist-wrap .salon-pickupstylist-info .salon-pickupstylist-title .main {
    line-height: normal;
  }
  .area-recommend-box.sun .salon-pickupstylist-wrap .salon-pickupstylist-info .salon-pickupstylist-title .sub {
    line-height: normal;
    padding-left: 0;
  }
  .area-recommend-box.sun .salon-pickupstylist-wrap .salon-pickupstylist-info .name {
    line-height: normal;
    margin-top: 1vw;
  }
  .area-recommend-box.sun .salon-pickupstylist-wrap .salon-pickupstylist-info .appeal {
    line-height: normal;
  }
}



/**********
  STYLE　スタイル一覧
**********/
.area-stylelist-box {
  margin-top: 72px;

  @media screen and (max-width: 750px) {
    margin-top: 40px;
  }
}
.area-stylelist-main {
  margin-top: 40px;

  @media screen and (max-width: 750px) {
    margin-top: 24px;
  }
}
.area-stylelist-carousel-container {
  margin: 0 auto;
  padding: 0;
  width: 720px;
}
.area-stylelist-carousel-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.area-stylelist-carousel-grid {
  display: grid;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.area-stylelist-thumbnail {
  grid-template: [thumbnailHead-start] 71% [overlayText-start] auto [thumbnail-end overlayText-end] / [contents-start] 100% [contents-end];
}
.area-stylelist-thumbnail a {
  text-decoration: none;
  display: contents;
}

.area-stylelist-thumbnail .thumbnail-head {
  position: relative;
  grid-area: thumbnailHead / contents;

  &::before {
    content: "";
    display: block flow;
    aspect-ratio: 4 / 5;
  }

  &::after {
    content: "";
    position: absolute;
    inset: 0;
    inline-size: 100%;
    block-size: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 500ms ease;
  }

  & img {
    position: absolute;
    inset: 0;
    inline-size: 100%;
    block-size: 100%;
    object-fit: cover;
    object-position: center;
  }

}
.area-stylelist-thumbnail:hover {
  opacity: 1!important;

  & .thumbnail-head::after {
    background-color: #6A6A6A66;
  }

  & .overlay-text {
    opacity: 1;
  }
}
.area-stylelist-thumbnail .overlay-text {
  grid-area: overlayText / contents;
  color: #ffffff;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  leading-trim: both;
  text-edge: cap;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding-inline: 8px;

  & .salon-name,
  & .salon-kana {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  & .salon-name {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.45px;
  }

  & .salon-kana {
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0.24px;
  }
}
.modal-content.loading {
  position: relative;
}
.modal-content.loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: white;
  animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
.area-stylelist-carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
}
.area-stylelist-indicator {
  min-width: 30px;
  height: 30px;
  margin: 0 5px 5px 0;
  border: 2px solid #012B54;
  background-color: #F3F6FA;
  color: #012B54;
  font-weight: bold;
  font-size: clamp(11px, 100%, 12px);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.area-stylelist-indicator-ellipsis {
  display: grid;
  place-items: center;
  min-width: 30px;
  height: 30px;
  margin: 0 5px 5px 0;
  background-color: #F3F6FA;
  color: #012B54;
  font-weight: bold;
  font-size: clamp(11px, 100%, 12px);
  transition: background-color 0.3s ease;
}

.area-stylelist-indicator.active {
  background-color: #012B54;
  color: #F3F6FA;
}
.area-stylelist-indicator[data-page="first"],
.area-stylelist-indicator[data-page="last"] {
  min-width: auto;
  border: 2px solid #012B54;
  background-color: #F3F6FA;
}

/* modal */
  .modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    inline-size: 100%;
    block-size: 100%;
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s !important;
    transform: scale(0);
    align-content: center;
  }

  .modal-overlay {
    position: absolute;
    inset: 0;
    inline-size: 100%;
    block-size: 100%;
    background-color: rgb(0 0 0 / 50%);
  }

  .modal-wrapper {
    --_modal-block-size: 291px;
    --_modal-padding: 24px;
    --_aspect-ratio: 73 / 100;

    position: relative;
    z-index: 1;
    block-size: var(--_modal-block-size);
    aspect-ratio: var(--_aspect-ratio);
    padding: var(--_modal-padding);
    margin: auto;
    background-color: #fff;

    @media screen and (max-width: 750px) {
      --_modal-block-size: 283px;
      --_modal-padding: 16px;
      --_aspect-ratio: 69 / 100;
    }
  }

  .modal-card {
    --_modal-card-gap: 16px;

    display: block grid;
    grid-template-columns: 1fr;
    gap: var(--_modal-card-gap);
    position: relative;

    @media screen and (max-width: 750px) {
      --_modal-card-gap: 15px;
    }
  }

  .modal-close {
    --_modal-close-size: 21px;

    position: absolute;
    top: -8px;
    right: -8px;
    inline-size: var(--_modal-close-size);
    block-size: var(--_modal-close-size);
    cursor: pointer;
    z-index: 10;
    background-color: transparent;
    border: none;
    padding: unset;

    
    & img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }

  .modal-thumbnail {
    position: relative;

    &::before {
      content: "";
      display: block flow;
      aspect-ratio: 91 / 100;
    }

    & img {
      position: absolute;
      inset: 0;
      inline-size: 100%;
      block-size: 100%;
      object-fit: cover;
    }
  }

  .modal-content {
    display: block grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .modal-salon-name {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.54px;
    color: #383838;
    font-weight: 700;
    margin-block: calc((1em - 1lh) / 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .modal-salon-kana {
    color: #383838;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.24px;
    margin-block: calc((1em - 1lh) / 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  a.modal-salon-link {
    color: #383838;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.33px;
    margin-block: calc((1em - 1lh) / 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-decoration-line: unset;

    &::after {
      content: "→";
    }
  }
  .viewer-image {
    max-inline-size: 100%;
    max-block-size: 90svh;
    display: block;
    margin-inline: auto;
  }

  .original-link {
    cursor: pointer;
    display: contents;
  }

  .original-link:hover {
    & img {
      opacity: 1;
    }
  }

/**********
  FAQ　よくあるお悩み
**********/
.area-faq-box {
  margin-top: 72px;

  @media screen and (max-width: 750px) {
    margin-top: 40px;
  }
}
.area-faq-main {
  margin-top: 40px;
}
.area-faq-container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
}
.area-faq-content {
  padding: 50px;
  filter: drop-shadow(1.414px 1.414px 2px rgba(0, 0, 0, 0.1));
  background-color: #fff;
  margin-bottom: 2vw;
}
.area-faq-content-head .question-icon {
  font-size: clamp(22px, 100%, 23px);
  letter-spacing: 0.031vw;
  line-height: 2.0;
  color: #012B54;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.area-faq-content-head .question-title {
  font-size: clamp(17px, 100%, 18px);
  letter-spacing: 0.031vw;
  line-height: 1.5;
  color: #012B54;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
.area-faq-content-main {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-top: 2vw;
  border-top: 1px solid #383838;
  margin-top: 2vw;
}
.area-faq-content-main-image {
  flex: 0 0 140px;
}
.area-faq-content-main-image .image {
  width: 67px;
  height: 67px;
  border: 1px solid #383838;
  border-radius: 50%;
  overflow: hidden;
}
.area-faq-content-main-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.area-faq-content-main-image .salon_name {
  font-size: clamp(15px, 100%, 16px);
  letter-spacing: 0.031vw;
  line-height: 1.5;
  color: #383838;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  width: 120px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: .5em;
}
.area-faq-content-main-image .name {
  font-size: clamp(11px, 100%, 12px);
  letter-spacing: 0.031vw;
  line-height: 1.5;
  color: #383838;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  width: 120px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: .2em;
}
.area-faq-content-main-info {
  flex: 1;
}
.area-faq-content-main-info .title {
  font-size: clamp(17px, 100%, 18px);
  letter-spacing: 0.031vw;
  line-height: 2.5;
  color: #012B54;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
.area-faq-content-main-info .detail {
  font-size: clamp(12px, 100%, 13px);
  letter-spacing: 0.031vw;
  line-height: 1.5;
  color: #383838;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

/* 美容ライターによる美容室特集 */

.area-press-box {
  margin-top: 72px;
  padding-bottom: 8vw;
}

.area-press-list {
  align-items: center;
  position: relative;
  max-width: 720px;
  margin: 40px auto 0;
  padding: 0;
}

.area-press-wrapper {
  position: relative;
  margin-bottom: 1.5vw;
  width: 100%;
}

.area-press-items.is-hide {
  display: block;
  height: 33vw; 
  overflow: hidden;
}

.area-press-list .area-press-wrapper .area-press-items ul {
  :where(li + li) {
    margin-top: 16px;
  }
}

.area-press-list .show-more {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 101%;
  height: 0vw;
  padding-top: 4.6vw;
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(243,246,250, 1) 70%
    /* rgb(255, 255, 255, 1) 70% */
  );
  cursor: pointer;
  transition: bottom 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.area-press-list .show-more span {
  font-size: 2.4rem;
  letter-spacing: 0.063vw;
  color: #012B54;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  text-align: center;
  /* background: #f4f6fa; */

  display: inline-block;
  width: 14.688vw;

  position: relative;
}
/***** SUN 開発 *****/

.area-press-list .show-more span::before {
  content: "";
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 1em;
  height: 1em;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.area-press-list .show-more.is-hide {
  display: none;
}
/* PRESS記事情報の枠 */

.area-press-list .press-item {
  width: 100%;
  position: relative;
  transition: transform 1.5s cubic-bezier(.19, 1, .22, 1) !important;
  opacity: 1 !important;

  & .press-thumbnail {
      overflow: hidden;
      opacity: 1 !important;

    & img {
      transform: scale(1);
      transition: transform 1.5s cubic-bezier(.19, 1, .22, 1) !important;
      opacity: 1 !important;
    }
  }

  & .press-info h3 {
    color: #012B54;
    transition: color 1.5s cubic-bezier(.19, 1, .22, 1) !important;
  }

  &:hover {
    & .press-thumbnail {
        overflow: hidden;
        opacity: 1 !important;

      & img {
        transform: scale(1.1);
        transition-duration: .7s !important;
        opacity: 1 !important;
      }
    }

    & .press-info h3 {
      color: #7EAAD0 !important;
      transition: color .7s cubic-bezier(.19, 1, .22, 1) !important;
    }
  }
}

  /* モバイルはホバー設定を無効化 */
  @media screen and (max-width: 750px) {
    .area-press-list .press-item {
      &:hover {
        & .press-thumbnail img {
          transform: scale(1) !important; 
          transition-duration: 0s !important; 
        }
  
        & .press-info h3 {
          color: #012B54 !important; 
          transition-duration: 0s !important; 
        }
      }
    }
  }

.area-press-list .press-item a {
  display: flex;
  height: 100%;
  text-decoration: none;
  column-gap: 11px;
}

/* PRESSサムネイル画像 */
.area-press-list .press-item .press-thumbnail {
  aspect-ratio: 16 / 9;
  height: 100px;
}

.area-press-list .press-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;

  @media screen and (max-width: 750px) {
    object-position: top;
    object-fit: contain;
  }
}

/* PRESS記事情報 */
.area-press-list .press-item .press-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 60.75vw;
  row-gap: 5px;
}

.area-press-list .press-item .press-info .press-category {
  width: max-content;
  padding: 2px 4px;
  font-size: 9px;
  letter-spacing: 0.27px;
  line-height: 1.6;
  color: #fff;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #c86e6e;
  align-content: center;
}

.area-press-list .press-item .press-info .category-id-1 {
  background-color: #c86e6e;
}

.area-press-list .press-item .press-info h3 {
  font-size: 15px;
  letter-spacing: 0.45px;
  line-height: 1.6;
  color: #012B54;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.area-press-list .press-item .press-info time {
  font-size: 10px;
  line-height: 1.6;
  color: #a0a0a0;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.3px;
}

.area-press-list .press-item  .area-icon {
  display: none;
}

.area-press-list .press-item .area-icon img {
  width: 0.938vw;
  height: 0.938vw;
  margin-left: 1vw;
}

/* 気になるワード */

.area-words-box {
  display: none;
}

.area-contens .area-words-box h2 {
  font-size: 3.2rem;
  letter-spacing: 0.031vw;
  line-height: 4rem;
  color: #323c50;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  justify-content: center;
}
.area-contens .area-words-box h2::before {
  content: "";
  background-image: url(/common/images/icon_bookmark.png);
  background-size: contain;
	width: 1.25vw;
	height: 1.25vw;
  border: none;
  margin-right: 0.625vw;
}
.area-contens .area-words-box .area-words-items {
  margin: 1.094vw 0;
}
.area-contens .area-words-box .c-add-links .c-add-links__item {
  height: 2.188vw;
  border-radius: 1.094vw;
  background-color: rgba(140,150,170,0);
  border: 0.063vw solid #c8ccd6;
  display: flex;
  align-items: center;
}
.area-contens .area-words-box .c-add-links .c-add-links__item a {
  font-size: 2.4rem;
  line-height: 4rem;
  color: #323c50;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f4f6fa;
}
.area-contens .area-words-box .c-add-links .c-add-links__item a::before {
  border: none;
  box-shadow: none;
  width: 5px;
  font-weight: 400;
  color: #323c50;
}

/* SNS */
.footer-sns {
  width: 100vw;
  height: 5.7vw;
  background-color: #323c50;
  display: flex;
  align-items: center;
  padding: 0 12.5vw;
}
.footer-sns span {
  font-size: 3.2rem;
  letter-spacing: 0.094vw;
  line-height: 6.6rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  text-align: center;
}
.footer-sns .sns-btn {
  display: flex;
  margin-left: 0.7vw;
}
.footer-sns .sns-btn img {
  width: 2.813vw;
  height: 2.813vw;
  margin-right: 0.625vw;
}
/* 各リンク */
.footer-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 4.063vw;
  background-color: #283144;
  padding: 0 11.5vw 0 12.5vw;
}
.footer-menu .footer-menu-links {
  display: flex;
}
.footer-menu .footer-menu-links a {
  font-size: 2.4rem;
  letter-spacing: 0.063vw;
  line-height: 6.6rem;
  color: #ffffff;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  display: inline-block;
  width: 14.7vw;
  height: 2.813vw;
  background-color: rgba(50,60,80,0);
  border: 0.063vw solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.625vw;
  position: relative;
}
.footer-menu .footer-menu-links a::after {
  position: absolute;
  right: 0.625vw;
  content: "";
  background-image: url(/common/images/icon_arrow2.png);
  background-size: contain;
	width: 1.188vw;
  height: 0.688vw;
  border: none;
}
.footer-menu-category .footer-category-wapper {
  display: flex;
  align-items: center;
}
.footer-menu-category .footer-category-wapper .category-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.footer-menu-category .footer-category-wapper .category-item.press-top a {
  font-size: 3.2rem;
  letter-spacing: 0.094vw;
  line-height: 6.6rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  text-align: center;
  margin-right: 0;
}
.footer-menu-category .footer-category-wapper .category-item.press-link a {
  font-size: 2.6rem;
  letter-spacing: 0.063vw;
  line-height: 4rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0.935vw;
}
.footer-menu-category .footer-category-wapper .category-item.press-link a::before {
  display: inline-block;
  content: "";
  background-image: url(/common/images/icon_arrow3.png);
  background-size: contain;
  background-repeat: no-repeat;
	width: 0.93vw;
  height: 0.93vw;
  border: none;
  margin-right: 0.469vw;
}
/* その他リンク */
.footer-other-links {
  width: 100vw;
  height: 3.2vw;
  background-color: #283144;
  padding: 0 12vw;
  border-top: 0.063vw solid #323c50;
}
.footer-other-links .footer-other-wapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.footer-other-links .footer-other-wapper a {
  font-size: 2.4rem;
  line-height: 4rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  margin: 0 0.469vw;
}
.footer-other-links .footer-other-wapper li:not(:last-child)::after {
  content: "|";
  color: #ffffff;
  line-height: 4rem;
}
/* Copyright */
.footer-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 14.063vw;
  background: url(/common/images/footer-copy-background.png) no-repeat;
  background-size: contain;
  padding-bottom: 0.7vw;
}
.footer-copy .copy-stie-name {
  font-size: 3.8rem;
  letter-spacing: 0.063vw;
  line-height: 5.6rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  margin-bottom: 0.5vw;
}
.footer-copy .copy-link-top {
  width: 14.688vw;
  height: 3.125vw;
  background-color: rgba(50,60,80,0);
  border: 0.063vw solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.469vw 0;
  font-size: 2.4rem;
  letter-spacing: 0.063vw;
  line-height: 6.6rem;
  color: #ffffff;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  position: relative;
}
.footer-copy .copy-link-top::after {
  position: absolute;
  right: 0.625vw;
  content: "";
  background-image: url(/common/images/icon_arrow2.png);
  background-size: contain;
	width: 1.188vw;
  height: 0.688vw;
  border: none;
}
.footer-copy .copy-powered {
  font-size: 2.2rem;
  line-height: 4rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

/* フッター予約 */
.footer-reserve {
  display: none;
}

/* エリア検索ポップアップ */
.area-search {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.area-search.is-hidden {
  visibility: hidden;
}
.area-search-background {
  width: 100%;
  height: 100%;
  background-color: rgba(34, 42, 60, 0.8);
}
.area-search-body {
  position: absolute;
}
.area-search .area-list {
  width: 58.8vw;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 1.25vw;
  padding-left: 1.25vw;
}
.area-search .area-list li {
  width: 13.125vw;
  height: 3.75vw;
  border-radius: 0.375vw;
  background-color: rgba(255,0,0,0);
  border: 0.063vw solid #ffffff;
  font-size: 3.2rem;
  letter-spacing: 4px;
  line-height: 4.0rem;
  color: #ffffff;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.25vw;
  margin-bottom: 1.25vw;
}
.area-search .area-list li.on {
  background-color: #fff;
  color: #222a3c;
  cursor: pointer;
}
.area-search button {
  min-width: 20vw;
  height: 3.75vw;
  border-radius: 1.875vw;
  background-color: #c86e6e;
  display: block;
  margin: 0 auto;
  margin-top: 2vw;
  font-size: 3.2rem;
  letter-spacing: 4px;
  line-height: 4rem;
  color: #ffffff;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  cursor: pointer;
}
/* スマホ対応 */
@media screen and (max-width: 750px) {
  .pcNone {
    display: block !important;
  }
  .spNone {
    display: none !important;
  }

  /* ヘッダ */
  #header.area-header {
    height: 17.333vw;
  }
  /* ロゴ */
  .area-header .logo-area {
    margin-left: 4vw;
  }
  .area-header .logo p {
    font-size: 5.067vw;
    letter-spacing: 0vw;
    line-height: 5.067vw;
  }
  .area-header-single .logo p {
    font-size: 9rem;
  }
  .area-header .logo p.sub-title {
    font-size: 2.933vw;
    letter-spacing: 0.267vw;
    line-height: 2.933vw;
    margin-top: 2.4vw;
  }
  /* 弁当メニュー */
  .bento-menu,
  .bento-menu.is-show {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 5.333vw;
  }
  /* 上部画像エリア */
  .area-top-box {
    width: 100%;
  }
  .area-top-box .area-top-image {
    /* height: 135vw;
    top: 0; */
  }
  .salonSection header.salonSectionHead {
    height: auto;
    position: unset;
  }

  /* TOPに戻るアイコン */
  #pageTopWrap .pageTop {
    inline-size: 30rem !important;
    block-size: 30rem !important;
    bottom: 8rem !important;
    right: 20px !important;
  }

  #pageTopWrap .pageTop a {
    inline-size: 30rem !important;
    block-size: 30rem !important;
    bottom: 50rem !important;
  }

  #pageTopWrap .pageTop.on a {
    inline-size: 30rem;
    block-size: 30rem;
  }
  #pageTopWrap .pageTop.visible {
    bottom: 8rem !important;
  }
  .area-header .header-menu.is-show {
    top: 17.333vw;
  }
  .area-header-single .header-menu.is-show {
    top: 9.333vw;
  }
  .header-menu a.header-menu-press {
    margin: 0;
  }

  .header-menu-box-1,
  .header-menu-box-2 {
    justify-content: normal;
    flex-direction: column;
    height: auto;
	padding: 0;
  }
  .header-menu-box-1 {
    align-items: normal;
  }
  .header-menu-box-1 .header-menu-box-1-left,
  .header-menu-box-1 .header-menu-box-1-left .header-menu-press-box {
	flex-direction: column;
    align-items: normal;
    border-bottom: 0.063vw solid #323c50;
  }
  .header-menu-box-1 .header-menu-box-1-left .header-menu-press-box {
    padding-bottom: 2vw;
  }
  .header-menu-box-1 .header-menu-box-1-left .header-menu-bsr-info,
  .header-menu-box-1 .header-menu-box-1-left .header-menu-press {
    padding: 2vw 0 2vw 4vw;
    font-size: 11.111rem;
    letter-spacing: 0.4vw;
    line-height: 17.094rem;
  }
  .header-menu-box-1 .header-menu-box-1-left .header-menu-bsr-info {
    border-bottom: 1px solid rgba(187, 187, 187, 0.1);
  }
  .header-menu-box-1 .header-menu-box-1-left .header-menu-bsr-info::after,
  .header-menu-box-1 .header-menu-box-1-left .header-menu-press::after {
	content: "";
    background-image: url(/common/images/icon_arrow3.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 4vw;
    height: 4vw;
    position: absolute;
    right: 9vw;
  }
  .header-menu a.header-menu-bsr-info::before,
  .header-menu a.header-menu-press:before,
  .header-menu-press-box::before,
  .header-menu-press-box::after {
	  display: none;
  }
  .header-menu-press-box a:before {
    width: 4vw;
    height: 4vw;
    background-image: url(/common/images/icon_arrow3.png);
    margin-right: 1.6vw;
  }
  .header-menu-press-box a {
    padding: 1vw 0 1vw 4vw;
    font-size: 10.111rem;
    letter-spacing: 0.4vw;
    line-height: 16.094rem;
  }
  .header-menu-box-1-right {
    display: none;
    width: 78.667vw;
    height: 10.833vw;
    margin-bottom: 2.667vw;
  }
  .header-menu-box-1-right a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78.667vw;
    height: 10.833vw;
    position: relative;
    font-size: 10.111rem;
    letter-spacing: 0.4vw;
    line-height: 16.094rem;
  }
  .header-menu-box-1-right a::after {
    position: absolute;
    width: 4vw;
    height: 2.4vw;
    background-size: cover;
    background-position: center center;
    right: 4vw;
  }
  .header-other-links {
    width: 100%;
    justify-content: space-between;
    padding: 4.833vw 16vw 2vw;
    height: auto;
    border-bottom: 0.063vw solid #323c50;
  }
  .header-other-links .header-other-wapper {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .header-other-links .header-other-wapper a {
    font-size: 10.23rem;
    line-height: 17.094rem;
  }
  .header-other-links .header-other-wapper li:not(:last-child)::after {
    font-size: 10.23rem;
    line-height: 17.094rem;
  }
  .header-sns {
    padding-top: 2.667vw;;
  }
  ul.header-sns-wrapper li {
    margin-left: 2.667vw;
  }
  ul.header-sns-wrapper li a {
    margin-right: 2.667vw;
  }
  ul.header-sns-wrapper li img {
    width: 12vw;
	  height: 12vw;
  }
  ul.header-sns-wrapper li img:not(:last-child) {
	  padding-right: 1.333vw;;
  }
  .sp-top-text .text-xl {
    position: absolute;
    top: 80vw;
    left: 7.4vw;
    width: 85vw;

    font-size: 34rem;
    letter-spacing: 0.933vw;
    line-height: 11vw;
    color: #ffffff;
    font-weight: 700;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    margin-bottom: 1vw;
  }

  /* WHAT'S BSR */
  .area-top-text {
    top: 133.667vw;
    left: 0;
  }
  .area-top-text p.top {
    transform: rotate(90deg);
    position: absolute;
    width: 37.6vw;
    height: 10.667vw;
    display: flex !important;
    justify-content: center;
    align-items: center;
    top: -5.28vw;
    left: -13.467vw;
    background-color: white;
    font-size: 3.2vw;
    letter-spacing: 0.267vw;
    line-height: 8.8vw;
    color: #323c50;
    font-weight: 400;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
	  filter: unset;
  }
  .area-top-text div {
    margin-left: 11.167vw;
    padding-left: 5.4vw;
    width: 86vw;
    height: 37.6vw;
    position: absolute;
    top: -18.74vw;
    background-color: white;
  }
  .area-top-text p.middle {
    font-size: 4vw;
    letter-spacing: 0.6vw;
    line-height: 6.133vw;
    padding-top: 5.3vw;
    color: #000000;
    margin-bottom: 1.4vw;
  }
  .area-top-text p.bottom {
    display: inline;
    font-size: 3.2vw;
    letter-spacing: 0.5vw;
    line-height: 5.6vw;
    color: #000000;
  }
  .area-top-text p.bottom:first-child {
    padding-top: 2.6vw;
  }
  .area-contens {
    margin: 0;
    margin-top: 40px;
    margin-left: 2vw;   /* SUN */
    margin-right: 2vw;  /* SUN */
  }
  .area-contens .area-contents-title h2 {
    flex-direction: column;
	  align-items: normal;
    margin-left: 0;     /* SUN */
    padding-left: 8vw;  /* SUN */
  }
  .area-contens .area-contents-title h2::before {
    content: "";
    position: absolute;
    width: 21px;
    left: 10px;
  }
  .area-contens .area-contents-title h2 .title-wrapper .ff-p {
    font-size: clamp(30px, 100%, 31px);
    letter-spacing: .5vw;
  }
  
  .area-contens .area-contents-title .text-xl {
    font-size: 34.931rem;
    letter-spacing: 0.933vw;
    line-height: 30rem;
  }
  .area-contens .area-contents-title .text-xl2 {
    font-size: 26.495rem;
    letter-spacing: 0.667vw;
    line-height: 28.205rem;
  }
  .area-contens .area-contents-title span {
    margin-left: 0;
  }

  .area-recommend-box button {
    width: 47.5vw;
    height: 9.5vw;
    font-size: 9rem;
    letter-spacing: 0.4vw;
    line-height: 17.094rem;
  }
  .area-recommend-box button i {
    margin-right: 2vw;
  }

  .area-recommend-salon-box {
    width: 96vw;
    height: 52.2vw;
    margin: 2.6vw 0 0;
  }
  .salon-image-main img {
    width: 44vw;
	height: auto;
  }
  .area-recommend-salon-box .salon-link {
    height: 61vw;
    width: 100%;
    display: block;
    text-decoration: none;
  }
  .area-recommend-salon-box .salon-link .area-item {
    display: flex;
    height: 34.667vw;
  }
  .area-recommend-salon-box .salon-image-box {
    flex-direction: column;
  }
  .area-recommend-salon-box .salon-image-box  .salon-image-post {
    display: flex;
    width: 44vw;
  }
  .area-recommend-salon-box .salon-image-box .salon-image-post img {
    width: 14.677vw;
    height: 15vw;
  }
  .salon-category {
    top: 1.333vw;
    width: auto;
    height: auto;
    font-size: 10.256rem;
    letter-spacing: 0.133vw;
    padding: 2.533vw;
  }
  .area-recommend-salon-box .salon-info {
    width: 50vw;
  }
  .recommendSection .area-recommend-salon-box .salon-info {
    margin: 3.7vw 4vw 0 3.938vw !important;
  }
  .area-recommend-salon-box .salon-info .salon-info-header .salon-info-name {
    font-size: 5.6vw;
    letter-spacing: 0.267vw;
    line-height: 6.8vw;
    word-break: break-all;
  }
  .area-recommend-salon-box .salon-info .salon-info-header .salon-info-kana {
    font-size: 2.667vw;
    letter-spacing: 0.133vw;
    line-height: 4vw;
    display: flex;
    align-items: center;
  }
  .report-title {
    font-size: 12rem;
    letter-spacing: 0.267vw;
    line-height: 17.094rem;
    height: auto;
  }
  .area-recommend-salon-box .salon-info .salon-tags {
    font-size: 8.547rem;
    line-height: 3.733vw;
  }
  .area-recommend-salon-box .area-icon img {
    width: 4vw;
    height: 4vw;
    margin-right: 1vw;
    margin-bottom: 1.2vw;
  }

  .salonSection .salonSectionHead .salon-info-wrapper div.salonTitle {
    font-size: 4.9vw;
    letter-spacing: 0rem;
    line-height: 1;
    width: 67vw;
    text-align: left;
  }
  .salonSection .salonSectionHead .salon-info-wrapper .tag li.tagCat,
  .salonSection .salonSectionHead .salon-info-wrapper .tag li.tagPlace,
  .salonSection .salonSectionHead .salon-info-wrapper .tag li.tagPlace {
    font-size: 2.667vw;
    margin-right: 0.5vw;
  }

  /* STYLE スタイル一覧 */
  /***** SUN 開発 *****/
  .area-stylelist-carousel-container {
    width: 100%;
  }
  
  .area-stylelist-thumbnail .thumbnail-foot {
    padding: 2px 6px 0;
  }
  .area-stylelist-thumbnail .thumbnail-foot .thumbnail-foot-name {
    width: 100px;
  }
  .area-stylelist-thumbnail .thumbnail-foot .thumbnail-foot-kana {
    width: 100px;
    margin-top: .2em;
  }


  /* FAQ よくあるお悩み */
  .area-faq-content {
    padding: 4vw 8vw;
  }
  
  .area-faq-content-head .question-title {
    font-size: clamp(16px, 100%, 17px);
  }
  .area-faq-content-main {
    flex-wrap: wrap;
    padding-top: 4vw;
    margin-top: 4vw;
  }
  .area-faq-content-main-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 100%;
  }
  .area-faq-content-main-image .image {
    flex: 0 0 67px;
  }
  .area-faq-content-main-image .name-wrap {
    padding-left: 6vw;
    flex: 1;
  }
  .area-faq-content-main-image .salon_name {
    width: 200px;
  }
  .area-faq-content-main-image .name {
    width: 200px;
  }
  .area-faq-content-main-info {
    flex: 0 0 100%;
  }
  .area-faq-content-main-info .detail {
    font-size: 13px;
    letter-spacing: 0.3vw;
  }
  
  /* PRESS 美容ライターのよる美容室特集 */
  .area-press-items.is-hide {
    height: 146vw;
    }

  .area-press-items ul,
  .area-press-items.is-hide ul {
    flex-wrap: wrap;
    margin: 0;
  }

  
  .area-press-list {
    margin-top: 24px;
  }

  .area-press-wrapper {
    width: 100%;
  }

  .area-press-list .press-item {
    width: 100%;
    min-height: auto;
    height: auto;
    margin-bottom: 4vw;
  }

  .area-contens .area-press-box {
    padding-bottom: 24vw;
    margin-top: 40px;
  }

  .area-contens .area-press-box .area-contents-title {
	display: block;
    margin: 0 auto;
  }

  .area-contens .area-press-box .area-contents-title h2 {
    margin-left: 0;
    text-align: center;
  }

  .area-press-list .press-item .press-thumbnail,
  .area-press-list .press-item img {
    height: 91px;
    object-position: left;
    aspect-ratio: 4 / 3;
  }
  .area-press-list .press-item a {
    display: flex;
  }

  .area-press-list .press-item .press-info .press-category {
    position: absolute;
    top: 0;
    left: 0;
    width: max-content;
    height: auto;
    font-size: 10px;
    letter-spacing: 0.3px;
    line-height: 1.6;
    margin: 0;
    padding-inline: 3px;
  }

  .area-press-list .press-item .press-info {
    width: 60.75vw;
    margin-left: 0;
  }

  .area-press-list .press-item .press-info h3 {
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 1.6;
    width: auto;
  }

  .area-press-list .press-item .press-info time {
    font-size: clamp(10px, 8.6rem, 12px);
    line-height: 1.6;
  }

  .area-press-list .press-item .area-icon {
    display: none;
  }

  .area-press-list .press-item .area-icon img {
	margin: 0;
	width: 4vw;
    height: 4vw;
  }

  .area-press-list .show-more {
    height: 30vw;
  }
  
  .area-press-list .show-more span {
    width: 62.667vw;
    height: auto;
    font-size: 10.256rem;
    letter-spacing: 0.267vw;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .area-press-list .show-more span::before {
    top: -1.5em;
  }

  /* もっとみる */
  .area-press-list .show-more {
    padding-top: 10.0vw;
  }
  .area-words-box {
    margin-top: 0;
  }
  .area-contens .area-words-box h2 {
    font-size: 3.733vw;
    letter-spacing: 0.133vw;
    line-height: 5.333vw;
  }
  .area-contens .area-words-box h2::before {
    width: 5.333vw;
    height: 5.333vw;
	  margin-right: 1.333vw;
  }
  .area-contens .area-words-box .area-words-items {
    margin: 2.667vw 0;
  }
  .area-contens .area-words-box .c-add-links .c-add-links__item {
    height: 9.333vw;
    border-radius: 4.667vw;
  }
  .area-contens .area-words-box .c-add-links .c-add-links__item a {
    font-size: 10.256rem;
    line-height: 5.333vw;
  }
  .footer-sns {
    display: flex;
    flex-direction: column;
    padding: 2.7vw 0 5.8vw;
    height: auto;
  }
  .footer-sns span {
    font-size: 13.675rem;
    letter-spacing: 0.4vw;
    line-height: 28.205rem;
    margin: 0;
  }
  .footer-sns .sns-btn a {
    margin-right: 2.667vw;
  }
  .footer-sns .sns-btn img {
    height: 12vw;
    width: 12vw;
  }
  .footer-menu {
    width: 100vw;
    height: 45.333vw;
    padding: 0;
    flex-direction: column;
  }
  .footer-menu .footer-menu-links {
    width: 100vw;
    justify-content: space-between;
    background-color: #323c50;
  }
  .footer-menu .footer-menu-links a {
    border: none;
    height: 10.667vw;
    width: 49.9vw;
    font-size: 10.256rem;
    line-height: 17.094rem;
    justify-content: unset;
    margin: 0;
    padding-left: 3.067vw;
    background-color: #283144;
  }
  .footer-menu .footer-menu-links a::after {
    width: 2vw;
    height: 1.2vw;
    background-size: cover;
    background-position: center center;
    margin-right: 2vw;
  }
  .footer-menu-category {
    padding: 0 0 5vw;
    border-top: 0.063vw solid #323c50;
  }
  .footer-menu-category .footer-category-wapper {
	flex-direction: column;
    align-items: unset;
  }
  .footer-menu-category .footer-category-wapper .category-item.press-link {
    padding-top: 1.5vw;
  }
  .footer-menu-category .footer-category-wapper .category-item.press-top a,
  .footer-menu-category .footer-category-wapper .category-item.press-link a {
    width: 100vw;
    margin: 0;
    font-size: 11.111rem;
    letter-spacing: 0.4vw;
    line-height: 17.094rem;
    display: flex;
    align-items: center;
	padding-left: 5.733vw;
  }
  .footer-menu-category .footer-category-wapper .category-item.press-link a::before {
    width: 4vw;
    height: 4vw;
  }
  .footer-other-links {
    width: 100%;
    height: auto;
	  padding: 3.333vw 0;
  }
  .footer-other-links .footer-other-wapper {
    flex-wrap: wrap;
  }
  .footer-other-links .footer-other-wapper,
  .footer-other-links .footer-other-wapper a {
    font-size: 10.23rem;
    line-height: 17.094rem;
    letter-spacing: 0.1vw;
    margin: 0 2.7vw;
  }
  .footer-copy {
    height: 42.667vw;
    background-position: center center;
    background-size: cover;
  }
  .footer-copy .copy-stie-name {
    font-size: 16.239rem;
    letter-spacing: 0.267vw;
    line-height: 22rem;
  }
  .footer-copy .copy-link-top {
    width: 62.667vw;
    height: 13.333vw;
    font-size: 10.256rem;
    letter-spacing: 0.267vw;
    line-height: 28.205rem;
	margin: 2.5vw 0;
  }
  .footer-copy .copy-link-top::after {
    width: 3.733vw;
    height: 2.2vw;
    right: 2.667vw;
  }
  .footer-copy .copy-powered {
    font-size: 9.401rem;
    line-height: 17.094rem;
  }

  /* フッター予約 */
  .footer-reserve {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 15.333vw;
    padding: 0 1.5vw 3vw 3vw;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 15;
  }
  .footer-reserve .reserve-title p {
    font-size: 3.4vw;
    letter-spacing: 0.133vw;
    line-height: 4.533vw;
    color: #000000;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
  }
  .footer-reserve .reserve-title span {
    color: #b47800;
  }
  .footer-reserve .reserve-tel {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 47vw;
    height: 10.667vw;
    padding: 0 2vw;
    border: 1px solid #b47800;
  }
  .footer-reserve .reserve-tel i.icon-tel-gold {
    height: 5vw;
    width: 5vw;
    margin: 0 1.333vw;
    background: url(/common/images/icon_tel_gold.png) no-repeat center center;
    background-size: 100%;
  }
  .footer-reserve .reserve-tel span ,
  .footer-reserve .reserve-tel span a {
    font-size: 4.8vw;
    letter-spacing: 0.133vw;
    line-height: 8.8vw;
    color: #b47800;
    font-weight: 400;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    text-decoration: none;
  }
  .footer-reserve .reserve-web {
    display: flex;
    align-items: center;
    width: 27.467vw;
    height: 10.133vw;
    background-color: #b47800;
  }
  .footer-reserve .reserve-web i.icon-bell {
    height: 5.333vw;
    width: 4vw;
    margin: 0px 1.3vw 0 2.7vw;
    background: url(/common/images/icon_bell.png) no-repeat center center;
    background-size: 100%;
  }
  .footer-reserve .reserve-web span {
    font-size: 3.5vw;
    letter-spacing: 0.133vw;
    line-height: 5.333vw;
    color: #ffffff;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    filter: drop-shadow(0px 2px 1px rgba(50,40,20,0.3));
  }
  .footer-reserve .reserve-web span a {
    color: #ffffff;
    text-decoration: none;
  }
  .footer-area-button-margn {
    margin-bottom: 13.333vw;
  }

  .area-search .area-list {
	  width: 74.2vw;
  }
  .area-search .area-list li {
  	width: 23vw;
    height: 8vw;
    border-radius: 0.8vw;
    font-size: 2.137vw;
    letter-spacing: 0.533vw;
    line-height: 2.137vw;
  }
  .area-search button {
    width: 42.6665vw;
    height: 8vw;
    border-radius: 8vw;
    font-size: 2.138vw;
    letter-spacing: 0.533vw;
    line-height: 2.138vw;
  }
}

/*********************************************
 * エリア記事
 *********************************************/
.localNavFixed2 #wrap {
  padding-top: 2.844vw;
}
/* MV */
.salonSection .salonSectionHead {
  width: 100vw;
  height: 37.72vw;
  background-color: #b7cfdb;
  padding: 0;
}
.salonSection .salonSectionHead .image {
  float: left;
  width: 70.312vw;
  height: 36.25vw;
}
.salonSection .salonSectionHead .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.salonSection .salonSectionHead .salon-log-wrapper img {
  width: 6.25vw;
  height: 6.25vw;
  margin: 2.5vw auto 0;
}
.salonSection .salonSectionHead::after {
  content: '';
  display: block;
  overflow: hidden;
  visibility: hidden;
  clear: both;
  height: 0;
  opacity: 0;
}

/* 共有 */
.salonSectionHead .share-wrapper {
  position: absolute;
  right: 0.6vw;
}
.salonSectionHead .share-wrapper .share-area,
.salonSectionHead .share-wrapper .share-area-show {
  display: none;
  align-items: center;
  height: 3.75vw;
  border-radius: 1.875vw;
  margin-top: 0.6vw;
}
.salonSectionHead .share-wrapper .share-area.is-show {
  display: flex;
  justify-content: flex-end;
}
.salonSectionHead .share-btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  border: 2px solid #ffffff;
  cursor: pointer;
  margin: 0 0.313vw;
}
.salonSectionHead .share-btn img.share-icon {
  width: 1vw;
  height: 1vw;
  margin: 0;
}
.salonSectionHead .share-btn span {
  font-size: 0.688vw;
  letter-spacing: 0px;
  line-height: 1.25vw;
  color: #ffffff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

.salonSectionHead .share-wrapper .share-area-show.is-show {
  display: flex;
  align-items: center;
  background-color: #1e283a;
}
.salonSectionHead .share-wrapper .share-area-show .share-list {
  display: flex;
  padding-left: 0.313vw;
}
.salonSectionHead .share-wrapper .share-area-show .share-list li {
  width: 8.438vw;
  height: 2.5vw;
  border-radius: 1.25vw;
  background-color: #ffffff;
  margin: 0.625vw 0.2vw;
  cursor: pointer;
  list-style-type: none;
}
.salonSectionHead .share-wrapper .share-area-show .share-list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 2.5vw;
}
.salonSectionHead .share-wrapper .share-area-show .share-list li span {
  font-size: 0.813vw;
  letter-spacing: 0.094vw;
  line-height: 0.813vw;
  color: #3c465a;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.salonSectionHead .share-wrapper .share-area-show .share-list li img {
  height: 1vw;
  margin: 0 0.9vw;
}
.salonSectionHead .share-wrapper .share-area-show .share-list li img.icon-twitter {
  width: 1.3vw;
}
.salonSectionHead .share-wrapper .share-area-show .share-list li img.icon-facebook {
  width: 0.65vw;
}
.salonSectionHead .share-wrapper .share-area-show .share-list li img.icon-line {
  width: 1vw;
  height: 1vw;
}

/* サロン情報 */
.salonSection .salonSectionHead .salon-info-wrapper {
  display: flex;
  flex-direction: column;
  height: 36.25vw;
  background-color: #3c465a;
  position: relative;
}
.salonSection .salonSectionHead .salon-info-wrapper .tag {
  text-align: center;
  margin-top: 1.25vw;
}
.salonSection .salonSectionHead .salon-info-wrapper .tag li {
  display: inline-block;
}

.salonSection .salonSectionHead .tag li,
.salonSection .salonSectionHead .salonTitle,
.salonSection .salonSectionHead .salonKana,
.salonSection .salonSectionHead .text .add,
.salonSection .salonSectionHead .text .nav,
.salonSection .salonSectionHead .text .nav li {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.salonSection .salonSectionHead .salon-info-wrapper .tag li {
  padding: 0.28vw 0.85vw;
  font-size: 2.2rem;
  letter-spacing: 0.031vw;
  font-weight: 400;
  border: 1px solid #ffffff;
}
.salonSection .salonSectionHead .salon-info-wrapper .tag li.tagCat {
  color: #323c50;
  background-color: #ffffff;
}
.salonSection .salonSectionHead .salon-info-wrapper .tag li.tagPlace {
  color: #ffffff;
  background-color: #323c50;
}

.salonSection .salonSectionHead .salon-info-wrapper .salonTitle {
  font-size: 5.2rem;
  letter-spacing: 0.125vw;
  line-height: 6.6rem;
  color: #ffffff;
  font-weight: 700;
  margin-top: 1.2vw;
}

.salonSection .salonSectionHead .salon-info-wrapper .salonKana {
  font-size: 2.0rem;
  letter-spacing: 0.031vw;;
  line-height: 4rem;
  color: #ffffff;
  font-weight: 400;
}

.salonSection .salonSectionHead .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 18vw;
  position: absolute;
  bottom: 0;
}
.salonSection .salonSectionHead .text hr {
  width: 100%;
}

.salonSection .salonSectionHead .text .add {
  height: 0;
  margin-top: 0.8vw;
  font-size: 2.6rem;
  letter-spacing: 0.094vw;
  line-height: 4.2rem;
  color: #ffffff;
  font-weight: 400;
}

.salonSection .salonSectionHead .text div.nav {
  width: 29.688vw;
  background-color: #323c50;
  margin-top: 10vw;
}
.salonSection .salonSectionHead .text div.nav ul.nav {
  margin: 0.2vw;
}
.salonSection .salonSectionHead .text ul.nav li {
  display: inline-block;
  width: 5.485vw;
  height: 6.125vw;
  background-color: #404c64;
  font-size: 2rem;
  letter-spacing: 0.031vw;
  line-height: 3.2rem;
  color: #ffffff;
  font-weight: 500;
  box-shadow: 0.063vw 0.063vw 0.125vw #4a566e;
}

.salonSection .salonSectionHead .text ul.nav li a:link {
  color: #ffffff;
  text-decoration: none;
}

.salonSection .salonSectionHead .text ul.nav li p {
  margin-top: 0.625vw;
  color: #fff;
}

.salonSection .salonSectionHead .text ul.nav li .icon {
  width: 2.031vw;
  height: 2.031vw;
  margin: 0 auto;
  margin-top: 0.781vw;
}

.salonSection .salonSectionHead .text ul.nav li .arrow {
  width: 0.938vw;
  height: 0.938vw;
  transform: rotate(90deg);
  margin: 0 auto;
  margin-top: 0.625vw;
}

/* パンくずリスト */
.salonSection .direPath {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #323c50;
}
.salonSection .direPath ul li,
.salonSection .direPath ul li a {
  font-size: 2.6rem;
  letter-spacing: 0.094vw;
  color: #ffffff;
  font-weight: 400;
}

/* 共通 */
.section .sectionInner {
  margin: 0 auto;
  width: 75vw;
  padding: 4.57vw 0 3.3vw;
}

.reportBlock {
  margin: 0 auto 3vw !important;
}

.section .sectionInner .sectionTitle3 {
  font-size: 6.8rem;
  letter-spacing: 0.4rem;
  line-height: 6.6rem;
  color: #323c50;
  font-weight: 700;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  text-align: center;
  display: block;
  margin: 0;
  text-shadow: none;
  padding-bottom: 1.4vw;
  margin-top: -1vw;
}

.section.reportSection,
.salonSection .styleSection {
  background-color: rgba(244, 246, 250, 255);
  margin-bottom: 0;
}

/* ポイント */
.section.reportSection .sectionInner .pointTitle {
  display: flex;
  align-items: center;
}

.section.reportSection .sectionInner .pointTitle::before {
  content: "";
  width: 0.938vw;
  height: 0.063vw;
  background-color: #323c50;
  margin-right: 0.625vw;
}

.section.reportSection .sectionInner .pointTitle .text {
  margin: auto 0 0.1vw 0;
  font-size: 2.6rem;
  letter-spacing: 0.063vw;
  line-height: 2.6rem;
  color: #323c50;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.section.reportSection .sectionInner .pointTitle .num {
  margin: auto 0 0 0;
  font-size: 3.6rem;
  letter-spacing: 0.094vw;
  line-height: 3.6rem;
  color: #323c50;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.reportBlock .sectionTitle4 {
  font-size: 4.8rem;
  letter-spacing: 0.063vw;
  line-height: 5.6rem;
  color: #000000;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: solid 3px #d2dce6;
  position: relative;
  margin-bottom: 1.52vw;
  padding: 0.8vw 0 1.1vw;
}
.reportBlock .sectionTitle4::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #323c50;
  bottom: -0.16vw;
  width: 6.875vw;
}

.reportBlock p {
  font-size: 3.2rem;
  letter-spacing: 0.094vw;
  line-height: 6.2rem;
  color: #000000;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}

.reportBlock .image {
  border-radius: 0;
}

.reportBlock .image img {
  margin: 0.094vw;
  width: 26.969vw !important;
  height: 17.531vw !important;
  object-fit: contain;
}

.reportBlock .image p {
  margin: 0.5vw 0.3vw 0.69vw 0.8vw;
  font-size: 2.6rem;
  letter-spacing: 0.031vw;
  line-height: 3.8rem;
  color: #000000;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  width: 26vw;
  height: 2.4vw;
}

.reportBlock:not(:nth-child(2n)) .image {
  float: left;
  margin: 0 1.68vw 10px 0;
  max-width: unset;
}
.reportBlock:nth-child(2n) .image {
  float: right;
  margin: 0 0 10px 1.68vw;
  max-width: unset;
  overflow: hidden;
}
.reportBlock .text p {
  margin-top: -0.3vw;
}

/* Staff Interview */
.section.staffSection {
  background-color: #e8ecf2;
  margin-bottom: 0;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.staffList .staff {
  width: 12.4vw;
  height: 13.3vw;
  margin-bottom: 0.6vw;
  border-radius: 0;
  filter: drop-shadow(1.414px 1.414px 2px rgba(0,0,0,0.1));
  float: none;
}
.staffList .staff:nth-child(odd) {
  float: left;
}
.staffList .staff img {
  width: 12vw;
  height: 11.25vw;
  margin: 0.058vw auto 0;
  object-fit: contain;
}

.staffList .staff:before,
.staffList .staff .thumb .name:before {
	display: none;
}

section.staffSection .staffList .staff .thumb {
  width: 12vw;
  height: 13vw;
  filter: drop-shadow(1.414px 1.414px 2px rgba(0,0,0,0.1));
  background-color: #ffffff;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
section.staffSection .staffList .staff .thumb:before {
  content: "+";
  position: absolute;
  right: 0.5vw;
  top: 0.3vw;
  font-size: 3rem;
  background: #323c50;
  border-radius: 50%;
  width: 1.1vw;
  height: 1.1vw;
  text-align: center;
  color: #fff;
  line-height: 0.9vw;
}

.staffList {
  width: 75vw;
  position: relative;
}
.staffList.on {
  min-height: 60vw;
}
.staffList .staff .thumb .name,
section.staffSection .staffList .staff.hover .thumb .name {
  position: relative;
  height: auto;
  color: black;
  padding: 0.4vw 0;
}
section.staffSection .staffList .staff.hover .thumb .name div .staffName {
  margin: 0;
  line-height: 1.063vw;
}
.staffList .staff .thumb .name {
  font-size: 2.4rem;
  letter-spacing: 1px;
  line-height: 3.4rem;
  color: #000000;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
section.staffSection .staffList.on .comment {
  width: 75vw;
  height: auto !important;
  border-radius: unset;
  background-color: #e8ecf2;
  box-shadow: unset;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 12.5vw;
}
section.staffSection .staffList.on .comment .staff-arrow {
  display: none;
}
section.staffSection .staffList.on .comment .inner .staff-data {
  width: 49.813vw;
  height: auto !important;
  background-color: #fff;
  border-radius: unset;
  margin: 0 auto;
}
section.staffSection .staffList.on .comment .inner .staff-data .staff-data-inner {
  padding: 0.625vw;
  width: unset;
  position: relative;
}
section.staffSection .staffList.on .comment .inner .staff-data .staff-data-inner .image {
  margin: unset;
  width: unset;
  display: block;
}
section.staffSection .staffList.on .comment .inner .staff-data .staff-data-inner .image .pict {
  width: 9.281vw;
  height: 9.281vw;
}
section.staffSection .staffList.on .comment .inner .staff-data .staff-data-inner .image .pict .meta {
  padding-left: 1.313vw;
}
section.staffSection .staffList.on .comment .inner .staff-data .staff-data-inner .image .pict .meta .name {
  font-size: 4.2rem;
  letter-spacing: 2px;
  line-height: 3.4rem;
}
section.staffSection .staffList .staff-data-inner .image div.meta {
  padding-left: 1.4vw;
}
section.staffSection .staffList.on .comment .inner .staff-data .staff-data-inner .image .pict .meta .name span,
section.staffSection .staffList .staff-data-inner .image div.meta .staffPost,
section.staffSection .staffList .staff-data-inner .image div.meta .history {
  font-size: 2.4rem;
  letter-spacing: 1px;
  line-height: 3.4rem;
}
section.staffSection .staffList .staff-data-inner .image div.meta h3.name {
  font-size: 3.2rem;
  margin: 0.3vw 0;
}
section.staffSection .staffList .staff-data-inner .image div.meta h3.name span {
  font-size: 2.4rem;
}
section.staffSection .staffList .staff-data-inner .image div.meta .staffPost,
section.staffSection .staffList .staff-data-inner .image div.meta .history {
  font-size: 2.8rem;
}
section.staffSection .staffList .staff-data-inner .image div.meta a {
	display: block;
	width : 1.5vw;
}
section.staffSection .staffList.on .comment .inner .staff-data .staff-data-inner .text {
  margin-top: 1vw;
  margin-left: 0.7vw;
  width: 47.219vw;
}
section.staffSection .staffList.on .comment .inner .staff-data .staff-data-inner .text .block {
  margin-bottom: 1.07vw;
}
section.staffSection .staffList.on .comment .inner .staff-data .staff-data-inner .text .q {
  font-size: 3.6rem;
  letter-spacing: 1px;
  line-height: 5.6rem;
  border-bottom: solid 0.094vw #d2dce6;
  position: relative;
  margin-bottom: 0.56vw;
  padding-bottom: 0.2vw;
}
section.staffSection .staffList.on .comment .inner .staff-data .staff-data-inner .text .q::after {
  content: " ";
  display: block;
  border-bottom: solid 0.094vw #323c50;
  position: absolute;
  bottom: -0.094vw;
  width: 3.66vw;
}
section.staffSection .staffList.on .comment .inner .staff-data .staff-data-inner .text .a {
  font-size: 3.2rem;
  letter-spacing: 1px;
  line-height: 4.4rem;
}
section.staffSection .staffList .staff-data-inner .reporter {
  width: 47.938vw;
  height: auto;
  border: 0.063vw solid #d2dce6;
  border-radius: unset;
  padding: unset;
  margin-top: 1.3vw;
  margin-left: 0.3vw;
  position: relative;
}
section.staffSection .staffList .staff-data-inner .reporter .reporterImg {
  background: url(/common/images/reporter.png);
  background-color: #fff;
  width: 2.3vw;
  height: 2.3vw;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: -0.24vw;
  left: -0.5vw;
  border-radius: 50%;
  background-size: 50%;
  background-position: 65% 50%;
  border: 2px solid #323c50;
}
section.staffSection .staffList .staff-data-inner .reporter .title {
  background: unset;
  height: 2.23vw;
  width: unset;
  top: unset;
  background-color: #323c50;
  font-size: 3.6rem;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.staffSection .staffList .staff-data-inner .reporter p {
  font-size: 3.2rem;
  letter-spacing: 1px;
  line-height: 4.2rem;
  color: #000000;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.6vw 1.4vw;
}
section.staffSection .staffList .staff-data-inner .staffClose.closeButton {
  position: absolute;
  right: 0.6vw;
  margin: 0;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  padding: 0;
  background-color: #323c50;
}
section.staffSection .staffList .staff-data-inner .staffClose.closeButton::before {
  content: "×";
  font-size: 6.5rem;
  position: absolute;
  right: 0.52vw;
  color: #fff;
  top: 0.4vw;
  }
section.staffSection .staffList .staff-data-inner .staffClose {
  width: 7.5vw;
  height: 1.875vw;
  border-radius: 0.938vw;
  background-color: #d2dce6;
  font-size: 3.2rem;
  letter-spacing: 1px;
  line-height: 4.2rem;
  color: #323c50;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0.625vw auto;
  float: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
}
section.staffSection .staffList .staff-data-inner .staffClose:last-child::after {
  content: "×";
  position: absolute;
  right: 0.64vw;
  font-size: 2em;
  bottom: 0.4vw;
}
/* Style Collection */
.salonSection .styleSection {
  padding-bottom: 2.4vw;
}
.salonSection .styleSection .sectionInner {
  width: 100vw;
}
.styleSwiper {
  height: 13.125vw;
  width: 100vw;
}
.styleSwiper .swiper-wrapper .swiper-slide a img {
  width: 13.125vw;
  height: 13.125vw;
}
.styleSwiper .swiper-button-next,
.styleSwiper .swiper-button-prev {
  width: 2.188vw;
  height: 2.188vw;
  background-color: #323c50;
  color: white;
  margin-top: 1.8%;
}
.styleSwiper .swiper-button-prev {
  left: 12.5vw;
}
.styleSwiper .swiper-button-next {
  right: 12.5vw;
}
.styleSwiper .swiper-button-next::after,
.styleSwiper .swiper-button-prev::after {
  font-size: 1vw;
}
.styleSwiper .swiper-pagination-bullet {
  width: 0.563vw;
  height: 0.563vw;
}
.styleSwiper .swiper-pagination-bullet-active {
  background-color: #323c50;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -10px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 0.9vw;
}
/* Afterword */
section.belowSection {
  margin-bottom: 0;
}
.salonSection section.belowSection .sectionInner {
  background: url(/common/images/afrerword.png) center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: auto;
  margin: 0 auto;
  padding: 3.75vw 0 3.16vw !important;
}

.salonSection section.belowSection .sectionInner::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #002846;
    opacity: 0.5;
    display:block
}

.belowSection .below {
  background: none;
  border-radius: unset;
  max-width: 75vw;
  color: #fff;
}

.belowSection .below .inner {
  padding: 0;
  text-align: center;
}

.belowSection .below .inner h2 {
  font-size: 6.8rem;
  letter-spacing: 0.1vw;
  line-height: 6.6rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  text-align: center;
  background: none;
  margin: 0 auto;
  padding: 0;
  position: unset;
  height: auto;
  width: auto;
  margin-bottom: 0.3vw;
  margin-top: -0.2vw;
}
.belowSection .below .inner h2:before {
  display: none;
}

.belowSection .below .inner h3 {
  font-size: 2.8rem;
  letter-spacing: 3px;
  line-height: 4.2rem;
  color: #ffffff;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  border-bottom: 1px solid white;
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 0.66vw;
  margin-bottom: 1.563vw;
}

.belowSection .below .inner p {
  font-size: 2.8rem;
  letter-spacing: 1px;
  line-height: 5.6rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}

/* Staff Interview */
.recommendedSection {
  background-color: #f6f2e8;
  margin: 0 !important;
}
.recommendedSection .sectionInner {
  padding: 4.6vw 0 3.5vw;
}
.recommendedSection .sectionInner .sectionTitle3 {
  font-size: 6.8rem;
  letter-spacing: 4px;
  line-height: 6.6rem;
  color: #b47800;
  font-weight: 700;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  text-align: center;
  padding-bottom: 0.625vw;
}
.recommendedSection .sectionInner h3 {
  font-size: 2.8rem;
  letter-spacing: 3px;
  line-height: 4.2rem;
  color: #b47800;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  height: 1.563vw;
  margin-bottom: 1vw;
}
.recommendedSection .sectionInner .recommendedBlock {
  width: 74.75vw;
  margin: 0 auto;
  background: unset;
  background-color: white;
  border: 0.125vw solid #b47800;
  filter: drop-shadow(0.044vw 0.044vw 0.063vw rgba(0,0,0,0.1));
}
.recommendedSection .sectionInner .recommendedBlock .inner {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  background-color: #fff;
  position: relative;
}

.recommendedSection .sectionInner .recommendedBlock .inner::before {
  content: "";
  top: -0.063vw;
  left: -0.063vw;
  border-bottom: 2.5vw solid transparent;
  border-left: 2.5vw solid #b47800; /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100;
}
.recommendedSection .sectionInner .recommendedBlock .inner::after {
  content: "★";
  display: block;
  color: #fff;
  top: 0.2vw;
  left: 0.3vw;
  font-size: 3rem;
  position: absolute;
  z-index: 101;
}
.recommendedSection .sectionInner .recommendedBlock .inner .image {
  margin: 0vw 0 0.4vw 0.4vw;
  width: auto;
  display: flex;
  align-items: center;
}
.recommendedSection .sectionInner .recommendedBlock .inner .image img {
  width: 5.8vw;
  height: 5.6vw;
  border-radius: 2.781vw;
  background-color: #898989;
}
.recommendedSection .sectionInner .recommendedBlock .inner .text {
  margin-top: 1.2vw;
  margin-bottom: 1.1vw;
  margin-left: 1.7vw;
  width: 43vw;
}
.recommendedSection .sectionInner .recommendedBlock .inner .text .course_name {
  font-size: 3.8rem;
  letter-spacing: 2px;
  line-height: 4.4rem;
  color: #b47800;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0.4vw;
  width: 100%;
}
.recommendedSection .sectionInner .recommendedBlock .inner .text .course_detail {
  font-size: 2.6rem;
  letter-spacing: 1px;
  line-height: 4.2rem;
  color: #000000;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
  width: 100%;
}
.recommendedSection .sectionInner .recommendedBlock .inner .text2 {
  width: 22.4vw;
  margin-left: 1vw;
}
.recommendedSection .sectionInner .recommendedBlock .inner .text2 .priceWrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 53%;
  margin: 0 0.031vw 0.031vw 0.031vw;
  background-color: #f6f2e8;
  padding-left: 1.25vw;
  margin-bottom: 1%;
}
.recommendedSection .sectionInner .recommendedBlock .inner .text2 .priceWrap .title {
  font-size: 3.2rem;
  letter-spacing: 1px;
  line-height: 4rem;
  color: #000000;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.recommendedSection .sectionInner .recommendedBlock .inner .text2 .priceWrap .price {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.recommendedSection .sectionInner .recommendedBlock .inner .text2 .priceWrap .price .price-num {
  font-size: 6.8rem;
  line-height: 6.6rem;
  letter-spacing: 0;
  color: #b47800;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  margin-right: 2.4vw;
}
.recommendedSection .sectionInner .recommendedBlock .inner .text2 .priceWrap .price .price-unit {
  font-size: 3.2rem;
  letter-spacing: 1px;
  line-height: 4rem;
  color: #000000;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  right: 1.1vw;
  top: 0vw;
}
.recommendedSection .sectionInner .recommendedBlock .inner .text2 .priceWrap .price .price-tax {
  font-size: 1rem;
  line-height: 4rem;
  color: #000000;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  right: 0.6vw;
  bottom: 0;
}
.recommendedSection .sectionInner .recommendedBlock .inner .text2 .reserveWrap {
  height: 45%;
  background-color: #c86e6e;
  padding-left: 1.25vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.recommendedSection .sectionInner .recommendedBlock .inner .text2 .reserveWrap li .tel::before {
  content: '';
  display: inline-block;
  width: 1.25vw;
  height: 1.25vw;
  margin-right: 0.5vw;
  background: url(/common/images/icon_tel.png) no-repeat center center;
  background-size: 100%;
}
.recommendedSection .sectionInner .recommendedBlock .inner .text2 .reserveWrap li .tel {
  font-size: 4.8rem;
  letter-spacing: 0px;
  line-height: 6.6rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.recommendedSection .sectionInner .recommendedBlock .inner .text2 .reserveWrap .web {
  background-color: #fff;
  margin-right: 0.25vw;
  width: 8.4vw;

}
.recommendedSection .sectionInner .recommendedBlock .inner .text2 .reserveWrap .spNone.web a {
  width: 8.4vw;
  height: 2.531vw;
  background-color: #fff;
  font-size: 2.5rem;
  letter-spacing: 1px;
  line-height: 4rem;
  color: #c86e6e;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.recommendedSection .sectionInner .recommendedBlock .inner .text2 .reserveWrap .web a::before {
  content: '';
  display: inline-block;
  width: 0.875vw;
  height: 1.125vw;
  margin-right: 0.3vw;
  background: url(/common/images/icon_web.png) no-repeat center center;
  background-size: 100%;
  margin-left: 1.4vw;
}
.recommendedSection .sectionInner .recommendedBlock .inner .text2 .reserveWrap .web a::after {
  content: '';
  display: inline-block;
  width: 0.875vw;
  height: 1.125vw;
  margin-left: 0.7vw;
  background: url(/common/images/icon_arrow6.png) no-repeat center center;
  background-size: 100%;
}
.recommendedBlock+.note {
  font-size: 2.2rem;
  line-height: 4.6rem;
  color: #000000;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  width: 71.125vw;
  position: unset;
  margin-top: 0.6vw !important;
  margin-right: 0 !important;
}
.recommendedBlock+.note b {
  color: #b47800;
  font-weight: normal;
}
/* Coupon */
.couponSection {
  background-color: #b37700;
  margin: 0 !important;
  padding-bottom: 4.7vw;
}
.couponSection .sectionInner {
  width: 100vw;
  padding-top: 4.5vw;
  padding-bottom: 1.3vw;
}
.couponSection .sectionInner .sectionTitle3 {
  font-size: 6.8rem;
  letter-spacing: 4px;
  line-height: 6.6rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  text-align: center;
  left: -20vw !important;
  top: 19vw !important;
  color: #ffffff !important;
}
.couponSection .sectionInner .couponSwiper .swiper-slide {
  background-color: #fff;
  /* height: 20.9vw; */
  width: 24vw !important;
  margin: 0 0.609vw;
  margin-bottom: 1vw;
  padding-top: 0.875vw;
  outline: 2px solid #b47800;
  outline-offset: -0.25vw;
  position: relative;
}
.couponSwiper .swiper-button-next,
.couponSwiper .swiper-button-prev {
  width: 2.188vw;
  height: 2.188vw;
  background-color: #633b00;
  color: white;
  margin-top: 18vw;
}
.couponSwiper .swiper-button-prev {
  left: 12.5vw;
}
.couponSwiper .swiper-button-next {
  right: 12.5vw;
}
.couponSwiper .swiper-button-next::after,
.couponSwiper .swiper-button-prev::after {
  font-size: 1vw;
}
.couponSwiper .swiper-pagination-bullet {
  width: 0.563vw;
  height: 0.563vw;
  background-color: #fff;
  opacity: 1;
}
.couponSwiper .swiper-pagination-bullet-active {
  background-color: #323c50;
}
.couponSection .sectionInner .couponSwiper .swiper-slide .label {
  margin-left: 0.906vw;
  display: flex;
  flex-wrap: wrap;
}
.couponSection .sectionInner .couponSwiper .swiper-slide .label span {
  margin-right: 0.125vw;
  margin-bottom: 0.125vw;
  padding: 0.1vw 0.4vw;
  border: 2px solid #b47800;
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #b47800;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.couponSection .sectionInner .couponSwiper .swiper-slide .dli-plus,
.couponSection .sectionInner .couponSwiper .swiper-slide .dli-minus {
  width: 5.333vw;
  height: 5.333vw;
  border-radius: 2.667vw;
  position: absolute;
  top: 2vw;
  right: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b47800;
}
.couponSection .sectionInner .couponSwiper .swiper-slide .dli-plus.is-hide,
.couponSection .sectionInner .couponSwiper .swiper-slide .dli-minus.is-hide,
.couponSection .sectionInner .couponSwiper .swiper-slide .reserveWrap.is-hide {
  display: none;
}
.couponSection .sectionInner .couponSwiper .swiper-slide .dli-plus span,
.couponSection .sectionInner .couponSwiper .swiper-slide .dli-minus span {
  color: #ffffff;
}
.couponSection .sectionInner .couponSwiper .swiper-slide .dli-plus span {
  font-size: 2.667vw;
}
.couponSection .sectionInner .couponSwiper .swiper-slide .dli-minus span {
  font-size: 5.333vw;
  margin-left: 0.3vw;
}
.couponSection .sectionInner .couponSwiper .swiper-slide .itemTitle {
  margin: 0.5vw 1.3vw 0;
  font-size: 4rem;
  letter-spacing: 3px;
  line-height: 4.5rem;
  color: #000000;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  height: 3.4vw;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  bottom: 17.5vw;
  height: 4vw;
}
.couponSection .sectionInner .couponSwiper .swiper-slide .itemText {
  margin: 0.3vw 1.5vw 0 1.5vw;
  font-size: 2.4rem;
  letter-spacing: 1px;
  line-height: 3.6rem;
  color: #505050;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  top: 0;
  height: 11vw;
}
@media screen and ( max-width:950px) {
  .couponSection .sectionInner .couponSwiper .swiper-slide .itemText {
    height: 12.5vw;
  }
}
@media screen and (max-width: 850px) {
  .couponSection .sectionInner .couponSwiper .swiper-slide .itemText {
    height: 15vw;
  }
}
.couponSection .sectionInner .couponSwiper .swiper-slide .priceWrap,
.couponSection .sectionInner .couponSwiper .swiper-slide .reserveWrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.couponSection .sectionInner .couponSwiper .swiper-slide .priceWrap {
  width: 23.5vw;
  height: 2.5vw;
  margin-left: 0.25vw;
  padding-left: 0.209vw;
  background-color: #f5f1e7;
  /* bottom: 2.46vw;
  position: absolute; */
}
.couponSection .sectionInner .couponSwiper .swiper-slide .priceWrap .itemTerms {
  display: flex;
  flex-direction: row;
  margin: 0 0.05vw;
  position: relative;
  bottom: 0.16vw;
}
.couponSection .sectionInner .couponSwiper .swiper-slide .priceWrap .itemTerms span:first-child {
  width: 2.563vw;
  height: 1.94vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #776d59;
  font-size: 0.75vw;
  line-height: 1.125vw;
  color: #ffffff;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.couponSection .sectionInner .couponSwiper .swiper-slide .priceWrap .itemTerms span:nth-child(2) {
  width: 8.719vw;
  display: flex;
  align-items: center;
  padding-left: 0.563vw;
  font-size: 0.75vw;
  line-height: 1.125vw;
  color: #000000;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}
.couponSection .sectionInner .couponSwiper .swiper-slide .priceWrap .itemPrice span {
  display: flex;
  align-items: flex-end;
}
.couponSection .sectionInner .couponSwiper .swiper-slide .priceWrap .itemPrice .price-num {
  font-size: 1.4vw;
  line-height: 2.063vw;
  color: #b47800;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.couponSection .sectionInner .couponSwiper .swiper-slide .priceWrap .itemPrice .price-unit {
  font-size: 0.813vw;
  letter-spacing: 1px;
  line-height: 1.25vw;
  color: #000000;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0.3vw;
}
.couponSection .sectionInner .couponSwiper .swiper-slide .priceWrap .itemPrice .price-tax {
  font-size: 0.438vw;
  line-height: 1.25vw;
  color: #000000;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0.2vw;
}
.couponSection .sectionInner .couponSwiper .swiper-slide .reserveWrap {
  width: 23.54vw;
  height: 2.5vw;
  margin-left: 0.22vw;
  padding-top: 0.15vw;
  padding-left: 0.209vw;
  /* bottom: 0.25vw;
  position: absolute; */
  background-color: #c76d6d;
}
.couponSection .sectionInner .couponSwiper .swiper-slide .reserveWrap li .tel {
  font-size: 1.1vw;
  letter-spacing: 1px;
  line-height: 1.2vw;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  margin-left: 0.6vw;
}
.couponSection .sectionInner .couponSwiper .swiper-slide .reserveWrap li .tel::before {
  content: '';
  display: inline-block;
  width: 1.2vw;
  height: 1.2vw;
  margin-right: 0.5vw;
  background: url(/common/images/icon_tel.png) no-repeat center center;
  background-size: 100%;
  vertical-align: text-top;
}
.couponSection .sectionInner .couponSwiper .swiper-slide .reserveWrap .web {
    background-color: #fff;
    margin-right: 0.25vw;
}
.couponSection .sectionInner .couponSwiper .swiper-slide .reserveWrap .web a {
  width: 7.7vw;
  height: 2.188vw;
  background-color: #fff;
  font-size: 0.8vw;
  letter-spacing: 1px;
  line-height: 1.25vw;
  color: #c86e6e;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.couponSection .sectionInner .couponSwiper .swiper-slide .reserveWrap .web a::before {
    content: '';
    display: inline-block;
    width: 0.875vw;
    height: 1.125vw;
    margin-right: 0.5vw;
    background: url(/common/images/icon_web.png) no-repeat center center;
    background-size: 100%;
}
.couponSection .sectionInner .couponSwiper .swiper-slide .reserveWrap  .web a::after {
    content: '';
    display: inline-block;
    width: 0.875vw;
    height: 1.125vw;
    margin-left: 0.5vw;
    background: url(/common/images/icon_arrow6.png) no-repeat center center;
    background-size: 100%;
}
.couponSwiper .swiper-button-next, .couponSwiper .swiper-button-prev {
  margin-top: 14vw;
}
/* Salon Info */
section.dataSection {
  background-color: #f9fbfd;
  margin-bottom: 0;
}
section.dataSection .sectionInner {
  padding: 4.7vw 0 4.05vw;
}
section.dataSection .sectionTitle3 {
  padding-bottom: 1.375vw !important;
}
section.dataSection .dataWrap {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  /* height: 24vw; */
  padding: 1vw 0;
  padding-left: 1.4vw;
}
section.dataSection .dataWrap .salonLogo {
  width: 13.8vw;
}
section.dataSection .dataWrap .salonLogo img {
  width: 6.875vw;
  height: 6.875vw;
  border-radius: 50%;
  margin: 1.4vw auto 0vw;
}
section.dataSection .dataWrap .salonLogo strong {
  font-size: 4.6rem;
  letter-spacing: 2px;
  line-height: 6.6rem;
  color: #000000;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
section.dataSection .dataWrap .salonLogo span {
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 1.8rem;
  color: #000000;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
section.dataSection .dataWrap .tableWrap {
  width: 35.938vw;
  margin-left: 1.2vw;
  margin-right: 1.4vw;
}
section.dataSection .dataWrap .tableWrap th,
section.dataSection .dataWrap .tableWrap td {
  letter-spacing: 1px;
  line-height: 1.188vw;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  border: 0.125vw solid #fff;
}
section.dataSection .dataWrap .tableWrap th {
  font-size: 2.6rem;
  line-height: 4.8rem;
  font-weight: 500;
  min-width: unset;
  width: 7.075vw;
  height: 1.125vw;
  text-align: left;
  background-color: #e1e9ef;
  padding: 0.4vw 0.75vw;
}
section.dataSection .dataWrap .tableWrap td {
  font-size: 2.4rem;
  line-height: 4.8rem;
  font-weight: 400;
  width: 29vw;
  background-color: #f9fbfd;
  padding: 0.4vw 0.75vw 0;
}
section.dataSection .dataWrap .map,
section.dataSection #mapCanvas {
  width: 20vw;
  height: 21.438vw !important;
}
.gm-err-container {
}
/* 他のレポートもCheck！ */
.recommendSection {
  background-color: #9eaab6;
  margin-bottom: 0 !important;
}
.recommendSection .sectionInner {
  padding: 2vw 0 1.6vw;
  width: 90vw;
}
.recommendSection .sectionInner .sectionTitle3 {
  font-size: 4.1rem;
  letter-spacing: 0px;
  line-height: 6.6rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding-bottom: 0.26vw;
}
.recommendSection .sectionInner .articleList {
  display: flex;
  justify-content: space-between;
  max-width: unset;
  margin: 0 7vw;
}
.recommendSection .sectionInner .articleList .area-recommend-salon-box {
  width: 25vw;
  height: 9vw;
}
.recommendSection .sectionInner .articleList .area-recommend-salon-box .salon-image-box {
  flex-direction: column;
}
.recommendSection .area-item {
  display: flex;
}
.recommendSection .area-item .salon-image-main img {
  width: 8.438vw;
  height: 5.938vw;
}
.recommendSection .area-item .salon-image-main .salon-category {
  font-size: 3rem;
  letter-spacing: 2px;
  line-height: 6.6rem;
  padding: 0.563vw 0.594vw;
}
.recommendSection .area-item .salon-image-post {
  display: flex;
}
.recommendSection .area-item .salon-image-post img {
  width: 2.813vw;
  height: 2.813vw;
}
.recommendSection  .area-recommend-salon-box .salon-info {
  margin-top: 0.5vw;
  margin-left: 0.969vw;
}
.recommendSection  .area-recommend-salon-box .salon-info .salon-info-header .salon-info-name {
  font-size: 1.1vw;
  letter-spacing: 2px;
  line-height: 2.063vw;
  color: #000000;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.recommendSection .area-recommend-salon-box .salon-info .salon-info-header .salon-info-name {
  font-size: 4rem;
  letter-spacing: 1.45px;
  line-height: 4.2rem;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.recommendSection .area-recommend-salon-box .salon-info .salon-info-header .salon-info-kana {
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.recommendSection .area-recommend-salon-box .salon-info hr {
  width: 1.875vw;
  height: 0.063vw;
}
.recommendSection .area-recommend-salon-box .salon-info .report-title {
  font-size: 2.8rem;
  letter-spacing: 2px;
  line-height: 3.5rem;
  color: #000000;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  height: 3.3vw;
  padding-right: 1vw;
  -webkit-line-clamp: 3;
  margin-top: 0.4vw;
}
/* 関連記事をCheck！ */
section.relationSection {
  background-color: #8c9aa8;
  margin-bottom: 0;
}
section.relationSection .sectionInner {
  padding: 2.5vw 0 2.8vw;
}
section.relationSection .sectionInner,
section.relationSection .sectionInner .matomeList {
  width: 100vw;
}
section.relationSection .sectionInner .sectionTitle3 {
  font-size: 3.8rem;
  letter-spacing: 0px;
  line-height: 3.6rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
section.relationSection .sectionInner .matomeList ul li {
  float: unset;
  padding: 0;
  height: 18.16vw;
}
section.relationSection .sectionInner .matomeList ul li:before {
   display: none;
}
section.relationSection .sectionInner .matomeList ul li .salon-image-main img {
  width: 13.563vw;
  height: 11.25vw;
  object-fit: cover;
}
section.relationSection .sectionInner .matomeList ul li .salon-image-main .salon-category {
  font-size: 2.4rem;
  letter-spacing: 1px;
  line-height: 6.6rem;
  padding: 0.563vw;
  background-color: #c86e6e;
}
section.relationSection .sectionInner .matomeList ul li a .area-item .salon-info {
  margin-top: 0.906vw;
  margin-left: 0.906vw;
}
section.relationSection .sectionInner .matomeList ul li a .area-item .salon-info .salon-info-header {
	display: block;
}
section.relationSection .sectionInner .matomeList ul li a .area-item .salon-info .salon-info-name {
  font-size: 3rem;
  letter-spacing: 1px;
  line-height: 4rem;
  color: #000000;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  width: 10.531vw;
  height: 3.85vw;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
section.relationSection .sectionInner .matomeList ul li a .area-item .salon-info time {
  position: absolute;
  top: 16.1vw;
}
section.relationSection .sectionInner .matomeList ul li a .area-icon,
section.relationSection .sectionInner .matomeList ul li a .area-icon img {
  width: 0.938vw;
  height: 0.938vw;
}
.relationSwiper .swiper-button-next,
.relationSwiper .swiper-button-prev {
    width: 2.188vw;
    height: 2.188vw;
    background-color: #323c50;
    color: white;
    margin-top: 10.23vw;
}
.relationSwiper .swiper-button-next::after,
.relationSwiper .swiper-button-prev::after {
    font-size: 1vw;
}
.relationSwiper .swiper-button-prev {
  left: 0;
}
.relationSwiper .swiper-pagination-bullet {
  width: 0.563vw;
  height: 0.563vw;
  background-color: #d2dce6;
}
.relationSwiper .swiper-pagination-bullet-active {
  background-color: #323c50;
}
/* TOPへ戻る */
section.toTop {
  margin-bottom: 0;
}
section.toTop .sectionInner {
  padding: 1.875vw 0;
}
section.toTop .sectionInner a {
  width: 14.688vw;
  height: 3.125vw;
  background-color: rgba(50,60,80,0);
  border: 2px solid #323c50;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
}
section.toTop .sectionInner a::before {
  position: absolute;
  left: 0.719vw;
  content: "";
  background-image: url(/common/images/icon_arrow5.png);
  background-size: contain;
  width: 1.188vw;
  height: 0.688vw;
  border: none;
}
section.toTop .sectionInner a.hover::before {
  color: #38a2e6;
}
section.toTop .sectionInner a::after {
	display: none;
}
section.toTop .sectionInner a img {
  width: 1.375vw;
  height: 1.188vw;
}
section.toTop .sectionInner a p {
  font-size: 2.4rem;
  letter-spacing: 2px;
  line-height: 6.6rem;
  color: #323c50;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 0.5vw;
}

/* スマホ対応 */
@media screen and (max-width: 750px) {
  #header.area-header-single {
    height: 9.333vw !important;
    width: 100vw;
  }
  .area-header-single img {
    width: 5.867vw;
    height: 5.067vw;
	margin-left: 1.867vw;
  }
  .area-header-single .bento-menu {
    width: 3.733vw;
    height: 3.733vw;
  }
  .area-header-single .header-menu.is-show {
    top: 9.333vw;
  }

  /* 共通 */
  .section.staffSection .sectionInner .sectionTitle3,
  .section.styleSection .sectionInner .sectionTitle3,
  .section.recommendedSection .sectionInner .sectionTitle3,
  .section.couponSection .sectionInner .sectionTitle3,
  .section.dataSection .sectionInner .sectionTitle3 {
    font-size: 6.133vw;
    letter-spacing: 3px;
    line-height: 8.8vw;
  }
  .section.staffSection .sectionInner .sectionTitle3,
  .section.couponSection .sectionInner .sectionTitle3 {
    font-size: 6.133vw;
    letter-spacing: 3px;
    line-height: 8.8vw;
    color: #323c50;
    font-weight: 700;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    text-align: center;
    transform: rotate(90deg);
    position: absolute;
    left: -28vw;
    top: 29.5vw;
  }
  .recommendedSection .sectionInner .recommendedBlock .inner .reserveWrap .tel::before,
  .recommendedSection .sectionInner .recommendedBlock .inner .reserveWrap .web a::before,
  .recommendedSection .sectionInner .recommendedBlock .inner .reserveWrap .web a::after {
    content: '';
    display: inline-block;
  }
  .recommendedSection .sectionInner .recommendedBlock .inner .noimage {
    margin-bottom: 6vw;
  }
  .recommendedSection .sectionInner .recommendedBlock .inner::after {
    top: 2.5vw;
    left: 1vw;
    font-size: 4vw;

  }

  /* SNS共有 */
  .salonSection .salonSectionHead .salon-info-wrapper .share-wrapper {
    top: -12vw;
    right: 2.5vw;
  }
  .salonSection .salonSectionHead .salon-info-wrapper .share-wrapper .share-btn {
    position: absolute;
    width: 13.333vw;
    height: 13.333vw;
    order: 1;
    top: -6.6vw;
    z-index: 1;
  }
  .salonSection .salonSectionHead .salon-info-wrapper .share-wrapper .share-btn.close {
    top: 3.4vw;
    right: 3.7vw;
  }
  .salonSectionHead .share-btn img.share-icon {
    width: 4.5vw;
    height: 4.5vw;
  }
  .salonSectionHead .share-btn span {
    font-size: 9rem;
    line-height: 4.25vw;
  }
  .salonSectionHead .share-wrapper .share-area-show.is-show {
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    padding-top: 12vw;
    background-color: rgba(34, 42, 60, 0.8);
  }
  .salonSectionHead .share-wrapper .share-area-show .share-btn {
    margin-left: 2.5vw;
    margin-bottom: 5.333vw;
  }
  .salonSectionHead .share-wrapper .share-area-show .share-area-background {
    width: 100%;
    height: 100%;
  }
  .salonSectionHead .share-wrapper .share-area-show .share-list {
    position: absolute;
    top: 21.4vw;
    flex-direction: column;
    align-items: center;
    order: 2;
    width: 100%;
  }
  .salonSectionHead .share-wrapper .share-area-show .share-list li {
    width: 92vw;
    height: 10.667vw;
    border-radius: 5.333vw;
    margin-bottom: 2.1vw;
  }
  .salonSectionHead .share-wrapper .share-area-show .share-list li a {
    justify-content: center;
    height: 10.667vw;
  }
  .salonSectionHead .share-wrapper .share-area-show .share-list li span {
    font-size: 3.467vw;
    letter-spacing: 0.4vw;
    line-height: 5.6vw;
  }
  .salonSectionHead .share-wrapper .share-area-show .share-list li img {
    margin-right: 3vw;
  }
  .salonSectionHead .share-wrapper .share-area-show .share-list li img.icon-twitter {
    height: 5vw;
    width: 6vw;
  }
  .salonSectionHead .share-wrapper .share-area-show .share-list li img.icon-facebook {
    height: 5vw;
    width: 2.5vw;
  }
  .salonSectionHead .share-wrapper .share-area-show .share-list li img.icon-line {
    height: 5.5vw;
    width: 5.5vw;
  }

  /* サロン情報 */
  .salonSection .salonSectionHead .salon-info-wrapper {
    width: 100%;
    position: relative;
  }
  .salonSection .salonSectionHead .image {
    float: none;
    width: 100vw;
    height: 77.333vw;
  }
  .salonSection .salonSectionHead .text {
    display: block;
    float: none;
    width: 100vw;
    background-color: #323c50;
    position: static;
  }
  .salonSection .salonSectionHead .tag {
    text-align: unset;
    margin: 2.667vw 2.667vw 0;
  }
  .salonSection .salonSectionHead .salon-log-wrapper {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-top: -28vw;
    background-color: rgba(60,70,90,0.5);
  }
  .salonSection .salonSectionHead .salon-log-wrapper img {
    width: 10.667vw;
    height: 10.667vw;
    margin: 2.667vw;
    margin-top: 11.6vw;

  }
  .salonSection .salonSectionHead .salon-info-wrapper .tag {
    text-align: left;
    position: absolute;
    top: 1.8vw;
  }
  .salonSection .salonSectionHead .salon-info-wrapper .tag li.tagCat {
    padding: 1.1vw 2.23vw;
    font-size: 10rem;
  }
  .salonSection .salonSectionHead .salon-info-wrapper .tag li.tagPlace {
    padding: 1.3vw 4.4vw;
  }
  .salonSection .salonSectionHead .salon-title-area {
    display: flex;
    align-items: center;
    position: relative;
  }
  .salonSection .salonSectionHead .salon-title-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 8.2vw;
    margin-left: 0.5vw;
  }
  .salonSection .salonSectionHead .salonTitle {
    font-size: 4.8vw;
    line-height: 4.8vw;
  }
  .salonSection .salonSectionHead .salon-info-wrapper .salonKana {
    font-size: 2.667vw;
    line-height: 2.667vw;
    margin-top: 3vw;
    text-align: left;
  }
  .salonSection .salonSectionHead .text hr {
    width: 0;
  }
  .salonSection .salonSectionHead .text .add {
    font-size: 3.2vw;
    letter-spacing: 1.04rem;
    line-height: 8vw;
    height: 16vw;
    margin: 0;
    text-align: left;
    margin-left: 3vw;
  }
  .salonSection .salonSectionHead .text .add .add-inner {
    transform: translateY(-50%);
    top: 50%;
    position: relative;
  }
  .salonSection .salonSectionHead .text div.nav {
    position: static;
    width: 100vw;
    margin-top: 0.6vw;
  }
  .salonSection .salonSectionHead .text div.nav ul.nav {
    margin: 1.2vw;
  }
  .salonSection .salonSectionHead .text ul.nav li {
    width: 18.667vw;
    height: 20.8vw;
  }
  .salonSection .salonSectionHead .text ul.nav li .icon {
    width: 8vw;
    height: 8vw;
	  margin-top: 1.6vw;
  }
  .salonSection .salonSectionHead .text ul.nav li p {
    font-size: 3.1vw;
    letter-spacing: 1px;
    margin-top: 2.8vw;
  }
  .salonSection .salonSectionHead .text ul.nav li .arrow {
    margin-top: 2.3vw;
    width: 4vw;
    height: 4.133vw;
  }
  .salonSection .direPath {
    height: 10vw;
    padding-left: 2vw;
  }
  .salonSection .direPath ul li,
  .salonSection .direPath ul li a {
    font-size: 9rem;
    line-height: 10vw;
  }
  .salonSection .reportSection .sectionInner {
    width: 91.2vw;
    padding-top: 7.333vw;
    padding-bottom: 8.9vw;
  }
  .section.reportSection .sectionInner .pointTitle {
    width: auto;
    height: 3.467vw;
    margin-bottom: 1vw;
    margin-left: 1.1vw;
    margin-top: 0.1vw;
  }
  .section.reportSection .sectionInner .pointTitle::before {
    width: 4vw;
    height: 0.267vw;
    margin-right: 2.3vw;
  }
  .section.reportSection .sectionInner .pointTitle .text {
    font-size: 3.467vw;
    letter-spacing: 1px;
    line-height: 3.467vw;
  }
  .section.reportSection .sectionInner .pointTitle .num {
    font-size: 4.8vw;
    letter-spacing: 0.4vw;
    line-height: 4.8vw;
    margin: 0;
  }
  .section.reportSection .sectionInner .sectionTitle4 {
    font-size: 5.6vw;
    letter-spacing: 0.267vw;
    line-height: 7.467vw;
    padding-bottom: 2.4vw;
    margin-bottom: 4vw;
  }
  .reportBlock {
    margin-bottom: 9vw !important;
  }
  .reportBlock .sectionTitle4::after {
    width: 29.333vw;
    bottom: -0.5vw;
  }
  .reportBlock:not(:nth-child(2n)) .image {
    float: unset;
    width: 92vw;
    margin-bottom: 3.7vw;
  }
  .reportBlock .image img {
	  margin: 0.4vw;
    width: 91.2vw !important;
    height: 61.6vw !important;
  }
  .reportBlock .image p {
    width: 83.133vw;
    margin: 2.8vw auto !important;
    font-size: 3.2vw;
    letter-spacing: 1px;
    line-height: 1.4;
    height: auto;
  }
  .reportBlock .text p {
    font-size: 3.733vw;
    letter-spacing: 2px;
    line-height: 6.4vw;
    width: 90.4vw;
  }
  /* Staff Interview */
  .section.staffSection .sectionInner,
  .section.couponSection .sectionInner {
    width: 92.267vw;
    min-height: auto;
    margin-left: 9.5vw;
    padding-top: 10.5vw;
    padding-bottom: 10.667vw;
    position: relative;
  }
  .section.couponSection .sectionInner {
    padding-bottom: 0;
    margin-left: 11.5vw;
  }
  .section.couponSection .sectionInner .sectionTitle3 {
    left: -18vw !important;
    top: 18.5vw !important;
  }
  .staffList {
    width: 87.3vw;
  }
  section.staffSection .staffList .staff {
    width: 41.333vw;
    height: 46.933vw;
    margin-bottom: 1vw;
  }
  .staffList .staff:nth-child(odd) {
    float: none;
  }
  .staffList .staff:nth-child(3n-1),
  .staffList .staff:nth-child(3n-2) {
    float: left;
  }
  section.staffSection .staffList .staff .thumb:before {
    right: 1.1vw;
    top: 2vw;
    font-size: 15rem;
    width: 5.1vw;
    height: 5.1vw;
    line-height: 14rem;
  }
  section.staffSection .staffList .staff.pad {
	margin-right: 1.333vw;
  }
  section.staffSection .staffList .staff .thumb,
  section.staffSection .staffList .staff img {
    padding-top: 0.3vw;
    width: 39.533vw;
    height: 35.6vw;
  }
  section.staffSection .staffList .staff img {
    width: 40vw;
    height: 37.5vw;
  }
  section.staffSection .staffList .staff .thumb .name,
  section.staffSection .staffList .staff.hover .thumb .name {
    font-size: 3.2vw;
    letter-spacing: 1px;
    line-height: 7.533vw;
    color: #000000;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
  }
  .staffList .staff .thumb .name div .staffName {
    font-size: 3.2vw;
    letter-spacing: 1px;
    line-height: 4.533vw;
    color: #000000;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
  }
  section.staffSection .staffList .staff .staff-data {
    display: none;
  }
  section.staffSection .staffList.on .comment,
  section.staffSection .staffList.on .comment .inner .staff-data {
    width: 84vw;
    margin-bottom: 0.6vw;
  }
  section.staffSection .staffList.on .comment {
    position: relative;
    left: 0;
  }
  section.staffSection .staffList.on .comment .inner .staff-data .staff-data-inner {
    padding: 2vw;
  }
  section.staffSection .staffList.on .comment .inner .staff-data .staff-data-inner .image {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.staffSection .staffList.on .comment .inner .staff-data .staff-data-inner .image .pict {
    width: 37.333vw;
    height: 37.333vw;
    margin: unset;
    margin-top: 2.3vw;
  }
  section.staffSection .staffList .staff-data-inner .image div.meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.2vw;
  }
  section.staffSection .staffList .staff-data-inner .image div.meta::after {
    content: "";
    margin-top: 4.18vw;
    background-image: linear-gradient(to right, #000, #000 1.14vw, transparent 1.14vw, transparent 1.87vw);
    background-size: 1.87vw 0.24vw;
    background-repeat: repeat-x;
    width: 71vw;
    height: 1vw;
  }
  section.staffSection .staffList .staff-data-inner .image div.meta h3.name {
    text-align: center;
    font-size: 5.2vw;
    line-height: 3.4vw;
    margin-top: 3vw;
  }
  section.staffSection .staffList .staff-data-inner .image div.meta h3.name span {
    font-size: 10.4rem;
    letter-spacing: 1.5rem;
    line-height: 8vw;
  }
  section.staffSection .staffList .staff-data-inner .image div.meta .staffPost,
  section.staffSection .staffList .staff-data-inner .image div.meta .history {
    font-size: 3.8vw;
    line-height: 4.4vw;
  }
  section.staffSection .staffList .staff-data-inner .image div.meta a {
  width: 7vw;
  margin-top: 3vw;
}
  section.staffSection .staffList.on .comment .inner .staff-data .staff-data-inner .text {
    width: auto;
    margin: 3vw 4vw;
  }
  section.staffSection .staffList.on .comment .inner .staff-data .staff-data-inner .text .block {
    margin-bottom: 7.07vw;
  }
  section.staffSection .staffList.on .comment .inner .staff-data .staff-data-inner .text .q {
    font-size: 4vw;
    line-height: 3.2vw;
    letter-spacing: 2.3rem;
    padding-bottom: 3.7vw;
    border-bottom: solid 0.2vw #d2dce6;
  }
  section.staffSection .staffList.on .comment .inner .staff-data .staff-data-inner .text .q::after {
    border-bottom: solid 0.3vw #323c50;
    bottom: -0.2vw;
    width: 16vw;
    left: -0.6vw;
  }
  section.staffSection .staffList.on .comment .inner .staff-data .staff-data-inner .text .a {
    font-size: 3.6vw;
    line-height: 5.6vw;
    letter-spacing: 0.1em;
    margin-top: 2.5vw;
  }
  section.staffSection .staffList .staff-data-inner .reporter {
    width: 76vw;
    margin-top: -1vw;
    margin-left: 2vw;
    padding-bottom: 3vw;
    margin-bottom: 2.8vw;
  }
  section.staffSection .staffList .staff-data-inner .reporter .reporterImg {
    width: 10vw;
    height: 10vw;
    top: -1.24vw;
    left: -1.8vw;
  }
  section.staffSection .staffList .staff-data-inner .reporter .title {
    height: 9.4vw;
    font-size: 3.8vw;
  }
  section.staffSection .staffList .staff-data-inner .reporter p {
    font-size: 3.6vw;
    line-height: 5.6vw;
    margin: 2vw 3.5vw;
  }
  section.staffSection .staffList .staff-data-inner .staffClose {
    font-size: 3.8vw;
    line-height: 3.4vw;
    width: 32vw;
    height: 8vw;
    border-radius: 10vw;
    position: relative;
  }
  section.staffSection .staffList .staff-data-inner .staffClose:last-child::after {
    right: 3vw;
    font-size: 2.2em;
    bottom: 3vw;
  }

  section.staffSection .staffList .staff-data-inner .staffClose.closeButton {
    right: 3vw;
    top: 3vw;
    width: 10vw;
    height: 10vw;
    padding-bottom: 2vw;
    padding-left: 1.5vw;
  }
  section.staffSection .staffList .staff-data-inner .staffClose.closeButton::before {
    font-size: 9vw;
    right: 1.9vw;
    top: 2.4vw;
  }
  /* Style Collection */
  .salonSection .styleSection {
    padding-bottom: 10vw;
  }
  .salonSection .styleSection .sectionInner {
  	padding-top: 11vw;
  }
  .section.styleSection .sectionInner .sectionTitle3 {
    line-height: 1;
  }
  .section.styleSection .sectionInner h3 {
    position: relative;
    font-size: 3.2vw;
    letter-spacing: 0.8rem;
    line-height: 1;
    color: #323c50;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    margin-bottom: 3.2vw;
    margin-top: 0.6vw;
  }
  .section.styleSection .sectionInner h3 img {
    /* content: ""; */
    /* background: url(/common/images/swipe.png) no-repeat; */
    width: 4vw;
    position: absolute;
    left: 12.5vw;
    top: -1vw;
  }
  .styleSwiper,
  .styleSwiper .swiper-wrapper {
    height: 41.067vw;
  }
  .styleSwiper .swiper-wrapper .swiper-slide a img {
    width: 37.333vw;
    height: 37.333vw;
  }
  .styleSwiper .swiper-pagination-bullet {
    width: 2.667vw;
    height: 2.533vw;
  }
  .styleSwiper .swiper-button-next,
  .styleSwiper .swiper-button-prev {
    width: 9.333vw;
    height: 9.333vw;
    margin-top: 35.1vw;
  }
  .styleSwiper .swiper-button-next {
    right: 0;
  }
  .styleSwiper .swiper-button-prev {
    left: 0;
  }
  .styleSwiper .swiper-button-next::after,
  .styleSwiper .swiper-button-prev::after {
    font-size: 5vw;
  }

  /* AfterWord */
  .belowSection .below .inner h2 {
    font-size: 6.133vw;
    letter-spacing: 3px;
    line-height: 6.5vw;
    }
  .belowSection .below .inner h3 {
    font-size: 3.733vw;
    letter-spacing: 3px;
    line-height: 5.6vw;
    padding-bottom: 2.6vw;
    margin-bottom: 3.133vw;
  }
  .belowSection .below {
    max-width: 86.8vw;
  }
  .salonSection section.belowSection .sectionInner {
  	padding: 9.8vw 0 !important;
    background: url(/common/images/afrerword_sp.png) center;
    background-size: cover;
  }
  .belowSection .below .inner p {
    font-size: 3.467vw;
    letter-spacing: 1px;
    line-height: 5.6vw;
  }
  /* Best Recommended Course */
  .recommendedSection .sectionInner {
    width: 92.5vw;
    padding: 10.8vw 0 9vw;
  }
  .section.recommendedSection .sectionInner .sectionTitle3 {
    letter-spacing: 0.055em;
    padding-bottom: 0;
    line-height: 1;
  }
  .recommendedSection .sectionInner h3 {
    font-size: 3.733vw;
    letter-spacing: 0.2em;
    line-height: 5.6vw;
    height: auto;
    margin-bottom: 2.8vw;
    margin-top: 0.5vw;
  }
  .recommendedSection .sectionInner .recommendedBlock {
    width: 91vw;
    height: auto;
    border: 0.5vw solid #b47800;
  }
  .recommendedSection .sectionInner .recommendedBlock .inner {
    display: flex;
    flex-direction: column;
  }
  .recommendedSection .sectionInner .recommendedBlock .inner::before {
    border-bottom: 9.9vw solid transparent;
    border-left: 9.9vw solid #b47800;
  }
  .recommendedSection .sectionInner .recommendedBlock .inner .overview {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 2.7vw;
    margin-left: 3vw;
  }
  .recommendedSection .sectionInner .recommendedBlock .inner .overview img {
    width: 19.467vw;
    height: 19.467vw;
    border-radius: 50%;
  }
  .recommendedSection .sectionInner .recommendedBlock .inner .overview .course_name {
    width: 61.067vw;
    height: 15.867vw;
    display: flex;
    align-items: center;
    margin-left: 1.4vw;
    font-size: 4.533vw;
    letter-spacing: 0.12em;
    line-height: 5.867vw;
    color: #b47800;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
  }
  .recommendedSection .sectionInner .recommendedBlock .inner .text {
    margin-left: 3.333vw;
    margin-top: 1vw;
    margin-bottom: 2.867vw;
    width: 81.333vw;
  }
  .recommendedSection .sectionInner .recommendedBlock .inner .text .course_detail {
    font-size: 3.467vw;
    line-height: 5.333vw;
  }
  .recommendedSection .sectionInner .recommendedBlock .inner .priceWrap {
    width: 88.4vw;
    height: 12.267vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #f6f2e8;
    margin: 0 auto;
	  margin-bottom: 0.533vw;
    padding: 0 5.067vw;
  }
  .recommendedSection .sectionInner .recommendedBlock .inner .priceWrap .title {
    font-size: 3.733vw;
    letter-spacing: 1px;
    line-height: 5.333vw;
    color: #000000;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
  }
  .recommendedSection .sectionInner .recommendedBlock .inner .priceWrap .price {
    display: flex;
    align-items: flex-end;
  }
  .recommendedSection .sectionInner .recommendedBlock .inner .priceWrap .price .price-num {
    font-size: 8.267vw;
    line-height: 8.8vw;
    color: #b47800;
    font-weight: 400;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    letter-spacing: 0;
  }
  .recommendedSection .sectionInner .recommendedBlock .inner .priceWrap .price .price-unit {
    font-size: 4.267vw;
    letter-spacing: 1px;
    line-height: 5.333vw;
    position: absolute;
    right: -5vw;
    top: 0.6vw;
  }
  .recommendedSection .sectionInner .recommendedBlock .inner .priceWrap .price .price-tax {
    font-size: 1.867vw;
    line-height: 5.333vw;
    position: absolute;
    right: -6vw;
    bottom: -1vw;
  }
  .recommendedSection .sectionInner .recommendedBlock .inner .reserveWrap {
    width: 90.1vw;
    height: 13.333vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #c86e6e;
    margin: 0 auto;
    padding:0 0.8vw 0 2.5vw;
  }
  .recommendedSection .sectionInner .recommendedBlock .inner .reserveWrap .tel {
    font-size: 6.4vw;
    letter-spacing: 1px;
    line-height: 8.8vw;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    text-decoration: none;
  }
  .recommendedSection .sectionInner .recommendedBlock .inner .reserveWrap .tel::before {
    width: 5.333vw;
    height: 5.333vw;
    margin-right: 1.8vw;
    background: url(/common/images/icon_tel.png) no-repeat center center;
    background-size: 100%;
  }
  .recommendedSection .sectionInner .recommendedBlock .inner .reserveWrap .web a {
    width: 32.2vw;
    height: 10.667vw;
    background-color: #fff;
    font-size: 3.733vw;
    letter-spacing: 0em;
    line-height: 5.333vw;
    color: #c86e6e;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-left: 3vw;
  }
  .recommendedSection .sectionInner .recommendedBlock .inner .reserveWrap .web a::before {
    width: 3.733vw;
    height: 4.8vw;
    margin-right: 0.5vw;
    background: url(/common/images/icon_web.png) no-repeat center center;
    background-size: 100%;
  }
  .recommendedSection .sectionInner .recommendedBlock .inner .reserveWrap .web a::after {
    width: 4vw;
    height: 4vw;
    margin-left: 2.4vw;
    background: url(/common/images/icon_arrow6.png) no-repeat center center;
    background-size: 100%;
  }
  .recommendedBlock+.note {
    width: 88.067vw;
    margin-top: 2.2vw !important;
    font-size: 3.2vw;
    line-height: 4.8vw;
    position: relative;
  }
  /*
   * Coupon
   * 追加要
   *
   *
   *
   * */
  .couponSection {
    padding-bottom: 0;
  }
  .couponSection .sectionInner .couponSwiper.is-hide {
    height: 138vw;
    overflow: hidden;
  }
  .couponSection .sectionInner .couponSwiper .swiper-slide {
    width: 83.467vw !important;
    height: auto;
    padding-bottom: 0.5vw;
    outline-offset: -0.55vw;
  }
  .couponSection .sectionInner .couponSwiper .swiper-slide .dli-plus {
    top: 2vw;
    right: 1.5vw;
  }
  .couponSection .sectionInner .couponSwiper .swiper-slide .dli-plus span {
    font-size: 3.6vw;
  }
  .couponSection .sectionInner .couponSwiper .swiper-slide .label {
    margin-left: 0.933vw;
  }
  .couponSection .sectionInner .couponSwiper .swiper-slide .label span {
    font-size: 3.2vw;
    line-height: 4.8vw;
    padding: 0.8vw 2.4vw;
  }
  .couponSection .sectionInner .couponSwiper .swiper-slide img {
    width: 5.333vw;
    height: 5.333vw;
    border-radius: 2.667vw;
    position: absolute;
    background-color: black;
    top: 2vw;
    right: 2vw;
  }
  .couponSection .sectionInner .couponSwiper .swiper-slide .itemTitle {
    font-size: 4.267vw;
    letter-spacing: 0.267vw;
    line-height: 5.6vw;
    width: 74.667vw;
    height: auto;
    position: unset;
    margin-left: 4vw;
    margin-bottom: 2vw;
    margin-top: 1.7vw;
  }
  .couponSection .sectionInner .couponSwiper .swiper-slide .itemText {
    font-size: 3.2vw;
    letter-spacing: 0.133vw;
    line-height: 4.8vw;
    width: 74.267vw;
	height: auto;
    position: unset;
    margin-left: 4vw;
    margin-bottom: 3.067vw;
  }
  .couponSection .sectionInner .couponSwiper .swiper-slide .priceWrap {
    width: 81.867vw;
    height: 10.5vw;
    margin-left: 0.7vw;
    position: unset;
  }
  .couponSection .sectionInner .couponSwiper .swiper-slide .priceWrap .itemTerms span:first-child {
    width: 10.667vw;
    height: 8.267vw;
    font-size: 3.2vw;
    line-height: 1;
  }
  .couponSection .sectionInner .couponSwiper .swiper-slide .priceWrap .itemTerms span:nth-child(2) {
    width: 37.667vw;
    height: 8.267vw;
    font-size: 3.2vw;
    line-height: 1;
    padding-left: 3vw;
  }
  .couponSection .sectionInner .couponSwiper .swiper-slide .priceWrap .itemPrice .price-num {
    font-size: 6vw;
    line-height: 8.8vw;
  }
  .couponSection .sectionInner .couponSwiper .swiper-slide .priceWrap .itemPrice .price-unit {
    font-size: 3.467vw;
    letter-spacing: 0.133vw;
    line-height: 8.333vw;
  }
  .couponSection .sectionInner .couponSwiper .swiper-slide .priceWrap .itemPrice .price-tax {
    font-size: 1.7vw;
    line-height: 7.333vw;
    margin-right: 2vw;
  }
  .couponSection .sectionInner .couponSwiper .swiper-slide .reserveWrap {
    width: 82.467vw;
    height: 10vw;
    margin-left: 0.5vw;
	  position: unset;
  }
  .couponSection .sectionInner .couponSwiper .swiper-slide .reserveWrap li .tel {
    font-size: 5vw;
    letter-spacing: 0.133vw;
    line-height: 6vw;
    text-decoration: none;
  }
  .couponSection .sectionInner .couponSwiper .swiper-slide .reserveWrap li .tel::before {
    width: 5.333vw;
    height: 5.333vw;
    margin: 0 1vw;
  }
  .couponSection .sectionInner .couponSwiper .swiper-slide .reserveWrap .web a {
    width: 32vw;
    height: 9.333vw;
    font-size: 3.733vw;
    letter-spacing: 0.133vw;
    line-height: 5.333vw;
    justify-content: left;
    padding-left: 3.5vw;
  }
  .couponSection .sectionInner .couponSwiper .swiper-slide .reserveWrap .web a::before {
    width: 3.733vw;
    height: 4.8vw;
  }
  .couponSection .sectionInner .couponSwiper .swiper-slide .reserveWrap .web a::after {
    width: 4.267vw;
    height: 4.133vw;
    margin-left: 1.2vw;
  }
  .couponSection .sectionInner .show-more.pcNone {
    width: 120vw;
    height: 12vw;
    margin-top: -10vw;
    margin-left: -10vw;
    position: relative;
    z-index: 10;
  }
  .couponSection .sectionInner .show-more.pcNone.is-hide {
    display: none !important;
  }
  .couponSection .sectionInner .show-more.pcNone span {
    width: 101vw;
    height: 12vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.2vw;
    letter-spacing: 0.267vw;
    line-height: 8.8vw;
    color: #ffffff;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    background-color: rgba(80,70,50,0.5);
  }


  /* Salon Info */
  section.dataSection .sectionInner {
    width: 90.933vw;
	padding: 9.667vw 0 11.2vw;
  }
  section.dataSection .dataWrap {
  flex-direction: column;
	height: auto;
	width: 92vw;
  padding-left: 0;
  }
  section.dataSection .dataWrap .salonLogo {
	order: 2;
    width: auto;
    margin-top: -17vw;
    z-index: 14;
    margin-bottom: 4vw;
  }
  section.dataSection .dataWrap .salonLogo img {
    width: 29.333vw;
    height: 29.333vw;
    margin: 0 auto;
  }
  section.dataSection .dataWrap .salonLogo strong {
    font-size: 6.133vw;
    letter-spacing: 2px;
    line-height: 8.8vw;
  }
  section.dataSection .dataWrap .salonLogo span {
    font-size: 2.667vw;
    letter-spacing: 1px;
    line-height: 2.8vw;
  }
  section.dataSection .dataWrap .tableWrap {
    order: 3;
    width: 89.333vw;
    margin-left: 0.7vw;
  }
  section.dataSection .dataWrap .tableWrap table {
    width: 100%;
  }
  section.dataSection .dataWrap .map {
    order: 1;
  }
  section.dataSection .dataWrap .map,
  section.dataSection #mapCanvas {
    width: 90.933vw;
    height: 64vw !important;
    margin: 0 auto;
  }
  section.dataSection .dataWrap .tableWrap th,
  section.dataSection .dataWrap .tableWrap td {
    border: 0.7vw solid #fff;
  }
  section.dataSection .dataWrap .tableWrap th {
    font-size: 3.467vw;
    letter-spacing: 1px;
    line-height: 5.067vw;
    width: 24vw;
    min-width: auto;
    height: auto;
    padding: 2.3vw 0;
    padding-left: 3.067vw;
  }
  section.dataSection .dataWrap .tableWrap td {
    width: 65.067vw;
    font-size: 3.2vw;
    letter-spacing: 1px;
    line-height: 5.067vw;
    padding: 2.3vw 3.067vw;
  }
  /* 他のレポートもCheck！ */
  .recommendSection .sectionInner {
    width: 92vw;
	  padding: 4vw 0;
  }
  .recommendSection .sectionInner .sectionTitle3 {
    font-size: 4.267vw;
    letter-spacing: 1px;
    line-height: 8.8vw;
  	padding-bottom: 0.867vw;
  }
  .recommendSection .sectionInner .articleList {
    flex-direction: column;
    margin: 0;
  }
  .recommendSection .sectionInner .articleList .area-recommend-salon-box {
    width: 100%;
    height: 39vw;
  }
  .recommendSection .sectionInner .articleList .area-recommend-salon-box {
    margin: 0.667vw 0;
  }
  .recommendSection .sectionInner .articleList .area-recommend-salon-box .salon-image-box {
     width: 36vw;
  }
  .recommendSection .area-item .salon-image-main img {
    width: 36vw;
    height: 25.333vw;
  }
  .recommendSection .area-item .salon-image-post img {
    width: 12vw;
    height: 12vw;
  }
  .recommendSection .area-item .salon-image-main .salon-category {
    top: 1.333vw;
    width: 14.667vw;
    height: 8vw;
    font-size: 10.256rem;
    letter-spacing: 0.133vw;
    line-height: 12.5rem;
  }
  section.relationSection .sectionInner .matomeList ul li a .area-item .salon-info .salon-info-name {
    font-size: 3.733vw;
    letter-spacing: 1px;
    line-height: 5.333vw;
    width: auto;
    height: auto;
	  -webkit-line-clamp: 3;
  }
  section.relationSection .sectionInner .matomeList ul li a .area-item .salon-info time {
    top: 18vw;
    font-size: 2.3vw;
  }
  .recommendSection .area-recommend-salon-box .salon-info hr {
    width: 8vw;
    height: 0.1vw;
  }
  .recommendSection .area-recommend-salon-box .salon-info .salon-info-header .salon-info-name {
    font-size: 4.2vw;
    letter-spacing: 0.267vw;
    line-height: 1;
    word-break: normal;
  }
  .recommendSection .area-recommend-salon-box .salon-info .salon-info-header .salon-info-kana {
    font-size: 9.401rem;
    letter-spacing: 0.133vw;
    line-height: 15rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .recommendSection .area-recommend-salon-box .salon-info .report-title {
    font-size: 3.2vw;
    letter-spacing: 2px;
    line-height: 4.8vw;
    height: auto;
	  margin-top: 2vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  /* 関連記事をCheck！ */
  section.relationSection .sectionInner {
	padding: 3.867vw 0 4.4vw;
  }
  section.relationSection .sectionInner .sectionTitle3 {
    font-size: 4.267vw;
    letter-spacing: 1px;
    line-height: 8.8vw;
    padding-bottom: 1.4vw;
    position: relative;
  }
  section.relationSection .sectionInner .sectionTitle3::before {
    content: "";
    background: url(/common/images/swipewhite.png) no-repeat;
    width: 7vw;
    height: 7vw;
    position: absolute;
    right: 1vw;
    top: 2vw;
  }
  .matomeList {
    height: 69vw;
  }
  .matomeList li {
    margin-left: 2.533vw;
  }
  section.relationSection .sectionInner .matomeList ul li {
    height: 61.333vw;
    width: 45vw !important;
  }
  section.relationSection .sectionInner .matomeList ul li .salon-image-main img {
    width: 42.5vw;
    height: 34.667vw;
  }
  section.relationSection .sectionInner .matomeList ul li .salon-image-main .salon-category {
    width: 18.8vw;
    height: 8.267vw;
    font-size: 3.2vw;
    letter-spacing: 0.133vw;
    line-height: 8.8vw;
  }
  section.relationSection .sectionInner .matomeList ul li a .area-item {
    flex-direction: column;
  }
  section.relationSection .sectionInner .matomeList ul li a .area-item .salon-info {
  	margin-top: 3.067vw;
  	margin-left: 3.067vw;
    position: relative;
  }
  section.relationSection .sectionInner .matomeList ul li a .area-item .salon-info .salon-info-header {
    width: 37.867vw;
	height: 38.8vw;
    font-size: 3.733vw;
    letter-spacing: 1px;
    line-height: 5.333vw;
  }
  section.relationSection .sectionInner .matomeList ul li a .area-icon,
  section.relationSection .sectionInner .matomeList ul li a .area-icon img {
    width: 4vw;
    height: 4vw;
	bottom: 1.313vw;
  }
  section.relationSection .sectionInner .matomeList .swiper-pagination {
    bottom: 4.7vw;
  }
  .relationSwiper .swiper-pagination-bullet {
    width: 2.4vw;
    height: 2.4vw;
  }
  .relationSwiper .swiper-button-prev,
  .relationSwiper .swiper-button-next {
    width: 9.333vw;
    height: 9.333vw;
    margin-top: 34vw;
  }
  .relationSwiper .swiper-button-prev {
  	left: 0;
  }
  .relationSwiper .swiper-button-next {
  	right: 0;
  }
  .relationSwiper .swiper-button-next::after,
  .relationSwiper .swiper-button-prev::after {
    font-size: 4vw;
  }
  section.toTop .sectionInner {
    padding: 5.4vw 0;
  }
  /* TOPへ戻る */
  section.toTop .sectionInner {
    padding: 5.4vw 0;
  }
  section.toTop .sectionInner a {
    width: 62.667vw;
    height: 13.333vw;
  }
  section.toTop .sectionInner a::before {
    width: 5.067vw;
    height: 2.933vw;
    left: 2.933vw;
  }
  section.toTop .sectionInner a p {
    font-size: 3.2vw;
    letter-spacing: 0.267vw;
    line-height: 8.8vw;
	margin-left: 2.133vw;
  }
  section.toTop .sectionInner a img {
    width: 5.867vw;
    height: 5.067vw;
  }
}

.add-inner {
  & chrome_annotation {
    font-size: 3.2vw !important;
    border-bottom-style: none !important;
  }
}

section.dataSection .sectionInner .dataWrap .tableWrap tr.salonAdd td {
  & chrome_annotation {
    font-size: 3.2vw !important;
    border-bottom-style: none !important;
    color: inherit !important;
  }
}