@charset "UTF-8";


/* body系
------------------------------------------------------------------------------------*/
body {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media (min-width: 980px) {
  html { overflow-x: hidden; }
}


/* 共通
------------------------------------------------------------------------------------*/
.cmn_contentsTit {
  font-size: 2.8rem;
  font-family: var(--en_gothic);
  font-weight: bold;
  letter-spacing: 0.04rem;
  padding-left: 2px;
}
 
.cmn_contentsTit_shadowW { text-shadow: 1px 1px #fff, 2px 2px #fff, 3px 3px #fff; }
.cmn_contentsTit_shadowG { text-shadow: 1px 1px #eee, 2px 2px #eee, 3px 3px #eee; }

.cmn_contentsTit_txt {
  border-bottom: #222 solid 1px;
  margin-top: 4px;
  padding: 0 0 8px 2px;
}

.cmn_contents_wrap {
  padding: 56px 0 64px;
}

.cmn_contents_inner {
  max-width: var(--maxWidth);
  margin: 0 auto;
  padding: 0 40px;
}

.cmn_contents_wrapFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -16px;
}

.cmn_swiper_hidden { display: none; }

/* バナータイプ1 */
 /* 新商品 ピックアップカラコン お得なカラコンまとめ買いで使用 */
.cmn_bnr1_link {
  color: #222;
  display: block;
  margin-top: 64px;
}
.cmn_bnr1_link:hover { text-decoration: none; }
.cmn_bnr1_link:first-of-type { margin-top: 32px; }

.cmn_bnr1_img {
  border-radius: 20px;
  box-shadow: 0px 0px 3px 0.5px #dedede;
}

.cmn_bnr1_txt {
  --fs: 1.6rem;
  --fh: 2rem;
  font-size: var(--fs);
  line-height: var(--fh);
  text-align: center;
  margin: calc(8px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

/* バナータイプ2 */
/* ラインナップで使用 */
.cmn_bnr2_link {
  background: #fff;
  border-radius: 20px;
  box-shadow: 3px 3px 6px #d6d6d6;
  color: #222;
  display: block;
  position: relative;
  margin-top: 64px;
  padding-bottom: 16px;
}
.cmn_bnr2_link:hover { text-decoration: none; }
.cmn_bnr2_link:first-of-type { margin-top: 24px; }

.cmn_bnr2_img { border-radius: 20px 20px 0 0; }

.cmn_bnr2_tit {
  font-size: 1.9rem;
  font-weight: bold;
  padding: 12px 16px 0 16px;
}

.cmn_bnr2_txt {
  --fs: 1.6rem;
  --fh: 1.8rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0;
  padding: 8px 16px 0 16px;
}

/* バナータイプ3 */
/* トレンドカラコン特集 カラコンスペシャルコンテンツ カラコン特集で使用 */
.cmn_bnr3_link {
  width: calc(50% - 12px);
  color: #222;
  display: block;
  margin-top: 48px;
}
.cmn_bnr3_link:hover { text-decoration: none; }

.cmn_bnr3_img {
  /* border-radius: 8px; */
  box-shadow: 0px 0px 3px 0.5px #dedede;
}

.cmn_bnr3_txt {
  --fs: 1.6rem;
  --fh: 2rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc( 6px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

/* バナータイプ4 */
/* カラコンスペシャルコンテンツ_サイトリニューアル */
.cmn_bnr4_link {
  display: block;
  margin: 48px 0 0;
}

/* バナータイプ5 */
 /* 定期便 定期便新プランで使用 */
.cmn_bnr5_link {
  color: #222;
  display: block;
  margin-top: 64px;
}
.cmn_bnr5_link:hover { text-decoration: none; }
.cmn_bnr5_link:first-of-type { margin-top: 32px; }
.regularService_wrap .cmn_bnr5_link:first-of-type { margin-top: 32px; }
.regularService_wrap .cmn_bnr5_link:nth-of-type(2) { margin-top: 32px; }
.regularService_wrap .cmn_bnr5_link:last-of-type { margin-top: 32px; }

.cmn_bnr5_img {
  filter: drop-shadow(2px 2px 2px #dedede);
}

.cmn_bnr5_txt {
  --fs: 1.6rem;
  --fh: 2rem;
  font-size: var(--fs);
  line-height: var(--fh);
  text-align: center;
  margin: calc(8px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.cmn_bnr5_red {
  color: #ff0000;
}

/* 激安アイコン */
.cmn_geki { position: relative ;}
.cmn_geki::after {
  content: "激安";
  width: 64px;
  height: 64px;
  background: #fff;
  border: 2px solid #7997db;
  border-radius: 100%;
  color: #7997db;
  font-size: 2.4rem;
  font-weight: bold;
  display: grid;
  place-items: center;
  position: absolute;
  top: -16px;
  left: -32px;
}

/* 改行 */
.cmn_brSP,
.cmn_br360,
.cmn_br375 {
  font-size: 0;
  display: none;
}


/* メリット
------------------------------------------------------------------------------------*/
.merit_wrap {
  height: 100px;
  background: url(/images/pc/top/merit_back_pc.webp);
  background-size: 6px;  
  padding: 16px 16px 0;
  order: -100;
}

.merit_inner {
  max-width: var(--maxWidth);
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.merit_link1,
.merit_link2,
.merit_link3 {
  height: 68px;
  background: #fff;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: #414141;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.merit_link1:hover,
.merit_link2:hover,
.merit_link3:hover { text-decoration: none; }

.merit_link1 { width: 34.07%; }
.merit_link2 { width: 38.40%; }
.merit_link3 { width: 25.31%; }

.merit_txt1 {
  font-size: 2.2rem;
  text-align: center;
  margin-right: 8px;
}

.merit_txt2 { font-size: 4rem; }
.merit_txt3 { font-size: 2.2rem; }
.merit_txt_pwr { letter-spacing: -0.12rem; }

.merit_asterisk {
  font-size: 1.2rem;
  position: relative;
  top: 3px;
  left: 2px;
}

.merit_img_freepostage {
  width: 42px;
  margin-left: 8px;
}

.merit_img_freeshipping {
  width: 68px;
  margin: 4px 0 0 8px;
}

.merit_img_pwr {
  width: 42px;
  margin-left: 10px;
}

.merit_caution {
  width: 100%;
  color: #fff;
  font-size: 1.1rem;
  text-align: right;
  margin-top: 2px;
}

@media (min-width: 1281px) {
  /*
  .merit_txt1 { font-size: 2.8rem; }
  .merit_txt2 { font-size: 5.2rem; }
  .merit_txt3 { font-size: 2.8rem; }
  .merit_img_freepostage { width: 52px; }
  .merit_img_freeshipping { width: 83px; }
  .merit_img_pwr { width: 51px; }
  */
}


/* メインスライドバナー
------------------------------------------------------------------------------------*/
.mainBnr_slider_wrap {
  width: 100%;
  max-width: var(--maxWidth);
  position: relative;
  overflow: visible;
  padding-bottom: 28px;
  order: -100;
  margin: 0 auto;
}

/* swiper */
.mainBnr_slider_wrap .swiper-slide { transition: opacity 300ms; }
.mainBnr_slider_wrap .swiper-slide:hover { opacity: 1; }

.mainBnr_slider_wrap .swiper-pagination-bullet {
   background: #000 !important;
   display: block;
}
.mainBnr_slider_wrap .swiper-pagination {
  height: 12px;
  display: flex;
  justify-content: center;
}

.mainBnr_slider_wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.mainBnr_slider_wrap .swiper-pagination-fraction {
  bottom: 0 !important;
}

.mainBnr_slider_wrap .swiper-button-prev,
.mainBnr_slider_wrap .swiper-button-next {
  width: 28px !important;
  height: 70px !important;
  background: rgba(150, 150, 150, 0.4);
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-top: -35px !important;
  transition: opacity 300ms;
}
.mainBnr_slider_wrap .swiper-button-prev:hover,
.mainBnr_slider_wrap .swiper-button-next:hover { opacity: 0.5; }

.mainBnr_slider_wrap .swiper-button-next:after,
.mainBnr_slider_wrap .swiper-button-prev:after {
  font-size: 20px !important;
}

.mainBnr_slider_wrap .swiper-slide-next{ opacity: 0.4; }
.mainBnr_slider_wrap .swiper-slide-prev{ opacity: 0.4; }

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
}

@media (max-width: 980px) {
  .mainBnr_slider_wrap { overflow: hidden; }
}

@media (min-width: 1533px) {
  .mainBnr_slider_wrap .swiper-button-prev { left: -44px; }
  .mainBnr_slider_wrap .swiper-button-next { right: -44px; }
}


/* ファーストビューバナー
------------------------------------------------------------------------------------*/
.fvBnr_wrap {
  margin-top: 32px;
  order: -100;
}

.fvBnr_inner {
  max-width: var(--maxWidth);
  margin: 0 auto;
  padding: 0 40px;
}

.fvBnr_tit {
  font-size: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 4px;
}
.fvBnr_tit:before,
.fvBnr_tit:after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #333;
} 
.fvBnr_tit:before { margin-right: 6px; }
.fvBnr_tit:after { margin-left: 6px; }

.fvBnr_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fvBnr_link_1column,
.fvBnr_link_2column,
.fvBnr_link_6column {
  border-radius: 8px;
  display: block;
  overflow: hidden;
  margin-top: 12px;
}

.fvBnr_link_1column { width: 100%; }
.fvBnr_link_2column { width: calc(50% - 12px); }
.fvBnr_link_6column { width: calc((100% / 7) - 10px); }

.fvBnr_link_teiki,
.fvBnr_link_app,
.fvBnr_link_line {
  box-sizing: border-box;
}

.fvBnr_link_teiki { border: #5b5a59 solid 4px; }
.fvBnr_link_app { border: #cd007f solid 4px; }
.fvBnr_link_line { border: #06c807 solid 4px; }

.fvBnr_line {
  background: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 5px) top left / 5px 1px repeat-x;
  margin-top: 16px;
  padding-top: 4px;
}


/* サーチ
------------------------------------------------------------------------------------*/
.lensSearch_wrap {
  background-color: #f0f0f0;
  margin-top: 32px;
  padding-top: 32px;
  order: -100;
}

.lensSearch_inner {
  max-width: var(--maxWidth);
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
}

.lensSearch_filter_btn {
  width: 310px;
  height: 44px;
  background-color: #474747;
  border-radius: 12px;
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 40px;
}
.lensSearch_filter_btn:hover { text-decoration: none; }
.lensSearch_filter_btn::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(/images/pc/common/search_icon_filter_pc.svg) no-repeat;  
  display: block;
  margin: 0 6px 0 -2px;
}

.lensSearch_filter_img {
  position: absolute;
  top: -26px;
  left: -58px;
  width: 80px;
  transform-origin: right bottom;
  animation: yurayura 2s linear infinite;
  display: block;
}
@keyframes yurayura {
  0%, 100% { transform: rotate(2.5deg); }
  50% { transform: rotate(-2.5deg); }
}

.lensSearch_word_wrap {
  margin-top: 40px;
}

.lensSearch_word_form {
  display: flex;
  width: 84%;
  margin: 0 auto;
}

.lensSearch_word_input {
  width: 100%;
  height: 38px;
  border: #aaa solid 1px;
  border-right: none;
  border-radius: 8px 0 0 8px;
  font-size: 1.6rem;
  display: block;
  flex: 1;
  margin: 0;
  padding: 7px;
}

.lensSearch_word_btn {
  width: 72px;
  height: 38px;
  background: #474747;
  border: 0;
  border-radius: 0 8px 8px 0;
  color: #fff;
  font-size: 1.6rem;
  display: block;
  cursor: pointer;
  margin: 0;
  -webkit-appearance: none;
  transition: opacity 300ms;
}
.lensSearch_word_btn:hover { opacity: 0.5; }

.lensSearch_hash_wrap {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 8px auto 0;
}

.lensSearch_hash_tit {
  font-size: 1.4rem;
  font-weight: normal;
  min-width: 118px;
}

.lensSearch_hash_ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2px;
}

.lensSearch_hash {
  background: #fff;
  border-radius: 50px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 4px;
  padding: 6px 10px;
}
.lensSearch_hash a { color: #222; }
.lensSearch_hash a:hover { text-decoration: none; }

.lensSearch_hash_highLight { background-color: #ffe6eb; }

.lensSearch_category {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 0 22px;
}

.lensSearch_category_accordion {
  width: 100%;
  background: #fff;
  border: #474747 solid 1px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: normal;
  text-align: left;
  list-style: none;
  position: absolute;
  top: calc(60px + 4px);
  right: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms;
}
.lensSearch_category_accordion_open {
  opacity: 1;
  pointer-events: auto;
}

.lensSearch_category_btn {
  width: calc(16.6% - 8px);
  background: #fff;
  position: relative;
  margin-top: 8px;
}

.lensSearch_category_btn_accordion {
  background: url(/images/pc/common/search_icon_arrow_pc.svg) bottom 4px center / 18px 5px no-repeat;
  cursor: pointer;
  transition: opacity 300ms;
}
.lensSearch_category_btn_accordion_current { opacity: 0.6; }

.lensSearch_category_accordion .lensSearch_category_btn {
  width: 100%;
  background: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 5px) bottom left / 5px 1px repeat-x;
  margin-top: 0;
}
.lensSearch_category_accordion .lensSearch_category_btn:last-of-type { background: #fff; }

.lensSearch_category_btn_link {
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 0 4px;
}
.lensSearch_category_btn_link:hover { text-decoration: none; }

.lensSearch_category_icon_new::after {
  content: "NEW";
  position: absolute;
  top: -8px;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background: #f53d7e;
  color: #fff;
  padding: 12px 0;
  font-size: 1.3rem;
  line-height: 1;
}

.lensSearch_category_btn_img {
  width: 42px;
  height: auto;
}

.lensSearch_category_btn_txt {
  width: 70%;
  color: #222;
  font-size: 1.3rem;
  line-height: 1.5rem;
  text-align: center;
  flex: 1;
  margin:0 -15%;
}

.lensSearch_category_btn_txt_moist,
.lensSearch_category_btn_txt_blc,
.lensSearch_category_btn_txt_water,
.lensSearch_category_btn_txt_highWater,
.lensSearch_category_btn_txt_lowWater
.lensSearch_category_btn_txt_naturalHalf,
.lensSearch_category_btn_txt_highColor,
.lensSearch_category_btn_txt_fuchiari,
.lensSearch_category_btn_txt_fuchinashi {
  display: inline-block;
  white-space: nowrap;
  transform-origin: top center;
}

.lensSearch_category_btn_txt_blc {
  transform: scaleX(0.72);
  margin: 0 -14%;
}

.lensSearch_category_btn_txt_water {
  transform: scaleX(0.78);
  margin: 0 -11%;
}

.lensSearch_category_btn_txt_naturalHalf {
  transform: scaleX(0.76);
  margin: 0 -12%;
}

.lensSearch_category_btn_txt_highColor {
  transform: scaleX(0.9);
  margin: 0 -5%;
}

.lensSearch_category_btn_txt_fuchiari {
  transform: scaleX(0.9);
  margin: 0 -5%;
}

.lensSearch_category_btn_txt_fuchinashi {
  transform: scaleX(0.76);
  margin: 0 -12%;
}

.lensSearch_category_color {
  width: 7.69%;
  margin-top: 12px;
}

.lensSearch_category_color_link {
  color: #222;
  display: block;
}
.lensSearch_category_color_link:hover { text-decoration: none; }

.lensSearch_category_color_icon {
  width: 72%;
  margin: 0 auto;
}

.lensSearch_category_color_txt,
.lensSearch_category_color_txtS {
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: -0.06rem;
  white-space: nowrap;
  transform-origin: top center;
  transform: scaleX(0.94);
  margin: 4px -3% 0;
}

.lensSearch_category_color_txtS {
  transform: scaleX(0.8);
  margin: 4px -10% 0;
}

/* タイプ別用 */
.lensSearch_typeList_wrap {
  width: 200%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lensSearch_typeList_wrap .lensSearch_typeList_btn {
  width: 50%;
  background: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 5px) bottom left / 5px 1px repeat-x;
  margin-top: 0;
}
.lensSearch_typeList_wrap .lensSearch_typeList_btn:nth-of-type(2n) {
  background: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 5px) bottom left / 5px 1px repeat-x, linear-gradient(to bottom, #707070, #707070 2px, transparent 2px, transparent 5px) left top / 1px 5px repeat-y;
}
.lensSearch_typeList_wrap .lensSearch_typeList_btn:nth-of-type(7) { background: #fff; }
.lensSearch_typeList_wrap .lensSearch_typeList_btn:nth-of-type(8) {
  background: linear-gradient(to bottom, #707070, #707070 2px, transparent 2px, transparent 5px) left top / 1px 5px repeat-y;
}


/* NEWS
------------------------------------------------------------------------------------*/
.news_wrap {
  width: calc(100% - 128px);
  max-width: calc(var(--maxWidth) - 128px);
  height: 94px;
  border-top: #707070 solid 1px;
  border-bottom: #707070 solid 1px;
  display: flex;
  overflow: hidden;
  position: relative;
  margin: 32px auto 0;
  order: -100;
}

.news_mainTit {
  width: 128px;
  height: 94px;
  background: #f0f0f0;
  color: #000;
  font-family: var(--en_gothic);
  font-size: 2.2rem;
  font-weight: normal;
  display:flex;
  justify-content: center;
  align-items: center;
}

.news_list_wrap {
  height: 94px;
  font-size: 1.4rem;
  list-style: none;
  flex: 1;
  overflow-y: scroll;
  padding: 0 14px 0 6px;
}

.news_list {
  border-bottom: 1px dotted #ccc;
  padding: 13px 0 13px 24px;
}

.news_list_link {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.news_list_link:hover { text-decoration: none; }


.news_time { color: #707070; }

.news_new,
.news_notice,
.news_goods,
.news_article,
.news_important {
  border-radius: 3px;
  font-size: 1.2rem;
  display: inline-block;
  order: 1;
  white-space: nowrap;
  margin-left: 4px;
  padding: 2px 4px;
}

.news_new {
  color: #f53d7e;
  font-weight: bold;
  order: 2;
}

.news_notice {
  border: #f53D7e solid 1px;
  color: #f53D7e;
}

.news_goods {
  border: #ff7f00 solid 1px;
  color: #ff7f00;
}

.news_article {
  border: #71b200 solid 1px;
  color: #71b200;
}

.news_important {
  border: #e51010 solid 1px;
  color: #e51010;
}

.news_tit {
  font-size: 1.4rem;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  margin: 3px 8px 0 16px;
  padding-bottom: 3px;
}
.news_list_link:hover .news_tit::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #1c70b5;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}


/* ページタイトル
------------------------------------------------------------------------------------*/
.mainTit_wrap {
  width: calc(100% - 80px);
  max-width: calc(var(--maxWidth) - 80px);
  text-align: center;
  margin: 16px auto 0;
}

.mainTit_h1 {
  font-size: 2.4rem;
  font-weight: bold;
}

.mainTite_p {
  --fs: 1.6rem;
  --fh: 2.2rem;
  color: #545454;
  font-size: var(--fs);
  line-height: var(--fh);

  margin: calc(12px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.mainTit_link {
  display: inline-block;
  --fs: 1.6rem;
  --fh: 2.2rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin-top: 20px;
}
.mainTit_link:hover { text-decoration: none; }


/* サブメニュー
------------------------------------------------------------------------------------*/
.subMenu_wrap {
  width: calc(100% - 120px);
  max-width: calc(var(--maxWidth) - 120px);
  background: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 5px) top left / 5px 1px repeat-x;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 48px auto 16px;
  padding: 8px 40px 0;
}

.subMenu_1column_link {
  width: 100%;
  margin-top: 16px;
}

.subMenu_2column_link {
  width: 49%;
  margin-top: 16px;
}


/* ランキング
------------------------------------------------------------------------------------*/
.ranking_wrap {
  max-width: var(--maxWidth);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin: 96px auto 24px;
  padding: 0 40px
}

.ranking_tab_radio { display: none; }

.ranking_header_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 64px 16px 0;
}
.ranking_upDate + .ranking_header_wrap { margin-top: 40px; }

.ranking_header_tit {
  font-size: 2rem;
  font-weight: bold;
  line-height: 100%;
  text-align: left;
  margin: auto 0;
}

.ranking_header_tabBtn_wrap {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
}

.ranking_header_tabBtn_1month,
.ranking_header_tabBtn_1day {
  width: 124px;
  height: 36px;
  background-color: #eee;
  border-radius: 8px 8px 0 0;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;  
  display: grid;
  align-items: center;
  position: relative;
  margin-right: 8px;
  transition: border-bottom 750ms;
}
.ranking_header_tabBtn_1month { border-bottom: solid #F4CDB3 1px; }
.ranking_header_tabBtn_1day { border-bottom: solid #F7BFCD 1px; }

#ranking_tabBtn1_1month:checked ~ .ranking_header_wrap #tab1month_label01,
#ranking_tabBtn2_1month:checked ~ .ranking_header_wrap #tab1month_label02 {
  background-color: #FCEDE3;
  border: #F4CDB3 solid  1px;
  border-bottom: #FCEDE3 solid 1px;
  transition: border-bottom 0ms;
}

#ranking_tabBtn1_1day:checked ~ .ranking_header_wrap #tab1day_label01,
#ranking_tabBtn2_1day:checked ~ .ranking_header_wrap #tab1day_label02 {
  background-color: #F9E8EC;
  border: #F7BFCD solid 1px;
  border-bottom: #F9E8EC solid 1px;
  transition: border-bottom 0ms;
}

#ranking_tabBtn1_1month:checked ~ .ranking_1month_wrap #tab1month_contains01,
#ranking_tabBtn2_1month:checked ~ .ranking_1month_wrap #tab1month_contains02,
#ranking_tabBtn1_1day:checked ~ .ranking_1day_wrap #tab1day_contains01,
#ranking_tabBtn2_1day:checked ~ .ranking_1day_wrap #tab1day_contains02 {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.ranking_inner_wrap {
  height: 0;
  position: relative;
  visibility: hidden;
  opacity: 0;
  transition: opacity 750ms;
}

.ranking_1month_wrap,
.ranking_1day_wrap {
  overflow: hidden;
  padding: 20px 18px 56px;
}

.ranking_1month_wrap {
  background-color: #FCEDE3;
  border-top: solid 1px #F4CDB3;
}

.ranking_1day_wrap {
  background-color: #F9E8EC;
  border-top: solid 1px #F7BFCD;
}

.ranking_tmb {
  box-sizing: border-box;  
  list-style: none;
  position: relative;
}

.ranking_tmb_rank {
  display: flex;
  align-items: flex-end;
}

.ranking_tmb_rank_img {
  width: 50px;
  margin: 0 0 -1px -6px;
}

.ranking_tmb_rank_txt1 {
  color: #db869b;
  font-size: 2.8rem;
  font-weight: bold;
  transform: scaleX(0.9);
  margin-left: -4px;
}

.ranking_tmb_rank_txt2 {
  font-size: 2rem;
  padding-right: 0.25em;
}

.ranking_tmb_rank1 { color: #d8a527; }
.ranking_tmb_rank2 { color: #8f8b91; }
.ranking_tmb_rank3 { color: #ba776c; }

.ranking_tmb_link {
  border: 1px solid #cbcbcb;
  display: block;
  margin-top: 4px;
}
.ranking_tmb_noLink { pointer-events: none; }

.ranking_tmb_title1 {
  font-size: 1.6rem;
  line-height: 100%;
  margin: 6px 0 0;
}
.ranking_tmb_title2 {
  color: #545454;
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
  margin-top: 2px;
}
.ranking_tmb_brand {
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
  margin: 0 0 5px;
}

.ranking_upDate {
  color: #545454;
  font-size: 1.2rem;
  text-align: right;
  margin-top: 8px;
  order: 1;
}

.rankingContent_btn {
  width: 440px;
  height: 56px;
  border: #000 solid 1px;
  border-radius: 30px;
  color: #222;
  font-size: 2.2rem;
  text-align: center;
  display: grid;
  place-items: center;
  position: relative;
  margin: 40px auto 0;
  order: 2;
}
.rankingContent_btn:hover { text-decoration: none; }

.rankingContent_btn::after {
  content: "";
  width: 14px;
  height: 14px;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  display: block;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 24px;
  margin: auto;
  transform: rotate(-45deg);
}

/* swiper */
.ranking_inner_wrap .swiper-pagination-bullet {
   background: #000 !important;
   display: block;
}
.ranking_inner_wrap .swiper-pagination {
  height: 12px;
  display: flex;
  justify-content: center;
}

.ranking_inner_wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.ranking_inner_wrap .swiper-pagination-fraction {
  bottom: -36px !important;
}


/* 最近チェックした商品
------------------------------------------------------------------------------------*/
.history_wrap {
  width: calc(100% - 80px);
  max-width: calc(var(--maxWidth) - 80px);
  border: #707070 solid 1px;
  border-radius: 8px;
  position: relative;
  margin: 64px auto 32px;
}

.history_tit {
  background: #000;
  border-radius: 7px 7px 0 0;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 6px 0 7px;
}

.history_slider_wrap {
  width: calc(100% - 68px);
  position: relative;
  overflow: hidden;
  margin: 8px auto;
}
.history_slider_wrap_noSlide { width: calc(100% - 22px); }

/* swiper */
.history_wrap .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
  transition: opacity 300ms;
}
.history_wrap .swiper-slide:hover { opacity: 0.5; }

.history_wrap .swiper-button-prev,
.history_wrap .swiper-button-next {
  background: rgba(150, 150, 150, 0.4);
  color: #fff;
  width: 18px !important;
  height: 46px !important;
  top: calc(50% + 41px - 23px) !important;
  display: grid;
  place-items: center;
  transition: opacity 300ms;
}
.history_wrap .swiper-button-prev:hover,
.history_wrap .swiper-button-next:hover { opacity: 0.5; }

.history_wrap .swiper-button-prev { left: 8px; }
.history_wrap .swiper-button-next { right: 8px; }

.history_wrap .comn_swiper_hidden { display: none; }

.history_wrap .swiper-button-next:after,
.history_wrap .swiper-button-prev:after {
  font-size: 1.8rem !important;
}


/* セール
------------------------------------------------------------------------------------*/
.sale_wrap {
  background: #fefee6;
  margin: 72px 0px -72px;
}


/* モデルプロデュース商品
------------------------------------------------------------------------------------*/
.Produce_wrap {
  background: #fff4f9;
  margin: 72px 0px -72px;
}


/* 定期便新プラン
------------------------------------------------------------------------------------*/
.newRegularService_wrap {
  background: #f2fcfb;
  margin: 72px 0px -72px;
}


/* 新商品
------------------------------------------------------------------------------------*/
.newItem_wrap {
  background: #fef8f0;
  margin: 72px 0px -72px;
}


/* おすすめカラコン
------------------------------------------------------------------------------------*/
.recommend_wrap {
  background: #eef5fb;
  margin: 72px 0 -72px;
}


/* コスプレカラコン特集
------------------------------------------------------------------------------------*/
.cosplay_wrap {
  background: #fef5f5;
  margin: 72px 0 0;
}

/* スペシャル
------------------------------------------------------------------------------------*/
.special_wrap {
  background: #ffe5f7;
  margin: 72px 0px -72px;
}

/* 定期便新プラン
------------------------------------------------------------------------------------*/
.newPlan_wrap {
  background: #f0f8ff;
  margin: 72px 0 0;
}

/* ピックアップ
------------------------------------------------------------------------------------*/
.pickUp_wrap {}


/* まとめ買い
------------------------------------------------------------------------------------*/
.matome_wrap { background: #f0f0f0; }


/* 定期便
------------------------------------------------------------------------------------*/
.regularService_wrap {}

.regularService_inner_color,
.regularService_inner_clear {
  background: #ffece3;
  margin-top: 32px;
  padding: 0 32px 40px;
}
.regularService_inner_clear {
  background: #e8edf7;
}

.cmn_contentsTit_regularService {
  border-bottom: #222 solid 1px;
  padding-bottom: 8px;
}

.regularService_subTit {
  border-bottom: #222 solid 1px;
  font-size: 2.2rem;
  text-align: center;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
  padding: 0 4px 2px 4px;
}

.regularService_line {
  text-align: center;
  position: relative;
  background: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 5px) top left / 5px 1px repeat-x;
  margin: 40px 0 0;
}

.regularService_line_txt {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  top: -8px;
  display: inline;
  padding: 0 12px;
  background-color: #e8edf7;
  color: #222;
}


/* リアル着レポ
------------------------------------------------------------------------------------*/
.repo_wrap { margin-top: -56px; }

.repo_btn {
  width: 440px;
  height: 56px;
  background: #474747;
  border-radius: 12px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  display: grid;
  place-items: center;
  position: relative;
  margin: 40px auto 0;
}
.repo_btn:hover { text-decoration: none; }

.repo_btn::after {
  content: "";
  width: 14px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 24px;
  margin: auto;
  transform: rotate(-45deg);
}


/* TeAmo公式レビュアー大募集
------------------------------------------------------------------------------------*/
.reviewer_wrap { margin-top: -40px; }


/* 1MONTHタイプ別レンズラインナップ
------------------------------------------------------------------------------------*/
.monthlyLineUp_wrap { background-color: #f0f0f0; }


/* 1DAYタイプ別レンズラインナップ 
------------------------------------------------------------------------------------*/
.oneDayLineUp_wrap { background: #f0f0f0; }

.oneDayLineUp_inner {
  background: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 5px) top left / 5px 1px repeat-x;
  margin-top: -46px;
  padding-top: 48px;
  position: relative;
}

.oneDayLineUp_inner::before,
.oneDayLineUp_inner::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #f0f0f0;
  display: block;
  position: absolute;
  top: 0;
}
.oneDayLineUp_inner::before { left: 0; }
.oneDayLineUp_inner::after { right: 0; }


/* クリアコンタクトラインナップ 
------------------------------------------------------------------------------------*/
.clearLineUp_wrap {}

.clearLineUp_inner_clear,
.clearLineUp_inner_toric {
  background: #e8edf7;
  margin: 48px 0 0;
  padding: 0 32px 40px;
}
.clearLineUp_inner_clear {
  background: #e8edf7;
  margin-top: 32px;
}
.clearLineUp_inner_toric { background: #e9f7f7; }

.clearLineUp_subTit {
  border-bottom: #222 solid 1px;
  font-size: 2.2rem;
  text-align: center;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
  padding: 0 4px 2px 4px;
}

.clearLineUp_wrap .cmn_bnr2_link { margin-top: 12px; }
.clearLineUp_wrap .cmn_bnr2_link + .cmn_bnr2_link { margin-top: 56px; }

.clearLineUp_line {
  background: linear-gradient(to right, #707070, #707070 2px, transparent 2px, transparent 5px) top left / 5px 1px repeat-x;
  margin: 56px 0px 0;
}


/* モデルコラボカラコンラインナップ 
------------------------------------------------------------------------------------*/
.collabLineUp_wrap { background-color: #f0f0f0; }


/* カラコンスペシャルコンテンツ 
------------------------------------------------------------------------------------*/
.specialContent_wrap { background-color: #f0f0f0; }


/* カラコン特集
------------------------------------------------------------------------------------*/
.featureContent_wrap {  }

.featureContent_btn {
  width: 440px;
  height: 56px;
  background: #474747;
  border-radius: 12px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  display: grid;
  place-items: center;
  position: relative;
  margin: 40px auto 0;
}
.featureContent_btn:hover { text-decoration: none; }

.featureContent_btn::after {
  content: "";
  width: 14px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 24px;
  margin: auto;
  transform: rotate(-45deg);
}


/* モデル紹介
------------------------------------------------------------------------------------*/
.modelContent_wrap {}

.modelContent_link {
  color: #222;
  position: relative;
}

.modelContent_slider_wrap {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  padding-bottom: 28px;
}

.modelContent_name {
  --fs: 1.2rem;
  --fh: 1.4rem;
  width: 100%;
  min-height: 30px;
  background-color: rgba(255,255,255,0.5);
  font-size: var(--fs);
  line-height: var(--fh);
  text-align: center;
  display: grid;
  place-items: center;
  position: absolute;
  bottom: 0;
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0;
  padding: 2px 4px;
}

.modelContent_nickname {
  font-size: 10px;
  display: block;
}

/* swiper */
.modelContent_slider_wrap .swiper-slide { transition: opacity 300ms; }
.modelContent_slider_wrap .swiper-slide:hover { opacity: 0.5; }

.modelContent_slider_wrap .swiper-pagination-bullet {
  background: #000 !important;
  display: block;
}

.modelContent_slider_wrap .swiper-pagination {
  height: 12px;
  display: flex;
  justify-content: center;
}

.modelContent_slider_wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.modelContent_slider_wrap .swiper-pagination-fraction {
  bottom: 0 !important;
}


/* SNS
------------------------------------------------------------------------------------*/
.footerSNS_wrap {
  margin-top: 42px;
}


/* フッターバナー
------------------------------------------------------------------------------------*/
.footerBnr {
  width: calc(60%);
  max-width: 752px;
  border:#f0f0f0 solid 8px;
  display: block;
  margin: 40px auto 0;
}
