.p-contact-lens-page {
  --contact-lens-green: #4a9b7f;
  --contact-lens-green-pale: #f1f7f5;
  --contact-lens-gold: #baa267;
  --contact-lens-accent: #a97723;
  --contact-lens-text: #262626;
  width: 100%;
  max-width: none;
  margin: 0 0 73px;
  padding-top: 190px;
  overflow: hidden;
  color: var(--contact-lens-text);
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.p-contact-lens-page *,
.p-contact-lens-page *::before,
.p-contact-lens-page *::after {
  box-sizing: border-box;
}

.p-contact-lens-page h1,
.p-contact-lens-page h2,
.p-contact-lens-page h3,
.p-contact-lens-page h4,
.p-contact-lens-page p,
.p-contact-lens-page ul,
.p-contact-lens-page figure {
  margin-top: 0;
}

.p-contact-lens-page .pc-none {
  display: none;
}

.p-contact-lens-page img {
  max-width: 100%;
  height: auto;
}

.p-contact-lens-fv,
.p-contact-lens-fv picture,
.p-contact-lens-fv img {
  display: block;
  width: 100%;
}

.p-contact-lens-fv,
.p-contact-lens-fv img {
  height: 453px;
}

.p-contact-lens-fv img {
  object-fit: cover;
}

.p-contact-lens-breadcrumb {
  height: 115px;
}

.p-contact-lens-page .c-breadcrumb {
  width: min(calc(100% - 160px), 1280px);
  padding-top: 50px;
  color: var(--contact-lens-accent);
  font-size: 20px;
  line-height: 29px;
}

.p-contact-lens-introduction {
  height: 223px;
}

.p-contact-lens-introduction__inner {
  width: 760px;
  margin: 0 auto;
  padding-top: 40px;
  font-size: 20px;
  line-height: 32px;
}

.p-contact-lens-introduction__inner p {
  margin-bottom: 0;
}

.p-contact-lens-symptoms {
  position: relative;
  height: 600px;
  padding-top: 21px;
  background: #f9f8f5 url("../../images/figma-contact-lens/symptoms-background.png") center/cover no-repeat;
}

.p-contact-lens-section-heading {
  position: relative;
  height: 138px;
  text-align: center;
}

.p-contact-lens-section-heading__en {
  margin-bottom: 0;
  color: rgba(186, 162, 103, .2);
  font-family: "EB Garamond", serif;
  font-size: 71px;
  font-weight: 500;
  line-height: 103px;
  letter-spacing: .1em;
}

.p-contact-lens-section-heading__ja {
  position: absolute;
  top: 34px;
  right: 0;
  left: 0;
  margin-bottom: 0;
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 35px;
  letter-spacing: .1em;
}

.p-contact-lens-symptoms__card {
  position: relative;
  width: 810px;
  padding-bottom: 60px;
  margin: 0 auto;
  border: 1px solid var(--contact-lens-gold);
  background: #fff;
}

.p-contact-lens-symptoms__content {
  position: relative;
  z-index: 2;
  width: 578px;
  padding: 31px 0 0 45px;
  font-size: 20px;
  line-height: 32px;
}

.p-contact-lens-symptoms__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.p-contact-lens-symptoms__note {
  margin: 32px 0 0 !important;
  line-height: 32px;
}

.p-contact-lens-symptoms__illustration {
  position: absolute;
  right: -31px;
  bottom: -38px;
  z-index: 1;
  width: 301px;
  height: 226px;
  object-fit: contain;
}

.p-contact-lens-products {
  position: relative;
  height: auto;
  padding: 53px 0 128px;
  background: #fff;
}

.p-contact-lens-product-heading {
  position: relative;
  height: 103px;
  text-align: center;
}

.p-contact-lens-product-heading__en {
  margin-bottom: 0;
  color: rgba(186, 162, 103, .18);
  font-family: "EB Garamond", serif;
  font-size: 71px;
  font-weight: 500;
  line-height: 103px;
  letter-spacing: .08em;
}

.p-contact-lens-product-heading__ja {
  position: absolute;
  top: 34px;
  right: 0;
  left: 0;
  margin-bottom: 0;
  color: #000;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 35px;
  letter-spacing: .1em;
}

.p-contact-lens-product-block {
  width: 1041px;
  margin: 53px auto 0;
}

.p-contact-lens-product-block--one-day {
  height: auto;
}

.p-contact-lens-product-block--two-week {
  height: auto;
  margin-top: 72px;
}

.p-contact-lens-product-block--monthly {
  width: 485px;
  height: auto;
  margin-top: 69px;
}

.p-contact-lens-product-block__title {
  margin-bottom: 40px;
  color: var(--contact-lens-accent);
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 35px;
  letter-spacing: .12em;
  text-align: center;
}

.p-contact-lens-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 485px);
  gap: 71px;
  align-items: start;
}

.p-contact-lens-product-card {
  height: auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 5px 7px 6px rgba(0, 0, 0, .14);
}

.p-contact-lens-product-card__maker {
  height: 70px;
  margin-bottom: 0;
  color: #fff;
  background: var(--contact-lens-green);
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: .08em;
}

.p-contact-lens-product-card__toggle {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 62px 0 20px;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  letter-spacing: inherit;
  text-align: center;
  cursor: pointer;
}

.p-contact-lens-product-card__toggle:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -5px;
}

.p-contact-lens-product-card__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}

.p-contact-lens-product-card__icon::before,
.p-contact-lens-product-card__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  content: "";
  background: currentColor;
  transition: transform .25s ease;
  transform: translate(-50%, -50%);
}

.p-contact-lens-product-card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.p-contact-lens-product-card__toggle[aria-expanded="false"] .p-contact-lens-product-card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(1);
}

.p-contact-lens-product-card__panel {
  height: auto;
  overflow: hidden;
  transition: height .3s ease;
}

@media (prefers-reduced-motion: reduce) {
  .p-contact-lens-product-card__panel,
  .p-contact-lens-product-card__icon::before,
  .p-contact-lens-product-card__icon::after {
    transition: none;
  }
}

.p-contact-lens-product-card__list {
  margin-bottom: 0;
  padding: 19px 34px;
  font-size: 20px;
  line-height: 32px;
  list-style: none;
}

.p-contact-lens-product-block--two-week .p-contact-lens-product-block__title {
  margin-bottom: 40px;
}

.p-contact-lens-product-block--two-week .p-contact-lens-product-grid {
  gap: 57px 71px;
}

.p-contact-lens-product-block--monthly .p-contact-lens-product-block__title {
  margin-bottom: 28px;
}

.p-contact-lens-product-block--monthly .p-contact-lens-product-grid {
  grid-template-columns: 485px;
}

.p-contact-lens-product-block--monthly .p-contact-lens-product-card__list {
  padding-top: 20px;
}

.p-contact-lens-first-visit {
  display: grid;
  height: 250px;
  place-items: center;
}

.p-contact-lens-first-visit__button {
  display: grid;
  width: 294px;
  height: 71px;
  border: 1px solid var(--contact-lens-green);
  color: #fff;
  background: var(--contact-lens-green);
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  text-decoration: none;
  transform: translateY(-2px);
  place-items: center;
}

.p-contact-lens-article {
  height: auto;
  padding: 65px 0 78px;
  background: var(--contact-lens-green-pale);
}

.p-contact-lens-supervisor {
  width: 890px;
  height: 417px;
  margin: 0 auto;
  border: 1px solid var(--contact-lens-green);
  background: #fff;
}

.p-contact-lens-supervisor__heading {
  display: grid;
  height: 65px;
  margin-bottom: 0;
  color: #fff;
  background: var(--contact-lens-green);
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 43px;
  letter-spacing: .1em;
  place-items: center;
}

.p-contact-lens-supervisor__body {
  display: grid;
  grid-template-columns: 162px 1fr;
  gap: 18px;
  height: 352px;
  padding: 34px 40px 25px;
}

.p-contact-lens-supervisor__portrait {
  width: 162px;
  height: 174px;
  object-fit: cover;
}

.p-contact-lens-supervisor__content {
  min-width: 0;
}

.p-contact-lens-supervisor__title {
  margin-bottom: 12px;
  color: var(--contact-lens-accent);
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
}

.p-contact-lens-supervisor__name,
.p-contact-lens-supervisor__credential {
  font-size: 22px;
}

.p-contact-lens-supervisor__text {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.p-contact-lens-related {
  width: 890px;
  margin: 72px auto 0;
}

.p-contact-lens-related__heading {
  position: relative;
  width: 244px;
  margin: 0 0 56px 92px;
  color: var(--contact-lens-text);
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: .1em;
  text-align: center;
}

.p-contact-lens-related__heading::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  width: 534px;
  height: 8px;
  content: "";
  background: repeating-linear-gradient(135deg, var(--contact-lens-green) 0 1px, transparent 1px 5px);
  transform: translateY(-50%);
}

.p-contact-lens-related__heading::before {
  position: absolute;
  top: 50%;
  right: calc(100% + 8px);
  width: 84px;
  height: 8px;
  content: "";
  background: repeating-linear-gradient(135deg, var(--contact-lens-green) 0 1px, transparent 1px 5px);
  transform: translateY(-50%);
}

.p-contact-lens-related__grid {
  display: grid;
  grid-template-columns: repeat(2, 431px);
  gap: 40px 28px;
}

.p-contact-lens-related-card {
  display: block;
  height: 388px;
  border-bottom: 1px solid rgba(74, 155, 127, .18);
}

.p-contact-lens-related-card:nth-child(n + 3) {
  height: 385px;
}

.p-contact-lens-related-card__image {
  position: relative;
  left: -1px;
  width: 100%;
  height: 222px;
  background: #d9d9d9;
}

.p-contact-lens-related-card:nth-child(n + 3) .p-contact-lens-related-card__image {
  height: 216px;
}

.p-contact-lens-page .p-contact-lens-related-card__title {
  margin: 32px 11px 0 0;
  color: var(--contact-lens-gold);
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.p-contact-lens-page .p-contact-lens-related-card:nth-child(n + 3) .p-contact-lens-related-card__title {
  margin-top: 28px;
}

.p-contact-lens-related-card__date {
  display: block;
  margin-top: 14px;
  color: var(--contact-lens-text);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.p-contact-lens-related-card:nth-child(n + 3) .p-contact-lens-related-card__date {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-contact-lens-page {
    margin-bottom: 0;
    padding-top: 56px;
  }

  .p-contact-lens-page .sp-none {
    display: none;
  }

  .p-contact-lens-page .pc-none {
    display: initial;
  }

  .p-contact-lens-fv,
  .p-contact-lens-fv img {
    height: 178px;
  }

  .p-contact-lens-fv img {
    object-fit: cover;
  }

  .p-contact-lens-breadcrumb {
    height: 53px;
  }

  .p-contact-lens-page .c-breadcrumb {
    width: 335px;
    padding-top: 17px;
    font-size: 12px;
    line-height: 14px;
  }

  .p-contact-lens-introduction {
    height: 300px;
  }

  .p-contact-lens-introduction__inner {
    width: 335px;
    padding-top: 17px;
    font-size: 16px;
    line-height: 26px;
  }

  .p-contact-lens-symptoms {
    height: 686px;
    padding-top: 25px;
  }

  .p-contact-lens-section-heading {
    height: 163px;
  }

  .p-contact-lens-section-heading__en {
    position: absolute;
    top: 35px;
    right: 0;
    left: 0;
    font-size: 37px;
    line-height: 45px;
    letter-spacing: .08em;
    white-space: nowrap;
  }

  .p-contact-lens-section-heading__ja {
    top: 0;
    right: auto;
    left: 50%;
    width: 335px;
    font-size: 28px;
    line-height: 42px;
    transform: translateX(-50%);
  }

  .p-contact-lens-symptoms__card {
    width: 335px;
    height: 449px;
  }

  .p-contact-lens-symptoms__content {
    width: 335px;
    padding: 27px 17px 0;
    font-size: 16px;
    line-height: 26px;
  }

  .p-contact-lens-symptoms__list {
    padding-left: 24px;
    list-style: disc;
  }

  .p-contact-lens-symptoms__note {
    position: relative;
    z-index: 2;
    margin-top: 26px;
    line-height: 26px;
  }

  .p-contact-lens-symptoms__illustration {
    right: 45px;
    bottom: -29px;
    width: 245px;
    height: 184px;
  }

  .p-contact-lens-products {
    height: auto;
    padding: 48px 20px 70px;
  }

  .p-contact-lens-product-heading {
    height: 140px;
  }

  .p-contact-lens-product-heading__en {
    position: absolute;
    top: 28px;
    right: 0;
    left: 0;
    font-size: 35px;
    line-height: 42px;
    letter-spacing: .04em;
    white-space: normal;
  }

  .p-contact-lens-product-heading__ja {
    top: 0;
    font-size: 24px;
    line-height: 35px;
  }

  .p-contact-lens-product-block {
    width: 335px;
    margin: 48px auto 0;
  }

  .p-contact-lens-product-block--one-day {
    height: auto;
  }

  .p-contact-lens-product-block--two-week {
    height: auto;
    margin-top: 56px;
  }

  .p-contact-lens-product-block--monthly {
    width: 335px;
    height: auto;
    margin-top: 59px;
  }

  .p-contact-lens-product-block__title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: .12em;
    text-align: left;
  }

  .p-contact-lens-product-grid {
    display: grid;
    grid-template-columns: 335px;
    gap: 24px;
  }

  .p-contact-lens-product-card,
  .p-contact-lens-product-block--one-day .p-contact-lens-product-card:nth-child(n + 3) {
    height: auto;
  }

  .p-contact-lens-product-card__maker {
    height: 73px;
    font-size: 22px;
    line-height: 27px;
  }

  .p-contact-lens-product-card__toggle {
    justify-content: flex-start;
    padding: 0 58px 0 18px;
    text-align: left;
  }

  .p-contact-lens-product-card__icon {
    right: 18px;
  }

  .p-contact-lens-product-card__list {
    padding: 12px 17px;
    font-size: 16px;
    line-height: 32px;
  }

  .p-contact-lens-product-block--two-week .p-contact-lens-product-block__title {
    height: 71px;
    margin-bottom: 24px;
    line-height: 35px;
  }

  .p-contact-lens-product-block--two-week .p-contact-lens-product-grid {
    gap: 25px;
  }

  .p-contact-lens-product-block--monthly .p-contact-lens-product-block__title {
    margin: 0 0 11px 7px;
  }

  .p-contact-lens-product-block--monthly .p-contact-lens-product-grid {
    grid-template-columns: 335px;
  }

  .p-contact-lens-product-block--monthly .p-contact-lens-product-card__list {
    padding-top: 12px;
  }

  .p-contact-lens-first-visit {
    height: 135px;
  }

  .p-contact-lens-first-visit__button {
    position: relative;
    left: -1.5px;
    width: 244px;
    height: 63px;
    font-size: 20px;
    line-height: 24px;
    transform: translateY(2px);
  }

  .p-contact-lens-article {
    height: auto;
    padding: 55px 0 60px;
  }

  .p-contact-lens-supervisor {
    position: relative;
    left: -1.5px;
    width: 300px;
    height: auto;
  }

  .p-contact-lens-supervisor__heading {
    height: 65px;
    font-size: 30px;
    line-height: 43px;
  }

  .p-contact-lens-supervisor__body {
    display: block;
    height: 630px;
    padding: 44px 19px 20px;
    background: #f8f6f3;
  }

  .p-contact-lens-supervisor__portrait {
    display: block;
    position: relative;
    top: -1px;
    left: 1px;
    margin: 0 auto 27px;
  }

  .p-contact-lens-supervisor__title {
    margin-bottom: 17px;
    line-height: normal;
  }

  .p-contact-lens-supervisor__name {
    font-size: 22px;
  }

  .p-contact-lens-supervisor__credential {
    font-size: 16px;
  }

  .p-contact-lens-supervisor__text {
    font-size: 16px;
    line-height: 24px;
  }

  .p-contact-lens-related {
    width: 335px;
    margin-top: 64px;
  }

  .p-contact-lens-related__heading {
    position: relative;
    left: -1.5px;
    width: 244px;
    margin: 0 auto 40px;
    font-size: 30px;
    line-height: 43px;
    text-align: center;
  }

  .p-contact-lens-related__heading::after,
  .p-contact-lens-related__heading::before {
    display: none;
  }

  .p-contact-lens-related__grid {
    display: grid;
    grid-template-columns: 335px;
    gap: 24px;
  }

  .p-contact-lens-related-card,
  .p-contact-lens-related-card:nth-child(n + 3) {
    height: 302px;
  }

  .p-contact-lens-related-card:nth-child(2) {
    height: 314px;
  }

  .p-contact-lens-related-card:nth-child(3) {
    height: 312px;
  }

  .p-contact-lens-related-card:nth-child(4) {
    height: 314px;
  }

  .p-contact-lens-related-card__image,
  .p-contact-lens-related-card:nth-child(n + 3) .p-contact-lens-related-card__image {
    position: relative;
    left: -1px;
    height: 172px;
  }

  .p-contact-lens-page .p-contact-lens-related-card__title,
  .p-contact-lens-page .p-contact-lens-related-card:nth-child(n + 3) .p-contact-lens-related-card__title {
    position: relative;
    left: -1px;
    margin: 23px 0 0;
    font-size: 20px;
    line-height: normal;
  }

  .p-contact-lens-related-card__date {
    position: relative;
    left: -1px;
    margin-top: 9px;
    font-size: 14px;
    line-height: 25px;
  }

  .p-contact-lens-related-card:nth-child(n + 3) .p-contact-lens-related-card__date {
    margin-top: 9px;
  }

  .osawa-contact-lens-page .sp-fixed-actions {
    display: none;
  }
}
