@charset "UTF-8";
main {
  overflow-x: hidden;
}

.main .hero .inner .title {
  width: 12rem;
  margin: 0 0 0 0.6rem;
}

.reason .sNav {
  justify-content: center;
}

.reason .sNav:before {
  content: "";
  display: block;
  width: 1%;
}

@media (max-width: 750px) {
  #adv-slider {
    padding: 0;
  }
}
#adv-slider li {
  padding: 0 0.2rem;
}

#adv-slider .slick-list {
  padding-left: 1.6rem;
}

@media (max-width: 750px) {
  #adv-slider .slick-list {
    padding-left: 0;
  }
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 1.5rem;
  width: 0.5rem;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
}

.slick-next {
  right: -1rem;
}

@media (max-width: 750px) {
  .slick-next {
    right: 0;
  }
}
@media (max-width: 750px) {
  .slick-prev {
    left: 0;
  }
}
.slick-prev:before {
  font-family: "fontawesome";
  font-size: 0.4rem;
  width: 0.23rem;
  height: 0.465rem;
  display: block;
  background-image: url("../imgs/arrow-prev.png");
  background-size: 0.23rem 0.465rem;
  content: "";
}

.slick-next:before {
  font-family: "fontawesome";
  font-size: 0.4rem;
  width: 0.23rem;
  height: 0.465rem;
  display: block;
  content: "";
  background-image: url("../imgs/arrow-next.png");
  background-size: 0.23rem 0.465rem;
}

.slick-dots li.slick-active button:before {
  background: #e95529 !important;
  opacity: 0.75;
}

/* タブ */
#reason .tab-wrap {
  margin: 5% auto;
}

#reason .tab-list {
  display: flex;
  justify-content: space-between;
  border-left: #e95529 1px solid;
}

#reason .tab-item {
  width: 20%;
  padding: 10px 0;
  font-size: 0.6rem;
  background-color: #fff;
  color: #472d26;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  font-family: "din-1451-lt-pro-engschrift", s ans-serif;
  border-top: #e95529 1px solid;
  border-right: #e95529 1px solid;
  border-bottom: #e95529 1px solid;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  #reason .tab-item {
    font-size: 0.35rem;
  }
}
#reason .tab-item:hover {
  color: #e95529;
}

#reason .tab-item.is-active {
  color: #e95529;
  background: #fbf2e0;
  border-bottom: none;
}

/* パネル */
#reason .panel-list {
  background-color: #fbf2e0;
  box-sizing: border-box;
  width: 100%;
}

#reason .panel-item {
  display: none;
  box-sizing: border-box;
  width: calc(100% - 2rem);
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 750px) {
  #reason .panel-item {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
#reason .panel-item.is-active {
  display: block;
  animation: panel-show 0.9s ease-in-out forwards;
}

#reason .item .text .catch {
  font-size: 0.65rem;
}

@media screen and (max-width: 750px) {
  #reason .item .text .catch {
    font-size: 0.48rem;
    line-height: 1.5;
  }
}
/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .main .hero .inner .title {
    width: 7rem;
    margin: 3% 0 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .main .hero .inner .point li {
    width: 2.8rem;
  }
}
@media screen and (max-width: 750px) {
  .main .hero .inner .point {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.3rem 0.24rem;
    margin: 0.5rem 0 0;
  }
}
.main .hero .bg figcaption {
  bottom: 1rem;
}

@media screen and (max-width: 750px) {
  .main .hero .bg figcaption {
    width: auto;
    right: 0.4rem;
    bottom: 3.72rem;
    left: auto;
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 750px) {
  .main .about .ttl .primary01 {
    font-size: 0.62rem;
    margin: 0 0 -0.6rem;
  }
}
@media screen and (max-width: 750px) {
  .main .compare .ttl .primary01 {
    margin: 0 0 -1rem;
  }
}
@media screen and (max-width: 750px) {
  .main .compare .list picture {
    display: flex;
    align-items: flex-end;
    height: 7.8rem;
    padding-bottom: 0.4rem;
  }
}
.main .compare .list .item--02 .image img {
  width: 7.34rem;
  margin: 0.37rem 0 0 0.86rem;
}

.main .compare .list .item--04 .image figcaption {
  margin: 0 0 0 0.92rem;
}

.main .compare .list .item--04 .image img {
  width: 7.21rem;
  margin: 0.37rem 0 0 0.86rem;
}

@media screen and (max-width: 750px) {
  .main .compare .list .item--01 .image img {
    width: 6.4rem;
    margin: 0.3rem auto 0;
  }
  .main .compare .list .item--02 .image img {
    width: 6.4rem;
    margin: 0.3rem auto 0;
  }
  .main .compare .list .item--03 .image img {
    width: 6.45rem;
    margin: 0.43rem 0 0 0.35rem;
  }
  .main .compare .list .item--04 .image img {
    width: 6.43rem;
    margin: 0.43rem 0 0 0.4rem;
  }
  .main .compare .list .item--04 .image figcaption {
    margin: 0 auto;
  }
}
/*/////////////////////////////////////////
//  2024.09.05追記
/////////////////////////////////////////*/
@media (max-width: 750px) {
  body .main .hero {
    height: 17.8rem;
  }
}
.fv-bottom {
  align-items: flex-start;
}
.fv-bottom .tel {
  margin-top: 0.2rem;
}
@media (max-width: 750px) {
  .fv-bottom .tel {
    margin-top: 0;
  }
}

.gift-caution {
  text-align: center;
  font-size: 0.4rem;
  font-weight: 700;
  color: #e95529;
  width: 100%;
  margin-top: 20px;
  padding: 10px 0;
  background: #fff;
}
@media (max-width: 750px) {
  .gift-caution {
    font-size: 0.34rem;
    width: 90%;
    margin: 0.3rem auto 0.3rem;
  }
}
.gift-caution .popup {
  color: #2b2622;
  border-bottom: 1px solid #2b2622;
  display: inline-block;
  margin-top: 0;
}
@media (max-width: 750px) {
  .gift-caution .popup {
    display: block;
  }
}
.gift-caution span {
  font-size: 0.32rem;
}

.section.about .gift-caution,
.cv .gift-caution {
  max-width: 13.3rem;
  margin: 20px auto 0;
}
@media (max-width: 750px) {
  .section.about .gift-caution,
  .cv .gift-caution {
    font-size: 0.34rem;
    width: 90%;
    margin: 0.3rem auto 0.3rem;
  }
}

@media (max-width: 750px) {
  .gFooter .btn--cv {
    width: 6.2rem;
  }
  .main .btn--cv {
    padding: 0.5rem 0 !important;
  }
  .main .about {
    padding: 0.9rem 0 1.1rem;
  }
  .main .about .inner .sub--02 ul li:nth-of-type(5) .image figcaption {
    right: -1.38rem;
    font-size: 1.1rem;
  }
  .main .about .inner .sub--02 ul li:nth-of-type(2) .image figcaption {
    right: -1.2rem;
    font-size: 1.1rem;
  }
  .main .cv {
    height: auto;
  }
}/*# sourceMappingURL=update_20240905.css.map */