@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@500&family=Noto+Serif+JP:wght@600;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #342d34;
  text-size-adjust: 100%;
  background: #fff;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 4vw;
  }
}
.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.lpWrap {
  overflow: hidden;
  background-color: #fff;
  text-align: left;
}
.lpWrap > section {
  position: relative;
}
.lpWrap p {
  line-height: 1.7;
}
.lpWrap .inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.lpWrap .ib {
  display: inline-block;
}
.lpWrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline;
  vertical-align: bottom;
}
.lpWrap .maker {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.7em, #fff), color-stop(0.7em, transparent));
  background-image: linear-gradient(to top, #fff 0.7em, transparent 0.7em);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: 1s;
  transition-delay: 0.7s;
}
.lpWrap .maker.anim {
  background-size: 100% 100%;
}
.lpWrap .bebas {
  font-family: "Bebas Neue", cursive;
}
.lpWrap .kerning {
  font-feature-settings: "palt" 1;
}
.lpWrap .main-color {
  color: #bf5d50;
}
.lpWrap .sub-color {
  color: #e7b4a5;
}
.lpWrap .title01 {
  font-family: "Noto Serif JP", serif;
  font-size: min(7vw, 60px);
  font-weight: 600;
  text-align: center;
}
.lpWrap .title01 .txt01 {
  display: block;
  margin-bottom: 10px;
}
.lpWrap .title01 .txt01 span {
  position: relative;
}
.lpWrap .title01 .txt01 span::before, .lpWrap .title01 .txt01 span::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 62px;
  background: #342d34;
  bottom: -2px;
}
.lpWrap .title01 .txt01 span::before {
  left: -30px;
  transform: rotate(-30deg);
}
.lpWrap .title01 .txt01 span::after {
  right: -30px;
  transform: rotate(30deg);
}
.lpWrap .pageTop {
  position: fixed;
  z-index: 10;
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 0;
  transition: 0.3s;
  transform: translateY(200%);
}
.lpWrap .pageTop.fixed {
  transform: none;
}
.lpWrap .header {
  color: #fff;
}
@media (max-width: 1200px) {
  .lpWrap .header .cam_txt {
    font-size: 14px;
  }
}
.lpWrap .header_pc {
  background-color: #e7b4a5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
  transition: 0.3s;
  transform: translateY(-120%);
}
.lpWrap .header_pc.fixed {
  transform: none;
}
.lpWrap .header_pc .inner {
  padding-top: 30px;
  height: 120px;
}
@media (max-width: 1200px) {
  .lpWrap .header_pc .inner {
    padding-top: 16px;
  }
}
.lpWrap .header_pc_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 10px;
  max-width: 650px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .lpWrap .header_pc_list {
    max-width: 380px;
  }
}
@media (max-width: 1200px) {
  .lpWrap .header_pc_list_item {
    width: 175px;
  }
}
.lpWrap .header_pc_list_item a {
  display: block;
  background-color: #bf5d50;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  height: 1.46em;
  line-height: 1.3;
  padding-left: 1.86em;
  padding-right: 0.8em;
  position: relative;
}
@media (max-width: 1200px) {
  .lpWrap .header_pc_list_item a {
    font-size: 20px;
  }
}
.lpWrap .header_pc_list_item a::before {
  content: "";
  background: url(../img/icon-tel-w.svg) no-repeat center center/contain;
  width: 0.77em;
  height: 1.16em;
  position: absolute;
  top: 0.19em;
  left: 0.77em;
}
.lpWrap .header_pc_txt {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
.lpWrap .header_pc_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 161px;
  height: 120px;
  transform: translateX(372px);
}
.lpWrap .header_sp.fixed {
  transform: none;
}
.lpWrap .mailBtn {
  position: fixed;
  z-index: 11;
  width: 120px;
  top: 20px;
  right: 30px;
}
.lpWrap .fixLogo {
  background: #bf5d50;
  position: fixed;
  top: 0;
  left: 30px;
  z-index: 8;
  width: 210px;
  height: 170px;
  padding-top: 46px;
}
.lpWrap .fixLogo_img {
  width: 180px;
  margin: 0 auto 15px;
}
.lpWrap .fixLogo_txt {
  font-size: 15px;
  text-align: center;
  color: #fff;
}
.lpWrap .fv {
  background: url(../img/ads_artmake_women_01.webp) no-repeat center center/cover;
  height: 650px;
}
.lpWrap .fv_head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #e7b4a5;
  color: #fff;
  padding: 22px 0 21px 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5856515373vw;
}
.lpWrap .fv_head_txt {
  font-size: min(1.75vw, 28px);
  line-height: 1;
  margin-right: 7px;
}
.lpWrap .fv_head_txt_span {
  font-weight: 700;
}
.lpWrap .fv_wrap2 {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.lpWrap .fv_head_img {
  width: 17.8623718887vw;
  max-width: 320px;
}
.lpWrap .fv_free {
  color: #bf5d50;
  background-color: #fff;
  font-size: min(3vw, 56px);
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  padding: 0 4px 4px;
}
.lpWrap .fv > .inner {
  height: 100%;
  padding-top: 220px;
  max-width: 1040px;
}
.lpWrap .fv_img1 {
  position: absolute;
  top: 0;
  left: 553px;
  width: 670px;
}
.lpWrap .fv_img1.loadingAnim {
  transition: 1s;
  transition-delay: 0.4s;
  transform: translateX(10%);
  opacity: 0;
}
.lpWrap .fv_img1.loadingAnim.anim {
  transform: none;
  opacity: 1;
}
.lpWrap .fv_img2 {
  width: 530px;
  margin-bottom: 48px;
  animation-delay: 0.2s;
}
.lpWrap .fv_list {
  display: flex;
  gap: 21px;
  margin-left: 33px;
  animation-delay: 0.4s;
}
.lpWrap .fv_list_item {
  width: 140px;
}
.lpWrap .dis {
  background: #f7ede4;
  position: relative;
}
.lpWrap .dis .inner {
  padding-top: 16px;
  padding-bottom: 8px;
}
.lpWrap .dis_box {
  display: flex;
  justify-content: center;
  align-items: end;
  padding-left: 23.3%;
}
.lpWrap .dis_box_txt1 {
  font-size: 3.2rem;
  margin-right: 24px;
  color: #bf5d50;
}
.lpWrap .dis_box_txt1 .img {
  width: 156px;
  margin-left: 6px;
  margin-right: 6px;
}
.lpWrap .dis_box_txt2 {
  font-size: 1.2rem;
  color: #4d4d4d;
  margin-bottom: 10px;
}
.lpWrap .dis_box_txt2 span {
  white-space: nowrap;
}
.lpWrap .dis_box2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(../img/dis-bg_sp.svg) no-repeat center center/cover;
  width: 50.1vw;
  padding-left: 5.3vw;
  padding-top: 1vw;
}
@media screen and (max-width: 767px) {
  .lpWrap .dis_box2 {
    padding-top: 2vw;
  }
}
.lpWrap .dis_box2__bottom {
  display: flex;
  align-items: baseline;
  margin-right: auto;
  margin-left: 40px;
}
@media (max-width: 1024px) {
  .lpWrap .dis_box2__bottom {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .dis_box2__bottom {
    margin: initial;
  }
}
.lpWrap .dis_box2_txt {
  color: #fff;
  font-size: 4vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 767px) {
  .lpWrap .dis_box2_txt {
    font-size: 2.7vw;
  }
}
.lpWrap .dis_box2_txt__sp {
  color: #e7b4a5;
  font-family: "Noto Serif JP", serif;
  background: white;
  font-size: 25px;
  line-height: 1;
  margin-right: auto;
  margin-left: 40px;
  margin-bottom: 3px;
  padding: 1.0666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .lpWrap .dis_box2_txt__sp {
    margin-left: 3.90625vw;
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .dis_box2_txt__sp {
    font-size: 4.8vw;
    width: 36.2666666667vw;
    height: 6.9333333333vw;
    margin-bottom: 1.8666666667vw;
    margin-left: 0;
  }
}
.lpWrap .dis_box2__bottom__free {
  color: white;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2vw;
  padding-left: 0.8vw;
}
.lpWrap .dis_box2_img {
  width: 39vw;
}
@media screen and (max-width: 767px) {
  .lpWrap .dis_box2_img {
    width: 36vw;
  }
}
.lpWrap .mnt {
  position: relative;
  font-weight: 600;
  background: #f9f8f4;
}
.lpWrap .mnt .inner {
  padding-top: 14px;
  padding-bottom: 20px;
}
.lpWrap .mnt .inner .txt3 {
  text-align: center;
}
.lpWrap .mnt_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% + 127px);
  right: 0;
}
.lpWrap .mnt_img img {
  object-fit: cover;
  height: 100%;
  object-position: left center;
}
.lpWrap .mnt_ttl {
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .lpWrap .mnt_ttl {
    margin-bottom: 50px;
  }
}
.lpWrap .mnt_ttl__span1 {
  font-size: 30px;
  color: #bf5e4f;
}
@media (max-width: 820px) {
  .lpWrap .mnt_ttl__span1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .mnt_ttl__span1 {
    text-align: left;
    font-size: 4.2666666667vw;
    line-height: 1.3;
    width: 66.6666666667vw;
    display: inline-block;
    margin-right: 46.6666666667vw;
    padding-left: 6.4vw;
    margin-bottom: 4.2666666667vw;
  }
}
.lpWrap .mnt_box {
  display: flex;
  justify-content: center;
  position: relative;
}
.lpWrap .mnt_box_txt1 {
  color: #fff;
  width: 105px;
  height: 105px;
  font-size: 3.2rem;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 0.45em;
  transform: rotate(-10deg);
  position: relative;
  margin-left: -30px;
  margin-right: 8px;
}
.lpWrap .mnt_box_txt1::before {
  content: "";
  position: absolute;
  background: url(../img/mnt2.webp) no-repeat center center/contain;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  animation: looprotate 20s linear infinite;
  z-index: -1;
}
.lpWrap .mnt_box_txt2 {
  font-size: 35px;
  font-weight: 900;
  line-height: 1.26;
  margin-right: 68px;
}
.lpWrap .mnt_box_txt3 {
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: end;
  padding-top: 10px;
  padding-bottom: 20px;
}
.lpWrap .mnt_box_txt3 .txt1 {
  font-size: 2.1rem;
  transform: translateY(-0.5em);
  margin-right: 6px;
}
.lpWrap .mnt_box_txt3 .img {
  width: 317px;
}
.lpWrap .mnt_box_txt3 .txt2 {
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.lpWrap .mnt_box_txt3.maker {
  background-image: linear-gradient(to top, #fff 62px, transparent 62px);
}
.lpWrap .mnt_box_img {
  width: 140px;
  position: absolute;
  z-index: -1;
  bottom: -6px;
  right: 516px;
}
.lpWrap .cam {
  background: #e7b4a5;
}
.lpWrap .cam .inner {
  padding-top: 28px;
  height: 190px;
}
.lpWrap .cam_ttl {
  color: #fff;
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
  line-height: 1;
}
.lpWrap .cam_ttl .txt {
  position: relative;
  padding: 0 28px;
}
.lpWrap .cam_ttl .txt::before, .lpWrap .cam_ttl .txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 2px;
  height: 48px;
  background-color: #fff;
}
.lpWrap .cam_ttl .txt::before {
  left: 0;
  transform: rotate(-30deg);
}
.lpWrap .cam_ttl .txt::after {
  right: 0;
  transform: rotate(30deg);
}
.lpWrap .cam_ttl .big {
  font-size: 2.5em;
}
.lpWrap .cam_list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 2px;
}
.lpWrap .cam_list_item a {
  display: block;
  background: #bf5d50;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  height: 1.54em;
  padding: 0.1em 0.77em 0 1.88em;
  text-align: center;
  position: relative;
}
.lpWrap .cam_list_item a::before {
  content: "";
  background: url(../img/icon-tel-w.svg) no-repeat center center/contain;
  width: 20px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 20px;
}
.lpWrap .cam_txt {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.lpWrap .cam_img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 254px;
  height: 190px;
  transform: translateX(419px);
}
.lpWrap .sec01 > .inner {
  padding-top: 68px;
}
.lpWrap .sec01_ttl {
  margin-bottom: 38px;
}
.lpWrap .sec01_ttl .txt1 {
  display: block;
  font-size: 2.1rem;
  margin-bottom: 9px;
}
.lpWrap .sec01_txt {
  text-align: center;
  margin-bottom: 40px;
}
.lpWrap .sec01_txt .txt {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #e7b4a5), color-stop(80%, #e7b4a5), to(transparent));
  background-image: linear-gradient(to right, transparent, #e7b4a5 20%, #e7b4a5 80%, transparent);
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #fff;
  max-width: 700px;
  width: 100%;
}
.lpWrap .sec01_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 2.2%;
  row-gap: 30px;
  margin-bottom: 110px;
}
.lpWrap .sec01_list_item {
  width: 30%;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.lpWrap .sec01_list_item .box {
  background: #f1edeb;
  padding: 22px 0 32px;
  flex: auto;
}
.lpWrap .sec01_list_item .en {
  height: 13px;
  text-align: center;
  line-height: 0;
  margin-bottom: 11px;
}
.lpWrap .sec01_list_item .en img {
  height: 100%;
  width: auto;
}
.lpWrap .sec01_list_item .ttl {
  color: #bf5d50;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.07em;
  margin-bottom: 30px;
}
.lpWrap .sec01_list_item .txt {
  font-size: 1.8rem;
  padding: 0 8.4%;
}
.lpWrap .sec01_list_item:nth-child(1) {
  animation-delay: 0s;
}
.lpWrap .sec01_list_item:nth-child(2) {
  animation-delay: 0.1s;
}
.lpWrap .sec01_list_item:nth-child(3) {
  animation-delay: 0.2s;
}
.lpWrap .sec01_list_item:nth-child(4) {
  animation-delay: 0.3s;
}
.lpWrap .sec01_list_item:nth-child(5) {
  animation-delay: 0.4s;
}
.lpWrap .sec01_list_item:nth-child(6) {
  animation-delay: 0.5s;
}
.lpWrap .sec01_box {
  background: #efefef;
  position: relative;
}
.lpWrap .sec01_box .inner {
  max-width: 988px;
  padding-top: 70px;
  overflow: hidden;
}
.lpWrap .sec01_boxUl .slick-prev,
.lpWrap .sec01_boxUl .slick-next {
  position: absolute;
  z-index: 1;
  top: 172px;
  width: 80px;
  height: 80px;
  background: url(../img/slide-arrow.svg) no-repeat center center/contain;
  cursor: pointer;
  transition: opacity 0.3s;
}
.lpWrap .sec01_boxUl .slick-prev:hover,
.lpWrap .sec01_boxUl .slick-next:hover {
  opacity: 0.7;
}
.lpWrap .sec01_boxUl .slick-prev {
  left: -117px;
  transform: scale(-1, 1);
}
.lpWrap .sec01_boxUl .slick-next {
  right: -117px;
}
.lpWrap .sec01_boxUl li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 40px;
  margin: 70px 0;
}
.lpWrap .sec01_boxUl li .img {
  position: relative;
  padding-bottom: 44px;
  margin-bottom: 36px;
  width: 47.7%;
}
.lpWrap .sec01_boxUl li .img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34px;
}
.lpWrap .sec01_boxUl li .img._1::after {
  background: url(../img/before.svg) no-repeat center center/auto 100%;
}
.lpWrap .sec01_boxUl li .img._2::after {
  background: url(../img/after.svg) no-repeat center center/auto 100%;
}
.lpWrap .sec01_boxUl li .blue {
  color: #2d9bc6;
}
.lpWrap .sec01_boxUl li .txt {
  width: 47.7%;
}
.lpWrap .sec01_boxUl li .txt_b {
  display: none !important;
  font-size: 18px;
  display: block;
  padding-left: 40px;
  position: relative;
  margin-top: 10px;
  letter-spacing: 0.07em;
}
.lpWrap .sec01_boxUl li .txt_b::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/bikkuri.svg) no-repeat center center/contain;
}
.lpWrap .sec01_boxUl li .txt._1 {
  font-size: 2.4rem;
  font-weight: 700;
}
.lpWrap .sec01_boxUl li .txt._1 .small {
  font-size: 13px;
}
.lpWrap .sec01_boxUl li .txt._2 {
  font-size: 1.2rem;
}
.lpWrap .insta {
  background: #f7ede4;
}
.lpWrap .insta .inner {
  padding-top: 70px;
  height: 400px;
}
.lpWrap .insta_box {
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.lpWrap .insta_box_logo {
  width: 52px;
  margin: 0 auto 10px;
}
.lpWrap .insta_box_txt {
  font-size: 28px;
  text-align: center;
  margin-bottom: 37px;
}
.lpWrap .insta_box_btn {
  display: flex;
  justify-content: center;
}
.lpWrap .insta_box_btn .btn {
  position: relative;
  background: #bf5d50;
  color: #fff;
  font-size: 18px;
  max-width: 340px;
  width: 100%;
  height: 64px;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lpWrap .insta_box_btn .btn::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 1px;
  background: #fff;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.lpWrap .insta_box_btn .btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  right: 21px;
  margin: auto;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-bottom: 5px solid #fff;
  transform: translateY(-50%) skew(30deg);
}
.lpWrap .insta_img {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 0;
  right: -115px;
}
.lpWrap .insta_img_img {
  position: absolute;
  width: 421px;
  height: 400px;
  top: 0;
  left: -149px;
}
.lpWrap .sec02 .inner {
  padding-top: 122px;
  padding-bottom: 117px;
  padding-left: 386px;
  max-width: 1040px;
}
.lpWrap .sec02_ttl {
  text-align: left;
  margin-bottom: 52px;
}
.lpWrap .sec02_ttl .txt1 {
  display: block;
  position: relative;
  font-size: 60px;
}
.lpWrap .sec02_ttl .txt2 {
  font-size: 40px;
  display: block;
  margin-top: -40px;
}
.lpWrap .sec02_ttl .big {
  font-size: 2.5em;
}
.lpWrap .sec02_ttl .line {
  border-bottom: 4px solid #bf5d50;
}
.lpWrap .sec02_list {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 43px;
}
.lpWrap .sec02_list_item {
  font-size: 24px;
  letter-spacing: 0.07em;
  display: flex;
  background: #f1edeb;
  padding: 10px 10px;
  border-radius: 200px;
}
.lpWrap .sec02_list_item::before {
  content: "";
  background: url(../img/check.webp) no-repeat center center/contain;
  min-width: 36px;
  height: 28px;
  margin-right: 12px;
}
.lpWrap .sec02_list_item:nth-child(1) {
  animation-delay: 0s;
}
.lpWrap .sec02_list_item:nth-child(2) {
  animation-delay: 0.1s;
}
.lpWrap .sec02_list_item:nth-child(3) {
  animation-delay: 0.2s;
}
.lpWrap .sec02_txt {
  font-size: 1.8rem;
  padding-left: 0;
}
.lpWrap .sec02_img {
  width: 820px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -235px;
}
.lpWrap .sec02_img.scrollAnim {
  transition: 1s;
  transition-delay: 0.4s;
  opacity: 0;
  transform: translateX(-10%);
}
.lpWrap .sec02_img.scrollAnim.anim {
  opacity: 1;
  transform: none;
}
.lpWrap .sec03 {
  background: #f1edeb;
}
.lpWrap .sec03 .inner {
  padding-top: 98px;
  padding-bottom: 293px;
}
.lpWrap .sec03_ttl {
  margin-bottom: 51px;
}
.lpWrap .sec03_ttl .txt1 {
  display: block;
  font-size: 2.1rem;
  margin-bottom: 11px;
}
.lpWrap .sec03_txt1 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 52px;
}
.lpWrap .sec03_list {
  display: flex;
  justify-content: space-between;
  max-width: 770px;
  margin: 0 auto 6px;
}
.lpWrap .sec03_list_item {
  width: 32.5%;
  text-align: center;
  color: #fff;
  background: #e7b4a5;
  font-size: 2.3rem;
  line-height: 1.5;
  padding: 25px 0 26px;
  border-radius: 20px;
}
.lpWrap .sec03_list_item:nth-child(1) {
  animation-delay: 0s;
}
.lpWrap .sec03_list_item:nth-child(2) {
  animation-delay: 0.1s;
}
.lpWrap .sec03_list_item:nth-child(3) {
  animation-delay: 0.2s;
}
.lpWrap .sec03_list_item .small {
  font-size: 0.57em;
}
.lpWrap .sec03_txt2 {
  font-size: 1.3rem;
  text-align: right;
  max-width: 770px;
  margin: 0 auto 52px;
  position: relative;
  z-index: 1;
}
.lpWrap .sec03_txt3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 12px;
}
.lpWrap .sec03_txt4 {
  margin-bottom: 13px;
  font-size: 36px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.lpWrap .sec03_txt5 {
  font-size: 18px;
  text-align: center;
}
.lpWrap .sec03_img1 {
  position: absolute;
  z-index: -1;
  width: 418px;
  top: 445px;
  left: -88px;
}
.lpWrap .sec03_img1.scrollAnim {
  transition: 1s;
  opacity: 0;
  transform: translateX(-10%);
}
.lpWrap .sec03_img1.scrollAnim.anim {
  opacity: 1;
  transform: none;
}
.lpWrap .sec03_img2 {
  position: absolute;
  top: 369px;
  left: -16px;
  width: 152px;
}
.lpWrap .sec03_img2.scrollAnim {
  transition: 1s;
  opacity: 0;
  transform: translateX(-10%);
}
.lpWrap .sec03_img2.scrollAnim.anim {
  opacity: 1;
  transform: none;
}
.lpWrap .sec03_img3 {
  position: absolute;
  bottom: -180px;
  left: 0;
  right: 0;
  margin: auto;
  width: 750px;
}
.lpWrap .sec04 {
  background: #ede6e6;
}
.lpWrap .sec04 .inner {
  max-width: 1146px;
  padding-top: 276px;
  padding-bottom: 292px;
}
.lpWrap .sec04_ttl {
  margin-bottom: 42px;
}
.lpWrap .sec04_tbl {
  margin-bottom: 17px;
}
.lpWrap .sec04_txt {
  font-size: 1.8rem;
  text-align: center;
}
.lpWrap .sec04_img {
  position: absolute;
  bottom: -180px;
  left: 0;
  right: 0;
  margin: auto;
  width: 750px;
}
.lpWrap .sec05 .inner {
  max-width: 1040px;
  padding-top: 276px;
  padding-bottom: 111px;
}
.lpWrap .sec05_ttl {
  margin-bottom: 63px;
}
.lpWrap .sec05_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.lpWrap .sec05_list_item {
  width: 23.5%;
  background-color: #faf9f8;
  padding-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.lpWrap .sec05_list_item .ttl {
  text-align: center;
  font-size: 21px;
  color: #fff;
  background: #e7b4a5;
  padding: 13px 0;
  margin-bottom: 20px;
}
.lpWrap .sec05_list_item .img {
  width: 76.6%;
  margin: 0 auto 14px;
}
.lpWrap .sec05_list_item .txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
.lpWrap .sec05_list_item:nth-child(1) {
  animation-delay: 0s;
}
.lpWrap .sec05_list_item:nth-child(2) {
  animation-delay: 0.1s;
}
.lpWrap .sec05_list_item:nth-child(3) {
  animation-delay: 0.2s;
}
.lpWrap .sec05_list_item:nth-child(4) {
  animation-delay: 0.3s;
}
.lpWrap .sec05_txt1 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 37px;
}
.lpWrap .sec05_txt2 {
  font-size: 18px;
  text-align: center;
}
.lpWrap .sec06 {
  background: #f0ebe7;
}
.lpWrap .sec06 .inner {
  padding-top: 102px;
  padding-bottom: 100px;
}
.lpWrap .sec06_ttl {
  margin-bottom: 90px;
}
.lpWrap .sec06_ttl .txt01 {
  margin-bottom: 19px;
}
.lpWrap .sec06_row {
  display: flex;
  justify-content: space-between;
}
.lpWrap .sec06_row_img {
  width: 49.8%;
}
.lpWrap .sec06_row_box {
  width: 47.1%;
  padding-top: 20px;
}
.lpWrap .sec06_row_box_txt1 {
  background: #fff;
  border-radius: 18px;
  padding: 23px 30px 31px;
  display: flex;
  flex-direction: column;
  margin-bottom: 23px;
}
.lpWrap .sec06_row_box_txt1 .txt1 {
  font-size: 18px;
}
.lpWrap .sec06_row_box_txt1 .txt2 {
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.lpWrap .sec06_row_box_txt1 .txt3 {
  font-size: 18px;
}
.lpWrap .sec06_row_box_txt2 {
  font-size: 18px;
  padding-left: 10px;
}
.lpWrap .sec06_img {
  position: absolute;
  z-index: -1;
  width: 652px;
  top: 0;
  right: -236px;
}
.lpWrap .sec06_img.scrollAnim {
  opacity: 0;
  transform: translateX(10%);
  transition: 1s;
}
.lpWrap .sec06_img.scrollAnim.anim {
  opacity: 1;
  transform: none;
}
.lpWrap .sec07 {
  background: #fff;
}
.lpWrap .sec07 .inner {
  padding-top: 98px;
  padding-bottom: 111px;
}
.lpWrap .sec07_ttl {
  margin-bottom: 36px;
}
.lpWrap .sec07_ttl .txt {
  font-size: 0.58em;
  display: block;
  margin-bottom: 11px;
}
.lpWrap .sec07_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 63px;
}
.lpWrap .sec07_list_item {
  width: 32.2%;
  padding: 30px 30px 41px;
  border-radius: 20px;
  background: #ede6e6;
}
.lpWrap .sec07_list_item .img {
  max-width: 280px;
  width: 100%;
  margin: 0 auto 17px;
}
.lpWrap .sec07_list_item .ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 26px;
}
.lpWrap .sec07_list_item .txt {
  font-size: 18px;
  letter-spacing: 0.07em;
}
.lpWrap .sec07_list_item:nth-child(1) {
  animation-delay: 0s;
}
.lpWrap .sec07_list_item:nth-child(2) {
  animation-delay: 0.1s;
}
.lpWrap .sec07_list_item:nth-child(3) {
  animation-delay: 0.2s;
}
.lpWrap .sec07_txt {
  font-size: 18px;
  text-align: center;
}
.lpWrap .sec08 {
  background: #ede6e6;
  overflow: hidden;
}
.lpWrap .sec08 .inner {
  padding-top: 95px;
  padding-bottom: 125px;
}
.lpWrap .sec08_ttl {
  margin-bottom: 64px;
  color: #1a1a1a;
}
.lpWrap .sec08_img1 {
  max-width: 900px;
  margin: 0 auto 43px;
  position: relative;
}
.lpWrap .sec08_img1::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 2000px;
  background: #e7b4a5;
  top: 30px;
  right: 180px;
}
.lpWrap .sec08_txt1 {
  text-align: center;
  font-size: 18px;
  position: relative;
  z-index: 1;
  margin-bottom: 6px;
}
.lpWrap .sec08_txt2 {
  text-align: center;
  font-weight: 900;
  font-size: 5rem;
  line-height: 1.4;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}
.lpWrap .sec08_txt2 .small {
  font-size: 0.8em;
}
.lpWrap .sec08_txt3 {
  text-align: center;
  font-size: 18px;
}
.lpWrap .sec08_img2 {
  width: 270px;
  position: absolute;
  bottom: 0;
  right: -9px;
}
.lpWrap .sec08_img2.scrollAnim {
  transition: 1s;
  opacity: 0;
  transform: translateX(10%);
}
.lpWrap .sec08_img2.scrollAnim.anim {
  opacity: 1;
  transform: none;
}
.lpWrap .sec08_bg1 {
  position: absolute;
  z-index: -1;
  width: 682px;
  top: -30px;
  left: -258px;
}
.lpWrap .sec08_bg1.scrollAnim {
  opacity: 0;
  transform: translateX(-10%);
  transition: 0.6s;
  transition-delay: 0.5s;
}
.lpWrap .sec08_bg1.scrollAnim.anim {
  opacity: 1;
  transform: none;
}
.lpWrap .sec08_bg2 {
  position: absolute;
  z-index: -1;
  width: 664px;
  top: -335px;
  right: -88px;
}
.lpWrap .sec08_bg2.scrollAnim {
  opacity: 0;
  transform: translateX(10%);
  transition: 0.6s;
  transition-delay: 0.5s;
}
.lpWrap .sec08_bg2.scrollAnim.anim {
  opacity: 1;
  transform: none;
}
.lpWrap .sec09 .inner {
  max-width: none;
  padding: 63px 0 0;
  background: #f1dbd6;
}
.lpWrap .sec09_ttl {
  margin-bottom: 74px;
}
.lpWrap .sec09_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
}
.lpWrap .sec09_list_item {
  width: calc(20% - 10px);
  background: #f1dbd6;
  margin-bottom: 60px;
}
.lpWrap .sec09_list_item:nth-child(1) {
  animation-delay: 0s;
}
.lpWrap .sec09_list_item:nth-child(2) {
  animation-delay: 0.1s;
}
.lpWrap .sec09_list_item:nth-child(3) {
  animation-delay: 0.2s;
}
.lpWrap .sec09_list_item:nth-child(4) {
  animation-delay: 0.3s;
}
.lpWrap .sec09_list_item:nth-child(5) {
  animation-delay: 0.4s;
}
.lpWrap .sec09_list_item:nth-child(6) {
  animation-delay: 0.5s;
}
.lpWrap .sec09_list_item:nth-child(7) {
  animation-delay: 0.6s;
}
.lpWrap .sec09_list_item:nth-child(8) {
  animation-delay: 0.7s;
}
.lpWrap .sec09_list_item:nth-child(9) {
  animation-delay: 0.8s;
}
.lpWrap .sec09_list_item:nth-child(10) {
  animation-delay: 0.9s;
}
.lpWrap .sec09_list_item .img {
  max-width: 250px;
  width: 90%;
  margin: 0 auto 9px;
}
.lpWrap .sec09_list_item p {
  line-height: 1;
  scale: 0.8;
}
.lpWrap .sec09_list_item .txt1 {
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 15px;
  letter-spacing: 0.07em;
}
.lpWrap .sec09_list_item .txt1_img {
  height: 43px;
  position: absolute;
  z-index: -1;
  top: -6px;
  left: 0;
  right: 0;
}
.lpWrap .sec09_list_item .txt1_img img {
  height: 100%;
  width: auto;
}
.lpWrap .sec09_list_item .txt2 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 9px;
  letter-spacing: 0.07em;
}
.lpWrap .sec09_list_item .txt3 {
  text-align: center;
  color: #bf5d50;
  font-size: 1.3rem;
  letter-spacing: 0.07em;
}
.lpWrap .sec09_img {
  height: 380px;
  width: 100%;
  background: url(../img/ads_artmake_women_49.webp) no-repeat center center/100% auto;
  background-attachment: fixed;
}
.lpWrap .sec10 {
  background: #fcfbfa;
}
.lpWrap .sec10 .inner {
  max-width: 1066px;
  padding-top: 107px;
  padding-bottom: 112px;
}
.lpWrap .sec10 .tab-list {
  display: flex;
  gap: 2.6666666667vw;
  margin-bottom: 2.1333333333vw;
}
.lpWrap .sec10 .tab-menu {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  opacity: 0.5;
}
.lpWrap .sec10 .tab-menu.current {
  opacity: 1;
}
.lpWrap .sec10 .tab-menu:hover {
  opacity: 1;
}
.lpWrap .sec10 .content-box {
  display: none;
}
.lpWrap .sec10 .content-box img {
  display: block;
  height: auto;
  width: 100%;
}
.lpWrap .sec10_ttl {
  margin-bottom: 37px;
  font-size: 55px;
}
@media (max-width: 1100px) {
  .lpWrap .sec10_ttl {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec10_ttl {
    font-size: 6.4vw;
  }
}
.lpWrap .sec10_ttl .txt01 {
  font-size: 0.83em;
  margin-bottom: 31px;
}
.lpWrap .sec10_ttl .txt01 span::before, .lpWrap .sec10_ttl .txt01 span::after {
  width: 1px;
  bottom: -10px;
  background: #bf5d50;
}
.lpWrap .sec10_ttl__span2 {
  position: relative;
  top: -7px;
  background: #bf5d50;
  color: #fff;
  padding: 0 15px 4px 15px;
  font-size: min(3vw, 32px);
  margin-bottom: 0px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .lpWrap .sec10_ttl__span2 {
    letter-spacing: 0.4vw;
    padding: 0 2.6666666667vw 0.2666666667vw 2.6666666667vw;
    margin-left: 2.1333333333vw;
    font-size: 3.4666666667vw;
  }
}
.lpWrap .sec10_list {
  margin-top: -12px;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .lpWrap .sec10_list {
    margin-top: 2.6666666667vw;
  }
}
.lpWrap .sec10_list_item {
  display: flex;
  font-size: 18px;
  line-height: 1.7;
}
.lpWrap .sec10_list_item::before {
  content: "";
  min-width: 0.8em;
  width: 0.8em;
  height: 0.8em;
  background: #1a1a1a;
  border-radius: 50%;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .lpWrap .sec10_list_item::before {
    margin-top: 0.2em;
  }
}
.lpWrap .sec10_list_item__span__red {
  color: #be001e;
}
.lpWrap .sec10_tbl {
  border-collapse: separate;
  border-spacing: 8px;
  max-width: 1016px;
  width: 100%;
  margin: 0 auto 5px;
  position: relative;
}
.lpWrap .sec10_tbl::after {
  content: "";
  position: absolute;
  top: 43px;
  right: 89px;
  width: 120px;
  height: 100px;
  background: url(../img/maru.webp) center/cover no-repeat;
}
@media (max-width: 1080px) {
  .lpWrap .sec10_tbl::after {
    right: 6.4814814815vw;
  }
}
@media (max-width: 900px) {
  .lpWrap .sec10_tbl::after {
    right: 4.4444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec10_tbl::after {
    top: 4.5333333333vw;
    right: -1.3333333333vw;
    width: 18.6666666667vw;
    height: 15.4666666667vw;
  }
}
.lpWrap .sec10_tbl th,
.lpWrap .sec10_tbl td {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 3.33;
  width: 50%;
}
.lpWrap .sec10_tbl thead th {
  background: #898f93;
  color: #fff;
}
.lpWrap .sec10_tbl tbody tr:nth-child(odd) th,
.lpWrap .sec10_tbl tbody tr:nth-child(odd) td {
  background: #fff;
}
.lpWrap .sec10_tbl tbody tr:nth-child(even) th,
.lpWrap .sec10_tbl tbody tr:nth-child(even) td {
  background: #eee;
}
.lpWrap .sec10_txt {
  font-size: 1.8rem;
}
.lpWrap .faq .inner {
  max-width: 1040px;
  padding-top: 96px;
  padding-bottom: 100px;
}
.lpWrap .faq_ttl {
  margin-bottom: 62px;
}
.lpWrap .faq_list_item:not(:last-child) {
  margin-bottom: 20px;
}
.lpWrap .faq_list_item_q,
.lpWrap .faq_list_item_a {
  position: relative;
  padding-left: 136px;
}
.lpWrap .faq_list_item_q::before,
.lpWrap .faq_list_item_a::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 80px;
  top: 20px;
  left: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.lpWrap .faq_list_item_q {
  background-color: #fcfbfa;
  height: 120px;
  display: flex;
  align-items: center;
  background-image: url(../img/plus.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 80px 80px;
  cursor: pointer;
  padding-right: 120px;
}
.lpWrap .faq_list_item_q::before {
  background-image: url(../img/q.svg);
}
.lpWrap .faq_list_item_q.open {
  background-image: url(../img/minus.svg);
}
.lpWrap .faq_list_item_q_txt {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1.7;
}
.lpWrap .faq_list_item_a {
  background-color: #fff;
  padding-top: 42px;
  padding-bottom: 42px;
  padding-right: 50px;
}
.lpWrap .faq_list_item_a::before {
  background-image: url(../img/a.svg);
}
.lpWrap .faq_list_item_a_txt {
  font-size: 18px;
  line-height: 1.7;
}
.lpWrap .secTel {
  background: #f3efec;
}
.lpWrap .secTel .inner {
  max-width: 946px;
  padding-top: 96px;
  padding-bottom: 100px;
}
.lpWrap .secTel_ttl {
  margin-bottom: 63px;
}
.lpWrap .secTel_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lpWrap .secTel_list_item {
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;
  background: #fff;
  border-radius: 16px;
}
.lpWrap .secTel_list_item .img {
  overflow: hidden;
  border-radius: 20px;
  width: 33%;
  max-width: 250px;
  height: 178px;
}
.lpWrap .secTel_list_item .img img {
  object-fit: cover;
  height: 100%;
}
.lpWrap .secTel_list_item .box {
  width: 63%;
  padding-top: 20px;
}
.lpWrap .secTel_list_item .logo {
  height: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  margin-bottom: 40px;
}
.lpWrap .secTel_list_item .logo img {
  height: 100%;
  width: auto;
}
.lpWrap .secTel_list_item .logo .txt {
  font-size: 16px;
  position: absolute;
  top: 36px;
  left: 4px;
}
.lpWrap .secTel_list_item .add {
  display: flex;
  height: 56px;
  line-height: 1.5;
}
.lpWrap .secTel_list_item .add::before {
  content: "";
  width: 20px;
  height: 30px;
  background: url(../img/icon-add.svg) no-repeat center center/contain;
  margin-right: 11px;
}
.lpWrap .secTel_list_item .secTel_list_item_annotation {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .lpWrap .secTel_list_item .secTel_list_item_annotation {
    font-size: 2.7vw;
  }
}
.lpWrap .secTel_list_item .tel {
  display: flex;
  font-family: "Bebas Neue", cursive;
  color: #2a2e31;
  font-size: 30px;
}
.lpWrap .secTel_list_item .tel::before {
  content: "";
  width: 26px;
  height: 30px;
  background: url(../img/icon-tel.svg) no-repeat center center/contain;
  margin-right: 8px;
}
.lpWrap .secTel_list_item .btn {
  display: block;
  background: #2d9bc6;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 100px;
  line-height: 50px;
  text-align: center;
  position: relative;
}
.lpWrap .secTel_list_item .btn::before {
  content: "";
  position: absolute;
  width: 37px;
  height: 7px;
  background: url(../img/arrow.svg) no-repeat center center/contain;
  top: 18px;
  right: 33px;
}
.lpWrap .contact {
  background: #f7ede4;
}
.lpWrap .contact .inner {
  padding-top: 96px;
  padding-bottom: 24px;
}
.lpWrap .contact_ttl {
  margin-bottom: 16px;
}
.lpWrap .contact_txt {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
}
.lpWrap .txt_date {
  font-weight: 700;
  color: #be001e;
}
.lpWrap .contact_body {
  padding: 50px 20px 63px;
  background: #fff;
  margin-bottom: 37px;
}
.lpWrap .contact_form {
  font-size: 16px;
  line-height: 2;
  max-width: 960px;
  margin: 0 auto;
  /* フォーカスされた時のスタイルを設定 */
}
.lpWrap .contact_form dl {
  display: flex;
  border-bottom: 1px solid #999;
}
.lpWrap .contact_form dl:nth-child(1) {
  border-top: 1px solid #999;
}
.lpWrap .contact_form dt {
  width: 33.3%;
  padding: 30px;
  background: #fdfdfd;
  font-weight: 500;
}
.lpWrap .contact_form dt .required {
  color: #fff;
  background: #be001e;
  display: inline-block;
  font-style: normal;
  margin-left: 12px;
  font-size: 1.3rem;
  padding: 0 0.7em;
  line-height: 1.54;
  border-radius: 2px;
}
.lpWrap .contact_form dt .optional {
  display: none;
}
.lpWrap .contact_form dd {
  width: 66.67%;
  padding: 40px 30px;
}
.lpWrap .contact_form input[type=text], .lpWrap .contact_form input[type=tel], .lpWrap .contact_form input[type=email], .lpWrap .contact_form input[type=date], .lpWrap .contact_form input[type=time] {
  width: 100%;
  max-width: 100%;
  border: 1px solid #898f93;
  background-color: #fff;
  padding: 1.15em;
  line-height: 1.2;
}
.lpWrap .contact_form select,
.lpWrap .contact_form textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #898f93;
  background-color: #fff;
  padding: 1.15em;
  line-height: 1.2;
}
.lpWrap .contact_form input[type=text]::-webkit-input-placeholder, .lpWrap .contact_form input[type=tel]::-webkit-input-placeholder, .lpWrap .contact_form input[type=email]::-webkit-input-placeholder, .lpWrap .contact_form input[type=date]::-webkit-input-placeholder, .lpWrap .contact_form input[type=time]::-webkit-input-placeholder {
  color: #898f93;
}
.lpWrap .contact_form select::-webkit-input-placeholder,
.lpWrap .contact_form textarea::-webkit-input-placeholder {
  color: #898f93;
}
.lpWrap .contact_form input[type=text]::-moz-placeholder, .lpWrap .contact_form input[type=tel]::-moz-placeholder, .lpWrap .contact_form input[type=email]::-moz-placeholder, .lpWrap .contact_form input[type=date]::-moz-placeholder, .lpWrap .contact_form input[type=time]::-moz-placeholder {
  color: #898f93;
}
.lpWrap .contact_form select::-moz-placeholder,
.lpWrap .contact_form textarea::-moz-placeholder {
  color: #898f93;
}
.lpWrap .contact_form input[type=text]:-ms-input-placeholder, .lpWrap .contact_form input[type=tel]:-ms-input-placeholder, .lpWrap .contact_form input[type=email]:-ms-input-placeholder, .lpWrap .contact_form input[type=date]:-ms-input-placeholder, .lpWrap .contact_form input[type=time]:-ms-input-placeholder {
  color: #898f93;
}
.lpWrap .contact_form select:-ms-input-placeholder,
.lpWrap .contact_form textarea:-ms-input-placeholder {
  color: #898f93;
}
.lpWrap .contact_form input[type=text]::-ms-input-placeholder, .lpWrap .contact_form input[type=tel]::-ms-input-placeholder, .lpWrap .contact_form input[type=email]::-ms-input-placeholder, .lpWrap .contact_form input[type=date]::-ms-input-placeholder, .lpWrap .contact_form input[type=time]::-ms-input-placeholder {
  color: #898f93;
}
.lpWrap .contact_form select::-ms-input-placeholder,
.lpWrap .contact_form textarea::-ms-input-placeholder {
  color: #898f93;
}
.lpWrap .contact_form input[type=text]::placeholder, .lpWrap .contact_form input[type=tel]::placeholder, .lpWrap .contact_form input[type=email]::placeholder, .lpWrap .contact_form input[type=date]::placeholder, .lpWrap .contact_form input[type=time]::placeholder {
  color: #898f93;
}
.lpWrap .contact_form select::placeholder,
.lpWrap .contact_form textarea::placeholder {
  color: #898f93;
}
.lpWrap .contact_form label {
  font-size: 1.8rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.lpWrap .contact_form input[type=radio] {
  margin-right: 0.5em;
}
.lpWrap .contact_form textarea {
  height: 200px;
}
.lpWrap .contact_form_check {
  text-align: center;
  margin: 36px 0 19px;
}
.lpWrap .contact_form_check input[type=checkbox] {
  margin-right: 10px;
}
.lpWrap .contact_form_check dt {
  display: none;
}
.lpWrap .contact_form_check a {
  text-decoration: underline;
  transition: 0.3s;
}
.lpWrap .contact_form_check a:hover {
  opacity: 0.6;
}
.lpWrap .contact_form_submit input {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 340px;
  width: 100%;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  background: #bf5d50;
  color: #fff;
  transition: 0.3s;
  height: 64px;
  margin: 0 auto;
  border-radius: 200px;
}
.lpWrap .contact_form_submit input[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.lpWrap .contact_form .error_blank,
.lpWrap .contact_form .error_format,
.lpWrap .contact_form .error_match {
  display: block;
  color: #ff0000;
  margin-top: 5px;
}
.lpWrap .contact_form input:focus,
.lpWrap .contact_form textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.lpWrap .contact_form_txt {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  margin: 32px 0 36px;
}
.lpWrap .contact_form_txt a {
  text-decoration: underline;
  transition: 0.3s;
}
.lpWrap .contact_form_txt a:hover {
  opacity: 0.6;
}
.lpWrap .contact_form .raiin_sch {
  margin-bottom: 20px;
}
.lpWrap .contact_form .raiin_sch_tbl {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.2;
  background: #fff;
  margin-top: -18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.lpWrap .contact_form .raiin_sch_tbl tr {
  border-bottom: 1px solid #cbcbcb;
}
.lpWrap .contact_form .raiin_sch_tbl td {
  width: 59px;
  position: relative;
}
.lpWrap .contact_form .raiin_sch_tbl td span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  font-size: 1.1rem;
}
.lpWrap .contact_form .raiin_sch_tbl thead th,
.lpWrap .contact_form .raiin_sch_tbl thead td {
  height: 48px;
  vertical-align: middle;
  text-align: center;
}
.lpWrap .contact_form .raiin_sch_tbl tbody th,
.lpWrap .contact_form .raiin_sch_tbl tbody td {
  height: 80px;
  vertical-align: middle;
  text-align: center;
}
.lpWrap .contact_form .raiin_sch_tbl .red {
  color: #be001e;
}
.lpWrap .contact_form .raiin_sch_tbl .blue {
  color: #0058a6;
}
.lpWrap .contact_form .raiin_sch_txt {
  font-size: 16px;
  margin-top: 16px;
}
.lpWrap .contact_form .raiin_txt1 {
  font-size: 18px;
  color: #fff;
  background: #be001e;
  text-align: center;
  padding: 4px 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 20px;
}
.lpWrap .contact_form .raiin_txt2 {
  font-size: 14px;
  line-height: 2;
}
.lpWrap .contact_form .monitor dd ul {
  display: flex;
  margin-bottom: 2em;
  gap: 50px;
}
.lpWrap .contact_form .monitor dd ul li label {
  font-weight: 700;
}
.lpWrap .contact_form .monitor dd .txt {
  font-size: 1.5rem;
}
.lpWrap .contact_form .monitor dd .txt .bold {
  font-weight: 700;
}
.lpWrap .contact_form .monitor dd .txt .blue {
  color: #e7b4a5;
}
.lpWrap .contact_form .monitor dd .txt .red {
  display: block;
  padding-left: 1em;
}
.lpWrap .contact_form .monitor dd .txt .red span {
  color: #be001e;
  border-bottom: 1px solid #be001e;
}
.lpWrap .contact_form._clinic dl {
  border-bottom: none;
}
.lpWrap .contact_form._clinic dd {
  padding-top: 29px;
  padding-bottom: 30px;
}
.lpWrap .contact_form .clinic-list {
  display: flex;
  flex-direction: column;
}
.lpWrap .contact_form .clinic-list li label {
  padding: 18px 0;
  position: relative;
  flex-wrap: wrap;
}
.lpWrap .contact_form .clinic-list li label img {
  width: auto;
  height: 24px;
}
.lpWrap .contact_form .clinic-list li label .txt {
  width: 100%;
  font-size: 16px;
  padding-left: 1.5em;
}
.lpWrap .contact_form .dl01 {
  display: flex;
  border-bottom: 1px solid #999;
}
.lpWrap .contact_form .dt01 {
  width: 33.3%;
  padding: 30px;
  background: #fdfdfd;
}
.lpWrap .contact_form .dt01 .required {
  color: #fff;
  background: #be001e;
  display: inline-block;
  font-style: normal;
  margin-left: 12px;
  font-size: 1.3rem;
  padding: 0 0.7em;
  line-height: 1.54;
  border-radius: 2px;
}
.lpWrap .contact_form .dd01 {
  width: 66.67%;
  padding: 40px 30px;
}
.lpWrap .contact_form .dd01_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 16px;
  margin-bottom: 30px;
}
.lpWrap .contact_form .dd01_box dl {
  display: block;
  border: none;
  width: 48%;
}
.lpWrap .contact_form .dd01_box dt {
  font-weight: bold;
  width: auto;
  padding: 0;
  background: none;
  margin-bottom: 0.4em;
}
.lpWrap .contact_form .dd01_box dt .required {
  display: none;
}
.lpWrap .contact_form .dd01_box dd {
  width: auto;
  padding: 0;
}
.lpWrap .contact_form .dd01_box2 {
  display: flex;
  gap: 20px;
}
.lpWrap .contact_form .dd01_box2 dl {
  border: none;
}
.lpWrap .contact_form .dd01_box2 dt {
  display: none;
}
.lpWrap .contact_form .dd01_box2 dd {
  width: auto;
  padding: 0;
}
.lpWrap .contact_form .dd01_box2 dd select {
  width: auto;
}
.lpWrap .contact_logo {
  width: 310px;
  margin: 0 auto;
}
.lpWrap .scrollAnim.fadeUp,
.lpWrap .loadingAnim.fadeUp {
  opacity: 0;
}
.lpWrap .scrollAnim.fadeUp.anim,
.lpWrap .loadingAnim.fadeUp.anim {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 1024px) {
  .lpWrap .pc-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .pc-tab {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .lpWrap .tab-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .lpWrap .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .inner {
    padding: 0 4.4vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .title01 {
    font-size: 6.4vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .title01 .txt01 {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .title01 .txt01 span::before, .lpWrap .title01 .txt01 span::after {
    width: 1px;
    height: 8.3vw;
    bottom: -0.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .title01 .txt01 span::before {
    left: -4vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .title01 .txt01 span::after {
    right: -4vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .pageTop {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .pageTop {
    width: 16vw;
    height: 16vw;
    right: 2.7vw;
    bottom: 14vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .header_pc .inner {
    padding-top: 8px;
    height: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .header_pc_list {
    gap: 4px 6px;
    max-width: 360px;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .header_pc_list_item a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .header_pc_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .header_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: 0.3s;
    transform: translateY(200%);
    background: rgba(255, 255, 255, 0.8);
    padding: 5px;
    display: flex;
    justify-content: center;
  }
  .lpWrap .header_sp a {
    display: block;
    width: 170px;
    margin: 5px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .header_sp_txt {
    font-size: 2.9vw;
    color: #fff;
    width: 69.3vw;
    background: #bf5d50;
    line-height: 1.82;
    border-radius: 0 2vw 0 0;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .header_sp_btn {
    color: #fff;
    background: #bf5d50;
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    font-size: 5.6vw;
    border-top: 1px solid #e7b4a5;
    padding: 2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .header_sp_btn::before {
    content: "";
    background: url(../img/icon-tel-w.svg) no-repeat center center/contain;
    width: 5.3vw;
    height: 8vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .mailBtn {
    width: 80px;
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .mailBtn {
    width: 18.7vw;
    height: 18.7vw;
    top: 2.7vw;
    right: 2.7vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .fixLogo {
    left: 0;
    width: 170px;
    height: 110px;
    padding-top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .fixLogo {
    width: 34.7vw;
    height: 18.7vw;
    padding-top: 2vw;
    position: absolute;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .fixLogo_img {
    width: 150px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .fixLogo_img {
    width: 26.7vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .fixLogo_txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .fixLogo_txt {
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .fv {
    background-image: url(../img/ads_artmake_women_01_sp.webp);
    height: 152vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv > .inner {
    padding-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .fv > .inner {
    padding-top: 87.2vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv_img1 {
    left: auto;
    right: -240px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_img1 {
    right: auto;
    left: 0;
    width: 100vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv_img2 {
    width: 54%;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_img2 {
    width: 82.7vw;
    margin: 0 auto 3.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv_list {
    gap: 16px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_list {
    gap: 2.7vw;
    margin: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .fv_list_item {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_list_item {
    width: 26.7vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .dis .inner {
    padding-top: 1.2vw;
    padding-bottom: 0;
    height: 19.2vw;
    max-width: none;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .dis_box {
    flex-direction: column;
    align-items: start;
    padding-left: 0;
    width: 50%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .dis_box {
    align-items: stretch;
    margin: 0;
    width: auto;
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .dis_box_txt1 {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .dis_box_txt1 {
    font-size: 4vw;
    margin-right: 1.7vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .dis_box_txt1 .txt1 {
    writing-mode: vertical-rl;
    transform: translateY(1vw);
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .dis_box_txt1 .img {
    width: 25.3vw;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .dis_box_txt2 {
    width: 375px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .dis_box_txt2 {
    padding-left: 0;
    font-size: 2.6vw;
    line-height: 1.2;
    width: 42.6666666667vw;
    margin-left: auto;
    margin-right: 1.7vw;
    text-align: left;
    padding-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .lpWrap .dis_box2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 3.125vw;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .lpWrap .dis_box2_txt {
    font-size: 15px;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 768px) {
  .lpWrap .dis_box2_img {
    width: 26.3671875vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .mnt .inner {
    padding-top: 5.6vw;
    padding-bottom: 7.2vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .mnt_img {
    left: auto;
    bottom: auto;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .mnt_img {
    width: 53.3vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .mnt_ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .mnt_ttl {
    margin: 0 -5vw 5vw;
    line-height: 1.1;
    font-size: 8.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .mnt_ttl .txt {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .mnt_ttl .txt {
    font-size: 6.9vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .mnt_box {
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .mnt_box {
    max-width: none;
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .mnt_box_txt1 {
    position: absolute;
    left: 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .mnt_box_txt1 {
    width: 21.3vw;
    height: 21.3vw;
    font-size: 6.2vw;
    top: 2vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .mnt_box_txt2 {
    margin-right: 0;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .mnt_box_txt2 {
    font-size: 4.8vw;
    margin-bottom: 5.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .mnt_box_txt3 {
    justify-content: end;
    width: 440px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .mnt_box_txt3 {
    margin-right: 2.5vw;
    width: 58vw;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .mnt_box_txt3 .txt1 {
    font-size: 2.8vw;
    margin-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .mnt_box_txt3 .img {
    width: 42.2vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .mnt_box_txt3 .txt2 {
    font-size: 2.7vw;
    right: -2.5vw;
    bottom: -5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .mnt_box_txt3.maker {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(6.4vw, #fff), color-stop(6.4vw, transparent));
    background-image: linear-gradient(to top, #fff 6.4vw, transparent 6.4vw);
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .mnt_box_img {
    right: auto;
    left: 90px;
    width: 120px;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .mnt_box_img {
    width: 18.7vw;
    left: 20vw;
    bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .cam .inner {
    padding-top: 7.3vw;
    height: 55vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .cam_ttl {
    font-size: 5.8vw;
    margin-bottom: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .cam_ttl .txt {
    padding: 0 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .cam_ttl .txt::before, .lpWrap .cam_ttl .txt::after {
    width: 1px;
    height: 7.5vw;
    bottom: 0;
    margin: auto;
  }
  .lpWrap .cam_ttl .txt::before {
    left: 0px;
    bottom: -2px;
  }
  .lpWrap .cam_ttl .txt::after {
    right: 0px;
    bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .cam_list {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .cam_list {
    width: 82.6666666667vw;
    margin: 0 auto -0.5vw;
    margin-bottom: 0.5vw;
    gap: 2.5vw 3vw;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .cam_list_item a {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .cam_list_item a {
    font-size: 4.8vw;
    width: 39vw;
    height: 12vw;
    border-radius: 2vw;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .cam_list_item a::before {
    width: 18px;
    height: 20px;
    top: 7px;
    left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .cam_list_item a::before {
    width: 4.5vw;
    height: 6vw;
    left: 6.5vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .cam_txt {
    font-size: 3.8vw;
    margin: 0 -4vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .cam_img {
    transform: translateX(270px);
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .cam_img {
    width: 64.2vw;
    height: 48vw;
    left: auto;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec01 > .inner {
    padding-top: 13vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec01_ttl {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec01_ttl .txt1 {
    font-size: 4.3vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec01_txt {
    margin: 0 -5.3vw 6.6vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec01_txt .txt {
    font-size: 4.3vw;
    display: block;
    padding: 1.2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec01_list {
    flex-direction: column;
    gap: 5.3vw;
    margin-bottom: 13.3vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec01_list_item {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec01_list_item .box {
    padding: 3.1vw 0 5.3vw;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec01_list_item .en {
    height: 3.5vw;
    margin-bottom: 2.3vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec01_list_item .ttl {
    font-size: 1.9rem;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec01_list_item .ttl {
    font-size: 6.4vw;
    margin-bottom: 4.3vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec01_list_item .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec01_list_item .txt {
    font-size: 4vw;
    padding: 0 5.3vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec01_box .inner {
    padding-top: 8vw;
    padding-bottom: 7.5vw;
  }
}
@media screen and (max-width: 1200px) {
  .lpWrap .sec01_boxUl .slick-prev,
  .lpWrap .sec01_boxUl .slick-next {
    width: 50px;
    height: 50px;
    top: 210px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec01_boxUl .slick-prev,
  .lpWrap .sec01_boxUl .slick-next {
    width: 8vw;
    height: 8vw;
    top: 37vw;
  }
}
@media screen and (max-width: 1200px) {
  .lpWrap .sec01_boxUl .slick-prev {
    left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec01_boxUl .slick-prev {
    left: -5.5vw;
  }
}
@media screen and (max-width: 1200px) {
  .lpWrap .sec01_boxUl .slick-next {
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec01_boxUl .slick-next {
    right: -5.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec01_boxUl li {
    padding: 0 5.5vw;
    margin: 30px 0 45px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec01_boxUl li .img {
    padding-bottom: 4.5vw;
    margin-bottom: 1vw;
    width: 49.2%;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec01_boxUl li .img::after {
    height: 2.9vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec01_boxUl li .txt {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec01_boxUl li .txt_b {
    font-size: 3.5vw;
    padding-left: 5.9vw;
    margin-top: 4.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec01_boxUl li .txt_b::before {
    width: 5.3vw;
    height: 5.3vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec01_boxUl li .txt._1 {
    font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec01_boxUl li .txt._1 {
    font-size: 4.8vw;
    margin-bottom: 2.7vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec01_boxUl li .txt._1 .small {
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec01_boxUl li .txt._2 {
    font-size: 2.7vw;
    line-height: 1.3;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .insta .inner {
    height: 360px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .insta .inner {
    height: auto;
    padding-top: 13.3vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .insta_box {
    width: 54%;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .insta_box {
    max-width: none;
    width: auto;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .insta_box_logo {
    width: 10.7vw;
    margin-bottom: 3.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .insta_box_txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .insta_box_txt {
    font-size: 4.8vw;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .insta_box_btn .btn {
    font-size: 4.8vw;
    max-width: 86.7vw;
    height: 17.1vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .insta_box_btn .btn::before {
    width: 7.5vw;
    right: 5.3vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .insta_box_btn .btn::after {
    right: 5.4vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .insta_img {
    width: 360px;
    height: 360px;
    right: -125px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .insta_img {
    position: relative;
    width: auto;
    margin: 0 -5.3vw;
    top: auto;
    right: auto;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .insta_img_img {
    height: 360px;
    width: 379px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .insta_img_img {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .lpWrap .sec02 .inner {
    padding-top: 62px;
    padding-bottom: 57px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec02 .inner {
    padding-left: 5.3vw;
    padding-top: 50vw;
    padding-bottom: 15.8vw;
  }
}
@media screen and (max-width: 1050px) {
  .lpWrap .sec02_ttl {
    margin-bottom: 40px;
    padding-left: 240px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec02_ttl {
    padding-left: 0;
    margin-bottom: 3.6vw;
    font-size: 8vw;
  }
}
@media screen and (max-width: 1050px) {
  .lpWrap .sec02_ttl .txt1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec02_ttl .txt1 {
    text-align: right;
    font-size: 8vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 1050px) {
  .lpWrap .sec02_ttl .txt2 {
    font-size: 30px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec02_ttl .txt2 {
    text-align: right;
    line-height: 1;
    font-size: 5.3vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec02_ttl .big {
    font-size: 18.7vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec02_ttl .line {
    border-bottom-width: 2px;
  }
}
@media screen and (max-width: 1050px) {
  .lpWrap .sec02_list {
    padding-left: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec02_list {
    gap: 2.7vw;
    margin-bottom: 6.4vw;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec02_list_item {
    font-size: 4.8vw;
    line-height: 1.5;
    padding: 1.9vw 2.7vw;
    background: #f9f7f5;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec02_list_item::before {
    min-width: 7.2vw;
    height: 5.6vw;
    margin-right: 1.3vw;
    margin-top: 1vw;
  }
}
@media screen and (max-width: 1050px) {
  .lpWrap .sec02_txt {
    padding-left: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec02_txt {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec02_txt {
    font-size: 4vw;
  }
}
@media screen and (max-width: 1050px) {
  .lpWrap .sec02_img {
    width: 50vw;
    left: -100px;
  }
}
@media screen and (max-width: 768px) {
  .lpWrap .sec02_img {
    left: -8vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec02_img {
    top: 0;
    bottom: auto;
    width: 78.1vw;
    left: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec03::before {
    content: "";
    height: 117.3vw;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec03 .inner {
    padding-top: 13.1vw;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec03_ttl {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec03_ttl .txt1 {
    font-size: 4.3vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec03_txt1 {
    text-align: left;
    font-size: 4vw;
    margin-bottom: 5.2vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec03_list {
    flex-direction: column;
    gap: 2.7vw;
    margin-bottom: 0;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec03_list_item {
    width: 72vw;
    font-size: 4.8vw;
    border-radius: 10px;
    padding: 3.7vw 0 5.4vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec03_txt2 {
    text-align: center;
    font-size: 2.7vw;
    margin-bottom: 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec03_txt3 {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec03_txt4 {
    font-size: 6.7vw;
    margin-bottom: 5.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec03_txt5 {
    font-size: 4vw;
    margin-bottom: 10.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec03_img1 {
    width: 210px;
    top: 500px;
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec03_img1 {
    width: 33.4vw;
    top: 145.9vw;
    left: -4.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec03_img2 {
    width: 74px;
    top: 470px;
    left: 6px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec03_img2 {
    width: 20.3vw;
    top: 128vw;
    left: -1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec03_img3 {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0;
    width: auto;
    margin: 0 -5.3vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec04 .inner {
    padding-top: 13vw;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec04_ttl {
    margin-bottom: 8.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec04_tbl {
    overflow-x: auto;
    margin-right: -5.3vw;
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec04_tbl picture {
    display: block;
    width: 145.6vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec04_tbl picture img {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec04_txt {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec04_txt {
    font-size: 4vw;
    margin-bottom: 15.8vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec04_img {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0;
    width: auto;
    margin: 0 -5.3vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec05 .inner {
    padding-top: 12.4vw;
    padding-bottom: 15.8vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec05_ttl {
    margin-bottom: 9.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec05_list {
    flex-direction: column;
    gap: 2.7vw;
    margin-bottom: 6.2vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec05_list_item {
    width: auto;
    padding-bottom: 8.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec05_list_item .ttl {
    font-size: 5.6vw;
    padding: 3.5vw 0 3.5vw 42.7vw;
    text-align: left;
    margin-bottom: 6.3vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec05_list_item .img {
    width: 37.3vw;
    height: 37.3vw;
    position: absolute;
    left: 2.7vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec05_list_item .txt {
    font-size: 4.8vw;
    padding-left: 42.7vw;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec05_txt1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec05_txt1 {
    font-size: 6.4vw;
    line-height: 1.5;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec05_txt2 {
    font-size: 4vw;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec06 .inner {
    padding-top: 14.5vw;
    padding-bottom: 16vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec06_ttl {
    width: 430px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec06_ttl {
    margin-bottom: 9.5vw;
    width: 65vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec06_ttl .txt01 {
    font-size: 5.3vw;
    margin-bottom: 1.5vw;
    padding-right: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec06_row {
    flex-direction: column;
    gap: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec06_row_img {
    width: auto;
    padding-left: 2.7vw;
    margin-right: -5.3vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec06_row_box {
    width: auto;
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec06_row_box_txt1 {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec06_row_box_txt1 {
    padding: 4vw 4vw 5.2vw;
    margin-bottom: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec06_row_box_txt1 .txt1 {
    font-size: 4vw;
    margin-bottom: 0.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec06_row_box_txt1 .txt2 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec06_row_box_txt1 .txt2 {
    font-size: 6.4vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec06_row_box_txt1 .txt3 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec06_row_box_txt2 {
    font-size: 4vw;
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec06_img {
    width: 500px;
    right: auto;
    left: 360px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec06_img {
    left: auto;
    width: 53.5vw;
    right: -8vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec07 .inner {
    padding-top: 13vw;
    padding-bottom: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec07_ttl {
    margin-bottom: 9.4vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec07_ttl .txt {
    font-size: 4.3vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec07_list {
    flex-direction: column;
    gap: 2.7vw;
    margin-bottom: 6.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec07_list_item {
    padding: 20px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec07_list_item {
    width: auto;
    display: flex;
    justify-content: space-between;
    padding: 4vw 2.7vw 6.7vw;
    gap: 1.3vw;
    border-radius: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec07_list_item .img {
    max-width: none;
    width: 32vw;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec07_list_item .box {
    flex: 1;
    padding-top: 3.7vw;
  }
}
@media screen and (max-width: 1100px) {
  .lpWrap .sec07_list_item .ttl {
    font-size: clamp(16px, 2.2vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec07_list_item .ttl {
    font-size: 4.3vw;
    text-align: left;
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec07_list_item .txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec07_list_item .txt {
    font-size: 3.5vw;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec07_txt {
    font-size: 4vw;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec08 .inner {
    padding-top: 12.5vw;
    padding-bottom: 15.7vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec08_ttl {
    margin-bottom: 9.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec08_img1 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec08_img1 {
    margin-left: -5.3vw;
    margin-right: -5.3vw;
    margin-bottom: 9.4vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec08_img1::before {
    width: 73.3vw;
    height: 40.5vw;
    top: 0;
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec08_txt1 {
    text-align: left;
    margin: 0 auto 6px;
    max-width: 730px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec08_txt1 {
    max-width: none;
    font-size: 4vw;
    margin: 0 0 1.3vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec08_txt2 {
    text-align: left;
    max-width: 730px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec08_txt2 {
    max-width: none;
    font-size: 6.4vw;
    margin: 0 0 3.8vw;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec08_txt2 .small {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec08_txt3 {
    text-align: left;
    max-width: 730px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec08_txt3 {
    max-width: none;
    font-size: 4vw;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec08_img2 {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec08_img2 {
    width: 32vw;
    bottom: 32.1vw;
    right: -4vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec08_bg1 {
    left: -370px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec08_bg1 {
    width: 98.4vw;
    top: -4.3vw;
    left: -43.2vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec08_bg2 {
    right: -160px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec08_bg2 {
    width: 74.7vw;
    top: -25.1vw;
    right: -25.3vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec09 .inner {
    padding-top: 12.4vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec09_ttl {
    margin-bottom: 6.8vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec09_list {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec09_list_item {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec09_list_item {
    width: auto;
    padding: 2.7vw 0 0 5.3vw;
    margin-bottom: inherit;
    height: 38.7vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec09_list_item .img {
    width: 33.3vw;
    max-width: none;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec09_list_item p {
    scale: 1;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec09_list_item .txt1 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec09_list_item .txt1 {
    padding-left: 36vw;
    text-align: left;
    font-size: 4vw;
    margin-top: -22.8vw;
    margin-bottom: 2vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec09_list_item .txt1_img {
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec09_list_item .txt1_img {
    height: 6.8vw;
    right: auto;
    left: 36vw;
    top: -8vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec09_list_item .txt2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec09_list_item .txt2 {
    padding-left: 36vw;
    text-align: left;
    font-size: 6.4vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec09_list_item .txt3 {
    padding-left: 36vw;
    text-align: left;
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec09_list_item:nth-child(even) {
    padding-left: 13.3vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .sec09_img {
    height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec09_img {
    height: 40vw;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec10 .inner {
    padding-top: 13.8vw;
    padding-bottom: 15.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec10_ttl {
    margin-bottom: 6.2vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec10_ttl .txt01 {
    font-size: 5.3333333333vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec10_ttl .txt01 span::before, .lpWrap .sec10_ttl .txt01 span::after {
    bottom: -0.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec10_img {
    margin: 0 -0.8vw 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec10_list {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec10_list_item {
    font-size: 2.6vw;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec10_tbl {
    border-spacing: 0.8vw;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec10_tbl th,
  .lpWrap .sec10_tbl td {
    font-size: 2.7vw;
    line-height: 3;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .sec10_txt {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .faq .inner {
    padding-top: 12.5vw;
    padding-bottom: 13.3vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .faq_ttl {
    margin-bottom: 9vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .faq_list_item:not(:last-child) {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .faq_list_item_q,
  .lpWrap .faq_list_item_a {
    padding-left: 13.3vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .faq_list_item_q::before,
  .lpWrap .faq_list_item_a::before {
    width: 9.3vw;
    height: 10.7vw;
    left: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .faq_list_item_q {
    height: auto;
    padding-top: 4.1vw;
    padding-bottom: 4.1vw;
    padding-right: 14.7vw;
    background-size: 10.7vw;
    background-position: right 1.3vw center;
    margin-bottom: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .faq_list_item_q::before {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .faq_list_item_q_txt {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .faq_list_item_a {
    padding-top: 4.4vw;
    padding-bottom: 4.4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .faq_list_item_a::before {
    top: 5.3vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .faq_list_item_a_txt {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .secTel .inner {
    padding-top: 12.6vw;
    padding-bottom: 13.3vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .secTel_ttl {
    margin-bottom: 9.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .secTel_list {
    gap: 2.7vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .secTel_list_item {
    display: block;
    position: relative;
    padding: 5.3vw 5.3vw 6.1vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .secTel_list_item .img {
    max-width: none;
    width: 32vw;
    height: 22.7vw;
    position: absolute;
    top: 22vw;
    right: 5.3vw;
    border-radius: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .secTel_list_item .box {
    width: auto;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .secTel_list_item .logo {
    height: 8vw;
    margin-bottom: 9vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .secTel_list_item .logo .txt {
    font-size: 2.7vw;
    top: 9.5vw;
    left: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .secTel_list_item .add {
    height: auto;
    font-size: 3.2vw;
    width: 44vw;
    margin-bottom: 2.9vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .secTel_list_item .add::before {
    min-width: 3.7vw;
    width: 3.7vw;
    height: 5.6vw;
    margin-right: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .secTel_list_item .tel {
    font-size: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .secTel_list_item .tel::before {
    min-width: 3.7vw;
    width: 3.7vw;
    height: 5.6vw;
    margin-right: 1.3vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .secTel_list_item .btn {
    font-size: 4.3vw;
    line-height: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .secTel_list_item .btn::before {
    width: 7.5vw;
    height: 2vw;
    top: 7vw;
    right: 2.1vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact .inner {
    padding: 12.5vw 2.7vw 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_ttl {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_txt {
    font-size: 3.2vw;
    letter-spacing: 0;
    margin-bottom: 9vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_body {
    padding: 5.3vw 4vw 10.7vw;
    margin-bottom: 10.1vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form dl {
    display: block;
    padding: 5.4vw 2.7vw 8.6vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form dl:nth-child(odd) {
    background: #fdfdfd;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form dt {
    width: auto;
    padding: 0;
    background: none;
    margin-bottom: 4.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form dt .required {
    font-size: 3.5vw;
    margin-left: 2.7vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .contact_form dd {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form dd {
    width: auto;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form input[type=text], .lpWrap .contact_form input[type=tel], .lpWrap .contact_form input[type=email], .lpWrap .contact_form input[type=date], .lpWrap .contact_form input[type=time] {
    font-size: 4vw;
    padding: 1.27em;
  }
  .lpWrap .contact_form select,
  .lpWrap .contact_form textarea {
    font-size: 4vw;
    padding: 1.27em;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form label {
    font-size: 3.5vw;
    padding: 2.5vw 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form textarea {
    height: 60vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form_check {
    margin: 8.5vw 0 6.1vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form_check input[type=checkbox] {
    margin-right: 2.7vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form_submit input {
    height: 17.1vw;
    font-size: 4.8vw;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form_txt {
    font-size: 3.7vw;
    margin: 8.7vw 0 10vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form .raiin_sch {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .contact_form .raiin_sch_tbl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form .raiin_sch_tbl {
    font-size: 3vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form .raiin_sch_tbl td {
    width: 8.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form .raiin_sch_tbl td span {
    font-size: 2.9vw;
    bottom: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form .raiin_sch_tbl thead th,
  .lpWrap .contact_form .raiin_sch_tbl thead td {
    height: 12.4vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form .raiin_sch_tbl tbody th,
  .lpWrap .contact_form .raiin_sch_tbl tbody td {
    height: 19.8vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form .raiin_sch_txt {
    margin-top: 4.3vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form .raiin_txt1 {
    font-size: 4vw;
    padding: 1.5vw 0;
    margin-bottom: 5.3vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form .raiin_txt2 {
    font-size: 2.7vw;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form .monitor dd ul {
    margin-bottom: 2vw;
    gap: 13vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form .monitor dd ul li label {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form .monitor dd .txt {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form._clinic dl {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form._clinic dd {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form .clinic-list {
    margin-top: -2.5vw;
    margin-right: -2vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form .clinic-list li label {
    padding: 3.2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form .clinic-list li label img {
    height: 4.3vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form .clinic-list li label .txt {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form .dl01 {
    display: block;
    padding: 5.4vw 2.7vw 8.6vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form .dt01 {
    width: auto;
    padding: 0;
    background: none;
    margin-bottom: 4.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form .dt01 .required {
    font-size: 3.5vw;
    margin-left: 2.7vw;
  }
}
@media screen and (max-width: 1024px) {
  .lpWrap .contact_form .dd01 {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form .dd01 {
    width: auto;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form .dd01_box {
    row-gap: 3vw;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form .dd01_box dl {
    background: none;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form .dd01_box2 {
    gap: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_form .dd01_box2 dl {
    background: none;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .contact_logo {
    width: 39.7vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .scrollAnim.fadeUp {
    animation-delay: 0s !important;
  }
}
@-webkit-keyframes looprotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes looprotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer {
  color: #fff;
  background: #e7b4a5;
  height: 70px;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer {
    height: 37.3vw;
    font-size: 2.7vw;
    display: block;
    padding-top: 3.7vw;
  }
}
.thanksWrap {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .thanksWrap .footer {
    height: 50px;
    font-size: 1.2rem;
    display: flex;
    padding: 0;
  }
}
.thanks {
  background: #f7ede4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 70px);
  min-height: 800px;
  text-align: center;
  padding: 0 20px;
}
.thanks a {
  transition: 0.3s;
}
.thanks a:hover {
  opacity: 0.7;
}
.thanks .bebas {
  font-family: "Bebas Neue", cursive;
}

@media screen and (max-width: 767px) {
  .thanks {
    height: calc(100vh - 90px);
    min-height: 150vw;
    padding: 0 9.3vw;
  }
}
@media screen and (max-width: 1024px) {
  .thanks .pc-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .thanks .pc-tab {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .thanks .tab-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .thanks .sp-only {
    display: none;
  }
}
.thanks_txt1 {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.7;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .thanks_txt1 {
    font-size: 5.6vw;
    margin-left: -2vw;
    margin-right: -2vw;
  }
}
.thanks_txt2 {
  color: #be001e;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .thanks_txt2 {
    font-size: 4.8vw;
    margin-left: -2vw;
    margin-right: -2vw;
  }
}
.thanks_txt3 {
  color: #be001e;
  font-size: 1.6rem;
  line-height: 2;
  color: #1a1a1a;
  margin-bottom: 2em;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .thanks_txt3 {
    font-size: 4vw;
    text-align: left;
  }
}
.thanks_card {
  max-width: 320px;
  margin-bottom: 70px;
}
.thanks_card img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .thanks_card {
    margin-bottom: 9vw;
  }
}
.thanks_card2 {
  background: #bf5d50;
  color: #fff;
  margin-bottom: 70px;
  display: block;
  max-width: 320px;
  width: 100%;
  padding: 12px 0;
}

@media screen and (max-width: 767px) {
  .thanks_card2 {
    margin-bottom: 9vw;
    max-width: none;
    padding: 2vw 0;
  }
}
.thanks_card2_tel {
  font-size: 4.2rem;
  display: flex;
  justify-content: center;
}
.thanks_card2_tel::before {
  content: "";
  width: 26px;
  height: 30px;
  background: url(../img/icon-tel-w.svg) no-repeat center center/contain;
  margin-top: 6px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .thanks_card2_tel {
    font-size: 11vw;
  }
}
@media screen and (max-width: 767px) {
  .thanks_card2_tel::before {
    width: 6.9vw;
    height: 8vw;
    margin-top: 2vw;
    margin-right: 2.7vw;
  }
}
.thanks_card2_txt {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .thanks_card2_txt {
    font-size: 3vw;
  }
}
.thanks_btn {
  background: #bf5d50;
  color: #fff;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 340px;
  width: 100%;
  border-radius: 100px;
  font-size: 1.8rem;
  position: relative;
}
.thanks_btn::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 5px;
  background: url(../img/btn_arrow.svg) no-repeat center center/contain;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .thanks_btn {
    font-size: 4.8vw;
    height: 17.1vw;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .thanks_btn::after {
    right: 7.5vw;
  }
}
.header2 {
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 0;
  width: 100%;
  text-align: center;
}
.header2 img {
  width: 193px;
}

@media screen and (max-width: 767px) {
  .header2 {
    position: relative;
    top: auto;
    left: auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
  }
}
.anchor {
  height: 118px;
  margin-top: -118px;
}

@media screen and (max-width: 767px) {
  .header2 img {
    width: 140px;
  }
  .anchor {
    height: 0;
    margin-top: 0;
  }
}/*# sourceMappingURL=lp-style.css.map */