@charset "utf-8";
/*
 common
======================================================= */
html{
  overflow: auto;
}
body{
  position: relative;
  overflow-x: hidden;
  min-width: 960px;
}
.all_contentsWrap{
  width: 960px;
  margin: 0 auto;
}
/*
kanban
======================================================= */
.kanban{
  background-color: #91ecff;
  position: relative;
}
.loopSwiper{
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 32px;
  padding: 10px 0;
  margin: -10px 0;
}
.loopSwiper .loopSwiper_box{
  width: 900px;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 8px;
  max-height: calc(80px + 20px);
  background-color: #fff;
  overflow: hidden;
  pointer-events: none;
  box-shadow: 0 2px 12px rgba(0,0,0,.2);
}
.loopSwiper .swiper-container01 {
  position: relative;
  display: flex;
}
.loopSwiper ul {
  padding: 0;
  /*ロゴの枚数で下記の数値（10）を変更*/
  width: calc((80px + 25px)*10);
  display: flex;
  flex-shrink: 0;
}
.loopSwiper ul:first-child {
  animation: loopslide1 60s -30s linear infinite;
}
.loopSwiper ul:last-child {
  animation: loopslide2 60s linear infinite;
}
.loopSwiper ul li img {
  display: block;
  width: 100%;
  height: auto;
}
@keyframes loopslide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loopslide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.pre_txt{
  position: relative;
  padding: 12px 0;
  background-color: #1c1800;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  line-height: 1.35;
}
.pre_txt > p:first-of-type{
  font-weight: bold;
  font-size: 20px;
}
.pre_txt > p:first-of-type > span{
  font-size: 20px;
}
.pre_txt > p:first-of-type > span > span{
  color: #91ecff;
}
/* loopSlide _slideimg */
.loopSwiper .loopSwiper_box ul li {
  width: auto;
  width: 80px;
  height: 80px;
  margin-right: 25px;
  display: inline-block;
  list-style: none;
  text-align: center;
  box-sizing: border-box;
  border: 1px #ccc solid;
}
/*
section
============================================= */
.main_section{
  position: relative;
  padding-bottom: 84px;
}
.main_section::before{
  content: "";
  background-color: #e9fbff;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}
.main_section2{
  padding-bottom: 84px;
  background-color: #ffffff;
}
.section_lead{
  margin-bottom: 7.5vw;
  text-align: center;
  font-size: 4.688vw;
}
/*
title
======================================================= */
/*h2*/
.main_ttl_inner{
  position: relative;
  width: 530px;
  margin: 0 auto 37px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
.main_ttl_inner::before,
.main_ttl_inner::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 36px;
  height: 45px;
  margin: auto 0;
  background-image: url(https://r.r10s.jp/evt/event/genre/timesale/_cmn/img/20250630/ttl_icon.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
}
.main_ttl_inner::before{
  left: 0;
}
.main_ttl_inner::after{
  right: 0;
  transform: scale(-1,1);
}
.main_ttl{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 52px;
  padding-bottom: 20px;
  height: 168px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 1.35;
}
.main_ttl::before{
  position: absolute;
  display: block;
  content: "";
  width: 1920px;
  top: 0;
  left: 0;
  height: 168px;
  transform: translateX(-50%);
  margin-left: 50%;
  z-index: -1;
  background-image: url(https://r.r10s.jp/evt/event/genre/timesale/_pc/img/20250630/h2_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px 168px;
}
.main_ttl > div{
  width: 100%;
}
.main_ttl > div > .main_ttl_inner{
  margin-bottom: 0;
  font-size: 34px;
}
.main_ttl_custom{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.main_ttl_custom > div > .main_ttl_inner{
  margin-top: 0;
}
.main_ttl_custom._white *{
  color: #fff!important;
}
.main_ttl_custom._white .main_ttl_inner::before,
.main_ttl_custom._white .main_ttl_inner::after{
  background-image: url(https://r.r10s.jp/evt/event/genre/timesale/_pc/img/20231031/ttl_icon_white.png);
}
.main_ttl ._bold{
  font-size: 34px;
}
/* main_ttl _02 */
.main_ttl_ic{
  width: 92px;
  margin: 0 auto 8px;
  padding-top: 7px;
}
.main_ttl._02 .main_ttl_inner::before,
.main_ttl._02 .main_ttl_inner::after{
  content: none;
}
/*h3*/
.sub_ttl{
  margin-bottom: 36px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.ranking_wrap .sub_ttl{
  margin-bottom: 0;
}
.sub_ttl > span{
  padding: 0 5px;
  display: inline-block;
  background:linear-gradient(transparent 70%, #91ecff 70%);
  line-height: 1.2;
}
.alcor_wrap + .alcor_wrap{
  margin-top: 40px;
}
.sub_text{
  text-align: center;
  font-size: 18px;
  margin-top: -22px;
  margin-bottom: 28px;
}
/*
coupon
======================================================= */
.coupon{
  position: relative;
  padding-top: 61px;
  padding-bottom: 61px;
}
.coupon::before{
  content: "";
  background-color: #91ecff;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}
/* coupon01 */
.coupon01 .rc-noTransitionCoupon__title{
  color: #1c1800;
}
.coupon01 .coupon_list_text{
  border-color: #0049a4;
  background-color: #0049a4;
  color: #fff;
  padding: 14px 0;/*「クーポンを獲得する」の帯色高さ調整*/
  font-size: 12px;
  z-index: -1;
}
.coupon01 .coupon_list_title{
  color: #333;/*「●,000円(税込)以上のご購入で利用可」の色調整*/
  margin-bottom: 6px;/*「●,000円(税込)以上のご購入で利用可」の下マージン調整*/
  font-size: 10px;
}
.coupon01 .coupon_list_discount em{
  font-size: 48px;/*「<em>●●</em>」の調整*/
}
.coupon01 .coupon_list_filled{
  color: #fff;
  font-size: 12px;
}
.coupon01 .rc-noTransitionCoupon__annotation{
  color: #333;
  font-size: 14px;
}
.coupon01 .coupon_list_body::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 10px, #1c1800 11px),
    radial-gradient(circle at center right, transparent 0, transparent 10px, #1c1800 11px);
  height: 102%;
}
.coupon01 .coupon_list_link {
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  padding: 8px 0 0;/*クーポン背景上部の余白調整*/
}
.coupon01 .coupon_list_link::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 11px, #ffffff 12px),
      radial-gradient(circle at center right, transparent 0, transparent 11px, #ffffff 12px);
  height: 98%;
  width: 99.8%;
  z-index: -2;
}
.coupon01 .coupon_list_discount{
  color: #0049a4;
  font-size: 20px;/*「●●円OFF」フォントサイズ*/
  margin-bottom: 7px;/*「●●円OFF」下マージン調整*/
}
.coupon01 .coupon_list_note{
  font-size: 12px;
  padding-top: 5px;
}
/* periodWrap02 */
.periodWrap02{
  margin: 0 16px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 52px;
}
.periodDate{
  margin-bottom: 27px;
}
.periodDate .period{
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
.periodWrap02 span._bold{
  font-weight: bold;
}
.periodDate .period + .period{
  margin-top: 21px;
}
.cautionTxt_box{
  margin: 0 auto 30px;
  text-align: center;
}
.cautionTxt{
  text-align: center;
  font-size: 14px;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.35;
}
.periodWrap02 .campaignLink{
  margin-right: 0 !important;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  box-sizing: border-box;
  padding: 0 38px;
}
.periodWrap02 .campaignLink a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  color: #333;
  position: relative;
  text-decoration: none;
  font-size: 14px;
}
.periodWrap02 .campaignLink a span:hover{
  text-decoration: underline;
}
.periodWrap02 .campaignLink a .rex-icon{
  display: inline-block;
  margin-left: 4px;
}
.specialoffer .periodWrap02 .campaignLink a{
  color: #fff;
}
.periodWrap02 .campaignLink + .campaignLink{
  border-left: solid 1px #333;
}
.specialoffer .periodWrap02 .campaignLink + .campaignLink{
  border-left: solid 1px #fff;
}
.periodWrap02 .campaignLinkList{
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 0;
  width: 401px;
  margin: 0 auto;
}
.ic_modal{
  width: 15px;
}
.campaignLink span{
  margin-right: 6px;
}
/*
index
======================================================= */
.index_list{
  width: 440px;
  margin: 0 auto 40px;
}
.index_list li a{
  display: block;
}
.index_list li a:hover{
  opacity: .8;
}
/*
section
======================================================= */
.sub_section01{
  margin-bottom: 76px;
}
.sub_section01:last-of-type{
  margin-bottom: 0;
}
.sub_section01 .ecm-alcor{
  padding: 8px;
}
/*
home_appliances
======================================================= */
/*
category
===================================== */
.category_list{
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto -38px;
}
.category_list > li{
  display: flex;
  width: calc((100% - 140px) / 5);
  margin-right: 35px;
  margin-bottom: 38px;
}
.category_list > li:nth-of-type(5n){
  margin-right: 0;
}
.category_list li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 1.2;
}
.category_list li a > ._img{
  margin-bottom: 13px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.category_list li a > p{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.ttl01{
  text-align: center;
  font-size: 22px;
  margin-bottom: 5px;
}
.tab_content{
  padding-top: 31px;
}
/* alcor_box */
.alcor_box + .alcor_box{
  margin-top: 62px;
}
.alcor_box .ecm-slider{
  padding: 10px;
  margin: -10px;
}
.alcor_box .ecm-slider-slide{
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
  border-radius: 4px;
}
/*
 more btn
=============================================== */
.defaultBtn_wrap{
  width: 360px;
  margin: auto;
}
.defaultBtn_wrap>a{
  margin-top: 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 72px;
  border-radius: 40px;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  background-color: #0049a4;
  line-height: 1.2;
  text-align: center;
  color: #ffffff!important;
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
}
.defaultBtn_wrap>a:hover{
  opacity: .8;
}
.defaultBtn_wrap>a::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.shop_wrap .defaultBtn_wrap>a::before{
  content: none;
}
.ranking_wrap .defaultBtn_wrap{
  margin-top: 32px;
}
/*
 brand
=============================================== */
.brand_wrap .brand_ul{
  margin-bottom: -6px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.brand_wrap .brand_ul li{
  width: calc((100% - 44px)/5)!important;
  margin-right: 11px;
  margin-bottom: 11px;
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.brand_wrap .brand_ul li:nth-of-type(5n){
  margin-right: 0!important;
}
.brand_wrap .brand_ul li a:hover{
  opacity: .8;
}
/*
pointup
======================================================= */
/*
brand
======================================================= */
/*
sport
======================================================= */
/*
keyword_area
======================================================= */
/* search01 */
.search01{
  width: 780px;
  margin: 0 auto 50px;
}
.search01 .search_box{
  border-radius: 0;
  border: 1px solid #0049a4;
  height: 52px;
  border-radius: 4px;
}
.search01 .search_box_submit{
  width: 52px;
  background-color: #0049a4;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.search01 .search_input{
  padding-left: 16px;
  font-size: 14px;
}
.search01 .search_box_ic{
  font-size: 30px;
  color: #fff;
}
.keyword01{
  margin: 0 16px;
}
.keyword01 .ecm-search-alcor-v2-horizontal{
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px;
}
.keyword01 + .keyword01{
  margin-top: 76px;
}
/* compare_wrap */
.compare_wrap{
  margin: 70px 0 59px;
}
.compare_ttl{
  margin-bottom: 34px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.compare_ttl ._redTxt{
  color: #0049a4;
}
.compare_ttl ._emTtxt{
  font-size: 23px;
}
.compare_ttl .genreList__icon{
  display: inline-block;
  margin-right: 3px;
}
.compare_ttl ._emTtxt > span{
  display: inline-block;
  padding: 0 10px;
  background: linear-gradient(transparent 70%, #91ecff 71%, #91ecff 89%, transparent 90%);
}
.compare_list{
  display: flex;
}
.compare_list li{
  border-radius: 6px;
  padding: 21px 0 26px;
  background-color: #fff;
  width: 465px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
  display: flex;
  flex-flow: column;
}
.compare_list li + li{
  margin-left: 32px;
}
.compare_list li .compare_list_ttl{
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 27px 18px;
  padding-bottom: 18px;
  font-size: 24px;
  font-weight: bold;
  background-image: url(https://r.r10s.jp/evt/event/genre/timesale/_pc/img/20240930/line_dot.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
.compare_list li .compare_list_ttl_step{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 42px;
  margin-right: 10px;
  font-size: 22px;
  background-color: #91ecff;
  line-height: 1;
}
.compare_list li .compare_list_contents{
  padding-bottom: 23px;
}
.compare_list li .compare_list_contents p{
  padding: 0 27px;
  font-size: 16px;
  line-height: 1.4;
}
.compare_list li .compare_list_contents p._smallTxt{
  font-size: 14px;
  color: #5d5d5d;
  width: 100%;
}
.compare_list li .compare_list_contents_img{
  width: 323px;
  margin: auto auto 0;
}
/* about_flashcoupon_area */
.about_flashcoupon_area{
  padding-bottom: 60px;
}
.about_flashcoupon_area .logo_flashcoupon{
  width: 319px;
  margin: 0 auto 24px;
}
.ic_step{
  display: block;
  width: 72px;
  margin-right: 8px;
  margin-left: 3px;
}
.about_ttl_step{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.about_ttl_step ._bold{
  font-size: 30px;
}
.about_ttl_step{
  display: flex;
  align-items: center;
  margin-bottom: 46px;
  padding-bottom: 14px;
  position: relative;
}
.about_ttl_step::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: url(https://r.r10s.jp/evt/event/genre/timesale/_sp/img/20240930/about_ttl_step_border.png);
  background-size: 100%;
  bottom: 0;
}
.about_flashcoupon_area .compare_list li{
  padding: 22px 16px;
}
.about_img{
  width: 388px;
  margin: 0 auto 24px;
}
.about_text_box{
  font-size: 16px;
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -1px;
}
.about_text_box ._bold{
  font-weight: bold;
  font-size: 18px;
}
.about_more_title{
  background: url(https://r.r10s.jp/evt/event/genre/timesale/_pc/img/20250630/about_more_title.png);
  background-size: 100%;
  height: 59px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.about_more_box{
  font-weight: bold;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.about_more_list{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  background: #fff;
  border-radius: 6px;
  margin-right: 33px;
  width: calc((100% - 33px) / 2);
  padding: 34px 0;
  box-sizing: border-box;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
}
.about_more_list:nth-of-type(2n){
  margin-right: 0;
}
.about_more_img{
  width: 391px;
  margin-bottom: 29px;
}
/* button01 */
.button01{
  margin: 0 auto;
}
.button01 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 249px;
  height: 58px;
  margin: 0 auto;
  border-radius: 29px;
  background: #0049a4;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, .2);
}
/*
rule
======================================================= */
.rule{
  padding-top: 60px;
  padding-bottom: 60px;
}
/*
floating_search
======================================================= */
#JSFloatingBanner{
  position:fixed;
  bottom:0px;
  width:100%;
  height: auto;
  z-index:10;
  left: 0;
}
#JSFloatingBanner .keywordArea{
  padding: 16px 0;
  background: #f2f2ed;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.2);
}
#JSFloatingBanner .search01{
  margin-bottom: 0;
  width: 680px;
}
#JSFloatingBanner .search01 .rc-searchForm__textInputContainer{
  height: 11.875vw;
}
#JSFloatingBanner .search01 .search_box{
  border-radius: 4px;
  border: 1px solid #0049a4;
}
#JSFloatingBanner .search01 .search_box_submit{
  background-color: #0049a4;
  width: 60px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#JSFloatingBanner .search01 .search_box_ic{
  color: #fff;
}
/*
rc-top
===========================================- */
[data-module-name=ecm-floating][data-static=false]{
  bottom: 120px!important;
}