@charset "utf-8";
.uqc,
.uqc *,
.note-tip-balloon,
.note-tip-balloon * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  font-style: normal;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  font-feature-settings: "palt";
}
.note-tip-balloon .jp-bold, .note-tip-balloon .jp-bold-ex, .uqc .jp-bold, .uqc .jp-bold-ex {
  font-family: Noto Sans JP,Droid Sans,ヒラギノ角ゴ Pro W3,メイリオ,sans-s
}
.uqv2-parts-content {
  letter-spacing: .085em;
}
.uqc ul {
  list-style-type: none;
}
.uqc table {
  border-collapse: collapse;
}
.uqc a,
.uqc button {
  cursor: pointer;
}
.uqc img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}
.uqc sup {
  display: inline-block;
  font-size: 100%;
  vertical-align: baseline;
  transform-origin: 50% 20%;
  transform: scale(0.66);
}
.uqc .head-sup {
  font-size: 30%;
  transform-origin: 16% -240%;
}
.uqc button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.uqc .color-red,
.note-tip-balloon .color-red {
  color: #e4007f;
}
.note-tip-balloon .jp-bold,
.uqc .jp-bold {
  font-weight: 700;
}
.note-tip-balloon sup {
  display: inline-block;
  font-size: 100%;
  vertical-align: baseline;
  transform-origin: 50% 20%;
  transform: scale(.66);
}
.note-tip-balloon .monospace, .uqc .monospace {
  font-family: monospace;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::before,
.slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.uqc {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background: #fff;
  font-family: Noto Sans JP, Droid Sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
.uqc .container {
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 950px;
}
.uqc .monospace {
  font-family: monospace;
}
.uqc .jp-bold {
  font-weight: 700;
  font-feature-settings: normal;
}
.uqc .link-center {
  margin: 20px 0 0;
  text-align: center;
  font-size: 16px;
}
.uqc .link-center a {
  text-decoration: underline;
  color: #e4007f;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .link-center a:hover {
  opacity: 0.7;
}
.uqc .link-block {
  margin: 30px 0;
  text-align: center;
}
.uqc .link-block.no-margin,
.uqc .link-block:last-child {
  margin-bottom: 20px 0;
}
.uqc .link-block div {
  margin: 10px 0 0;
}
.uqc .link-block div:first-child {
  margin: 0;
}
#size-check {
  height: 0;
}
@media screen and (max-width: 768px) {
  .uqc .container {
    padding: 0 4.666%;
  }
  .uqc .link-center {
    font-size: 15px;
  }
  #size-check {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .uqc .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .uqc .sp-only {
    display: none !important;
  }
}
.uqc .sec-inner {
  max-width: 890px;
  margin: 0 auto;
  padding: 0 20px;
}
.uqc .entry-btn {
  background: #E3007F;
  border: 2px solid #000;
  border-radius: 999px;
  box-shadow: 2px 4px 0 #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 900;
  letter-spacing: .1em;
  width: 100%;
  max-width: 343px;
  height: 60px;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc div.entry-btn {
  background: #bbb;
}
.uqc .entry-btn[target="_blank"]::after {
  background: url(../img/icn_external_white.svg) no-repeat center center / contain;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 18px;
  top: calc(50% - 6px);
}
@media screen and (max-width: 768px) {
  .uqc .entry-btn {
    max-width: unset;
  }
}
.uqc .white-btn {
  background: #fff;
  border: 2px solid #000;
  border-radius: 999px;
  box-shadow: 2px 3px 0 #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 87.5%;
  font-weight: 500;
  width: 100%;
  height: 40px;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .white-btn::after {
  background: url(../img/icn_arrow.svg) no-repeat center center / contain;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
}
.uqc .txt-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: underline;
  text-underline-offset: .15em;
}
.uqc .txt-link::after {
  background: url(../img/icn_arrow.svg) no-repeat center center / contain;
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
}
.uqc .txt-link[target="_blank"]::after {
  background-image: url(../img/icn_external_pink.svg);
  width: 12px;
  height: 12px;
}
.uqc .txt-link span {
  display: inline-block;
}
.uqc .entry-btn-wrap .entry-btn {
  margin: 0 auto;
}
.uqc .entry-btn-wrap .entry-lead {
  letter-spacing: .05em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
}
.uqc .entry-btn-wrap .entry-lead > p {
  color: #E3007F;
  display: inline-block;
  font-size: 87.5%;
  font-weight: bold;
  position: relative;
}
.uqc .entry-btn-wrap .entry-lead > p::after,
.uqc .entry-btn-wrap .entry-lead > p::before {
  background: url(../img/img_deco_01.svg) no-repeat center center / contain;
  content: '';
  display: block;
  width: 13px;
  height: 16px;
  position: absolute;
  bottom: 0;
}
.uqc .entry-btn-wrap .entry-lead > p::before {
  right: calc(100% + 5px);
  transform: scale(-1, 1);
}
.uqc .entry-btn-wrap .entry-lead > p::after {
  left: calc(100% + 5px);
}
.uqc .entry-btn-wrap .coming-soon {
  font-size: 87.5%;
  margin-bottom: 10px;
  text-align: center;
}
.uqc .entry-btn-wrap .note {
  font-size: 87.5%;
  font-weight: bold;
  letter-spacing: .05em;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .uqc .entry-btn-wrap .entry-lead > p::before {
    right: calc(100% + 10px);
  }
  .uqc .entry-btn-wrap .entry-lead > p::after {
    left: calc(100% + 10px);
  }
}
.uqc .link-list.list-right {
  text-align: right;
}
.uqc .link-list > li + li {
  margin-top: 2px;
}
.uqc .indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
.uqc .indent-1 > * {
  text-indent: 0;
}
.uqc .underline-link {
  text-decoration: underline;
  line-height: 1.5;
}
.uqc .underline-link[target="_blank"]::after {
  background: url(../img/icn_external_black.svg) no-repeat center center / contain;
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
}
.uqc .link {
  text-decoration: underline;
  line-height: 1.5;
  color: #e4007f;
}
@media screen and (max-width: 768px) {
  .uqc img {
    height: auto;
  }
}



.uqc .kv-area {
  background-color: #F29EC2;
  position: relative;
}
.uqc .kv-area h1 {
  position: relative;
  margin: 0 auto;
  max-width: 980px;
}

.uqc .lead-sec {
  border-top: 4px solid #E3007F;
  padding: 23px 20px 48px;
  text-align: center;
}
.uqc .lead-sec .anchor-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  letter-spacing: .1em;
  text-decoration: underline;
  text-underline-offset: .15em;
}
.uqc .lead-sec .anchor-link::after {
  background: url(../img/icn_anchor.svg) no-repeat center center / contain;
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
}
.uqc .lead-sec .entry-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.uqc .lead-sec .anchor-btn-wrap {
  display: flex;
  gap: 15px;
  max-width: 850px;
  margin: 32px auto 0;
}
.uqc .lead-sec .anchor-btn-wrap .anchor-btn {
  background: #fff;
  border: 2px solid #000;
  border-radius: 15px;
  box-shadow: 2px 4px 0 #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875em;
  font-weight: 900;
  flex: 1;
  letter-spacing: .06em;
  line-height: 1.5;
  height: 58px;
  position: relative;
  text-align: center;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .lead-sec .anchor-btn-wrap .anchor-btn::after {
  background: url(../img/icn_anchor.svg) no-repeat center center / contain;
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 18px;
  top: calc(50% - 9px);
}
@media screen and (max-width: 768px) {
  .uqc .lead-sec {
    padding: 32px 20px 40px;
  }
  .uqc .lead-sec .entry-btn-wrap .entry-btn {
    max-width: unset;
  }
  .uqc .lead-sec .anchor-btn-wrap .anchor-btn {
    border-radius: 10px;
    height: 92px;
    padding-bottom: 18px;
  }
  .uqc .lead-sec .anchor-btn-wrap .anchor-btn::after {
    right: calc(50% - 9px);
    top: calc(100% - 26px);
  }
}
.uqc .step-sec {
  background: #FA89BA url(../img/bg_step_pc.png) no-repeat center top / 100% auto;
  border-top: 4px solid #E3007F;
  padding: 40px 0 70px;
}
.uqc .step-sec .sec-ttl {
  max-width: 716px;
  margin: 0 auto 20px;
  padding: 0 20px;
}
.uqc .step-sec .sec-inner {
  max-width: 760px;
}
.uqc .step-sec .step-box {
  background: #fff;
  border: 2px solid #E3007F;
  border-radius: 100px 100px 30px 30px;
  box-shadow: 2px 4px 0 #E3007F;
  padding: 29px 40px 40px;
}
.uqc .step-sec .step-box.step-01 {
  padding-bottom: 32px;
}
.uqc .step-sec .step-box.step-02 {
  padding-bottom: 38px;
}
.uqc .step-sec .step-box + .step-box {
  margin-top: 32px;
}
.uqc .step-sec .step-box .step-ttl {
  max-width: 154px;
  margin: 0 auto 24px;
}
.uqc .step-sec .step-box.step-01 .step-ttl {
  margin-bottom: 18px;
}
.uqc .step-sec .step-box .col-wrap {
  display: flex;
  gap: 40px;
  padding: 0 13px;
}
.uqc .step-sec .step-box.step-01 .col-wrap {
  padding: 0 9px;
}
.uqc .step-sec .step-box .col-wrap .txt-col {
  flex: 1;
  letter-spacing: .1em;
}
.uqc .step-sec .step-box.step-01 .col-wrap .txt-col {
  padding-top: 5px;
}
.uqc .step-sec .step-box.step-02 .col-wrap .txt-col {
  padding-top: 5px;
}
.uqc .step-sec .step-box .col-wrap .lead-txt {
  font-size: 125%;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
  text-align: center;
}
.uqc .step-sec .step-box .col-wrap .lead-txt .underline-txt {
  background: linear-gradient(transparent 70%, #FFF980 70%, #FFF980 98%, transparent 98%);
  color: #E3007F;
}
.uqc .step-sec .step-box .col-wrap .lead-txt .medium-txt {
  font-size: 105%;
}
.uqc .step-sec .step-box .col-wrap .lead-txt .large-txt {
  font-size: 120%;
}
.uqc .step-sec .step-box .col-wrap .lead-txt .larger-txt {
  font-size: 125%;
}
.uqc .step-sec .step-box .col-wrap .img-col {
  width: 287px;
}
.uqc .step-sec .step-box.step-01 .col-wrap .img-col {
  margin-top: -10px;
}
.uqc .step-sec .step-box .sns-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 24px;
  padding: 0 12px;
}
.uqc .step-sec .step-box .sns-list .sns-link {
  background: #fff;
  border: 1px solid #000;
  border-radius: 12px;
  box-shadow: 1px 2px 0 #000;
  display: block;
  font-size: 87.5%;
  font-weight: bold;
  padding: 24px 10px 30px;
  position: relative;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .step-sec .step-box .sns-list .sns-link::after {
  background: url(../img/icn_arrow.svg) no-repeat center center / contain;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.uqc .step-sec .step-box .sns-list .sns-link .link-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.uqc .step-sec .step-box .sns-list .sns-link .icn {
  width: 28px;
}
.uqc .step-sec .step-box .sns-list .sns-link .qr-img {
  aspect-ratio: 1;
  background: #D9D9D9;
  margin: 16px auto 0;
  width: 160px;
}
.uqc .step-sec .step-box .sns-list .pc-link {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.uqc .step-sec .step-box .btn-wrap {
  margin: 28px 0 24px;
  padding: 0 10px;
}
.uqc .step-sec .step-box .btn-wrap .anchor-btn {
  background: #fff;
  border: 1px solid #C7C7C7;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 87.5%;
  font-weight: 500;
  width: 100%;
  height: 40px;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .step-sec .step-box .btn-wrap .anchor-btn::after {
  background: url(../img/icn_anchor.svg) no-repeat center center / contain;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
}
.uqc .step-sec .step-box .notes {
  font-size: 75%;
  margin-top: 10px;
}
.uqc .step-sec .step-box .entry-btn-wrap {
  margin-top: 24px;
}
.uqc .step-sec .step-box .slider-wrap {
  padding-bottom: 16px;
  position: relative;
}
.uqc .step-sec .step-box .slider-wrap .slick-arrow {
  background: url(../img/icn_slider_arrow.svg) no-repeat center center / contain;
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 3;
  top: calc(50% - 13px);
  transform: unset;
}
.uqc .step-sec .step-box .slider-wrap .slick-prev {
  transform: scale(-1, 1);
  left: -13px;
}
.uqc .step-sec .step-box .slider-wrap .slick-next {
  right: -13px;
}
.uqc .step-sec .step-box .slider-wrap .slick-list {
  background: #FFFCDB;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.uqc .step-sec .step-box .slider-wrap .slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  bottom: -16px;
}
.uqc .step-sec .step-box .slider-wrap .slick-dots > li {
  width: 6px;
  height: 6px;
  margin: 0;
}
.uqc .step-sec .step-box .slider-wrap .slick-dots > li button {
  background: #BFBFBF;
  border-radius: 50%;
  padding: 0;
  width: 6px;
  height: 6px;
}
.uqc .step-sec .step-box .slider-wrap .slick-dots > li.slick-active button {
  background: #404040;
}
.uqc .step-sec .step-box .slider-wrap .slick-dots > li button::before {
  display: none;
}
.uqc .step-sec .step-box .link-list {
  margin-top: 24px;
}
.uqc .step-sec .overview-block {
  margin-top: 48px;
}
.uqc .step-sec .overview-block .overview-ttl {
  max-width: 428px;
  margin: 0 auto 24px;
}
.uqc .step-sec .overview-block .overview-box {
  background: #fff;
  border: 2px solid #000;
  border-radius: 30px;
  box-shadow: 2px 4px 0 #000;
  padding: 54px 40px;
  position: relative;
}
.uqc .step-sec .overview-block .overview-box .lead-wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.uqc .step-sec .overview-block .overview-box .lead-wrap .lead-txt {
  background: #E3007F;
  border-radius: 0 0 25px 25px;
  color: #fff;
  display: inline-block;
  font-weight: 900;
  letter-spacing: .1em;
  padding: 6px 24px;
}
.uqc .step-sec .overview-block .overview-box .period {
  display: flex;
  justify-content: center;
}
.uqc .step-sec .overview-block .overview-box .period p {
  border: 1px solid #000;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 75%;
  font-weight: 900;
  padding: 0 10px;
  height: 20px;
}
.uqc .step-sec .overview-block .overview-box .name-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  letter-spacing: .05em;
  margin-top: 10px;
}
.uqc .step-sec .overview-block .overview-box .name-wrap p {
  font-size: 87.5%;
  font-weight: 500;
}
.uqc .step-sec .overview-block .overview-box .name-wrap .campaign-name {
  font-size: 125%;
  font-weight: 900;
}
.uqc .step-sec .overview-block .overview-box .present-box {
  background: #FFFCDB;
  display: flex;
  justify-content: center;
  max-width: 614px;
  margin: 16px auto 0;
  padding: 12px 20px;
}
.uqc .step-sec .overview-block .overview-box .present-box .txt-wrap {
  position: relative;
  text-align: center;
}
.uqc .step-sec .overview-block .overview-box .present-box .txt-wrap .balloon {
  line-height: 0;
  width: 77px;
  position: absolute;
  right: calc(100% + 8px);
  top: -6px;
}
.uqc .step-sec .overview-block .overview-box .present-box .txt-wrap .present {
  font-size: 75%;
  font-weight: bold;
  letter-spacing: .05em;
}
.uqc .step-sec .overview-block .overview-box .present-box .txt-wrap .present .card {
  font-size: 1rem;
}
.uqc .step-sec .overview-block .overview-box .present-box .txt-wrap .value {
  font-size: 150%;
  font-weight: bold;
}
.uqc .step-sec .overview-block .overview-box .present-box .txt-wrap .value .em-txt {
  color: #E5007F;
}
.uqc .step-sec .overview-block .overview-box .present-box .txt-wrap .value .em-txt .num {
  display: inline-block;
  font-size: 200%;
  line-height: 1.1;
}
.uqc .step-sec .overview-block .overview-box .present-box .txt-wrap .value .em-txt .num .comma {
  font-size: 62.5%;
}
.uqc .step-sec .overview-block .overview-box .present-box .txt-wrap .note {
  font-size: 75%;
  margin-top: 6px;
}
.uqc .step-sec .overview-block .overview-box .entry-btn-wrap {
  margin-top: 16px;
}
.uqc .step-sec .overview-block .overview-box .campaign-terms {
  font-size: 75%;
  margin-top: 16px;
  padding: 0 11px;
}
.uqc .step-sec .overview-block .overview-box .campaign-terms .notes-ac {
  position: relative;
}
.uqc .step-sec .overview-block .overview-box .campaign-terms .notes-ac .notes-ac-wrap {
  overflow: hidden;
  position: relative;
  height: 136px;
  transition: height 0.2s ease;
  z-index: 1;
}
.uqc .step-sec .overview-block .overview-box .campaign-terms .notes-ac .notes-ac-wrap::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  transition: transform 0.2s ease;
  z-index: 2;
}
.uqc .step-sec .overview-block .overview-box .campaign-terms .notes-ac .notes-ac-wrap.opened::after {
  display: none;
}
.uqc .step-sec .overview-block .overview-box .campaign-terms .notes-ac .notes-ac-ctr a {
  display: block;
}
.uqc .step-sec .overview-block .overview-box .campaign-terms .notes-ac .notes-ac-ctr a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: rgba(150, 150, 150, 0.9);
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .step-sec .overview-block .overview-box .campaign-terms .notes-ac .notes-ac-ctr a span i {
  position: relative;
  display: block;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #fff;
}
.uqc .step-sec .overview-block .overview-box .campaign-terms .notes-ac .notes-ac-ctr a span i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: rgba(150, 150, 150, 1);
  margin: -1px 0 0 -5px;
  width: 10px;
  height: 2px;
}
.uqc .step-sec .overview-block .overview-box .campaign-terms .notes-ac .notes-ac-opener {
  position: absolute;
  left: calc(50% - 69px);
  bottom: 0;
  z-index: 3;
}
.uqc .step-sec .overview-block .overview-box .campaign-terms .notes-ac .notes-ac-opener a {
  width: 138px;
}
.uqc .step-sec .overview-block .overview-box .campaign-terms .notes-ac .notes-ac-opener a i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: rgba(150, 150, 150, 1);
  margin: -5px 0 0 -1px;
  width: 2px;
  height: 10px;
}
.uqc .step-sec .overview-block .overview-box .campaign-terms .notes-ac .notes-ac-closer {
  display: flex;
  justify-content: center;
}
.uqc .step-sec .overview-block .overview-box .campaign-terms .notes-ac .notes-ac-closer a {
  display: none;
  width: 111px;
  margin-top: 10px;
}
.uqc .step-sec .overview-block .overview-box .attention-ac {
  margin-top: 26px;
  padding: 0 11px;
}
.uqc .step-sec .overview-block .overview-box .attention-ac .head {
  background: #fff;
  border: 1px solid #C7C7C7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 87.5%;
  font-weight: 500;
  letter-spacing: .1em;
  height: 40px;
  position: relative;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .step-sec .overview-block .overview-box .attention-ac .head i {
  border: 1px solid #C7C7C7;
  border-radius: 3px;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: calc(50% - 9px);
}
.uqc .step-sec .overview-block .overview-box .attention-ac .head i::after,
.uqc .step-sec .overview-block .overview-box .attention-ac .head i::before {
  background: #000;
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  position: absolute;
  left: calc(50% - 4px);
  top: calc(50% - 1px);
}
.uqc .step-sec .overview-block .overview-box .attention-ac .head i::after {
  transform: rotate(90deg);
}
.uqc .step-sec .overview-block .overview-box .attention-ac.opened .head i::after {
  opacity: 0;
}
.uqc .clickable {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.uqc .step-sec .overview-block .overview-box .attention-ac .detail {
  overflow: hidden;
  height: 0;
}
.uqc .step-sec .overview-block .overview-box .attention-ac .detail .section-ac-wrap {
  font-size: 68.75%;
  line-height: 1.54;
  letter-spacing: .05em;
  margin-top: 16px;
}
.uqc .step-sec .overview-block .overview-box .attention-ac .detail .section-ac-wrap p + p {
  margin-top: 1.5em;
}
.uqc .step-sec .overview-block .overview-box .attention-ac .detail .section-ac-wrap .txt-b {
  font-weight: bold;
}
.uqc .step-sec .overview-block .overview-box .attention-ac .detail .section-ac-wrap .notes-list {
  margin-top: 10px;
}
.uqc .step-sec .overview-block .overview-box .attention-ac .detail .section-ac-wrap .notes-list a {
  word-break: break-all;
}
.uqc .step-sec .overview-block .overview-box .attention-ac .detail .section-ac-wrap .notice-wrap {
  display: flex;
  margin-top: 16px;
}
.uqc .step-sec .overview-block .overview-box .attention-ac .detail .section-ac-wrap .notice-wrap .notice {
  border: 1px solid #000;
  display: inline-block;
  padding: 4px 8px;
}
@media screen and (min-width: 769px) {
  .uqc .step-sec .step-box .sns-list .sns-link.line-link {
    pointer-events: none;
  }
  .uqc .step-sec .step-box .sns-list .sns-link.line-link::after {
    display: none;
  }
  .uqc .step-sec .step-box .sns-list .line-note {
    display: flex;
    justify-content: center;
    font-size: 75%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .uqc .step-sec {
    background-image: url(../img/bg_step_sp.png);
    padding: 8px 0 64px;
  }
  .uqc .step-sec .sec-ttl {
    max-width: 361px;
    margin-bottom: 24px;
    padding: 0 7px;
  }
  .uqc .step-sec .sec-inner {
    max-width: unset;
  }
  .uqc .step-sec .step-box {
    padding: 26px 24px;
  }
  .uqc .step-sec .step-box .step-ttl {
    margin-bottom: 16px;
  }
  .uqc .step-sec .step-box .col-wrap {
    flex-direction: column;
    gap: 16px;
    padding: 0;
  }
  .uqc .step-sec .step-box.step-01 .col-wrap {
    gap: 1px;
    padding: 0;
  }
  .uqc .step-sec .step-box .col-wrap .txt-col {
    width: 100%;
  }
  .uqc .step-sec .step-box.step-02 .col-wrap .txt-col,
  .uqc .step-sec .step-box.step-01 .col-wrap .txt-col {
    padding-top: 0;
  }
  .uqc .step-sec .step-box .col-wrap .img-col {
    width: 100%;
  }
  .uqc .step-sec .step-box.step-01 .col-wrap .img-col {
    margin-top: 0;
  }
  .uqc .step-sec .step-box .sns-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    margin-top: 16px;
    padding: 0;
  }
  .uqc .step-sec .step-box .sns-list .sns-link {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    font-size: 78%;
    line-height: 1.16;
    height: 100%;
    padding: 14px;
    position: relative;
    text-align: center;
  }
  .uqc .step-sec .step-box .sns-list .sns-link::after {
    right: 6px;
    bottom: 6px;
  }
  .uqc .step-sec .step-box .sns-list .sns-link .name {
    font-size: 116.66%;
  }
  .uqc .step-sec .step-box .sns-list .sns-link .link-inner {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 6px;
  }
  .uqc .step-sec .step-box .sns-list .sns-link .icn {
    margin: 0 auto;
  }
  .uqc .step-sec .step-box .sns-list .sns-link .qr-img {
    display: none;
  }
  .uqc .step-sec .step-box .sns-list .line-note {
    display: none;
  }
  .uqc .step-sec .step-box .sns-list .pc-link {
    display: none;
  }
  .uqc .step-sec .step-box .btn-wrap {
    margin: 16px 0;
    padding: 0;
  }
  .uqc .step-sec .step-box.step-05 .notes {
    margin-top: 16px;
  }
  .uqc .step-sec .step-box .entry-btn-wrap {
    margin-top: 16px;
  }
  .uqc .step-sec .step-box .link-list {
    margin-top: 16px;
  }
  .uqc .step-sec .overview-block {
    margin-top: 40px;
  }
  .uqc .step-sec .overview-block .overview-ttl {
    max-width: 247px;
  }
  .uqc .step-sec .overview-block .overview-box {
    padding: 54px 24px 26px;
  }
  .uqc .step-sec .overview-block .overview-box .name-wrap {
    flex-direction: column;
    gap: 0;
  }
  .uqc .step-sec .overview-block .overview-box .present-box {
    padding: 18px 0;
  }
  .uqc .step-sec .overview-block .overview-box .present-box .txt-wrap {
    width: 100%;
  }
  .uqc .step-sec .overview-block .overview-box .present-box .txt-wrap .balloon {
    right: calc(100% - 62px);
    top: -28px;
  }
  .uqc .step-sec .overview-block .overview-box .present-box .txt-wrap .value {
    line-height: 1.3;
  }
  .uqc .step-sec .overview-block .overview-box .campaign-terms {
    padding: 0;
  }
  .uqc .step-sec .overview-block .overview-box .attention-ac {
    margin-top: 16px;
    padding: 0;
  }
  .uqc .step-sec .overview-block .overview-box .attention-ac .detail .section-ac-wrap .notice-wrap .notice {
    width: 100%;
    text-align: center;
  }
}


.reason-sec {
  background: #66CCFF url(../img/bg_reason_pc.png) no-repeat center top / 100% auto;
  border-top: 4px solid #000;
  padding: 40px 0 70px;
}
.reason-sec .sec-ttl {
  max-width: 589px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
  .reason-sec {
    background-image: url(../img/bg_reason_sp.png);
    padding: 7px 0 68px;
  }
  .reason-sec .sec-ttl {
    max-width: 360px;
    margin-bottom: 29px;
  }
}
.uqc .sc-area {
	margin: 0 auto;
	padding: 54px 0 0;
	max-width: 700px;
}

.uqc .sc-area .h {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.uqc .sc-area .sub {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 40px;
}

.uqc .sc-area .txt {
	text-align: center;
}

.uqc .sc-area > img {
	margin: auto;
	display: block;
}

.uqc .sc-area .img-area-02 {
	max-width: 312px;
	margin-top: 24px;
}

.uqc .sc-area .img-area-03 {
	max-width: 590px;
	margin-top: 12px;
}

.uqc .sc-area > .notes {
	margin: 12px 30px 0;
}

.uqc .sc-area .notes {
	text-align: left;
	font-size: 13px;
	line-height: 1.5;
}

.uqc .sc-area .notes > li {
	margin-left: 1em;
    text-indent: -1em;
}

.uqc .sc-area .box {
	border: 1px solid #969696;
	margin-top: 36px;
}

.uqc .sc-area .box > div.ttl {
	background-color: #969696;
	color: #fefef8;
	text-align: center;
	font-size: 16px;
}

.uqc .sc-area .box .notes-wrap {
	padding: 16px;
}

.uqc .sc-area .application {
	margin-top: 40px;
}

.uqc .sc-area .link-block {
    margin: 30px 0 4px;
    text-align: center;
}

.uqc .sc-area .notes-wrap .txt {
    text-align: left;
}

@media screen and (max-width: 768px) {
	.uqc .section .head h2.ttl-ac-9 .sp > img {
		padding-top: 20px;
	}

	.uqc .section .head h2.ttl-ac-9 .notes {
		font-size: 12px;
		padding: 8px 22px 18px;
		line-height: 1.46;
	}

	.uqc .sc-area {
		padding: 30px 5px 0;
	}

	.uqc .sc-area .h {
		line-height: 1.35;
	}

	.uqc .sc-area .img-area-01 {
		max-width: 190px;
		margin-top: 2px;
	}
	
	.uqc .sc-area .img-area-02 {
		max-width: 232px;
		margin-top: 20px;
	}

	.uqc .sc-area .notes {
		font-size: 12px;
		margin: auto;
		margin-top: 12px;
	}

	.uqc .sc-area .link-block {
		margin: 28px 0 0;
		text-align: center;
	}

	.uqc .sc-area .box .notes-wrap {
		padding: 10px 16px;
	}

	.uqc .sc-area .box .notes-wrap .txt {
		font-size: 14px;
		text-align: left;
		margin-top: 0;
	}

	.uqc .sc-area .box {
		margin-top: 28px;
	}

	.uqc .sc-area .txt {
		line-height: 1.43;
		font-size: 12px;
		margin-top: 4px;
	}

	.uqc .sc-area .sc-area .sub {
		font-size: 16px;
		margin-top: 16px;
	}

}
.uqc .section-opensignal-award {
	--pink: #e4017f;
	position: relative;
	--kado: 10px;
	--bd-width: 4px;
	.section {
		border-width: 4px;
		border-radius: 14px;
		@media screen and (max-width: 767px) {
		  border-width: 2px;
			border-radius: 14px;
		}
	}
	.section-opensignal-award-top {
		border: none;
	}
	.mv {
		border-radius: var(--kado) var(--kado) 0 0;
		overflow: hidden;
	}
	.award-area {
		padding: 30px 20px 16px;
		background: #f16aaa;
		@media screen and (max-width: 768px) {
			padding: 22px;
		}
	}
	.award-btn-wrap {
		display: flex;
		justify-content: center;
		gap: 30px;
		font-size: 12px;
		@media screen and (max-width: 768px) {
			max-width: 292px;
			margin-inline: auto;
			gap: 18px;
			font-size: 11px;
		}
		.square-btn {
			background: #fff;
			border-radius: 8px;
			height: 52px;
			width: 148px;
			display: grid;
			grid-template-columns: auto 1fr auto;
			align-items: center;
			padding: 7px;
			line-height: 1.375;
			@media screen and (max-width: 768px) {
				padding: 6px;
				height: 51px;
			}
			&:before {
				content: "";
				background: url(../img/icon_graph@2x.png) no-repeat center /contain;
				width: 25px;
				height: 25px;
				margin-right: 6px;
			}
			&:after {
				content: "";
				background: url(../img/icon_pink_info@2x.png) no-repeat center /contain;
				width: 22px;
				height: 22px;
				margin-left: 6px;
			}
			@media screen and (max-width: 768px) {
				&:before {
					width: 22px;
					height: 19px;
					margin-right: 8px;
				}
				&:after {
					width: 20px;
					height: 20px;
					margin-left: 9px;
				}
			}
			em {
				color: var(--pink);
			}
		}
	}
	.award-item-list {
		margin-top: 20px;
		display: flex;
		gap: 47px;
		justify-content: center;
		color: #fff;
		@media screen and (max-width: 768px) {
			flex-direction: column;
			gap: 16px;
			margin-top: 20px;
			margin-bottom: -4px;
		}
		li {
			position: relative;
			padding-left: 56px;
			&:before {
				position: absolute;
				top: 5px;
				left: 2px;
				content: "";
				background: url(../img/icon_white_award.svg) no-repeat center /contain;
				width: 39px;
				height: 36px;
			}
			.lead {
				font-size: 14px;
				line-height: 1.41;
				font-weight: bold;
			}
			.hd {
				font-size: 17px;
				line-height: 1.3;
				font-weight: bold;
				em {
					line-height: 1;
				}
			}
			.txt {
				font-size: 12px;
				line-height: 1.41;
				margin-top: 5px;
				margin-right: -5px;
			}
		}
	}
	.award2025 {
		display: flex;
		justify-content: center;
		padding-right: 50px;
		@media screen and (max-width: 768px) {
			padding-left: 16px;
			padding-right: 16px;
		}
	}
	.award2025-modal-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px 52px;
		@media screen and (max-width: 768px) {
			gap: 0;
		}
	}
	.award2025-box {
		margin-top: 7px;
		@media screen and (max-width: 768px) {
			margin-top: 20px;
		}
	}
	.award2025-modal > a {
		display: inline-block;
    overflow: hidden;
    width: 318px;
    height: 0;
    padding-top: 158px;
    background-size: cover;
	}
	.award2025-modal-wrap .award2025-modal.col1{
		width: 100%;
		text-align: center;
	}
	@media screen and (max-width: 768px) {
		.award2025-modal-wrap .award2025-modal.col1{
			width: auto;
		}
	}
	.award2025-modal-wrap .award2025-modal:nth-child(1) a {
		background-image: url(../img/img_award2025_01@2x.png);
	}
	.award2025-modal-wrap .award2025-modal:nth-child(2) a {
		background-image: url(../img/img_award2025_02@2x.png);
	}
	.award2025-modal-wrap .award2025-modal:nth-child(3) a {
		background-image: url(../img/img_award2025_03@2x.png);
	}
	.award2025-note {
		padding: 30px 40px 32px;
		font-size: 13px;
		line-height: 1.4;
		background-color: #F16AAA;
		color: #fff;
		@media screen and (max-width: 768px) {
			margin-top: -1px;
			padding: 26px 24px;
		}
	}
	.award2025-note > p {
		font-feature-settings: normal;
	}
	.section-opensignal-award-top.award2025-top {
		padding-top: 8px;
	}
	.award-note {
		padding: 10px 88px 20px;
		font-size: 13px;
		line-height: 1.4;
		display: flex;
		gap: 15px;
		justify-content: center;
		@media screen and (max-width: 768px) {
			padding: 10px 25px 20px;
			line-height: 1.4;
			font-size: 12px;
			flex-direction: column;
			align-items: end;
			gap: 0;
		}
	}
	.area-ex-head {
		position: relative;
		@media screen and (max-width: 768px) {
			&:after {
				width: 15px;
				height: 12px;
				bottom: 2px;
			}
		}

		&::after {
			display: none;
		}
		.uqc .section & {
			padding-right: 0;
			.area-ex {
				position: relative;
				margin-inline: auto;
				width: fit-content;
			&::before {
				content: "";
				position: absolute;
				top: 5px;
				left: -6.2vw;
				width: 64px;
				height: 64px;
				background: url(/mobile/norikae/assets/img/icon_opensignal_01.svg) no-repeat center/cover;

			}
			@media screen and (max-width: 1100px) {
				&::before {
				top: 50%;
				transform: translateY(-50%);
				left: -12vw;
				}
			}
			@media screen and (max-width: 768px) {
				&::before {
					top: 28px;
					left: -8px;
					width: 40px;
					height: 40px;
					}
				}
			}
		}
		.area-ex {
			width: 100%;
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			margin: 20px auto;
			padding-bottom: 0;
			width: fit-content;
			line-height: 1.2;
			transition: all 0.3s ease;
			@media screen and (max-width: 768px) {
				& {
					position: relative;
					gap: 4px;
					margin: 10px auto;
				}
			}
			.opened & {
				padding-bottom: 0;
			}
			.ttl {
				font-size: 20px;
				display: inline grid;
				grid-template: "ttl em" /1fr auto;
				gap: 13px;
				margin-right: 65px;
				color: #000;
				@media screen and (max-width: 768px) {
					& {
						grid-template: "ttl em" /max-content auto;
						gap: 16px;
						align-items: center;
						margin-left: 42px;
						margin-right: 0;
						font-size: 13px;
					}
				}
				.txt01 {
					grid-area: ttl;
					font-size: 23px;
					font-weight: bold;
					@media screen and (max-width: 768px) {
						font-size: 16px;
					}
				}
				em {
					grid-area: em;
					font-size: 48px;
					font-weight: bold;
					line-height: 1;
					margin-left: 5px;
					color: #E4007F;
					@media screen and (max-width: 768px) {
						font-size: 27px;
					}
				}
			}
			.lead {
				margin-top: 7px;
				font-size: 16px;
				color: #000;
				@media screen and (max-width: 768px) {
					position: relative;
					margin-top: 0;
					left: -10px;
					font-size: 12px;
				}
			}
		}

		&.ac-head i {
      border-radius: 4px;
			display: block;
			position: absolute;
			top: 60px;
			transform: translateY(-50%);
			right: 16px;
			margin-top: 0;
			width: 34px;
			height: 34px;
			background-color: #e4007f;
			transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
			@media screen and (max-width: 768px) {
        top: 35%;
				right: 12px;
				width: 34px;
				height: 34px;
			}
      &::after,
      &::before {
        background: #fff;
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
      }
			&::before {
				margin: 0px 0 0 -7px;
        width: 14px;
        height: 2px;
			}
			&::after {
				margin: -6px 0 0 -1px;
        width: 2px;
        height: 14px;
			}
		}

	}
	.detail.sc {
    height: 0;
    overflow: hidden;
		padding: 0 30px !important;
	}
	@media screen and (max-width: 768px) {
		.detail.sc {
			padding: 0 20px !important;
		}
	}
	.sc-area {
		padding-top: 60px;
    max-width: 700px;
    margin: 0 auto;
		@media screen and (max-width: 768px) {
			padding: 40px 0 0;
		}
		.sub6-mv {
			text-align: center;
			@media screen and (max-width: 768px) {
				max-width: 267px;
				margin-inline: auto;
			}
			img {
				display: inline;
			}
		}
		>.notes {
			margin: 12px 0 0;
			@media screen and (max-width: 768px) {
				margin-top: 8px;
			}
			>li {
				margin-left: 0;
				text-indent: inherit;
				text-align: left;
				font-size: 13px;
				line-height: 1.5;
			}
		}
		>.h {
			margin-top: 20px;
			@media screen and (max-width: 768px) {
				margin-top: 17px;
				font-size: 16px;
				line-height: 1.25;
			}
		}
		@media screen and (max-width: 768px) {
			.img-area-01 {
				margin-top: 7px;
			}
			.img-area-02 {
				margin-top: 26px;
				margin-bottom: 16px;
			}
			.img-area-03 {
				max-width: 100% !important;
			}
			.sub {
				margin-top: 16px;
				font-size: 16px;
			}
		}
	}
}
.award-modal {
	padding: 10px;
	@media screen and (max-width: 768px) {
		padding: 0;
	}
	.award-modal-hd {
		text-align: center;
		font-size: 24px;
		margin-bottom: 20px;
		font-weight: bold;
		line-height: 1.33;
		@media screen and (max-width: 768px) {
			font-size: 18px;
			margin-bottom: 10px;
		}
		em {
			color: #e3027d;
		}
	}
	.award-modal-text {
		font-size: 16px;
		max-width: 470px;
		margin-inline: auto;
		@media screen and (max-width: 768px) {
			font-size: 12px;
			max-width: 90%;
		}
	}
	.award-modal-img {
		margin-top: 26px;
		img {
			.note-tip-balloon .frame & {
				max-width: 430px;
				margin-inline: auto;
				@media screen and (max-width: 768px) {
					max-width: 220px;
				}
			}
		}
	}
	.award-modal-notice {
		margin-top: 26px;
		line-height: 1.41;
		@media screen and (max-width: 768px) {
			margin-top: 15px;
			font-size: 12px;
			max-width: 90%;
		}
	}
}
.reason-sec .section.individual {
  background: #fff;
  border: 2px solid #000;
  border-radius: 30px;
  box-shadow: 2px 4px 0 #000;
}
.section-opensignal-award .section.individual .note-wrap {
	padding: 16px 64px 0 41px !important;
	color: #303030;
}
.section-opensignal-award .section.individual h2 {
  position: relative;
  margin-inline: auto;
  width: fit-content;
	margin-left: 94px;
}
@media screen and (max-width: 768px) {
  .section-opensignal-award .section.individual h2 {
    margin-left: auto;
  }
  .section-opensignal-award .section.individual .head .area-head img {
    width: 88.857%;
    margin-left: 4%;
    margin-right: auto;
  }
}
.section-opensignal-award .section.individual .head {
  padding: 25px 0 32px !important;
}
.section-opensignal-award .section.area {
	position: relative;
}
.section-opensignal-award .section.individual .head .area-head i {
  right: -138px !important;
	top: 60px;
}
@media screen and (max-width: 768px) {
	.section-opensignal-award .section.individual .head .area-head i {
	right: 8px !important;
	bottom: 47%;
	}
}
@media screen and (min-width: 769px) {
	.section-area.section-opensignal-award .head .area-head i::before {
    margin: 0px 0 0 -7px;
    width: 14px;
    height: 2px;
	}
	.section-area.section-opensignal-award .head .area-head i::after {
    margin: -6px 0 0 -1px;
    width: 2px;
    height: 14px;
	}
	.uqc .section-opensignal-award .area-ex-head.ac-head i::before {
    margin: 0px 0 0 -7px;
    width: 14px;
    height: 2px;
	}
	.uqc .section-opensignal-award .area-ex-head.ac-head i::after {
    margin: -6px 0 0 -1px;
    width: 2px;
    height: 14px;
	}
}
.section-area.section-opensignal-award .individual .head h2::before {
	content: unset !important;
}
.section-area.section-opensignal-award .individual .note-wrap * {
	font-feature-settings: initial !important;
	font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
.section-opensignal-award .section.individual .note-wrap {
	padding: 16px 64px 0 41px !important;
	color: #303030;
	font-size: 10px;
	line-height: 1.4;
	letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
	.section-opensignal-award .section.individual .note-wrap {
		padding: 14px 16px 0 !important;
	}
}
.section-opensignal-award-top.award2025-top.individual .mv .lead-txt {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	font-family: "Noto Sans JP", "Droid Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
.uqc .section-opensignal-award __heading {
	display: block;
	min-height: auto;
}
.uqc .section-opensignal-award __heading::after {
	display: none;
}
.uqc .section-opensignal-award __body {
	padding: 0 10px;
	padding-bottom: 0;
	max-height: none !important;
	overflow: hidden;
}
.uqc .section-opensignal-award-top.award2025-top.individual .close {
	position: relative;
	display: flex;
	justify-content: center;
	padding: 16px 0 0;
}
.uqc .section-opensignal-award-top.award2025-top.individual .close a {
  display: flex;
	justify-content: center;
	align-items: center;
	max-width: 114px;
	width: 100%;
	height: 40px;
	background-color: rgba(150, 150, 150, .9);
	border-radius: 10px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
  z-index: 1;
}
.uqc .section-opensignal-award-top.award2025-top.individual .close a:hover {
  color: #fff;
  opacity: .7;
}
.uqc .section-opensignal-award-top.award2025-top.individual .close a:hover i {
	background-color: #fff;
}
.uqc .section-opensignal-award-top.award2025-top.individual .close a i {
	position: relative;
	display: block;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 3px;
	transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .section-opensignal-award-top.award2025-top.individual .close a i::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 2px;
	background-color: rgba(150, 150, 150, .9);
}
.uqc .section-opensignal-award-top.award2025-top.individual .close span {
  padding-top: 2px;
  letter-spacing: 0.1em;
  text-decoration: none !important;
	color: #fff;
}
.section-opensignal-award-top.award2025-top.individual img.end-img {
	margin-top: -64px;
}
.section-opensignal-award-top.award2025-top.individual .award2025-box {
	margin-top: 42px;
}
.section-opensignal-award-top.award2025-top.individual .award2025-box .award2025-modal-wrap {
	gap: 0 62px;
}
.section-opensignal-award-top.award2025-top.individual .award2025-box .award2025-modal-wrap .tip-btn {
	display: block;
}
.section-area.section-opensignal-award .ac-head .area-head i {
	top: 50%;
	transform: translateY(-50%);
	right: 24px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #e4007f;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .section-opensignal-award .ac-head i::before,
.uqc .section-opensignal-award .ac-head i::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
}
.section-opensignal-award-top.award2025-top.individual .mv .award2025 {
	padding-right: 12px;
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.uqc .section-opensignal-award __body {
		background: none;
		padding-inline: 10px !important;
	}
	.section-opensignal-award-top.award2025-top.individual .mv .lead-txt {
		font-size: 11px;
	}
	.section-opensignal-award-top.award2025-top.individual .mv .award2025 {
		margin-top: 30px;
		padding-left: 16px;
	}
}
.uqc .section.opened .ac-head i::after {
	display: none;
}
.section-opensignal-award.section-area-default .section.individual h2 {
	margin-left: 94px !important;
}
@media screen and (max-width: 768px) {
	.section-opensignal-award.section-area-default .section.individual h2 {
		margin-left: 0 !important;
	}
  .section-opensignal-award.section-area-default .section.individual .head .area-head img {
    width: 88.857%;
    margin-left: 4%;
    margin-right: auto;
  }
  .hover , *:hover , .hover * {
		opacity: 1 !important;
	}
}
@media screen and (min-width: 769px) {
  .uqc .section .head.hover {
    opacity: 0.7;
  }
}
.uqc .section-opensignal-award .section.individual .ac-head.area-ex-head i {
  top: 60px;
}
@media screen and (max-width: 950px) {
  .section-opensignal-award .section.individual .note-wrap {
    padding-right: 65px !important;
  }
  .section-opensignal-award.section-area-default .section.individual h2 {
    margin-left: 3vw !important;
  }
  .uqc .section-opensignal-award .section.area .area-ex-head h2 {
    margin-left: 17vw !important;
  }
}
@media screen and (max-width: 768px) {
  .uqc .section-opensignal-award .section.area .area-ex-head h2 {
    margin-left: auto !important;
  }
  .section-opensignal-award .section.individual .note-wrap {
    padding: 14px 16px 0 !important;
  }
}
.uqc .section.individual .detail .close,
.uqc .section.area .detail .close {
  display: flex;
  justify-content: center;
}
.uqc .section.area .detail .close {
	padding: 40px 0;
}
.uqc .section.individual .detail .close {
  padding: 40px 0;
}
.uqc .section.individual .detail .close a,
.uqc .section.area .detail .close a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: silver;
  background-color: transparent;
  transition: color .2s cubic-bezier(.39, .575, .565, 1);
  user-select: none;
  cursor: pointer;
}
.uqc .section.individual .detail .close span,
.uqc .section.area .detail .close a span {
  color: silver;
  text-decoration: underline !important;
  letter-spacing: normal;
  padding-top: 0 !important;
  transition: color .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .section.individual .detail .close a i,
.uqc .section.area .detail .close a i {
  position: relative;
  display: block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-color: silver;
  border-radius: 3px;
  transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
}
.uqc .section.individual .detail .close a i::before,
.uqc .section.area .detail .close a i::before {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: 9px;
  transform: none;
  width: 12px;
  height: 2px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .uqc .section.individual .detail .close a:hover,
  .uqc .section.area .detail .close a:hover {
    opacity: 1;
  }
  .uqc .section.individual .detail .close a:hover span,
  .uqc .section.area .detail .close a:hover span {
    color: #e4007f;
    opacity: 1;
  }
  .uqc .section.individual .detail .close a:hover i,
  .uqc .section.area .detail .close a:hover i {
    background-color: #e4007f;
    opacity: 1;
  }
  .uqc .section.individual .detail .close a:hover i::before,
  .uqc .section.area .detail .close a:hover i::before {
    background-color: #fff;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .uqc .section.individual .detail .close a,
  .uqc .section.area .detail .close a {
    font-size: 15px;
    height: auto;
  }
  .uqc .section.individual .detail .close a i,
  .uqc .section.area .detail .close a i {
    width: 26px;
    height: 26px;
  }
  .uqc .section.individual .detail .close a i::before,
  .uqc .section.area .detail .close a i::before {
    top: 12px;
    left: 7px;
    width: 12px;
    height: 2px;
  }
  .uqc .section.individual .detail .close a span,
  .uqc .section.area .detail .close a span {
    display: inline-block;
    padding-top: 3px !important;
    color: #717171;
    letter-spacing: -0.07em;
  }
  .uqc .section.individual .detail .close {
    margin-top: 25px;
    padding: 0 0 25px;
  }
  .uqc .section.area .detail .close {
    padding-top: 0;
    margin-top: 25px;
    padding-bottom: 25px;
  }
  .uqc .detail .sim-application ul {
    margin: 0 -20px;
  }
}
.note-tip-balloon {
  display: none;
  position: absolute;
  z-index: 5;
  top: 0;
  width: 470px;
  margin: 20px 0 0;
  z-index: 6;
  font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans,
    ヒラギノ角ゴ ProN W3, BIZ UDPGothic, Meiryo, sans-serif;
  font-weight: 400;
  color: #000;
}
.note-tip-balloon .frame {
  position: relative;
  padding: 20px;
  border: 2px solid #000;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
}
.note-tip-balloon .frame .tail {
  display: block;
  position: absolute;
  top: -18px;
  left: 0;
}
.note-tip-balloon .frame .tail::after,
.note-tip-balloon .frame .tail::before {
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  content: "";
  display: block;
  border-style: solid;
  border-width: 0 8px 18px;
}
.note-tip-balloon .frame .tail::before {
  border-color: transparent transparent #000;
}
.note-tip-balloon .frame .tail::after {
  top: 5px;
  border-color: transparent transparent #fff;
}
.note-tip-balloon .frame .block {
  display: none;
}
.note-tip-balloon .frame .block .margin {
  margin: 1em 0 0;
}
.note-tip-balloon .frame .block .h {
  margin: 0 0 0.7em;
  font-size: 18px;
  color: #e73079;
}
.note-tip-balloon .frame .block a {
  text-decoration: underline;
  color: #e73079;
}
.os-pc .note-tip-balloon .frame .block a:hover {
  text-decoration: none;
}
.note-tip-balloon .frame .block .links {
  margin: 1em 0 0;
  text-align: center;
}
.note-tip-balloon .frame .note-tip-close {
  margin: 15px 0 0;
}
.note-tip-balloon .frame .note-tip-close a {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e73079 url(../img/icon-close.svg) 50% 50% no-repeat;
  background-size: 14px 14px;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.os-pc .note-tip-balloon .frame .note-tip-close a:hover {
  opacity: 0.7;
}
.note-tip-balloon .frame img {
  width: 100%;
}
.note-tip-balloon .link-block {
  margin: 20px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .uqc .note-tip-btn a {
    height: 26px;
    font-size: 13px;
  }
  .uqc .note-tip-btn a i {
    width: 16px;
    height: 16px;
    font-size: 12px;
  }
  .note-tip-balloon {
    padding: 0 40px;
    width: 100% !important;
  }
  .note-tip-balloon .frame {
    padding: 5.33333vw 4vw;
    border-radius: 8px;
    font-size: 3.73333vw;
  }
  .note-tip-balloon .frame .tail {
    margin-left: -40px;
  }
  .note-tip-balloon .frame .note-tip-close a {
    width: 30px;
    height: 30px;
  }
}
.note-tip-balloon .jp-bold-ex {
  font-weight: 900;
}
.note-tip-balloon .jp-bold, .uqc .jp-bold {
	font-weight: 700;
}
.note-tip-balloon:has(#tip-plan-tuuwahoudai[style*="display: block"]) .frame{
	--_color:var(--tokutoku_color);
border-color:var(--_color);
	.tail::before{
		border-color: transparent transparent var(--_color);
	}
}
.note-tip-balloon{
	width: 680px;
}
.note-tip-balloon {
	display: none;
	position: absolute;
	z-index: 10;
	top: 0;
	width: 720px;
	margin: 20px 0 0;
	z-index: 98;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "BIZ UDPGothic", Meiryo, sans-serif;
	font-weight: 400;
	color: #000;
}

.note-tip-balloon .frame {
	position: relative;
	padding: 20px;
	border: 2px solid #000;
	border-radius: 10px;
	background: #fff;
	font-size: 14px;
	line-height: 1.6;
}
.note-tip-balloon .frame .block {
	display: none;
}

.note-tip-balloon .frame .block .margin {
	margin: 1em 0 0;
}

.note-tip-balloon .frame .block .h {
	margin: 0 0 .7em;
	font-size: 18px;
	color: #e73079;
}
.note-tip-balloon .frame img {
	width: 100%;
}

.note-tip-balloon .frame .block a {
	text-decoration: underline;
	color: #e73079;
}

.note-tip-balloon .frame .block a:hover {
	text-decoration: none;
}

.note-tip-balloon .frame .note-tip-close {
	margin: 15px 0 0;
}

.note-tip-balloon .frame .note-tip-close a {
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #e73079 url(../img/icon-close.svg) 50% 50% no-repeat;
	background-size: 14px 14px;
	cursor: pointer;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}

.note-tip-balloon .frame .note-tip-close a:hover {
	opacity: .7;
}
.uqc .note-tip-btn a {
	display: flex;
	align-items: center;
	height: 28px;
	padding: 0 5px;
	border: 1px solid #000;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px;
	color: #000;
	white-space: nowrap;
	text-decoration: none;
}

.uqc .note-tip-btn a i {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 3px;
	width: 18px;
	height: 18px;
	background: #e04191 url(../img/hatena.svg);
	background-size: contain;
	border-radius: 100%;
	color: #fff;
}

.uqc .note-tip-overlay {
	display: none;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
	.uqc .note-tip-btn a {
		height: 26px;
		font-size: 13px;
	}

	.uqc .note-tip-btn a i {
		width: 16px;
		height: 16px;
		font-size: 12px;
	}
	.note-tip-balloon {
		padding: 0 40px;
		width: 680px;
	}

	.note-tip-balloon .frame {
		padding: 5.33333vw 4vw;
		border-radius: 8px;
		font-size: 3.73333vw;
	}

	.note-tip-balloon .frame .tail {
		margin-left: -40px;
	}

	.note-tip-balloon .frame .note-tip-close a {
		width: 30px;
		height: 30px;
	}
}
.note-tip-balloon {
	display: none;
	position: absolute;
	z-index: 10;
	top: 0;
	width: 720px;
	margin: 20px 0 0;
	z-index: 98;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "BIZ UDPGothic", Meiryo, sans-serif;
	font-weight: 400;
	color: #000;
}

.note-tip-balloon .frame {
	position: relative;
	padding: 20px;
	border: 2px solid #000;
	border-radius: 10px;
	background: #fff;
	font-size: 14px;
	line-height: 1.6;
}

.note-tip-balloon .frame .tail {
	display: block;
	position: absolute;
	top: -18px;
	left: 0;
}

.note-tip-balloon .frame .tail::before,
.note-tip-balloon .frame .tail::after {
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
	height: 0;
	content: '';
	display: block;
	border-style: solid;
	border-width: 0 8px 18px;
}

.note-tip-balloon .frame .tail::before {
	border-color: transparent transparent #000;
}

.note-tip-balloon .frame .tail:after {
	top: 5px;
	border-color: transparent transparent #fff;
}

.note-tip-balloon .frame .block {
	display: none;
}

.note-tip-balloon .frame .block .margin {
	margin: 1em 0 0;
}

.note-tip-balloon .frame .block .h {
	margin: 0 0 .7em;
	font-size: 18px;
	color: #e73079;
}

.note-tip-balloon .frame .block a {
	text-decoration: underline;
	color: #e73079;
}

.note-tip-balloon .frame .block a:hover {
	text-decoration: none;
}

.note-tip-balloon .frame .note-tip-close {
	margin: 15px 0 0;
}

.note-tip-balloon .frame .note-tip-close a {
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #e73079 url(../img/icon-close.svg) 50% 50% no-repeat;
	background-size: 14px 14px;
	cursor: pointer;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}
@media screen and (max-width: 768px) {
	.note-tip-balloon {
		padding: 0 40px;
		width: 100% !important;
	}
	.note-tip-balloon .frame {
		padding: 5.33333vw 4vw;
		border-radius: 8px;
		font-size: 3.73333vw;
	}
}
.note-tip-balloon .frame .note-tip-close a:hover {
	opacity: .7;
}
@media screen and (max-width: 768px) {
	.uqc .section-guide {
		padding: 0 3.666%;
	}
	#size-check {
		display: none;
	}
}
.uqc .section-opensignal-award .section.individual .area-ex {
  position: relative;
  margin: 42px 0 0 148px;
  width: fit-content;
}
.uqc .reason-sec .area-ex::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -4.5vw;
  width: 64px;
  height: 64px;
  background: url(/mobile/norikae/assets/img/icon_opensignal_01.svg) no-repeat center / cover;
}
.uqc .reason-sec .area-ex > span {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  padding-bottom: 0;
  width: fit-content;
  line-height: 1.2;
  transition: all 0.3s ease;
}
.uqc .reason-sec .area-ex .ttl {
  font-size: 20px;
  display: inline grid;
  grid-template: "ttl em" / 1fr auto;
  gap: 13px;
  color: #000;
}
.uqc .reason-sec .area-ex .ttl .txt01 {
  grid-area: ttl;
  font-size: 23px;
  font-weight: bold;
}
.uqc .reason-sec .area-ex .ttl em {
  grid-area: em;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin-left: 5px;
  color: #E4007F;
}
.uqc .reason-sec .area-ex .lead {
  margin-top: 7px;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .uqc .section-opensignal-award .section.individual .area-ex {
    position: relative;
    margin: 24px auto 0;
    width: fit-content;
  }
  .uqc .reason-sec .area-ex::before {
    top: 9px;
    left: -8px;
    width: 40px;
    height: 40px;
  }
  .uqc .reason-sec .area-ex > span {
    gap: 4px;
  }
  .uqc .reason-sec .area-ex .ttl {
    grid-template: "ttl em" / max-content auto;
    gap: 16px;
    align-items: center;
    margin-left: 42px;
    margin-right: 0;
    font-size: 13px;
  }
  .uqc .reason-sec .area-ex .ttl .txt01 {
    font-size: 16px;
  }
  .uqc .reason-sec .area-ex .ttl em {
    font-size: 27px;
  }
  .uqc .reason-sec .area-ex .lead {
    position: relative;
    margin-top: 0;
    left: -10px;
    font-size: 12px;
  }
}
.uqc .plan-sec {
  background: #B2E5FF url(../img/bg_plan_pc.png) no-repeat center top / 100% auto;
  border-top: 4px solid #2DA5E1;
  padding: 41px 0 80px;
}
.uqc .plan-sec .sec-ttl {
  max-width: 601px;
  margin: 0 auto -8px;
}
.uqc .plan-sec .note {
  font-size: 75%;
  text-align: center;
}
.uqc .plan-sec .plan-box-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 88px;
}
.uqc .plan-sec .plan-box-wrap .plan-box {
  background: #2DA5E1 url(../img/bg_plan_01_pc.png) no-repeat center 60px / 100% auto;
  border: 2px solid #000;
  border-radius: 30px;
  box-shadow: 2px 4px 0 #000;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 24px;
  padding: 44px 20px 24px;
  position: relative;
}
.uqc .plan-sec .plan-box-wrap .plan-box .balloon {
  filter: drop-shadow(2px 2px 0 #000);
  position: absolute;
  left: 50%;
  top: -58px;
  transform: translateX(-50%);
  width: 226px;
}
.uqc .plan-sec .plan-box-wrap .plan-box:last-child .balloon {
  width: 164px;
}
.uqc .plan-sec .plan-box-wrap .plan-box .plan-ttl {
  color: #fff;
  font-size: 112.5%;
  font-weight: 800;
  letter-spacing: .1em;
  text-align: center;
}
.uqc .plan-sec .plan-box-wrap .plan-box .plan-info {
  background: #fff;
  border-radius: 20px;
  padding: 20px 20px 76px;
  position: relative;
}
.uqc .plan-sec .plan-box-wrap .plan-box .plan-info > p {
  line-height: 1.75;
}
.uqc .plan-sec .plan-box-wrap .plan-box .plan-info .btn-wrap {
  padding: 0 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.uqc .plan-sec .link-list {
  margin-top: 32px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .uqc .plan-sec {
    background-image: url(../img/bg_plan_sp.png);
    padding: 7px 0 60px;
  }
  .uqc .plan-sec .sec-ttl {
    max-width: 360px;
    margin-bottom: 16px;
  }
  .uqc .plan-sec .plan-box-wrap {
    grid-template-columns: 1fr;
    gap: 88px;
  }
  .uqc .plan-sec .plan-box-wrap .plan-box {
    background-image: url(../img/bg_plan_01_sp.png);
    padding: 38px 24px 24px;
  }
  .uqc .plan-sec .plan-box-wrap .plan-box .plan-ttl {
    font-size: 150%;
  }
  .uqc .plan-sec .plan-box-wrap .plan-box .plan-info {
    letter-spacing: .05em;
  }
}
.uqc .end-sec {
  border-top: 4px solid #E3007F;
  padding: 47px 0 80px;
}
.uqc .end-sec .campaign-sec .sec-ttl {
  max-width: 365px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .uqc .end-sec .campaign-sec .sec-ttl {
    max-width: 253px;
  }
}
.uqc .end-sec .campaign-sec .campaign-ttl {
  display: flex;
  justify-content: center;
  font-size: 112.5%;
  font-weight: 900;
  line-height: 1;
  margin: 32px 0 16px;
  text-align: center;
}
.uqc .end-sec .campaign-sec .sec-ttl + .campaign-ttl {
  margin-top: 0;
}
.uqc .end-sec .campaign-sec .campaign-ttl span {
  display: inline-block;
  position: relative;
}
.uqc .end-sec .campaign-sec .campaign-ttl span::after,
.uqc .end-sec .campaign-sec .campaign-ttl span::before {
  background: url(../img/ttl_campaign.svg) no-repeat center center / contain;
  content: '';
  display: block;
  width: 13px;
  height: 16px;
  position: absolute;
  bottom: 0;
}
.uqc .end-sec .campaign-sec .campaign-ttl span::before {
  right: calc(100% + 4px);
  transform: scale(-1, 1);
}
.uqc .end-sec .campaign-sec .campaign-ttl span::after {
  left: calc(100% + 4px);
}
.uqc .end-sec .campaign-sec .link-wrap {
  display: flex;
  justify-content: center;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.uqc .end-sec .campaign-sec .link-wrap img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .uqc .end-sec .campaign-sec .link-wrap .banner-link {
    transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .uqc .end-sec .campaign-sec .link-wrap .banner-link:hover {
    opacity: .8;
  }
}
.uqc .end-sec .dummy-box {
  background: #D9D9D9;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  height: 156px;
}


.uqc .end-sec .recommend-lineup {
  border: 2px solid #000;
  border-radius: 30px;
  box-shadow: 2px 4px 0 #000;
  margin-top: 76px;
  padding: 20px;
}
.uqc .recommend-lineup .ttl-wrap {
  display: flex;
  line-height: 1.1;
}
.uqc .recommend-lineup .ttl-wrap .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 120px;
  flex-shrink: 0;
}
.uqc .recommend-lineup .ttl-wrap .icon img {
  width: 75px;
}
.uqc .recommend-lineup .ttl-wrap .main .catch {
  font-size: 20px;
}
.uqc .recommend-lineup .ttl-wrap .main h2 {
  margin: 0.06em 0 0;
  font-size: 35px;
  font-weight: 900;
	color: #e4007f !important;
}
@media screen and (max-width: 768px) {
  .uqc .end-sec .recommend-lineup {
    margin-top: 50px;
  }
  .uqc .recommend-lineup .ttl-wrap {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .uqc .recommend-lineup .ttl-wrap .icon {
    flex-basis: 19.4%;
  }
  .uqc .recommend-lineup .ttl-wrap .main .catch {
    font-size: 4.2vw;
  }
  .uqc .recommend-lineup .ttl-wrap .main h2 {
    margin: 0.06em 0;
    font-size: 6.9vw;
    transform: scaleX(0.92);
  }
}
.uqc .sc-smartphone .wrap {
  position: relative;
  padding: 0 50px 100px 50px;
}
.uqc .sc-smartphone .wrap .lead {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.uqc .sc-smartphone .slider .slick-track {
  display: flex;
}
.uqc .sc-smartphone .slider .slick-slide {
  height: auto !important;
}
.uqc .sc-smartphone .slider .slick-next,
.uqc .sc-smartphone .slider .slick-prev {
  overflow: hidden;
  z-index: 2;
  top: 100px;
  text-indent: -999em;
  width: 30px;
  height: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.uqc .sc-smartphone .slider .slick-next:before,
.uqc .sc-smartphone .slider .slick-prev:before {
  content: none;
}
.uqc .sc-smartphone .slider .slick-dots {
  display: flex;
  justify-content: center;
  bottom: -90px;
}
.uqc .sc-smartphone .slider .slick-dots li {
  display: block;
  margin: 0;
}
.uqc .sc-smartphone .slider .slick-dots li button {
  padding: 0;
}
.uqc .sc-smartphone .slider .block {
  position: relative;
  padding: 20px 0 10px 0;
  text-align: center;
  height: 100%;
}
.uqc .sc-smartphone .slider .block a:first-child {
  position: relative;
  display: block;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.os-pc .uqc .sc-smartphone .slider .block a.hover-link {
  opacity: 0.7;
}
.uqc .sc-smartphone .slider .block .product {
  margin: 0 auto;
  max-width: 180px;
}
.uqc .sc-smartphone .slider .block .name {
  margin: 0 0 15px 0;
	color: #000;
  text-decoration: underline;
  font-size: 14px;
}
.uqc .btn-fill-icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 0 1em;
	height: 74px;
	background-color: #e4007f;
	border-radius: 30px;
	color: #fff;
	box-shadow: 0 5px 0 #000;
	font-weight: 700;
	font-size: 17px;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
	text-decoration: none !important;
}

.uqc .btn-fill-icon.no-icon {
	padding: 0;
}

.uqc .btn-fill-icon:hover {
	opacity: .7;
}

.uqc .btn-fill-icon i {
	display: block;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -20px;
	width: 50px;
}
.uqc .btn-fill-icon::after {
	content: '　';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -15px;
	width: 30px;
	font-size: 30px;
	line-height: 1;
	background-image: url(../img/icon-btn-arrow-w.svg);
	background-size: cover;
}

.uqc .btn-fill-icon.blank::after {
	background-image: url(../img/icon-btn-blank-w.svg);
}
.uqc .btn-fill-icon::before, .uqc .btn-outline-icon::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
	width: 44px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.uqc .btn-fill-icon.btn-sim, .uqc .btn-fill-icon.btn-esim {
	padding: 0;
}
.uqc .sc-norikae .btn-fill-icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 0 0.6em;
	height: 80px;
	border: 2px solid #e4007f;
	border-radius: 20px;
	box-shadow: 0 5px 0 #000;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
	text-decoration: none !important;
}
.uqc .sc-norikae .btn-fill-icon.btn-sim, .uqc .sc-norikae .btn-fill-icon.btn-esim {
	padding: 0;
}
.uqc .sc-norikae .btn-fill-icon::after {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	right: 20px;
	width: 30px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.uqc .btn-fill-icon,
.uqc .btn-outline-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 1em;
  height: 80px;
  border: 2px solid #e4007f;
  border-radius: 20px;
  box-shadow: 0 5px 0 #000;
  font-weight: 700;
  font-size: 18px;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  text-decoration: none !important;
}
.uqc .btn-outline-icon {
  box-shadow: 0 5px 0 #e4007f;
  background-color: #fff;
  color: #000;
}
.uqc .btn-fill-icon {
  background-color: #e4007f;
  color: #fff;
}
.uqc .btn-fill-icon.no-icon,
.uqc .btn-outline-icon.no-icon {
  padding: 0;
}
.os-pc .uqc .btn-fill-icon.hover-link,
.os-pc .uqc .btn-outline-icon.hover-link {
  opacity: 0.7;
}
.uqc .btn-fill-icon:before,
.uqc .btn-outline-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -20px;
  padding-top: 40px;
  width: 50px;
  height: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.uqc .btn-outline-icon.btn-tel:before {
	content: "\e929";
	position: absolute;
	padding-top: 0;
	top: 50%;
	left: 20px;
	color: #e4007f;
	font-family: uq-icomoon!important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-align: center;
	text-transform: none;
	font-size: 42px;
	z-index: 1;
}
.uqc .btn-outline-icon.btn-simulation:before {
  background-image: url(../img/icon-btn-simulation.svg);
}
.uqc .btn-outline-icon.btn-online:before {
  background-image: url(../img/icon-btn-online.svg);
}
.uqc .btn-fill-icon.btn-online:before {
  background-image: url(../img/icon-btn-online-w.svg);
}
.uqc .btn-outline-icon.btn-shop:before {
  background-image: url(../img/icon-btn-shop.svg);
}
.uqc .btn-fill-icon.btn-shop:before {
  background-image: url(../img/icon-btn-shop-w.svg);
}
.uqc .btn-fill-icon:after,
.uqc .btn-outline-icon:after {
  content: "　";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -15px;
  width: 30px;
  font-size: 30px;
  line-height: 1;
  background-size: cover;
}
.uqc .btn-outline-icon:after {
  background-image: url(../img/icon-btn-arrow.svg);
}
.uqc .btn-outline-icon.blank:after {
  background-image: url(../img/icon-btn-blank.svg);
}
.uqc .btn-fill-icon:after {
  background-image: url(../img/icon-btn-arrow-w.svg);
}
.uqc .btn-fill-icon.blank:after {
  background-image: url(../img/icon-btn-blank-w.svg);
}
.uqc .btn-outline-icon:hover {
	opacity: .7;
}
@media screen and (max-width: 768px) {
  .uqc .btn-outline {
    height: 55px;
    border: 1px solid #000;
    border-radius: 15px;
    box-shadow: 0 4px 0 0 #000;
    font-size: 15px;
  }
  .uqc .btn-outline:after {
    right: 10px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
  }
  .uqc .btn-simple {
    padding: 0.8em 0.3em;
    min-width: 290px;
  }
  .uqc .btn-simple span {
    padding: 0 30px 0 25px;
  }
  .uqc .btn-fill-icon,
  .uqc .btn-outline-icon {
    height: 60px;
    border-radius: 22px;
    box-shadow: 0 4px 0 0 #000;
    font-size: 15px;
  }
  .uqc .btn-outline-icon {
    box-shadow: 0 4px 0 0 #e4007f;
  }
  .uqc .btn-fill-icon:before,
  .uqc .btn-outline-icon:before {
    left: 10px;
    margin-top: -15px;
    padding-top: 30px;
    width: 36px;
  }
  .uqc .btn-fill-icon:after,
  .uqc .btn-outline-icon:after {
    right: 10px;
  }
}
.btn-fill-icon.btn-shop.btn-shoplink {
  background-color: #fff;
  color: #303030;
  border-color: #cdcdcd;
}

.uqc .sc-smartphone .slider .block .btn-fill-icon.btn-shop.btn-shoplink::before {
  background: none;
  padding: 0;
  width: 1.5em;
  height: 1.5em;
  font-size: 1.5em;
  left: 4px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-family: uq-icomoon !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: none;
}

.uqc .sc-smartphone .slider .block .btn-fill-icon.btn-shop.btn-shoplink::after {
  background-image: url(../img/icon-btn-arrow.svg);
}

@media (max-width: 768px) {
  .uqc .sc-smartphone .slider .block .btn-fill-icon.btn-shop.btn-shoplink::before {
    background: none;
    padding: 0;
    width: 2em;
    height: 2em;
    font-size: 2em;
    left: -2px;
  }
}

@media screen and (max-width: 768px) {
	.uqc .btn-outline {
		height: 60px;
		border-width: 1px;
		border-radius: 22px;
		box-shadow: 0 4px 0 0 #000;
		font-size: 15px;
		line-height: 1.4;
	}

	.uqc .btn-outline i {
		left: 14px;
		margin-top: -22px;
		width: 44px;
	}

	.uqc .btn-outline::after {
		right: 10px;
		margin-top: -13px;
		width: 26px;
		font-size: 26px;
	}

	.uqc .btn-fill-icon {
		padding: 0 0 0 .3em;
		height: 60px;
		border-radius: 22px;
		box-shadow: 0 4px 0 #000;
		font-size: 16px;
	}

	.uqc .btn-fill-icon i {
		left: 14px;
		margin-top: -17px;
		width: 44px;
	}

	.uqc .btn-fill-icon::after {
		right: 12px;
		margin-top: -13px;
		width: 26px;
		font-size: 26px;
	}
}
@media screen and (min-width: 769px) {
  .uqc .sc-smartphone .slider .block .btn-fill-icon {
    margin: 0 auto;
    padding: 0 0 0 0.2em;
    max-width: 170px;
    height: 50px;
    font-size: 16px;
  }
  .uqc .sc-smartphone .slider .block .btn-fill-icon::before {
    left: 8px;
    margin-top: -10px;
    padding-top: 20px;
    width: 28px;
    background-position: 50% 50%;
    background-size: contain;
  }
  .uqc .sc-smartphone .slider .block .btn-fill-icon::after {
    right: 8px;
    margin-top: -12px;
    width: 24px;
    font-size: 24px;
    background-position: 50% 50%;
    background-size: contain;
  }
  .uqc .sc-smartphone .slider .slick-next {
    background-image: url(../img/slick-arrow-color-next.svg);
    right: -40px;
  }
  .uqc .sc-smartphone .slider .slick-prev {
    background-image: url(../img/slick-arrow-color-prev.svg);
    left: -40px;
  }
  .uqc .sc-smartphone .slider .slick-dots li {
    width: 25px;
  }
  .uqc .sc-smartphone .slider .slick-dots li button::before {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .uqc .sc-smartphone .wrap {
    padding: 0 0 100px 0;
  }
  .uqc .sc-smartphone .wrap .lead {
    bottom: 40px;
    font-size: 16px;
    line-height: 1.3;
  }
  .uqc .sc-smartphone .slider {
    height: auto;
  }
  .uqc .sc-smartphone .slider .block .btn-fill-icon {
    margin: 0 auto;
    padding: 0 0 0 0.2em;
    max-width: 256px;
  }
  .uqc .sc-smartphone .slider .slick-dots {
    bottom: -105px;
  }
  .uqc .sc-smartphone .slider .slick-next,
  .uqc .sc-smartphone .slider .slick-prev {
    width: 50px;
    height: 50px;
    background-size: 28px 28px;
  }
  .uqc .sc-smartphone .slider .slick-next {
    background-image: url(../img/slick-arrow-color-next.svg);
    right: 0;
  }
  .uqc .sc-smartphone .slider .slick-prev {
    background-image: url(../img/slick-arrow-color-prev.svg);
    left: 0;
  }
  .uqc .sc-smartphone .slider .block {
    padding: 0 0 45px;
  }
  .uqc .sc-smartphone .slider .block .product {
    width: 56%;
  }
  .uqc .sc-smartphone .slider .block .name {
    font-size: 16px;
  }
}
.uqc .end-sec .faq-sec {
  margin-top: 72px;
}
.uqc .end-sec .faq-sec .sec-ttl {
  max-width: 193px;
  margin: 0 auto 32px;
}
.uqc .end-sec .faq-sec .faq-list {
  border-top: 1px solid #EBEBEB;
}
.uqc .end-sec .faq-sec .faq-list > li {
  border-bottom: 1px solid #EBEBEB;
}
.uqc .end-sec .faq-sec .faq-list .faq-ttl {
  appearance: none;
  background: #fff;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 46px 13px 10px;
  position: relative;
  width: 100%;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .end-sec .faq-sec .faq-list .faq-ttl .label {
  display: block;
  width: 18px;
}
.uqc .end-sec .faq-sec .faq-list .faq-ttl .label img {
  width: 100%;
}
.uqc .end-sec .faq-sec .faq-list .faq-ttl .txt {
  flex: 1;
  text-align: left;
}
.uqc .end-sec .faq-sec .faq-list .faq-ttl .mark {
  background: #C0C0C0;
  border-radius: 3px;
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 10px;
  top: calc(50% - 13px);
}
.uqc .end-sec .faq-sec .faq-list .faq-ttl .mark::after,
.uqc .end-sec .faq-sec .faq-list .faq-ttl .mark::before {
  background: #fff;
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% - 1px);
}
.uqc .end-sec .faq-sec .faq-list .faq-ttl .mark::after {
  transform: rotate(90deg);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.uqc .end-sec .faq-sec .faq-list .faq-wrap.opened .faq-ttl .mark::after {
  opacity: 0;
}
.uqc .end-sec .faq-sec .faq-list .faq-ttl .clickable {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.uqc .end-sec .faq-sec .faq-list .faq-detail {
  height: 0;
  overflow: hidden;
}
.uqc .end-sec .faq-sec .faq-list .faq-detail .detail-inner {
  display: flex;
  gap: 10px;
  padding: 0 10px 32px 10px;
}
.uqc .end-sec .faq-sec .faq-list .faq-detail .detail-inner .label {
  display: block;
  width: 18px;
}
.uqc .end-sec .faq-sec .faq-list .faq-detail .detail-inner .label img {
  width: 100%;
}
.uqc .end-sec .faq-sec .faq-list .faq-detail .detail-inner .txt-wrap {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .uqc .end-sec .faq-sec {
    margin-top: 48px;
  }
}

.fix-btn-wrap {
  background: rgba(0, 0, 0, 0.8);;
  display: flex;
  justify-content: center;
  padding: 12px 20px 12px 200px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 106;
  transform: translateY(100%);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.fix-btn-wrap.is-show {
  transform: translateY(0);
}
.fix-btn-wrap .entry-btn {
  max-width: 343px;
}
@media screen and (max-width: 768px) {
  .fix-btn-wrap {
    padding: 12px 20px;
  }
  .fix-btn-wrap .entry-btn {
    max-width: unset;
  }
}
.uq-pagetop {
  bottom: 104px;
}
.uqv2-globalfooter {
  padding-bottom: 84px;
}


/* hover */
@media screen and (min-width: 768px) {
  .uqc .step-sec .step-box .sns-list .sns-link:hover,
  .uqc .end-sec .faq-sec .faq-list .faq-ttl:hover,
  .uqc .step-sec .overview-block .overview-box .attention-ac .head:hover,
  .uqc .step-sec .overview-block .overview-box .campaign-terms .notes-ac .notes-ac-ctr a span:hover,
  .uqc .lead-sec .anchor-btn-wrap .anchor-btn:hover,
  .uqc .white-btn:hover,
  .uqc a.entry-btn:hover {
    opacity: .7;
  }
  .uqc .underline-link:hover,
  .uqc .txt-link:hover,
  .uqc .lead-sec .anchor-link:hover {
    text-decoration: none;
  }
}
