@charset "utf-8";

/*========================================
洗車キャンペーン参加方法CSS
========================================*/
html,
body,
body:lang(ja) {
  overflow-x: hidden;
}

.pc_style,
.pc {
  display: none;
}

.sp_style,
.sp {
  display: block;
}

.sp-min {
  display: block;
}

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

.red {
  color: #bf0000;
}

.bold {
  font-weight: bold;
}

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

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

:root {
  --carwash-blue: #003F98;
}

.carwash_blue {
  color: var(--carwash-blue);
}

@media all and (min-width: 769px) {

  .pc_style,
  .pc {
    display: none;
  }

  .sp_style,
  .sp {
    display: block;
  }
}


li {
  list-style: none;
}

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

/*bread*/
.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;
}

/*countdown*/
@media all and (max-width: 768px) {

  .section-first .contdown-area .balloon:before,
  .section-first .contdown-area .balloon:after {
    border: 0 !important;
  }

  .section-first .contdown-area .balloon {
    position: relative;
    display: inline-block;
    padding: 0;
    border: 0;
    margin-right: 0;
  }

  .contdown-area {
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
  }

  .contdown-area #countdown-time {
    font-size: 14px !important;
    vertical-align: top !important;
  }

  .contdown-area #countdown-time span {
    margin: 0 5px;
    font-size: 16px !important;
    font-weight: bold;
    color: #bf0000;
  }
}

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

.mv {
  width: 100%;
  height: auto;
}

.mvArea {
  margin-bottom: 0;
}

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

@media all and (min-width: 769px) {
  .date {
    font-size: 14px;
  }
}

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

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

.mainCon {
  background-color: #E8F8FF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.mainCon_inner {
  position: relative;
  width: 90%;
  max-width: 648px;
  height: auto;
  padding: 16px;
  padding-bottom: 32px;
  border-radius: 5px;
  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);
}

.debut_service_merit_contents_wrap>.mainCon_titlle {
  margin-bottom: 0;
}

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

@media all and (min-width: 769px) {
  .step_num {
    font-size: 24px;
  }

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

  .mainCon {
    background-color: #E8F8FF;
    background-attachment: fixed;
    background-position: bottom center;
    background-size: auto 100%;
  }

  .mainCon_inner {
    padding: 32px;
    text-align: center;
    margin-bottom: 60px;
  }

  .mainCon_inner:last-child {
    margin-bottom: 20px;
  }
}

/*entryArea*/
.CampaignEntryButton_campaignButton__n6hK5 .CampaignEntryButton_rexButton__VH0Gh {
  padding: .75rem 0 !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: .75rem 10px .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);
}

@media all and (min-width: 769px) {

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

  .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;
  }
}

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

/*stepbox*/
.step_num {
  background-color: var(--carwash-blue);
  color: #fff;
  position: absolute;
  top: calc(-1 * (clamp(1.25rem, 0.862rem + 1.66vw, 2.188rem)));
  width: clamp(9.375rem, 7.303rem + 8.84vw, 14.375rem);
  text-align: center;
  margin: 0 auto;
  border-radius: 50px;
  font-size: 23px;
  left: 0;
  right: 0;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
}

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

.mainCon_titlle {
  color: #003F98;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.step_title {
  text-align: center;
  margin-top: 40px;
  font-size: 28px;
  font-weight: 700;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 18px 0 18px;
  border-color: var(--carwash-blue) transparent transparent transparent;
  margin: 0 auto;
  margin-top: -6px;
}

.car_wash {
  width: 100%;
}

.point-get {
  font-size: 26px;
  text-align: center;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
  color: var(--carwash-blue)
}

.pointcoin {
  width: 40px;
  margin-right: 4px;
}

@media all and (min-width:768px) {
  .point-get {
    font-size: 34px;
  }

  .pointcoin {
    width: 58px;
  }

  .mainCon_titlle {
    font-size: 32px;
    margin-bottom: 50px;
  }

  .step_num {
    top: calc(-1*(clamp(1.25rem, 0.862rem + 1.66vw, 2.188rem)));
    width: clamp(9.375rem, 7.303rem + 8.84vw, 14.375rem);
    font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.25rem);
  }

  .step_title {
    font-size: 28px;
  }

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

}


@media all and (min-width:768px) {
  .car_wash {
    max-width: 400px;
    padding-bottom: 16px;
  }
}

/* tab */
.shaken_point {
  background-color: #E8F8FF;
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
}

.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #0085C7;
  display: block;
  order: -1;
}

.tab-wrap_detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tab-wrap_detail:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #ababab;
  display: block;
  order: -1;
}

.tab-label_detail {
  margin: auto;
  color: #EDEDED;
  background: #ababab;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
  transition: all 0.2s ease;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  width: 48%;
}

.tab-label:not(:last-of-type) {
  margin-right: -4px;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  background-color: #ECF9FF;
  border-radius: 0 0 8px 8px;
}

.tab-content_detail {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  border: solid 2px #ababab;
  box-sizing: border-box;
  transform: translateY(-6px);
}

.tab-switch:checked+.tab-label {
  background: #0085C7;
  color: #fff;
}

.tab-switch_detail:checked+.tab-label_detail {
  background: #FF008C;
  color: #fff;
}

.tab-switch_detail.__blue:checked+.tab-label_detail.__blue {
  background: #bf0000;
  color: #fff;
}

.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 4%;
  opacity: 1;
  transition: .5s opacity;
}

.tab-switch_detail:checked+.tab-label_detail+.tab-content_detail {
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: .5s opacity;
  text-align: center;
}

.tab-switch {
  display: none;
}

.tab-switch_detail {
  display: none;
}

input[name="tab-label"] {
  display: none;
}

input[name="tab02"] {
  display: none;
}

@media all and (min-width:768px) {
  .tab-label {
    font-size: 18px;
    padding: 10px .5em;
    flex: 1;
  }

  .tab-label:not(:last-of-type) {
    margin-right: 20px;
  }

  .tab-switch:checked+.tab-label+.tab-content {
    padding: 4% 2%;
  }

  .detail {
    padding-bottom: 4%;
  }
}

@media all and (min-width: 500px) {
  .sp-min {
    display: none;
  }
}