#glp-1_top-2 {
  font-family: "Noto Sans JP", serif;
  z-index: 999999;
  padding: 0 !important;
  margin: 0 auto;
  background-color: #fcf3f3;
  width: 100%;
  max-width: none;
  height: 100vh;
}
#glp-1_top-2 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
#glp-1_top-2 h1,
#glp-1_top-2 h2,
#glp-1_top-2 h3,
#glp-1_top-2 p {
  margin: 0;
  line-height: 1;
  padding: 0;
}
#glp-1_top-2 .header-bg {
  background-color: #fff;
  padding: 1em 0;
  width: 100%;
}
#glp-1_top-2 .header-bg .header {
  width: 96%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  margin: auto;
}
#glp-1_top-2 .header-bg .header img {
  width: min(25%, 300px);
  margin-right: 7px;
}
#glp-1_top-2 .header-bg .header h1 {
  color: #C72D47;
  padding: 0.7em 1em;
  border: solid 2px #C72D47;
  display: inline-block;
  border-radius: 15px;
  line-height: 1;
  font-size: clamp(24px, 0.85rem + 1.35vw, 30px);
  font-weight: bold;
}
#glp-1_top-2 .header-bg .header p {
  margin-left: 1em;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.75;
}
#glp-1_top-2 .header-bg .header p .pc {
  display: block;
}
#glp-1_top-2 .header-bg .header p .sp {
  display: none;
}
#glp-1_top-2 section {
  padding-bottom: 3em;
}
#glp-1_top-2 section .wrap {
  margin: auto;
  width: 96%;
  max-width: 1200px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
#glp-1_top-2 section .wrap .medicine {
  background-color: #fff;
  width: 78%;
  box-shadow: 5px 5px 3px #ddd;
  box-sizing: border-box;
  padding: 2em;
}
#glp-1_top-2 section .wrap .medicine h2 {
  letter-spacing: 0.03em;
  color: #333;
  position: relative;
  text-align: center;
  font-weight: 800;
  font-size: 2.3em;
  z-index: 10;
  margin-bottom: 1.5em;
  border: none;
  line-height: 1.75;
}
#glp-1_top-2 section .wrap .medicine h2::after {
  display: block;
  content: "";
  width: 10em;
  height: 20px;
  background-color: #F3C7CE;
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translateX(-50%);
  z-index: -1;
}
#glp-1_top-2 section .wrap .medicine .price-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 2em;
  margin: auto 0;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1,
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 {
  width: 90%;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 {
  display: grid;
  grid-template-columns: 30% 10% 15% 22% 23%;
  grid-template-rows: 1fr 1.5fr 0.5fr;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  padding-bottom: 10px;
  align-items: center;
  border-bottom: dotted 1px #CFCFCF;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 h3 {
  grid-area: 1/1/2/2;
  font-weight: 800;
  font-size: clamp(14px, 0.8rem + 1vw, 30px);
  align-self: center;
  line-height: 1;
  border: none !important;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 h3 .maru {
  color: #CFCFCF;
  font-size: 0.8em;
  margin-right: 10px;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 h3 .mg-sp {
  display: none;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 h3::after {
  border: none;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .mg {
  text-align: left;
  grid-area: 1/2/2/3;
  color: #959595;
  align-items: center;
  line-height: 1;
  margin-bottom: 0;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .chusya-number-1 {
  grid-area: 1/3/2/4;
  font-size: 0.9em;
  margin-bottom: 0;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .chusya-number-2 {
  grid-area: 2/3/3/4;
  font-size: 0.9em;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .chusya-number-1 p,
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .chusya-number-2 p {
  display: block;
  width: 5.5em;
  text-align: center;
  border: 1px solid #C72D47;
  color: #C72D47;
  padding: 2px 0;
  line-height: 1.75;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .chusya-price-1 {
  letter-spacing: 0.05em;
  align-self: center;
  line-height: 1;
  grid-area: 1/4/2/5;
  font-size: clamp(13px, 1.03rem + 1vw, 35px);
  font-weight: bold;
  color: #C72D47;
  justify-self: start;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .chusya-price-1 .yen {
  font-size: 0.8em;
  margin-left: 2px;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .chusya-tax-in-1 {
  grid-area: 1/5/2/6;
  font-weight: normal;
  font-size: clamp(13px, 0.65rem + 1vw, 25px);
  color: #C72D47;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .chusya-price-2 {
  letter-spacing: 0.05em;
  align-self: center;
  line-height: 1;
  grid-area: 2/4/3/5;
  font-size: clamp(13px, 1.03rem + 1vw, 35px);
  font-weight: bold;
  color: #C72D47;
  justify-self: start;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .chusya-price-2 .yen {
  font-size: 0.8em;
  margin-left: 2px;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .chusya-tax-in-2 {
  grid-area: 2/5/3/6;
  font-size: clamp(13px, 0.65rem + 1vw, 25px);
  font-weight: normal;
  color: #C72D47;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .attention {
  grid-area: 3/3/4/6;
  font-size: 0.8em;
  color: #959595;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 {
  margin-top: -18px;
  display: grid;
  display: grid;
  grid-template-columns: 30% 10% 15% 22% 23%;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  padding-bottom: 15px;
  align-items: center;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 h3 {
  grid-area: 1/1/2/2;
  font-weight: 800;
  font-size: clamp(14px, 0.8rem + 1vw, 30px);
  align-self: center;
  line-height: 1;
  border: none !important;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 h3 .maru {
  color: #CFCFCF;
  margin-right: 10px;
  font-size: 0.8em;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 h3 .mg-sp {
  display: none;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 h3::after {
  border: none;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 .mg {
  text-align: left;
  grid-area: 1/2/2/3;
  color: #959595;
  align-items: center;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 .number {
  grid-area: 1/3/2/4;
  margin-right: 1em;
  color: #C72D47;
  font-size: 0.9em;
  line-height: 2;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 .number p {
  display: block;
  width: 5.5em;
  text-align: center;
  border: 1px solid #C72D47;
  padding: 2px 0;
  line-height: 1.75;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 .number p .number-p-sp {
  display: none;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 .price {
  grid-area: 1/4/2/5;
  font-size: clamp(13px, 1.03rem + 1vw, 35px);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #C72D47;
  align-self: center;
  justify-self: start;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 .price .yen {
  font-size: 0.8em;
  margin-left: 2px;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 .tax-in {
  grid-area: 1/5/2/6;
  font-size: clamp(13px, 0.65rem + 1vw, 25px);
  font-weight: normal;
  color: #C72D47;
}
#glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2:nth-last-of-type(1) {
  border-bottom: none;
}
#glp-1_top-2 section .wrap .medicine::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10%;
  right: 0;
  width: clamp(30%, 25% + 3vw, 380px);
  height: 380px;
  background-image: url(../../img_wp/stalker.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}
#glp-1_top-2 section .footer {
  display: flex;
  width: 96%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
#glp-1_top-2 section .footer .check {
  background-color: #DE5F74;
  width: 30%;
  padding: 1em 0.8em 0.5em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
#glp-1_top-2 section .footer .check .marucheck {
  color: #fff;
  font-size: 2.9em;
  margin-right: 10px;
  margin-left: -5px;
  position: relative;
}
#glp-1_top-2 section .footer .check .marucheck::before {
  position: absolute;
  top: 35%;
  left: 50%;
  display: block;
  content: "";
  width: 20px;
  height: 12px;
  border-left: solid 5px #DE5F74;
  border-bottom: solid 5px #DE5F74;
  transform: translateX(-50%) rotate(-45deg);
}
#glp-1_top-2 section .footer .check .discription {
  display: block;
}
#glp-1_top-2 section .footer .check .discription p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 1.85em;
  margin-bottom: 0;
  line-height: 1.75;
}
#glp-1_top-2 section .footer .check .discription .mini {
  font-weight: normal;
  font-size: 0.93em;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  #glp-1_top-2 .header-bg {
    width: 100%;
  }
  #glp-1_top-2 .header-bg .header {
    width: 90%;
    max-width: none;
  }
  #glp-1_top-2 .header-bg .header img {
    margin-right: 10px;
  }
  #glp-1_top-2 .header-bg .header h1 {
    color: #C72D47;
    padding: 0.85em 0.6em;
    border: solid 2px #C72D47;
    border-radius: 10px;
    line-height: 1;
    font-size: clamp(15px, 0.5rem + 1.2vw, 25px);
  }
  #glp-1_top-2 .header-bg .header p {
    margin-left: 1em;
    font-weight: 700;
    font-size: 0.95em;
  }
  #glp-1_top-2 .header-bg .header p .pc {
    display: none;
  }
  #glp-1_top-2 .header-bg .header p .sp {
    display: block;
  }
  #glp-1_top-2 section .wrap {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }
  #glp-1_top-2 section .wrap .medicine {
    width: 100%;
    padding: 1em;
  }
  #glp-1_top-2 section .wrap .medicine h2 {
    font-size: 1.8em;
  }
  #glp-1_top-2 section .wrap .medicine h2::after {
    display: block;
    content: "";
    width: 10em;
    height: 13px;
    background-color: #F3C7CE;
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translateX(-50%);
    z-index: -1;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 {
    grid-template-columns: 27% 10% 15% 25% 23%;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 h3 {
    font-size: clamp(14px, 0.9rem + 1vw, 30px);
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .mg {
    font-size: 0.85em;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .chusya-number-1,
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .chusya-number-2 {
    font-size: 0.75em;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .chusya-price-1,
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .chusya-price-2 {
    font-size: clamp(13px, 1rem + 1.5vw, 35px);
    justify-self: start;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .chusya-tax-in-1,
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .chusya-tax-in-2 {
    font-size: clamp(13px, 0.6rem + 1vw, 35px);
    margin-left: -30px;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .attention {
    font-size: clamp(10px, 0.65rem + 0.3vw, 15px);
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 {
    grid-template-columns: 27% 10% 15% 25% 23%;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 h3 {
    font-size: clamp(14px, 0.9rem + 1vw, 30px);
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 .mg {
    font-size: 0.85em;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 .number {
    font-size: 0.75em;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 .price {
    font-size: clamp(13px, 1rem + 1.5vw, 35px);
    justify-self: flex-start;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 .tax-in {
    font-size: clamp(13px, 0.6rem + 1vw, 35px);
    margin-left: -30px;
  }
  #glp-1_top-2 section .wrap .medicine::after {
    display: none;
  }
  #glp-1_top-2 section .footer {
    width: 90%;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-top: 20px;
  }
  #glp-1_top-2 section .footer .check {
    background-color: #DE5F74;
    width: 350px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    align-items: center;
    border-radius: 10px;
    padding: 0.5em 0.8em 0.5em 0;
  }
  #glp-1_top-2 section .footer .check .marucheck {
    font-size: 1.75em;
    margin-left: 15px;
    position: relative;
  }
  #glp-1_top-2 section .footer .check .marucheck::before {
    top: 40%;
    left: 50%;
    width: 13px;
    height: 5px;
    border-left: solid 3px #DE5F74;
    border-bottom: solid 3px #DE5F74;
  }
  #glp-1_top-2 section .footer .check .discription {
    display: flex;
    align-items: center;
    text-align: left;
  }
  #glp-1_top-2 section .footer .check .discription p {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 1.45em;
  }
  #glp-1_top-2 section .footer .check .discription .mini {
    font-weight: normal;
    font-size: 1em;
    margin-right: 1em;
    letter-spacing: 0;
    width: 8em;
  }
  #glp-1_top-2 section .footer::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 120px;
    width: 45%;
    height: 100%;
    background-image: url(../../img_wp/stalker.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media screen and (max-width: 620px) {
  #glp-1_top-2 .header-bg .header img {
    margin-right: 0;
  }
  #glp-1_top-2 .header-bg .header h1 {
    font-size: clamp(14px, 0.5rem + 1.2vw, 20px);
  }
  #glp-1_top-2 .header-bg .header p {
    margin-left: 5px;
    font-weight: 700;
    font-size: clamp(10px, 0.5rem + 1.2vw, 16px);
    line-height: 1.25;
  }
}
@media screen and (max-width: 800px) {
  #glp-1_top-2 .maru {
    display: none;
  }
  #glp-1_top-2 .chusya-tax-in-1,
  #glp-1_top-2 .chusya-tax-in-2,
  #glp-1_top-2 .tax-in {
    margin-left: 0 !important;
  }
  #glp-1_top-2 .footer::before {
    right: 40px !important;
  }
}
@media screen and (max-width: 600px) {
  #glp-1_top-2 .header-bg .header {
    width: 90%;
    flex-direction: column;
  }
  #glp-1_top-2 .header-bg .header img {
    width: 100%;
    margin-bottom: 10px;
  }
  #glp-1_top-2 .header-bg .header h1 {
    width: 100%;
    box-sizing: border-box;
    padding: 0.85em 0.5em;
    font-size: clamp(20px, 1rem + 2vw, 36px);
    text-align: center;
    letter-spacing: 0.05em;
    border-radius: 5px;
  }
  #glp-1_top-2 .header-bg .header p {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
    font-weight: 500;
    font-size: clamp(12px, 0.65rem + 2vw, 16px);
  }
  #glp-1_top-2 .header-bg .header p .pc {
    display: none;
  }
  #glp-1_top-2 .header-bg .header p .sp {
    display: none;
  }
  #glp-1_top-2 section {
    width: 100%;
  }
  #glp-1_top-2 section .wrap {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -1px;
  }
  #glp-1_top-2 section .wrap .medicine {
    width: 100%;
    padding: 0;
    box-shadow: none;
    margin: auto;
  }
  #glp-1_top-2 section .wrap .medicine h2 {
    padding-top: 20px;
    font-size: clamp(15px, 1.2rem + 3vw, 32px);
    margin-bottom: 1em;
  }
  #glp-1_top-2 section .wrap .medicine h2::after {
    display: block;
    content: "";
    width: 10em;
    height: 13px;
    background-color: #F3C7CE;
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translateX(-50%);
    z-index: -1;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap {
    width: 100%;
    gap: 0;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 {
    width: 100%;
    grid-template-columns: 25% 40% 35%;
    grid-template-rows: 0.8fr 0.9fr 1.2fr 0.5fr;
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    border-bottom: none;
    margin: auto;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 h3 {
    grid-area: 1/1/2/4;
    width: 100%;
    padding: 0.5em 0;
    font-size: clamp(10px, 1rem + 2vw, 28px);
    text-align: center;
    color: #fff;
    background-color: #E78E9C;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 h3 .maru {
    display: none;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 h3 .mg-sp {
    display: inline-block;
    font-weight: normal;
    font-size: 0.65em;
    margin-left: 0.5em;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .mg {
    display: none;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .chusya-number-1 {
    grid-area: 2/1/3/2;
    font-size: 1em;
    line-height: 1;
    padding: 0;
    place-items: center;
    align-self: center;
    font-size: clamp(10px, 0.8rem + 0.5vw, 16px);
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .chusya-number-1 p {
    padding: 7px 0;
    width: 4.5em;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .chusya-number-2 {
    grid-area: 3/1/4/2;
    font-size: 1em;
    line-height: 1;
    padding: 0;
    place-items: center;
    align-self: center;
    font-size: clamp(10px, 0.8rem + 0.5vw, 16px);
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .chusya-number-2 p {
    padding: 7px 0;
    width: 4.5em;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .chusya-price-1 {
    grid-area: 2/2/3/3;
    font-size: clamp(0.65em, 10vw, 30px);
    align-self: center;
    justify-self: center;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .chusya-price-2 {
    grid-area: 3/2/4/3;
    font-size: clamp(0.65em, 10vw, 30px);
    align-self: center;
    justify-self: center;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .chusya-tax-in-1 {
    grid-area: 2/3/3/4;
    align-self: center;
    font-size: clamp(7px, 0.65rem + 1.5vw, 21px);
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .chusya-tax-in-2 {
    grid-area: 3/3/4/4;
    align-self: center;
    font-size: clamp(7px, 0.65rem + 1.5vw, 21px);
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-1 .attention {
    grid-area: 4/2/5/4;
    font-size: clamp(12px, 0.4rem + 0.5vw, 15px);
    text-align: center;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 {
    width: 100%;
    grid-template-columns: 0.4fr 0.5fr 0.4fr;
    grid-template-columns: 25% 40% 35%;
    grid-template-rows: 0.8fr 0.9fr;
    border-bottom: none;
    margin-top: 0;
    grid-row-gap: 10px;
    padding-bottom: 0;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2:nth-of-type(3), #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2:nth-of-type(4) {
    margin-top: -20px;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2:nth-last-of-type(1) {
    padding-bottom: 10px;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 h3 {
    grid-area: 1/1/2/4;
    width: 100%;
    padding: 0.5em 0;
    font-size: clamp(10px, 1rem + 2vw, 28px);
    text-align: center;
    color: #fff;
    background-color: #E78E9C;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 h3 .maru {
    display: none;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 h3 .mg-sp {
    display: inline-block;
    font-weight: normal;
    font-size: 0.65em;
    margin-left: 0.5em;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 .mg {
    display: none;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 .number {
    grid-area: 2/1/3/2;
    font-size: clamp(10px, 0.8rem + 0.5vw, 16px);
    line-height: 1;
    padding: 0;
    place-items: center;
    align-self: center;
    margin-right: 0;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 .number p {
    padding: 7px 0;
    width: 4.5em;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 .number p .number-p-sp {
    display: inline-block;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 .number p .number-p-pc {
    display: none;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 .price {
    grid-area: 2/2/3/3;
    font-size: clamp(0.65em, 10vw, 30px);
    align-self: center;
    justify-self: center;
  }
  #glp-1_top-2 section .wrap .medicine .price-wrap .price-box-2 .tax-in {
    grid-area: 2/3/3/4;
    align-self: center;
    font-size: clamp(7px, 0.65rem + 1.5vw, 21px);
  }
  #glp-1_top-2 section .wrap .medicine::after {
    display: none;
  }
  #glp-1_top-2 section .footer {
    width: 90%;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  #glp-1_top-2 section .footer .check {
    background-color: #DE5F74;
    width: 250px;
    display: flex;
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 1em 0.8em 0.5em 2em;
  }
  #glp-1_top-2 section .footer .check .marucheck {
    font-size: 1.75em;
    margin-left: 15px;
    position: relative;
  }
  #glp-1_top-2 section .footer .check .marucheck::before {
    top: 40%;
    left: 50%;
    width: 13px;
    height: 5px;
    border-left: solid 3px #DE5F74;
    border-bottom: solid 3px #DE5F74;
  }
  #glp-1_top-2 section .footer .check .discription {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
  }
  #glp-1_top-2 section .footer .check .discription p {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.08em;
    font-size: clamp(10px, 6vw, 1.2em);
    align-self: flex-start;
    text-align: left;
  }
  #glp-1_top-2 section .footer .check .discription .mini {
    font-weight: normal;
    font-size: clamp(0.1em, 5vw, 0.95em);
    margin-right: 0;
    letter-spacing: -0.04em;
  }
  #glp-1_top-2 section .footer::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0 !important;
    width: clamp(30%, 45vw, 230px);
    height: 100%;
    background-image: url(../../img_wp/stalker.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media screen and (max-width: 460px) {
  #glp-1_top-2 .sp {
    display: block !important;
  }
}
@media screen and (max-width: 400px) {
  #glp-1_top-2 section .attention {
    grid-area: 4/1/5/4 !important;
    justify-self: center;
  }
  #glp-1_top-2 section .footer {
    margin-top: 0;
    width: 96%;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  #glp-1_top-2 section .footer .check {
    background-color: #DE5F74;
    width: 94%;
    justify-content: flex-start;
    margin: auto auto 15px auto;
    border-radius: 8px;
    padding: 0.5em 0.8em 0.5em 0;
  }
  #glp-1_top-2 section .footer .check .marucheck {
    font-size: 1.75em;
    position: relative;
  }
  #glp-1_top-2 section .footer .check .marucheck::before {
    top: 40%;
    left: 50%;
    width: 13px;
    height: 5px;
    border-left: solid 3px #DE5F74;
    border-bottom: solid 3px #DE5F74;
  }
  #glp-1_top-2 section .footer .check .discription {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    justify-content: space-around;
  }
  #glp-1_top-2 section .footer .check .discription p {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.08em;
    font-size: clamp(10px, 6vw, 1.2em);
    align-self: center;
    text-align: left;
  }
  #glp-1_top-2 section .footer .check .discription .mini {
    font-weight: normal;
    font-size: clamp(0.1em, 5vw, 0.95em);
    margin-right: 0;
    letter-spacing: -0.04em;
    width: 10.2em;
  }
  #glp-1_top-2 section .footer::before {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  #glp-1_top-2 {
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */