/* 共通 */
img {
  vertical-align: bottom;
}
.c5-display--sp {
  display: none;
}
.c5-text--xl {
  font-size: 2em;
}
.c5-text--l {
  font-size: 1.5em;
}
.c5-text--sl {
  font-size: 1.3em;
}
.c5-text--ssl {
  font-size: 1.1em;
}
.c5-text--italic {
  font-style: italic;
}

/* メインビジュアル */
.c5-mainvisual__border {
  border: 1px solid #ccc;
}
.c5-mainvisual__text {
  color: #c93434;
  margin-top: 5px;
  font-size: 12px;
  text-align: right;
  line-height: 1.4;
}
/* タイトル */
.c5-heading1 {
  font-size: 60px;
}
.c5-heading1 span {
  font-size: 30px;
}
/* 直営店ポイント */
.c5-point {
  background: #e2e3b0;
  width: 1200px;
  margin-top: 60px;
  padding: 40px;
  box-sizing: border-box;
}
.c5-point__heading {
  font-size: 52px;
  line-height: 1.4;
  letter-spacing: 2px;
  margin: 0;
  padding: 5px 10px;
  color: #333;
  border-left: 10px solid #c2c520;
  border-right: 10px solid #c2c520;
}
.c5-point__heading--top {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 34px;
}
.c5-point__heading--bottom {
  font-size: 30px;
}
.c5-point__heading2 {
  font-size: 18px;
  margin: 0;
  /* border-bottom: 1px solid #333; */
}
.c5-point__section,
.c5-point__sectionB {
  background: #fff;
  padding: 15px;
}
.c5-point__section {
display: flex;
justify-content: space-between;
}
.c5-point__section:first-child {
  margin-top: 0;
}
.c5-point__text {
  width: 760px;
  box-sizing: border-box;
  padding-right: 20px;
}
.c5-point__discription {
  position: relative;
  padding-left: 110px;
  width: 100%;
  min-height: 80px;
  box-sizing: border-box;
  letter-spacing: 1px;
}
.c5-point__discription::before {
  position: absolute;
  top: 0;
  left: 10px;
  content: "";
  width: 80px;
  height: 80px;
  background: url("/store/retail/experience/wireless_hp/images/icon_shop.png") no-repeat;
  background-size: contain;
  display: block;
}
.c5-point__image {
  width: 330px;
}
.c5-point__image img {
  width: 100%;
  vertical-align: bottom;
}
/* 比較テーブル */
.c5-compare__table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}
.c5-compare__table th,
.c5-compare__table td {
  border: 1px solid #000;
}
.c5-compare__table td {
  padding: 8px;
  font-size: 14px;
}
.c5-compare__title {
  background: #F6F6F6;
  font-weight: bold;
}
.c5-compare__label {
  text-align: center;
  padding: 6px 0;
  font-weight: normal;
}
.c5-compare__label span {
  font-size: 24px;
  font-weight: bold;
}
.c5-compare__image {
  width: 20%;
}
.c5-compare__image:hover {
  opacity: .8;
}
.c5-compare__image a img {
  width: 100%;
  vertical-align: bottom;
}
/* 体験訴求バナーエリア */
.c5-annouce__banner {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  max-width: 820px;
  margin: 40px auto 0;
}
.c5-annouce__banner li {
  list-style: none;
  flex: 1 1 48%;
  margin: 0 1% 2%;
  text-align: center;
}
.c5-annouce__banner li img {
  width: 100%;
  max-width: 390px;
  vertical-align: bottom;
}
.c5-annouce__banner li a:hover {
  opacity: .8;
}
/* 店舗SNS */
.c5-store__introduction {
  display: flex;
  margin: 0;
  padding: 0;
  font-size: .875rem;
  margin: 0 -10px;
}
.c5-store__introduction li {
  /* width: 23%; */
  box-sizing: border-box;
  margin: 0 10px;
  list-style: none;
  border: 1px solid #ccc;
  overflow: hidden;
}
.c5-store__introduction li a:hover {
  opacity: .8;
  text-decoration: none;
}
.s5-store__link {
  display: block;
  padding: 10px;
}
.s5-store__twitter {
  display: block;
  padding: 0 10px 10px;
}
.c5-store__text,
.c5-store__text2 {
  display: inline-block;
  margin: 10px 0 0;
  font-weight: bold;
}
.c5-store__text2--normal {
  font-weight: normal;
}
.c5-store__image img {
  width: 100%;
}
.c5-store_eventImage {
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.c5-store_eventImage img {
  width: 100%;
}
/* タブレットエリア */
@media screen and (max-width: 1199px) {
  /* 直営店ポイント */
  .c5-point {
    width: auto;
    margin-top: 3vw;
  }
  .c5-point__image {
    width: auto;
  }
  .c5-point__image img {
    width: 100%;
  }
}
/* ミドルエリア */
@media screen and (max-width: 979px) {
   /* メインビジュアル */
   .c5-mainvisual__text {
    font-size: 1vw;
  }
  /* タイトルSP */
  .c5-heading1 {
    font-size: 7vw;
  }
  .c5-heading1 span {
    font-size: 5vw;
  }
  /* 直営店ポイントSP */
  .c5-point {
    width: auto;
    padding: 4vw;
  }
  .c5-point__heading {
    font-size: 4.8vw;
    letter-spacing: .5vw;
  }
  .c5-point__heading--top {
    font-size: 3vw;
    margin-bottom: 2.5vw;
  }
  .c5-point__heading--bottom {
    font-size: 2.5vw;
  }
  .c5-point__heading2 {
    font-size: 3vw;
    border-width: 1px;
    padding-bottom: 2vw;
  }
  .c5-point__section {
    display: block;
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 4vw;
    border-bottom: 1px solid #ccc;
  }
  .c5-point__text {
    width: 100%;
    order: 2;
    padding: 0;
  }
  .c5-point__discription {
    position: relative;
    padding: 0 0 0 18vw;
    width: auto;
    box-sizing: border-box;
  }
  .c5-point__discription::before {
    top: 0;
    left: 2vw;
    width: 12vw;
    height: 12vw;
  }
  .c5-point__image {
    width: auto;
    order: 1;
  }
  .c5-point__image img {
    width: 100%;
  }
  /* 店舗SNS */
  .c5-store__introduction {
    flex-wrap: wrap;
  }
  .c5-store__introduction li {
    width: 48%;
    display: inline-block;
    box-sizing: border-box;
    margin: 10px 1% 2%;
    display: flex;
    justify-content: space-around;
  }
  .c5-store__introduction li a {
    display: block;
  }
  .c5-store__text,
  .c5-store__text2 {
    margin-top: 5px;
  }
  .s5-store__link {
    width: 48%;
  }
  .s5-store__twitter {
    padding: 10px;
    width: 52%;
  }
  .c5-store_eventImage {
    padding: 0;
    border: 0;
  }
  .c5-store_eventImage img {
    width: 100%;
    vertical-align: bottom;
    margin: 0;
  }
}
/* SPエリア */
@media screen and (max-width: 639px) {
  /* 共通 */
  .c5-display--pc {
    display: none;
  }
  .c5-content {
    line-height: 1.6;
  }
  .c5-display--pc {
    display: none;
  }
  .c5-display--sp {
    display: block;
  }
  /* メインビジュアル */
  .c5-mainvisual__text {
    font-size: 2vw;
    text-align: center;
  }
  /* 比較テーブルSP */
  .c5-compare{
    width: auto;
    overflow-x: scroll;
  }
  .c5-compare__table {
    width: 180vw;
  }
  .c5-compare__table th,
  .c5-compare__table td {
    width: 45vw;
  }
  .c5-compare__table td {
    padding: 0 0 1vw 0;
    font-size: 3vw;
    vertical-align: top;
  }
  .c5-compare__title {
    display: none;
  }
  .c5-compare__img01 {
    width: auto;
    height: 80%;
  }
  .c5-compare__img02 {
    width: 50%;
    height: auto;
  }
  .c5-compare__label span {
    font-size: 4vw;
  }
  .c5-compare__label:before {
    content: attr(data-title) " ";
    display: block;
    width: 100%;
    font-size: 3vw;
    color: #fff;
    background: #9fa0a0;
    margin-bottom: 1vw;
  }
  .c5-compare__image {
    width: auto;
  }
  .c5-compare__image a img {
    width: 100%;
  }
  /* 体験訴求バナーエリアSP */
  .c5-annouce__banner {
    display: block;
    width: auto;
    /* margin: 2vw 0; */
  }
  .c5-annouce__banner li {
    margin: 0 0 5vw;
  }
  .c5-annouce__banner li img {
    width: 100%;
    margin: 0;
  }
  .c5-annouce__banner li a:hover {
  opacity: .8;
  }
  /* 店舗SNS */
  .c5-store {
    margin: 20px 0 0 0;
    padding: 0;
  }
  .c5-store__introduction {
    margin-top: 10px;
    border-top: 1px solid #ccc;
  }
  .c5-store__introduction li {
    width: auto;
    margin: 0;
    border-width: 0 0 1px 0;
  }
  .s5-store__link,
  .s5-store__twitter {
    padding: 4vw;
  }
}

