@charset "utf-8";

/*
 common
======================================================= */
html{
  overflow: auto;
}
body{
  position: relative;
  overflow-x: hidden;
  min-width: 960px;
}
.main_contents{
  color: #333;
}
.win960{
  width: 960px;
  transform: translateX(-50%);
  margin-left: 50%;
}

:root{
  --main-ttl-color: #283A70;
  --sub-ttl-color: #BF0000;
  --btn-color: #F09300;
  --bg-color01: #FDF9E4;
  --bg-color02: #F0FDFF;
  --bg-color03: #F5FCFF;
  --bg-color04: #FFFDF6;
}

.section{
  padding: 80px 0;
}
/*
kanban_coupon
======================================================= */
.kanban_coupon{
  width: 1920px;
  transform: translateX(-50%);
  margin-left: 50%;
}
/*
ttl
======================================================= */
/* ttl01 */
.ttl01{
  margin-bottom: 16px;
  font-family: RakutenSansJP2_W-Bold;
}
.ttl01 .title_text{
  position: relative;
  font-weight: bold;
  color: var(--main-ttl-color);
  text-align: center;
  font-size: 24px;
  line-height: 1.35;
  padding-bottom: 6px;
}
.ttl01 .title_text::after {
  width: 247px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-color: #FFBE6F;
}
/* ttl02 */
.ttl02 .head_text{
  position: relative;
  padding: 0px 0 30px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.35;
  color: var(--main-ttl-color);
  margin-bottom: 40px;
  font-family: RakutenSansJP2_W-Bold;
}
.ttl02 .head_text::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 246px;
  height: 26px;
  margin: auto;
  background-image: url("https://r.r10s.jp/evt/event/appliance/aircon/_pc/img/20260327/dec_ttl01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom 0 left 0;
}
.ttl02 .head_sub_text{
  margin: 0 auto 3px;
  text-align: center;
  color: var(--main-ttl-color);
}
.ttl02 .head_sub_text ._text{
  font-family: RakutenSansJP2_W-Regular;
  position: relative;
  padding: 0 16px;
  font-weight: bold;
  font-size: 24px;
}
.ttl02 .head_sub_text ._text::before,
.ttl02 .head_sub_text ._text::after{
  position: absolute;
  content: "";
  background-color: var(--main-ttl-color);
  bottom: 2px;
  width: 2px;
  height: 30px;
}
.ttl02 .head_sub_text ._text::before{
  right: 0;
  transform: rotate(40deg);
}
.ttl02 .head_sub_text ._text::after{
  left: 0;
  transform: rotate(-40deg);
}
.step_area .ttl02 .head_text{
  font-size: 36px;
}
.ttl02 .head_text ._sub{
  font-size: 22px;
  display: inline-block;
}
.ttl02 .head_text .ttl_img3{
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ttl02 .head_text .ttl_img3 img{
  width: 100%;
}
.step_text_box{
  position: relative;
  padding-left: 46px;
}
  
/* ttl03 */
.ttl03{
  margin-bottom: 27px;
  text-align: center;
}
.ttl03 .title_text{
  display: block;
  position: relative;
  font-weight: bold;
  color: #333;
  text-align: center;
  font-size: 22px;
  line-height: 1.35;
  padding-bottom: 18px;
  font-family: RakutenSansJP2_W-Regular;
}
.ttl03 .title_text::after {
  width: 520px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-color: #EEC000;
}
.ttl04{
  text-align: center;
  font-family: RakutenSansJP2_W-Regular;
  color: var(--sub-ttl-color);
  font-weight: bold;
  margin-bottom: 32px;
}
.ttl04 .head_text{
  font-size: 26px;
}
.ttl04 .head_sub_text{
  font-size: 22px;
  margin-bottom: 16px;
}
.ttl04 .head_text{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 242px;
  height: 51px;
  border: 2px solid var(--sub-ttl-color);
  box-shadow: 4px 4px 0 0 var(--sub-ttl-color);
  border-radius: 4px;
  margin: 0 auto;
}
.ttl04._ver2 .head_text{
  width: 320px;
  height: 83px;
  font-size: 24px;
  color: var(--main-ttl-color);
  border-color: var(--main-ttl-color);
  box-shadow: 4px 4px 0 0 var(--main-ttl-color);
}
.ttl_note{
  font-size: 16px;
  color: var(--main-ttl-color);
  text-align: center;
  margin-bottom: 24px;
}
/*
coupon
======================================================= */
.coupon{
  padding: 50px 0 63px;
  background-color: var(--bg-color01);
}
/* coupon01 */
.coupon01{
  margin: 0 0 26px;
}
.coupon01 .rc-noTransitionCoupon__title{
  color: #E46500;
}
.coupon01 .coupon_list_text{
  border-color: #E46500;
  background-color: #E46500;
  color: #fff;
  padding: 8px 0;
}
.coupon01 .coupon_list_title{
  color: #333;
  margin-bottom: 6px;
}
.coupon01 .coupon_list_discount em{
  font-size: 40px;
}
.coupon01 .coupon_list_filled{
  color: #fff;
}
.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, #E46500 11px),
    radial-gradient(circle at center right, transparent 0, transparent 10px, #E46500 11px);
}
.coupon01 .coupon_list_link {
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  padding: 10px 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%;
}
.coupon01 .coupon_list_discount{
  color: #E46500;
  font-size: 20px;
}
.coupon01 .coupon_list_note{
  font-size: 12px;
  color: #333;
}
.coupon01 .coupon_list{
  width: 343px;
}
/* periodWrap01 */
.periodWrap01{
  display: block;
  color: #333;
}
.periodWrap01 .periodTxt{
  text-align: center;
  font-size: 16px;
}
.periodWrap01 .periodTxt:last-of-type{
  margin-bottom: 7px;
}
.periodWrap01 .periodTxt{
  font-weight: bold;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 4px;
}
.periodWrap01 .campaignLink{
  position: relative;
  width: calc((100% - 2.133vw)/2);
  margin-right: 2.133vw;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.periodWrap01 .campaignLink a{
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  text-decoration: underline;
}
.periodWrap01 .campaignLink a:hover {
  opacity: .8;
}
.periodWrap01 .campaignLink::before{
  content: "";
  width: 2px;
  height: 100%;
  background-color: #c6c6c6;
  position: absolute;
  right: 0;
}
.periodWrap01 .campaignLink:last-of-type::before{
  content: none;
}
.periodWrap01 .campaignLink{
  margin-right: 0;
}
.periodWrap01 .campaignLink span{
  position: relative;
}
.periodWrap01 .couponNote_Info{
  font-size: 14px;
  padding-bottom: 32px;
  color: #666;
  text-align: center;
  margin: 0 auto;
}
.periodWrap01 .couponNote_Info li{
  padding-left: 1em;
  text-indent: -1em;
}
.periodWrap01 .campaignLinkList{
  padding: 0;
  display: flex;
  justify-content: center;
  width: 415px;
  margin: 0 auto;
}

.note{
  font-size: 12px;
  padding: 24px 0 0;
  color: #333;
  line-height: 1.6;
  text-align: center;
}
/*
select
======================================================= */
.ad_area + .ad_area{
  margin-top: 20px;
}
.ad_area._col2 .ecm-ad{
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #D8D8D8;
}
/*
attention_item
======================================================= */
/*
aircon_note
======================================================= */
.aircon_note{
  position: relative;
  background: var(--bg-color02);
  padding: 26px 0 30px;
  color: #333;
}
.aircon_note::before,
.aircon_note::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: url(https://r.r10s.jp/evt/event/appliance/aircon/_pc/img/20260327/dec_aircon_note.png) repeat-x;
  background-size: 21px 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.aircon_note::before{
  top: 5px;
}
.aircon_note::after{
  bottom: 5px;
}
.ic_aircon_note{
  width: 45px;
  display: block;
  margin: 2px auto 16px;
}
.ic_aircon_note img{
  width: 100%;
}
.aircon_note_text{
  width: 680px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  font-family: RakutenSansJP2_W-Regular;
}
.aircon_note_text ._bold{
  font-weight: bold;
  text-decoration: underline;
  color: #BF0000;
}
/*
recomend
======================================================= */
.alcol_area{
  margin-bottom: 28px;
}
.alcol_area .ecm-alcor{
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #D8D8D8;
}
.shop_item + .shop_item{
  margin-top: 64px;
}
/* button01 */
.button01{
  margin: 22px auto 0;
}
.button01 + .button01{
  margin: 16px auto 0;
}
.button01 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 417px;
  height: 54px;
  margin: 0 auto;
  border-radius: 32px;
  background: var(--btn-color);
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}
.button01 .buttonLink:hover{
  opacity: .8;
  text-decoration: none;
}
/*
search_area
======================================================= */
.search_area{
  background-color: var(--bg-color03);
}
.ic_search{
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto 6px;
}
.ic_search img{
  width: 100%;
}
/* form */
.formWrap {
  width: 585px;
  margin: 0 auto;
}
.formWrap .ecm-search{
  padding: 0;
  display: block;
  height: auto;
  border: none!important;
  background: inherit!important;
  border-radius: 0;
}
.search_con + .search_con {
  margin-top: 32px;
}
.formWrap input[type="radio"],
.formWrap input[type="checkbox"] {
  display: none;
}
.formWrap .contents_subTitle {
  margin-bottom: 26px;
  font-size: 20px;
  text-align: center;
}
.formWrap .contents_subTitle ._text{
  position: relative;
  display: block;
  padding-bottom: 5px;
  color: var(--main-ttl-color);
}
.formWrap .contents_subTitle ._text::after{
  position: absolute;
  content: "";
  width: 42px;
  height: 2px;
  background-color: var(--main-ttl-color);
  bottom: 0;
  right: 0;
  left: 0;
  transform: translateX(-50%);
  margin-left: 50%;
}
.formWrap .inputWrap li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}
.formWrap .inputWrap input[type="radio"] + label,
.formWrap .inputWrap input[type="checkbox"] + label {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 140px;
  height: 42px;
  border-radius: 20px;
  color: #333;
  background-color: #fff;
  text-align: center;
  line-height: 1.3;
  border: 1px solid #447EF2;
}
.formWrap .inputWrap.input_con02 input[type="checkbox"] + label {
  width: 188px;
}
.formWrap .inputWrap.input_con03 input[type="radio"] + label,
.formWrap .inputWrap.input_con03 input[type="checkbox"] + label {
  width: 31.25vw!important;
}
.formWrap .inputWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  gap: 24px 8px;
}
/* .formWrap .inputWrap::after {
  content: "";
  display: block;
} */
.formWrap .inputWrap > li {
  font-size: 16px;
}
.formWrap .inputWrap input:checked + label{
  color: #fff;
  border: none;
  background-color: #447EF2;
}
.formWrap .inputWrap input[type="radio"] + label:hover,
.formWrap .inputWrap input[type="checkbox"] + label:hover{
  color: #fff;
  border: none;
  background-color: #447EF2;
  cursor: pointer;
}
.formWrap .inputWrap li.checked_disNone {
  display: none;
}
/* .formWrap .input_con02 {
  padding: 2.5vw 3.125vw;
}
.formWrap .input_con02::after {
  padding-right: 3.125vw;
}
.formWrap .input_con02 > li{
  margin: 0;
  padding: 0 1.25vw 2.5vw;
  background-color: #f3f3f3;
  text-align: center;
}
.formWrap .input_con02 > li + li{
  border-left: 1px solid #fff;
}
.formWrap .input_con02 > li > p{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vw;
  font-size: 3.75vw;
  line-height: 1.1;
}
.formWrap .input_con02 li .input_con02_inList {
  display: flex;
  flex-wrap: nowrap;
}
.formWrap .input_con02 li .input_con02_inList > li{
  margin: 0;
  padding: 0;
}
.formWrap .input_con02 li .input_con02_inList > li + li{
  margin-left: 2.5vw;
} */
.text_con input{
  width: 100%;
  height: 42px;
  padding-left: 24px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #508AFF;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
}
.sggstInputWrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.sggstInputWrap > .maxPriceInput,
.sggstInputWrap > .minPriceInput{
  width: calc(50% - 32px);
  margin-bottom: 0!important;
  position: relative;
}
.input_con06 .ecm-search-select{
  width: 100%;
  height: 42px;
  background-color: #fff;
  text-align: left;
  text-align: -webkit-left;
  cursor: pointer;
  border-radius: 6px;
  font-size: 16px;
  text-indent: 0;
  padding: 0 24px;
  box-sizing: border-box;
  border: 1px solid #508AFF;
  position: relative;
  appearance: none;
  color: #333;
}
.input_con06 .ecm-search-select:hover{
  text-decoration: none;
  opacity: .8;
}
.input_con06 .formWrap .inputWrap > li.checked_disNone {
  display: none;
}
.input_con06 .ecm-search-select-container::before{
  z-index: 1;
  padding-right: 0;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 1px solid #508AFF;
  border-top: 1px solid #508AFF;
  transform: rotate(135deg);
}
.formWrap .inputWrap.input_con03 input[type="checkbox"] + label{
  width: 139px!important;
}

/* submit */
.formWrap .defaultBtn_wrap{
  margin-top: 32px;
}
#searchSubmit01 {
  position: relative;
  box-sizing: border-box;
  outline: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 417px;
  height: 54px;
  margin: auto;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 32px;
  font-weight: bold;
  background-color: #f09300;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  box-shadow: 0 1px 6px rgba(0,0,0,0.2);
  font-size: 18px;
}
#searchSubmit01:hover{
  opacity: .8;
}
/*
step_area
======================================================= */
.step_area {
  background-color: var(--bg-color04);
}
.ttl_note02{
  color: #333;
  text-align: center;
  font-family: RakutenSansJP2_W-Regular;
  font-size: 16px;
  margin-bottom: 23px;
  margin-top: -14px;
}
.step_box{
  gap: 32px;
}
.step_list{
  position: relative;
  display: flex;
  flex-flow: column;
  border: 1px solid #D8D8D8;
  padding: 18px;
  background-color: #fff;
  border-radius: 4px;
  font-family: RakutenSansJP2_W-Regular;
  color: #333;
}
.step_list::after{
  content: "";
  position: absolute;
  width: 12px;
  height: 52px;
  background: url(https://r.r10s.jp/evt/event/appliance/aircon/_pc/img/20260327/dec_step.png);
  background-size: 100%;
  right: -24px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.step_list:last-of-type::after{
  content: none;
}
.step_ttl{
  display: flex;
  width: 100%;
  height: 35px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: var(--main-ttl-color);
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 26px;
}
.step_sub_ttl{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.step_text{
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.marker{
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(transparent 65%, #FFE066 65%);
}
.step_text ._bold{
  font-weight: bold;
  font-size: 16px;
}
.step_img{
  width: 140px;
  margin: auto auto 0;
}
.step_img img{
  width: 100%;
}
.step_note{
  font-size: 12px;
  color: #333;
  margin: 32px auto 0;
  width: 590px;
  line-height: 1.7;
}
.step_note li {
  padding-left: 1em;
  text-indent: -1em;
}
/*
shoplist
======================================================= */
/* shop01 */
 .shop01{
  gap: 0 24px;
 }
.shop01 .shop_list{
  display: flex;
  align-items: center;
  margin-top: 16px;
  padding: 0 8px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  color: #333;
  line-height: 16px;
  font-size: 14px;
}
.shop01 .shop_list:hover{
  text-decoration: underline;
}
/*
rule
======================================================= */
.rule{
  padding: 80px 0;
  background-color: #f7f7f7;
}

/*
floating_area
======================================================= */
.floating_area .ecm-floating-navi{
  height: 64px;
  background: #fff;
}
.floating_area .ecm-floating-navi-item{
  position: relative;
  width: 192px;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: var(--main-ttl-color);
  line-height: 1.2;
}
.floating_area .ecm-floating-navi-item::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 52px;
  background-color: #D8D8D8;
}
.floating_area .ecm-floating-navi-item:last-of-type::after,
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]::after{
  content: none;
}
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]{
  background-color: var(--main-ttl-color);
  border: none;
  color: #fff;
  font-weight: normal;
}