@media screen and (max-width: 750px) {
  .sr__contents {
    padding: 0 20px;
  }
}
.sr__subtitle {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sr__subtitle {
    font-size: 1.2rem;
  }
}
.sr__mv {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 750px) {
  .sr__mv {
    margin-top: 0;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
.sr__mv-text {
  font-size: 1.8rem;
  line-height: 1.89999;
  padding-right: 20px;
  width: calc(100% - 474px);
}
@media screen and (max-width: 750px) {
  .sr__mv-text {
    font-size: 1.2rem;
    width: 100%;
    line-height: 1.5;
    padding-right: 0;
    margin-top: 10px;
  }
}
.sr__mv-img {
  width: 474px;
}
@media screen and (max-width: 750px) {
  .sr__mv-img {
    width: 100%;
  }
}
.sr__mv-img img {
  width: 100%;
}
.sr__section {
  margin-top: 75px;
}
@media screen and (max-width: 750px) {
  .sr__section {
    margin-top: 35px;
  }
}
.sr__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3636363636;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sr__section-title {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.sr__model {
  margin-top: 44px;
  margin-bottom: 90px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
@media screen and (max-width: 750px) {
  .sr__model {
    margin-top: 20px;
    margin-bottom: 47px;
    gap: 10px 3%;
  }
}
.sr__model-item {
  transition: all 0.2s;
  width: 155px;
  padding: 2px 10px;
  text-align: center;
  border: 1px solid #FFF;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .sr__model-item {
    width: 31%;
  }
}
.sr__model-item.is-active, .sr__model-item:hover {
  border-color: #333;
}
.sr__model-item-img {
  width: 100%;
  border-radius: 10px;
}
.sr__model-item-img img {
  width: 100%;
}
.sr__model-item-name {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .sr__model-item-name {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.sr__text {
  font-size: 1.4rem;
  line-height: 2.5714285714;
}
@media screen and (max-width: 750px) {
  .sr__text {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.sr__shop {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 65px 3.333333%;
}
@media screen and (max-width: 750px) {
  .sr__shop {
    margin-top: 20px;
    justify-content: space-between;
  }
}
.sr__shop-item {
  width: 31%;
}
@media screen and (max-width: 750px) {
  .sr__shop-item {
    width: 47%;
  }
}
.sr__shop-item-name {
  transition: all 0.2s;
  display: block;
  position: relative;
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2222222222;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 750px) {
  .sr__shop-item-name {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.sr__shop-item-name:hover {
  color: #808080;
}
.sr__shop-item-name:after {
  content: ">";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .sr__shop-item-name:after {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.sr__shop-model {
  padding: 0 10px;
}
.sr__shop-model-item {
  transition: all 0.2s;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.6428571429;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .sr__shop-model-item {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.sr__shop-model-item:hover {
  color: #808080;
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 750px) {
  .u-sp-only {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .u-pc-only {
    display: none;
  }
}

.u-text-center {
  text-align: center;
}