body {
  width: 100vw;
  overflow-x: hidden;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #333;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 1.3333333333vw;
  }
}

.sp_only {
  display: none;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
}

.inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .inner {
    width: 91.6666666667vw;
  }
}

.wrap {
  width: 100vw;
  overflow: hidden;
}

#fv {
  background: url("../img/pc_fv_bg.jpg") no-repeat top center;
  height: 1120px;
}
@media screen and (max-width: 1200px) {
  #fv {
    background-size: 166.6666666667vw auto;
    height: 93.3333333333vw;
  }
}
#fv .inner .fv_text {
  color: #fff;
  font-size: 17px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1em;
  width: 400px;
  margin: 0 auto 30px 75px;
}
@media screen and (max-width: 1200px) {
  #fv .inner .fv_text {
    font-size: 1.4166666667vw;
    width: 33.3333333333vw;
    margin: 0 auto 2.5vw 6.25vw;
  }
}
#fv .inner .fv_btn_area {
  width: 400px;
  margin: 0 auto 245px 75px;
}
@media screen and (max-width: 1200px) {
  #fv .inner .fv_btn_area {
    width: 33.3333333333vw;
    margin: 0 auto 20.4166666667vw 6.25vw;
  }
}
#fv .inner .fv_btn_area .cta_btn {
  width: 400px;
}
@media screen and (max-width: 1200px) {
  #fv .inner .fv_btn_area .cta_btn {
    width: 33.3333333333vw;
  }
}
#fv .inner .fv_btn_area .cta_btn.tel {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  #fv .inner .fv_btn_area .cta_btn.tel {
    margin-bottom: 1.6666666667vw;
  }
}

.cta_btn {
  color: #fff;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 10px 8px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1200px) {
  .cta_btn {
    box-shadow: 0 0.8333333333vw 0.6666666667vw rgba(0, 0, 0, 0.5);
  }
}
.cta_btn a {
  display: block;
  overflow: hidden;
  height: 100px;
  padding-top: 12px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .cta_btn a {
    height: 8.3333333333vw;
    padding-top: 1vw;
  }
}
.cta_btn a::before {
  content: "";
  display: block;
  width: 41px;
  height: 5px;
  background: url(../img/btn_icon_arrow.svg) no-repeat top left/100%;
  position: absolute;
  right: 22px;
  bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .cta_btn a::before {
    width: 3.4166666667vw;
    height: 0.4166666667vw;
    right: 1.8333333333vw;
    bottom: 3.3333333333vw;
  }
}
.cta_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 20%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  animation: shine 3s ease-in-out infinite;
}
.cta_btn a .top {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 1200px) {
  .cta_btn a .top {
    font-size: 1.0833333333vw;
  }
}
.cta_btn a .text {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin: 10px 0 12px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .cta_btn a .text {
    font-size: 1.6666666667vw;
    margin: 0.8333333333vw 0 1vw;
  }
}
.cta_btn a .text strong {
  font-weight: 600;
  position: relative;
}
.cta_btn a .text strong::before {
  content: "";
  transform: translateY(-50%);
  position: absolute;
  top: 57%;
  left: 0;
}
.cta_btn a .text strong span {
  color: #FFFF00;
}
.cta_btn a .bot {
  font-size: 12px;
  line-height: 20px;
  width: 244px;
  height: 20px;
  border-radius: 10px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .cta_btn a .bot {
    font-size: 1vw;
    line-height: 1.6666666667vw;
    width: 20.3333333333vw;
    height: 1.6666666667vw;
    border-radius: 0.8333333333vw;
  }
}
.cta_btn.tel a {
  background: url(../img/btn_tel_bg.jpg) no-repeat top left/400px auto;
}
@media screen and (max-width: 1200px) {
  .cta_btn.tel a {
    background-size: 33.3333333333vw auto;
  }
}
.cta_btn.tel a .bot {
  color: #785A2D;
  letter-spacing: 0.02em;
}
.cta_btn.tel a .text strong {
  padding-left: 26px;
}
@media screen and (max-width: 1200px) {
  .cta_btn.tel a .text strong {
    padding-left: 2.1666666667vw;
  }
}
.cta_btn.tel a .text strong::before {
  width: 19px;
  height: 25px;
  background: url(../img/btn_icon_tel.svg) no-repeat top left/100%;
}
@media screen and (max-width: 1200px) {
  .cta_btn.tel a .text strong::before {
    width: 1.5833333333vw;
    height: 2.0833333333vw;
  }
}
.cta_btn.line a {
  background: url(../img/btn_line_bg.jpg) no-repeat top left/400px auto;
}
@media screen and (max-width: 1200px) {
  .cta_btn.line a {
    background-size: 33.3333333333vw auto;
  }
}
.cta_btn.line a .bot {
  letter-spacing: 0.12em;
}
.cta_btn.line a .bot strong {
  color: #00A046;
}
.cta_btn.line a .text strong {
  padding-left: 31px;
}
@media screen and (max-width: 1200px) {
  .cta_btn.line a .text strong {
    padding-left: 2.5833333333vw;
  }
}
.cta_btn.line a .text strong::before {
  width: 22px;
  height: 24px;
  background: url(../img/btn_icon_line.svg) no-repeat top left/100%;
}
@media screen and (max-width: 1200px) {
  .cta_btn.line a .text strong::before {
    width: 1.8333333333vw;
    height: 2vw;
  }
}

@keyframes shine {
  0% {
    left: -75%;
  }
  40% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
#clock {
  background: #D9CDBD;
  padding: 60px 0 40px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #clock {
    padding: 5vw 0 3.3333333333vw;
  }
}
#clock .clock_back li {
  width: 150px;
}
@media screen and (max-width: 1200px) {
  #clock .clock_back li {
    width: 12.5vw;
  }
}
#clock .clock_front {
  width: 1100px;
  margin: 0 auto;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  #clock .clock_front {
    width: 91.6666666667vw;
    top: 5vw;
  }
}
#clock .clock_front li {
  width: 160px;
}
@media screen and (max-width: 1200px) {
  #clock .clock_front li {
    width: 13.3333333333vw;
  }
}
#clock .slick-list {
  overflow: visible;
}

h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 2.5vw;
  }
}

#brand {
  background: #F8F7F4;
  padding: 80px 0 100px;
}
@media screen and (max-width: 1200px) {
  #brand {
    padding: 6.6666666667vw 0 8.3333333333vw;
  }
}
#brand .inner .top_tit {
  width: 470px;
  margin: 0 auto 5px;
}
@media screen and (max-width: 1200px) {
  #brand .inner .top_tit {
    width: 39.1666666667vw;
    margin: 0 auto 0.4166666667vw;
  }
}
#brand .inner h2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 1200px) {
  #brand .inner h2 {
    margin-bottom: 5.8333333333vw;
  }
}
#brand .inner .lineup_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #brand .inner .lineup_list {
    gap: 1.6666666667vw;
    width: 83.3333333333vw;
  }
}
#brand .inner .lineup_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 180px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1200px) {
  #brand .inner .lineup_list li {
    width: 26.6666666667vw;
    height: 15vw;
    box-shadow: 0 0 0.4166666667vw rgba(0, 0, 0, 0.05);
  }
}
#brand .inner .lineup_list li .clock {
  width: 110px;
}
@media screen and (max-width: 1200px) {
  #brand .inner .lineup_list li .clock {
    width: 9.1666666667vw;
  }
}
#brand .inner .lineup_list li .text_area {
  width: 170px;
}
@media screen and (max-width: 1200px) {
  #brand .inner .lineup_list li .text_area {
    width: 14.1666666667vw;
  }
}
#brand .inner .lineup_list li .text_area .name {
  color: #A08C6E;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  #brand .inner .lineup_list li .text_area .name {
    font-size: 1vw;
    margin-top: 0.8333333333vw;
  }
}
#brand .inner .lineup_bnr_area {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  #brand .inner .lineup_bnr_area {
    gap: 1.6666666667vw;
    margin-top: 3.3333333333vw;
  }
}
#brand .inner .lineup_bnr_area .bnr {
  width: 490px;
}
@media screen and (max-width: 1200px) {
  #brand .inner .lineup_bnr_area .bnr {
    width: 40.8333333333vw;
  }
}
#brand .inner .lineup_bnr_area .bnr a {
  display: block;
  overflow: hidden;
  position: relative;
}
#brand .inner .lineup_bnr_area .bnr a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 20%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  animation: shine 3s ease-in-out infinite;
}
#brand .inner .lineup_bnr_area.bnr_area01 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  #brand .inner .lineup_bnr_area.bnr_area01 {
    margin-bottom: 1.6666666667vw;
  }
}

#flow {
  background: url("../img/pc_flow_bg.jpg") no-repeat top center, #F8F7F4;
  height: 778px;
  padding-top: 90px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #flow {
    background-size: 166.6666666667vw auto;
    height: 64.8333333333vw;
    padding-top: 7.5vw;
  }
}
#flow .inner .top_tit {
  width: 160px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1200px) {
  #flow .inner .top_tit {
    width: 13.3333333333vw;
    margin: 0 auto 1.6666666667vw;
  }
}
#flow .inner h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  #flow .inner h2 {
    margin-bottom: 5vw;
  }
}
#flow .inner .flow_img {
  width: 1000px;
  height: 460px;
  margin: 0 auto;
  background: url(../img/pc_flow_step_img.png) no-repeat top left/100%;
}
@media screen and (max-width: 1200px) {
  #flow .inner .flow_img {
    width: 83.3333333333vw;
    height: 38.3333333333vw;
  }
}
#flow .inner .flow_img .flow_list {
  margin-left: 195px;
}
@media screen and (max-width: 1200px) {
  #flow .inner .flow_img .flow_list {
    margin-left: 16.25vw;
  }
}
#flow .inner .flow_img .flow_list li {
  display: flex;
  align-items: center;
  height: 70px;
}
@media screen and (max-width: 1200px) {
  #flow .inner .flow_img .flow_list li {
    height: 5.8333333333vw;
  }
}
#flow .inner .flow_img .flow_list li:not(#flow .inner .flow_img .flow_list li:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  #flow .inner .flow_img .flow_list li:not(#flow .inner .flow_img .flow_list li:first-child) {
    margin-top: 1.6666666667vw;
  }
}
#flow .inner .flow_img .flow_list li:last-child {
  height: 100px;
}
@media screen and (max-width: 1200px) {
  #flow .inner .flow_img .flow_list li:last-child {
    height: 8.3333333333vw;
  }
}
#flow .inner .flow_img .flow_list li .text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  #flow .inner .flow_img .flow_list li .text {
    font-size: 1.5vw;
  }
}
#flow .inner .flow_img .flow_list li .text strong {
  color: #8D7C54;
  font-weight: 600;
}
#flow .inner .flow_img .flow_list li .kome {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 8px;
}
@media screen and (max-width: 1200px) {
  #flow .inner .flow_img .flow_list li .kome {
    font-size: 1.0833333333vw;
    margin-top: 0.6666666667vw;
  }
}

.cta {
  background: url("../img/pc_cta_bg.jpg") no-repeat top center;
  height: 280px;
}
@media screen and (max-width: 1200px) {
  .cta {
    background-size: 166.6666666667vw auto;
    height: 23.3333333333vw;
  }
}
.cta .inner .cta_text {
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.16em;
  width: 696px;
  margin: 0 auto 28px;
  text-shadow: 0 0 15px #4D4D4D, 0 0 15px #4D4D4D, 0 0 15px #4D4D4D, 0 0 15px #4D4D4D;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .cta .inner .cta_text {
    font-size: 1.5vw;
    width: 58vw;
    margin: 0 auto 2.3333333333vw;
    text-shadow: 0 0 1.25vw #4D4D4D, 0 0 1.25vw #4D4D4D, 0 0 1.25vw #4D4D4D, 0 0 1.25vw #4D4D4D;
  }
}
.cta .inner .cta_text::before, .cta .inner .cta_text::after {
  content: "";
  display: block;
  width: 110px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 1200px) {
  .cta .inner .cta_text::before, .cta .inner .cta_text::after {
    width: 9.1666666667vw;
  }
}
.cta .inner .cta_text::before {
  left: 0;
}
.cta .inner .cta_text::after {
  right: 0;
}
.cta .inner .btn_area {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .cta .inner .btn_area {
    gap: 3.3333333333vw;
  }
}
.cta .inner .btn_area .cta_btn {
  width: 340px;
}
@media screen and (max-width: 1200px) {
  .cta .inner .btn_area .cta_btn {
    width: 28.3333333333vw;
  }
}
.cta .inner .btn_area .cta_btn a::before {
  width: 31px;
  height: 5px;
  right: 12px;
  bottom: 39px;
}
@media screen and (max-width: 1200px) {
  .cta .inner .btn_area .cta_btn a::before {
    width: 2.5833333333vw;
    height: 0.4166666667vw;
    right: 1vw;
    bottom: 3.25vw;
  }
}

#sale {
  background: url("../img/pc_saled_bg.jpg") no-repeat top center;
  height: 906px;
  padding-top: 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #sale {
    background-size: 166.6666666667vw auto;
    height: 75.5vw;
    padding-top: 6.6666666667vw;
  }
}
#sale .inner .top_tit {
  width: 465px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1200px) {
  #sale .inner .top_tit {
    width: 38.75vw;
    margin: 0 auto 1.6666666667vw;
  }
}
#sale .inner h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  #sale .inner h2 {
    margin-bottom: 5vw;
  }
}
#sale .inner .saled_slide .slick-list {
  overflow: visible;
}
#sale .inner .saled_slide li {
  text-align: center;
  width: 320px;
  margin: 0 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1200px) {
  #sale .inner .saled_slide li {
    width: 26.6666666667vw;
    margin: 0 0.6666666667vw;
    box-shadow: 0 0 0.8333333333vw rgba(0, 0, 0, 0.05);
  }
}
#sale .inner .saled_slide li .top {
  font-weight: 500;
  height: 152px;
  padding-top: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #sale .inner .saled_slide li .top {
    height: 12.6666666667vw;
    padding-top: 0.4166666667vw;
  }
}
#sale .inner .saled_slide li .top .brand {
  color: #A08C6E;
  font-size: 13px;
  margin: 10px 0;
}
@media screen and (max-width: 1200px) {
  #sale .inner .saled_slide li .top .brand {
    font-size: 1.0833333333vw;
    margin: 0.8333333333vw 0;
  }
}
#sale .inner .saled_slide li .top .name {
  font-size: 14px;
  line-height: 1.57;
}
@media screen and (max-width: 1200px) {
  #sale .inner .saled_slide li .top .name {
    font-size: 1.1666666667vw;
  }
}
#sale .inner .saled_slide li .bot {
  font-weight: 600;
  height: 148px;
}
@media screen and (max-width: 1200px) {
  #sale .inner .saled_slide li .bot {
    height: 12.3333333333vw;
  }
}
#sale .inner .saled_slide li .bot .tit {
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 30px;
  background: #BA976D;
}
@media screen and (max-width: 1200px) {
  #sale .inner .saled_slide li .bot .tit {
    line-height: 2.5vw;
  }
}
#sale .inner .saled_slide li .bot .price {
  color: #785A2D;
  font-size: 40px;
  margin: 15px 0 10px;
}
@media screen and (max-width: 1200px) {
  #sale .inner .saled_slide li .bot .price {
    font-size: 3.3333333333vw;
    margin: 1.25vw 0 0.8333333333vw;
  }
}
#sale .inner .saled_slide li .bot .price span {
  font-size: 80%;
  vertical-align: 0;
}
#sale .inner .saled_slide li .bot .price .comma {
  font-size: 60%;
}
#sale .inner .saled_slide li .bot .market {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  #sale .inner .saled_slide li .bot .market {
    font-size: 2vw;
  }
}
#sale .inner .saled_slide li .bot .market span {
  vertical-align: 0;
}
#sale .inner .saled_slide li .bot .market .min01 {
  font-size: 14px;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  #sale .inner .saled_slide li .bot .market .min01 {
    font-size: 1.1666666667vw;
    margin-right: 0.8333333333vw;
  }
}
#sale .inner .saled_slide li .bot .market .min02 {
  font-size: 80%;
}
#sale .inner .saled_slide li .bot .market .comma {
  font-size: 60%;
}
#sale .inner .saled_slide .slide_arrow {
  width: 60px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 999;
}
@media screen and (max-width: 1200px) {
  #sale .inner .saled_slide .slide_arrow {
    width: 5vw;
  }
}
#sale .inner .saled_slide .slide_arrow:hover {
  opacity: 0.8;
}
#sale .inner .saled_slide .slide_arrow.prev_arrow {
  left: 0;
}
#sale .inner .saled_slide .slide_arrow.next_arrow {
  right: 0;
}

#concern {
  background: url("../img/pc_concern_bg.jpg") no-repeat top center;
  height: 546px;
  padding-top: 75px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #concern {
    background-size: 166.6666666667vw auto;
    height: 45.5vw;
    padding-top: 6.25vw;
  }
}
#concern .inner .top_tit {
  width: 290px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1200px) {
  #concern .inner .top_tit {
    width: 24.1666666667vw;
    margin: 0 auto 1.6666666667vw;
  }
}
#concern .inner h2 {
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  #concern .inner h2 {
    margin-bottom: 5vw;
  }
}
#concern .inner .top_text {
  width: 640px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1200px) {
  #concern .inner .top_text {
    width: 53.3333333333vw;
    margin: 0 auto 2.5vw;
  }
}
#concern .inner .concern_list {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  #concern .inner .concern_list {
    gap: 0.8333333333vw;
  }
}
#concern .inner .concern_list .box p {
  color: #fff;
  font-size: 18px;
  line-height: 58px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 450px;
  height: 60px;
  padding-left: 70px;
  background: url(../img/concern_text_bg.jpg) no-repeat top left/100%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #concern .inner .concern_list .box p {
    font-size: 1.5vw;
    line-height: 4.8333333333vw;
    width: 37.5vw;
    height: 5vw;
    padding-left: 5.8333333333vw;
  }
}
#concern .inner .concern_list .box p:first-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  #concern .inner .concern_list .box p:first-child {
    margin-bottom: 0.8333333333vw;
  }
}
#concern .inner .concern_list .box p::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/concern_check.svg) no-repeat top left/100%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 11px;
}
@media screen and (max-width: 1200px) {
  #concern .inner .concern_list .box p::before {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    left: 0.9166666667vw;
  }
}

#reason {
  background: url("../img/pc_reason_bg.jpg") no-repeat top center;
  height: 1074px;
  padding-top: 90px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #reason {
    background-size: 166.6666666667vw auto;
    height: 89.5vw;
    padding-top: 7.5vw;
  }
}
#reason .inner .tit_area {
  width: 460px;
  height: 88px;
  margin: 0 auto 75px;
  padding-top: 13px;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #reason .inner .tit_area {
    width: 38.3333333333vw;
    height: 7.3333333333vw;
    margin: 0 auto 6.25vw;
    padding-top: 1.0833333333vw;
  }
}
#reason .inner .tit_area .top_tit {
  width: 395px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1200px) {
  #reason .inner .tit_area .top_tit {
    width: 32.9166666667vw;
    margin: 0 auto 1.6666666667vw;
  }
}
#reason .inner .reason_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 40px;
}
@media screen and (max-width: 1200px) {
  #reason .inner .reason_list {
    gap: 2.5vw 3.3333333333vw;
  }
}
#reason .inner .reason_list .box {
  width: 530px;
  filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.1));
  position: relative;
}
@media screen and (max-width: 1200px) {
  #reason .inner .reason_list .box {
    filter: drop-shadow(0.6666666667vw 0.6666666667vw 0.8333333333vw rgba(0, 0, 0, 0.1));
    width: 44.1666666667vw;
  }
}
#reason .inner .reason_list .box .text_area {
  width: 460px;
  margin: 0 auto;
  position: absolute;
  top: 185px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  #reason .inner .reason_list .box .text_area {
    width: 38.3333333333vw;
    top: 15.4166666667vw;
  }
}
#reason .inner .reason_list .box .text_area .text {
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.06em;
}
#reason .inner .reason_list .box .text_area .text strong {
  color: #785A2D;
  font-weight: 500;
}
#reason .inner .reason_list .box .text_area .kome {
  font-size: 12px;
  letter-spacing: 0.06em;
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  #reason .inner .reason_list .box .text_area .kome {
    font-size: 1vw;
    margin-top: 1.25vw;
  }
}
#reason .inner .reason_list .box.reason04 .text_area .text {
  width: 370px;
}
@media screen and (max-width: 1200px) {
  #reason .inner .reason_list .box.reason04 .text_area .text {
    width: 30.8333333333vw;
  }
}

#voice {
  background: #fff;
  padding: 100px 0 140px;
}
@media screen and (max-width: 1200px) {
  #voice {
    padding: 8.3333333333vw 0 11.6666666667vw;
  }
}
#voice .inner .top_tit {
  width: 184px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1200px) {
  #voice .inner .top_tit {
    width: 15.3333333333vw;
    margin: 0 auto 1.6666666667vw;
  }
}
#voice .inner h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  #voice .inner h2 {
    margin-bottom: 3.3333333333vw;
  }
}
#voice .inner .voice_slide {
  margin: 0;
}
#voice .inner .voice_slide .slick-list {
  width: 1120px;
}
@media screen and (max-width: 1200px) {
  #voice .inner .voice_slide .slick-list {
    width: 93.3333333333vw;
  }
}
#voice .inner .voice_slide .box {
  width: 367px;
  height: 480px;
  background: url(../img/pc_voice_box_bg.jpg) no-repeat top left/100%;
}
@media screen and (max-width: 1200px) {
  #voice .inner .voice_slide .box {
    width: 30.5833333333vw;
    height: 40vw;
  }
}
#voice .inner .voice_slide .box .box_in {
  width: 280px;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width: 1200px) {
  #voice .inner .voice_slide .box .box_in {
    width: 23.3333333333vw;
    padding-top: 2.5vw;
  }
}
#voice .inner .voice_slide .box .box_in .tit {
  font-size: 18px;
  line-height: 1.77;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 20px 0 15px;
}
@media screen and (max-width: 1200px) {
  #voice .inner .voice_slide .box .box_in .tit {
    font-size: 1.5vw;
    margin: 1.6666666667vw 0 1.25vw;
  }
}
#voice .inner .voice_slide .box .box_in .name {
  color: #fff;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.06em;
  background: #B7AC93;
}
@media screen and (max-width: 1200px) {
  #voice .inner .voice_slide .box .box_in .name {
    line-height: 2.1666666667vw;
  }
}
#voice .inner .voice_slide .box .box_in .text {
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  #voice .inner .voice_slide .box .box_in .text {
    margin-top: 1.25vw;
  }
}
#voice .inner .voice_slide .box .box_in .text strong {
  color: #785A2D;
  font-weight: 600;
}
#voice .inner .voice_slide .slide_arrow {
  width: 46px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 999;
}
@media screen and (max-width: 1200px) {
  #voice .inner .voice_slide .slide_arrow {
    width: 3.8333333333vw;
  }
}
#voice .inner .voice_slide .slide_arrow:hover {
  opacity: 0.8;
}
#voice .inner .voice_slide .slide_arrow.prev_arrow {
  left: -23px;
}
@media screen and (max-width: 1200px) {
  #voice .inner .voice_slide .slide_arrow.prev_arrow {
    left: -1.9166666667vw;
  }
}
#voice .inner .voice_slide .slide_arrow.next_arrow {
  right: -23px;
}
@media screen and (max-width: 1200px) {
  #voice .inner .voice_slide .slide_arrow.next_arrow {
    right: -1.9166666667vw;
  }
}
#voice .inner .voice_slide .slick-dots {
  bottom: -50px;
}
@media screen and (max-width: 1200px) {
  #voice .inner .voice_slide .slick-dots {
    bottom: -4.1666666667vw;
  }
}
#voice .inner .voice_slide .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 20px;
}
@media screen and (max-width: 1200px) {
  #voice .inner .voice_slide .slick-dots li {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    margin: 0 1.6666666667vw;
  }
}
#voice .inner .voice_slide .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #ccc;
}
@media screen and (max-width: 1200px) {
  #voice .inner .voice_slide .slick-dots li button {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    border-radius: 0.4166666667vw;
  }
}
#voice .inner .voice_slide .slick-dots li button::before {
  content: none;
}
#voice .inner .voice_slide .slick-dots li.slick-active button {
  background: #333;
}

#qanda {
  background: #F1EEE9;
  padding: 60px 0 120px;
}
@media screen and (max-width: 1200px) {
  #qanda {
    padding: 5vw 0 10vw;
  }
}
#qanda .inner .top_tit {
  width: 125px;
  margin: 0 auto 17px;
}
@media screen and (max-width: 1200px) {
  #qanda .inner .top_tit {
    width: 10.4166666667vw;
    margin: 0 auto 1.4166666667vw;
  }
}
#qanda .inner h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  #qanda .inner h2 {
    margin-bottom: 4.1666666667vw;
  }
}
#qanda .inner .faq_area {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 50px;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  #qanda .inner .faq_area {
    width: 83.3333333333vw;
    padding: 3.3333333333vw 0 4.1666666667vw;
  }
}
#qanda .inner .faq_area .faq_box {
  width: 900px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1200px) {
  #qanda .inner .faq_area .faq_box {
    width: 75vw;
    margin: 0 auto 2.5vw;
  }
}
#qanda .inner .faq_area .faq_box .faq_q {
  position: relative;
}
#qanda .inner .faq_area .faq_box .faq_q::before, #qanda .inner .faq_area .faq_box .faq_q::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #A08C6E;
  position: absolute;
  top: 50%;
  right: 15px;
}
@media screen and (max-width: 1200px) {
  #qanda .inner .faq_area .faq_box .faq_q::before, #qanda .inner .faq_area .faq_box .faq_q::after {
    width: 1.6666666667vw;
    right: 1.25vw;
  }
}
#qanda .inner .faq_area .faq_box .faq_q::after {
  transform: rotate(90deg);
}
#qanda .inner .faq_area .faq_box .faq_q.open::after {
  transform: rotate(0);
}
#qanda .inner .faq_area .faq_box .faq_q .q_in {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
#qanda .inner .faq_area .faq_box .faq_q .q_in::before, #qanda .inner .faq_area .faq_box .faq_q .q_in::after {
  content: "";
  display: block;
}
#qanda .inner .faq_area .faq_box .faq_q .q_in::before {
  width: 61px;
  height: 61px;
  background: url(../img/faq_q.png) no-repeat top left/100%;
}
@media screen and (max-width: 1200px) {
  #qanda .inner .faq_area .faq_box .faq_q .q_in::before {
    width: 5.0833333333vw;
    height: 5.0833333333vw;
  }
}
#qanda .inner .faq_area .faq_box .faq_q .q_in::after {
  width: 833px;
  height: 1px;
  background: #CDC5B3;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  #qanda .inner .faq_area .faq_box .faq_q .q_in::after {
    width: 69.4166666667vw;
  }
}
#qanda .inner .faq_area .faq_box .faq_q .q_in p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-left: 20px;
}
@media screen and (max-width: 1200px) {
  #qanda .inner .faq_area .faq_box .faq_q .q_in p {
    font-size: 1.5vw;
    margin-left: 1.6666666667vw;
  }
}
#qanda .inner .faq_area .faq_box .faq_a {
  display: none;
}
#qanda .inner .faq_area .faq_box .faq_a p {
  line-height: 1.75;
  letter-spacing: 0.1em;
  padding-top: 20px;
  padding-left: 80px;
  width: 780px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #qanda .inner .faq_area .faq_box .faq_a p {
    padding-top: 1.6666666667vw;
    padding-left: 6.6666666667vw;
    width: 65vw;
  }
}
#qanda .inner .faq_area .faq_box .faq_a p::before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background: url(../img/faq_a.png) no-repeat top left/100%;
  position: absolute;
  top: 29px;
  left: 33px;
}
@media screen and (max-width: 1200px) {
  #qanda .inner .faq_area .faq_box .faq_a p::before {
    width: 2.4166666667vw;
    height: 2.4166666667vw;
    top: 2.4166666667vw;
    left: 2.75vw;
  }
}

#footer {
  background: #333;
  padding: 20px 0 25px;
}
@media screen and (max-width: 1200px) {
  #footer {
    padding: 1.6666666667vw 0 2.0833333333vw;
  }
}
#footer .inner {
  display: flex;
  align-items: center;
}
#footer .inner .foot_logo {
  width: 192px;
}
@media screen and (max-width: 1200px) {
  #footer .inner .foot_logo {
    width: 16vw;
  }
}
#footer .inner .foot_right {
  margin-left: 23px;
  padding-top: 10px;
}
@media screen and (max-width: 1200px) {
  #footer .inner .foot_right {
    margin-left: 1.9166666667vw;
    padding-top: 0.8333333333vw;
  }
}
#footer .inner .foot_right .foot_nav {
  display: flex;
}
#footer .inner .foot_right .foot_nav li::before {
  content: "|";
  color: #666;
  font-size: 14px;
  padding-right: 22px;
  padding-left: 22px;
}
@media screen and (max-width: 1200px) {
  #footer .inner .foot_right .foot_nav li::before {
    font-size: 1.1666666667vw;
    padding-right: 1.8333333333vw;
    padding-left: 1.8333333333vw;
  }
}
#footer .inner .foot_right .foot_nav li:first-child::before {
  content: none;
}
#footer .inner .foot_right .foot_nav li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1200px) {
  #footer .inner .foot_right .foot_nav li a {
    font-size: 1.1666666667vw;
  }
}
#footer .inner .foot_right .copy {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.04em;
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  #footer .inner .foot_right .copy {
    font-size: 1.0833333333vw;
    margin-top: 1.25vw;
  }
}/*# sourceMappingURL=style.css.map */