@charset "UTF-8";
/* ----------------------------------------------------------
Inner：p-store-inner
---------------------------------------------------------- */
.p-store {
  /* ----------------------------------------------------------
	Summary：p-store-summary
	---------------------------------------------------------- */
}

.p-store-intro {
  position: relative;
}

.p-store-intro__cont {
  padding-top: 106px;
  padding-bottom: 12px;
}

.p-store-intro__cont:last-of-type {
  padding-bottom: calc(174px - 65px);
}

.p-store-intro__ttl {
  line-height: 1;
  font-size: 2.9rem;
  letter-spacing: 0.2em;
  padding-bottom: 36px;
}

.p-store-summary__list {
  margin: 0 auto 65px;
  width: 760px;
}

.p-store-summary__list:nth-of-type(3) {
  margin-bottom: 0;
}

.p-store-summary__link {
  display: flex;
}

.p-store-summary__name-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #910426;
  width: 295px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
}

.-black .p-store-summary__name-box {
  background: #231815;
}

.p-store-summary__link:hover .p-store-summary__name-box {
  background: #BA0035;
}

.-black .p-store-summary__link:hover .p-store-summary__name-box {
  background: #3f3633;
}

.p-store-summary__name {
  line-height: 1.33333;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  color: #FFF;
}

@media screen and (max-width: 559px) {
  .p-store-intro__cont {
    padding-top: 46px;
    padding-bottom: 54px;
  }
  .p-store-intro__cont:last-of-type {
    padding-bottom: 1px;
  }
  .p-store-intro__cont.-primary {
    background-color: #910426;
  }
  .p-store-intro__cont.-black {
    background-color: #231815;
  }
  .p-store-intro__ttl {
    line-height: 1;
    font-size: 2.2rem;
    color: #FFF;
    padding-bottom: 26px;
  }
  .p-store-summary {
    padding-left: 37.5px;
    padding-right: 37.5px;
  }
  .p-store-summary__list {
    margin: 0 auto 84px;
    width: 100%;
  }
  .p-store-summary__list:nth-of-type(3) {
    margin-bottom: 0;
  }
  .p-store-summary__link {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-store-summary__name-box {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #fff;
  }
  .p-store-summary__name {
    line-height: 1.44444;
    font-size: 1.8rem;
    position: relative;
  }
  .p-store-summary__name::after {
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-top: -3.5px;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 47%;
    right: -14px;
    -webkit-transform: rotate(135deg);
    transform: rotate(45deg);
  }
  .p-store-summary__img img {
    width: 100%;
  }
}
