@charset "UTF-8";


.gNav_follow_ul,
.left_floatBnr_wrap { visibility: hidden; }


/* メインスライドバナー
------------------------------------------------------------------------------------*/
.mainBnr_slider_wrap {
  overflow-x: hidden;
  margin-top: 16px;
}

.mainBnr_slider_inner {
  width: 100%;
  max-width: 1080px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 18px;
}

/* swiper */
.mainBnr_slider_wrap .swiper-slide { transition: opacity 300ms; }
.mainBnr_slider_wrap .swiper-slide:hover { opacity: 0.5; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  display: flex;
  justify-content: center;
  gap: 0 16px;
  bottom: 0;
}

.swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background: #3c3c3c;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

/*リンクボタン共通*/
.cmn_link{
  margin: 0 auto;
  text-align: center;
}
.cmn_link_btn {
  border-radius: 50px;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  outline: none;
  color: #3c3c3c;
  background-color: #fff;
  position: relative;
  border: 1px solid #cacaca;
  transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease;
  overflow: hidden;
}
.cmn_link_btn:hover {
  background-color: #f8599B;
  border-color: #f8599B;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.cmn_link_text {
  position: relative;
}

/*見出し罫線共通*/
.title_line{
  position: relative;
  z-index: 3;
}
.title_line::after{
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  transform: skewX(-15deg);
  bottom: 6px;
  z-index: -1;
  right: 0;
  left: 0;
  margin: auto;
}

.container{
  max-width: 960px;
  margin: 0 auto;
}
.content_wrap{
  display: flex;
  flex-wrap: wrap;
}

.seo{
  padding: 40px 0 60px;
}
.seo_title{
  font-size: 1.8rem;
  margin-bottom: 13px;
  text-align: center;
}
.seo_text{
  font-size: 1.4rem;
  text-align: center;
}
.nowCampaign{
  padding-bottom: 50px;
}
.nowCampaign_title{
  color: #3c3c3c;
  font-size: 2rem;
  padding-bottom: 12px;
  margin-bottom: 10px;
  text-align: center;
}
.nowCampaign_title::after{
  background-color: #ffa0c3;
  width: 10.8%;
}
.nowCampaign_block a{
  color: #3c3c3c;
}
.nowCampaign_block_title{
  margin-bottom: 10px;
}
.nowCampaign_block_text{
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6rem;
  text-align: center;
}
.nowCampaign_main{
  margin-bottom: 50px;
}
.nowCampaign_main .container{
  position: relative;
}
.nowCampaign_main.main_li1d{
  background-color: #fffaf0;
}
.nowCampaign_main.main_fa1d1m{
  background-color: #f2c9d8;
}
.nowCampaign_main_wrap{
  display: flex;
  position: absolute;
  top: 96px;
  right: 78px;
}
.nowCampaign_wrap{
  display: flex;
  justify-content: space-between;
}
.nowCampaign_block{
  border: 1px solid #ccc;
  flex-basis: 49%;
  padding-bottom: 16px;
}

.search{
  background-color: #eee;
  padding: 40px 0;
}
.search .content_wrap{
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.search_title{
  color: #3c3c3c;
  font-size: 2.4rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.search_title::after{
  background-color: #ffa0c3;
  width: 14%;
}
.search_title_sub{
  font-size: 1.5rem;
  margin-bottom: 10px;
  text-align: center;
}

.search_filter{
  flex-basis: 32.4%;
}
.content_wrap_inner{
  flex-basis: 66%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.search_keyword{
  width: 49%;
}
.search_keyword_form {
  width: 100%;
  height: 48px;
  position: relative;
  margin: 0 auto 0 0;
}
.search_keyword_input {
  width: 100%;
  height: 100%;
  background: #fff;
  border: none;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0 36px 0 20px;
}
.search_keyword_btn {
  width: 20px;
  position: absolute;
  top: 16px;
  right: 12px;
}
.search_tag{
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 5px;
}
.search_tag_list{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  height: 100%;
  gap: 3px 16px;
}
.search_tag_item{
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.search_tag_item:last-child{
  margin-right: 0;
}
.search_period{
  width: 48%;
}
.search_period_list{
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.search_period_item{
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-basis: 32%;
  justify-content: center;
  height: 48px;
  text-align: center;
}
.search_period_item a {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  font-weight: 500;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.search_period_item a:hover{
  text-decoration: none;
}
.search_color{
  width: 32.4%;
}
.search_color_list{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  width: 100%;
}
.search_color_item{
  flex-basis: 13%;
  min-height: 62px;
}
.search_color_item a{
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  font-size: 1.1rem;
  padding: 8px 0;
}
.search_color_item a:hover{
  text-decoration: none;
}
.search_color_text{
  font-size: 0.94rem;
}
.search_color_img{
  width: 30px;
  margin-bottom: 5px;
}
.searchLens_cat{
  flex-basis: 66%;
}
.searchLens_cat_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.searchLens_cat_item{
  flex-basis: 16%;
  position: relative;
  height: 62px;
}
.searchLens_cat_item a {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  color: #222;
  display: flex;
  font-size: 1.19rem;
  width: 100%;
  height: 100%;
  justify-content: center;
  text-align: center;
}
.searchLens_cat_item a:hover {
  opacity: 1;
  text-decoration: none;
}
.searchLens_cat_accordion{
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  list-style: none;
  position: absolute;
  top: calc(62px + 17px);
  right: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms;
  width: 100%;
  opacity: 0;
}

/* 三角形本体 */
.searchLens_cat_accordion::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}
.searchLens_cat_item.item_highSpec .searchLens_cat_accordion::after {
  right: 23%;
  left: auto;
}
.searchLens_cat_item.item_scene .searchLens_cat_accordion::after {
  right: 13%;
  left: auto;
}
/* 影用三角形 */
.searchLens_cat_accordion::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 9px 9px 9px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  filter: blur(1px);
  z-index: 0;
}
.searchLens_cat_item.item_highSpec .searchLens_cat_accordion::before {
  right: 23%;
  left: auto;
}
.searchLens_cat_item.item_scene .searchLens_cat_accordion::before {
  right: 13%;
  left: auto;
}
.searchLens_cat_item.item_highSpec .searchLens_cat_accordion{
  width: 150%;
}
.searchLens_cat_item.item_scene .searchLens_cat_accordion{
  display: flex;
  flex-wrap: wrap;
  width: 260%;
}
.searchLens_cat_accordion.lensSearch_category_accordion_open{
  opacity: 1;
  pointer-events: auto;
}
.searchLens_cat_btn a{
  align-items: center;
  border-radius: 0;
  border-bottom: 1px dashed #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  display: flex;
  padding: 10px 0;
  height: 100%;
  justify-content: center;
}
.searchLens_cat_btn:first-child a{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.searchLens_cat_btn:last-child a{
  border-bottom: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.searchLens_cat_item.item_scene .searchLens_cat_btn{
  flex-basis: 50%;
  min-height: 57px;
}
.searchLens_cat_item.item_scene .searchLens_cat_btn:nth-child(2n) a {
  border-left: 1px dashed #ccc;
}
.searchLens_cat_item.item_scene .searchLens_cat_btn:first-child a {
  border-top-left-radius: 8px;
  border-top-right-radius: 0;
}
.searchLens_cat_item.item_scene .searchLens_cat_btn:nth-child(2) a {
  border-top-right-radius: 8px;
}
.searchLens_cat_item.item_scene .searchLens_cat_btn:nth-child(2) a {
  border-top-right-radius: 8px;
}
.searchLens_cat_item.item_scene .searchLens_cat_btn:nth-last-child(2) a{
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
.searchLens_cat_item.item_scene .searchLens_cat_btn:last-child a {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
}
.searchLens_cat_item a{
  position: relative;
  line-height: 1.6rem;
}
.searchLens_cat_item a::after {
  content:"";
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 4px solid #606060;
}
.searchLens_cat_btn a::after {
  display: none;
}
.searchLens_cat_item.item_toric a::after {
  display: none;
}

.search_other{
  width: 48%;
}
.search_other_item{
  width: 33.333%;
}
.search_other_item a{
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  align-items: center;
  display: flex;
  font-size: 1.9rem;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding: 20px 0;
  text-align: center;
}
.search_other_item a:hover{
  text-decoration: none;
}
.search_other_item.brand_item{
  background-color: #f6cc66;
}
.search_other_item.sale_item{
  background-color: #de5068;
}
.search_other_item.color_contanct_item{
  background-color: #f59ac3;
}
.search_type_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
}
.search_tag_item a,
.search_period_item a,
.search_color_item a,
.search_scene_item a,
.search_type_item a{
  color: #3c3c3c;
}
.search_period_list{
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search_color_list{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.search_other_list{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.search_scene{
  margin-bottom: 40px;
}
.search_scene_list{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.search_scene_item{
  flex-basis: 23.825%;
}
.search_type_list{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.search_type_item{
  flex-basis: 23.825%;
}
.pointPresent{
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}
.pointPresent_wrap{
  display: flex;
  justify-content: space-between;
}
.pointPresent_bnr{
  flex-basis: 32%;
}

.ranking{
  background-color: #fff;
  padding: 60px 0 30px;
}
.ranking_1day{
  margin-bottom: 40px;
}
.ranking_1month{
  margin-bottom: 40px;
}
.ranking_title{
  font-size: 2.4rem;
  padding-bottom: 10px;
  margin-bottom: 16px;
  text-align: center;
}
.ranking_title::after{
  background-color: #ffa0c3;
  width: 29%;
}
.ranking_date{
  color: #989898;
  font-size: 1.2rem;
  margin-bottom: 24px;
  text-align: center;
}
.ranking_subTitle{
  align-items: center;
  background-color: #ffebf5;
  color: #3c3c3c;
  display: flex;
  font-weight: normal;
  font-size: 1.5rem;
  height: 48px;
  margin-bottom: 16px;
  text-align: center;
}
.ranking_subTitle span{
  align-items: center;
  border-right: 1px solid #fff;
  display: flex;
  font-weight: 700;
  height: 100%;
  padding: 0 10px;
  margin-right: 10px;
}
.ranking_tab_list{
  display: flex;
  list-style: none;
  margin-bottom: 16px;
}
.ranking_tab_item{
  border-bottom: 1px solid #ccc;
  color: #3c3c3c;
  cursor: pointer;
  font-size: 1.6rem;
  width: 160px;
  padding: 13px 0;
  text-align: center;
}
.ranking_tab_item.active{
  border-bottom: 2px solid #f85993;
  color: #f85993;
  font-weight: bold;
}
.ranking_thum{
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.ranking_thum.active{
  display: flex;
  visibility: visible;
  height: auto;
}
.ranking_thum_list{
  display: flex;
  gap: 16px;
}
.ranking_thum_item{
  list-style: none;
  position: relative;
  width: 18.66%;
}
.ranking_thum_item a{
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.ranking_thum_item a:hover{
  opacity: 0.8;
}
.ranking_thum_item::before{
  content: "";
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 6px 10px;
  position: absolute;
  text-align: center;
  z-index: 5;
  right: 0;
}
.ranking_thum_item:nth-child(1):before{
  background-color: #ccb369;
  content: "1";
}
.ranking_thum_item:nth-child(2):before{
  background-color: #b0b0b0;
  content: "2";
}
.ranking_thum_item:nth-child(3):before{
  background-color: #b8907d ;
  content: "3";
}
.ranking_thum_item:nth-child(4):before{
  background-color: #ccc;
  content: "4";
}
.ranking_thum_item:nth-child(5):before{
  background-color: #ccc;
  content: "5";
}
.ranking_thum_item_eye{
  margin-bottom: 10px;
}
.ranking_thum_item_text{
  color: #3c3c3c;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.ranking_link{
  max-width: 320px;
}
.campaign{
  padding: 40px 0;
}
.campaign .content_wrap{
  padding: 0 4.26%;
}
.campaign_block{
  max-width: 960px;
  margin-bottom: 40px;
  overflow: hidden;
}
.campaign_subsc{
  margin-bottom: 16px;
}
.campaign_subsc_heading{
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.campaign_subsc_text{
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.campaign_wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}
.campaign_image{
  flex-basis: 49%;
  margin-bottom: 10px;
}
.campaign_note_item{
  color: #3c3c3c;
  font-size: 1.2rem;
  line-height: 1.6rem;
  list-style: none;
  margin-bottom: 6px;
  text-indent: -1em;
  padding-left: 1em;
}
.campaign_note_item:last-child{
  margin-bottom: 0;
}
.campaign_title{
  color: #3c3c3c;
  font-size: 2rem;
  padding-bottom: 10px;
  line-height: 2.4rem;
  margin-bottom: 10px;
  text-align: center;
}
.campaign_title_line {
  position: relative;
  z-index: 0;
}
.campaign_title_line::before{
  content: "";
  width: 108%;
  height: 25px;
  background: linear-gradient(transparent 0, transparent 70%, #ffa0c3 61%);
  position: absolute;
  bottom: 0;
  transform: skewX(-15deg);
  z-index: -1;
}
.campaign_title_dots {
  background-image: radial-gradient(circle at center, #f85993 3px, transparent 3px);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: .3em;
}
.campaign_title::after {
  background-color: #ffa0c3;
  width: 33%;
}
.campaign_text{
  color: #3c3c3c;
  font-size: 1.4rem;
  padding-bottom: 12px;
  line-height: 2rem;
  margin-bottom: 5px;
  text-align: center;
}
.campaign_line{
  position: relative;
  z-index: 0;
}
.campaign_line::before{
  content: "";
  width: 100%;
  height: 25px;
  background: linear-gradient(transparent 0, transparent 70%, #ffbcd5 61%);
  position: absolute;
  bottom: 6px;
  transform: skewX(-15deg);
  z-index: -1;
}
.campaign_dots {
  background-image: radial-gradient(circle at center, #f55c95 3px, transparent 3px);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: .3em;
}
.campaign_subTitle{
  align-items: center;
  background-color: #F85993;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  height: 40px;
  position: relative;
  text-align: center;
  justify-content: center;
}
.campaign_subTitle::before{
  align-items: center;
  border-right: 1px solid #fff;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: normal;
  justify-content: center;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
}
.campaign_main{
  margin-bottom: 23px;
}
.campaign_thum{
  margin-bottom: 30px;
  overflow: hidden;
}

.pickup{
  margin-bottom: 30px;
  overflow: hidden;
}
.pickup_title{
  color: #3c3c3c;
  font-size: 2.4rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.pickup_title::after{
  background-color: #ffa0c3;
  width: 15%;
}
.pickup_subTitle {
  align-items: center;
  background-color: #ffebf5;
  color: #3c3c3c;
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  height: 40px;
  text-align: center;
  justify-content: center;
}

.pickup_main{
  margin-bottom: 16px;
}
.pickup_thum {
  margin: 0 0 30px;
  overflow: hidden;
}
.pickup_thum_item{
  list-style: none;
}
.pickup_thum_item a{
  color: #3c3c3c;
  text-decoration: none;
}
.pickup_thum_image{
  margin-bottom: 6px;
}
.pickup_block {
  margin: 0 0 40px;
}
.pickup_block a{
  color: #3c3c3c;
  text-decoration: none;
}
.pickup_thum_en{
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 8px;
}
.pickup_thum_en.textLarger{
  font-size: 1.6rem;
  line-height: 2rem;
}
.pickup_thum_heading{
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.merit{
  background-color: #ffebf5;
  padding: 80px 70px 60px;
}
.merit_title{
  color: #3c3c3c;
  font-size: 2.4rem;
  line-height: 2.6rem;
  margin-bottom: 20px;
  text-align: center;
}
.merit_title_line{
  position: relative;
  z-index: 0;
}
.merit_title_line::before{
  content: "";
  width: 100%;
  height: 25px;
  background: linear-gradient(transparent 0, transparent 70%, #ffa0c3 61%);
  position: absolute;
  bottom: 0;
  transform: skewX(-15deg);
  z-index: -1;
}
.merit_title_dots {
  background-image: radial-gradient(circle at center, #f85993 3px, transparent 3px);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: .3em;
}
.merit_list{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  margin-bottom: 10px;
}
.merit_item{
  flex-basis: 10.9%;
  position: relative;
}
.merit_item:last-child{
  flex-basis: 8.8%;
}
.merit_icon_new{
  position: absolute;
  top: -20px;
  left: -4px;
  width: 40%;
}
.merit_notice{
  color: #3c3c3c;
  font-size: 1.3rem;
  text-align: right;
  margin-bottom: 30px;
}
.merit_link {
  max-width: 320px;
}

.campaign{
  padding: 60px 0;
}
.campaign .content_wrap{
  justify-content: space-between;
}
.campaign_line{
  position: relative;
  z-index: 0;
}
.campaign_line::before{
  content: "";
  width: 100%;
  height: 25px;
  background: linear-gradient(transparent 0, transparent 70%, #ffbcd5 61%);
  position: absolute;
  bottom: 6px;
  transform: skewX(-15deg);
  z-index: -1;
}
.campaign_dots {
  background-image: radial-gradient(circle at center, #f55c95 3px, transparent 3px);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: .3em;
}
.campaign_title_sub{
  background-color: #F85993;
  color: #fff;
  font-size: 2.4rem;
  padding: 14px 0;
  position: relative;
  text-align: center;
}
.campaign_title_sub.campaign03{
  margin-bottom: 23px;
}
.campaign_title_sub::before{
  align-items: center;
  border-right: 1px solid #fff;
  color: #fff;
  display: flex;
  font-size: 2.8rem;
  font-weight: normal;
  justify-content: center;
  width: 77px;
  height: 100%;
  position: absolute;
  top: 0;
}
.campaign_thum_item{
  list-style: none;
}
.campaign_thum_img{
  margin-bottom: 10px;
}
.campaign_thum_en{
  color: #3c3c3c;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.campaign_thum_heading{
  color: #3c3c3c;
  font-weight: normal;
  font-size: 1rem;
}
.campaign_thum_block{
  align-items: center;
  border-top: 1px solid #ccc;
  justify-content: space-between;
  padding-top: 7px;
  margin-top: 7px;
  display: flex;
}
.campaign_thum_box{
  border: 1px solid #ccc;
  border-radius: 30px;
  color: #3c3c3c;
  font-size: 1rem;
  padding: 3px 8px;
  text-align: center;
}
.campaign_thum_price{
  color: #D6294B;
  font-weight: bold;
  font-size: 1.4rem;
}
.campaign_thum_price_unit{
  font-size: 1.1rem;
}
.campaign_present_heading{
  align-items: center;
  display: flex;
  font-weight: normal;
  font-size: 1.8rem;
  justify-content: center;
  text-align: center;
  margin-bottom: 16px;
}
.campaign_present{
  width: 48%;
}
.campaign_present_link{
  max-width: 320px;
  margin-top: 20px;
}
.campaign_present_note{
  font-size: 1.2rem;
  margin-top: 40px;
  text-align: right;
}

.freeArea{
  padding: 40px 0 40px;
}
.freeArea_wrap {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.freeArea_bnr {
  flex-basis: 48%;

}
.freeArea_text{
  font-size: 1.35rem;
  line-height: 1.8rem;
  margin-top: 10px;
}

.specialFeature{
  background-image: url(/images/pc/top/bg_special_feature.webp);
  background-position: 0 0;
  padding: 65px 0;
}
.specialFeature_title{
  color: #3c3c3c;
  font-size: 2.4rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.specialFeature_title::after{
  background-color: #ffa0c3;
  width: 16%;
}
.specialFeature_content{
  margin-bottom: 65px;
}
.specialFeature_subTitle{
  color: #3c3c3c;
  font-size: 1.8rem;
  margin-bottom: 15px;
  text-align: center;
}
.specialFeature_link{
  max-width: 320px;
}
.specialFeature_list{
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.specialFeature_item{
  flex-basis: 19%;
}
.specialFeature_item a{
  color: #3c3c3c;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.specialFeature_item a:hover{
  opacity: 0.8;
}
.specialFeature_item_thum{
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.specialFeature_item_thum::after {
  content: "";
  padding-top: 100%;
  display: block;
}
.specialFeature_item_thum img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.specialFeature_item_wrap{
  align-items: center;
  display: flex;
}
.specialFeature_item_image{
  border-radius: 50%;
  overflow: hidden;
  width: 42px;
  margin-right: 10px;
}
.specialFeature_item_text{
  color: #3c3c3c;
  font-size:1.4rem;
  margin-bottom: 6px;
}
.specialFeature_item_tag{
  color: #939393;
  font-size: 1.2rem;
}
.specialFeature_item_heading{
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
}
.specialFeature_type{
  padding:0;
}
.specialFeature_type_subTitle{
  color: #3c3c3c;
  font-size: 1.8rem;
  margin-bottom: 15px;
  text-align: center;
}
.specialFeature_type_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.specialFeature_type_item{
  flex-basis: 23.5%;
  margin-bottom: 14px;
}
.specialFeature_type_item:last-child{
  flex-basis: 49%;
  margin-bottom: 0;
}

.brandList{
  padding: 40px 0;
}
.brandList .content_wrap{
  justify-content: space-between;
}
.brandList_title{
  font-size: 2.4rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.brandList_title::after{
  background-color: #ffa0c3;
  width: 16%;
}
.brandList_subTitle {
  background-color: #ffebf5;
  color: #3c3c3c;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 13px 19px;
  margin-bottom: 16px;
  text-align: left;
}
.brandList_subTitle.brandClear{
  background-color: #e6f5fa;
}
.brandList_item{
  flex-basis: 48.5%;
  margin-bottom: 30px;
}
.brandList_item a{
  color: #3c3c3c;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.brandList_item a:hover{
  opacity: 0.8;
}
.brandList_item_img{
  margin-bottom: 16px;
}
.brandList_item_heading{
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.brandList_item_text{
  font-size: 1.4rem;
  line-height: 2rem;
}
.brandList_item_list{
  display: flex;
}
.brandList_item_blb{
  align-items: center;
  background-color: #e3e3e3;
  border-radius: 20px;
  color: #3c3c3c;
  display: flex;
  font-size: 1rem;
  padding: 6px 10px;
  margin-top: 10px;
  margin-right: 6px;
}
.brandList_item_uv,
.brandList_item_moist{
  align-items: center;
  background-color: #e3e3e3;
  border-radius: 20px;
  color: #3c3c3c;
  display: flex;
  font-size: 1rem;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 6px;
  text-align: center;
}
.brandList_item_blb_icon{
  display: block;
  width: 17px;
  margin-right: 5px;
}
.equipment{
  padding: 80px 0;
}
.equipment .content_wrap {
  justify-content: center;
}
.equipment_block{
  margin-right: 50px;
  margin-bottom: 30px;
}
.equipment_text{
  color: #3c3c3c;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 20px;
}
.equipment_text > span{
  color: #d6294b;
}
.equipment_link{
  max-width: 320px;
  margin-top: 30px;
}

/* 開催中のキャンペーンバナー
------------------------------------------------------------------------------------*/
.campaign_slider_inner .swiper-wrapper {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

/*ニュース*/
.news{
  background-color: #eee;
  padding: 40px 4.26%;
}
.news_title{
  font-size: 2rem;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.news_title::after{
  background-color: #ffa0c3;
  width: 9.5%;
}
.news_inner{
  background-color: #fff;
  height: 180px;
  overflow-y: scroll;
  width: 100%;
}
.news_list{
  border-bottom: 1px solid #ccc;
  list-style: none;
  padding:20px 4.26%;
}
.news_list a{
  align-items: center;
  display: flex;
}
.news_time{
  color: #3c3c3c;
  font-size: 1.4rem;
  margin-right: 10px;
}
.news_new{
  display: none;
}
.news_cat_new{
  background-color: #f29cc3;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 0px;
  text-align: center;
  min-width: 60px;
  margin-right: 16px;
  display: inline-block;
}
.news_cat_important{
  background-color: #3c3c3c;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 0px;
  text-align: center;
  min-width: 60px;
  margin-right: 16px;
  display: inline-block;
}
.news_subTitle{
  color: #3c3c3c;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.news_list_link:hover{
  text-decoration: none;
}


