@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;
  -moz-transition: all 0.25s 0s linear;
  -ms-transition: all 0.25s 0s linear;
  -o-transition: all 0.25s 0s linear;
  transition: all 0.25s 0s linear;
}
.hover-scale:hover > img {
  transform: scale(1.15);
}

.award2__list {
  display: flex;
  flex-diretion: row;
  flex-wrap: wrap;
  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 */
.award1 {
  padding: 30px;
  background: #EBEBEB;
}
@media only screen and (max-width: 575px) {
  .award1 {
    padding: 30px 15px 15px 15px;
  }
}
.award1__main {
  margin-top: 20px;
}

.award1__ttl-wrapper {
  background-image: url(/images/feature/award/2019/icon-line-karakusa.svg), url(/images/feature/award/2019/icon-line-karakusa-right.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
}
@media only screen and (max-width: 575px) {
  .award1__ttl-wrapper {
    background-position: left 39%, right 39%;
  }
}

.award1__ttl {
  text-align: center;
  overflow: hidden;
  margin: 0 15px;
}

.award1__list {
  max-width: 750px;
  margin: auto;
}

.award1__list-item:not(:last-child) {
  margin-bottom: 30px;
}

.award1__ttl-main {
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  display: inline-block;
  position: relative;
}
.award1__ttl-main::before {
  content: '';
  height: 1px;
  width: 1000px;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: calc(100% + 30px );
}
.award1__ttl-main::after {
  content: '';
  height: 1px;
  width: 1000px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: calc(100% + 30px );
}
@media only screen and (max-width: 575px) {
  .award1__ttl-main {
    display: inline-block;
    position: relative;
  }
  .award1__ttl-main::before {
    content: '';
    height: 1px;
    width: 1000px;
    background-color: #000;
    position: absolute;
    top: 41%;
    right: calc(100% + 5px );
  }
  .award1__ttl-main::after {
    content: '';
    height: 1px;
    width: 1000px;
    background-color: #000;
    position: absolute;
    top: 41%;
    left: calc(100% + 5px );
  }
}
.award1__ttl-main--l {
  font-size: 26px;
  display: block;
}
@media only screen and (max-width: 575px) {
  .award1__ttl-main--l {
    font-size: 18px;
  }
}
.award1__ttl-main--s {
  font-size: 18px;
  display: block;
  margin-top: -10px;
}
@media only screen and (max-width: 575px) {
  .award1__ttl-main--s {
    font-size: 15px;
    margin-top: -2px;
  }
}

.award1__subttl {
  background-color: #C0A500;
  color: #FFF;
  text-align: center;
  padding: 2px 0;
}
.award1__subttl--silver {
  background-color: #A0A39B;
}

.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: url(/images/feature/award/2019/icon-trophy.svg);
  position: absolute;
  top: 2px;
  right: calc(100% - 50px);
}
@media only screen and (max-width: 575px) {
  .award1__subttl-main::after {
    content: url(/images/feature/award/2019/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: 70px;
}
@media only screen and (max-width: 767px) {
  .award1__cat-block:not(:last-child) {
    margin-bottom: 50px;
  }
}

.award1__cat {
  background-image: url(/images/feature/award/2019/bg-salon-gold.jpg);
  background-repeat: repeat;
  padding: 30px 15px 50px 15px;
}

.award1__shop {
  display: block;
  padding: 10px;
  margin: -10px;
}
.award1__shop::after {
  content: "";
  display: block;
  clear: both;
}
.award1__shop:hover .award1__shop-name, .award1__shop:hover .award1__shop-location {
  text-decoration: underline;
}

.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-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: 13px;
  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: 42px;
}
.lead-sp__img-main {
  max-width: 100%;
}

/*# sourceMappingURL=common.css.map */
