@charset "utf-8";

/* Reset */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
menu,
nav,
output,
ruby,
section,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  vertical-align: baseline;
}

u {
  text-decoration: none;
}

.row {
  display: block;
}

/* Base Styles */
html,
body,
body:lang(ja) {
  overflow-x: hidden;
  color: #333333;
}

main p {
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}

li {
  list-style: none;
}

/* Variables */
:root {
  --pointup-max2600-blue: #006497;
  --light-orange: #fcf0e9;
  --orange: #fc640e;
}

/* Utility Classes */
.pc_style,
.pc {
  display: none;
}

.sp_style,
.sp {
  display: block;
}

.sp-min {
  display: block;
}

.red {
  color: #bf0000;
}

.bold {
  font-weight: bold;
}

.font {
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}

.text-center {
  text-align: center;
}

.mg-0 {
  margin: 0 auto;
}

.margin20 {
  margin: 20px auto;
}

.sub-title {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;

}

.large-text {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;

}

.rakuten-sans {
  font-family: 'Rakuten Sans JP', sans-serif;
}

.image20 {
  display: block;
  width: 20% !important;
  max-width: 200px;
}

.image50 {
  display: block;
  width: 50% !important;
  max-width: 200px;
}

.image80 {
  display: block;
  width: 80% !important;
  max-width: 250px;
}

.image90 {
  display: block;
  width: 90% !important;
  max-width: 300px;
}

/* Wrapper */
.wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  color: #333;
}

/* Breadcrumb */
.wrapper ul.topic-path {
  font-size: 12px;
  padding: 10px 12px;
  margin-bottom: 0;
}

.wrapper ul.topic-path li {
  display: inline-block;
  color: #686868;
  padding-left: 10px;
}

.wrapper ul.topic-path li a {
  display: inline-block;
  padding-right: 10px;
}

/* Main Content */
.main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  color: #333;
}

.campaignRule {
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}

.main-ttl {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;

}



/* MV Area */
.mv {
  width: 100%;
  height: auto;
}

h1 {
  background-image: url(https://carservice.r10s.jp/img/repair/campaign/pointup/max2600p_aug25/mv_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.mv-image-container {
  max-width: 826px;
  width: 100%;
  margin: 0 auto;
}

.mvArea {
  margin-bottom: 0;
}

.mvArea_sub {
  background-color: var(--pointup-max2600-blue);
}

/* Date */
.date {
  width: 100%;
  height: auto;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  text-align: center;
}

/* Note Area */
.note-area {
  padding: 16px;
  max-width: 648px;
  margin: 0 auto;
}

.pointup-max2600_note {
  font-size: 13px;
}

/* Caution */
.caution {
  width: 100%;
  height: auto;
  font-size: 12px;
  margin-bottom: 0;
}

.caution a,
.caution a:hover {
  color: #0783c2;
}

/* Main Container */
.mainCon {
  background-color: #e8f8ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  margin-bottom: 32px;
}

.mainCon_title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.pointup-max2600_service_merit_contents_wrap>.mainCon_title {
  margin-bottom: 0;
}

.pointup-max2600_arrow {
  max-width: 56px;
  margin-bottom: 16px;
}

/* Campaign Step */
.campaign_step {
  margin: 0 0 40px 0;
  width: 100%;
}

.mainCon_inner {
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 648px;
  height: auto;
  padding: 16px;
  padding-bottom: 32px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

/* Step Number */
.step_num {
  background-color: var(--pointup-max2600-blue);
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: calc(-1 * (clamp(1.25rem, 0.862rem + 1.66vw, 1.188rem)));
  width: clamp(9.375rem, 7.303rem + 8.84vw, 14.375rem);
  text-align: center;
  margin: 0 auto;
  border-radius: 50px;
  left: 0;
  right: 0;
  font-weight: bold;
  letter-spacing: 1px;
}

.step-num {
  font-size: 27px;
}

.step_title {
  margin-top: 24px;
  line-height: 1.8;
}

.step2-note {
  font-size: 14px;
  font-weight: bold;
  color: #bf0000;
}

/* Entry Button */
.CampaignEntryButton_campaignButton__n6hK5 .CampaignEntryButton_rexButton__VH0Gh {
  padding: 0.75rem 0 !important;
  min-width: 17.5rem !important;
}

@media only screen and (max-width: 375px) {
  .CampaignEntryButton_campaignButton__n6hK5 .CampaignEntryButton_rexButton__VH0Gh {
    font-size: 6.9333333333vw;
    min-width: 12rem !important;
  }
}

.service_btn a {
  display: block;
  border-radius: 10rem;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  font-size: 5.9333333333vw;
  line-height: 1.5;
  max-width: 37.5rem;
  min-width: 100%;
  padding: 0.75rem 10px 0.75rem 0;
  position: relative;
  white-space: normal;
  word-break: break-all;
  color: var(--themecolor);
  font-weight: bold;
  border: 2px solid #bf0000;
  background: #fff;
}

.service_btn a::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  position: absolute;
  top: 45%;
  right: 6%;
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
}

/* Repair Service Badge */
.repair-service-badge {
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 2px solid var(--brand-crimson-red, #bf0000);
  display: flex;
  gap: 10px;
  text-align: center;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
  color: #bf0000;
  padding: 10px;
}

.pointup-max2600_location {
  margin: 20px auto;
}

.pointup-max2600_location_title {
  font-size: 16px;
  font-weight: bold;
}

.repair-search-zip-inner {
  padding: 0px;
}

.repair-search-area-more__local .repair-btn--local {
  max-width: 100%;
  width: 100%;
}


/* Points Section */
.points-section {
  width: 100%;
  /* Default to full width for mobile */
}

.plus-symbol {
  display: flex;
  margin: 8% auto;
  max-width: 2.0625rem;
  flex-direction: column;
  align-items: center;
  color: var(--white, #fff);
  white-space: nowrap;
  text-align: center;
  font: 600 1.375rem / 1 'Rakuten Sans JP', -apple-system, Roboto, Helvetica, sans-serif;
}

.plus-circle {
  background-color: rgba(0, 100, 151, 1);
  border-radius: 50%;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 2.125rem;
  padding: 0 0.5625rem;
}

.plus-text {
  color: var(--white, #fff);
}

.campaign-points {
  justify-content: center;
  align-items: stretch;
  align-self: stretch;
  border-radius: 0.625rem;
  border: 0.1875rem solid var(--accent_blue, #006497);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-family: 'Rakuten Sans JP', sans-serif;
  font-weight: bold;
  line-height: 1.3;
}

.campaign-header {
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 6.1875rem;
  width: 100%;
  flex-direction: column;
  text-align: center;
  background-color: var(--accent_blue, #006497);
  padding: 16px;
  color: #fff;
}

.campaign-title {
  font-size: 20px;
}

.max-points {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  color: #fff;
}

.max-label {
  font-size: 18px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  font-family: 'Rakuten Sans JP', sans-serif;
  margin-right: 5px;
  line-height: 1;
}

.points-amount {
  font-size: 42px;
  color: #fff;
  font-family: 'Rakuten Sans JP', sans-serif;
}

.unit {
  font-size: 22px;
  color: #fff;
  font-family: 'Rakuten Sans JP', sans-serif;
}

.campaign-details {
  align-self: center;
  display: flex;
  max-width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 1.125rem 0;
}

.campaign-info {
  text-align: center;
  font-size: 24px;
}

.points-1500 {
  color: #bf0000;
  font-size: 54px;
  font-family: 'Rakuten Sans JP', sans-serif;
}

.points-1100 {
  font-family: 'Rakuten Sans JP', sans-serif;
  font-size: 54px;
}

.additional-campaign .additional-title-text,
.additional-campaign .points-1100,
.additional-campaign .award-text,
.additional-campaign .unit {
  color: #4d4d4d;
  font-family: 'Rakuten Sans JP', sans-serif;
}

/* Banner Section */
.banner-content {
  position: relative;
  display: inline-block;
}

.banner-text-overlay {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 95%;
}

.frame {
  width: 100%;
  max-width: 430px;
}

.banner-text {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

@media all and (min-width: 768px) {
  .frame {
    width: 430px;
    max-width: 430px;
  }

}



.campaign-banner {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Service About */
.service_about {
  background-color: #fff;
  width: 100%;
}

.repair-about {
  margin: 40px auto;
  text-align: center;
}

.meritCon_title {
  color: var(--orange);
  text-align: center;
}

.pointup-max2600_about_num {
  color: var(--orange);
  font-weight: 900;
  font-size: 40px;
  position: absolute;
  top: -40px;
  left: 20px;
  font-family: 'Rakuten Sans JP', sans-serif;
}

.pointup-max2600_service_about {
  margin: 24px auto;
  max-width: 700px;
}

.pointup-max2600_service_merit {
  width: 100%;
  margin-top: 16px;
  position: relative;
  display: inline-block;
}

.pointup-max2600_service_merit::before,
.pointup-max2600_service_merit::after {
  content: "";
  position: absolute;
  top: 4px;
  border-style: solid;
  border-width: 16px 8px;
  border-color: #ffc500 transparent transparent transparent;
}

.pointup-max2600_service_merit::before {
  left: -2px;
  transform: rotate(-30deg);
}

.pointup-max2600_service_merit::after {
  right: 2px;
  transform: rotate(30deg);
}

.pointup-max2600_service_merit_contents_wrap {
  width: 90%;
  max-width: 648px;
  background-color: var(--light-orange);
  padding: 24px 0 24px 0;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.pointup-max2600_service_about_contents_row_wrap {
  margin: 0 auto;
  background-color: #ffffff;
  width: 90%;
  border-radius: 10px;
  margin-top: 30px;
  position: relative;
}

.pointup-max2600_service_about_contents_row {
  display: flex;
  justify-content: space-between;
  width: 90%;
  padding: 24px 0;
  margin: 0 auto;
  align-items: center;
}

.pointup-max2600_service_about_contents_row span {
  display: inline-block;
}

.pointup-max2600_service_about_contents_row p {
  text-align: left;
}

.pointup-max2600_service_about_contents_row img {
  height: auto;
  width: 30%;
  max-width: 130px;
}

/* Float Contents */
#fixedbtn {
  position: fixed;
  bottom: -92px;
  right: 0px;
  z-index: 9999;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  opacity: 1\9;
  /* IE9 */
}

#fixedbtn.show {
  bottom: 0;
  opacity: 1;
}

#fixedbtn.none {
  bottom: -92px;
  opacity: 0;
}

.float-contents {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 16px;
}

.float-location-btn {
  padding: 0px;
}

.rc-footer .rc-footer-top__return-top.rc-fixed-content {
  bottom: 110px !important;
}

.postal__heading {
  font-size: 20px;
  font-weight: bold;
  color: #bf0000;
  padding: 0 4px;
}

.repair-main-search-postal-img {
  width: 20px;
  height: auto;
}

.repair-main-search {
  border-bottom: none;
  padding: 0;
}

.repair-float-search .rc-btn {
  margin-bottom: 5px;
  min-height: 35px;
  background-color: #bf0000;

}

.repair-float-search .rc-btn.float {
  margin-bottom: 0;
  width: 50px;
}

.repair-float-search .rc-input {
  height: 35px;
  width: calc(100% - 50px);
}

.repair-float-search .rc-input input {
  font-size: 16px;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;

}

/* Media Queries - Mobile First */
@media all and (max-width: 767px) {
  .repair-main-search .repair-search-area-more__local {
    margin-bottom: 4px;
  }
}



/* Media Queries - Desktop */
@media all and (min-width: 768px) {

  .pc_style,
  .pc {
    display: block;
  }

  .sp_style,
  .sp {
    display: none;
  }

  .sub-title {
    font-size: 26px;
  }

  .large-text {
    font-size: 18px;
  }

  .image90 {
    width: 360px !important;
    max-width: 360px;
  }

  .date {
    font-size: 18px;
  }

  .step_num {
    font-size: 24px;
    width: 100%;
    max-width: 144px;
  }

  .mainCon_title {
    font-size: 32px;
  }

  .mainCon_inner {
    margin-top: 4rem !important;
  }

  .points-section {
    width: 85%;
  }

  .CampaignEntryButton_campaignButton__n6hK5 .CampaignEntryButton_rexButton__VH0Gh {
    min-width: 30.5rem !important;
  }

  .entry_btn,
  .service_btn {
    max-width: 580px;
    height: auto;
    margin: 0 auto;
  }

  .step2-note {
    font-size: 18px;
    font-weight: bold;
  }

  .pointup-max2600_location {
    width: 100%;
    margin: 20px 0px;
  }

  .pointup-max2600_location_search {
    width: 80%;
  }

  .service-text {
    font-size: 18px;
  }

  .service_btn a {
    font-size: 3.515625vw;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    border: 3px solid #bf0000;
  }

  .service_btn a::after {
    width: 1.5rem;
    height: 1.5rem;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
  }

  .banner-text-overlay {
    width: 90%;
  }

  .banner-text {
    font-size: 18px;
  }

  .pointup-max2600_about_num {
    font-size: 56px;
    top: -49px;
    font-family: 'Rakuten Sans JP', sans-serif;
  }

  .pointup-max2600_location_title {
    font-size: 18px;
  }

  #fixedbtn {
    bottom: -78px;
  }

  .float-search {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
  }

  .postal__heading {
    font-size: 25px;
    padding: 4px;
  }

  .rc-footer .rc-footer-top__return-top.rc-fixed-content {
    bottom: 100px !important;
  }

  .float-inner {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .repair-search-area-more__local {
    flex-shrink: 0;
    flex-grow: 0;
    text-align: center;
    display: flex;
    width: 100%;
  }

  .repair-search-area-more__zip {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 300px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
  }

  .repair-float-search .repair-search-zip-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-grow: 1;
  }

  .repair-search-zip-inner {
    width: 100%;
  }

  .repair-float-search .rc-btn {
    margin-bottom: 0px;
    min-height: 45px;
    height: auto;

  }

  .repair-float-search .rc-btn.float {
    flex-shrink: 0;
    flex-grow: 0;
    width: 100px;
    margin-bottom: 0;
  }

  .repair-float-search .rc-input {
    height: 45px;
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
  }

  .repair-float-search .rc-input input {
    font-size: 20px;
  }
}

@media all and (min-width: 1024px) {
  .service_btn a {
    font-size: 36px;
  }
}