@media (min-width: 640px) {
  .hgoPRD {
    padding-top: 100px;
  }

  [class*="-fz26"] {
    font-size: 35px;
  }

  .hgoPRD .hgoPRD__wrap {
    width: 90%;
  }

  .hgoPRD .hgoPRD__wrap p.cap {
    font-size: 14px;
    text-align: center;
    padding-left: 20%;
  }

  .hgoPRD__ptBtn {
    padding-left: 180px;
  }

  .hgoPRD__ptItem--03 video {
    width: 100%;
  }

  .hgoSR .hgo-video {
    padding-top: 0;
  }

  .hgoSR video {
    width: 100%;
  }

  .hgoHTM__header {
    background-image: url(../../images/202404_hybrid-gel-oil_special/htm.jpg);
  }

  .hgoFP .hgoREC__btn {
    margin-top: 80px;
  }

  .p-shop {
    padding: 60px 0 80px;
    text-align: center;
  }

  .p-shop .inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .p-shop .p-h3 {
    margin-top: 43px;
    color: #353737;
    font-size: 26px;
  }

  .p-shop .p-h4 {
    margin-top: 25px;
    font-size: 20px;
  }

  .p-shop--list {
    display: flex;
    margin: 40px 0 !important;
    padding: 0;
    text-align: left;
  }

  .p-shop--list > li {
    width: 33.3%;
    margin-right: 30px;
    border-top: 1px solid #353737;
    padding-top: 30px;
  }

  .p-shop--list > li:last-child {
    margin-right: 0;
  }

  .p-shop--ttl {
    font-weight: bold;
    font-size: 18px;
  }

  .p-shop--txt {
    margin: 25px 0 0 !important;
    line-height: 1.7 !important;
  }

  .p-shop--txt + .p-shop--txt {
    margin-top: 10px;
  }

  .p-shop .button {
    margin-top: 27px;
  }

  .p-shop .button--white-140.button,
  .p-shop button.button--white-140,
  .p-shop input.button--white-140[type="button"],
  .p-shop input[type="button"].button--white-140 {
    max-width: 150px;
    padding: 10px 21px;
  }

  .p-shop--link-btn {
    text-align: center;
  }

  .p-shop--link-btn > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    height: 46px;
    margin: 65px auto 0;
    background: #353737;
    color: #fff;
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .hgoPRD__ptBody--01 .sup {
    position: relative;
    padding-right: 14px;
  }

  .hgoPRD__ptBody--01 sup {
    font-size: 60%;
    top: -0.7em;
    letter-spacing: 0;
  }

  .hgoPRD__ptBody--01 .notes {
    position: absolute;
    top: 0.7rem;
    font-size: 170%;
  }

  .sp {
    display: none;
  }
}

@media (max-width: 639px) {
  .hgoPRD {
    padding-top: 43px;
  }

  .hgoPRD .hgoPRD__wrap {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .hgoPRD__vis {
    width: 57%;
    margin-top: 0;
  }

  .hgoPRD__vis img {
    width: 100%;
  }

  .hgoPRD .hgoPRD__wrap p.cap {
    font-size: 10px;
    text-align: left;
    padding-left: 10%;
  }

  .hgoPRD__ptItem--03 video {
    width: 100%;
  }

  .hgoSR .hgo-video {
    padding-top: 0;
  }

  .hgoSR video {
    width: 100%;
  }

  .hgoFP .hgoREC__btn {
    margin-top: 34px;
  }

  .p-shop {
    padding: calc(60 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
    text-align: center;
  }

  .p-shop .inner {
    padding: 0 calc(70 / 750 * 100vw);
  }

  .p-shop .p-h3 {
    margin-top: calc(23 / 750 * 100vw);
    color: #353737;
    font-size: 20px;
    line-height: 1.5;
  }

  .p-shop .p-h4 {
    margin-top: 7px;
  }

  .p-shop--list {
    margin: calc(40 / 750 * 100vw) 0 calc(10 / 750 * 100vw) !important;
    padding: 0 !important;
    text-align: left;
  }

  .p-shop--list li {
    border-top: 1px solid #353737;
  }

  .p-shop--list li:last-child .p-shop--contents {
    padding-bottom: 0;
  }

  .p-shop--ttl {
    padding: calc(30 / 750 * 100vw) 0;
    font-weight: bold;
  }

  .p-shop--contents {
    padding: calc(0 / 750 * 100vw) 0 calc(75 / 750 * 100vw);
  }

  .p-shop--contents .p-shop--txt:first-child {
    margin-top: 0;
  }

  .p-shop--contents .button--white-140.button {
    margin: auto;
    margin-top: 25px;
    width: 66%;
  }

  .p-shop .js-acc.m-opened .js-acc-btn::after {
    transform: rotate(0deg);
  }

  .p-shop .js-acc.m-opened .js-acc-cont {
    display: block;
  }

  .p-shop .js-acc-cont {
    display: none;
  }

  .p-shop .js-acc-btn {
    position: relative;
    cursor: pointer;
  }

  .p-shop .js-acc-btn::before,
  .p-shop .js-acc-btn::after {
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    background-color: #353737;
    position: absolute;
    right: 0;
    top: 50%;
  }

  .p-shop .js-acc-btn::after {
    transition: all 0.3s ease 0s;
    transform: rotate(-90deg);
  }

  .p-shop--link-btn {
    text-align: center;
    margin-top: 10vw;
  }

  .p-shop--link-btn > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 46px;
    margin: calc(0 / 750 * 100vw) auto 0;
    background: #353737;
    color: #fff;
  }

  .hgoPRD__ptBody--01 .sup {
    position: relative;
    padding-right: 10px;
  }

  .hgoPRD__ptBody--01 sup {
    font-size: 53%;
    top: -0.7em;
  }

  .hgoPRD__ptBody--01 .notes {
    position: absolute;
    top: 0.5em;
    font-size: 170%;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}
/*--banner 2024/11/26 ----------------------------------*/
.hgo .banner {
  max-width: 1084px;
  width: 77.429vw;
  padding-bottom: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hgo .banner {
    max-width: initial;
    width: 90.365vw;
    padding-bottom: 0;
  }
}
/*--banner 2024/11/26 ----------------------------------*/
