@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=Noto+Serif+JP:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&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 */
  -webkit-text-decoration: underline dotted;
          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;
  -moz-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;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 2;
  color: #333;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4vw;
  }
}

.lpWrap {
  overflow: hidden;
  background-color: #fff;
  color: #1a1a1a;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .lpWrap .pc-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .pc-tab {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .lpWrap .tab-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .lpWrap .sp-only {
    display: none;
  }
}
.lpWrap .inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lpWrap .inner {
    padding: 0 5.3vw;
  }
}
.lpWrap .ib {
  display: inline-block;
}
.lpWrap img {
  width: 100%;
  max-width: 100%;
  display: inline;
  vertical-align: bottom;
}
.lpWrap .serif {
  font-family: "Noto Serif JP", serif;
}
.lpWrap .bebas {
  font-family: "Bebas Neue", cursive;
}
.lpWrap .ttlMsk {
  overflow: hidden;
  position: relative;
}
.lpWrap .ttlMsk .con {
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: translateX(-101%);
  transition: 0.3s;
}
.lpWrap .ttlMsk .con::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: linear-gradient(to right, #ff00b8, #1dffdb);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  transition-delay: 0.3s;
  backface-visibility: hidden;
}
.lpWrap .ttlMsk.anim .con {
  transform: translateX(0);
}
.lpWrap .ttlMsk.anim .con::before {
  transform: translateX(101%);
}
.lpWrap .cta {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.lpWrap .cta_tel {
  position: absolute;
  width: 48%;
  height: 36%;
  top: 28%;
  left: 7%;
}
@media screen and (max-width: 767px) {
  .lpWrap .cta_tel {
    top: 15vw;
    left: 5vw;
    right: 5vw;
    width: auto;
    height: 15vw;
  }
}
.lpWrap .cta_web {
  position: absolute;
  width: 42.2%;
  top: 7%;
  right: 2%;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .lpWrap .cta_web {
    width: 83vw;
    left: 3.5vw;
    top: 42vw;
  }
}
.lpWrap .cta_web:hover {
  transform: translateY(-2.5%);
}
.lpWrap .cta2 {
  position: relative;
}
.lpWrap .cta2 .inner {
  max-width: 1406px;
}
@media screen and (max-width: 767px) {
  .lpWrap .cta2 .inner {
    padding: 0;
  }
}
.lpWrap .cta2_img {
  display: block;
}
.lpWrap .cta2_tel {
  position: absolute;
  width: 32%;
  height: 24%;
  right: 15%;
  top: 35%;
}
@media screen and (max-width: 1024px) {
  .lpWrap .cta2_tel {
    height: 21%;
    top: 31%;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .cta2_tel {
    right: 5%;
    width: 63%;
    top: 35%;
  }
}
.lpWrap .cta2_wrap {
  animation-delay: 0.2s;
}
.lpWrap .cta2_wrap_btn {
  background: linear-gradient(to right, #ff00b8, #1dffdb);
  background-size: 200% 200%;
  animation: bggradient 10s ease infinite;
  color: #fff;
  max-width: 600px;
  width: 100%;
  margin: -2.9% auto 0;
  font-size: 2.4rem;
  font-weight: bold;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .cta2_wrap_btn {
    height: 16vw;
    font-size: 4.8vw;
    max-width: none;
    width: 89.3vw;
    margin-top: -9.6vw;
  }
}
.lpWrap .cta2_wrap_btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 9px;
  background: url(../img/arrow.svg) no-repeat center center/contain;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .lpWrap .cta2_wrap_btn::after {
    width: 7.5vw;
    height: 2vw;
    right: 5.3vw;
  }
}
.lpWrap .cta2_wrap_btn:hover::after {
  transform: translateX(30%);
}
.lpWrap .cta2._1 {
  margin-bottom: 107px;
}
@media screen and (max-width: 767px) {
  .lpWrap .cta2._1 {
    margin-bottom: 20vw;
  }
}
.lpWrap .cta2._2 {
  margin-bottom: 94px;
}
@media screen and (max-width: 767px) {
  .lpWrap .cta2._2 {
    margin-bottom: 11vw;
  }
}
.lpWrap .title01 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lpWrap .title01 {
    font-size: 8.5vw;
  }
}
.lpWrap .title01 .txt {
  position: relative;
  display: inline-block;
}
.lpWrap .title01 .txt::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -43px;
  z-index: -1;
  width: 123px;
  height: 123px;
  background: url(../img/circle01.svg) no-repeat center center/contain;
  animation: looprotate 50s linear infinite;
}
@media screen and (max-width: 767px) {
  .lpWrap .title01 .txt::before {
    width: 18.7vw;
    height: 18.7vw;
    top: 10vw;
    left: -5.5vw;
  }
}
.lpWrap .title01 .small {
  font-size: 0.72em;
}
@media screen and (max-width: 767px) {
  .lpWrap .title01 .small {
    font-size: 0.75em;
  }
}
.lpWrap .animTxt {
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  height: 105px;
  background: url(../img/anim-txt02.webp) repeat-x 0 0/auto 100%;
  animation: anim-txt 120s linear infinite;
}
@media screen and (max-width: 767px) {
  .lpWrap .animTxt {
    height: 28vw;
  }
}
.lpWrap .fv {
  height: 620px;
  background: url(../img/fv-bg.webp) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv {
    background-image: url(../img/fv-bg-sp.webp);
    background-size: contain;
    height: auto;
  }
}
.lpWrap .fv .inner {
  max-width: 1140px;
  padding-top: 298px;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv .inner {
    display: flex;
    flex-direction: column;
    padding-top: 102.5vw;
    padding-bottom: 10vw;
  }
}
.lpWrap .fv_txt0 {
  max-width: 886px;
  width: 100vw;
  font-size: 110px;
  letter-spacing: -0.1em;
  line-height: 1.1;
  position: absolute;
  top: 10px;
  left: -50px;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_txt0 {
    font-size: 14vw;
    max-width: none;
    width: auto;
    right: auto;
    top: 3vw;
    left: -3.8vw;
    line-height: 1.3;
  }
}
.lpWrap .fv_txt1 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  animation-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_txt1 {
    order: 1;
    font-size: 4.8vw;
  }
}
.lpWrap .fv_row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 689px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_row {
    display: contents;
  }
}
.lpWrap .fv_row_txt {
  font-size: 53px;
  letter-spacing: -0.1em;
  margin-left: -0.1em;
  line-height: 1;
  position: relative;
  animation-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_row_txt {
    font-size: 11.8vw;
    order: 2;
    margin-bottom: 13.2vw;
  }
}
.lpWrap .fv_row_txt::before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #ff00b8, #1dffdb);
  background-size: 200% 200%;
  animation: bggradient 10s ease infinite;
  width: 198px;
  height: 10px;
  left: 0;
  bottom: -60px;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_row_txt::before {
    width: 48vw;
    height: 1.6vw;
    bottom: -7.2vw;
  }
}
.lpWrap .fv_row_txt .small {
  display: block;
  font-size: 0.63em;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_row_txt .small {
    font-size: 0.67em;
    margin-top: 2.5vw;
  }
}
.lpWrap .fv_row_img {
  width: 314px;
  animation-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_row_img {
    order: 0;
    width: 41.6vw;
    margin-bottom: 9vw;
    margin-top: 0;
  }
}
.lpWrap .fv_txt2 {
  font-size: 1.8rem;
  font-weight: bold;
  max-width: 643px;
  animation-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .lpWrap .fv_txt2 {
    order: 3;
    font-size: 4vw;
  }
}
.lpWrap .block1 {
  background: #333;
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1 {
    padding: 13.3vw 0 25vw;
  }
}
.lpWrap .block1_animTxt {
  background-image: url(../img/anim-txt01.webp);
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_animTxt {
    top: 61.6vw;
  }
}
.lpWrap .block1_row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_row {
    display: block;
  }
}
.lpWrap .block1_row .img {
  max-width: 500px;
  width: 45.5%;
  height: 334px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_row .img {
    max-width: none;
    width: auto;
    height: 45.3vw;
    margin-bottom: 14.3vw;
  }
}
.lpWrap .block1_row .img .con {
  background: url(../img/block1-1.webp) no-repeat top center/130%;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_row .img .con {
    background-image: url(../img/block1-1-sp.webp);
    background-size: cover;
    background-position: center;
  }
}
.lpWrap .block1_row .box {
  width: 47.5%;
  padding-top: 46px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_row .box {
    width: auto;
    padding-top: 0;
  }
}
.lpWrap .block1_row .ttl {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 34px;
  animation-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_row .ttl {
    font-size: 8.5vw;
    text-align: center;
    margin-bottom: 5vw;
  }
}
.lpWrap .block1_row .txt {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  animation-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .lpWrap .block1_row .txt {
    font-size: 4vw;
  }
}
.lpWrap .block1 .inner {
  max-width: 1140px;
}
.lpWrap .list01_item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lpWrap .list01_item {
    flex-direction: column;
  }
}
.lpWrap .list01_item .img {
  width: 46%;
  max-width: 500px;
  height: 334px;
}
@media screen and (max-width: 767px) {
  .lpWrap .list01_item .img {
    width: auto;
    max-width: none;
    margin: 0 -5.3vw;
    height: 45.3vw;
  }
}
.lpWrap .list01_item .img .con {
  background: url(../img/block2-1.webp) no-repeat center center/cover;
}
.lpWrap .list01_item .box {
  width: 50.54%;
  padding-top: 38px;
  animation-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .lpWrap .list01_item .box {
    width: auto;
    padding-top: 7.7vw;
  }
}
.lpWrap .list01_item .ttl {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.5;
  margin-bottom: 46px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .lpWrap .list01_item .ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .list01_item .ttl {
    font-size: 5.6vw;
    line-height: 2;
    margin-bottom: 8vw;
  }
}
.lpWrap .list01_item .ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .lpWrap .list01_item .ttl::after {
    z-index: 1;
    width: 16.5vw !important;
    height: 28vw !important;
    top: -16vw !important;
    right: 3vw !important;
  }
}
.lpWrap .list01_item .txt {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .lpWrap .list01_item .txt {
    font-size: 4vw;
  }
}
.lpWrap .list01_item:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .lpWrap .list01_item:nth-child(odd) {
    flex-direction: column;
  }
}
.lpWrap .list01_item:not(:last-child) {
  margin-bottom: 144px;
}
@media screen and (max-width: 767px) {
  .lpWrap .list01_item:not(:last-child) {
    margin-bottom: 17.7vw;
  }
}
.lpWrap .list01_item:nth-child(1) .ttl::after {
  background: url(../img/num1.svg) no-repeat center center/contain;
  width: 40px;
  height: 168px;
  top: -19px;
  right: 0;
}
.lpWrap .list01_item:nth-child(2) .ttl::after {
  background: url(../img/num2.svg) no-repeat center center/contain;
  width: 103px;
  height: 168px;
  top: -129px;
  right: 70px;
}
.lpWrap .list01_item:nth-child(3) .ttl::after {
  background: url(../img/num3.svg) no-repeat center center/contain;
  width: 94px;
  height: 170px;
  top: -129px;
  right: 68px;
}
.lpWrap .block2 {
  padding: 94px 0 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .block2 {
    padding: 19vw 0 25.2vw;
  }
}
.lpWrap .block2 .bar {
  height: 100px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lpWrap .block2 .bar {
    height: 26.7vw;
    top: -13.3vw;
  }
}
.lpWrap .block2 .bar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(to bottom, #ff00b8, #1dffdb);
  height: 100%;
  width: 2px;
  animation: pathmove 3s cubic-bezier(0.77, 0.01, 0.7, 1) 0s infinite;
}
.lpWrap .block2 .inner {
  max-width: 1140px;
}
.lpWrap .block2_ttl {
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block2_ttl {
    margin-bottom: 8.8vw;
  }
}
.lpWrap .block2 .list01_item:nth-child(1) .con {
  background-image: url(../img/block2-1.webp);
}
@media screen and (max-width: 767px) {
  .lpWrap .block2 .list01_item:nth-child(1) .con {
    background-image: url(../img/block2-1-sp.webp);
  }
}
.lpWrap .block2 .list01_item:nth-child(2) .con {
  background-image: url(../img/block2-2.webp);
}
@media screen and (max-width: 767px) {
  .lpWrap .block2 .list01_item:nth-child(2) .con {
    background-image: url(../img/block2-2-sp.webp);
  }
}
.lpWrap .block2 .list01_item:nth-child(3) .con {
  background-image: url(../img/block2-3.webp);
}
@media screen and (max-width: 767px) {
  .lpWrap .block2 .list01_item:nth-child(3) .con {
    background-image: url(../img/block2-3-sp.webp);
  }
}
.lpWrap .common01 {
  padding: 16px 0 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .common01 {
    padding: 0 0 24.5vw;
  }
}
.lpWrap .common01 .animTxt {
  top: 6px;
}
@media screen and (max-width: 767px) {
  .lpWrap .common01 .animTxt {
    top: -7.5vw;
  }
}
.lpWrap .common01 .inner {
  max-width: 1140px;
}
.lpWrap .common01_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .common01_ttl {
    margin-bottom: 37vw;
  }
}
.lpWrap .common01_ttl_big {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .lpWrap .common01_ttl_big {
    font-size: 8vw;
    margin-bottom: 1vw;
  }
}
.lpWrap .common01_ttl_small {
  font-size: 2.1rem;
  letter-spacing: 0.07em;
  color: #ff00b8;
  background: linear-gradient(to right, #ff00b8, #1dffdb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lpWrap .common01_ttl_small {
    font-size: 4vw;
  }
}
.lpWrap .common01_ttl::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  background: url(../img/block3-eyebrow.webp) no-repeat center center/contain;
  top: -42px;
  left: 843px;
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 0.3s;
}
@media screen and (max-width: 1024px) {
  .lpWrap .common01_ttl::before {
    top: 90px;
    left: 584px;
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .common01_ttl::before {
    width: 21.3vw;
    height: 21.3vw;
    top: 11.5vw;
    left: 67.8vw;
  }
}
.lpWrap .common01_ttl::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100px;
  background: linear-gradient(to bottom, #ff00b8, #1dffdb);
  top: 121px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .lpWrap .common01_ttl::after {
    height: 21vw;
    top: 26vw;
  }
}
.lpWrap .common01_ttl.anim::before {
  opacity: 1;
}
.lpWrap .common01_txt {
  text-align: center;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .lpWrap .common01_txt {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .common01_txt {
    margin-bottom: 6.6vw;
    font-size: 4vw;
    letter-spacing: 0.07em;
  }
}
.lpWrap .common01_ttl2 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lpWrap .common01_ttl2 {
    font-size: 5.6vw;
    margin-bottom: 1.7vw;
  }
}
.lpWrap .common01_img {
  max-width: 868px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .lpWrap .common01_img {
    gap: 0;
    margin: 0 -5.3vw;
    margin-bottom: 10.6vw;
  }
}
.lpWrap .common01_img_item {
  padding-bottom: 44px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .common01_img_item {
    padding-bottom: 6.7vw;
  }
}
.lpWrap .common01_img_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34px;
}
@media screen and (max-width: 767px) {
  .lpWrap .common01_img_item::after {
    height: 3.8vw;
  }
}
.lpWrap .common01_img_item:nth-child(1)::after {
  background: url(../img/before.svg) no-repeat center center/auto 100%;
}
.lpWrap .common01_img_item:nth-child(2) {
  animation-delay: 0.2s;
}
.lpWrap .common01_img_item:nth-child(2)::after {
  background: url(../img/after.svg) no-repeat center center/auto 100%;
}
.lpWrap .common01_box {
  max-width: 868px;
  margin: 0 auto;
}
.lpWrap .common01_box_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lpWrap .common01_box_list {
    display: block;
  }
}
.lpWrap .common01_box_list_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  width: 265px;
  height: 55px;
  text-align: center;
  background: #1a1a1a url(../img/common01-ttl.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .lpWrap .common01_box_list_ttl {
    background-image: url(../img/common01-ttl-sp.webp);
    height: 10.7vw;
    width: auto;
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
.lpWrap .common01_box_list_txt {
  width: 55%;
  max-width: 437px;
  padding-top: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .common01_box_list_txt {
    width: auto;
    max-width: none;
    padding: 0 2.6vw;
  }
}
.lpWrap .common01_box_list_txt::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #fff;
  width: 164px;
  height: 1px;
  top: 24px;
  left: -7px;
  transform: translateX(-100%);
}
@media screen and (max-width: 767px) {
  .lpWrap .common01_box_list_txt::after {
    content: none;
  }
}
.lpWrap .common01_box_list_txt_item {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  display: flex;
}
@media screen and (max-width: 767px) {
  .lpWrap .common01_box_list_txt_item {
    font-size: 3.7vw;
  }
}
.lpWrap .common01_box_list_txt_item::before {
  content: "";
  min-width: 0.8em;
  height: 0.8em;
  background: #fff;
  border-radius: 50%;
  margin-top: 0.55em;
  margin-right: 0.2em;
}
.lpWrap .common01_box_list:not(:last-child) {
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .lpWrap .common01_box_list:not(:last-child) {
    margin-bottom: 9.4vw;
  }
}
.lpWrap .block3_animTxt {
  background-image: url(../img/anim-txt02.webp);
}
.lpWrap .block4_animTxt {
  background-image: url(../img/anim-txt03.webp);
}
.lpWrap .block4 .common01_ttl::before {
  background-image: url(../img/block4-eyebrow.webp);
}
.lpWrap .block5_animTxt {
  background-image: url(../img/anim-txt04.webp);
}
.lpWrap .block5 .common01_ttl::before {
  background-image: url(../img/block5-eyebrow.webp);
}
.lpWrap .block6 {
  position: relative;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6 {
    padding-bottom: 26.7vw;
  }
}
.lpWrap .block6_ttl {
  position: relative;
  margin-bottom: 131px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_ttl {
    margin-bottom: 18.6vw;
  }
}
.lpWrap .block6_ttl::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 5px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -30px;
  background: linear-gradient(to right, #ff00b8, #1dffdb);
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_ttl::before {
    width: 48vw;
    height: 6px;
    bottom: -5.3vw;
  }
}
.lpWrap .block6_list {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_list {
    margin-bottom: 18.5vw;
  }
}
.lpWrap .block6_list_item {
  border: 2px solid #fff;
  padding: 0 6.4% 62px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_list_item {
    padding: 0 5.3vw 10vw;
  }
}
.lpWrap .block6_list_item::before {
  content: "";
  position: absolute;
  top: -61px;
  left: -61px;
  z-index: 1;
  width: 123px;
  height: 123px;
  background: url(../img/circle01.svg) no-repeat center center/contain;
  animation: looprotate 50s linear infinite;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_list_item::before {
    width: 18.7vw;
    height: 18.7vw;
    top: -9.4vw;
    left: -9.4vw;
  }
}
.lpWrap .block6_list_item .ttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: -1.2em;
  margin-bottom: 53px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_list_item .ttl {
    font-size: 6.4vw;
    margin-bottom: 9vw;
  }
}
.lpWrap .block6_list_item .ttl::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100px;
  background: linear-gradient(to bottom, #ff00b8, #1dffdb);
  top: 93px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_list_item .ttl::before {
    height: 13.3vw;
    top: 17.5vw;
  }
}
.lpWrap .block6_list_item .ttl span {
  display: inline-block;
  width: 500px;
  background: #1a1a1a;
  padding: 0.25em 0;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_list_item .ttl span {
    width: auto;
    padding: 0 0.5em;
  }
}
.lpWrap .block6_list_item .img {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_list_item .img {
    margin-bottom: 10vw;
  }
}
.lpWrap .block6_list_item .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_list_item .row {
    display: contents;
  }
}
.lpWrap .block6_list_item .row_box {
  width: 46.8%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_list_item .row_box {
    width: auto;
    order: 1;
    margin-bottom: 10vw;
  }
}
.lpWrap .block6_list_item .row_box_txt {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .lpWrap .block6_list_item .row_box_txt {
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_list_item .row_box_txt {
    gap: 5vw;
  }
}
.lpWrap .block6_list_item .row_box_txt_item {
  overflow: hidden;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_list_item .row_box_txt_item {
    font-size: 3.1vw;
  }
}
.lpWrap .block6_list_item .row_box_txt_item .txt1 {
  background: #004eae;
  color: #fff;
  text-align: center;
  letter-spacing: 0.07em;
  line-height: 1.87;
}
.lpWrap .block6_list_item .row_box_txt_item .txt2 {
  background: #fff;
  color: #1a1a1a;
  line-height: 1.5;
  padding: 0.5em;
}
.lpWrap .block6_list_item .row_box_txt_item:nth-child(1) .txt2 {
  text-align: center;
}
.lpWrap .block6_list_item .row_box_img {
  width: 51%;
}
.lpWrap .block6_list_item .row_list {
  width: 43.2%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_list_item .row_list {
    width: auto;
    order: 3;
    margin-bottom: 10vw;
  }
}
.lpWrap .block6_list_item .row_list_item {
  display: flex;
  align-items: center;
}
.lpWrap .block6_list_item .row_list_item .txt {
  font-size: 1.8rem;
  font-weight: 700;
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_list_item .row_list_item .txt {
    font-size: 3.7vw;
  }
}
.lpWrap .block6_list_item .row_list_item .img1 {
  width: 78%;
}
.lpWrap .block6_list_item .txt {
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_list_item .txt {
    font-size: 4vw;
  }
}
.lpWrap .block6_list_item:not(:last-child) {
  margin-bottom: 135px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_list_item:not(:last-child) {
    margin-bottom: 22vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_list_item:nth-child(1) {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_list_item:nth-child(1) .ttl {
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_list_item:nth-child(1) .wrap {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_list_item:nth-child(1) .wrap .txt:nth-child(1) {
    order: 2;
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_list_item:nth-child(1) .wrap .txt:nth-child(2) {
    order: 4;
  }
}
.lpWrap .block6_box {
  padding: 38px 30px 34px;
  background-color: #fff;
  border: 10px solid #ff00b8;
  -o-border-image: linear-gradient(to right, #ff00b8, #1dffdb);
     border-image: linear-gradient(to right, #ff00b8, #1dffdb);
  border-image-slice: 1;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #333;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_box {
    border-width: 1.3vw;
    padding: 8.6vw 4.3vw 11vw;
  }
}
.lpWrap .block6_box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  margin: auto;
  width: 80px;
  height: 80px;
  background: url(../img/b-icon.webp) no-repeat center center/contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_box::before {
    width: 10.7vw;
    height: 10.7vw;
    top: 0;
  }
}
.lpWrap .block6_box_ttl {
  text-align: center;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.07em;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_box_ttl {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
.lpWrap .block6_box_ttl .line {
  background-image: linear-gradient(transparent 60%, #ffff00 60%);
}
.lpWrap .block6_box_txt {
  max-width: 868px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_box_txt {
    font-size: 4vw;
  }
}
.lpWrap .block6_animTxt {
  background-image: url(../img/anim-txt01.webp);
  top: auto;
  bottom: 100px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block6_animTxt {
    bottom: 10.2vw;
  }
}
.lpWrap .pb {
  padding: 72px 0 188px;
  background: url(../img/pb-bg.webp) repeat center center/cover;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .lpWrap .pb {
    padding: 13.4vw 0 56vw;
    background-image: url(../img/pb-bg-sp.webp);
  }
}
.lpWrap .pb_ttl {
  max-width: 770px;
  width: 100%;
  margin: 0 auto 58px;
}
@media screen and (max-width: 767px) {
  .lpWrap .pb_ttl {
    max-width: 78.7vw;
    margin-bottom: 8.3vw;
  }
}
.lpWrap .pb_list_item {
  display: flex;
}
.lpWrap .pb_list_item:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .lpWrap .pb_list_item:not(:last-child) {
    margin-bottom: 7.5vw;
  }
}
.lpWrap .pb_list_item_img {
  min-width: 90px;
  width: 90px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .lpWrap .pb_list_item_img {
    width: 13.3vw;
    min-width: 13.3vw;
    margin-right: 1.9vw;
  }
}
.lpWrap .pb_list_item_box {
  flex: auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lpWrap .pb_list_item_box {
    padding-top: 4.3vw;
  }
}
.lpWrap .pb_list_item_box_ttl {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 767px) {
  .lpWrap .pb_list_item_box_ttl {
    font-size: 5.6vw;
    margin-bottom: 4.4vw;
  }
}
.lpWrap .pb_list_item_box_txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .lpWrap .pb_list_item_box_txt {
    font-size: 4vw;
    line-height: 1.8;
  }
}
.lpWrap .block20 {
  height: 500px;
  position: relative;
}
.lpWrap .block20_cta {
  margin-top: -130px;
}
@media screen and (max-width: 767px) {
  .lpWrap .block20_cta {
    margin-top: -49.6vw;
  }
}
.lpWrap .scrollAnim.fadeUp {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .lpWrap .scrollAnim.fadeUp {
    animation-delay: 0s !important;
  }
}
.lpWrap .scrollAnim.fadeUp.anim {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.lpWrap .loadingAnim.fadeUp {
  opacity: 0;
}
.lpWrap .loadingAnim.fadeUp.anim {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    height: 0;
    top: 100%;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes looprotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes anim-txt {
  100% {
    background-position: -3000px 0;
  }
}
.lpWrap .hair-artmake {
  color: #1a1a1a;
}
.lpWrap .hair-artmake .block1 {
  background: #ddd;
}
.lpWrap .hair-artmake .block1_animTxt {
  background-image: url(../img/anim-txt05.webp);
}
.lpWrap .hair-artmake .block1_row .ttl {
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  .lpWrap .hair-artmake .block1_row .ttl {
    font-size: 7.7vw;
  }
}
.lpWrap .hair-artmake .block1.block7 .block1_row {
  flex-direction: row;
}
.lpWrap .hair-artmake .block1.block7 .block1_row .img .con {
  background-image: url(../img/block7-1.webp);
}
.lpWrap .hair-artmake .block1.block9 .block1_row .img .con {
  background-image: url(../img/block9-1.webp);
}
.lpWrap .hair-artmake .block8 {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .lpWrap .hair-artmake .block8 .list01_item .con {
    background-position: center center;
  }
}
.lpWrap .hair-artmake .block8 .list01_item:nth-child(1) .con {
  background-image: url(../img/block8-1.webp);
}
.lpWrap .hair-artmake .block8 .list01_item:nth-child(2) .con {
  background-image: url(../img/block8-2.webp);
}
.lpWrap .hair-artmake .block8 .list01_item:nth-child(3) .con {
  background-image: url(../img/block8-3.webp);
}
.lpWrap .hair-artmake .cta2._4 {
  background: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lpWrap .hair-artmake .cta2._4 {
    background: none;
    margin-top: -10vw;
    margin-bottom: -10vw;
  }
}
.lpWrap .hair-artmake .cta2._4 .inner {
  padding-top: 120px;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .lpWrap .hair-artmake .cta2._4 .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.lpWrap .hair-artmake .common01_box {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .lpWrap .hair-artmake .common01_box {
    margin-top: 10vw;
  }
}
.lpWrap .hair-artmake .common01_box_list_ttl {
  background: #fff url(../img/common01-ttl_w.webp) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .lpWrap .hair-artmake .common01_box_list_ttl {
    background-image: url(../img/common01-ttl_w-sp.webp);
  }
}
.lpWrap .hair-artmake .common01_box_list_txt::after {
  background: #1a1a1a;
}
.lpWrap .hair-artmake .common01_box_list_txt_item::before {
  background: #1a1a1a;
}
.lpWrap .hair-artmake .block10 {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .lpWrap .hair-artmake .block10 {
    padding-top: 22vw;
  }
}
.lpWrap .hair-artmake .block10 .block6_list_item {
  border-color: #1a1a1a;
}
.lpWrap .hair-artmake .block10 .block6_list_item .ttl span {
  background: #fff;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 767px) {
  .lpWrap .hair-artmake .block10 .block6_list_item .ttl span {
    padding: 0 0.5em;
    margin-left: -1em;
    margin-right: -1em;
  }
}
.lpWrap .hair-artmake .block10 .block6_list_item .list02 {
  display: flex;
  justify-content: space-between;
  max-width: 716px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .lpWrap .hair-artmake .block10 .block6_list_item .list02 {
    flex-direction: column;
    max-width: none;
    gap: 8vw;
  }
}
.lpWrap .hair-artmake .block10 .block6_list_item .list02_item {
  max-width: 196px;
}
@media screen and (max-width: 767px) {
  .lpWrap .hair-artmake .block10 .block6_list_item .list02_item {
    max-width: none;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 8.8vw;
  }
}
.lpWrap .hair-artmake .block10 .block6_list_item .list02_item .img02 {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .lpWrap .hair-artmake .block10 .block6_list_item .list02_item .img02 {
    margin-bottom: 0;
    width: 29.8vw;
  }
}
.lpWrap .hair-artmake .block10 .block6_list_item .list02_item .img02 img {
  height: auto;
}
.lpWrap .hair-artmake .block10 .block6_list_item .list02_item .txt02 {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  background: #1a1a1a;
  color: #fff;
  border: 2px solid #ff00b8;
  -o-border-image: linear-gradient(to right, #ff00b8, #1dffdb);
     border-image: linear-gradient(to right, #ff00b8, #1dffdb);
  border-image-slice: 1;
  padding: 2px 0;
}
@media screen and (max-width: 767px) {
  .lpWrap .hair-artmake .block10 .block6_list_item .list02_item .txt02 {
    font-size: 4vw;
    width: 37.3vw;
    padding: 2.1vw 0;
  }
}
.lpWrap .hair-artmake .block10 .block6_list_item .row02 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lpWrap .hair-artmake .block10 .block6_list_item .row02 {
    flex-direction: column;
    gap: 8.8vw;
  }
}
.lpWrap .hair-artmake .block10 .block6_list_item .row02_img {
  max-width: 380px;
  width: 44%;
}
@media screen and (max-width: 767px) {
  .lpWrap .hair-artmake .block10 .block6_list_item .row02_img {
    max-width: none;
    width: auto;
  }
}
.lpWrap .hair-artmake .block10 .block6_list_item .row02_img img {
  height: auto;
}
.lpWrap .hair-artmake .block10 .block6_list_item .row02_txt {
  width: 47.7%;
}
@media screen and (max-width: 767px) {
  .lpWrap .hair-artmake .block10 .block6_list_item .row02_txt {
    width: auto;
  }
}
.lpWrap .hair-artmake .block10 .block6_list_item:nth-child(1) .ttl {
  margin-bottom: 134px;
}
@media screen and (max-width: 767px) {
  .lpWrap .hair-artmake .block10 .block6_list_item:nth-child(1) .ttl {
    margin-bottom: 10vw;
  }
}
.lpWrap .hair-artmake .block10 .block6_list_item:nth-child(2) .ttl span {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.lpWrap .hair-artmake .block10 .block6_box::before {
  background-image: url(../img/b-icon_2.webp);
}
.lpWrap .hair-artmake .block10 .block6_animTxt {
  background-image: url(../img/anim-txt05.webp);
}/* 
==============================
アートメイク料金表
==============================
 */
.treatment-price {
  background-color: #f2f2f2;
}

#artmake-price {
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  #artmake-price {
    margin-bottom: 32px;
  }
}

/* ベースの料金スタイル */
#artmake-price .price {
  display: flex;
  align-items: baseline;
  line-height: 1;
}

#artmake-price .price .yen {
  font-size: 24px;
}

#artmake-price .price .num {
  font-family: "Barlow", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-size: 24px;
}

#artmake-price .price .tax {
  font-size: 12px;
}



/* カード */
#artmake-price .price_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 64px;
}

@media screen and (max-width: 1000px) {
  #artmake-price .price_cards {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 32px;

  }
}

#artmake-price .price_card {
  background: #fff;
  border-bottom: 1px solid #999999;
}

#artmake-price .price_card_ttl {
  background-color: #052B58;
  color: #fff;
  text-align: center;
  padding: 16px 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

@media screen and (max-width: 767px) {
  #artmake-price .price_card_ttl {}
}

#artmake-price .price_card_body {
  padding: 16px 10px 24px;
}

/* 合計 */
#artmake-price .price_card_total {
  padding: 8px 10px 16px;
  color: #052B58;
}

#artmake-price .price_card_total .ttl {
  font-size: 18px;
  font-weight: bold;
}

#artmake-price .price_card_total .price {
  justify-content: center;
}

#artmake-price .price_card_total .price .num {
  font-size: 48px;
  letter-spacing: -0.03em;
}


#artmake-price .price_card_list {
  display: grid;
  gap: 8px;
}

#artmake-price .price_card_item .note {
  background-color: #052B58;
  color: #fff;
  border-radius: 56px;
  line-height: 1.5;
  font-size: 13px;
  font-weight: bold;
  width: fit-content;
  margin-inline: auto;
  padding: 0 5px;
  min-width: 212px;
}

#artmake-price .price_card_item .price_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

#artmake-price .price_card_item .price_wrap .count {
  min-width: 60px;
  text-align: center;
}


/* リタッチ */
#artmake-price .price_option {}

#artmake-price .price_option_ttl {
  background-color: #E6EAEE;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 16px 10px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

@media screen and (max-width: 767px) {
  #artmake-price .price_option_ttl {
    text-align: left;
  }
}

#artmake-price .price_option_list {}

#artmake-price .price_option_item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #999999;
  padding: 16px 40px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #artmake-price .price_option_item {
    padding: 16px 10px;
  }
}

#artmake-price .price_option_item .ttl {
  width: 60%;
  text-align: left;
  padding: 0 10px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {}

#artmake-price .price_option_item .ttl .main {
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #artmake-price .price_option_item .ttl .main {
    font-size: 15px;
  }
}

#artmake-price .price_option_item .ttl .sub {
  font-weight: 500;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #artmake-price .price_option_item .ttl .sub {
    font-size: 13px;
  }
}

#artmake-price .price_option_item .price_wrap {
  display: flex;
  align-items: center;
  width: 40%;
}

@media screen and (max-width: 767px) {}

#artmake-price .price_option_item .price_wrap .count {
  width: 40%;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #artmake-price .price_option_item .price_wrap .count {
    font-size: 12px;
  }
}


#artmake-price .price_option_item .price {
  flex: 1;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  #artmake-price .price_option_item .price {
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  #artmake-price .price_option_item .price .yen {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #artmake-price .price_option_item .price .num {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #artmake-price .price_option_item .price .tax {
    grid-column: 2 / 3;
    justify-self: flex-end;
    font-size: 10px;
  }
}



/*# sourceMappingURL=lp-style.css.map */