@charset "UTF-8";
/* ----------------------------------------------------------
Intro：p-each-intro
---------------------------------------------------------- */
.p-each {
  /* ----------------------------------------------------------
	Point：p-each-point
	---------------------------------------------------------- */
  /* ----------------------------------------------------------
	Info：p-each-info
	---------------------------------------------------------- */
  /* ----------------------------------------------------------
	Access：p-each-access
	---------------------------------------------------------- */
}

.p-each-mv {
  width: 100%;
  height: 378px;
  padding-top: 78px;
  position: relative;
  z-index: -1;
  background-image: url(../../img/store/main/mv_img_pc.jpg);
  background-size: cover;
  background-position: center;
}

.p-each-mv.-markeds {
  background-image: url(../../img/store/markeds/mv_img_pc.jpg);
}

.p-each-mv.-yaoichi {
  background-image: url(../../img/store/yaoichi/mv_img_pc.jpg);
}

.p-each-mv.-pontocho {
  background-image: url(../../img/store/pontocho/mv_img_pc.jpg);
}

.p-each-inner {
  position: relative;
  padding: 70px 120px 90px;
}

.p-each-intro__ttl {
  line-height: 1;
  font-size: 3.6rem;
  letter-spacing: 0.15em;
  padding-bottom: 15px;
}

.p-each-intro__sttl {
  line-height: 1;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  padding-bottom: 60px;
}

.p-each-intro__catch {
  line-height: 1;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #910426;
  padding-bottom: 26px;
}

.p-each-intro__txt {
  line-height: 1.86667;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  padding-bottom: 100px;
  font-weight: bold;
}

.p-each-point {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-each-point__list {
  width: 340px;
}

.p-each-point__txt {
  line-height: 1.57143;
  font-size: 1.4rem;
  padding: 16px 0;
  border-bottom: 2px solid #910426;
  margin-bottom: 64px;
}

.p-each-info__inner {
  padding: 0 220px;
}

.p-each-info__ttl {
  margin-bottom: 15px;
  color: #910426;
}

.p-each-info__cont {
  border-top: 2px solid #910426;
  border-bottom: 2px solid #910426;
  margin-top: 28px;
  margin-bottom: 80px;
}

.p-each-info__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #910426;
  padding: 21px 0;
  line-height: 1;
  font-size: 1.7rem;
}

.p-each-info__list:last-child {
  border-bottom: none;
}

.p-each-info__item {
  color: #910426;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 56px;
}

.p-each-info__list:nth-of-type(4) .p-each-info__item {
  letter-spacing: 0.5em;
  margin-right: -.5em;
}

.p-each-info__site {
  display: block;
  width: 7em;
  color: #910426 !important;
  margin-left: calc(100% - 7em);
  position: relative;
  padding: 10px 0;
  text-decoration: underline;
}

.p-each-info__site::after {
  content: "";
  display: block;
  width: 12px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url(../../img/common/icon_blank.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.p-each-info__site:hover {
  opacity: 0.6;
}

.p-each-access {
  margin-top: 110px;
}

.p-each-access__way {
  margin-left: -120px;
  margin-bottom: calc(112px - 15px);
  width: 760px;
}

.p-each-access__ttl {
  line-height: 1;
  font-size: 1.5rem;
  font-weight: bold;
  color: #910426;
  margin-bottom: 24px;
  margin-top: 50px;
}

.p-each-access__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}

.p-each-access__sttl {
  padding: 6px 10px;
  border: 1px solid #910426;
  line-height: 1;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-right: 16px;
}

.p-each-access__txt {
  line-height: 1;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 559px) {
  .p-each-mv {
    height: 188px;
    padding-top: calc(120px + 28px);
    background-image: url(../../img/store/main/mv_img_sp.jpg);
    background-size: cover;
  }
  .p-each-mv.-markeds {
    background-image: url(../../img/store/markeds/mv_img_sp.jpg);
  }
  .p-each-mv.-yaoichi {
    background-image: url(../../img/store/yaoichi/mv_img_sp.jpg);
  }
  .p-each-mv.-pontocho {
    background-image: url(../../img/store/pontocho/mv_img_sp.jpg);
  }
  .p-each-inner {
    padding: 40px 20px 10px;
  }
  .p-each-intro__ttl {
    line-height: 1.4;
    font-size: 3rem;
    padding-bottom: 12px;
  }
  .p-each-intro__sttl {
    padding-bottom: 35px;
  }
  .p-each-intro__catch {
    line-height: 1.38889;
    font-size: 1.8rem;
  }
  .p-each-intro__txt {
    letter-spacing: 0.03em;
    padding-bottom: 100px;
  }
  .p-each-point {
    flex-direction: column;
  }
  .p-each-point__list {
    width: 100%;
  }
  .p-each-point__txt {
    line-height: 1.57143;
    font-size: 1.4rem;
    padding: 26px 0 16px;
  }
  .p-each-info__inner {
    padding: 0 20px;
  }
  .p-each-info__cont {
    margin-top: 16px;
    margin-bottom: 44px;
  }
  .p-each-info__list {
    line-height: 1;
    font-size: 1.4rem;
  }
  .p-each-info__site {
    margin: 0 auto;
  }
  .p-each-info__item {
    padding-left: 10px;
    padding-right: 20px;
  }
  .p-each-access {
    margin-top: 44px;
  }
  .p-each-access__way {
    margin-left: 0;
    margin-bottom: 60px;
    max-width: 335px;
  }
  .p-each-access__ttl {
    line-height: 1;
    font-size: 1.4rem;
  }
  .p-each-access__item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
  }
  .p-each-access__item.-indent {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 5px;
  }
  .p-each-access__sttl {
    margin-bottom: 10px;
  }
  .p-each-access__txt {
    line-height: 1.42857;
    font-size: 1.4rem;
  }
}
