.shop {
  position: relative;
  color: #fff;
}
.shop__heading-logo {
  width: 212px;
}
.shop__heading-name {
  width: 100%;
  margin-top: -32px;
}
.shop__body {
  width: 672px;
  margin: -40px auto 0;
  padding-bottom: 40px;
}
.shop__image {
  margin-bottom: 40px;
}
.shop__description {
  margin-bottom: 54px;
  font-size: 20px;
  line-height: 1.8;
}
.shop__info {
  margin-bottom: 64px;
}
.shop__info-item {
  display: flex;
  align-items: flex-start;
  gap: 0 12px;
}
.shop__info-item:not(:last-of-type) {
  margin-bottom: 16px;
}
.shop__info-haeding {
  display: flex;
  justify-content: center;
  width: 78px;
  font-size: 16px;
  border: 1px solid #fff;
  padding: 4px 0 6px;
}
.shop__info-text {
  font-size: 20px;
  line-height: 1.6;
  margin-top: -3px;
  letter-spacing: 0.05em;
  width:  calc(100% - 90px);
}
.shop__info-text--tel, 
.shop__info-text--address {
  text-decoration: underline;
}
.shop__info-text--tel a, 
.shop__info-text--address a {
  color: #fff;
}
.shop__info-annotation {
  display: block;
  font-size: 13px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
  font-weight: 500;
}
.shop__location {
  display: inline-block;
  width: 15px;
  margin-left: 7px;
  vertical-align: -1px;

}
.shop__official-list {
  display: flex;
  gap: 0 8px;
  padding-top: 3px;
}
.shop__official-item {
  width: 50px;
}
.shop__benefit {
  padding: 70px 0 20px;
  position: relative;
  background-image: url('../img/shop/shop__item__tire.png'), url('../img/shop/shop__item__bg.png');
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, repeat;
  background-color: #F2F2F2;
  margin-bottom: 30px;
}
.shop__benefit-heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.shop__benefit-body {
  display: flex;
  flex-direction:column;
  align-items: center;
}
.shop__benefit-name {
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
  margin-bottom: 8px;
  color: #000;
}
.shop__benefit-image {
  width: 400px;
}

.shop__collabo {
  padding: 30px 40px 0;
  position: relative;
  background-image: url('../img/shop/shop__item__tire.png'), url('../img/shop/shop__item__bg.png');
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, repeat;
  background-color: #F2F2F2;
  margin-bottom: 32px;
}
.shop__collabo-heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 142px;
}
.shop__collabo__item {
  padding: 40px 0;
  border-bottom: 1px solid rgba(0,0,0,.2);
  display: flex;
  flex-direction:column;
  align-items: center;
}
.shop__collabo__item:last-of-type {
  border-bottom: none;
}
.shop__collabo-name {
  font-size: 24px;
  margin-bottom: 8px;
  color: #000;
}
.shop__collabo-image {
  width: 400px;
  margin-bottom: 13px;
}
.shop__collabo__price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #000;
}
.shop__collabo__tax {
  font-size: 16px;
  padding-top: 3px;
}
.shop__item__annotation {
  font-size: 13px;
}



@media screen and (max-width: 768px) {
  .modalClose {
    top: calc((20 / 375) * 100vw);
    right: calc((20 / 375) * 100vw);
    width: calc((28 / 375) * 100vw);
    height: calc((28 / 375) * 100vw);
  }
  .modalClose::after,
  .modalClose::before {
    width: calc((36 / 375) * 100vw);
    height: calc((4 / 375) * 100vw);
  }
  .modal__header {
    height: calc((68 / 375) * 100vw);
  }
  .modal__footer {
    height: calc((64 / 375) * 100vw);
  }
  #shopModal {
    width: calc((335 / 375) * 100vw);
  }
  .shop__heading-logo {
    width: calc((97 / 375) * 100vw);
  }
  .shop__heading-name {
    margin-top: calc((13 / 375) * 100vw * -1);
  }
  .shop__body {
    width: calc((295 / 375) * 100vw);
    margin: calc((19 / 375) * 100vw * -1) auto 0;
    padding-bottom: calc((56 / 375) * 100vw);
  }
  .shop__image {
    margin-bottom: calc((24 / 375) * 100vw);
  }
  .shop__description {
    font-size: calc((14 / 375) * 100vw);
    margin-bottom: calc((42 / 375) * 100vw);
  }
  .shop__info {
    margin-bottom: calc((48 / 375) * 100vw);
  }
  .shop__info-item {
    gap: 0 calc((8 / 375) * 100vw);
  }
  .shop__info-item:not(:last-of-type) {
    margin-bottom: calc((12 / 375) * 100vw);
  }
  .shop__info-haeding {
    width: calc((50 / 375) * 100vw);
    font-size: calc((10 / 375) * 100vw);
    border: calc((1 / 375) * 100vw) solid #fff;
    padding: calc((3 / 375) * 100vw) 0;
  }
  .shop__info-text {
    font-size: calc((14 / 375) * 100vw);
    width: calc(100% - ((90 / 375) * 100vw));
    margin-top: calc((3 / 375) * 100vw * -1);
  }
  .shop__info-annotation {
    font-size: calc((10 / 375) * 100vw);
    margin-top: calc((1 / 375) * 100vw * -1);
  }
  .shop__location {
    width: calc((12 / 375) * 100vw);
    margin-left: calc((5 / 375) * 100vw);
  }
  .shop__official-list {
    gap: 0 calc((8 / 375) * 100vw);
    padding-top: 0;
  }
  .shop__official-item {
    width: calc((32 / 375) * 100vw);
  }
  .shop__benefit {
    padding: calc((50 / 375) * 100vw) 0 calc((32 / 375) * 100vw);
    margin-bottom: calc((24 / 375) * 100vw);
  }
  .shop__benefit-name {
    text-align: center;
    font-size: calc((14 / 375) * 100vw);
    margin-bottom: calc((10 / 375) * 100vw);
    line-height: 1.5;
  }
  .shop__benefit-image {
    width: calc((277 / 375) * 100vw);
  }
  .shop__collabo {
    padding: calc((22 / 375) * 100vw) 0 0;
    margin-bottom: calc((24 / 375) * 100vw);
  }
  .shop__collabo-heading {
    width: calc((86/ 375) * 100vw);
  }
  .shop__collabo__item {
    position: relative;
    border-bottom:  none;
    padding: calc((28 / 375) * 100vw) 0 calc((30 / 375) * 100vw);
  }
  .shop__collabo__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc((255 / 375) * 100vw);
    height: calc((1 / 375) * 100vw);
    background-color: rgba(0,0,0,.2);
  }
  .shop__collabo__item:last-of-type::after {
    display: none;
  }
  .shop__collabo-name {
    font-size: calc((14 / 375) * 100vw);
    margin-bottom: calc((10 / 375) * 100vw);
  }
  .shop__collabo-image {
    width: calc((277 / 375) * 100vw);
    margin-bottom: calc((8 / 375) * 100vw);
  }
  .shop__collabo__price {
    font-size: calc((14 / 375) * 100vw);
  }
  .shop__collabo__tax {
    font-size: calc((10 / 375) * 100vw);
  }
  .shop__item__annotation {
    font-size: calc((10 / 375) * 100vw);
    line-height: 1.5;
  }


}