@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
/*
* 適用するCSSのプロパティ
* アニメーションの時間
* 変化のパターンを選択 ease / linear / ease-in / ease-out / ease-in-out / cubic-bezier(数値, 数値, 数値, 数値)
* 変化がはじまるまでの時間を設定
*/
/*
* タイトル等で両端にボーダーを指定する
* タイトル部分を中央寄せにする場合はCenter寄せを指定したdivでラッピングする
*/
/*
* タイトル
* 左にアイコンを設置する
*/
/*
* タイトル
* 上下にボーダーを引く
*/
/*
* 番号
* ナンバリングを行うスタイル
*/
/*
* ホバーしたときにアンダーラインがアニメーション表示
* mode : center 時は中央からラインが表示
*/
/*
 * 下に三角の矢印をつける
*/
/*
 * 右に三角の矢印をつける
*/
/*
 * アニメーション
*/
/*
 * アニメーション
*/
.hover-scale {
  overflow: hidden; }
  .hover-scale > img {
    -webkit-transition: all 0.25s 0s linear;
    transition: all 0.25s 0s linear; }
  .hover-scale:hover > img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }

.u-none {
  display: none; }

.award2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-diretion: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.award1__link {
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .award1__link {
      margin-top: 15px; } }
  .award1__link + .award1__link {
    margin-top: 30px; }
  .award1__link-main {
    display: block;
    background-color: #C0A500;
    padding: 5px 0;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    border-radius: 5px;
    max-width: 300px;
    margin: auto;
    padding-left: 20px; }
    .award1__link-main > span {
      position: relative; }
      .award1__link-main > span::before {
        content: url(/images/feature/award/2019/icon-threeline.svg);
        position: absolute;
        top: -4px;
        left: -20px; }
    .award1__link-main:hover {
      text-decoration: none;
      color: #FFF; }
    .award1__link-main--archive {
      background-color: #1e1a1a; }
      .award1__link-main--archive > span {
        position: relative; }
        .award1__link-main--archive > span::before {
          content: url(/images/feature/award/2019/icon-archive.svg);
          position: absolute;
          top: 0px;
          left: -24px; }

.award1__remarks {
  text-align: right;
  font-size: 14px; }
  @media only screen and (max-width: 767px) {
    .award1__remarks {
      font-size: 12px; } }

/* sns-wrap
------------------------------------------------*/
.sns-btn ul {
  text-align: center; }

.sns-btn ul li {
  display: inline-block;
  line-height: 0 !important;
  letter-spacing: 0;
  vertical-align: bottom; }

/* .lead-wrap
------------------------------------------------*/
.lead-wrap {
  padding: 60px 30px 60px;
  background: url(/images/feature/award/2018/bg_gold.jpg) no-repeat center bottom;
  background-size: 650px; }

.lead__text {
  margin-top: 45px;
  font-size: 81.3%;
  text-align: center; }

.mv__main {
  width: 100%; }

/* sns-wrap
------------------------------------------------*/
.sns-sp__wrap {
  margin-top: 15px; }

ul.sns-sp__btn {
  padding: 10px;
  text-align: center; }

ul.sns-sp__btn li {
  display: inline-block;
  min-height: 30px;
  line-height: 0 !important;
  letter-spacing: 0;
  vertical-align: bottom; }

ul.sns-sp__btn li img {
  vertical-align: top; }

ul.sns-sp__btn li.last,
ul.sns-sp__btn li:last-child {
  margin-right: 0; }

/* .lead-sp__wrap
------------------------------------------------*/
.lead-sp__wrap {
  padding: 30px 15px 30px 15px;
  background: url(/images/feature/award/2018/bg_gold.jpg) no-repeat center bottom;
  background-size: cover; }

.lead-sp__text {
  margin-top: 25px;
  font-size: 1.2rem; }

/* award1 */
.award-bg--salon {
  background: url(/images/feature/award/2021/bg-salon.jpg) repeat center top;
  background-size: 2000px; }

.award-bg--catalog {
  background: url(/images/feature/award/2021/bg-catalog.jpg) repeat center top;
  background-size: 2000px; }

.award1 {
  margin-top: -1px;
  padding: 30px; }
  @media only screen and (max-width: 575px) {
    .award1 {
      padding: 30px 15px 15px 15px; } }
  .award1__main {
    margin-top: 20px; }

  .award1__list {
    max-width: 750px;
    margin: auto; }

  .award1__list-item:not(:last-child) {
    margin-bottom: 30px; }

  .award1__subttl {
    background-color: #C0A500;
    color: #FFF;
    text-align: center;
    padding: 2px 0; }
    .award1__subttl--silver {
      background-color: #A0A39B; }
    .award1__subttl--catalog {
      background-color: #E64E70; }

  .award1__subttl-main {
    font-family: "Noto Serif JP", serif;
    display: inline-block;
    padding-left: 60px;
    position: relative; }
    .award1__subttl-main--l {
      font-size: 18px;
      display: block; }
      @media only screen and (max-width: 575px) {
        .award1__subttl-main--l {
          font-size: 12px; } }
    .award1__subttl-main--s {
      font-size: 15px;
      display: block;
      margin-top: -7px; }
      @media only screen and (max-width: 575px) {
        .award1__subttl-main--s {
          font-size: 11px;
          margin-top: 0; } }
    .award1__subttl-main::after {
      content: '';
      width: 60px;
      height: 48px;
      background-image: url(/images/feature/award/2021/icon-trophy.svg);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      right: calc(100% - 50px); }
      @media only screen and (max-width: 767px) {
        .award1__subttl-main::after {
          width: 60px;
          height: 48px;
          top: -5px; } }
      @media only screen and (max-width: 575px) {
        .award1__subttl-main::after {
          top: 0;
          width: 40px;
          height: 31.5px;
          background-image: url(/images/feature/award/2021/icon-trophy--s.svg); } }

  .award1__cat-ttl {
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    position: relative;
    margin-bottom: 30px; }
    .award1__cat-ttl::before {
      content: '';
      height: 3px;
      width: 100%;
      background-color: #C0C0C0;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media only screen and (max-width: 575px) {
        .award1__cat-ttl::before {
          bottom: -2px; } }
    .award1__cat-ttl::after {
      content: '';
      height: 3px;
      width: 165px;
      background-color: #C0A500;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media only screen and (max-width: 575px) {
        .award1__cat-ttl::after {
          bottom: -2px;
          width: 100px; } }

  .award1__cat-block:not(:last-child) {
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .award1__cat-block:not(:last-child) {
        margin-bottom: 50px; } }

  .award1__cat {
    background-color: #FFF;
    padding: 30px 15px 50px 15px; }

  .award1__shop {
    display: block;
    padding: 10px;
    margin: -10px; }
    .award1__shop::after {
      content: "";
      display: block;
      clear: both; }

  .award1__shop-sub {
    float: left;
    width: 280px; }
    @media only screen and (max-width: 767px) {
      .award1__shop-sub {
        width: 100%; } }

  .award1__shop-main {
    float: left;
    width: calc(100% - 280px - 15px);
    padding-left: 15px; }
    @media only screen and (max-width: 767px) {
      .award1__shop-main {
        width: 100%;
        padding: 0;
        margin-top: 10px; } }

  .award1__shop-name {
    font-size: 18px;
    line-height: 1.5;
    margin-top: -2px; }

  .award1__shop-location {
    font-size: 12px; }
    .award1__shop-location--gold {
      color: #C0A500; }
    .award1__shop-location--catalog {
      color: #E64E70; }

  .award1__shop-text {
    font-size: 12px;
    margin-top: 10px; }

  .award1__shop-img {
    max-width: 100%;
    height: auto; }

  .award1__shop-img-wrapper {
    width: 100%;
    height: 210px;
    background-size: cover;
    background-position: center; }

/* award1__read */
.award1__read {
  text-align: center;
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
  margin: 30px 0 40px 0;
  background-color: #fdfdfd;
  margin: 30px -30px;
  padding: 10px;
  border-top: 1px solid #C0A500;
  border-bottom: 1px solid #C0A500;
  display: none; }
  @media only screen and (max-width: 767px) {
    .award1__read {
      font-size: 21px; } }
  @media only screen and (min-width: 768px) {
    .award1__read--pc {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .award1__read--sp {
      display: block; } }
  .award1__read-icon {
    color: #C0A500;
    font-size: 21px; }
    @media only screen and (max-width: 767px) {
      .award1__read-icon {
        font-size: 18px; } }

  .award1__read-sub {
    font-size: 21px; }
    @media only screen and (max-width: 767px) {
      .award1__read-sub {
        display: block;
        font-size: 18px; } }

/* award2 */
.award2__shop {
  display: block;
  padding: 10px;
  margin: -10px; }

.award2__shop-main {
  margin-top: 5px; }

.award2__shop-name {
  font-size: 12px;
  line-height: 1.5; }

.award2__shop-location {
  font-size: 12px; }
  .award2__shop-location--silver {
    color: #a0a39b; }
  @media only screen and (max-width: 575px) {
    .award2__shop-location {
      font-size: 12px; } }

.award2__shop-text {
  font-size: 13px;
  margin-top: 10px; }

.award2__shop-img {
  max-width: 100%; }

.award2__list {
  margin: 0 -5px; }

.award2__list-item {
  padding: 0 5px;
  margin-bottom: 15px;
  width: calc( 100% / 3 - 10px); }
  @media only screen and (max-width: 575px) {
    .award2__list-item {
      width: calc( 100% / 2); } }

.award2__shop-img-wrapper {
  background-image: url(/images/shop/noimage02.jpg);
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center; }
  .award2__shop-img-wrapper--wide {
    background-size: contain;
    background-color: #a0a39b30;
    background-repeat: no-repeat; }

/* header-sp */
.header-sp {
  margin-top: 55px; }
  .lead-sp__img-main {
    max-width: 100%; }

/* 2021.01追加 */
.p-award1__ttl {
  position: relative;
  height: 50px;
  font-size: 26px; }

.p-award1__ttl-inner {
  font-size: 100%; }
  @media only screen and (max-width: 767px) {
    .p-award1__ttl-inner {
      font-size: 70%; } }
  @media only screen and (max-width: 575px) {
    .p-award1__ttl-inner {
      font-size: 60%; } }

@media only screen and (max-width: 767px) {
  .p-award1__ttl--sp-large .p-award1__ttl-inner {
    font-size: 80%; } }
@media only screen and (max-width: 575px) {
  .p-award1__ttl--sp-large .p-award1__ttl-inner {
    font-size: 70%; } }

.p-award1__ttl-1 {
  position: absolute;
  width: calc(50% - 5em);
  height: 100%;
  left: 0;
  background-image: url(/images/feature/award/2021/title-icon-left.svg);
  background-repeat: no-repeat;
  background-position: left center; }

.p-award1__ttl-2 {
  position: absolute;
  width: calc(50% - 5em);
  height: 100%;
  right: 0;
  background-image: url(/images/feature/award/2021/title-icon-right.svg);
  background-repeat: no-repeat;
  background-position: right center; }

.p-award1__ttl-block {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center; }

.p-award1__ttl-block-inner {
  line-height: 1.1em;
  font-family: "Noto Serif JP", serif; }

.p-award1__ttl--bg-white .p-award1__ttl-block-inner {
  background-color: #FFF; }

.p-award1__ttl-main {
  display: block;
  font-size: 100%; }

.p-award1__ttl-sub {
  display: block;
  font-size: 70%; }

/* TAB */
.c-award-tab__btn {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .c-award-tab__btn {
      height: 50px; } }

.c-award-tab__btn-main {
  display: block;
  width: 50%;
  border-radius: 6px 6px 0 0;
  border: 1px solid #EBEBEB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }

.c-award-tab__btn-main--active {
  color: #FFF;
  text-decoration: none;
  border: 1px solid transparent; }

.c-award-tab__btn-main--salon.c-award-tab__btn-main--active {
  background-color: #C0A500; }

.c-award-tab__btn-main--catalog.c-award-tab__btn-main--active {
  background-color: #E64E70; }

.c-award-tab__btn-main:hover {
  color: #FFF;
  text-decoration: none;
  border: 1px solid transparent; }

.c-award-tab__btn-main--active:hover {
  color: #FFF; }

.c-award-tab__btn-main--salon:hover {
  background-color: #C0A500; }

.c-award-tab__btn-main--catalog:hover {
  background-color: #E64E70; }

/* PAGENATION */
.p-award-pagination {
  text-align: center;
  margin-top: 50px;
  font-size: 16px; }

.p-award-pagination__ttl {
  margin-bottom: 0.5em; }

.p-award-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px; }

.p-award-pagination__item {
  padding: 0 5px; }

.p-award-pagination__link {
  width: 133px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  background-image: url(/images/feature/award/2021/pagination-bg.svg);
  background-repeat: no-repeat; }

.p-award-pagination__link:hover {
  color: #FFF;
  text-decoration: none; }

.award1__shop__under-shop-name {
  line-height: 1.1em; }

.award1__shop-stylist {
  font-size: 12px;
  display: block;
  margin-top: -0.3em; }

.award1__shop-lead {
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  display: block;
  margin-top: 0.5em;
  position: relative;
  padding-left: 0.7em;
  color: #E64E70;
  position: relative;
  line-height: 1.4; }

.award1__shop-lead::after {
  content: '';
  width: 3px;
  height: calc(100% - 6px);
  background-color: #E64E70;
  position: absolute;
  left: 0;
  top: 3px; }

.p-award-catalog {
  font-size: 14px; }

.p-award-catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7.5px;
  margin-top: -15px; }

.p-award-catalog__item {
  width: calc(100% / 3);
  padding: 0 7.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 15px; }
  @media only screen and (max-width: 575px) {
    .p-award-catalog__item {
      width: calc(100% / 2); } }

.p-award-catalog__img {
  max-width: 100%; }

.p-award-catalog__block {
  display: block;
  line-height: 1.5; }
  .p-award-catalog__block:hover {
    text-decoration: none; }

.p-award-catalog__ttl {
  font-size: 13px;
  display: block;
  margin-top: 0.5em;
  padding-left: 0.7em;
  color: #E64E70;
  position: relative; }

.p-award-catalog__ttl::after {
  content: '';
  width: 3px;
  height: calc(100% - 6px);
  background-color: #E64E70;
  position: absolute;
  left: 0;
  top: 3px; }

.p-award-catalog__area {
  margin-top: 0.5em;
  font-size: 87%;
  color: #A0A39B; }

.p-award-catalog__nailist {
  font-size: 87%; }

.p-award-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/* 画像 */
.c-award-img {
  width: 100%;
  padding-bottom: 65%;
  position: relative; }

.c-award-img__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center; }

.c-award-img-v {
  width: 100%;
  padding-bottom: 122%;
  position: relative; }

.c-award-img-v__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center; }

@media only screen and (min-width: 992px) {
  .p-award-main {
    margin-top: 50px; } }
@media only screen and (max-width: 991px) {
  .p-award-main {
    margin-top: 30px; } }
@media only screen and (max-width: 767px) {
  .p-award-main {
    margin-top: 15px; } }

/*# sourceMappingURL=common.css.map */