﻿@keyframes kf-eyecare-paper {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width:741px) {
  .eyecareFv {
    display: flex;
  }
  .eyecareFv__inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    min-width: 1200px;
  }
  .eyecareFv__header {
    padding: 53px 20px 53px 80px;
    width: 37.8%;
  }
  .eyecareFv__title>img {
    width: 327px;
    height: 247px;
    object-fit: contain;
  }
  .eyecareFv__message {
    margin-top: 50px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #000000;
  }
  .eyecareFv__message p {
    letter-spacing: 0px;
  }
  .eyecareFv__message p:not(:first-child) {
    margin-top: 25px;
  }
  .eyecareFv__body {
    position: relative;
    overflow: hidden;
    flex: 1;
    margin-top: -7px;
    background-color: #efefef;
    border-radius: 0px 0px 0px 130px;
  }
  .eyecareFv__slider .swiper {
    padding: 70px 0px;
    transition: opacity 0.4s ease-out;
  }
  .eyecareFv__slider .swiper.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .eyecareFv__slider .swiper-wrapper {
    transform: translate3d(124px, 0, 0);
  }
  .eyecareFv__slider .swiper-slide {
    overflow: visible;
    width: auto;
    transform-origin: top center;
  }
  .eyecareFvPaper__image {
    width: 490px;
    height: 696px;
    object-fit: cover;
  }
  .eyecareFv__slider .swiper-slide.swiper-slide-active .eyecareFvPaper__image,
  .eyecareFv__slider .swiper-slide.swiper-slide-prev .eyecareFvPaper__image,
  .eyecareFv__slider .swiper-slide.swiper-slide-next .eyecareFvPaper__image {
    box-shadow: 0px 3px 10px #00000029;
  }
  .eyecareFv__nav {
    position: absolute;
    z-index: 1;
    right: 30px;
    bottom: 70px;
    display: flex;
    align-items: flex-end;
  }
  .eyecareFv__prevBtn,
  .eyecareFv__nextBtn {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease-out;
  }
  .eyecareFv__prevBtn:hover,
  .eyecareFv__nextBtn:hover {
    opacity: 0.5;
  }
  .eyecareFv__prevBtn::before,
  .eyecareFv__nextBtn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 200%;
    height: 200%;
    border-radius: 50%;
    border: 2px solid #000000;
    transform: translate(-50%, -50%) scale(0.5);
    content: "";
  }
  .eyecareFv__prevBtn img,
  .eyecareFv__nextBtn img {
    position: relative;
    width: 20px;
    height: 14px;
    object-fit: contain;
  }
  .eyecareFv__prevBtn {
    margin-right: 20px;
  }
  .eyecareFv__prevBtn img {
    transform: rotate(180deg);
  }
  .eyecareFv__current {
    min-width: 55px;
    font-family: "Lato", "Noto Sans Japanese", sans-serif;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: right;
    color: #000000;
  }
  .eyecareProfiles__item {
    width: 957px;
    border-bottom: 1px solid #000;
  }
  .eyecareProfiles__item:nth-child(2) {
    margin-left: auto;
  }
  .eyecareProfile {
    display: flex;
    padding: 30px 36px 30px 40px;
  }
  .eyecareProfile__visual {
    width: 186px;
  }
  .eyecareProfile__text {
    margin-left: 40px;
    flex: 1;
  }
  .eyecareProfile__title {
    margin-top: 9px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 19px;
    line-height: 29px;
    letter-spacing: 0px;
    color: #000000;
  }
  .eyecareProfile__labelList {
    margin-top: 9px;
  }
  .eyecareProfile__labelItem {
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #000000;
  }
  .eyecareProfile__description {
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #000000;
  }
  .eyecareProfile__description:first-child {
    margin-top: 6px;
  }
  .eyecareProfile__description:not(:first-child) {
    margin-top: 21px;
  }
  .eyecarePapers {
    margin: 0 auto;
    padding: 0 75px;
  }
  .eyecarePapers__title {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
  }
  .eyecarePapers__note {
    margin-top: -27px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: right;
    color: #000000;
  }
  .eyecarePapers__body {
    margin-top: 79px;
  }
  .eyecarePapers__list {
    display: flex;
    flex-wrap: wrap;
  }
  .eyecarePapers__listItem {
    width: 330px;
    animation: kf-eyecare-paper 0.7s ease-out 0s 1 normal both;
  }
  .eyecarePapers__listItem:nth-child(3n - 1),
  .eyecarePapers__listItem:nth-child(3n) {
    margin-left: 30px;
  }
  .eyecarePapers__listItem:nth-child(n + 4) {
    margin-top: 81px;
  }
  .eyecarePaper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
  .eyecarePaper__header {
    z-index: 1;
    text-align: center;
  }
  .eyecarePaper__image {
    width: auto;
    max-width: 100%;
    height: 383px;
    box-shadow: 0px 3px 10px #00000029;
  }
  .eyecarePaper__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    margin-top: -50px;
    padding: 59px 30px 30px;
    background-color: #efefef;
    border-radius: 0px 0px 30px 30px;
  }
  .eyecarePaper__no {
    font-family: "Lato", "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
  }
  .eyecarePaper__publishedAt {
    margin-top: -1px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #777777;
  }
  .eyecarePaper__title {
    flex: 1;
    margin-top: 8px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    color: #000000;
  }
  .eyecarePaper__link {
    display: block;
    margin-top: 25px;
    padding: 18px;
    width: 100%;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background-color: #000000;
    border-radius: 30px;
    transition: opacity 0.2s ease-out;
  }
  .eyecarePaper__link:hover {
    opacity: 0.5;
  }
  .eyecarePaper__footer {
    padding: 20px;
    text-align: center;
  }
  .eyecarePaper__relativeLabel {
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #000000;
  }
  .eyecarePaper__relativeLink {
    display: inline-block;
    margin-top: 8px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #000000;
    text-decoration: underline;
    transition: opacity 0.2s ease-out;
  }
  .eyecarePaper__relativeLink:hover {
    opacity: 0.5;
  }
  .eyecarePapers__more {
    margin-top: 40px;
    text-align: center;
  }
  .eyecarePapers__moreBtn {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 23px;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease-out;
  }
  .eyecarePapers__moreBtn:hover {
    opacity: 0.5;
  }
  .eyecarePapers__moreBtn ._more {
    display: none;
  }
  .eyecarePapers__moreBtn ._close {
    display: inline-block;
  }
  .eyecarePapers__moreBtn ._arrow {
    position: relative;
    display: inline-block;
    margin-left: 14px;
    width: 17px;
    height: 17px;
    transform: translateY(6px) rotate(-135deg);
  }
  .eyecarePapers__moreBtn ._arrow::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 3px;
    background-color: #000000;
    content: "";
  }
  .eyecarePapers__moreBtn ._arrow::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 3px;
    background-color: #000000;
    content: "";
  }
  .eyecarePapers__body.is-collapsed .eyecarePapers__listItem:nth-child(n + 4) {
    display: none;
  }
  .eyecarePapers__body.is-collapsed .eyecarePapers__moreBtn ._more {
    display: inline-block;
  }
  .eyecarePapers__body.is-collapsed .eyecarePapers__moreBtn ._close {
    display: none;
  }
  .eyecarePapers__body.is-collapsed .eyecarePapers__moreBtn ._arrow {
    transform: translateY(-6px) rotate(45deg);
  }
  .eyecareShops {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 75px;
    padding: 28px 114px;
    border: 1px solid #000000;
    border-radius: 70px;
  }
  .eyecareShops__message {
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: left;
    color: #000000;
  }
  .eyecareShops__link {
    padding: 24px 81px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background-color: #000000;
    border-radius: 40px;
    transition: opacity 0.2s ease-out;
  }
  .eyecareShops__link:hover {
    opacity: 0.5;
  }
  .eyecareMore {
    padding: 0 75px;
  }
  .eyecareMore__title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
  }
  .eyecareMore__title::before,
  .eyecareMore__title::after {
    display: inline-block;
    width: 3px;
    height: 34px;
    background-color: #000000;
    content: "";
  }
  .eyecareMore__title::before {
    margin-right: 16px;
    transform: rotate(-34deg);
  }
  .eyecareMore__title::after {
    margin-left: 16px;
    transform: rotate(34deg);
  }
  .eyecareMore__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 39px;
  }
  .eyecareMore__listItem:not(:nth-child(3n-2)) {
    margin-left: 30px;
  }
  .eyecareMore__listItem:nth-child(n + 4) {
    margin-top: 45px;
  }
  .eyecareMoreInfo {
    position: relative;
    padding: 30px;
    width: 330px;
    border: 1px solid #000000;
  }
  .eyecareMoreInfo::before {
    position: absolute;
    top: 5px;
    right: -5px;
    bottom: -5px;
    left: 5px;
    z-index: -1;
    background-color: #f0f1f3;
    content: "";
  }
  .eyecareMoreInfo__image {
    width: 100%;
    height: 140px;
    object-fit: cover;
  }
  .eyecareMoreInfo__title {
    margin-top: 20px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
  }
  .eyecareMoreInfo__link {
    display: block;
    margin-top: 20px;
    padding: 18px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background-color: #000000;
    border-radius: 30px;
    transition: opacity 0.2s ease-out;
  }
  .eyecareMoreInfo__link:hover {
    opacity: 0.5;
  }
  .eyecareProfileBlock {
    margin-bottom: 135px;
    width: 100%;
  }
  .eyecareNewestBlock {
    margin-bottom: 60px;
  }
  .eyecareSearchBlock {
    margin-bottom: 200px;
  }
  .eyecareMoreBlock {
    margin-bottom: 145px;
  }
}
@media screen and (max-width:740px) {
  .eyecareFv__header {
    padding: 4px 10px 32px;
  }
  .eyecareFv__title {
    text-align: center;
  }
  .eyecareFv__title img {
    width: 287px;
    height: 52.5px;
    object-fit: contain;
  }
  .eyecareFv__message {
    margin-top: 25px;
    padding: 0 34px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 10.5px;
    line-height: 16.5px;
    letter-spacing: 0px;
    color: #000000;
  }
  .eyecareFv__message p {
    letter-spacing: 0px;
  }
  .eyecareFv__message p:not(:first-child) {
    margin-top: 16.5px;
  }
  .eyecareFv__body {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
    background-color: #efefef;
    border-radius: 0px 0px 0px 50px;
  }
  .eyecareFv__slider {
    width: 100%;
  }
  .eyecareFv__slider .swiper {
    padding: 30px 0px 15px;
    transition: opacity 0.4s ease-out;
  }
  .eyecareFv__slider .swiper.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .eyecareFv__slider .swiper-wrapper {
    transform: translate3d(calc(117 * 0.15625vw), 0, 0);
  }
  .eyecareFv__slider .swiper-slide {
    overflow: visible;
    width: auto;
    transform-origin: top center;
  }
  .eyecareFvPaper__image {
    width: calc(406 * 0.15625vw);
    height: calc(576 * 0.15625vw);
    object-fit: cover;
  }
  .eyecareFv__slider .swiper-slide.swiper-slide-active .eyecareFvPaper__image,
  .eyecareFv__slider .swiper-slide.swiper-slide-prev .eyecareFvPaper__image,
  .eyecareFv__slider .swiper-slide.swiper-slide-next .eyecareFvPaper__image {
    box-shadow: 0px 3px 10px #00000029;
  }
  .eyecareFv__nav {
    display: flex;
    align-items: flex-end;
    margin-left: 31px;
  }
  .eyecareFv__prevBtn,
  .eyecareFv__nextBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #000000;
    cursor: pointer;
  }
  .eyecareFv__prevBtn img,
  .eyecareFv__nextBtn img {
    width: 8px;
    height: 6px;
    object-fit: contain;
  }
  .eyecareFv__prevBtn {
    margin-right: 9px;
  }
  .eyecareFv__prevBtn img {
    transform: rotate(180deg);
  }
  .eyecareFv__current {
    min-width: 31px;
    font-family: "Lato", "Noto Sans Japanese", sans-serif;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0px;
    text-align: right;
    color: #000000;
  }
  .eyecareProfiles {
    padding: 0 calc(47 * 0.15625vw);
  }
  .eyecareProfiles__item {
    border-bottom: 1px solid #000;
  }
  .eyecareProfile {
    padding: 25px 0 27px;
  }
  .eyecareProfile__visual {
    text-align: center;
  }
  .eyecareProfile__image {
    width: 139.5px;
    height: auto;
  }
  .eyecareProfile__title {
    margin-top: 14px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 21.5px;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
  }
  .eyecareProfile__labelList {
    margin-top: 10px;
  }
  .eyecareProfile__labelItem {
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 9px;
    line-height: 13.5px;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
  }
  .eyecareProfile__description {
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 10.5px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #000000;
  }
  .eyecareProfile__description:first-child {
    margin-top: 16px;
  }
  .eyecareProfile__description:not(:first-child) {
    margin-top: 17px;
  }
  .eyecarePapers {
    padding: 0 calc(48 * 0.15625vw);
  }
  .eyecarePapers__title {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 23px;
    line-height: 35px;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
  }
  .eyecarePapers__note {
    margin-top: 18px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 10.5px;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
  }
  .eyecarePapers__body {
    margin-top: 34px;
  }
  .eyecarePapers__listItem {
    animation: kf-eyecare-paper 0.7s ease-out 0s 1 normal both;
  }
  .eyecarePapers__listItem:not(:first-child) {
    margin-top: 33px;
  }
  .eyecarePaper__header {
    text-align: center;
  }
  .eyecarePaper__image {
    width: auto;
    max-width: 100%;
    height: calc(634 * 0.15625vw);
    box-shadow: 0px 3px 10px #00000029;
  }
  .eyecarePaper__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -40px;
    padding: 50px 25px 26px;
    background-color: #efefef;
    border-radius: 0px 0px 14px 14px;
  }
  .eyecarePaper__no {
    font-family: "Lato", "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
  }
  .eyecarePaper__publishedAt {
    margin-top: -1px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 10.5px;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
    color: #777777;
  }
  .eyecarePaper__title {
    margin-top: 6px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 22.5px;
    letter-spacing: 0px;
    text-align: left;
    color: #000000;
  }
  .eyecarePaper__link {
    display: block;
    margin-top: 22px;
    padding: 15px;
    width: 100%;
    max-width: 223px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 19.5px;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background-color: #000000;
    border-radius: 24px;
  }
  .eyecarePaper__footer {
    padding: 17px;
    text-align: center;
  }
  .eyecarePaper__relativeLabel {
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 10.5px;
    line-height: 14.5px;
    letter-spacing: 0px;
    color: #000000;
  }
  .eyecarePaper__relativeLink {
    display: inline-block;
    margin-top: 6px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #000000;
    text-decoration: underline;
  }
  .eyecarePapers__more {
    margin-top: 18px;
    text-align: center;
  }
  .eyecarePapers__moreBtn {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 27.5px;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .eyecarePapers__moreBtn ._more {
    display: none;
  }
  .eyecarePapers__moreBtn ._close {
    display: inline-block;
  }
  .eyecarePapers__moreBtn ._arrow {
    position: relative;
    display: inline-block;
    margin-left: 7px;
    width: 14px;
    height: 14px;
    transform: translateY(4px) rotate(-135deg);
  }
  .eyecarePapers__moreBtn ._arrow::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 3px;
    background-color: #000000;
    content: "";
  }
  .eyecarePapers__moreBtn ._arrow::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 3px;
    background-color: #000000;
    content: "";
  }
  .eyecarePapers__body.is-collapsed .eyecarePapers__listItem:nth-child(n + 4) {
    display: none;
  }
  .eyecarePapers__body.is-collapsed .eyecarePapers__moreBtn ._more {
    display: inline-block;
  }
  .eyecarePapers__body.is-collapsed .eyecarePapers__moreBtn ._close {
    display: none;
  }
  .eyecarePapers__body.is-collapsed .eyecarePapers__moreBtn ._arrow {
    transform: translateY(-4px) rotate(45deg);
  }
  .eyecareShops {
    margin: 0 calc(48 * 0.15625vw);
    padding: 20px 23px 26px;
    border: 1px solid #000000;
    border-radius: 15px;
  }
  .eyecareShops__message {
    padding: 0 10px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 14.5px;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
  }
  .eyecareShops__link {
    display: block;
    margin: 23px auto 0;
    padding: 15px 0;
    max-width: 223px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 19.5px;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background-color: #000000;
    border-radius: 40px;
  }
  .eyecareMore {
    display: flex;
    flex-direction: column;
  }
  .eyecareMore__title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
  }
  .eyecareMore__title::before,
  .eyecareMore__title::after {
    display: inline-block;
    margin-bottom: 1px;
    width: 2px;
    height: 22px;
    background-color: #000000;
    content: "";
  }
  .eyecareMore__title::before {
    margin-right: 13px;
    transform: rotate(-34deg);
  }
  .eyecareMore__title::after {
    margin-left: 13px;
    transform: rotate(34deg);
  }
  .eyecareMore__list {
    overflow-x: auto;
    display: flex;
    margin: 14px auto 0;
    padding: 10px 23px;
    max-width: 100%;
  }
  .eyecareMore__listItem:not(:first-child) {
    margin-left: 22px;
  }
  .eyecareMoreInfo {
    position: relative;
    padding: 18px;
    width: 215px;
    border: 1px solid #000000;
  }
  .eyecareMoreInfo::before {
    position: absolute;
    top: 2px;
    right: -3px;
    bottom: -3px;
    left: 2px;
    z-index: -1;
    background-color: #f0f1f3;
    content: "";
  }
  .eyecareMoreInfo__image {
    width: 100%;
    height: 90.5px;
    object-fit: cover;
  }
  .eyecareMoreInfo__title {
    margin-top: 14px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
  }
  .eyecareMoreInfo__link {
    display: block;
    margin-top: 14px;
    padding: 12px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: bold;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background-color: #000000;
    border-radius: 20px;
  }
  .eyecareProfileBlock {
    margin-bottom: 80px;
    width: 100%;
  }
  .eyecareNewestBlock {
    margin-bottom: 50px;
  }
  .eyecareSearchBlock {
    margin-bottom: 70px;
  }
  .eyecareMoreBlock {
    margin-bottom: 65px;
  }
}