@charset "UTF-8";
/* common */
body {
 overflow-x: hidden;
 color: #333;
}
body, ul, ol, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, p, hr, pre, blockquote, form, input, button, textarea, select, option, fieldset, legend {
  margin: 0;
  padding: 0;
}
img{
  max-width: 100%;
  height: auto;
}
.container{
  max-width: 960px;
  margin: 0 auto;
  line-height: 1.5;
}
/* h2.title rc-headline[module] */
.rc-headline__headline {
  margin: 0 0 60px !important;
  color: #002896;
  font-size: 42px;
}
.rc-headline__headline::after{
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  background: #002896;
  margin: 10px auto 0;
}
/*bg-color*/
.bg-blue{
  background: #E9F8FE;
}
a {transition-duration: 0s;}
/* contents ======================================================================================================================*/
/* mv */
h1 {
  display: block;
  width: 100%;
  background: url(https://r.r10s.jp/evt/event/auto/mycar/program/blackfriday/_cmn/img/20251112/bg_main_ttl.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 17px;
}
h1 img{
  display: block;
  margin: 0 auto;
}
/* date */
.date {
  text-align: center;
  font-size: 16px;
  background: #333;
  padding: 8px 0;
  margin-bottom: 20px;
  line-height: 1.5;
}
/* caution */
.caution{
  width: 700px;
  margin: 0 auto 50px;
  padding: 16px;
  box-sizing: border-box;
  border: 2px solid #C4C4C4;
  text-align: left !important;
  font-size: 14px;
}
/*entry*/
.defArea {
  width: 100%;
  height: auto;
  background: url(https://r.r10s.jp/evt/event/auto/mycar/campaign/pointzakufes/2110/_cmn/img/bg_step.jpg) repeat-y;
  background-size: 72px auto;
  background-position: 125px top;
  position: relative;
  z-index: 0;
}
.defTerm {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background: #fff;
}
.step01 img{
  width: 79%;
}
.step01 dd p{
  text-align: center;
}
.step01 dd p.description {
  width: 480px;
  margin: 0 auto;
  font-size: 14px !important;
  text-align: left;
}
.rcEntryButton {
  position: relative;
}
.rcEntryButton::before {
  content: "";
  width: 72px;
  height: 72px;
  background: url(https://r.r10s.jp/evt/event/auto/mycar/campaign/pointzakufes/2110/_cmn/img/img_step_01.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  top: 0;
  left: 125px;
  z-index: 2;
}
.rcEntryButton::after {
  content: "";
  width: 960px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  background-size: 100% 36px;
  background-position: top;
  z-index: -1;
}
.rcEntryButton button {
  margin-bottom: 20px !important;
}
.rcEntryButton-checkbox {
  max-width: 500px !important;
  margin: 0 auto;
  margin-top: 0 !important;
  padding: 16px 16px 0 !important;
}
.rcEntryButton-checkbox div {
  text-align: left;
  font-size: 12px !important;
}
.btnListWrap {
  display: flex;
  justify-content: center;
}
.btnListWrap .linkText {
  margin-right: 20px;
}
.step02 {
  width: 480px !important;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
}
.step02 .defDescription img{
  width: 60%;
}
.step02 .defDescription {
  position: relative;
}
.step02 .defDescription::after {
  content: "";
  width: 960px;
  height: 36px;
  position: absolute;
  bottom: 0;
  left: -300px;
  background: #fff;
  background-size: 100% 36px;
  background-position: bottom;
  z-index: -1;
}
.mycarbtn {
  width: 480px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.mycarbtn::before {
  content: "";
  width: 72px;
  height: 72px;
  background: url(https://r.r10s.jp/evt/event/auto/mycar/campaign/pointzakufes/2110/_cmn/img/img_step_02.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  top: 0;
  left: -115px;
  z-index: 2;
}
.mycarbtn a{
  display: block;
  width: 480px;
  font-size: 20px;
  padding: 22px 0;
  background: #002896;
  border-radius: 40px;
  font-family: 'Hiragino Kaku Gothic ProN', Hiragino Kaku Gothic ProN, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 1.25px 6px rgb(0 0 0 / 20%);
  box-shadow: 0px 1.25px 6px rgb(0 0 0 / 20%);
  position: relative;
}
.mycarbtn a::before{
  content: "";
  background: url("https://r.r10s.jp/evt/event/auto/mycar/program/marathon/_cmn/img/20210702/entry-icon.svg");
  position: absolute;
  top: 43%;
  left: 30px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -8px 0 0;
}
.mycarbtn a.float {
  margin: 0 auto;
}
/* pageLink */
.pageLink{
  width: 100%;
  height: auto;
}
.pageLink_in{
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.pageLink_in li{
  width: calc(100%/2);
  text-align: center;
  font-weight: bold;
}
.pageLink_in li a{
  display: block;
  text-decoration: none;
  font-size: 25px;
  color: #343434;
  border-bottom: solid 3px #343434;
  padding: 20px 0;
  position: relative;
  line-height: 1.3;
}
.pageLink_in li a::after{
  content: url(https://r.r10s.jp/evt/event/auto/mycar/program/marathon/_pc/img/20210620/icon_arrow.svg);
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(0, -50%);
}
.pageLink_in li a:hover{
  color: #bf0000;
  border-bottom: solid 3px #bf0000;
}
.pageLink_in li a span{
  display: block;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

/*search===================================================================================*/
.search_title{  
  margin: 0 auto 8px;
  font-size: 16px;
  font-weight: bold;
}
.search_title span {
  display: inline-block;
}
.rc-searchForm__inputContainer {
  background: none;
  border: none;
}
.rc-searchForm__textInputContainer{
  height: 40px;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
}
.rc-searchForm__textInput {
  background: #fff;
  border-radius: 4px;
}
.rc-searchForm__button {
  width: 80px;
  height: 42px;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  margin-left: 10px;
  letter-spacing: 2px;
}
.rc-searchForm__button::before{
  content: unset !important;
}
.rc-searchForm__form input::placeholder {
  color: #C4C4C4;
}
/* rc-searchKeyword[module] */
.rc-searchKeyword__item {
  position: relative;
  margin: 0 6px 6px 0;
  border-radius: 4px;
  font-size: 16px;
  background: #ffffff;
  border: 1px solid #C4C4C4;
}
.rc-searchKeyword[layout] [class*=genreList__icon]:before {
  font-size: 24px;
  margin-right: 5px;
  vertical-align: bottom;
}
.rc-searchKeyword a{
  padding: 7px 12px;
}
.genreList__icon:before{
  content: "";
  background: url(https://r.r10s.jp/evt/event/auto/mycar/program/marathon/_pc/img/20210620/icon_search.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 25px;
  height: 25px;
}

/* process =========================================================================*/
.process{
  background: #002896;
}
.process_in{
  background: url(https://r.r10s.jp/evt/event/auto/mycar/program/marathon/_pc/img/20240107/bg_coin.png) no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.process .rc-headline__headline::after {
  background: #fff !important;
}
.process_cont{
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  text-align: center;
  border-radius: 6px;
}
.process_contImg{
  text-align: center;
  margin-bottom: 25px;
}
.point5Link{
  background: #FFF7AD;
  border-radius: 10px;
  padding: 30px;
}
.point5Link_in {
  border: 3px solid #FF5858;
  border-radius: 3px;
  padding: 25px;
}
.point5Link_ttl {
  margin-top: -50px;
}
.point5Link_ttl span {
  display: inline-block;
}
.point5Link_ttl span.sub {
  padding: 0 20px;
  background: #FFF7AD;
}
.point5Link_btn {
  height: 80px;
}
.point5Link_btn a{
  display: inline-block;
  width: 700px;
  height: auto;
  padding: 10px;
  border: 3px solid #bf0000;
  border-bottom: 8px solid #bf0000;
  border-radius: 50px;
  background: #fff;
  color: #bf0000 !important;
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
.point5Link_btn a:active {
  border-bottom: 3px solid #bf0000;
  transform: translateY(5px);
}
/* benefits =========================================================================*/
.benefits{
  margin-bottom: 80px;
  height: 560px;
  box-sizing: border-box;
  background: url(https://r.r10s.jp/evt/event/auto/mycar/program/marathon/_pc/img/20210620/bg_tokuten.jpg) no-repeat center top;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.benefits .rc-headline__headline::after {
  background: #fff;
}
.benefitsWrap > li ._icon {
  width: 81px;
  margin: 0 auto 18px;
}
.benefitsWrap {
  width: 950px;
  margin: 0 auto;
  display: flex;
}
.benefitsWrap > li{
  vertical-align: top;
  margin-right: 8px;
  padding: 20px 19px 40px;
  width: calc(100% / 4 - 8px);
  height: 314px;
  box-sizing: border-box;
  letter-spacing: normal;
  background: rgba(255,255,255,.79);
}
.benefitsWrap > li:last-child {
  margin-right: 0;
}
.benefitsWrap .txtTtl {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #1678cc;
  text-align: center;
  line-height: 1.3;
}
.benefitsWrap .txtDesc {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

/* bnrlist =========================================================================*/
.bnrlist li a{
  width: 100%;
}

/* shoplist ========================================================================================*/
.shoplist ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
  font-size: 0;
  margin-left: 0 !important;
}
.shoplist ul li {
  display: flex;
  align-items: center;
  vertical-align: top;
  margin-top: 0 !important;
  margin-left: 0 !important;
  font-size: 14px;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  font-size: 15px;
  position: relative;
}
.shoplist ul li::after {
  position: absolute;
  right: 5px;
  bottom: 5px;
  content: "";
  border-top: 15px solid transparent;
  border-right: 15px solid #C4C4C4; /* ラベルの色はここで変更 */
  z-index: 100;
  transition: all 0.5s;
}
.shoplist ul li:hover::after {
  border-right: 15px solid #bf0000; /* ラベルの色はここで変更 */
}
.shoplist ul li a{
  display: table-cell;
  width: calc(872px/4);
  height: 50px;
  font-size: 14px;
  padding: 5px 10px;
  vertical-align: middle;
  color: #333 !important;
}
.shoplist ul li a:hover {
  opacity: .8 !important;
}

/* rule ========================================================================================*/ 
.pc-rule {display: block;}
.sp-rule {display: none;}

/* footer_list ========================================================================================*/
.footerList {
  position: relative;
  padding: 25px 0 30px;
}
.footerList:before {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  margin: 0 -500%;
  padding: 0 500%;
  background: #ebebeb;
}
.footerList .footerListWrap {
  letter-spacing: -.5em;
  text-align: center;
}
.footerList .footerListWrap .Lv1Menu {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 300px;
}
.footerList .footerListWrap .Lv1Menu p {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 4px;
  border-bottom: 1px solid #d5d6d6;
  margin-bottom: 6px;
}
.footerList .footerListWrap .Lv1Menu + .Lv1Menu {
  margin-left: 20px;
}
.footerList .footerListWrap .Lv1Menu .Lv2List {
  line-height: 2.38;
  text-align: left;
}
.footerList .footerListWrap .Lv1Menu .Lv2List {
  line-height: 2.38;
  text-align: left;
}
.footerList .footerListWrap .Lv1Menu .Lv2List li a {
  color: #333 !important;
}

/*float-btn ========================================================================================*/
#fixedbtn {
  position: fixed;
  bottom: -80px;
  right: 0px;
  z-index: 9999;
  width: 100%;
  height: 70px;
  padding: 10px 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  opacity: 1\9;
  background: rgba(0,0,0,0.5);
  text-align: center;
}
#fixedbtn.show {
  bottom: 0px;
  opacity: 1;
}
.rc-toTop {
  bottom: 100px;
}