@charset "UTF-8";

:root {
  --red: #C9171E;
  --yellow: #FFE200;
  --orange: #FA9A42;
  --green: #4FB200;
  --litegreen: #6AB72D;
  --orange2: #EE780C;
  --pink: #FF3366;
  --green2: #35BE2E;
  --black: #333;
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
}

.m_ft {
  font-family: "Noto Sans", sans-serif;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: calc(100vw * 10 / 1200);
  }
}

@media screen and (min-width: 768px) {
  .u_visible_sp2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 640);
  }
}

body {
  color: var(--black);
  width: 90%;
  font-family: "Noto Sans", sans-serif;
}

img {
  vertical-align: middle;
}

i {
  font-style: normal;
}

.u_relative {
  position: relative;
}

.u_sp-only {
  display: block;
}

.u_pc-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .u_sp-only {
    display: none;
  }

  .u_pc-only {
    display: block;
  }
}

.c_line {
  border-bottom: dotted 2px var(--black);
  position: relative;
  width: calc(100% - 5rem);
  margin: 2rem auto;
  height: 0;
}

.c_line:before,
.c_line:after {
  content: '';
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  background: var(--black);
  transform: rotate(45deg);
  top: -.65rem;
  border-radius: .2rem;
}

.c_line:before {
  left: -2.25rem;
}

.c_line:after {
  right: -2.25rem;
}

.c_line-vertical {
  border-right: dotted 2px var(--black);
  position: relative;
  height: calc(100% - 5rem);
  margin: 0 auto;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0;
  margin-top: -11rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -8.5rem;
  }
}

#header2 {
  position: fixed;
  background: #fff;
  border-bottom: 3px solid var(--green);
  width: 100%;
  top: 0;
  z-index: 66;
  left: 0;
  height: 14rem;
}

@media screen and (max-width: 767px) {
  #header2 {
    height: 8.5rem;
  }
}

.h_logo2 {
  position: absolute;
  top: 2rem;
}

@media screen and (max-width: 767px) {
  .h_logo2 {
    top: 2rem;
  }
}

.h_logo2 img {
  width: 18rem;
}

@media screen and (max-width: 767px) {
  .h_logo2 img {
    width: 16rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .h_nav2 {
    padding-top: 9.5rem;
    display: flex;
    gap: 1.5em;
  }

  .h_nav2 a {
    color: var(--orange);
    font-size: 1.9rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  .h_nav2 {
    padding: 0 5rem 3rem;
  }

  .h_nav2 li {
    margin-bottom: 2rem;
  }

  .h_nav2 a {
    display: block;
    font-size: 2.8rem;
    font-weight: bold;
    position: relative;
    padding-left: 1.2em;
    color: var(--orange);
  }

  .h_nav2 a:before {
    content: '';
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: var(--orange);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .h_inner {
    width: 100rem;
    margin: 0 auto;
    padding-left: 2rem;
  }
}

.h_cta {
  position: absolute;
  right: 2rem;
  top: 1rem;
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .h_tel {
    width: 24rem !important;
    margin-top: -.5rem;
  }

  .h_tel small {
    background: var(--pink);
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    padding: 0.25rem 1.4rem;
    font-weight: bold;
  }

  .h_tel img {
    width: 2.5rem;
    vertical-align: 0 !important;
    margin: 0 0.1em 0 0;
    display: inline-block;
  }

  .h_tel em {
    display: inline-flex;
    color: var(--pink);
    font-size: 3rem;
    font-weight: bold;
    margin-top: -0.25rem;
  }

  .h_mail a {
    display: flex;
    background: var(--green2);
    color: #fff;
    border-radius: .5em;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    font-weight: bold;
  }

  .h_mail .mail:before {
    content: '';
    display: inline-block;
    top: 50%;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.5em;
    background: url(../images/common/ico_mail.svg) no-repeat center/contain;
  }
}

@media screen and (max-width: 767px) {
  .h_menu2 {
    position: absolute;
    right: 0;
    text-align: center;
    width: 9rem;
    height: 8.5rem;
    padding-top: 1.3em;
    font-size: 1.4rem;
    cursor: pointer;
  }

  .h_menu2 img {
    width: 5.4rem;
  }

  .h_menu2 i {
    display: block;
    color: #fff;
    margin-top: .5em;
    font-weight: bold;
  }

  #toggle_menu {
    background: rgba(56, 56, 56, 0.25);
  }

  .h_sp_inner2 {
    background: #fff;
    height: 100%;
    width: 52rem;
    margin-left: auto;
    padding-top: 11rem;
  }
}

@media screen and (min-width: 768px) {
  .fixed_footer {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .fixed_footer {
    display: flex;
    position: fixed;
    gap: 1.5rem;
    bottom: 0;
    width: 100%;
    z-index: 65;
    text-align: center;
  }

  .fixed_footer a {
    display: block;
  }

  .fixed_footer a img {
    width: 100%;
  }

  .fixed_footer p {
    font-size: 2.4rem;
    font-weight: bold;
  }

  .fixed_footer p small {
    font-size: 2rem;
  }

  .fixed_footer .menu {
    width: 11.8rem;
    color: var(--red);
    padding-top: 1.8em;
    background: #fff;
    cursor: pointer;
  }

  .fixed_footer .menu img {
    width: 5.4rem;
  }

  .fixed_footer .menu i {
    display: block;
    font-size: 1.4rem;
    margin-top: .5em;
  }

  .fixed_footer .web {
    position: relative;
    bottom: -1px;
  }
}

#footer2 {
  background: var(--litegreen);
  text-align: center;
  color: #fff;
  padding: 2.5rem 0 .5rem;
}

@media screen and (max-width: 767px) {
  #footer2 {
    padding: 3rem 0 1rem;
    margin-bottom: 20%;
  }
}

.f_company {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin: 1rem 0 3rem;
}

@media screen and (max-width: 767px) {
  .f_company {
    margin: 2.5rem 0 2rem;
    font-size: 2.4rem;
  }
}

.f_copy2 {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .f_copy2 {
    font-size: 1.8rem;
  }
}

.privacy_modal p.left {
  width: 100%;
  text-align: left;
  margin-top: 4.5rem;
}

.privacy_modal p.right {
  width: 100%;
  text-align: right;
  margin-bottom: 4.5rem;
}

.company_modal .ttl,
.privacy_modal .ttl,
.tokusho_modal .ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {

  .company_modal .ttl,
  .privacy_modal .ttl,
  .tokusho_modal .ttl {
    font-size: 3.6rem;
  }
}

.company_modal dl,
.privacy_modal dl,
.tokusho_modal dl {
  margin: 4.5rem 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 0;
  font-size: 1.8rem;
  color: var(--black);
}

@media screen and (max-width: 767px) {

  .company_modal dl,
  .tokusho_modal dl {
    font-size: 2.2rem;
    margin: 4.5rem 0;
  }
}

.privacy_modal dl {
  font-size: 2.2rem;
  margin: 2rem 0;
}

.company_modal dt,
.tokusho_modal dt {
  width: 7.7em;
  font-weight: bold;
}

.privacy_modal dt {
  margin-top: 2rem;
  font-weight: bold;
}

.company_modal dd,
.tokusho_modal dd {
  width: calc(100% - 7.7em);
}

.popup-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(92, 92, 92, 0.8);
  display: none;
}

.popup-modal .close {
  position: absolute;
  top: 5rem;
  right: 0;
  cursor: pointer;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .popup-modal .close {
    top: 3.5rem;
  }
}

.popup-modal .close img {
  width: 2.5rem;
}

@media screen and (max-width: 767px) {
  .popup-modal .close img {
    width: 3.4rem;
  }
}

.popup-modal .wrap {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 90rem;
  max-width: calc(100% - 8rem);
  margin: 0 auto;
}

.popup-modal .box {
  background: #fff;
  margin: auto;
  max-height: calc(100% - 18rem);
  overflow-y: auto;
  width: 100%;
  padding: 7rem 10.5rem 8rem;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .popup-modal .box {
    padding: 6rem 4rem 7rem;
  }
}

body.show-modal {
  overflow-y: hidden;
}

.slick-dots {
  margin-top: 4rem;
  left: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .slick-dots {
    gap: 2rem;
  }
}

.slick-dots li.slick-active button:before {
  background: var(--orange);
}

.slick-dots button {
  border: none;
  cursor: pointer;
  color: transparent;
  position: relative;
  background: none;
  width: 1.4rem;
  height: 1.4rem;
}

.slick-dots button:active,
.slick-dots button:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .slick-dots button {
    width: 2rem;
    height: 2rem;
  }
}

.slick-dots button:before {
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  border: solid 1px var(--orange);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .slick-dots button:before {
    width: 2rem;
    height: 2rem;
  }
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  height: 33rem;
  width: 2.3rem;
  top: 0;
  border: none;
  color: transparent;
  cursor: pointer;
}

.slick-arrow:active,
.slick-arrow:focus {
  outline: 0;
}

.slick-prev {
  background: url(../images/common/arrow_left.svg) no-repeat 50%/contain;
  left: 5rem;
}

.slick-next {
  background: url(../images/common/arrow_right.svg) no-repeat 50%/contain;
  right: 5rem;
}

.lp_main {
  position: relative;
  margin-top: 14rem;
}

.lp_main img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .lp_main {
    margin-top: 8.5rem;
  }
}

@media screen and (max-width: 767px) {

  .lp_main img {
    width: 100%;
  }
}

.lp_main .img {
  position: absolute;
  bottom: -1.5rem;
  right: 0;
  width: 25.8rem;
}

@media screen and (max-width: 767px) {
  .lp_main .img {
    top: 0;
    transform: translateY(-100%);
    bottom: auto;
    width: 33.2rem;
  }
}

.lp_inner {
  width: 90rem;
  margin: 0 auto;
  max-width: calc(100% - 8rem);
  padding: 0;
}

@media screen and (max-width: 767px) {
  .lp_inner {
    width: auto;
    max-width: 92%;
  }
}

/*買取実績*/

.Highprice {
  padding: 8rem 0;
  text-align: center;
}

.Highprice .main {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.Highprice .main::before,
.Highprice .main::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 40px;
  background: #382C02;
  border-radius: 100px;
}

.Highprice::before {
  transform: rotate(-30deg);
}

.Highprice::after {
  transform: rotate(30deg);
}

.content {
  font-weight: bold;
  text-align: left;
  letter-spacing: 1px;
  line-height: 1.3;
}

.content .name {
  display: block;
  height: 4rem;
  font-size: 1.8rem;
  line-height: 1.5;
}

.content img {
  width: 100%;
  margin-bottom: 1.4rem;
}

.content .price--mark {
  display: inline-block;
  margin: 3rem 0 1rem;
  padding: .5rem;
  background: var(--orange);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 100;
}

.content .priceBox {
  border-top: 2px dotted var(--orange);
}

.content .priceBox .price {
  text-align: right;
  font-size: 1.8rem;
  padding-top: 1rem;
}

.content .priceBox .price em {
  color: var(--red);
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .content .name {
    font-size: 3rem;
  }

  .content .price--mark {
    margin: 3rem 0 2rem;
    padding: 1rem;
    font-size: 2rem;
  }

  .content .priceBox .price {
    font-size: 1.8rem;
    padding-top: 2rem;
  }

  .content .priceBox .price em {
    font-size: 4rem;
  }
}

.cautionArea {
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .cautionArea {
    margin-top: 5rem;
  }
}

.cautionArea h3 {
  font-size: 1.7rem;
  font-weight: bold;
}

.cautionArea p {
  font-size: 1.7rem;
}

.lp_ttl {
  font-size: 4.4rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.27;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .lp_ttl {
    font-size: 5rem;
  }
}

.lp_ttl em {
  line-height: inherit;
}

.lp_ttl.--green em {
  color: var(--green);
}

.lp_ttl.--orange em {
  color: var(--orange);
}


.lp_ttl small {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .lp_ttl small {
    font-size: 3.6rem;
  }
}

.lp_ttl span {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 5.5rem;
  padding-bottom: 2rem;
  position: relative;
}

.lp_ttl span::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 12rem;
  height: 4px;
  background: linear-gradient(90deg, #FF832B 0%, #F8F852 50%, #FF832B 100%);
}

@media screen and (max-width: 767px) {
  .lp_ttl span {
    font-size: 3.6rem;
  }
}

.lp_ttl span i {
  font-size: .8em;
}

@media screen and (max-width: 767px) {
  .lp_ttl span i {
    font-size: 2.8rem;
  }
}

.lp_sub {
  text-align: center;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .lp_sub {
    font-size: 2.6rem;
    margin-bottom: .2em;
  }
}

.lp_sub:before,
.lp_sub:after {
  content: '';
  position: absolute;
  width: .75em;
  height: .97em;
  display: inline-block;
  margin-left: -2.5em;
  bottom: .2em;
}

.lp_sub.--green:before,
.lp_sub.--green:after {
  background: url(../images/common/ico_quote_l_g.svg) no-repeat 50%/contain;
}

.lp_sub.--orange:before,
.lp_sub.--orange:after {
  background: url(../images/common/ico_quote_l_o.svg) no-repeat 50%/contain;
}

@media screen and (max-width: 767px) {

  .lp_sub:before,
  .lp_sub:after {
    margin-left: -2em;
  }
}

.lp_sub.--orange:after {
  background: url(../images/common/ico_quote_r_o.svg) no-repeat 50%/contain;
  margin-left: 1.5em;
}

.lp_sub.--green:after {
  background: url(../images/common/ico_quote_r_g.svg) no-repeat 50%/contain;
  margin-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .lp_sub:after {
    margin-left: 1em;
  }
}

main {
  overflow: hidden;
}

.lp_cta {
  height: 50rem;
  padding: 8rem 0;
  background: url(../images/common/bg01.webp) no-repeat center top/cover;
}

@media screen and (max-width: 767px) {
  .lp_cta {
    height: auto;
    padding: 5rem 0;
    background: url(../images/common/sp-bg01.webp) no-repeat center top/cover;
  }
}

.lp_contact {
  text-align: center;
  background-color: #fff;
  padding: 5rem 0;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .lp_contact.b {
    padding: 4.5rem 3rem 5.5rem;
  }

  .lp_contact.b li p {
    margin: 0;
    text-align: center;
  }
}

.lp_contact .ttl {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2em;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .lp_contact .ttl {
    font-size: 2.6rem;
    margin-bottom: .6em;
  }
}

.lp_contact .ttl em {
  color: var(--orange);
}

.lp_contact .ttl b {
  font-size: 3.4rem;
}

@media screen and (max-width: 767px) {
  .lp_contact .ttl b {
    font-size: 3.6rem;
  }
}

.lp_contact dt {
  background: var(--pink);
  border-radius: .5rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

.lp_contact dd {
  font-weight: bold;
  display: ruby-text;
}

.lp_contact dd img {
  width: 3rem;
  vertical-align: 0;
  margin-right: .5em;
}

.lp_contact dd em {
  color: var(--pink);
  font-size: 4.2rem;
}

.lp_contact dd small {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .lp_contact li {
    margin-top: 1.4rem;
  }
}

.lp_contact li a {
  display: block;
  font-weight: bold;
  border-radius: 3em;
  color: #fff;
  height: 10rem;
  transform: translateZ(0);
  font-size: 1.8rem;
  line-height: 1;
  padding-top: 1.6em;
}

.lp_contact li a.tel {
  background: var(--pink);
}

.lp_contact li a.mail {
  background: var(--green2);
}

@media screen and (max-width: 767px) {
  .lp_contact li a {
    height: 12rem;
    font-size: 2.4rem;
    padding-top: 1.2em;
  }

  .lp_contact li a.tel,
  .lp_contact li a.mail {
    width: 90%;
    margin: 0 auto;
  }
}

.lp_contact li a em {
  font-size: 1.66em;
}

@media screen and (max-width: 767px) {
  .lp_contact li a em {
    font-size: 3.8rem;
  }
}

.lp_contact li a p {
  margin-left: 4.5em;
  text-align: left;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .lp_contact li a p {
    margin-left: 6.5em;
  }
}


.lp_contact li a img {
  width: 3.5rem;
}

@media screen and (max-width: 767px) {
  .lp_contact li a img {
    width: 5.6rem;
    vertical-align: -.4em;
  }
}

.lp_contact li a small {
  font-size: 1.2rem;
  display: block;
  margin-top: .2em;
}

@media screen and (max-width: 767px) {
  .lp_contact li a small {
    font-size: 1.8rem;
    margin-left: 3em;
  }

}

.lp_contact li i {
  position: absolute;
  left: 2em;
  top: 50%;
  transform: translateY(-50%);
  width: 3.5em;
  height: 3.5em;
  padding-top: 1em;
}

@media screen and (max-width: 767px) {
  .lp_contact li i {
    left: 3.2em;
    font-size: 1.8rem;
    padding-top: .5em;
  }
}

.lp_contact li i b {
  font-size: 1.375em;
}

@media screen and (min-width: 768px) {
  .lp_contact ul {
    display: flex;
    justify-content: space-evenly;
    width: 90rem;
    margin: 0 auto;
  }

  .lp_contact li {
    width: 38rem;
  }
}

.lp_campaign {
  margin: 5.5rem auto;
}

.lp_campaign ul {
  width: 80rem;
  padding: 2rem;
  border: 1px solid var(--black);
}

@media screen and (max-width: 767px) {
  .lp_campaign ul {
    width: 100%;
  }
}

.lp_campaign ul li {
  font-size: 1.8rem;
}

.lp_campaign_bg {
  width: 80rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .lp_campaign_bg {
    width: 92%;
    margin: 0 auto;
  }
}

/*買取強化*/
.list_title {
  margin-top: 4.2rem;
}

.list_title p {
  font-size: 3rem;
  font-weight: bold;
  position: relative;
}

/*ご安心ください*/
.list_text {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
}

.list_text small {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .list_text {
    margin: 0 -.5em;
  }

  .list_text small {
    font-size: 2.8rem;
  }
}

.list_text em {
  color: var(--orange);
  display: inline-block;
  font-size: 3.4rem;
  margin: 0;
}

.u-mark {
  background: linear-gradient(transparent 60%, rgba(255, 226, 0, 0.4) 60%);
}

.lp_brand {
  width: 100rem;
  border-radius: 2.5rem;
  margin: 6rem auto;
  background-color: #FFEEEE;
  text-align: center;
  padding: 6rem 0;
}

@media screen and (max-width: 767px) {
  .lp_brand {
    width: 92%;
    padding: 3rem 0;
  }
}

.lp_brand .box {
  /* overflow: hidden; */
  border-radius: 1rem;
  background: #fff;
  padding: 5rem 4rem;
}

@media screen and (max-width: 767px) {
  .lp_brand .box {
    padding: 5rem 3rem;
  }
}

.lp_brand .list {
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .lp_brand .list {
    flex-wrap: wrap;
    gap: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .lp_brand .list {
    justify-content: center;
  }
}

.lp_brand .list.b {
  gap: 4.4rem;
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .lp_brand .list.b {
    gap: 2rem 3rem;
  }
}

.lp_brand .list.b li {
  width: 17.2rem;
}

@media screen and (max-width: 767px) {
  .lp_brand .list.b li {
    width: calc(50% - 1.5rem);
  }
}

.lp_brand .list.b p {
  color: var(--black);
}

.lp_brand .list li {
  width: 12rem;
}

@media screen and (max-width: 767px) {
  .lp_brand .list li {
    width: calc(33.33% - 1.666rem);
  }
}

.lp_brand .list p {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: .8em;
}

@media screen and (max-width: 767px) {
  .lp_brand .list p {
    font-size: 2.2rem;
  }
}

.lp_brand .list img {
  width: 100%;
}

.lp_brand ul.lp_slider {
  display: block;
}

.lp_brand ul.slick-dots {
  justify-content: center;
}

.lp_slider-wrapper {
  position: relative;
}

.lp_slider .slick-slide {
  width: 38rem;
  margin: 0 1.5rem;
  overflow: hidden;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(103, 76, 18, 0.15);
}

@media screen and (max-width: 767px) {
  .lp_brand ul.slick-dots {
    gap: 2rem;
  }

  .lp_brand ul.slick-dots li {
    width: auto;
  }
}

.lp_worry {
  margin: 4rem 2rem;
}

.lp_worry .list_title {
  margin-top: 2.2rem;
}

@media screen and (max-width: 767px) {
  .lp_worry p {
    font-size: 2.8rem;
    margin-bottom: 2.2rem;
  }

  .lp_worry .lp_sub.--orange:after {
    margin-left: 1em;
  }

  .lp_worry .list_title p::before {
    margin-left: -1.5em;
  }
}

.lp_cauru_reason {
  padding: 7.5rem 0 12rem;
  background-color: #FFFCEE;
}

.lp_cauru_reason .list_title {
  margin-top: 2.2rem;
  margin-bottom: 3rem;
}

.lp_cauru_reason .ttl {
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 5.5rem;
  line-height: 1;
  position: relative;
  color: var(--orange);
}

.lp_cauru_reason dt {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0.6em 0 0.8em
}

.lp_cauru_reason dt span {
  color: var(--orange);
}

.lp_cauru_reason dd {
  font-size: 1.6rem;
}

.lp_cauru_reason .img {
  position: relative;
}

@media screen and (min-width: 768px) {
  .lp_cauru_reason ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    align-items: stretch;
  }

  .lp_cauru_reason li {
    width: calc(33% - 3rem);
    padding: 2rem;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .lp_cauru_reason {
    padding: 5rem 0 5rem;
  }

  .lp_cauru_reason .slick-slide {
    width: 44rem;
    margin: 0 3.4rem;
    padding: 3rem 3rem 0;
    border-radius: 1rem;
    background: #fff;
    overflow: hidden;
    border: 3px solid var(--orange);
  }

  .lp_cauru_reason .slick-arrow {
    height: 100%;
  }

  .lp_cauru_reason .slick-list {
    overflow: visible;
  }

  .lp_cauru_reason dt {
    font-size: 3.6rem;
    margin: .8em 0 0;
  }

  .lp_cauru_reason dd {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 2rem;
    color: var(--black);
  }

  .lp_cauru_reason li {
    width: 100%;
    margin-bottom: 4rem;
    padding: 4rem;
    background-color: #fff;
  }

  .lp_cauru_reason .img {
    margin: 0 8rem;
  }
}

p.lp_head {
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  height: auto;
  font-size: 4.2rem;
  font-weight: bold;
}

.lp_flow {
  background-color: #F5F8EF;
  padding: 8rem 0 8rem;
}

.lp_flow .ttl {
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 5.5rem;
  line-height: 1;
  position: relative;
}

.lp_flow .ttl em {
  color: var(--green);
}

.lp_flow li {
  padding: 3.2rem 4rem;
  position: relative;
  border-radius: 1rem;
  background: #fff;
}


.lp_flow li+li {
  margin-top: 5.7rem;
}

@media screen and (max-width: 767px) {
  .lp_flow li+li {
    margin-top: 6.6rem;
  }
}

@media screen and (max-width: 767px) {
  .lp_flow li .img {
    text-align: center;
    margin-top: 4rem;
  }

  .lp_flow li .img img {
    width: 34.2rem;
  }
}

@media screen and (min-width: 768px) {
  .lp_flow li {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .lp_flow li dl {
    width: 55rem;
  }

  .lp_flow li figure {
    width: 23rem;
  }
}

.lp_flow dt {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: .6em;
  position: relative;
  padding-left: 2.7em;
}

@media screen and (max-width: 767px) {
  .lp_flow dt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    font-size: 3rem;
    padding: 0;
  }
}

.lp_flow dt small {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .lp_flow dt small {
    font-size: 2.4rem;
  }
}

.lp_flow dt i {
  font-size: 2.2rem;
  background: url(../images/common/bg_clover.webp) no-repeat 50%/contain;
  line-height: 2.27;
  width: 2.27em;
  color: #002F02;
  text-align: center;
  display: block;
}

.lp_flow dt span {
  color: #002F02;
}

@media screen and (max-width: 767px) {
  .lp_flow dt i {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 768px) {
  .lp_flow dt i {
    position: absolute;
    left: 0;
    top: -.3em;
  }
}

.lp_flow dd {
  font-size: 1.6rem;
  line-height: 2;
  color: var(--black);
}

@media screen and (max-width: 767px) {
  .lp_flow dd {
    font-size: 2rem;
    margin-top: 1em;
  }
}

.lp_flow figure img {
  width: 100%;
  border-radius: 1rem;
}

/*お客様の声*/
.lp_voice {
  padding: 7.5rem 0;
}

@media screen and (min-width: 768px) {
  .lp_voice ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    align-items: stretch;
  }

  .lp_voice li {
    width: calc(33% - 3rem);
    padding: 1.5rem;
    border-radius: .5rem;
    border: 3px solid var(--orange);
  }
}

@media screen and (max-width: 767px) {
  .lp_voice .slick-slide {
    width: 40rem;
    margin: 0 3.4rem;
    padding: 3rem 3rem 0;
    border-radius: 1rem;
    background: #fff;
    overflow: hidden;
    border: 3px solid var(--orange);
  }

  .lp_voice .slick-arrow {
    height: 100%;
  }

  .lp_voice .slick-list {
    overflow: visible;
  }
}

.lp_voice dt {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: .8em 0 .8em;
  color: var(--orange);
}

@media screen and (max-width: 767px) {
  .lp_voice dt {
    font-size: 2.8rem;
    margin: .8em 0 0;
  }
}

.lp_voice dd {
  font-size: 1.6rem;
  line-height: 1.4;
  color: var(--black);
}

@media screen and (max-width: 767px) {
  .lp_voice dd {
    font-size: 2rem;
    padding: 2.5rem 5rem;
    margin: 0 -5rem;
  }
}

.lp_voice .img {
  position: relative;
}

/*よくある質問*/
.lp_faq {
  padding: 6rem 0;
  background: #FFF8EE;
  margin: 0 0 7.5rem;
}

@media screen and (max-width: 767px) {
  .lp_faq {
    padding: 6rem 2rem;
  }
}

.lp_faq dl {
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
  border: 2px solid var(--orange);
  margin-bottom: 3rem;
  padding: 2.5rem 5rem;
}

@media screen and (max-width: 767px) {
  .lp_faq dl {
    margin: 0 -2rem 2rem;
    padding: 2rem 3rem;
  }
}

.lp_faq dt,
.lp_faq dd {
  position: relative;
}

.lp_faq dt {
  font-size: 2.4rem;
  font-weight: bold;
  padding: .3em 1.2em .1em 7rem;
  position: relative;
  cursor: pointer;
  background: url(../images/common/ico_plus.svg) no-repeat right center/0.75em;
}

.lp_faq dt:before {
  content: 'Q';
  font-size: 2.6rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--orange);
  width: 1.92em;
  text-align: center;
  line-height: 1.92;
  font-weight: 600;
}

.lp_faq dt.open {
  background: url(../images/common/ico_minus.svg) no-repeat right center/0.75em;
}

.lp_faq dt.open+dd {
  display: block;
}

@media screen and (max-width: 767px) {
  .lp_faq dt {
    font-size: 2.8rem;
  }
}

.lp_faq dd {
  display: none;
  font-size: 1.6rem;
  line-height: 2;
  color: var(--black);
  position: relative;
  padding: 1.2rem 0 0;
  min-height: 5em;
}

@media screen and (max-width: 767px) {
  .lp_faq dd {
    font-size: 2rem;
  }
}

/*対応エリア*/
.lp_area {
  padding: 8rem 0;
}

@media screen and (max-width: 767px) {
  .lp_area {
    padding: 10rem 0 8rem;
  }
}

.lp_area .head {
  position: relative;
  margin-bottom: 3rem;
}

.lp_area dd p {
  position: relative;
  padding: .3em 0 .3em 5.3em;
}

.lp_area dd p i {
  position: absolute;
  left: 0;
  top: 0;
}

.lp_area .lp_arealist {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3em;
}

.lp_area .lp_arealist>img:first-child {
  padding: 0;
  box-sizing: border-box;
  width: 39%;
}

.lp_area .ttl {
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 5.5rem;
  line-height: 1;
  position: relative;
}

.lp_area .ttl em {
  color: var(--green);
}

@media screen and (max-width: 767px) {
  .lp_area .lp_arealist img {
    display: none;
  }
}

.lp_area .head p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  color: var(--black);
}

@media screen and (max-width: 767px) {
  .lp_area .head p {
    text-align: center;
    font-size: 2.2rem;
  }
}

.lp_area .head p em {
  color: var(--red);
}

@media screen and (min-width: 768px) {
  .lp_area .head .lp_ttl {
    text-align: left;
  }
}

.lp_area dl {
  background: #F3FFE5;
  padding: 3.5rem 3.5rem 6rem 3.5rem;
}

@media screen and (max-width: 767px) {
  .lp_area dl {
    padding: 3rem;
  }
}

.lp_area dt {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  border: dotted 2px var(--black);
  border-left: none;
  border-right: none;
  line-height: 2;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .lp_area dt {
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .lp_area dd {
    display: flex;
    flex-direction: column;
  }
}

.lp_area dd p {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .lp_area dd p {
    font-size: 2.2rem;
  }
}

.lp_area dd p i {
  background: #fff;
  border-radius: .3em;
  color: var(--green);
  text-align: center;
  width: 4.5em;
  margin-right: .8em;
  display: inline-block;
  line-height: 2.11;
}

/* --- 全体的なトンマナ（画像から抽出） --- */
.lp_arealist {
  /* 淡いグリーンの背景色 */
  padding: 30px;
  border-radius: 10px;
  /* 全体の角を少し丸く */
}

/* --- コンテナ全体の調整 --- */
.area-tab-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  /* 必要に応じて調整 */
  gap: 8px;
  /* タブ間の隙間（画像に合わせて） */
}

/* --- ラジオボタンは隠す --- */
input[name="area_tab"] {
  display: none;
}

/* --- タブのデザイン（画像の白いラベルに準拠） --- */
.tab-label {
  display: inline-block;
  padding: .8rem 1.3rem;
  /* 画像のラベルに近い余白 */
  background: #ffffff;
  cursor: pointer;
  border-radius: 6px;
  /* 画像のラベルのような丸い角 */

  /* 文字のスタイル */
  color: var(--litegreen);
  /* 画像の都道府県名のグリーン */
  font-weight: bold;
  font-size: 1.8rem;
  /* 必要に応じて調整 */

  /* 質感：ごく薄い影とボーダー */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--litegreen);
  /* ほとんど見えないボーダー */

  /* アニメーション用 */
  transition: all 0.3s ease;
  text-align: center;
  flex: 1 1 calc(25% - 10px);
  /* 4枚を1行に収める、隙間を考慮 */
  box-sizing: border-box;
}

/* --- コンテンツのデザイン（画像の説明文に準拠） --- */
.tab-content {
  display: none;
  /* 基本は非表示 */
  width: 100%;
  padding: 25px 20px;
  /* 縦に余白を多めに */
  background: #ffffff;
  border-radius: 8px;
  /* 角を丸く */

  /* 質感：ごく薄い影 */
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);

  margin-top: 15px;
  /* タブとの間に少し隙間 */
  order: 10;
  /* タブの下に配置されるように強制 */
  box-sizing: border-box;
}

/* --- コンテンツ内の文字スタイル --- */
.tab-content p {
  color: var(--black);
  /* 画像の市区町村名の黒 */
  margin: 0;
  font-size: 15px;
  /* 必要に応じて調整 */
  line-height: 1.6;
}

/* --- 【ここが重要】選択された時のスタイル --- */
/* タブが選択された時：背景色を濃く、文字を白に（画像には無いですが、タブUIとして分かりやすくするため） */
input[name="area_tab"]:checked+.tab-label {
  background: var(--litegreen);
  /* タブと同じグリーンに */
  color: #ffffff;
  /* 文字を白に */
}

/* 選択されたタブに対応するコンテンツを表示 */
#tab_tokyo:checked~#content_tokyo,
#tab_saitama:checked~#content_saitama,
#tab_kanagawa:checked~#content_kanagawa,
#tab_chiba:checked~#content_chiba {
  display: block;
  /* フワッと表示させるアニメーション（お好みで） */
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- レスポンシブ対応（画面が狭い時） --- */
@media (max-width: 600px) {
  .tab-label {
    flex: 1 1 calc(50% - 10px);
    /* 2枚ずつ2行にする */
    font-size: 14px;
    padding: 8px 10px;
  }

  .lp_arealist {
    padding: 15px;
  }
}


.lp_other {
  padding: 7rem 0;
  background-color: #FFFCEE;
  max-width: 90rem;
  border-radius: 2.5%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .lp_other {
    padding: 7rem 0 10rem;
  }
}

.lp_other .lp_ttl {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .lp_other .lp_ttl {
    margin-bottom: 4.5rem;
  }
}

.lp_other .lp_ttl img {
  width: 3.727em;
  vertical-align: -.2em;
  margin-right: .3em;
}

.lp_other .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2.4;
}

.lp_other ul {
  margin-top: 3.4rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0 2.5rem;
  gap: 2.2rem;
}

@media screen and (max-width: 767px) {
  .lp_other ul {
    margin-top: 3.7rem;
    gap: 1.2rem 0;
    padding: 0;
  }
}

.lp_other li {
  width: calc(25% - 1.65rem);
}

@media screen and (max-width: 767px) {
  .lp_other li {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .lp_other li figure {
    width: 12rem;
  }

  .lp_other li p {
    width: calc(100% - 14rem);
  }
}

.lp_other li p {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: .4em;
}

@media screen and (max-width: 767px) {
  .lp_other li p {
    text-align: left;
  }
}

/*フォーム*/

.lp_form {
  margin-bottom: 9rem;
}

.lp_form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #EBF2DF inset;
}

.lp_form textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #EBF2DF inset;
}

.lp_form input[readonly],
.lp_form textarea[readonly],
.lp_form select[readonly] {
  border: none !important;
  background: #fff;
}

.lp_form .head {
  margin: 10rem 0;
}

.lp_form .head p {
  font-size: 1.6rem;
  line-height: 2;
  color: var(--black);
}

@media screen and (max-width: 767px) {
  .lp_form .head p.lead {
    font-size: 1.8rem;
  }

  .lp_form .head p {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 768px) {
  .lp_form .head .lead {
    width: 72rem;
  }
}

.lp_form .head .lead em {
  color: var(--red);
}

@media screen and (max-width: 767px) {
  .lp_form .head {
    margin-bottom: 6rem;
  }

  .lp_form .head .lead {
    width: 36rem;
    position: relative;
    z-index: 1;
  }
}

.lp_form .ttl {
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 5.5rem;
  line-height: 1;
  position: relative;
}

.lp_form .ttl em {
  color: var(--green);
}

.lp_form .ttl img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -8.7rem;
  width: 6.4rem;
}

@media screen and (max-width: 767px) {
  .lp_form .ttl {
    font-size: 4.8rem;
  }
}

.lp_form .tel {
  background: #fff;
  position: relative;
  border: 3px solid var(--pink);
  border-radius: 1rem;
  padding: 3rem 5rem;
  margin: 3rem 0 5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .lp_form .tel {
    text-align: center;
    padding: 3rem 2rem 3rem;
  }
}

@media screen and (min-width: 768px) {
  .lp_form .tel {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.lp_form .tel p {
  color: var(--pink);
}

.lp_form .tel .a {
  font-size: 2.6rem;
  background: url(../images/common/ico_tel_form.svg) no-repeat left center/1.66em;
  padding-left: 2.1em;
  line-height: 1.66;
}

@media screen and (max-width: 767px) {
  .lp_form .tel .a {
    /* display: inline-block; */
    font-size: 3rem;
    display: none;
  }
}

.lp_form .tel .a small {
  font-size: .75em;
}

@media screen and (max-width: 767px) {
  .lp_form .tel .a {
    display: none;
  }
}

.lp_form .tel .b {
  font-size: 4.4rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .lp_form .tel .b {
    display: none;
  }
}

.lp_form .tel .c {
  font-size: 1.2rem;
  color: var(--black);
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .lp_form .tel .c {
    font-size: 1.8rem;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .lp_form .tel .a {
    display: none;
  }
}

.lp_form .img {
  position: absolute;
  right: 1.5rem;
  transform: translateY(-100%);
  width: 34rem;
  top: 0;
}

@media screen and (max-width: 767px) {
  .lp_form .img {
    width: 38rem;
    right: -10rem;
  }
}

.lp_form table {
  width: 100%;
}

.lp_form th {
  text-align: left;
  font-weight: bold;
  width: 24rem;
  font-size: 1.8rem;
  padding-top: 2rem;
}

.lp_form th em,
.lp_form th i {
  background-color: var(--red);
  color: #fff;
  font-size: 1.4rem;
  border: solid 2px var(--red);
  border-radius: .35em;
  padding: .2em .6em;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {

  .lp_form th em,
  .lp_form th i {
    font-size: 2.2rem;
  }
}

.lp_form th i {
  background-color: #fff;
  color: #C3C3C3;
  border-color: #C3C3C3;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .lp_form th {
    font-size: 2.8rem;
    padding-bottom: .5em;
  }
}

.lp_form td {
  padding-bottom: 3rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .lp_form td {
    font-size: 2.4rem;
  }
}

.lp_form td input[type="text"],
.lp_form td input[type="email"],
.lp_form td input[type="tel"],
.lp_form td textarea,
.lp_form td select {
  background: #F5F8EF;
  padding: 1.2em;
  width: 100%;
  border-radius: .625em;
}

.lp_form td input[type="text"]::placeholder,
.lp_form td input[type="email"]::placeholder,
.lp_form td input[type="tel"]::placeholder,
.lp_form td textarea::placeholder,
.lp_form td select::placeholder {
  color: var(--green);
}

.lp_form td input[type="text"]:-ms-input-placeholder,
.lp_form td input[type="email"]:-ms-input-placeholder,
.lp_form td input[type="tel"]:-ms-input-placeholder,
.lp_form td textarea:-ms-input-placeholder,
.lp_form td select:-ms-input-placeholder {
  color: var(--green);
}

.lp_form td input[type="text"]::-ms-input-placeholder,
.lp_form td input[type="email"]::-ms-input-placeholder,
.lp_form td input[type="tel"]::-ms-input-placeholder,
.lp_form td textarea::-ms-input-placeholder,
.lp_form td select::-ms-input-placeholder {
  color: var(--green);
}

.lp_form td textarea {
  width: 100%;
  height: 10em;
  display: block;
}

.lp_form tr>* {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .lp_form tr>* {
    float: left;
    width: 100%;
  }
}

input[type="submit"] {
  margin: 0 auto;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  padding: 1em 3em 1em 2em;
  background-color: var(--orange);
  border: 5px solid #fff;
  border-radius: 2.5em !important;
  cursor: pointer;
  filter: drop-shadow(0 5.47px 9.573px rgba(51, 51, 51, 0.20));
  display: block;
}

@media screen and (max-width: 767px) {
  input[type="submit"] {
    width: 100%;
  }
}

span.wpcf7-spinner {
  display: none;
}

.lp_form .btn_wrapper {
  text-align: center;
  margin: 2rem 0;
}

.lp_form .step_btn {
  position: relative;
  display: inline-block;
}

.lp_form .step_btn:after {
  position: absolute;
  content: '';
  background: url(../images/common/ico_right_o.svg) no-repeat center/contain;
  width: 1.5em;
  height: 1.5em;
  top: 3.8rem;
  right: 4.5rem;
  display: inline-block;
  z-index: 2;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .lp_form .step_btn:after {
    width: 1.3em;
    height: 1.3em;
    top: 3.2rem;
  }

  .lp_form .step_btn {
    margin-top: 3rem;
    font-size: 3.4rem;
    width: 48rem;
  }
}

.banner_margin {
  margin-top: -10px;
  padding-top: 0rem;
}

@media screen and (max-width: 767px) {
  .banner_margin2 {
    margin-top: -5px;
    padding-top: 1rem;
  }
}

.swiper-wrapper {
  padding: 4rem 0;
}

.swiper-slide {
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--orange);
  border-radius: 10px;
  box-shadow: 0px 0px 3px 0px var(--orange);
}


[class*=swiper]:focus {
  outline: none;
}

.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem !important;
  height: 6.4rem !important;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--orange);
  border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.card .swiper {
  overflow: visible;
}

.card .swiper-button-prev,
.card .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}

.card .swiper-button-prev::before,
.card .swiper-button-next::before {
  background-color: rgba(250, 154, 66, 0.4);
}

.card .swiper-button-prev::after,
.card .swiper-button-next::after {
  border-color: #fff;
}

.card .swiper-button-prev {
  right: calc(100% - 1.6rem);
}

.card .swiper-button-next {
  left: calc(100% - 1.6rem);
}

.card .swiper-a:not(.swiper-initialized) {
  padding: 0;
}

.card .swiper-a:not(.swiper-initialized) .swiper-button-prev,
.card .swiper-a:not(.swiper-initialized) .swiper-button-next {
  display: none;
}

.card .swiper-a:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.card .swiper-b:not(.swiper-initialized) {
  padding: 0;
}

.card .swiper-b:not(.swiper-initialized) .swiper-button-prev,
.card .swiper-b:not(.swiper-initialized) .swiper-button-next {
  display: none;
}

.card .swiper-b:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.card .slide {
  overflow: hidden;
  border-radius: 4px;
}


@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }

  .pc {
    display: none !important;
  }

  .card .swiper {
    padding: 0 5.2rem;
  }

  .card .swiper-button-prev {
    right: calc(100% - 7.2rem);
    left: 0 !important;
  }

  .card .swiper-button-next {
    left: calc(100% - 7.2rem);
    right: 0 !important;
  }

  /* ドット全体のコンテナ位置調整 */
  .card .swiper-a .swiper-pagination {
    bottom: -10px !important;
    /* 位置が低すぎる場合は数値を調整してください */
    line-height: 1;
  }

  /* ドット単体のスタイル上書き */
  .card .swiper-a .swiper-pagination-bullet {
    width: 14px !important;
    /* サイズを大きく（デフォルトは8px） */
    height: 14px !important;
    /* サイズを大きく */
    background: var(--orange) !important;
    /* オレンジ色に固定 */
    opacity: 0.3 !important;
    /* 未選択時は少し薄く */
    margin: 0 6px !important;
    /* ドット同士の間隔 */
    transition: all 0.3s;
    /* ふわっと変わるように */
  }

  /* 選択されている（アクティブな）ドット */
  .card .swiper-a .swiper-pagination-bullet-active {
    width: 16px !important;
    /* 選択中だけさらに少し大きく */
    height: 16px !important;
    background: var(--orange) !important;
    opacity: 1 !important;
    /* 選択中はハッキリ表示 */
  }
}

@media only screen and (max-width: 599px) {
  html {
    font-size: 50%;
  }

  .pc-tab {
    display: none !important;
  }

  .card .swiper-b:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }

  .swiper-button-prev::before,
  .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }

  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .card .slide {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }

  .card .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
}

@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 600px) {
  .card .swiper-b:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.lp_result {
  position: relative;
  margin-bottom: 18px;
  background-color: #FFF8EE;
}


.lp_result .finger {
  width: 120px;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 60px);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 10px;
}

.lp_result .finger img {
  height: 45px;
  margin-top: 5px;
  width: 35px;
}

.lp_result .finger .active {
  animation: anim 1s;
  animation-iteration-count: 100;
}

.lp_result .finger span {
  font-size: 10px;
  color: #fff;
}

@keyframes anim {
  0% {
    transform: translateX(30px);
    opacity: 1;
  }

  100% {
    transform: translateX(-30px);
    opacity: 0;
  }
}

.lp_result .fadeout {
  animation: fadeOut 3.5s;
  animation-fill-mode: both;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.lp_main .scroll_area {
  height: 350px;
  overflow-y: scroll;
}

/*# sourceMappingURL=japanese-doll2.css.map */

/*# sourceMappingURL=style.css.map */

@media screen and (min-width: 768px) {
  .visible_sp {
    display: none;
  }
}

.thanks_body {
  text-align: center;
  margin: 20rem auto 10rem;
  width: 110rem;
  max-width: calc(100% - 4rem);
}

@media screen and (max-width: 767px) {
  .thanks_body {
    margin: 12rem auto;
  }
}

.thanks_body .ttl {
  font-size: 7rem;
  font-weight: bold;
  color: var(--orange);
  line-height: 1.4;
}

.thanks_body .txt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2em;
}

.thanks_body .lead {
  font-size: 1.6rem;
  line-height: 2.375;
  margin-bottom: 3.8rem;
}

@media screen and (max-width: 767px) {
  .thanks_body .lead {
    font-size: 2.2rem;
  }
}

.thanks_body .contact {
  margin-bottom: 6.6rem;
}

.thanks_body .contact>dt {
  background: url(../images/common/thanks_h_bg.svg) no-repeat center top/100%;
  font-size: 1.8rem;
  line-height: 3.8rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .thanks_body .contact>dt {
    background-image: url(../images/common/thanks_h_bg_sp.svg);
    font-size: 2.2rem;
    line-height: 4.6rem;
    border-radius: .5rem .5rem 0 0;
  }
}

.thanks_body .contact>dd {
  margin-top: -1rem;
  border-radius: 1rem;
  border: solid 1px var(--orange);
  box-shadow: 0px 0px 3px 0px var(--orange);
  background: #FFF8EE;
  padding: 3rem 4rem 2rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .thanks_body .contact>dd {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .thanks_body .contact>dd dl {
    width: 38rem;
  }
}

.thanks_body .contact>dd dt {
  background: var(--orange);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .thanks_body .contact>dd dt {
    font-size: 1.8rem;
  }
}

.thanks_body .contact>dd dd {
  color: var(--orange);
  font-size: 2.8rem;
  font-weight: bold;
  padding-top: .6em;
}

.thanks_body .contact>dd a {
  display: inline-block;
}

.thanks_body .contact>dd small {
  font-size: 1.2rem;
  vertical-align: middle;
  margin-left: .5em;
}

@media screen and (max-width: 767px) {
  .thanks_body .contact>dd small {
    font-size: 1.6rem;
  }
}

.thanks_body .msg {
  margin-bottom: 4rem;
}

.thanks_body .msg dt {
  font-weight: bold;
  font-size: 3.2rem;
  color: var(--orange);
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .thanks_body .msg dt {
    font-size: 4rem;
  }
}

.thanks_body .msg dt small {
  font-size: 2rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .thanks_body .msg dt small {
    font-size: 2.4rem;
  }
}

.thanks_body .msg dd {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .thanks_body .msg dd {
    font-size: 2.2rem;
  }
}

.thanks_body ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
  grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 1100px) {
  .thanks_body ul {
    gap: 3rem 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .thanks_body ul {
    justify-content: flex-start;
    gap: 3.5rem 0;
    padding: 0 2rem;
  }
}

@media screen and (max-width: 767px) {
  .thanks_body li {
    width: 33.33%;
  }
}

.thanks_body li img {
  height: 12rem;
}

.thanks_body li p {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: .7em;
}

@media screen and (max-width: 767px) {
  .thanks_body li p {
    font-size: 2.2rem;
  }
}