@charset "UTF-8";

/* page - 地域ランキング
========================================================================================
======================================================================================== */

/* mv block */
.p-rankingMvblock {
  display: block;
  width: 100%;
}

.p-rankingMvblock__inner {
  position: relative;
  z-index: 0;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  min-height: 460px;
  padding: 24px 10px;
  margin: 0 auto;
}

.p-rankingMvblock__cont {
  position: relative;
  z-index: 10;
}

.p-rankingMvblock__titleblock {
  width: fit-content;
  width: fit-content;
  width: fit-content;
  padding: 40px 80px;
  margin: 0 auto;
  line-height: 1.3;
  color: #313131;
  letter-spacing: 0.18em;
  background: rgb(255 255 255 / 90%);
  border: solid 1px #8B6B03;
}

.p-rankingMvblock__titleblock::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(/include/shopping/common/image/icn_crown_240724.svg) no-repeat center center / contain;
  filter: invert(35%) sepia(100%) saturate(701%) hue-rotate(19deg) brightness(92%) contrast(98%);
  display: block;
  margin: 0 auto 10px;
}

.p-rankingMvblock__title,
.p-rankingMvblock__notes {
  text-align: center;
}

.p-rankingMvblock__title {
  font-size: 40px;
}

.p-rankingMvblock__notes {
  margin-bottom: 10px;
  font-size: 32px;
}

.p-rankingMvblock__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  overflow: hidden;
  background-color: #fdfcf5;
}

.p-rankingMvblock__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-rankingMvblock__inner {
    min-height: 230px;
  }

  .p-rankingMvblock__titleblock {
    padding: 15px 30px;
  }

  .p-rankingMvblock__titleblock::before {
    width: 40px;
    height: 40px;
  }

  .p-rankingMvblock__title {
    font-size: 16px;
  }

  .p-rankingMvblock__notes {
    font-size: 14px;
  }
}
