.cta_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
}
.cta_btn img {
  width: 100%;
}
.cta_btn.btn2 {
  width: 88%;
}

.cta_btn.btn2-tel {
  width: 88%;
}
.cta_btn.btn3 {
  width: 88%;
}

.cta_btn.btn3-tel {
  width: 88%;
}

.cta_btn.btn4 {
  width: 88%;
}

.cta_btn.btn4-tel {
  width: 88%;
}

.cta_btn.btn5 {
  width: 88%;
}

.cta_btn.btn5-tel {
  width: 88%;
}

.btn1 {
  bottom: 15.5%;
}

.btn1-tel {
  bottom: 5%;
}

.btn2 {
  bottom: 11.5%;
}

.btn2-tel {
  bottom: 3%;
}

.btn3 {
  bottom: 3.2%;
}

.btn3-tel  {
  bottom: .9%;
}

.btn4 {
  bottom: 5%;
}

.btn4-tel{
  bottom: 1.8%;
}

.btn5 {
  bottom: 38.5%;
}

.btn5-tel {
  bottom: 25.5%;
}

.cta_btn.btn1 + .cta_btn.btn1 {
  top: auto;
}

.s_qa .qa_inner {
  background-color: #e8dac5;
  width: 100%;
  padding: 0 3% 10%;
}

.s_qa .qa_inner > div:not(:last-child) {
  margin-bottom: 6%;
}

.s_qa .q,
.s_qa .ans {
  width: 95%;
  margin: -2px auto;
}

.s_qa .ans {
  position: relative;
}

.s_qa .q {
  position: relative;
}

.qa_box_icon {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.qa_box_icon.is-open .qa_box_bar2 {
  transform: translate(-50%, -50%) rotate(90deg);
}

@media screen and (max-width: 600px) {
  .qa_box_icon {
    width: 15px;
    height: 15px;
    right: 15px;
  }
}
.qa_box_bar1 {
  width: 25px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

@media screen and (max-width: 600px) {
  .qa_box_bar1 {
    width: 15px;
    height: 2px;
  }
}
.qa_box_bar2 {
  width: 3px;
  height: 25px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease 0s;
}

@media screen and (max-width: 600px) {
  .qa_box_bar2 {
    width: 2px;
    height: 15px;
  }
}
.ans {
  display: none;
}

.kira {
  overflow: hidden;
}
.kira::after {
  -webkit-animation: kira 3s ease-in-out infinite;
          animation: kira 3s ease-in-out infinite;
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
}

@-webkit-keyframes kira {
  0% {
    left: -20%;
  }
  15% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@keyframes kira {
  0% {
    left: -20%;
  }
  15% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
body {
  font-family: "Noto Sans JP", "Lato", sans-serif, sans-serif;
  color: #222222;
}
body.is-active {
  height: 100%;
  overflow: hidden;
}

.wrapper {
  width: 750px;
  margin: 0 auto 0;
}
@media screen and (max-width: 750px) {
  .wrapper {
    width: 100%;
  }
}

.main_container {
  position: relative;
}

.br_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br_sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .br_pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp_hidden {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .pc_hidden {
    display: none;
  }
}

.tb_and_sp_active {
  display: none;
}
@media screen and (max-width: 1199px) {
  .tb_and_sp_active {
    display: block;
  }
}

.sp_active {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp_active {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a {
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

a[href="#example"]:hover {
  opacity: 1;
}

.main_inner > p {
  position: relative;
}

.main_inner > p img {
  display: block;
}

.link_position {
  display: block;
  position: absolute;
  top: 0;
}
.link_position#CTA {
  top: 90%;
}

.footer_container {
  width: 100%;
  padding: 7% 4% 3%;
  position: absolute;
  bottom: 7%;
}
@media screen and (max-width: 768px) {
  .footer_container {
    padding-top: 10%;
    padding-bottom: 5%;
  }
}
.footer_container .flex {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}
.footer_container .flex:nth-of-type(n + 2) {
  margin-top: 3%;
}
.footer_container .flex .f-item img {
  width: 100%;
}
.footer_container .flex .f-item_1, .footer_container .flex .f-item_2 {
  width: 18%;
}
.footer_container .flex .f-item_2 {
  margin-left: 5%;
}
.footer_container .flex .f-item_3 {
  width: 40%;
  margin-left: 5%;
}
.footer_container .flex .f-item_4 {
  width: 40%;
}
.footer_container .flex .f-item_5 {
  width: 43%;
  margin-left: 5%;
}

.background-area {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: rgba(220, 203, 180, 1);
  padding:0em 1em 1em;
}

.slider {
  display: flex;
  transition: transform 0.5s ease;
 
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
  margin-top: 0.5em;
  padding:0em 1em 1em;
  background: #d9ccb7 ;
}


button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 15px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 16px;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.contact-info {
  text-align: center;
  margin: 20px 0;
  bottom: 5%;
}

.contact-info p {
  margin: 5px 0;
}

.phone-number {
  font-size: 24px; /* Largest text size for the phone number */
  color: #ff0000; /* Different color for the phone number */
  text-decoration: none;
}

.phone-icon {
  font-size: 24px;
}

.working-hours {
  font-size: 14px; /* Smallest text size for the working hours */
  color: #000000; /* Default text color */
}

/* 取扱ブランドの一例クリックで販売実績までスクロール
取扱ブランドロゴたちの上に空の四角いリンクを作ってます  */
    html {
      scroll-behavior: smooth;
    }

    .image-wrapper {
      position: relative;
      display: inline-block; /* 必要に応じて画像サイズに合わせる */
    }

    .image-wrapper img.fv {
      display: block;
      max-width: 100%;
      height: auto;
    }

    /* 画像上の「透明リンク」 */
    .click-area {
      position: absolute;
      top: 54%;
      left: 7%;
      width: 86%;
      height: 14%;
      display: block;
      /* 完全に透明にしたい場合 */
      background: rgba(255, 255, 255, 0);
      /* カーソルを指アイコンに */
      cursor: pointer;
      z-index: 9;
    }
