.p_store .logos {
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .p_store .logos .logo {
    margin: 45px 0 55px;
  }
}
.p_store .l_main {
  background: url(../img/store/bg_key.jpg) center -68px/auto no-repeat;
  background-attachment: fixed;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p_store .l_main {
    background: none;
  }
  .p_store .l_main:before {
    background: url(../img/store/sp/bg_key.jpg) center top/100% no-repeat;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
  }
}
.p_store .content_bg {
  padding-bottom: 1px;
  background: none;
}
@media screen and (max-width: 768px) {
  .p_store .content_bg {
    padding-bottom: 0.1333333333vw;
  }
}
.p_store .content_bg .l_content_size_pc_1 {
  position: relative;
}
.p_store .content_bg .scroll {
  position: absolute;
  top: -260px;
  right: 0;
  margin-right: -134px;
}
.p_store .content_bg:after {
  background: url(../img/index/line01.png) center bottom/auto no-repeat;
}
@media screen and (max-width: 768px) {
  .p_store .content_bg:after {
    background: url(../img/index/sp/line01.png) center bottom/100% no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .p_store .ttl {
    margin-bottom: 70px;
  }
}
.p_store .store {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p_store .store {
    margin-bottom: 13.3333333333vw;
  }
}
.p_store .store_outer {
  background: rgba(0, 0, 0, 0.75);
  padding-bottom: 234px;
}
@media screen and (max-width: 768px) {
  .p_store .store_outer {
    padding-bottom: 49.8666666667vw;
  }
}
.p_store .store_nav {
  padding-top: 50px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p_store .store_nav {
    flex-wrap: wrap;
    padding-top: 10.6666666667vw;
    margin-bottom: -4.6666666667vw;
  }
}
.p_store .store_nav a {
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .p_store .store_nav a {
    font-size: 4.5333333333vw;
    padding: 0 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p_store .store_nav li {
    margin-bottom: 6vw;
  }
}
.p_store .store_nav li + li {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p_store .store_nav li:nth-of-type(5) {
    border-left: none;
  }
}
.p_store .store_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .p_store .store_ttl {
    font-size: 4.5333333333vw;
    padding: 10.6666666667vw 0 5.6vw;
  }
}
.p_store .store_list {
  margin: 0 50px;
}
@media screen and (max-width: 768px) {
  .p_store .store_list {
    margin: 0;
  }
}
.p_store .store_item {
  display: flex;
  font-size: 1.4rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 6px 16px;
}
@media screen and (max-width: 768px) {
  .p_store .store_item {
    display: block;
    font-size: 2.9333333333vw;
    padding: 3.4666666667vw 4vw;
  }
}
.p_store .store_item:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.p_store .store_item-name {
  width: 250px;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .p_store .store_item-name {
    font-size: 4vw;
    width: inherit;
    padding-right: 0;
  }
}
.p_store .store_item-address {
  width: 458px;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .p_store .store_item-address {
    width: inherit;
    padding-right: 0;
  }
}
.p_store .store_item-tel {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .p_store .store_item-tel {
    width: inherit;
  }
}
.p_store .l_footer {
  margin-top: -180px;
}
@media screen and (max-width: 768px) {
  .p_store .l_footer {
    margin-top: -42.1333333333vw;
  }
}