* {
  box-sizing: border-box;
  margin: 0;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
}

#header {
  display: none;
}

#lp_02_02.main {
  width: 100%;
  padding: 1rem 20px 3rem;
  font-size: 17px;
  background-color: #fff;
}

#lp_02_02 .credit {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  color: #6a6a6a;
  background-color: #f3f3f3;
  border-bottom: 3px solid #d4d4d4;
}

.campaign_disclaimer {
  padding-top: 60px;
  font-size: 13px;
  background-color: #f2f2f2;
}

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

.disclaimer_txt {
  display: inline-block;
  text-align: left;
}

.disclaimer_txt li:first-child {
  margin-bottom: 0.5em;
}

.-bold {
  font-weight: 700;
}

.-em {
  color: #e60033;
}

.-em--alt {
  color: #fd4502;
}

.-center {
  text-align: center;
}

.-lg {
  font-size: 21px;
}

.-note {
  font-size: 13px;
}

.-link {
  color: #4682b4;
  text-decoration: underline;
}

.kv__headline {
  text-align: center;
}

.body__inner {
  background: #f2f2f2;
}

.section + .section {
  margin-top: 30px;
}

.section + .section--dist {
  margin-top: 60px;
}

.headline {
  padding: 3%;
  margin: 20px auto;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  background: #0000cd;
}

.headline__inner {
  padding: 3%;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.subline {
  margin: 1em 0 1em;
  font-size: 1.17em;
  font-weight: 700;
}

.subline--em {
  margin: 0;
  color: #e60033;
}

.balloon {
  display: flex;
  flex-direction: row;
  margin: 1.5em 0;
}

.balloon__icon {
  flex-basis: 55px;
  flex-shrink: 0;
  align-self: flex-end;
}

.balloon__img {
  width: 55px;
  max-width: 55px;
  height: 55px;
  vertical-align: bottom;
  border: solid 3px #ffe6d9;
  border-radius: 50%;
  object-fit: cover;
}

.balloon__body {
  position: relative;
  display: inline-block;
  padding: 12px;
  margin: 0;
  margin-left: 50px;
  background-color: #ffe6d9;
  border-radius: 20px;
}

.balloon__body::before {
  position: absolute;
  top: 25%;
  left: -29px;
  display: block;
  width: 22px;
  height: 22px;
  content: '';
  background-color: #ffe6d9;
  border-radius: 50%;
}

.balloon__body::after {
  position: absolute;
  top: 50%;
  left: -45px;
  display: block;
  width: 12px;
  height: 12px;
  content: '';
  background-color: #ffe6d9;
  border-radius: 50%;
}

.balloon__text {
  margin: 0;
}

.row {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.button__inner {
  position: relative;
  display: grid;
  place-items: center;
  padding: 1em;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  background-color: #ff3701;
  border-radius: 0.75em;
  box-shadow: 0 8px 0 #bf1501;
  transition: all 0.3s;
}

.button__inner::after {
  position: absolute;
  top: 50%;
  left: 90%;
  width: 1.5em;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: '';
  background-color: #fff;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 1/2;
}

.button__inner:hover {
  box-shadow: 0 4px 0 #bf1501;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.button__inner:hover::after {
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}

.button__text {
  font-weight: 700;
}

.button__text--sm {
  font-size: 0.95em;
}

.button__text--lg {
  font-size: 1.5em;
}

.summary {
  margin: 1em 0 2em;
}

.summary__headline {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 1em;
  font-size: 15px;
  color: #fff;
  vertical-align: bottom;
  background: #2196f3;
  border-radius: 10px 10px 0 0;
}

.summary__label {
  line-height: 1;
}

.summary__body {
  padding: 1rem 2rem;
  font-weight: 700;
  color: #0075a9;
  background: #d8ecf5;
  border-radius: 0 10px 10px 10px;
}

.pinned {
  font-size: 18px;
}

.pinned + .pinned {
  margin-top: 57px;
  margin-bottom: 0.5em;
}

.pinned__body {
  position: relative;
  padding: 1.5em;
  margin-top: 1.5em;
  background-color: #fff;
  border: solid 1px #333;
  box-shadow: 5px 5px 0 1px rgba(0, 0, 0, 0.2);
}

.pinned__icon {
  position: absolute;
  top: -1.5em;
  left: 50%;
  width: 2em;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: contain;
  border-radius: 50%;
  translate: -50% 0;
  aspect-ratio: 4/7;
}

.pinned__icon--blue {
  background-image: url(/img/promotion/index_02_02/house_hikaku/hikaku-icon_02.png);
}

.pinned__icon--yellow {
  background-image: url(/img/promotion/index_02_02/house_hikaku/hikaku-icon_03.png);
}

.pinned__icon--green {
  background-image: url(/img/promotion/index_02_02/house_hikaku/hikaku-icon_04.png);
}

.pinned__headline {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5em auto 1em;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
}

.pinned__headline::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #333;
}

.pinned__list {
  position: relative;
  padding-left: 1em;
  font-size: 1.1em;
  color: #b2881b;
}

.pinned__list::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.5em;
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
  content: '';
  background-color: #b2881b;
  aspect-ratio: 1/1;
}

.table {
  width: 100%;
}

.table__head {
  width: 20%;
  padding: 25px 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #0000cd;
  border: 1px solid #ccc;
}

.table__data {
  padding: 1em 0 0.5em;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ccc;
}

.symbol {
  position: relative;
  width: 52px;
  height: 52px;
  margin: 0 auto 0.25em;
}

.symbol::before {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: '';
  border: 7px solid #e60033;
  border-radius: 50%;
}

.symbol::after {
  position: absolute;
  top: 25%;
  left: 25%;
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  height: 50%;
  content: '';
  border: 7px solid #e60033;
  border-radius: 50%;
}

.refer {
  position: relative;
  max-width: 580px;
  margin-inline: auto;
}

.refer + .refer {
  margin-top: 30px;
}

.refer__icon {
  position: absolute;
  top: -15px;
  left: -3px;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding-top: 10px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #0086ff;
  border-radius: 50%;
}

.refer__label {
  font-size: 10px;
}

.refer__num {
  font-family: 'Hiragino Sans', Arial, sans-serif;
  font-size: 30px;
}

.refer__body {
  position: relative;
  padding: 12px;
  background: #fff;
  border: 1px solid #ffc7d3;
  border-radius: 6px;
}

.refer__source {
  text-align: right;
}

.swiper-wapper {
  position: relative;
  box-sizing: content-box;
  display: flex;
  width: 100%;
  height: 100%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.swiper-slide {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-button-next {
  position: absolute;
  top: 50%;
  color: transparent;
  cursor: pointer;
}

.swiper-button-next::before {
  position: absolute;
  right: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  content: ' ';
  border-right: solid 8px #ccc;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.swiper-button-next::after {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  content: ' ';
  border-right: solid 8px #ccc;
  -webkit-transform: translateY(-54%) rotate(-45deg);
          transform: translateY(-54%) rotate(-45deg);
}

.swiper-button-prev {
  position: absolute;
  top: 50%;
  color: transparent;
  cursor: pointer;
}

.swiper-button-prev::before {
  position: absolute;
  left: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  content: ' ';
  border-left: solid 8px #ccc;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.swiper-button-prev::after {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 10;
  width: 50px;
  height: 50px;
  content: ' ';
  border-left: solid 8px #ccc;
  -webkit-transform: translateY(-54%) rotate(45deg);
          transform: translateY(-54%) rotate(45deg);
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 20px;
}

@media (min-width: 960px) {
  #lp_02_02.main {
    max-width: 580px;
    padding: 5px 20px 20px;
    margin: 0 auto;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 768px) {
  #lp_02_02.main {
    padding: 1rem 15px 3rem;
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  .subline--sp {
    font-size: 17px;
  }

  .pinned {
    font-size: 3.6vw;
  }
}

@media (max-width: 500px) {
  .button__inner {
    font-size: 3vw;
  }
}

@media screen and (min-width: 960px) {
  .footer {
    margin-top: 0;
  }
}
