@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Forum&family=Klee+One:wght@400;600&display=swap");
:root {
  --red: #C9171E;
  --yellow: #FFE200;
  --first: #3E2C04;
  --second: #84531A;
  --third: #C89932;
  --tel-accent: #F9931E;
  --mail-accent: #33ED33;
}

.m_ft {
  font-family: "游明朝 Medium", "Yu Mincho Medium", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_f {
  font-family: 'Forum', cursive;
}

.ft_ko {
  font-family: 'Klee One', cursive;
  font-weight: 600;
}

html {
  font-size: 10px;
}

@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(--second);
}

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(--second);
  position: relative;
  width: calc(100% - 5rem);
  margin: 0 auto;
}

.c_line:before, .c_line:after {
  content: '';
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  background: var(--second);
  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(--second);
  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: #C9171E;
  width: 100%;
  top: 0;
  z-index: 66;
  left: 0;
  height: 11rem;
}

@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: 1rem;
  }
}

.h_logo2 img {
  width: 16.9rem;
}

@media screen and (max-width: 767px) {
  .h_logo2 img {
    width: 16.7rem;
  }
}

@media screen and (min-width: 768px) {
  .h_nav2 {
    padding-top: 5rem;
    display: flex;
    margin-left: 19rem;
    gap: .7em;
  }
  .h_nav2 a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
  }
}

@media screen and (min-width: 1250px) {
  .h_nav2 {
    margin-left: 21rem;
    gap: 1em;
  }
}

@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;
  }
  .h_nav2 a:before {
    content: '';
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background: var(--third);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}

.h_inner {
  margin-left: 3rem;
}

@media screen and (min-width: 768px) {
  .h_inner {
    margin-left: 2rem;
  }
}

@media screen and (min-width: 1450px) {
  .h_inner {
    width: 100rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .h_contact a {
    background: #FFF505;
    line-height: 5.7rem;
    display: block;
    padding: 0 1rem;
    font-weight: bold;
  }
  .h_contact i {
    background: #4A4A4A url(../images/japanese-doll/h_time.svg) no-repeat 0.8em center/1.428em;
    color: #fff;
    font-size: 1.4rem;
    font-style: normal;
    line-height: 3.6rem;
    margin-right: 1em;
    position: relative;
    display: inline-block;
    vertical-align: .15em;
    padding: 0 1em 0 2.5em;
    border-radius: .4em;
  }
  .h_contact i:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-style: solid;
    border-width: .5em 0 .5em .7em;
    border-color: transparent transparent transparent #4A4A4A;
    right: -.5em;
  }
  .h_top2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 31.2rem;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1400px) {
  .h_top2 {
    width: 30rem;
  }
}

@media screen and (min-width: 768px) {
  .h_tel2 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 1.2rem;
    white-space: nowrap;
  }
  .h_tel2 img {
    display: inline-block;
    width: 2.7rem;
    margin-right: 0.2em;
    vertical-align: middle;
  }
  .h_tel2 small {
    font-size: 1rem;
  }
}

@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;
  }
  .h_close2 i {
    color: var(--red);
  }
  #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: .3rem;
    bottom: 0;
    width: 100%;
    z-index: 65;
    text-align: center;
  }
  .fixed_footer li {
    width: 25.8rem;
  }
  .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;
  }
}

.f_logo img {
  width: 18.5rem;
}

@media screen and (max-width: 767px) {
  .f_logo img {
    width: 19.5rem;
  }
}

#footer2 {
  background: #C9171E;
  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.2rem;
}

@media screen and (max-width: 767px) {
  .f_copy2 {
    font-size: 1.8rem;
  }
}

.company_modal .ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .company_modal .ttl {
    font-size: 3.6rem;
  }
}

.company_modal dl {
  margin: 4.5rem 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem 0;
  font-size: 1.8rem;
  color: var(--first);
}

@media screen and (max-width: 767px) {
  .company_modal dl {
    font-size: 2.2rem;
    margin: 4.5rem 0;
  }
}

.company_modal dt {
  width: 7.7em;
}

.company_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(--third);
}

.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(--second);
  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/japanese-doll2/arrow_left01.svg) no-repeat 50%/contain;
  left: 5rem;
}

.slick-next {
  background: url(../images/japanese-doll2/arrow_rignt02.svg) no-repeat 50%/contain;
  right: 5rem;
}

.lp_main {
  position: relative;
  margin-top: 11rem;
  background: url(../images/japanese-doll2/mv_bg01.jpg) no-repeat center top/cover;
}

@media screen and (max-width: 767px) {
  .lp_main {
    margin-top: 8.5rem;
    background-image: url(../images/japanese-doll2/mv_bg01_sp.jpg);
  }
  .lp_main .result {
    width: 35.8rem;
    margin-left: 4rem;
    margin-top: -2.5rem;
    position: relative;
    z-index: 1;
  }
}

.lp_main .box {
  background: url(../images/japanese-doll2/bg_pattern02.jpg) center top/32rem;
  padding: 1.5rem 0;
}

@media screen and (max-width: 767px) {
  .lp_main .box {
    position: relative;
  }
}

.lp_main .top {
  padding: 0rem 0 1.9rem;
  position: relative;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .lp_main .top {
    background-color: #FFFFFF;
  }
  .lp_main img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .lp_main .top {
    padding: 1.5rem 0 1.5rem;
    width: 100rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.lp_main .catch {
  width: 100%;
  font-size: 6.2rem;
  font-weight: 600;
  color: var(--first);
}

@media screen and (max-width: 767px) {
  .lp_main .catch {
    width: 57rem;
    margin: 0 auto 1.5rem;
  }
}

.lp_main .img2 {
  width: 43.2rem;
}

@media screen and (max-width: 767px) {
  .lp_main .img2 {
    width: 40.8rem;
    margin-left: 4rem;
  }
}

.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_main .btm {
  width: 96rem;
  max-width: calc(100% - 8.8rem);
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .lp_main .btm div:not(.img) {
    width: 70.1rem;
  }
}

.lp_inner {
  width: 90rem;
  margin: 0 auto;
  max-width: calc(100% - 8rem);
  padding: 0;
}

.lp_bg {
  background: url(../images/japanese-doll2/sec_bg02.jpg) no-repeat center bottom/100%;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .lp_bg {
    background-size: 140rem;
  }
}

@media screen and (max-width: 767px) {
  .lp_bg {
    background-image: url(../images/japanese-doll2/sec_bg02_sp.jpg);
  }
  .lp_bg.b {
    background-image: url(../images/japanese-doll2/sec_bg04_sp.jpg);
  }
}

.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 {
  color: var(--third);
  line-height: inherit;
}

.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: 3rem;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: .2em;
}

@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.8rem;
    margin-bottom: .2em;
  }
}

.lp_sub:before, .lp_sub:after {
  content: '';
  position: absolute;
  background: url(../images/japanese-doll2/ico_quote_l.svg) no-repeat 50%/contain;
  width: .75em;
  height: .97em;
  display: inline-block;
  margin-left: -2.5em;
  bottom: .2em;
}

@media screen and (max-width: 767px) {
  .lp_sub:before, .lp_sub:after {
    margin-left: -2em;
  }
}

.lp_sub:after {
  background-image: url(../images/japanese-doll2/ico_quote_r.svg);
  margin-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .lp_sub:after {
    margin-left: 1em;
  }
}

.c_bg {
  background: url(../images/japanese-doll2/bg_pattern01.jpg) center top/32rem;
}

.lp_banner {
  background: url(../images/japanese-doll2/sec_bg01.jpg) center top/cover;
  padding: 3rem 0 3.5rem;
}

@media screen and (max-width: 767px) {
  .lp_banner {
    padding: 4.5rem 0 6rem;
    background-image: url(../images/japanese-doll2/sec_bg01_sp.jpg);
  }
  .lp_banner .lp_inner {
    max-width: 100%;
  }
  .lp_banner .lp_contact {
    margin: 0 4rem;
  }
}

.lp_banner .lp_text {
  text-align: center;
  margin: 2.5rem 0;
}

.lp_banner .catch {
  background: url(../images/japanese-doll2/bnr_bg.png) no-repeat 50%/contain;
  width: 69rem;
  height: 11.2rem;
  position: relative;
  font-weight: bold;
  margin: 0 auto;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .lp_banner .catch {
    background-image: url(../images/japanese-doll2/bnr_bg_sp.png);
    width: 59rem;
    height: 13.6rem;
    font-size: 2rem;
  }
}

.lp_banner .catch * {
  position: absolute;
}

.lp_banner .catch i {
  color: var(--yellow);
  font-size: 1.4rem;
  line-height: 1.14;
  text-align: center;
  left: 13.5rem;
  top: 3rem;
}

@media screen and (max-width: 767px) {
  .lp_banner .catch i {
    font-size: 1.8rem;
    left: 5.2rem;
    top: 3.7rem;
  }
}

@media screen and (max-width: 400px) {
    .lp_banner .catch i {
    font-size: 1.5rem;
    left: 5.5rem;
    top: 4rem;
  }
}

.lp_banner .catch span {
  top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .lp_banner .catch span {
    top: 4.6rem;
  }
}

.lp_banner .catch .a {
  left: 19rem;
}

@media screen and (max-width: 767px) {
  .lp_banner .catch .a {
    left: 11rem;
  }
}

.lp_banner .catch .b {
  left: 44.1rem;
}

@media screen and (max-width: 767px) {
  .lp_banner .catch .b {
    left: 40rem;
  }
}

.lp_banner .catch em {
  color: var(--red);
  font-size: 3rem;
  right: 25.4rem;
  top: 2.8rem;
}

@media screen and (max-width: 767px) {
  .lp_banner .catch em {
    font-size: 3rem;
    right: 21.7rem;
    top: 3.6rem;
  }
}

main {
  overflow: hidden;
}

.lp_mvFaq {
  padding: 6rem 0 10.5rem;
}

.lp_mvFaq .lp_ttl {
  font-size: 3.6rem;
}

.lp_mvFaq .lp_ttl em {
  font-size: 5.2rem;
}

.lp_mvFaq .lp_mvFaq-slider {
  position: relative;
}

.lp_mvFaq .lp_mvFaq-slider .slider3 {
  overflow-x: hidden;
}

.lp_mvFaq .lp_mvFaq-slider ul li {
  display: flex;
  justify-content: center;
}

.lp_mvFaq .lp_mvFaq-slider ul li img {
  width: 41%;
}

.lp_mvFaq .lp_mvFaq-slider ul li img+img {
  margin-left: 16px;
}

.lp_mvFaq .lp_mvFaq-slider .swiper-pagination {
  bottom: -4.5rem !important;
}

.lp_mvFaq .lp_mvFaq-slider .swiper-button-prev {
  left: 0;
}

.lp_mvFaq .lp_mvFaq-slider .swiper-button-next {
  right: 0;
}

.lp_contact {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp_contact.b {
    background: url(../images/japanese-doll2/sec_bg01_sp.jpg) center top/cover;
    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: .9em;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .lp_contact .ttl {
    font-size: 2.6rem;
    margin-bottom: .6em;
  }
}

.lp_contact .ttl:before, .lp_contact .ttl:after {
  content: '';
  position: absolute;
  background: url(../images/japanese-doll2/ico_quote_l.svg) no-repeat 50%/contain;
  width: .875em;
  height: 1.125em;
  display: inline-block;
  margin-left: -2.5em;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .lp_contact .ttl:before, .lp_contact .ttl:after {
    left: .5em;
    margin: 0;
    font-size: 2.8rem;
  }
}

.lp_contact .ttl:after {
  background-image: url(../images/japanese-doll2/ico_quote_r.svg);
  margin-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .lp_contact .ttl:after {
    right: .5em;
    left: auto;
    margin: 0;
  }
}

.lp_contact .ttl em {
  color: var(--third);
  margin-left: .5em;
}

.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: #E59B26;
  border-radius: .5rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: .3em;
}

.lp_contact dd {
  font-weight: bold;
}

.lp_contact dd small {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
}

.lp_contact dd em {
  color: var(--third);
  font-size: 4.2rem;
}

.lp_contact dd img {
  width: 3rem;
  vertical-align: 0;
  margin-right: .5em;
}

@media screen and (max-width: 767px) {
  .lp_contact li {
    margin-top: 1.4rem;
  }
}

.lp_contact li a {
  display: block;
  font-weight: bold;
  border-radius: 5em;
  color: #fff;
  height: 10rem;
  background: linear-gradient(#2de22d 0%, #076a03 100%);
  filter: drop-shadow(0px 5px 0px #063400);
  transform: translateZ(0);
  font-size: 1.8rem;
  text-shadow: 0px 3px 0px rgba(4, 83, 2, 0.5);
  line-height: 1;
  padding-top: 1.6em;
}

@media screen and (max-width: 767px) {
  .lp_contact li a {
    height: 12rem;
    font-size: 2.4rem;
    padding-top: 1.4em;
  }
}

.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;
}

.lp_contact li a img {
  width: 5.3rem;
  vertical-align: -.7em;
}

@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.6rem;
  }
}

.lp_contact li .tel {
  background: linear-gradient(#f2b34f 0%, #ba5006 100%);
  filter: drop-shadow(0px 5px 0px #723500);
}

.lp_contact li .tel i {
  color: #DE9035;
}

.lp_contact li i {
  left: 1.65em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #179B15;
  text-shadow: none;
  font-size: 1.6rem;
  width: 3.25em;
  height: 3.25em;
  padding-top: 1em;
}

@media screen and (max-width: 767px) {
  .lp_contact li i {
    font-size: 2rem;
  }
}

.lp_contact li i b {
  font-size: 1.375em;
}

@media screen and (min-width: 768px) {
  .lp_contact ul {
    display: flex;
    justify-content: space-between;
    width: 88rem;
    margin: 0 auto;
  }
  .lp_contact li {
    width: 43rem;
  }
}

.lp_result {
  padding: 4rem 0 7rem;
  overflow: hidden;
}

.lp_result .ttl {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 3.5rem;
}

.lp_result .ttl b {
  font-size: 1.428em;
}

@media screen and (max-width: 767px) {
  .lp_result .ttl b {
    font-size: 5.2rem;
  }
}

.lp_result .ttl em {
  color: var(--third);
}

@media screen and (max-width: 767px) {
  .lp_result .ttl {
    text-align: center;
    font-size: 3.4rem;
    margin-bottom: 4.5rem;
  }
  .lp_result .ttl img {
    display: block;
    margin: 0 auto 2rem;
    width: 52rem;
  }
}

@media screen and (min-width: 768px) {
  .lp_result .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.5rem;
  }
  .lp_result .ttl img {
    width: 30.3rem;
  }
}

.list_title {
  margin-top: 4.2rem;
}

.list_title p {
  font-size: 3rem;
  font-weight: bold;
  position: relative;
}

.list_title p::before,
.list_title p::after {
  content: '';
  position: absolute;
  width: 0.75em;
  height: 0.97em;
  display: inline-block;
  bottom: 0.2em;
}

.list_title p::before {
  background: url(../images/japanese-doll2/ico_quote_l.svg) no-repeat 50%/contain;
  margin-left: -2.5em;
}

.list_title p::after {
  background: url(../images/japanese-doll2/ico_quote_r.svg) no-repeat 50%/contain;
  margin-left: 1.5em;
}

.list_img ul {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.list_img ul li {
  width: 21%;
}

.list_img ul li:not(:first-child) {
  margin-left: 2.4rem;
}

.list_text {
  font-size: 2.2rem;
  font-weight: bold;
}

.list_text i {
  display: inline-block;
  background: linear-gradient(transparent 60%, rgba(255, 226, 0, 0.4) 60%);
  font-size: 3.4rem;
  margin: 0;
}

.list_text em {
  color: var(--third);
}

.list_text2 {
  color: #3E2C04;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 3.4rem;
}

.list_text2 em {
  font-size: 4rem;
}

.list_text2 span {
  font-size: 3.4rem;
}

.list_text3 {
  font-size: 2.2rem;
  font-weight: bold;
}

.list_text3 i {
  display: inline-block;
  background: linear-gradient(transparent 60%, rgba(255, 226, 0, 0.4) 60%);
  font-size: 3.4rem;
  margin: 0;
}

.list_text3 em {
  color: var(--third);
}

.list_slider {
  margin-top: 3rem;
}

.list_slider ul.slick-list {
  display: block;
}

.list_slider ul.slick-dots li {
  width: auto;
}

.lp_result .slick-list,
.list_slider .slick-list {
  overflow: visible;
}

.lp_result .slick-slide,
.list_slider .slick-slide {
  width: 22.8rem;
  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_result .slick-slide {
    width: 38rem;
  }
}

.lp_result .slick-slide img,
.list_slider .slick-slide img {
  width: 100%;
}

.lp_result dl,
.list_slider dl.list_slider-list {
  background: url(../images/japanese-doll2/bg_pattern01.jpg) center top/32rem;
  text-align: center;
  padding: 2rem 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .lp_result dl {
    padding: 2rem 3rem;
  }
}

.lp_result dt,
.list_slider dl.list_slider-list dt {
  font-size: 1.6rem;
  height: 3em;
  line-height: 1.375;
  margin-bottom: .5em;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0;
  position: static;
  background: transparent;
  transform: translateX(0);
  color: #84531A;
}

@media screen and (max-width: 767px) {
  .lp_result dt {
    font-size: 2.2rem;
  }
}

.lp_result dd,
.list_slider .list_slider-list dd {
  color: var(--red);
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .lp_result dd {
    font-size: 2.4rem;
  }
}

.lp_result dd b,
.list_slider dl.list_slider-list dd b {
  display: block;
  font-size: 1.3rem;
  color: var(--third);
  border: dotted 1px var(--third);
  border-left: none;
  border-right: none;
  line-height: 1.93;
  margin-bottom: .3em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .lp_result dd b {
    font-size: 1.8rem;
  }
}

.list_slider dl.list_slider-list {
  margin: 0;
  border: none;
  border-radius: 0 0 1rem 1rem;
}

.lp_result dd em,
.list_slider dl.list_slider-list dd em {
  font-size: 1.4em;
}

@media screen and (max-width: 767px) {
  .lp_result dd em {
    font-size: 3.8rem;
  }
}

.lp_brand {
  text-align: center;
  padding-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .lp_brand {
    background-color: #FFFFFF;
    padding-bottom: 3rem;
  }
}

.lp_brand .box {
  /* overflow: hidden; */
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(103, 76, 18, 0.15);
  padding: 5rem 4rem;
}

@media screen and (max-width: 767px) {
  .lp_brand .box {
    padding: 5rem 3rem;
  }
}

.lp_brand ul {
  display: flex;
  justify-content: space-between;
}
.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 {
    flex-wrap: wrap;
    gap: 2.5rem;
  }
}

.lp_brand li {
  width: 12rem;
}

@media screen and (max-width: 767px) {
  .lp_brand li {
    width: calc(33.33% - 1.666rem);
  }
  .lp_brand ul.slick-dots {
    gap: 2rem;
  }
  .lp_brand ul.slick-dots li {
    width: auto;
  }
}

.lp_brand li p {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: .8em;
}

@media screen and (max-width: 767px) {
  .lp_brand li p {
    font-size: 2.2rem;
  }
}

.lp_brand li img {
  width: 100%;
}

.lp_brand dl {
  border: dotted 2px var(--third);
  border-radius: 1rem;
  position: relative;
  margin: 5rem 0 1.5rem;
  padding: 3rem 5rem;
}

@media screen and (max-width: 767px) {
  .lp_brand dl {
    margin: 6rem 0 5rem;
    padding: 4.5rem 5rem 3rem;
  }
}

.lp_brand dt {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--third);
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -.5em;
  line-height: 1;
  background: #fff;
  padding: 0 2em;
}

@media screen and (max-width: 767px) {
  .lp_brand dt {
    font-size: 2.8rem;
    padding: 0 .5em;
  }
}

.lp_brand dd {
  font-size: 1.4rem;
  line-height: 2;
  color: var(--first);
}

@media screen and (max-width: 767px) {
  .lp_brand dd {
    font-size: 2rem;
  }
}

.lp_brand .row {
  display: flex;
  align-items: center;
  gap: 7.2rem;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .lp_brand .row {
    gap: 0;
  }
}

.lp_brand .row p {
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .lp_brand .row p {
    font-size: 2.6rem;
    white-space: nowrap;
  }
}

.lp_brand .row p em {
  color: var(--third);
  font-size: 1.54em;
}

@media screen and (max-width: 767px) {
  .lp_brand .row p em {
    font-size: 3.8rem;
  }
}

.lp_brand .row img {
  width: 12.7rem;
}

@media screen and (max-width: 767px) {
  .lp_brand .row img {
    width: 15.4rem;
  }
}

.lp_appeal {
  padding: 8.5rem 0 10rem;
}

@media screen and (max-width: 767px) {
  .lp_appeal {
    padding: 7rem 0 8rem;
  }
}

.lp_appeal .ttl {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 767px) {
  .lp_appeal .ttl {
    font-size: 3.2rem;
  }
}

.lp_appeal .ttl * {
  line-height: inherit;
}

.lp_appeal .ttl i {
  display: inline-block;
  background: linear-gradient(transparent 60%, rgba(255, 226, 0, 0.4) 60%);
  font-size: 3.4rem;
  margin: .8em 0 .6em;
}

@media screen and (max-width: 767px) {
  .lp_appeal .ttl i {
    font-size: 3.2rem;
  }
}

.lp_appeal .ttl em {
  color: var(--third);
}

.lp_appeal .ttl b {
  font-size: 1.82em;
}

@media screen and (max-width: 767px) {
  .lp_appeal .ttl b {
    font-size: 6rem;
  }
}

.lp_appeal .row {
  margin: 4.2rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .lp_appeal .row {
    width: 85.3rem;
  }
  .lp_appeal .row > * {
    width: 40rem;
  }
}

@media screen and (max-width: 767px) {
  .lp_appeal .row figure {
    width: 20.4rem;
  }
  .lp_appeal .row dl {
    width: calc(100% - 23rem);
  }
}

.lp_appeal dt {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .lp_appeal dt {
    font-size: 3rem;
  }
}

.lp_appeal dt small {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .lp_appeal dt small {
    font-size: 2.4rem;
  }
}

.lp_appeal dd {
  font-size: 1.6rem;
  line-height: 2;
  color: var(--first);
}

@media screen and (max-width: 767px) {
  .lp_appeal dd {
    font-size: 2rem;
  }
}

.lp_appeal .lp_ttl span {
  display: inline;
}

.lp_appeal .sub {
  background: url(../images/japanese-doll2/bg_bubble.svg) no-repeat 50%/contain;
  width: 11.75em;
  height: 8.75em;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.375;
  padding-top: 2.9em;
  padding-left: .8em;
  margin: 5rem auto -1rem;
}

@media screen and (max-width: 767px) {
  .lp_appeal .sub {
    font-size: 1.8rem;
  }
}

.lp_appeal .sub em {
  color: var(--red);
}

@media screen and (min-width: 768px) {
  .lp_appeal ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 6rem;
  }
  .lp_appeal li {
    width: calc(50% - 3rem);
  }
}

@media screen and (max-width: 767px) {
  .lp_appeal li {
    margin-top: 3rem;
  }
}

.lp_appeal li img {
  border-radius: 1rem;
}

.lp_appeal li p {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  margin-top: .8em;
}

@media screen and (max-width: 767px) {
  .lp_appeal li p {
    font-size: 2.8rem;
    margin-top: .5em;
  }
}

.lp_appeal li p small {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .lp_appeal li p small {
    font-size: 2.2rem;
  }
}

.lp_appeal li p i {
  background: url(../images/japanese-doll2/bg_brush.svg) no-repeat 50%/contain;
  font-size: 1.4rem;
  width: 7.78em;
  line-height: 2.14;
  display: inline-block;
  padding-right: 1em;
  color: var(--yellow);
  vertical-align: .2em;
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .lp_appeal li p i {
    font-size: 1.8rem;
  }
}

.lp_promise {
  position: relative;
  padding: 9rem 0 10rem;
}

.lp_promise .icon {
  text-align: center;
  color: var(--third);
  font-size: 9rem;
  line-height: 1;
  opacity: .25;
  margin-bottom: -5rem;
}

.lp_promise .lp_ttl small {
  display: block;
  font-size: 3rem;
  margin: .3em 0;
}

.lp_promise ul {
  display: flex;
  margin-top: 7rem;
}

.lp_promise ul li {
  display: flex;
  justify-content: space-between;
  width: calc(33.3%);
  margin-right: 1.2rem;
}

.lp_promise ul li:last-child {
  margin-right: 0;
}

.lp_promise ul li:last-child .lp-sub {
  display: none;
}

.lp_promise .ttl {
  min-height: 7.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lp_promise .ttl_img {
  width: 6.6rem;
}

.lp_promise .ttl_text {
  color: #3E2C04;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 1.5rem;
}

.lp_promise .ttl_text em {
  font-size: 2.6rem;
}

.lp_promise .lp_promise_main .img {
  display: flex;
  align-items: center;
  min-height: 18.7rem;
  text-align: center;
  margin-top: 1.2rem;
  padding: 0.9rem 2.4rem;
  background: url(../images/japanese-doll2/bg_pattern01.jpg) center top/cover;
}

.lp_promise .lp_promise_main .text {
  color: #3E2C04;
  font-size: 2rem;
  line-height: 1.8;
  padding: 1.4rem 2rem;
  text-align: justify;
}

.lp_promise .lp-sub {
  height: 87%;
  margin-left: 1rem;
  margin: 2rem 0 0 1rem;
}

.lp_promise .lp-sub .c_line-vertical {
  border-right: dotted 2px var(--second);
  position: relative;
  height: 100%;
}

.lp_promise .lp-sub .c_line-vertical:before,
.lp_promise .lp-sub .c_line-vertical:after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: var(--second);
  transform: rotate(45deg);
  left: -.45rem;
  border-radius: .2rem;
}

.lp_promise .lp-sub .c_line-vertical:before {
  top: -2rem;
}
.lp_promise .lp-sub .c_line-vertical:after {
  bottom: -2rem;
}

.lp_reason {
  position: relative;
  padding: 9rem 0 10rem;
}

.lp_reason .icon {
  text-align: center;
  color: var(--third);
  font-size: 9rem;
  line-height: 1;
  opacity: .25;
  margin-bottom: -5rem;
}

@media screen and (max-width: 767px) {
  .lp_reason .icon {
    font-size: 10rem;
  }
}

.lp_reason .lp_ttl small {
  display: block;
  font-size: 3rem;
  margin: .3em 0;
}

@media screen and (max-width: 767px) {
  .lp_reason .lp_ttl small {
    font-size: 3.4rem;
  }
}

.lp_reason ul {
  margin-top: 7rem;
}

@media screen and (max-width: 767px) {
  .lp_reason ul {
    margin-top: -2rem;
  }
}

.lp_reason li {
  margin-top: 9rem;
}

@media screen and (min-width: 768px) {
  .lp_reason li {
    margin-top: 5.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .lp_reason li:nth-child(even) {
    flex-flow: row-reverse;
  }
  .lp_reason li:nth-child(even) .img:before {
    left: 15rem;
  }
  .lp_reason li:nth-child(odd) .img:before {
    right: 15rem;
  }
  .lp_reason li .img {
    width: 36rem;
  }
  .lp_reason li dl {
    width: 50rem;
  }
}

.lp_reason .img {
  position: relative;
}

.lp_reason .img img {
  width: 100%;
  border-radius: 1rem;
}

.lp_reason .img:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 50vw;
  height: calc(100% + 4rem);
  background: url(../images/japanese-doll2/bg_pattern01.jpg) center top/32rem;
}

@media screen and (max-width: 767px) {
  .lp_reason .img:before {
    width: 100vw;
    left: -4rem;
  }
}

.lp_reason .img i {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.615em;
  font-size: 2.8rem;
  line-height: 3.33;
  width: 3.33em;
  color: var(--yellow);
  text-align: center;
}

.lp_reason .img i.bg {
  background: url(../images/japanese-doll2/bg_circle.svg) no-repeat 50%/contain;
  mix-blend-mode: multiply;
  height: 3.33em;
}

.lp_reason dt {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .lp_reason dt {
    text-align: center;
    font-size: 3rem;
    margin-top: 4rem;
  }
}

.lp_reason dt small {
  font-size: 2.4rem;
}

.lp_reason dd {
  font-size: 1.6rem;
  line-height: 2;
  color: var(--first);
}

@media screen and (max-width: 767px) {
  .lp_reason dd {
    text-align: center;
    font-size: 2rem;
  }
}

.lp_valuator {
  padding: 7rem 0 8.5rem;
  background: url(../images/japanese-doll2/sec_bg03.jpg) no-repeat center top/100%;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .lp_valuator {
    background-size: 140rem;
  }
}

@media screen and (max-width: 767px) {
  .lp_valuator {
    background-image: url(../images/japanese-doll2/sec_bg03_sp.jpg);
  }
}

.lp_valuator .lp_ttl img {
  display: block;
  margin: 0 auto;
  width: 38.6rem;
}

@media screen and (max-width: 767px) {
  .lp_valuator .lp_ttl img {
    width: 40rem;
  }
}

.lp_valuator li img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .lp_valuator .lp_inner {
    width: 100rem;
  }
  .lp_valuator ul {
    display: flex;
    justify-content: space-between;
  }
  .lp_valuator li {
    width: 30rem;
  }
}

@media screen and (max-width: 767px) {
  .lp_valuator .slick-slide {
    width: 44rem;
    margin: 0 3.4rem;
  }
}

.lp_valuator .name {
  font-size: 3.2rem;
  position: relative;
  line-height: 1;
  font-weight: bold;
  margin: 2.4rem 0 2.2rem;
  padding-left: 3.4em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp_valuator .name {
    font-size: 4rem;
    margin: 3rem 0 2.5rem;
  }
}

.lp_valuator .name b {
  color: var(--third);
  font-size: 1.6rem;
  position: absolute;
  left: 1em;
  top: .5em;
}

@media screen and (max-width: 767px) {
  .lp_valuator .name b {
    font-size: 2rem;
    left: 2em;
    top: .6em;
  }
}

.lp_valuator .name i {
  color: var(--third);
  font-weight: normal;
  font-size: 1.4rem;
  display: block;
  margin-top: .5em;
}

@media screen and (max-width: 767px) {
  .lp_valuator .name i {
    font-size: 1.8rem;
  }
}

.lp_valuator .c_line {
  width: calc(100% - 3.8rem);
}

.lp_valuator .c_line:before, .lp_valuator .c_line:after {
  width: 1rem;
  height: 1rem;
  top: -.5rem;
  border-radius: .2rem;
}

.lp_valuator .c_line:before {
  left: -1.75rem;
}

.lp_valuator .c_line:after {
  right: -1.75rem;
}

.lp_valuator .box {
  padding: 2.5rem 1.5rem;
}

@media screen and (max-width: 767px) {
  .lp_valuator .box {
    padding: 3rem 2rem;
  }
}

.lp_valuator .box p {
  font-size: 1.6rem;
  line-height: 2;
  color: var(--first);
}

.lp_valuator .box p + p {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .lp_valuator .box p {
    font-size: 2rem;
  }
}

.lp_flow {
  background: #F8F6EF;
  padding: 8rem 0 8rem;
}

.lp_flow li {
  padding: 3.2rem 4.5rem;
  position: relative;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(103, 76, 18, 0.15);
}

.lp_flow li + li {
  margin-top: 5.7rem;
}

@media screen and (max-width: 767px) {
  .lp_flow li + li {
    margin-top: 6.6rem;
  }
}

.lp_flow li + li:before {
  content: '';
  background: url(../images/japanese-doll2/arrow_down01.svg) no-repeat 50%/contain;
  height: 3.2rem;
  width: 100%;
  position: absolute;
  top: -4.4rem;
  left: 0;
}

@media screen and (max-width: 767px) {
  .lp_flow li + li:before {
    height: 5rem;
    top: -5.8rem;
  }
}

@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/japanese-doll2/bg_circle.svg) no-repeat 50%/contain;
  line-height: 2.27;
  width: 2.27em;
  color: var(--yellow);
  text-align: center;
  display: block;
}

@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(--first);
}

@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 li {
    padding: 3.5rem 4.5rem 0;
    border-radius: 1rem;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(103, 76, 18, 0.15);
  }
}

@media screen and (max-width: 767px) {
  .lp_voice .slick-slide {
    width: 44rem;
    margin: 0 3.4rem;
    padding: 4rem 5rem 0;
    border-radius: 1rem;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(103, 76, 18, 0.15);
  }
  .lp_voice .slick-arrow {
    height: 100%;
  }
  .lp_voice .slick-list {
    overflow: visible;
  }
}

.lp_voice dt {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 1em 0 .8em;
}

@media screen and (max-width: 767px) {
  .lp_voice dt {
    font-size: 2.8rem;
  }
}

.lp_voice dd {
  background: url(../images/japanese-doll2/bg_pattern01.jpg) center top/32rem;
  padding: 3.5rem 4.5rem;
  margin: 0 -4.5rem;
  font-size: 1.6rem;
  line-height: 2;
  color: var(--first);
}

@media screen and (max-width: 767px) {
  .lp_voice dd {
    font-size: 2rem;
    padding: 3.5rem 5rem;
    margin: 0 -5rem;
  }
}

.lp_voice .img {
  position: relative;
}

.lp_voice .img imt {
  width: 100%;
  border-radius: 1rem;
}

.lp_voice .img i {
  position: absolute;
  font-size: 1.6rem;
  width: 5em;
  height: 5em;
  text-align: center;
  color: var(--yellow);
  right: 1rem;
  bottom: 1rem;
  line-height: 1.125;
  padding-top: 1.4em;
}

@media screen and (max-width: 767px) {
  .lp_voice .img i {
    font-size: 2rem;
  }
}

.lp_voice .img i.bg {
  background: url(../images/japanese-doll2/bg_circle.svg) no-repeat 50%/contain;
  mix-blend-mode: multiply;
}

@media screen and (min-width: 768px) {
  .lp_voice ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    align-items: flex-start;
  }
  .lp_voice li {
    width: calc(50% - 2rem);
  }
}

.lp_faq {
  padding-bottom: 11rem;
}

@media screen and (max-width: 767px) {
  .lp_faq {
    padding-bottom: 6rem;
  }
}

.lp_faq dl {
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(103, 76, 18, 0.15);
  margin-bottom: 3rem;
  padding: 2.5rem 5rem;
}

@media screen and (max-width: 767px) {
  .lp_faq dl {
    margin: 0 -2rem 2rem;
    padding: 3rem 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/japanese-doll2/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%);
  background: url(../images/japanese-doll2/bg_circle.svg) no-repeat 50%/contain;
  color: var(--yellow);
  width: 1.92em;
  text-align: center;
  line-height: 1.92;
  font-family: 'Klee One', cursive;
  font-weight: 600;
}

.lp_faq dt.open {
  background-image: url(../images/japanese-doll2/ico_minus.svg);
}

.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(--first);
  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 .head img {
  position: absolute;
  left: 4.8rem;
  top: 1rem;
  width: 18.6rem;
}

@media screen and (max-width: 767px) {
  .lp_area .head img {
    width: 16.5rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3.5rem;
  }
}

.lp_area .head p {
  font-size: 1.6rem;
  line-height: 2;
  color: var(--first);
}

@media screen and (max-width: 767px) {
  .lp_area .head p {
    text-align: center;
    font-size: 2rem;
  }
}

.lp_area .head p em {
  color: var(--red);
}

@media screen and (min-width: 768px) {
  .lp_area .head {
    padding-left: 26.4rem;
  }
  .lp_area .head .lp_ttl {
    text-align: left;
  }
}

.lp_area dl {
  background: #F8F6EF;
  border-radius: 1rem;
  padding: 3.5rem 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(--second);
  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-wrap: wrap;
  }
  .lp_area dd p {
    width: 50%;
  }
}

.lp_area dd p {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1.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(--third);
  text-align: center;
  width: 4.5em;
  margin-right: .8em;
  display: inline-block;
  line-height: 2.11;
}

.lp_other {
  padding: 7rem 0 11rem;
  background: url(../images/japanese-doll2/sec_bg03.jpg) no-repeat center top/100%;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .lp_other {
    background-size: 140rem;
  }
}

@media screen and (max-width: 767px) {
  .lp_other {
    padding: 7rem 0 10rem;
    background-image: url(../images/japanese-doll2/sec_bg03_sp.jpg);
  }
}

.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: 2rem;
  line-height: 2.4;
}

@media screen and (max-width: 767px) {
  .lp_other .ttl {
    font-size: 2.4rem;
  }
}

.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 #F8F6EF inset;
}

.lp_form textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #F8F6EF inset;
}

.lp_form input[readonly], .lp_form textarea[readonly], .lp_form select[readonly] {
  border: none !important;
  background: #fff;
}

.lp_form .head {
  padding: 5.5rem 0;
  margin-bottom: 5rem;
}

.lp_form .head p {
  font-size: 1.6rem;
  line-height: 2;
  color: var(--first);
}

@media screen and (max-width: 767px) {
  .lp_form .head p {
    font-size: 2rem;
  }
}

.lp_form .head p em {
  color: var(--red);
}

@media screen and (min-width: 768px) {
  .lp_form .head .lead {
    width: 72rem;
  }
}

@media screen and (max-width: 767px) {
  .lp_form .head {
    margin-bottom: 6rem;
  }
  .lp_form .head .lead {
    width: 34rem;
    position: relative;
    z-index: 1;
  }
}

.lp_form .ttl {
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
  line-height: 1;
  position: relative;
}

.lp_form .ttl em {
  color: var(--third);
}

.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;
  box-shadow: 0px 0px 10px rgba(103, 76, 18, 0.15);
  border-radius: 1rem;
  padding: 3rem 5rem;
  margin-top: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .lp_form .tel {
    text-align: center;
    padding: 4rem 6rem 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .lp_form .tel {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.lp_form .tel p {
  color: var(--tel-accent);
}

.lp_form .tel .a {
  font-size: 2.6rem;
  background: url(../images/japanese-doll2/ico_tel03.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;
}

.lp_form .tel .b {
  font-size: 4.6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .lp_form .tel .b {
    font-size: 5rem;
    margin: .4em 0 .3em;
    display: none;
  }
}

.lp_form .tel .c {
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--third);
}

@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: block;
    background: linear-gradient(#f2b34f 0%, #ba5006 100%);
    box-shadow: 0px 5px 0px #723500; */
    border-radius: 5em;
    line-height: 10rem;
    color: #fff;
    font-size: 3rem;
    /* margin-top: 3rem; */
  }
  .lp_form .tel a small {
    font-size: 2.2rem;
  }
  .lp_form .tel a img {
    /* width: 2.4rem;
    margin-right: 1em; */
  }
  .lp_form .tel a.tel {
    padding: 0;
  }
}

.lp_form .img {
  position: absolute;
  right: 2.5rem;
  transform: translateY(-100%);
  width: 13.3rem;
  top: 0;
}

@media screen and (max-width: 767px) {
  .lp_form .img {
    width: 24.9rem;
    right: -1rem;
  }
}

.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: 1.8rem;
  }
}

.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: #F8F6EF;
  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: #DBC79C;
}

.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: #DBC79C;
}

.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: #DBC79C;
}

.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%;
  }
}

.lp_form .btn {
  text-align: center;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .lp_form .btn {
    margin-top: 3rem;
  }
}

.lp_form .btn button {
  background: linear-gradient(135deg, #33ED33 0%, #1DCC1D 100%);
  cursor: pointer;
  border: 4px solid #ffffff;
  font-weight: bold;
  border-radius: 3em;
  color: #fff;
  font-size: 3rem;
  line-height: 10rem;
  width: 50rem;
  max-width: 100%;
  font-family: inherit;
  box-shadow: 0px 5px 10px rgba(51, 51, 51, 0.3);
  transition: all 0.3s ease;
}

.lp_form .btn button:hover {
  opacity: .5;
}

@media screen and (max-width: 767px) {
  .lp_form .btn button {
    font-size: 3.4rem;
    width: 100%;
  }
}

.lp_form .btn button:after {
  content: '';
  background: url(../images/japanese-doll2/arrow_right.png) no-repeat 50%/contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-left: 1em;
  vertical-align: -.2em;
}

.lp_form .btn i {
  font-size: .785em;
}

.banner_margin {
  margin-top: -10px;
  padding-top: 0rem;
}

@media screen and (max-width: 767px) {
  .banner_margin2 {
    margin-top: -5px;
    padding-top: 1rem;
  }
}


/* .swiper-container {
  background-color: white;
} */

.swiper-button-prev,
.swiper-button-next {
  width: 35px;
  height: 35px;
}

.swiper-button-prev {
  background: url(../images/coyash-231121-01/arrow-left.png) no-repeat center center / contain;
}

.swiper-button-prev::after {
  content: "";
}

.swiper-button-next {
  background: url(../images/coyash-231121-01/arrow-right.png) no-repeat center center / contain;
}

.swiper-button-next::after {
  content: "";
}

.swiper-button-prev {
  left: 3%;
}

.swiper-button-next {
  right: 3%;
}

.swiper-pagination {
  bottom: -7% !important;
}
.swiper-pagination-bullet{
  height: 2rem;
  width: 2rem;
  border: solid 1px;
  border-color: #84531A;
  background: white;
  background-color: white;
}
.swiper-pagination-bullet-active {
  background-color: #ca9837;
}

.swiper-slide {
  text-align: center;
}

.scrollHint {
  position: relative;
  margin-bottom: 18px;
}
.scrollHint .finger {
  width: 120px;
  height: 80px;
  background: rgba(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
}

.scrollHint .finger img {
  height: 45px;
  margin-top: 5px;
  width: 35px
}

.scrollHint .finger .active {
  animation: anim 1s;
  animation-iteration-count: 100
}

.scrollHint .finger span {
  font-size: 10px;
  color: #fff
}

@keyframes anim {
  0% {
    transform: translateX(30px);
    opacity: 1
  }

  100% {
    transform: translateX(-30px);
    opacity: 0
  }
}

.scrollHint .fadeout {
  animation: fadeOut 3.5s;
  animation-fill-mode: both
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

/*# 20260303 */
.caution_desc {
    width: 86%;
    margin: 0 auto;
    padding: 0 5em 3em;
    font-size: .6em;
}

@media screen and (max-width: 767px) {
  .caution_desc {
    padding: 0 0 1em;
    font-size: .8em;
  }
}


/*# sourceMappingURL=japanese-doll2.css.map */