.ab-test-body {
  overflow-x: hidden;
}
.ab-test-commonPartsTest-patternA .ab-test-target {
  display: block;
}
.ab-test-commonPartsTest-patternB .ab-test-target {
  display: none;
}
.pre-footer-wrapper {
  background: #fff;
  padding: 40px 20px;
}
.pre-footer-inner {
  max-width: 740px;
  margin: 0 auto;
}
.pre-footer-section-cartype {
  margin-top: 20px;
}
.pre-footer-section-cartype .pre-footer-cartype-img {
  max-width: 100%;
}
.pre-footer-section-cartype .pre-footer-cartype-img img {
  max-height: 100px;
  object-fit: contain;
}
@media screen and (min-width: 769px) {
  .pre-footer-section-cartype .pre-footer-cartype-list {
    display: flex;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pre-footer-section-cartype .pre-footer-cartype-li {
    margin-bottom: 20px;
  }
}
.pre-footer-section-cartype .pre-footer-cartype-li-link {
  display: block;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  box-shadow: 0 1px 8px 0 rgba(0,0,0,0.12), 0 3px 3px -2px rgba(0,0,0,0.2), 0 3px 4px 0 rgba(0,0,0,0.14);
  padding: 16px;
  background: url("/lp/assets/img/object/component/common/icon-more.svg") no-repeat right 16px bottom 22px/24px;
}
.pre-footer-section-cartype .pre-footer-cartype-li-link:hover {
  opacity: 0.6;
}
.pre-footer-section-cartype .pre-footer-cartype-ttl {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.pre-footer-popular-contents {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .pre-footer-section-carlist-item-wrapper {
    display: flex;
    gap: 20px;
  }
  .pre-footer-section-carlist-item-wrapper .section-carlist-item {
    width: 50%;
  }
}
.pre-footer-section-carlist-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.pre-footer-section-carlist-btn li {
  width: calc(25% - 10px);
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  box-shadow: 0 1px 8px 0 rgba(0,0,0,0.12), 0 3px 3px -2px rgba(0,0,0,0.2), 0 3px 4px 0 rgba(0,0,0,0.14);
  padding: 8px 4px 2px;
  font-size: 0.54rem;
  min-height: 66px;
  font-weight: bold;
}
.pre-footer-section-carlist-btn li img {
  max-height: 20px;
  object-fit: contain;
  margin-bottom: 4px;
}
.pre-footer-section-carlist-btn li .cartype-img img {
  min-height: 40px;
}
.pre-footer-section-carlist-btn li span {
  display: block;
  text-align: center;
}
.pre-footer-section-carlist-btn-maker img {
  max-height: 40px !important;
}
.pre-footer-heading {
  text-align: center;
  margin: 0 auto 14px;
  font-weight: bold;
  font-size: 1.4rem;
}
.pre-footer-heading img {
  margin: 0 4px 5px 0;
}
.pre-footer-ballon-black {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 24px;
  border-radius: 24px;
  background-color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}
.pre-footer-ballon-black::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #000 transparent transparent;
  translate: -50% 100%;
}
.cartype-detail-list {
  display: flex;
  margin-bottom: 2px;
}
.cartype-detail-list:nth-child(3) dt {
  min-width: 63px;
}
.cartype-detail-list dd {
  text-align: left;
}
.cartype-detail-btn {
  cursor: pointer;
}
.input.is-large {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .input.is-large {
    max-width: 260px;
  }
}
@media screen and (min-width: 1025px) {
  .input.is-large {
    max-width: 400px;
  }
}
details {
  display: inline-block;
}
summary {
  font-weight: bold;
  cursor: pointer;
  outline: none;
}
summary::-webkit-details-marker {
  display: none;
}
summary {
  list-style: none;
}
details > div,
details > p {
  margin-top: 15px;
  padding: 14px;
  background: #ececec;
}
.popular-contents {
  margin-top: 40px;
}
.popular-contents-list {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
  overflow-x: auto;
  padding-inline: 0;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 16px;
  -webkit-overflow-scrolling: touch; /* iOS慣性スクロール */
  overscroll-behavior-x: contain;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .popular-contents-list {
    margin-right: -20px;
    padding-right: 40px;
    width: 100vw;
  }
}
@media screen and (min-width: 769px) {
  .popular-contents-list {
    justify-content: center;
  }
}
.popular-contents-list li {
  flex: 0 0 auto;
  width: calc(25% - 10px);
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  box-shadow: 0 1px 8px 0 rgba(0,0,0,0.12), 0 3px 3px -2px rgba(0,0,0,0.2), 0 3px 4px 0 rgba(0,0,0,0.14);
}
.popular-contents-list li a {
  display: block;
  padding: 8px 4px;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .popular-contents-list li {
    min-width: 120px;
  }
}
@media screen and (min-width: 769px) {
  .popular-contents-list li {
    width: calc(20% - 10px);
  }
}
.popular-contents-list p {
  margin: 10px auto 0;
  padding: 0;
  font-size: 10px;
  line-height: 1.4;
}
.popular-contents-list h4 {
  font-weight: bold;
  margin: 0 auto 10px;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.4;
}
.footer-ctabtn {
  width: 100%;
  position: fixed;
  bottom: 0;
  transform: translate(0, 100px);
  transition: all 1000ms;
  z-index: 1000;
  background: rgba(0,0,0,0.8);
  text-align: center;
  padding: 14px 20px;
  color: #fff;
  font-size: 0.8rem;
}
@media screen and (min-width: 600px) {
  .footer-ctabtn {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .fadein {
    transform: translate(0);
  }
}

/*# sourceMappingURL=abtest.css.map */
