@charset "UTF-8";
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular"), url("../font/NotoSansCJKjp-Regular.eot") format("eot"), url("../font/NotoSansCJKjp-Regular.ttf") format("ttf"), url("../font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../font/NotoSansCJKjp-Regular.woff") format("woff");
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url("../font/NotoSansCJKjp-Bold.eot") format("eot"), url("../font/NotoSansCJKjp-Bold.ttf") format("ttf"), url("../NotoSansCJKjp-Bold.woff2") format("woff2"), url("../NotoSansCJKjp-Bold.woff") format("woff");
}

html {
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'NotoSansCJKjp', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif !important;
  line-height: 1.2;
  overflow-x: hidden;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.5s ease-in-out;
}

a > span {
  transition: opacity 0.5s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:hover > span {
  opacity: 0.7;
}

.emphasis-text {
  color: #e71f19;
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 60%, #e71f19 60%);
}

.disp-pc {
  display: none;
}

.disp-sp {
  display: block;
}

#mvSectionSp {
  position: relative;
  max-width: 100%;
  overflow-x: hidden;
  background: #000;
  height: 260px;
}

#mvSectionSp .mv-section-sp__inner {
  min-width: 280px;
}

#mvSectionSp .mv-section-sp__img {
  background: url("../img/img_mv-store_sp.jpg") center center no-repeat;
  background-size: cover;
  height: 260px;
}

#mvSectionSp .mv-section-sp__title-content {
  position: absolute;
  top: 45%;
  right: 0;
  width: 100%;
}

#mvSectionSp .mv-title-sp {
  margin: 0;
  width: 100%;
  height: auto;
  padding: 0;
  position: inherit;
  min-width: 320px;
}

#mvSectionSp .mv-title-sp__inner {
  margin-top: 0;
}

#mvSectionSp .mv-title-sp__text {
  font-weight: bold;
  background: #000;
  color: #B0B0B0;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  padding: 0 0 20px 10px;
  letter-spacing: 0.6px;
}

#mvSectionSp .mv-title-sp__text-line {
  font-weight: bold;
  display: block;
  font-size: 20px;
}

#mvSectionSp .title-block-sp {
  position: absolute;
  right: 0;
}

#mvSectionSp .title-block-sp__inner {
  margin-top: -34px;
  padding: 15px 20px 4px 10px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mvSectionSp .title-block-sp__title {
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  text-align: left;
  letter-spacing: 0.6px;
  margin-right: 15px;
}

#mvSectionSp .title-block-sp__title-small {
  font-weight: bold;
  font-size: 15px;
  vertical-align: bottom;
  letter-spacing: 0.6px;
}

#mvSectionSp .title-block-sp__title-line {
  font-weight: bold;
  display: block;
}

#mvSectionSp .title-block-sp__icon {
  width: 56px;
}

#storeListTitle .store-list__title-wrap {
  background: #fff;
}

#storeListTitle .store-list__heading-wrap {
  padding: 12px 0 24px;
  display: -ms-flexbox;
  display: block;
  width: 100%;
  text-align: left;
  margin: 0 5%;
}

#storeListTitle .store-list__heading {
  font-weight: bold;
  font-size: 22px;
  line-height: 175%;
}

#storeListTitle .store-list__content {
  padding: 24px 5% 60px;
}

#storeListTitle .store-list__content-wrap {
  width: 100%;
  margin: 0;
}

#storeListTitle .store-list__link {
  margin-top: 60px;
}

#storeListTitle .shop-card {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  display: block;
}

#storeListTitle .shop-card__shop-name {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}

#storeListTitle .shop-card__shop-name::before {
  content: none;
}

#storeListTitle .shop-card__shop-address {
  margin-top: 16px;
  line-height: 1.5;
  font-size: 12px;
}

#storeListTitle .shop-card__link {
  margin-top: 16px;
  display: block;
  text-align: center;
  background: #000;
  padding: 11px 24px;
  border-radius: 4px;
  font-size: 16px;
  color: #fff !important;
}
