@charset "UTF-8";

/* コンテンツ */
.contents_wrap {
  width: 100%;
  max-width: var(--maxWidth);
  display: flex;
  margin: 0 auto;
  padding: 32px 40px 40px;
}


/* レビュー
------------------------------------------------------------------------------------*/
.review_wrap {
  flex: 1;
  padding-bottom: 48px;
}

.review_h1 {
  background: linear-gradient(0deg, #ad8262 0px, #ad8262 2px, transparent 2px, transparent 5px,#ad8262 5px, #ad8262 7px) left bottom / 100% 7px no-repeat;
  --fs: 3rem;
  --fh: 3.8rem;
  color: #ad8262;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(4px + ((var(--fs) - var(--fh)) / 2)) 0 calc(-16px + ((var(--fs) - var(--fh)) / 2));
  padding-bottom: 14px;
}

.review_h2 {
  width: 100%;
  --fs: 2rem;
  --fh: 2.6rem;
  background: #e9d9c6;
  border-bottom: #ae815e solid 4px;
  font-size: var(--fs);
  font-weight: bold;
  text-align: center;
  text-indent: -1em;
  line-height: var(--fh);
  margin: calc(72px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / -2) + ((var(--fs) - var(--fh)) / 2));
  padding: 16px 16px 16px calc(1em + 16px);
  scroll-margin-top: 32px;
}

.review_h3 {
  --fs: 1.8rem;
  --fh: 2.2rem;
  border-top: #ead8c5 solid 1px;
  border-bottom: #ead8c5 solid 1px;
  color: #ad8262;
  font-size: var(--fs);
  font-weight: bold;
  text-align: center;
  line-height: var(--fh);
  margin: 72px 0 0;
  padding: 10px 0;
  scroll-margin-top: 24px;
}
.review_h3:first-of-type { margin-top: 32px; }

.review_p {
  --fs: 1.6rem;
  --fh: 2.8rem;
  font-size: var(--fs);
  text-align: center;
  line-height: var(--fh);
  margin: calc(16px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.review_display_sp { display: none; }

/* ヒーロー */
.review_hero {
  border-radius: 16px;
  display: block;
  overflow: hidden;
  margin-top: calc(20px + 48px);
}

/* 目次 */
.review_nav_wrap {
  width: 280px;
  border: #e9d9c6 dashed 2px;
  border-radius: 16px;
  position: relative;
  margin: 72px auto 0;
}

.review_nav_tit {
  background: #e9d9c6;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  top: calc((1.8rem + 12px) / -2);
  left: 50%;
  padding: 6px 20px;
  transform: translateX(-50%);
}

.review_nav_list_wrap {
  margin: calc((1.8rem + 12px) / -2) 0 0 24px;
  padding: 12px 32px 24px;
}

.review_nav_list {
  --fs: 1.6rem;
  --fh: 2.2rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(14px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

/* レンズスペック */
.review_spec {
  width: 78.6%;
  border-bottom: #ddd solid 1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 32px auto 0;
}

.review_spec dt {
  width: 176px;
  background: #f0f0f0;
  border-top: #ddd solid 1px;
  border-left: #ddd solid 1px;
  display: grid;
  place-items: center;
  padding: 12px 0;
}

.review_spec dd {
  width: calc(100% - 176px);
  border-top: #ddd solid 1px;
  border-left: #ddd solid 1px;
  border-right: #ddd solid 1px;
  line-height: 1.6rem;
  padding: 12px;
}

/* レンズ */
.review_lens_wrap {
  width: 440px;
  margin: 0 auto;
}
.review_lens_img { border-radius: 16px; }

/* スタッフ着画 */
.review_staffEye_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 24px;
}

.review_staffEye_img_txt {
  font-size: 1.2rem;
  text-shadow: -1px -1px 1px white, 1px -1px 1px white, -1px 1px 1px white, 1px 1px 1px white;
  letter-spacing: -0.04em;
  position: absolute;
  left: 6px;
  top: 4px;
}

.review_staffEye_small_wrap {
  width: 48.4%;
  position: relative;
}

.review_staffEye_img { border-radius: 12px; }
.review_staffEye_big_wrap { position: relative; }
.review_staffEye_big_wrap:last-of-type { margin-top: 20px; }

/* こんな人におすすめ */
.review_staffEvaluation_ul {
  list-style: none;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px 8px 0;
}

.review_staffEvaluation_ul li {
  text-indent: -1em;
  margin-top: 16px;
  padding-left: 1em;
}

.review_staffEvaluation_wrap {
  width: 248px;
  border: #e9d9c6 dashed 2px;
  border-radius: 16px;
  position: relative;
  margin: calc(12px + 40px) auto 0;
}

.review_staffEvaluation_tit {
  background: #e9d9c6;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  top: calc((1.6rem + 10px) / -2);
  left: 50%;
  padding: 5px 20px;
  transform: translateX(-50%);
}

.review_staffEvaluation_dl {
  width: 9em;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: calc((1.6rem + 10px) / -2) auto 0;
  padding: 12px 0px 24px;
}

.review_staffEvaluation_dl dt {
  width: 4em;
  margin-top: 12px;
}

.review_staffEvaluation_dl dd {
  width: 5em;
  margin-top: 12px;
}

.review_buy_txt {
  border-top: #ddd solid 1px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 48px;
  padding-top: 48px;
}

.review_buy {
  border-radius: 16px;
  display: block;
  overflow: hidden;
  margin-top: 20px;
}


/* サブメニュー
------------------------------------------------------------------------------------*/
.subMenu_wrap {
  width: 300px;
  background: #f0f0f0;
  margin-left: 40px;
  padding-top: 4px;
}

.subSearch_wrap {
  border-top: #999 solid 1px;
  margin-top: 32px;
}

.subMenu_tit {
  width: 100%;
  font-size: 2rem;
  margin: 24px 16px 0;
}

/* まとめ買い */
.matomeBuy_wrap { }

.matomeBuy_link1,
.matomeBuy_link2 {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  margin: 24px 30px 0;
}

.matomeBuy_img { border-radius: 12px; }

/* LENS SEARCH */
.subSearch_wrap {
  border-top: #999 solid 1px;
  margin-top: 32px;
}

.subSearch_inner_first,
.subSearch_inner,
.subSearch_inner_COLOR {
  background: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 5px) top left / 5px 1px repeat-x;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 4px 30px 0;
  padding-top: 14px;
}
.subSearch_inner_first { background: none; }

.subSearch_btn,
.subSearch_btnDIA,
.subSearch_btnGDIA,
.subSearch_btnBC {
  width: 114px;
  height: 36px;
  background-color: #fafafa;
  border: #474747 solid 1px;
  border-radius: 8px;
  color: #222;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 10px;
}

.subSearch_btnDIA,
.subSearch_btnGDIA,
.subSearch_btnBC {
  height: 52px;
}

.subSearch_btn_link {
  height: 100%;
  color: #222;
  display: grid;
  place-items: center;
}

.subSearch_btnDIA_link,
.subSearch_btnGDIA_link,
.subSearch_btnBC_link {
  height: 100%;
  color: #222;
  display: block;
}

.subSearch_btn_link:hover,
.subSearch_btnDIA_link:hover,
.subSearch_btnGDIA_link:hover,
.subSearch_btnBC_link:hover {
  text-decoration: none;
}

.subSearch_btnDIA_name,
.subSearch_btnGDIA_name,
.subSearch_btnBC_name {
  height: 17px;
  background: #474747;
  border-radius: 3px 3px 0 0;
  color: #fff;
  font-size: 1.3rem;
  display: grid;
  place-items: center;
  margin-bottom: 9px;
}

.subSearch_btnCOLOR {
  width: 62px;
  height: 94px;
  font-size: 1.4rem;
  text-align: center;
}

.subSearch_btnCOLOR_link {
  color: #222;
  display: block;
}
.subSearch_btnCOLOR_link:hover { text-decoration: none; }

.subSearch_btnCOLOR_icon {
  width: 90%;
  margin: 0 auto 4px;
}

.subSearch_btnCOLOR_txtS {
  letter-spacing: -0.04em;
  white-space: nowrap;
  transform: scaleX(0.9);
  display: block;
  margin: 0 -10px;
}

.subSearch_btn_txtS {
  letter-spacing: -0.03em;
  white-space: nowrap;
  transform: scaleX(0.8);
  display: block;
  margin: 0 -10px;
}