@charset "UTF-8";
/**
 * 指定サイズの%比率を算出する
 */
/*----------------------------------------
  browser default value
----------------------------------------*/
/*----------------------------------------
  base
----------------------------------------*/
/*----------------------------------------
  z-index
----------------------------------------*/
/*----------------------------------------
  color
----------------------------------------*/
/*----------------------------------------
  font weight
----------------------------------------*/
/*----------------------------------------
  opacity
----------------------------------------*/
/*----------------------------------------
  size
----------------------------------------*/
/*----------------------------------------
  transition
----------------------------------------*/
/*----------------------------------------*
  search
-----------------------------------------*/
.search-nav {
  background-color: #123164;
  padding: 30px;
}

.search-nav__list {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.search-nav__btn {
  width: calc((100% - 20px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  background-color: #fff;
  border-radius: 72px;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  color: #123164;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  position: relative;
}

.search-nav__btn::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/ico-tab_arrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 25px;
}

.search-block {
  background-color: #f1f4f7;
  padding: 90px 0;
}

.search-block + .search-block {
  border-top: 1px solid #c4c4c4;
}

.search-block__prefix {
  margin-top: 27px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.search-result {
  display: none;
  margin-top: 50px;
}
.search-result.-show {
  display: block;
}

.search-result__heading {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.search-result__heading-prefix {
  font-size: 1.6rem;
  font-weight: 500;
}

.search-result__heading-button {
  width: 280px;
  margin-left: 40px;
}

.search-result__total {
  font-size: 2.2rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

.search-result__total .number {
  font-size: 3.8rem;
  font-weight: 400;
  color: #01307c;
  margin-right: 4px;
  font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, sans-serif;
}

.search-result_heading-prefix.-no-result-txt {
  display: none;
}

.-no-result .search-result_heading-prefix {
  display: none;
}
.-no-result .search-result_heading-prefix.-no-result-txt {
  display: block;
}
.-no-result .search-result__heading-button {
  display: none;
}
.-no-result .search-result__compare {
  display: none;
}

.search-result__text {
  flex: 1;
}

.search-result__compare {
  margin-top: 30px;
  display: flex;
  align-items: start;
}
.conditions-search__clear {
  margin-right: 12%;
  height: 72px;
}

.conditions-search__compare {
  max-width: 380px;
  width: 100%;
}

.condition-search {
  width: 100%;
  margin-top: 40px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 3px solid #eaebea;
  padding-top: 40px;
}

.condition-search .category {
  width: 92.55533%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  display: flex;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.condition-search .category:not(:last-child) {
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.condition-search .category__title {
  width: 180px;
  margin-right: 4.34783%;
  font-weight: 700;
}

.condition-search .product-group {
  flex: 1;
}

.condition-search .product-title {
  font-weight: bold;
  margin-bottom: 15px;
}

.condition-search .product-title:not(:nth-of-type(1)) {
  margin-top: 20px;
}

.condition-search .checkbox-group,
.condition-search .radio-group {
  display: flex;
  flex-wrap: wrap;
}

.condition-search .label {
  width: calc(100% / 3);
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.condition-search .label:not(:nth-child(-n+3)) {
  margin-top: 15px;
}

.condition-search__actions {
  background-color: #333;
  padding: 30px 4%;
  border-radius: 0 0 8px 8px;
  display: flex;
  align-items: center;
}

.condition-search__clear {
  margin-right: 9.23913%;
}

.condition-search__button {
  width: 380px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 72px;
  cursor: pointer;
  position: relative;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.condition-search .search-icon {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/ico-condition_search_btn.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 25px;
}

.condition-search input[type="checkbox"],
.condition-search input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 25px;
  height: 25px;
  border: 2px solid #bababa;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.condition-search input[type="checkbox"] {
  border-radius: 4px;
}

.condition-search input[type="radio"] {
  border-radius: 50%;
}

.condition-search input[type="checkbox"]:hover,
.condition-search input[type="radio"]:hover {
  border-color: #123165;
}

.condition-search input[type="checkbox"]:checked {
  background-color: #123165;
  border-color: #123165;
}

.condition-search input[type="radio"]:checked {
  border-color: #123165;
  background-color: white;
}

.condition-search input[type="checkbox"]::after,
.condition-search input[type="radio"]::after {
  content: '';
  position: absolute;
  display: none;
}

.condition-search input[type="checkbox"]::after {
  left: 6px;
  top: 2px;
  width: 10px;
  height: 14px;
  border: solid #bababa;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.condition-search input[type="radio"]::after {
  top: 4px;
  left: 4px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #bababa;
}

.condition-search input[type="checkbox"]:hover::after,
.condition-search input[type="radio"]:hover::after {
  display: block;
}

.condition-search input[type="checkbox"]:checked::after,
.condition-search input[type="radio"]:checked::after {
  display: block;
}

.condition-search input[type="checkbox"]:checked::after {
  border-color: #fff;
}

.condition-search input[type="radio"]:checked::after {
  background: #123165;
}

.compare-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  background-color: #123164;
  border-radius: 72px;
  color: #fff;
  position: relative;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.compare-button::before, .compare-button::after {
  content: '';
  display: block;
  position: absolute;
}

.compare-button::before {
  width: 25px;
  height: 25px;
  background: url(../img/ico-compare_btn_check.svg) no-repeat center center;
  background-size: contain;
  left: 25px;
}

.compare-button.-fixed-window__btn .compare-button::before {
  width: 18px;
  height: 18px;
}

.compare-button::after {
  width: 22px;
  height: 22px;
  background: url(../img/ico-compare_btn_arrow.svg) no-repeat center center;
  background-size: contain;
  right: 25px;
}

.compare-button__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.33333;
  letter-spacing: 0.1em;
}

.compare-button__text .o-small {
  font-size: 1.4rem;
}

.map-card {
  display: flex;
  flex-direction: column;
}

.map-card__wrapper {
  display: block;
  height: 47px;
  position: relative;
}

.map-card__inner {
  width: -webkit-fit-content;
  width: fit-content;
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  position: relative;
  z-index: 1;
}

.map-card.-full .map-card__inner:has(.map-checkbox:checked) {
  outline: 2px solid #005bac;
  background-color: #ecf4fc;
}

.map-card.-apsc .map-card__inner:has(.map-checkbox:checked) {
  outline: 2px solid #1fa893;
  background-color: #ecf4fc;
}

.map-card__label {
  padding: 0 6px 0 10px;
  display: flex;
  align-items: center;
  height: 30px;
  position: relative;
}

.map-card__label::before {
  content: '';
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
}

.map-card.-full .map-card__label::before {
  background-color: #005bac;
}

.map-card.-apsc .map-card__label::before {
  background-color: #1fa893;
}

.map-card__pic {
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
}

.map-card__text {
  font-size: 1.3rem;
}

.map-card input[type="checkbox"] {
  margin-right: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #bababa;
  border-radius: 5px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.map-card input[type="checkbox"]::after {
  content: '';
  position: absolute;
  display: none;
  left: 5.5px;
  top: 1.5px;
  width: 6px;
  height: 10px;
  border: solid #bababa;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.map-card input[type="checkbox"]:checked {
  background-color: #123165;
  border-color: #123165;
}

.map-card input[type="checkbox"]:checked::after {
  display: block;
  border-color: #fff;
}

.map-bar {
  margin-top: 5px;
  display: inline-block;
  height: 12px;
  border-radius: 2px;
  position: relative;
  z-index: 0;
}

.map-bar::before {
  content: '';
  display: block;
  width: 4px;
  height: 15px;
  background: url(../img/ico-pin.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 2.5px;
  transform: translateY(-7px);
}

.-full .map-bar {
  background-color: #005bac;
}

.-apsc .map-bar {
  background-color: #1fa893;
}

.alert-message {
  margin-top: 10px;
  text-align: center;
  transition: opacity .3s ease;
}
.alert-message.-hidden {
  opacity: 0;
  pointer-events: none;
}

.alert-message__text {
  display: inline-flex;
  align-items: center;
  color: #b82525;
  font-size: 1.4rem;
  font-weight: 700;
}

.alert-message__text::before {
  content: '';
  display: block;
  width: 20px;
  height: 18px;
  background: url(../img/ico-alert.svg) no-repeat center center;
  background-size: contain;
  margin-right: 2px;
}

.product-detail__anchor {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.product-detail__anchor-text {
  flex: 1;
  font-size: 1.5rem;
}

.product-detail__anchor-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #123164;
  border-radius: 100%;
  margin-left: 5px;
  position: relative;
}

.product-detail__anchor-icon::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  vertical-align: middle;
  border-width: 1px;
  position: absolute;
  right: calc(50% - 2px);
}

.lens-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 9px;
  border: 1px solid;
  border-radius: 11px;
  background-color: #fff;
}

.lens-label.o-orange {
  border: 1px solid #ff6c00;
}

.lens-label.o-green {
  border: 1px solid #00815c;
}

.lens-label.o-red {
  border: 1px solid #cc0000;
}

.lens-label.o-yellow {
  border: 1px solid #e8ad27;
}

.result-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.result-list__item {
  width: calc((100% - 40px) / 3);
}

.result-list__detail {
  margin-top: 10px;
  text-align: right;
}

.result-card {
  background-color: #fff;
  padding: 10px 0 25px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.result-card:hover {
  outline: 1px solid #005bac;
}

.result-card__heading {
  margin: 0 10px 8px;
  display: flex;
  justify-content: space-between;
}

.result-card__heading .tag__size {
  display: inline-flex;
  align-items: center;
  height: 22px;
  font-size: 1.4rem;
  background-color: #efefef;
  padding: 0 10px;
}

.result-card__heading:has(.result-checkbox:checked) .tag__size {
  background-color: #fff;
}

.result-card__content {
  display: flex;
  align-items: center;
}

.result-card__image {
  width: 34.375%;
  aspect-ratio: 1;
}

.result-card .result-checkbox__wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.result-card .result-checkbox {
  display: none;
}

.result-card .result-checkbox__mark {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid #BABABA;
  border-radius: 5px;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.result-card .result-checkbox__text {
  font-size: 1.4rem;
  color: #01307c;
  line-height: 1.42857;
  transition: all 0.3s ease;
}

.result-card:hover .result-checkbox__mark::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 3px;
  width: 7px;
  height: 12px;
  border: solid #123164;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.result-card .result-checkbox:checked + .result-checkbox__mark {
  background-color: #123164;
  border-color: #123164;
}

.result-card .result-checkbox:checked + .result-checkbox__mark::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 3px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.result-card:has(.result-checkbox:checked) {
  outline: 2px solid #123164;
  background-color: #ecf4fc;
}

.result-lens-box {
  flex: 1;
  margin-right: 10px;
}

.result-lens-box__title {
  font-size: 1.7rem;
  line-height: 1.47059;
  letter-spacing: 0.05em;
}

.result-lens-box__title .o-strong {
  font-weight: 700;
}

.result-lens-box__name {
  font-size: 1.5rem;
}

.result-lens-box__labels {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.compare-table {
  max-width: 1044px;
  margin: 0 auto;
}

.product-row {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  gap: 5px;
}

.product-row__cell {
  width: calc((100% - 10px) / 3);
}

.product-row__cell .inner {
  width: 87.2093%;
  margin: 0 auto;
}

.compare-section__header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  background-color: #f0f0f0;
}

.compare-section__header-text {
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.compare-section__note {
  padding-bottom: 15px;
  text-align: center;
}

.compare-row {
  width: 100%;
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.compare-row.align-start {
  align-items: self-start;
}

.compare-row__cell {
  display: block;
  width: calc((100% - 10px) / 3);
}

.compare-row__cell .inner {
  width: 87.2093%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.compare-row__cell .text {
  font-size: 1.5rem;
  color: #2c2c2c;
  line-height: 1.6;
}

.lens-info__image {
  width: 70%;
  margin: 0 auto 15px;
  aspect-ratio: 1;
}

.lens-info__model {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lens-info__model-text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.lens-info__model .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 22px;
  font-size: 1.4rem;
  background-color: #f0f0f0;
}

.lens-info__name {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.45;
}

.lens-info__labels {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.lens-info__link {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}

.lens-info__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  text-decoration: none;
  background-color: #000;
  border-radius: 60px;
  color: #fff;
}

.lens-info__button-text {
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}

.lens-info__button-text::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/ico-cart.svg) no-repeat center center;
  background-color: cover;
  margin-right: 6px;
}

.lens-appearance-slider {
  position: relative;
  /* stylelint-disable */
  /* stylelint-enable */
}

.lens-appearance-slider__container {
  padding-bottom: 0;
  position: relative;
}

.lens-appearance-slider__link {
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.lens-appearance-slider__main {
  width: 87.2093%;
  margin: 0 auto;
}
.lens-appearance-slider__main-image {
  aspect-ratio: 3 / 2;
}

.lens-appearance-slider__main-caption {
  padding-top: 10px;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.lens-appearance-slider .swiper-pagination-bullets {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.lens-appearance-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.lens-appearance-slider .swiper-pagination-fraction,
.lens-appearance-slider .swiper-pagination-custom,
.lens-appearance-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.lens-appearance-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  outline: 1px solid #000;
  outline-offset: -1px;
  opacity: 1;
  border-radius: 10px;
}

.lens-appearance-slider .swiper-pagination-bullet-active {
  background-color: #000;
}

.lens-appearance-slider__button {
  width: 100%;
  height: 40px;
  position: absolute;
  top: calc(50% - 40px);
}

.lens-appearance-slider__button-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.lens-appearance-slider__button-prev, .lens-appearance-slider__button-next {
  width: 6.39535%;
  padding-top: 11.62791%;
  margin-top: 0;
  background: url(../img/btn-ex_slide_arrow.svg) no-repeat center center;
  background-size: contain;
  top: 0;
  z-index: 20;
}

.lens-appearance-slider__button-prev {
  left: 0;
}

.lens-appearance-slider__button-next {
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}

.compare-image-modal {
  border: 1px solid #c4c4c4;
}

.compare-image-modal__anchor {
  display: block;
  position: relative;
  aspect-ratio: 900 / 650;
}
[data-cell="MTF"] .compare-image-modal__anchor {
  aspect-ratio: 900 / 570;
}

.compare-image-modal__anchor::before {
  content: '';
  display: block;
  width: 15%;
  padding-top: 15%;
  background: url(../img/ico-btn_zoom.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.ex-slider {
  position: relative;
  /* stylelint-disable */
  /* stylelint-enable */
}

.ex-slider__container {
  padding-bottom: 0;
  position: relative;
}

.ex-slider__link {
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.ex-slider__main {
  width: 87.2093%;
  margin: 0 auto;
}

.ex-slider__main-image {
  margin: 0;
  position: relative;
  aspect-ratio: 3 / 2;
}

.ex-slider__main-image::before {
  content: '';
  display: block;
  width: 15%;
  padding-top: 15%;
  background: url(../img/ico-btn_zoom.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.ex-slider__main-caption {
  padding-top: 10px;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.ex-slider .swiper-pagination-bullets {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ex-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.ex-slider .swiper-pagination-fraction,
.ex-slider .swiper-pagination-custom,
.ex-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.ex-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  outline: 1px solid #000;
  outline-offset: -1px;
  opacity: 1;
  border-radius: 10px;
}

.ex-slider .swiper-pagination-bullet-active {
  background-color: #000;
}

.ex-slider__button {
  width: 100%;
  height: 40px;
  position: absolute;
  top: calc(50% - 65px);
}

.ex-slider__button-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.ex-slider__button-prev, .ex-slider__button-next {
  width: 6.39535%;
  padding-top: 11.62791%;
  margin-top: 0;
  background: url(../img/btn-ex_slide_arrow.svg) no-repeat center center;
  background-size: contain;
  top: 0;
  z-index: 20;
}

.ex-slider__button-prev {
  left: 0;
}

.ex-slider__button-next {
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}

.modal.o-show .ex-slider__main {
  width: 90%;
}

.modal.o-show .ex-slider__main-image::before {
  content: none;
}

.modal.o-show .ex-slider__main-caption {
  padding: 10px 18px;
  background-color: #fff;
  font-size: 1.5rem;
}

.modal.o-show .ex-slider__button {
  height: 88px;
  top: calc(50% - 88px);
}

.modal.o-show .ex-slider__button-prev, .modal.o-show .ex-slider__button-next {
  width: 5%;
  padding-top: 8.8%;
}

.modal.o-show .ex-slider__slide {
  padding-bottom: 50px;
}

.modal.o-show .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.modal.o-show .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  outline: 1px solid #fff;
  outline-offset: -1px;
  opacity: 1;
  border-radius: 10px;
}

.modal.o-show .swiper-pagination-bullet-active {
  background-color: #fff;
}

.related-articles {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.related-articles__item {
  display: flex;
  align-items: center;
}

.related-articles__image {
  width: 100px;
  height: 100px;
  margin-right: 12px;
}

.related-articles__text {
  flex: 1;
  text-align: left;
  max-height: 100px;
  overflow-y: hidden;
}

.related-articles__anchor {
  display: block;
  height: 100%;
  color: #01307c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.related-articles__anchor-text {
  font-size: 1.5rem;
}

.sticky-button {
  width: 161px;
  position: fixed;
  right: 20px;
  bottom: 0;
  opacity: 0;
  z-index: 1000;
}

.sticky-button.o-sticky {
  transition: opacity 0.5s;
  opacity: 1;
}

.sticky-button__anchor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #fff;
  border-bottom: none;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.sticky-button__text {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.sticky-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 100%;
  margin-left: 6px;
  position: relative;
}

.sticky-button__icon::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  vertical-align: middle;
  border-width: 1px;
  border-color: #01307c;
  transform: rotate(-135deg);
  margin-top: 1px;
}

.fixed-window {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  padding-bottom: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 1000;
}
.isSearchPosition .search-fixed-window.-visible {
  opacity: 1;
  pointer-events: auto;
}
.isComparePosition .compare-fixed-window.-visible {
  opacity: 1;
  pointer-events: auto;
}


.search-selected-lenses {
  position: relative;
}

.search-selected-lenses__title {
  margin-bottom: 15px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f4f7;
  font-size: 1.8rem;
  font-weight: 700;
  color: #01307c;
}

.search-selected-lenses__btn {
  width: 240px;
  height: 32px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.search-selected-lenses__btn-wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
}

.search-selected-lenses__btn::before, .search-selected-lenses__btn::after {
  width: 18px;
  height: 18px;
}

.search-selected-lenses__btn::before {
  left: 10px;
}

.search-selected-lenses__btn::after {
  right: 10px;
}

.search-selected-lenses__btn .compare-button__text {
  font-size: 1.4rem;
}

.search-selected-lenses .alert-message {
  margin: 0 5px 0 0;
  line-height: 1;
}

.search-selected-lenses .alert-message__text {
  font-size: 1.2rem;
}

.search-selected-lenses .alert-message__text::before {
  width: 16px;
  height: 16px;
}

.search-selected-lenses__content {
  max-width: 1000px;
  margin: 0 auto;
}

.search-lens {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.search-lens-box {
  width: calc((100% - 52px) / 3);
  display: flex;
}

.search-lens-box__inner {
  flex: 1;
  display: inline-flex;
  align-items: center;
}

.search-lens-box__image {
  width: 70px;
}

.search-lens-box__text {
  flex: 1;
}

.search-lens input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 25px;
  height: 25px;
  border: 2px solid #bababa;
  border-radius: 4px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-lens input[type="checkbox"]:hover {
  border-color: #123165;
}

.search-lens input[type="checkbox"]:checked {
  background-color: #123165;
  border-color: #123165;
}

.search-lens input[type="checkbox"]::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 10px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.3s ease;
}

.search-lens input[type="checkbox"]:hover::after {
  display: block;
}

.search-lens input[type="checkbox"]:checked::after {
  opacity: 1;
}

.compare-selected-lenses__title {
  margin-bottom: 15px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f4f7;
  font-size: 1.8rem;
  font-weight: 700;
  color: #01307c;
}

.compare-selected-lenses__title-note {
  display: inline-flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 400;
  color: #000;
}

.compare-selected-lenses__title-note .icon-sort {
  width: 15px;
  border-radius: 2px;
  background-color: #fff;
}

.compare-selected-lenses__content {
  max-width: 1050px;
  margin: 0 auto;
}

.compare-selected-lenses .icon-sort {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  user-select: none;
}
.compare-selected-lenses .icon-sort:active {
  cursor: grabbing;
}

.compare-lens {
  display: flex;
  flex-wrap: wrap;
  border-collapse: collapse;
}

.compare-lens-box.sortable-chosen {
  background-color: #f9f9f9;
  opacity: 0.8;
  transform: scale(0.98);
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.compare-lens-box.sortable-ghost {
  opacity: 0.3;
  background-color: transparent;
}

.compare-lens-box {
  width: calc(100% / 3);
  padding: 10px 24px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

.compare-lens-box__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.compare-lens-box .icon-sort {
  width: 25px;
  border-radius: 5px;
  background-color: #efefef;
}

.compare-lens-box .product-info {
  display: flex;
  align-items: center;
  height: 90px;
}

.compare-lens-box .product-info__pics {
  width: 29.09091%;
}

.compare-lens-box .product-info__content {
  flex: 1;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.compare-lens-box .product-info__text {
  display: block;
  margin-bottom: auto;
}

.compare-lens-box .product-info__model {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

.compare-lens-box .product-info__name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.28571;
}

.compare-lens-box .product-info__link {
  margin-top: auto;
}

.compare-lens-box .product-info__button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background-color: #000;
  height: 28px;
  border-radius: 16px;
}

.compare-lens-box .product-info__button-text {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
}

.compare-lens-box .product-info__button-text::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/ico-cart.svg) no-repeat center center;
  background-size: contain;
  margin-right: 4px;
}

.modal-alert {
  width: 480px;
  background-color: #fff;
  border-radius: 5px;
  padding: 40px 20px;
}

.modal-alert__content {
  display: flex;
  align-items: center;
}

.modal-alert__message {
  flex: 1;
  text-align: left;
}

.modal-alert__message .alert-message__text {
  font-size: 1.6rem;
}

.modal-alert__message .alert-message__text::before {
  width: 27px;
  height: 25px;
}

.modal-alert__close {
  width: 80px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #b82525;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.auto-width {
  width: 100%;
  height: auto;
}

.auto-height {
  height: 100%;
  width: auto;
}

.section-content {
  max-width: 1000px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-family: 'Hiragino Kaku Gothic StdN', 'Noto Sans JP';
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.anchor--opacity {
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.note-text {
  font-size: 1.2rem;
  color: #808080;
}

/*----------------------------------------*
  header
-----------------------------------------*/
.header {
  padding-bottom: 80px;
  background: linear-gradient(-135deg, #d0dae8 0%, #fff 40%, #fff 60%, #adbcd1 100%);
}

.header__title {
  margin-bottom: 80px;
  position: relative;
}

.header__text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.22222;
  color: #212121;
  letter-spacing: 0.05em;
}

.header__text .o-color {
  color: #01307c;
}

.header__text .o-marker {
  background-color: #123164;
  color: #fff;
  font-weight: 700;
  padding: 0 0.2em;
}

.header__logo {
  display: block;
  width: 18.57143%;
  padding-top: 5.71429%;
  position: absolute;
  top: 30.67275%;
  left: 58.21429%;
}

.header-banner {
  max-width: 800px;
  margin: 50px auto 0;
}

/* -------------------------------
  map
------------------------------- */
.map-search__actions {
  margin-top: 40px;
  display: flex;
  align-items: start;
}

.map-search__clear {
  margin-right: 12%;
  height: 72px;
}

.map-search__compare {
  max-width: 380px;
  width: 100%;
}

.map-area {
  width: 100%;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow-x: auto;
}

.map-area__inner {
  width: 1000px;
  position: relative;
}

.map-table {
  height: 540px;
  border-collapse: collapse;
  overflow-y: auto;
  background: url(../img/bg-map.png) #fff repeat-y 0 0;
  background-size: initial;
}

.map-table__head {
  width: 100%;
  border-bottom: 3px solid #eaebea;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 10;
}

.map-table__body {
  margin-top: -1px;
  display: block;
  height: 480px;
  overflow-y: scroll;
}

.map-table__td {
  width: 866px;
  border-left: 3px solid #eaebea;
  border-top: 1px solid #eaebea;
  padding: 10px 0;
  /* min-height: 173px; */
}

.map-table__td .cell-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
  /* min-height: 173px; */
}

.map-table__th {
  width: 68px;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 10px;
  border-left: 1px solid #eaebea;
  border-bottom: 1px solid #eaebea;
  text-align: center;
  vertical-align: middle;
}

.map-table__th.-row {
  width: 65px;
  border: none;
  vertical-align: top;
  padding-top: 120px;
}

.map-table__th.-merge {
  width: 131px;
  border-top: 1px solid #eaebea;
  border-bottom: none;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}

.search-clear {
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  opacity: 0;
  pointer-events: none;
}
.search-clear.-show {
  opacity: 1;
  pointer-events: auto;
}

.o-white .search-clear__text {
  border-bottom: 1px solid #fff;
}

.o-black .search-clear__text {
  border-bottom: 1px solid #000;
}

.search-clear.o-white {
  color: #fff;
}

.search-clear.o-white .close-icon::before,
.search-clear.o-white .close-icon::after {
  background-color: #fff;
}

.search-clear.o-black {
  color: #000;
}

.search-clear.o-black .close-icon::before,
.search-clear.o-black .close-icon::after {
  background-color: #000;
}

.search-clear .close-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  position: relative;
  transform: rotate(135deg);
}

.search-clear .close-icon::before, .search-clear .close-icon::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
}

.search-clear .close-icon::after {
  transform: rotate(90deg);
}

/*----------------------------------------*
  product-compare
-----------------------------------------*/
.product-compare {
  display: none;
  padding-top: 100px;
}
.product-compare.-show {
  display: block;
}

.product-compare__title {
  margin-bottom: 40px;
}

.product-compare__note {
  text-align: center;
  padding-top: 15px;
  border-top: 1px solid #c4c4c4;
}

.total-box {
  border: 1px solid #dfe2e6;
  padding: 15px;
  display: flex;
  align-items: center;
}

.total-box__wrapper {
  margin-bottom: 20px;
}

.total-box__inner {
  width: 50%;
  padding: 8px 0;
  text-align: center;
}

.total-box__inner:not(:last-child) {
  border-right: 1px solid #dfe2e6;
}

.total-box__detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
}

.total-box__detail::before {
  content: '';
  display: block;
  margin-right: 10px;
}

.total-box__detail.-price::before {
  width: 40px;
  height: 40px;
  background: url(../img/ico-price.svg) no-repeat center center;
  background-size: contain;
}

.total-box__detail.-weight::before {
  width: 42px;
  height: 42px;
  background: url(../img/ico-weight.svg) no-repeat center center;
  background-size: contain;
}

.total-box__detail .o-small {
  margin-top: 5px;
  font-size: 1.3rem;
}

.total-box__detail .number {
  margin-bottom: 5px;
  font-size: 4.2rem;
  font-weight: 400;
  color: #01307c;
  font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, sans-serif;
  line-height: 1;
}

.total-box__detail .unit {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, sans-serif;
  line-height: 1;
}

.total-box__note {
  margin-top: 10px;
  text-align: center;
  font-size: 1.2rem;
  color: #808080;
  line-height: 1.5;
}

/* -------------------------------
  modal
------------------------------- */
.modal-content {
  max-width: 1000px;
}

.modal-content__close {
  width: 30px;
  height: 30px;
  margin: 0 0 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}

.modal-content__close.-swiper {
  margin-right: 50px;
}

.modal-content__close::before, .modal-content__close::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
}

.modal-content__close::before {
  transform: rotate(-45deg);
}

.modal-content__close::after {
  transform: rotate(45deg);
}

.modal-swiper {
  width: 100%;
}

/* scroll hint */
.high-z-index {
  z-index: 1000;
}

.map-scroll-hint::before {
  width: 42px;
  height: 42px;
  background-image: url(../img/ico-map_scroll_hint.svg);
  animation: none;
  margin-bottom: 8px;
}

.map-scroll-hint::after {
  display: none;
}

.scroll-hint-icon-wrap {
  transition: opacity 0.5s ease;
}

.scroll-hint-fadeout {
  opacity: 0;
}

.compare-scroll-hint {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
}

@media (hover: hover) and (pointer: fine) {
  .search-nav__btn:hover {
    transform: translateY(5px);
    opacity: 0.7;
  }
  .condition-search__button:hover {
    transform: scale(1.05);
  }
  .compare-button:hover {
    transform: scale(1.05);
  }
  .map-card.-full .map-card__inner:hover {
    outline: 1px solid #005bac;
  }
  .map-card.-apsc .map-card__inner:hover {
    outline: 1px solid #1fa893;
  }
  .map-card input[type="checkbox"]:hover {
    border-color: #123165;
  }
  .map-card input[type="checkbox"]:hover::after {
    display: block;
  }
  .product-detail__anchor:hover {
    opacity: 0.7;
  }
  .lens-appearance-slider__link:hover {
    opacity: 0.7;
  }
  .lens-appearance-slider__button-prev:hover, .lens-appearance-slider__button-next:hover {
    opacity: 0.7;
  }
  .ex-slider__link:hover {
    opacity: 0.7;
  }
  .ex-slider__button-prev:hover, .ex-slider__button-next:hover {
    opacity: 0.7;
  }
  .related-articles__anchor:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .search-selected-lenses__btn:hover {
    transform: scale(1);
    opacity: 0.7;
  }
  .modal-alert__close:hover {
    opacity: 0.7;
  }
  .anchor--opacity:hover {
    opacity: 0.7;
  }
  .search-clear:hover {
    opacity: 0.7;
  }
  .search-clear__text:hover {
    border-bottom: 1px solid transparent;
  }
  .modal-content__close:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .search-block__title {
    font-size: 46px;
    font-size: 3.28571vw;
  }
  .section {
    padding-left: 4%;
    padding-right: 4%;
  }
  .section-content {
    max-width: 92%;
    margin-left: 4%;
    margin-right: 4%;
  }
  .header__text {
    font-size: 1.6rem;
  }
  .header-banner {
    max-width: 92%;
    margin-left: 4%;
    margin-right: 4%;
  }
  .map-search__actions {
    flex-direction: column-reverse;
  }
  .map-search__clear {
    margin-right: 0;
    margin-top: 20px;
  }
  .total-box__detail {
    font-size: 1.8rem;
  }
  .total-box__detail::before {
    margin-right: 6px;
  }
  .total-box__detail.-price::before, .total-box__detail.-weight::before {
    width: 26px;
    height: 26px;
  }
  .total-box__detail .o-small {
    font-size: 1.0rem;
  }
  .total-box__detail .number {
    font-size: 3.2rem;
  }
  .total-box__detail .unit {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 979px) and (min-width: 768px) {
  .condition-search .checkbox-group .label {
    width: calc(100% / 2);
  }
  .condition-search .checkbox-group .label:not(:nth-child(-n+3)) {
    margin-top: 0;
  }
  .condition-search .checkbox-group .label:not(:nth-child(-n+2)) {
    margin-top: 15px;
  }
  .condition-search__actions {
    flex-direction: column-reverse;
  }
  .condition-search__clear {
    margin-right: 0;
    margin-top: 20px;
  }
  .product-detail__anchor {
    font-size: 1.4rem;
  }
  .result-list {
    gap: 20px 10px;
  }
  .result-list__item {
    width: calc((100% - 20px) / 3);
  }
  .result-card__heading .tag__size {
    font-size: 1.2rem;
  }
  .result-card .result-checkbox__text {
    font-size: 1.2rem;
  }
  .result-lens-box__title {
    font-size: 1.5rem;
  }
  .result-lens-box__name {
    font-size: 1.2rem;
  }
  .result-lens-box__labels .label {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .sticky-button {
    right: 0;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .fixed-window {
    padding-bottom: 0;
  }
  .search-selected-lenses__btn {
    width: 100%;
    height: 45px;
    border-radius: 0;
  }
  .search-selected-lenses__btn-wrapper {
    max-width: 100%;
    position: relative;
    display: block;
  }
  .search-selected-lenses__btn::before {
    content: none;
  }
  .search-selected-lenses__btn .compare-button__text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .search-selected-lenses__btn .compare-button__text::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/ico-compare_btn_check.svg) no-repeat center center;
    background-size: contain;
    margin-right: 9px;
  }
  .search-selected-lenses .alert-message {
    margin: 5px 0 0;
    padding-bottom: 10px;
  }
  .search-selected-lenses__inner {
    width: 100%;
  }
  .search-selected-lenses__content {
    margin: 0 15px 15px;
  }
}


.compare-button-notes {
  text-align: center;
  margin-top: 40px;
  margin-bottom: -20px;
  font-weight: 700;
  font-size: 1.5rem;
}
.compare-button-notes br {
  display: none;
}

/*
.has_img_loading {
  position: relative;
}
.has_img_loading img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.has_img_loading img[data-loaded] {
  opacity: 1;
  transition: opacity .2s;
}
.has_img_loading:not(:has(img[data-loaded]))::after {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  padding: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #aaa;
  --_m:
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}
*/