* {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  vertical-align: top;
}

html {
  font-size: 3.90625vw;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.4973958333vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f5f3ee;
}

/* .noto-sans jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

.sp_view {
  display: block;
}

.pc_view {
  display: none;
}

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

  .pc_view {
    display: block;
  }

  .pc_wrapper {
    width: 56.22vw;
    margin: auto;
  }
}

.header {
  position: absolute;
  top: 0;
  z-index: 99;
  background-color: #fff;
  width: 100%;
}

.main_logo {
  width: 35vw;
}

.hearder_btn {
  width: 35vw;
}

.cta_sp_fixed {
  position: fixed;
  bottom: 0;
  z-index: 99;
  background-color: #B4A352;
  padding: 3vw 0;
  opacity: 0;
  display: none;
}

.cta_sp_fixed.show {
  display: block; /* Display the header wrapper when it has the 'show' class */
}


@media screen and (max-width: 768px) {
  .cta_sp_fixed {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .header {
    position: fixed;
  }
  .main_logo {
    width: 20vw;
  }

  .hearder_btn {
    width: 20vw;
  }
}

.fixed_wrapper {
  width: 90vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #fv {
    position: relative;
  }

  .fv_btn {
    width: 31.55vw;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .fv_campaign {
    width: 56.22vw;
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .fixed_wrapper {
    width: 74.96vw;
  }
}

.fv_slide {
  margin-bottom: 6vw;
}

#sec01,
#sec04 {
  background-image: url(../images/sec01_bg.jpg);
  background-size: cover;
  background-position: bottom;
}

@media screen and (min-width: 768px) {
  #sec01,
  #sec04 {
    background-image: url(../images/sec01_bg_pc.jpg);
    background-size: cover;
    background-position: bottom;
  }
}

#common_cta {
  background-image: url(../images/common_bg.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  #common_cta {
    background-image: url(../images/common_bg_pc.jpg);
  }
}

.cta_lead {
  color: #fff;
  padding: 5vw 10vw;
  font-size: 3vw;
  font-weight: 100;
}

@media screen and (min-width: 768px) {
  .cta_ct {
    display: flex;
    justify-content: center;
    list-style: none;
    width: 56.22vw;
    margin: auto;
    margin-bottom: 3vw;
  }

  .cta_ct img {
    width: 100%;
    padding-right: 3%;
  }

  .cta_wrapper {
    width: 56.22vw;
    margin: auto;
  }

  .cta_lead {
    font-size: 0.73vw;
    padding: 0 0 2vw;
  }

  .cta_pc_wrapper {
    width: 31.55vw;
    margin: auto;
  }
}

.before_after_slide {
  width: 80vw;
  margin: auto;
}

#sec02 {
  background-image: url(../images/sec02_bg.png);
  background-repeat: initial;
}

@media screen and (min-width: 768px) {
  .sec02_ct {
    display: flex;
    list-style: none;
    width: 73.21vw;
    margin: auto;
  }
}

#sec03 {
  background-image: url(../images/sec03_bg.jpg);
  background-size: cover;
}

@media screen and (min-width: 768px) {
  #sec03 {
    background-image: url(../images/sec03_bg_pc.jpg);
    background-size: cover;
  }
}

#common_campaign {
  background-image: url(../images/common_campaign_bg.jpg);
  background-size: cover;
  background-position: bottom;
}

#faq {
  background-color: #b4a352;
  padding-bottom: 10vw;
}

@media screen and (min-width: 768px) {
  #faq {
    background-color: #b4a352;
    padding-bottom: 5vw;
  }
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 90vw;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .accordion-area {
    list-style: none;
    width: 60vw;
    margin: 0 auto;
  }
}

.accordion-area li {
  margin: 10px 0;
  background-color: #fff;
  border-radius: 10px;
}

/*アコーディオンタイトル*/
.title {
  position: relative;
  display: flex;
  cursor: pointer;
  font-size: 4.2vw;
  font-weight: bold;
  font-weight: bold;
  padding: 5% 5% 5%;
  transition: all 0.5s ease;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  color: #b4a352;
}

.tx_q {
  width: 10vw;
  margin-right: 3vw;
}

@media screen and (min-width: 768px) {
  .title {
    font-size: 1.44444vw;
    padding: 3% 3% 3%;
  }

  .tx_q {
    width: 2vw;
    margin-right: 1vw;
  }
}

/*アイコンの＋と×*/
.title::before,
.title::after {
  position: absolute;
  content: "";
  width: 6vw;
  height: 2px;
  background-color: #333;
}
.title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
.title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(45deg);
}

.title.close::after {
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .title::before,
  .title::after {
    width: 2.55555vw;
    height: 2px;
  }
}

/*アコーディオンで現れるエリア*/
.box {
  display: none; /*はじめは非表示*/
  background: #fff;
  margin: 0 3% 3% 3%;
  padding: 3%;
  font-size: 4.3vw;
  padding: 6% 6% 6%;
  border-top: #afafaf 2px dotted;
  padding: 5% 5% 5%;
}

@media screen and (min-width: 768px) {
  .box {
    padding: 3% 3% 3%;
    font-size: 1.44444vw;
  }
}

#sec09 {
  padding-bottom: 7.16vw;
}

@media screen and (min-width: 768px) {
  .sec09_btn {
    width: 60vw;
  }

  .sec09_btn {
    width: 31.55vw;
    margin: auto;
  }
}

footer {
  background: #3c3200;
  color: #fff;
  text-align: center;
  font-size: 2.34vw;
  padding: 1.56vw 0;
}

@media screen and (min-width: 768px) {
  footer {
    font-size: 1.4973958333vw;
  }
}
