@charset "UTF-8";

/* コンテンツ */
.contents_wrap {
  width: 100%;
  max-width: var(--maxWidth);
  display: flex;
  margin: 0 auto;
  padding: 32px 40px 40px;
}


/* レポ
------------------------------------------------------------------------------------*/
/* 共通 */
.repo_h1 {
  background: linear-gradient(0deg, #ea6b88 0px, #ea6b88 2px, transparent 2px, transparent 5px,#ea6b88 5px, #ea6b88 7px) left bottom / 100% 7px no-repeat;
  --fs: 3rem;
  --fh: 3.8rem;
  color: #ea6b88;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(4px + ((var(--fs) - var(--fh)) / 2)) 0 calc(4px + ((var(--fs) - var(--fh)) / 2));
  padding-bottom: 14px;
}

.repo_h2 {
  background: repeating-linear-gradient(135deg, #fbc5ca, #fbc5ca 4px, #fff 4px, #fff 10px) center bottom / auto 0.7em no-repeat;
  font-size: 2.6rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  left: 50%;
  margin-top: 80px;
  padding: 0 24px 6px;
  transform: translateX(-50%);
}
.repo_h2::first-letter {
  color: #ea6b88;
  font-size: 3.6rem;
  margin-right: -1px;
}

.repo_h3 {
  color: #ea6b88;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
}
.repo_staffEye_video + .repo_h3 { margin-top: 56px; }

.repo_period {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 32px 0 -12px;
}
.repo_spec + .repo_period { margin-top: 40px; }

.repo_display_sp { display: none; }

.repo_p {
  --fs: 1.6rem;
  --fh: 2.8rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(32px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}
.repo_p + .repo_p { padding-top: 8px; }

.repo_staffEye_p + .repo_p {
  --fs: 1.4rem;
  --fh: 2.4rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(48px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.repo_singleWord {
  --fs: 1.6rem;
  --fh: 2rem;
  font-size: var(--fs);
  text-align: center;
  line-height: var(--fh);
  margin: calc(12px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.repo_highLight {
  background: linear-gradient(transparent 65%, rgba(255, 252, 107, 0.69) 35%);
}

/* 日付 */
.repo_time {
  background: url(/images/pc/content/free/free_cmn/time_icon_pc.svg)  left center / 12px 12px no-repeat;
  color: #707070;
  font-size: 1.4rem;
  display: block;
  margin-top: 32px;
  padding-left: 16px;
}

/* ヒーロー */
.repo_wrap {
  width: 0; /* 親要素がflexの場合のswiperバグ対策 */
  flex: 1;
  padding-bottom: 48px;
}

.repo_hero { margin: 4px 0 -8px; }

/* スペック */
.repo_spec {
  width: 78.6%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -4px auto 0;
  padding-top: 20px;
}

.repo_spec dt {
  width: 176px;
  background: #fef0f2;
  border: #ddd solid 1px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  margin-top: 4px;
  padding: 12px 0;
}

.repo_spec dd {
  width: calc(100% - 176px - 4px);
  border: #ddd solid 1px;
  border-radius: 8px;
  line-height: 1.8rem;
  margin-top: 4px;
  padding: 12px 12px;
}

/* レンズレポ */
.repo_lens_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 16px;
}

.repo_lens_img {
  width: 48.4%;
  border-radius: 12px;
  overflow: hidden;
}

.repo_lens_img_tit {
  text-align: center;
  margin: 8px 0 32px;
}

/* repo_1d_color専用 */
.repo_1d_color_lens_img_tit { margin-bottom: 0; }

/* 茶目・黒目レポ */
.repo_staffEye_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 16px;
}

.repo_staffEye_img_wrap {
  width: 48.4%;
  position: relative;
}

.repo_staffEye_img_tit {
  text-align: center;
  margin: 8px 0 32px;
}

/* repo_1d_color専用 */
.repo_1d_color_staffEye_img_tit { margin-bottom: 0; }

.repo_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;
}

.repo_staffEye_img { border-radius: 12px; }

.repo_staffEye_p {
  --fs: 1.6rem;
  --fh: 2.8rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(12px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.repo_staffEye_video {
  width: 60%;
  border-radius: 12px;
  display: block;
  position: relative;
  left: 50%;
  margin-top: 16px;
  transform: translateX(-50%);
}

.repo_model_img {
  width: 60%;
  border-radius: 12px;
  display: block;
  position: relative;
  left: 50%;
  margin-top: 64px;
  transform: translateX(-50%);
}

.repo_model_swiper_wrap {
  overflow: hidden;
  margin-top: 64px;
}

/* まとめ */
.repo_matome_wrap {
  width: 80%;
  border: #fabdc3 dashed 2px;
  border-radius: 16px;
  position: relative;
  margin: 20px auto 0;
  padding: 20px 16px;
}

.repo_tit_matome {
  color: #ea6b88;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
.repo_tit_matome:first-of-type { margin-top: 0px; }

.repo_matome_list {
  display: inline-block;
  position: relative;
  left: 50%;
  padding: 4px 0 0 24px;
  transform: translateX(-50%);
}

.repo_matome_list li {
  --fs: 1.6rem;
  --fh: 2rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(12px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.repo_buy_wrap {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -4px auto 0;
}

.repo_buy_link {
  width: 48.4%;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 24px;
}


/* サブメニュー
------------------------------------------------------------------------------------*/
.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;
}


/* ページ毎
------------------------------------------------------------------------------------*/