.p-premium {
  padding-top: 0 !important;
  max-width: 750px;
}
.p-premium p {
  font: normal 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-premium__kv {
  max-width: 750px;
  margin: 0 auto;
}
.p-premium__price {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
}
.p-premium__price .main {
  font: normal 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-premium__price .main span {
  position: relative;
  font: bold 40px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-premium__price .main span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 100%;
  height: 15px;
  background: #FDDB75;
  z-index: -1;
}
.p-premium__price .sub {
  margin-top: 10px;
  font: normal 13px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: right;
}
.p-premium__adapt {
  position: relative;
  max-width: 310px;
  margin-right: auto;
  margin-left: auto;
}
.p-premium__adapt .title {
  position: absolute;
  left: 40px;
  top: -10px;
  background: white;
  display: inline-block;
  font: normal 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-premium__adapt p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  border-radius: 35px;
  background: #FFF4D3;
  border: 3px solid #FDDB75;
  font: bold 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  color: #333;
}
.p-premium__scroll {
  overflow-x: scroll;
  width: calc(100% + 40px);
  margin-left: -20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-premium__scroll::-webkit-scrollbar {
  display: none;
}
.p-premium__scroll .inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-premium__scroll .inner img {
  height: 300px;
}
.p-premium__shiryo {
  padding: 0 10px;
}
.p-premium__shiryo-inner {
  max-width: 550px;
  margin: 0 auto;
  background-color: #EEFFED;
  border-radius: 10px;
  padding: 30px 20px;
}
.p-premium__shiryo-inner .c-img {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
