@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

.banner .content {
  position: absolute;
  bottom: 5.2vw;
  left: 26.2%;
}
@media screen and (max-width: 767px) {
  .banner .content {
    bottom: 8vw;
  }
}
.banner .content .price-banner {
  display: inline-block;
}
.banner .content .price-banner .num.left {
  display: inline-block;
  vertical-align: bottom;
  font-size: 4.5vw;
  color: #ce8e91;
  margin-bottom: -0.35vw;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .banner .content .price-banner .num.left {
    font-size: 12vw;
  }
}
.banner .content .price-banner .right {
  display: inline-block;
  vertical-align: bottom;
}
.banner .content .price-banner .right .sub-unit {
  font-size: 0.89vw;
  color: #ce8e91;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .banner .content .price-banner .right .sub-unit {
    font-size: 10px;
  }
}
.banner .content .price-banner .right .unit {
  font-size: 1.8vw;
  color: #ce8e91;
}
@media screen and (max-width: 767px) {
  .banner .content .price-banner .right .unit {
    font-size: 22.5px;
  }
}
.banner .content .under {
  display: flex;
  margin-top: 15px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .banner .content .under {
    margin-top: 0;
  }
}
.banner .content .under .price {
  display: flex;
  width: max-content;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.banner .content .under .price .num {
  font-size: 1vw;
  color: #898989;
}
@media screen and (max-width: 767px) {
  .banner .content .under .price .num {
    font-size: 20px;
  }
}
.banner .content .under .price .unit {
  font-size: 1.067vw;
  color: #898989;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .banner .content .under .price .unit {
    font-size: 13px;
    margin-bottom: -4px;
  }
}
.banner .content .under .price .sub-unit {
  font-size: 0.9375vw;
  color: #898989;
  width: max-content;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .banner .content .under .price .sub-unit {
    font-size: 13px;
    margin-bottom: -4px;
  }
}
.banner .content .under .line {
  background-color: #898989;
  width: 100%;
  height: 1px;
  display: inline-block;
}

.merit-sec {
  position: relative;
}
.merit-sec .merit-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 93%;
  height: 100%;
  z-index: -1;
}
.merit-sec .merit-bg img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .merit-sec .merit-bg {
    width: 100%;
  }
}
.merit-sec .merit-inner {
  max-width: 1320px;
  width: 100%;
  margin: auto;
  padding: 180px 0 200px;
}
@media screen and (max-width: 767px) {
  .merit-sec .merit-inner {
    padding: 65px 0 150px;
  }
}
.merit-sec .merit-inner .merit-title {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .merit-sec .merit-inner .merit-title {
    width: 90%;
    margin: 0 auto 30px;
  }
}
.merit-sec .merit-inner .merit-content {
  display: flex;
  width: 80%;
  align-items: center;
}
.card {
  background: white;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 35px 28px;
  margin: 0;
  text-align: center;
  color: #c3b9ad;
  flex: 1;
}
.card img {
  height: auto;
  margin-bottom: 24px;
  margin-top: 24px;
}
.card .title {
  font-size: 18px;
  color: #b7ac98;
  margin-bottom: 8px;
}
.title-card::after {
  content: "";
  display: block;
  width: 80%;
  margin: 0 auto;
  height: 1px;
  background: #b7ac98;
  margin-top: 10px;
}
.description {
  font-size: 14px;
  color: #898989;
  margin-bottom: 26px;
  text-align: left;
  min-height: 135px;
  line-height: 1.7rem;
}
.price {
  color: #b7ac98;
  font-size: 16px;
  font-family: "yu-gothic-pr6n";
}

.product-image-first img {
  height: 510px;
  width: 400px;
}
.eye-image img {
  height: 100%;
}

.product-image-first {
  display: flex;
}
@media screen and (max-width: 767px) {
  .merit-sec .merit-inner .merit-content {
    flex-direction: column;
    width: 100%;
  }
}
.merit-sec .merit-inner .merit-content .merit-content__left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .merit-sec .merit-inner .merit-content .merit-content__left {
    width: 100%;
  }
}
.merit-sec .merit-inner .merit-content .merit-content__right {
  width: 50%;
  padding-left: 15%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .merit-sec .merit-inner .merit-content .merit-content__right {
    width: 75%;
    padding-left: 10%;
    margin: 50px auto;
    gap: unset;
  }
}
.merit-sec .merit-inner .merit-content .merit-content__right .line {
  color: #666666;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .merit-sec .merit-inner .merit-content .merit-content__right .line {
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 15px;
  }
}
.merit-sec .merit-inner .merit-content .merit-content__right .line .gold {
  color: #b7ac98;
}
.merit-sec .merit-inner .merit-content .merit-content__right .line .gold a {
  border-bottom: 1px solid #b7ac98;
}
.merit-sec .merit-inner .merit-content .merit-content__right .line::before {
  content: "";
  position: absolute;
  background-image: url(../../../img/common/checked.svg);
  width: 22px;
  height: 20px;
  background-size: contain;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .merit-sec .merit-inner .merit-content .merit-content__right .line::before {
    width: 20px;
    height: 18px;
    left: -35px;
  }
}
.merit-sec .merit-inner .merit-recomment {
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .merit-sec .merit-inner .merit-recomment {
    width: 90%;
    margin: 30px auto 0;
  }
}
.merit-sec .merit-inner .merit-recomment .recoment-items {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 32px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .merit-sec .merit-inner .merit-recomment .recoment-items {
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.merit-sec .merit-inner .merit-recomment .recoment-items .item {
  background: #fff;
  text-align: center;
  box-shadow: rgba(113, 113, 113, 0.2) 0px 10px 20px,
    rgba(145, 145, 145, 0.2) 0px 6px 6px;
  border-radius: 15px;
  padding: 35px 20px 20px;
}
@media screen and (max-width: 767px) {
  .merit-sec .merit-inner .merit-recomment .recoment-items .item {
    width: calc(50% - 20px);
    padding: 30px 0 20px;
    margin-bottom: 10px;
  }
}
.merit-sec .merit-inner .merit-recomment .recoment-items .item img {
  height: 68px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .merit-sec .merit-inner .merit-recomment .recoment-items .item img {
    height: 60px;
    margin-bottom: 15px;
  }
}
.merit-sec .merit-inner .merit-recomment .recoment-items .item p {
  width: 135px;
  font-size: 14px;
  color: #7b7b7b;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .merit-sec .merit-inner .merit-recomment .recoment-items .item p {
    font-size: 13px;
    width: 100%;
  }
}

.price-sec {
  background-color: #e8e9ee;
  padding: 180px 0;
}
@media screen and (max-width: 767px) {
  .price-sec {
    padding: 65px 0 90px;
  }
}
.price-sec .price-inner {
  width: 100%;
  max-width: 1320px;
  margin: auto;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .price-sec .price-inner .price-title {
    width: 90%;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .price-sec .price-inner .medication-container {
    margin: 50px auto;
  }
}
.price-sec .price-inner .medication-container .medication-title {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .price-sec .medication-container .medication-title {
    width: 90%;
    margin: auto;
  }
}
.price-sec .medication-container .medication-title .line {
  width: 100%;
  height: 1.8px;
  background-color: #b7ac98;
}
@media screen and (max-width: 767px) {
  .price-sec .medication-container .medication-title .line {
    height: 1px;
  }
}
.price-sec .medication-container .medication-title .txt {
  color: #b7ac98;
  font-size: 20px;
  letter-spacing: 0.05em;
  width: 125%;
  min-width: 75px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price-sec .medication-container .medication-title .txt {
    font-size: 18px;
  }
}
.price-sec .price-inner .medication-container .medication-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .price-sec .price-inner .medication-container .medication-content {
    flex-direction: column;
    justify-content: unset;
  }
}
.price-sec
  .price-inner
  .medication-container
  .medication-content
  .medication-content__left {
  width: 63%;
}
@media screen and (max-width: 767px) {
  .price-sec
    .price-inner
    .medication-container
    .medication-content
    .medication-content__left {
    width: 100%;
  }
}
.price-sec
  .price-inner
  .medication-container
  .medication-content
  .medication-content__left
  .filter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 80px 0 60px;
}
@media screen and (max-width: 767px) {
  .price-sec
    .price-inner
    .medication-container
    .medication-content
    .medication-content__left
    .filter {
    margin: 30px auto 35px;
    width: 90%;
  }
}
.price-sec
  .price-inner
  .medication-container
  .medication-content
  .medication-content__left
  .filter
  .filter-btn {
  cursor: pointer;
  transition: all 0.3 ease-in-out;
}
.price-sec
  .price-inner
  .medication-container
  .medication-content
  .medication-content__left
  .filter
  .filter-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .price-sec
    .price-inner
    .medication-container
    .medication-content
    .medication-content__left
    .result
    .result-img {
    overflow: scroll;
  }
}
@media screen and (max-width: 767px) {
  .price-sec
    .price-inner
    .medication-container
    .medication-content
    .medication-content__left
    .result
    .result-img
    img {
    min-width: 500px;
    height: auto;
    margin-left: 5%;
  }
}
.price-sec
  .price-inner
  .medication-container
  .medication-content
  .medication-content__left
  .result
  .result-desc-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .price-sec
    .price-inner
    .medication-container
    .medication-content
    .medication-content__left
    .result
    .result-desc-sp {
    display: block;
    font-size: 14px;
    color: #7b7b7b;
    line-height: 1.7em;
    letter-spacing: 0.05em;
    width: 90%;
    margin: auto;
    text-align: right;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .price-sec
    .price-inner
    .medication-container
    .medication-content
    .medication-content__right {
    width: 90%;
    margin: 0 auto;
  }
}
.price-sec
  .price-inner
  .medication-container
  .medication-content
  .medication-content__right
  img {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .price-sec
    .price-inner
    .medication-container
    .medication-content
    .medication-content__right
    img {
    margin-top: 35px;
  }
}
.price-sec .price-inner .clinic-container .clinic-title {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .price-sec .price-inner .clinic-container .clinic-title {
    width: 90%;
    margin: auto;
  }
}
.price-sec .price-inner .clinic-container .clinic-title .line {
  width: 100%;
  height: 1.8px;
  background-color: #b7ac98;
}
@media screen and (max-width: 767px) {
  .price-sec .price-inner .clinic-container .clinic-title .line {
    height: 1px;
  }
}
.price-sec .price-inner .clinic-container .clinic-title .txt {
  color: #b7ac98;
  font-size: 20px;
  letter-spacing: 0.05em;
  width: 10%;
  min-width: 150px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price-sec .price-inner .clinic-container .clinic-title .txt {
    font-size: 18px;
  }
}
.price-sec .price-inner .clinic-container .clinic-sub-title h4 {
  text-align: center;
  font-size: 18px;
  margin: 40px auto;
  color: #b7ac98;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .price-sec .price-inner .clinic-container .clinic-sub-title h4 {
    font-size: 16px;
    margin: 35px auto 50px;
  }
}
.price-sec .price-inner .clinic-container .clinic-content {
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
  max-width: 950px;
}
@media screen and (max-width: 767px) {
  .price-sec .price-inner .clinic-container .clinic-content {
    width: 90%;
    margin: auto;
    flex-direction: column;
    gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .price-sec
    .price-inner
    .clinic-container
    .clinic-content
    .clinic-content__left {
    width: 100%;
  }
}
.price-sec
  .price-inner
  .clinic-container
  .clinic-content
  .clinic-content__center {
  width: 10%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price-sec
    .price-inner
    .clinic-container
    .clinic-content
    .clinic-content__center {
    width: 100%;
  }
}
.price-sec
  .price-inner
  .clinic-container
  .clinic-content
  .clinic-content__center
  img {
  width: 40%;
  max-width: 50px;
}
@media screen and (max-width: 767px) {
  .price-sec
    .price-inner
    .clinic-container
    .clinic-content
    .clinic-content__center
    img {
    width: 12px;
    margin-top: 20px;
  }
}
.price-sec
  .price-inner
  .clinic-container
  .clinic-content
  .clinic-content__right {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .price-sec
    .price-inner
    .clinic-container
    .clinic-content
    .clinic-content__right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.price-sec
  .price-inner
  .clinic-container
  .clinic-content
  .clinic-content__right
  .normal {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #898989;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .price-sec
    .price-inner
    .clinic-container
    .clinic-content
    .clinic-content__right
    .normal {
    font-size: 13px;
  }
}
.price-sec
  .price-inner
  .clinic-container
  .clinic-content
  .clinic-content__right
  .highlight {
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #b7ac98;
  font-weight: bold;
  position: relative;
  width: max-content;
  margin-left: 20px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .price-sec
    .price-inner
    .clinic-container
    .clinic-content
    .clinic-content__right
    .highlight {
    font-size: 15px;
    margin-left: 0;
  }
}
.price-sec
  .price-inner
  .clinic-container
  .clinic-content
  .clinic-content__right
  .highlight::before {
  position: absolute;
  content: "";
  bottom: 40%;
  left: -20px;
  height: 2px;
  width: 20px;
  background-color: #b7ac98;
  transform: rotate(65deg);
}
@media screen and (max-width: 767px) {
  .price-sec
    .price-inner
    .clinic-container
    .clinic-content
    .clinic-content__right
    .highlight::before {
    bottom: 40%;
    left: -15px;
    width: 15px;
  }
}
.price-sec
  .price-inner
  .clinic-container
  .clinic-content
  .clinic-content__right
  .highlight::after {
  position: absolute;
  content: "";
  bottom: 40%;
  right: -20px;
  height: 2px;
  width: 20px;
  background-color: #b7ac98;
  transform: rotate(-65deg);
}
@media screen and (max-width: 767px) {
  .price-sec
    .price-inner
    .clinic-container
    .clinic-content
    .clinic-content__right
    .highlight::after {
    bottom: 40%;
    right: -15px;
    width: 15px;
  }
}

.voice-sec {
  width: 100%;
  max-width: 1320px;
  margin: 180px auto 240px;
}
@media screen and (max-width: 767px) {
  .voice-sec {
    margin: 65px auto 90px;
    width: 90%;
  }
}
.voice-sec .voice-content {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.voice-sec .voice-content .voice-card {
  margin-top: 80px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .voice-sec .voice-content .voice-card {
    align-items: start;
  }
}
.voice-sec .voice-content .voice-card .voice-card__left {
  width: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .voice-sec .voice-content .voice-card .voice-card__left {
    width: 25%;
  }
}
.voice-sec .voice-content .voice-card .voice-card__left img {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .voice-sec .voice-content .voice-card .voice-card__left img {
    width: 60px;
  }
}
.voice-sec .voice-content .voice-card .voice-card__left p {
  font-size: 14px;
  color: #7b7b7b;
  line-height: 1.9em;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .voice-sec .voice-content .voice-card .voice-card__left p {
    font-size: 9px;
    margin-top: 5px;
  }
}
.voice-sec .voice-content .voice-card .voice-card__right {
  width: 85%;
}
.voice-sec .voice-content .voice-card .voice-card__right .chat-container {
  position: relative;
  padding: 30px 40px 10px;
  border: 2px solid #b7ac98;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .voice-sec .voice-content .voice-card .voice-card__right .chat-container {
    padding: 20px 20px 15px;
    border: 1px solid #b7ac98;
  }
}
.voice-sec
  .voice-content
  .voice-card
  .voice-card__right
  .chat-container::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -16px;
  width: 0;
  height: 0;
  border: 16px solid;
  border-color: transparent #b7ac98 transparent transparent;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .voice-sec
    .voice-content
    .voice-card
    .voice-card__right
    .chat-container::before {
    top: 13%;
    left: -10px;
    border: 10px solid;
    border-color: transparent #b7ac98 transparent transparent;
  }
}
.voice-sec
  .voice-content
  .voice-card
  .voice-card__right
  .chat-container::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -13px;
  width: 0;
  height: 0;
  border: 14px solid;
  border-color: transparent #fff transparent transparent;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .voice-sec
    .voice-content
    .voice-card
    .voice-card__right
    .chat-container::after {
    top: 13%;
    left: -8px;
    border: 10px solid;
    border-color: transparent #fff transparent transparent;
  }
}
.voice-sec
  .voice-content
  .voice-card
  .voice-card__right
  .chat-container
  .title {
  font-size: 20px;
  color: #b7ac98;
  padding-bottom: 14px;
  border-bottom: 1px solid #b7ac98;
}
@media screen and (max-width: 767px) {
  .voice-sec
    .voice-content
    .voice-card
    .voice-card__right
    .chat-container
    .title {
    font-size: 14px;
  }
}
.voice-sec
  .voice-content
  .voice-card
  .voice-card__right
  .chat-container
  .content {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.9em;
  color: #7b7b7b;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .voice-sec
    .voice-content
    .voice-card
    .voice-card__right
    .chat-container
    .content {
    font-size: 13px;
    line-height: 1.6em;
    letter-spacing: 0.03em;
  }
}
.product-image-first {
  justify-content: space-between;
  margin-bottom: 70px;
}

.frame-price {
  position: relative;
  bottom: -70px;
  left: -12%;
}

.price-number {
  position: absolute;
  top: 0;
  right: 0;
}

.how-to-use-sec {
  max-width: 1320px;
  margin: 180px auto 180px;
}

.reason-sec {
  width: 100%;
  margin: 180px auto 120px;
}

.eye-desc {
  margin-top: 30px;
  line-height: 1.5rem;
  color: #6b6b6b;
  font-size: 14px;
}
.eye-title {
  margin-top: 80px;
  margin-bottom: 40px;
  text-align: center;
  color: #b7ac98;
  font-family: "Noto Sans", serif;
  font-size: 20px;
  font-weight: 500;
}
.big-price {
  font-size: 20px;
}

.eye-link {
  text-decoration: underline;
  cursor: pointer;
}

.product-image-3 {
  margin: 80px auto 40px auto;
  width: 100%;
}

.product-image-number {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.product-image-last {
  width: 618px;
  height: 208px;
}

.how-to-use-content .steps {
  display: flex;
  gap: 110px;
  position: relative;
  justify-content: space-between;
}

.steps img {
  max-width: 100%;
  height: auto;
}

.image-container {
  position: relative;
  display: flex;
}

.image-container::before,
.image-container::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  background-color: #b7ac98;
  top: 50%;
  transform: translateY(-50%);
}

.image-container::before {
  left: -15%;
}

.image-container::after {
  right: -17%;
}

.how-to-use-content .sub-title {
  margin-top: 90px;
  margin-bottom: 110px;
  font-family: "yu-gothic-pr6n";
}

.reason-content {
  display: flex;
}

.reason-image {
  width: 600px;
  height: 360px;
}
.reason-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

/* .reason-list img{
    height: 222px;
    height: 197px;
} */

.under .price span {
  font-size: 12px;
}
.reason-sec {
  background-color: #e8e9ee;
  padding: 180px 0;
  margin: 0;
}

.reason-container {
  width: 100%;
  max-width: 1320px;
  margin: auto;
  padding-top: 0;
}

.reason-content {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-table {
  display: flex;
}

.price-table {
  gap: 100px;
}

.price-02 {
  margin-top: 85px;
}
.medication-title {
  width: 100%;
  display: flex;
  align-items: center;
}

.price-sec .clinic-container .clinic-title .txt {
  color: #b7ac98;
  font-size: 20px;
  letter-spacing: 0.05em;
  width: 10%;
  min-width: 170px;
  text-align: center;
}

.price-sec .clinic-container .clinic-title .line {
  width: 100%;
  height: 1.8px;
  background-color: #b7ac98;
}
.price-sec .clinic-container .clinic-title {
  width: 100%;
  display: flex;
  align-items: center;
}
.price-table {
  width: 100%;
  max-width: 1470px;
  margin: 80px auto;
}
.medication-content__right {
  margin-top: 85px;
}

.product-content {
  width: 910px;
  margin: 0 auto;
}
.product-image-card {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin: auto;
}
.about-content__left .top-space {
  margin: 0 !important;
  text-align: right;
}
.eye-desc-mobile {
  display: none;
}

.flow-desc-content {
  color: #898989;
  line-height: 1.5rem;
  font-family: "yu-gothic-pr6n";
  margin: 90px 0;
}
.result {
  display: none;
}
.button-container {
  display: none;
}
.on-mobile {
  display: none;
}


@media screen and (max-width: 767px) {
  .on-pc{
    display: none;
  }
  .on-mobile{
    display: block;
  }
  .product-image-card {
    flex-direction: column;
    gap: 60px;
  }
  .product-image-first {
    flex-direction: column;
  }

  .product-content {
    width: 90%;
    margin: 0 auto;
  }
  .banner .content {
    left: 38vw;
    bottom: 13vw;
  }
  .top-space {
    display: none;
  }
  .eye-desc-mobile {
    display: block;
    margin-top: 10px;
    line-height: 1.6rem;
    font-size: 14px;
  }
  .eye-desc {
    display: none;
  }
  .how-to-use-sec {
    margin: 90px auto 180px;
    width: 90%;
  }
  .how-to-use-content .sub-title {
    line-height: 1.5rem;
    margin-top: 48px;
    margin-bottom: 100px;
  }
  .how-to-use-content .steps {
    flex-direction: column;
    gap: 0;
  }
  .image-container::before,
  .image-container::after {
    display: none;
  }
  .image-container {
    border-top: 1px solid #b7ac98;
    padding-top: 100px;
    border-bottom: 1px solid #b7ac98;
  }
  .image-container-last {
    padding-top: 100px;
  }
  .reason-sec {
    padding: 100px 0;
  }

  .reason-title {
    width: 90%;
    margin: 0 auto;
  }
  .reason-image {
    width: 100%;
    height: 100%;
    margin: 40px 0;
  }
  .reason-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .reason-content {
    flex-direction: column;
  }
  .flow-desc-content {
    margin: 50px 0;
  }

  .button-container {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 20px auto 10px;
    margin-bottom: 20px;
  }

  .toggle-btn img {
    display: block;
    width: 150px;
    pointer-events: none;
    transition: 0.3s;
  }
  .toggle-btn {
    display: inline-block;
    cursor: none;
  }

  .price-image {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }

  .toggle-btn img {
    width: 100%;
  }
  .medication-title,
  .clinic-container {
    display: none;
  }
  .price-table {
    display: none;
  }
  .button-container {
    display: flex;
  }
  .result {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .result-img {
    overflow: scroll;
  }
  .price-text {
    text-align: right;
    margin-top: 10px;
  }

  .reason-list {
    margin: 0 3% 0 8%;
  }
  .product-image-last{
    height: auto;
  }

}
