@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&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.8rem;
  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;
  color: #1a1a1a;
  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;
  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>section {
  position: relative;
}

.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;
  height: auto;
}

.lpWrap .serif {
  font-family: "Noto Serif JP", serif;
}

.lpWrap .kerning {
  font-feature-settings: "palt" 1;
}

.lpWrap .base-txt {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 2;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .lpWrap .base-txt {
    font-size: 4.267vw;
  }
}

.lpWrap .sec_ttl02 {
  font-size: 4.2rem;
  letter-spacing: 0.01em;
  line-height: 2;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .lpWrap .sec_ttl02 {
    font-size: 6.4vw;
  }
}

.lpWrap .bg-grid-light {
  background-color: #7f7876;
  background-image: linear-gradient(#867f7d 1px, transparent 0), linear-gradient(90deg, #867f7d 1px, transparent 0);
  background-size: 9px 9px;
}

.lpWrap .bg-grid-dark {
  background-color: #514a48;
  background-image: linear-gradient(#58514f 1px, transparent 0), linear-gradient(90deg, #58514f 1px, transparent 0);
  background-size: 9px 9px;
}

.lpWrap .maker {
  background-image: linear-gradient(to top, #8c7632 4px, transparent 4px);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 0.25em;
  transition: 1s;
  transition-delay: 0.7s;
}

@media screen and (max-width: 767px) {
  .lpWrap .maker {
    background-image: linear-gradient(to top, #8c7632 2px, transparent 2px);
  }
}

.lpWrap .maker.anim {
  background-size: 100% 100%;
}

.lpWrap .maker._y {
  background-image: linear-gradient(to top, #ffff00 4px, transparent 4px);
}

@media screen and (max-width: 767px) {
  .lpWrap .maker._y {
    background-image: linear-gradient(to top, #ffff00 2px, transparent 2px);
  }
}

.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 .fv {
  background-color: #bda589;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv {
    width: 100%;
    background-image: url("../img/datsumou_lp_01_sp.webp");
    background-repeat: no-repeat;
    background-size: 100% 126.4vw;
    background-position: top center;
  }
}

.lpWrap .fv .inner {
  max-width: 980px;
  padding-top: 115px;
  z-index: initial;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv .inner {
    padding-top: 60vw;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
}

@media screen and (max-width: 767px) {
  .lpWrap .fv .inner {
    padding-top: 66.67vw;
  }
}

.lpWrap .fv .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -453px;
  width: 645px;
  height: 645px;
  background: url(../img/datsumou_lp_55.webp) no-repeat center center/contain;
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv .inner::before {
    display: none;
  }
}

.lpWrap .fv_img1 {
  position: absolute;
  width: 1070px;
  top: 0;
  right: -467px;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_img1 {
    display: none;
  }
}

.lpWrap .fv_img1.loadingAnim {
  transform: translateX(20%);
  transition: 1.2s;
  opacity: 0;
}

.lpWrap .fv_img1.loadingAnim.anim {
  transform: none;
  opacity: 1;
}

.lpWrap .fv_txt1 {
  font-weight: bold;
  animation-delay: 0.2s;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt1 {
    padding-left: 5.33vw;
  }
}

.lpWrap .fv_txt1 .img {
  width: 120px;
  position: absolute;
  bottom: 56%;
  left: 43%;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt1 .img {
    width: 18.667vw;
    left: 73%;
  }
}

.lpWrap .fv_txt1 .small span,
.lpWrap .fv_txt1 .big span {
  transform: skew(-18deg) rotate(-7deg);
  display: inline-block;
  font-feature-settings: "palt" 1;
  line-height: 1;
}

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

  .lpWrap .fv_txt1 .small span,
  .lpWrap .fv_txt1 .big span {
    scale: initial;
  }
}

.lpWrap .fv_txt1 .small span {
  position: relative;
  bottom: -23px;
  left: -16px;
  background: #1a1a1a;
  z-index: 1;
  color: #fff;
  font-size: 5.11rem;
  line-height: 1.3;
  letter-spacing: -0.05em;
  padding: 0 0.8rem;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt1 .small span {
    font-size: 6.813vw;
    left: 0;
    bottom: -3vw;
  }
}

.lpWrap .fv_txt1 .big span {
  font-size: 8rem;
  background-color: #fff;
  letter-spacing: -0.1em;
  padding: 0.6rem 0.8rem;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt1 .big span {
    font-size: 10.755vw;
  }
}

.lpWrap .fv_txt2 {
  display: flex;
  align-items: center;
  font-weight: bold;
  position: relative;
  left: -83px;
  animation-delay: 0.4s;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt2 {
    left: 0;
  }
}

.lpWrap .fv_txt2 .img {
  width: 128px;
  position: relative;
  top: -20px;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt2 .img {
    width: 17.87vw;
    height: 37.69vw;
    top: 0;
  }
}

.lpWrap .fv_txt2 .content {
  flex-grow: 1;
  margin-left: 30px;
  line-height: 1.1;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt2 .content {
    margin-left: 4vw;
    position: relative;
    top: -2.13vw;
  }
}

.lpWrap .fv_txt2 .small {
  font-size: 5rem;
  color: #fff;
  text-shadow:
    1px 1px 0px #1a1a1a,
    -1px 1px 0px #1a1a1a,
    1px -1px 0px #1a1a1a,
    -1px -1px 0px #1a1a1a,
    1px 0px 0px #1a1a1a,
    0px 1px 0px #1a1a1a,
    -1px 0px 0px #1a1a1a,
    0px -1px 0px #1a1a1a;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt2 .small {
    font-size: 6.27vw;
  }
}

.lpWrap .fv_txt2 .big {
  font-size: 134px;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt2 .big {
    font-size: 16.8vw;
  }
}

.lpWrap .fv_txt3 {
  position: relative;
  margin-top: 34px;
  z-index: 1;
  animation-delay: 0.6s;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt3 {
    margin-top: -4vw;
  }
}

.lpWrap .fv_txt3 .circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ffff00;
  width: 140px;
  height: 140px;
  font-size: 2.6rem;
  font-weight: bold;
  position: absolute;
  top: -80px;
  left: calc(50% - 537px);
  border-radius: 50%;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt3 .circle {
    font-size: 4.46vw;
    width: 24vw;
    height: 24vw;
    left: 5.33vw;
    top: -1vw;
    line-height: 1.14;
  }
}

.lpWrap .fv_txt3 .copy {
  animation-delay: 0.6s;
  font-size: 4.2rem;
  text-align: center;
  font-weight: bold;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: #fff;
  background-image: url("../img/datsumou_lp_bg_black.webp");
  background-repeat: repeat;
  background-position: top center;
  padding: 20px 10px;
  position: relative;
  height: inherit;
  line-height: 1.457;
}

@media screen and (max-width: 1024px) {
  .lpWrap .fv_txt3 .copy {
    font-size: 5.6vw;
    padding: 2.67vw 2.67vw 2.67vw 32vw;
    text-align: left;
  }
}

.lpWrap .fv_txt3 .copy strong {
  color: #ffff00;
}

.lpWrap .block1 {
  background: #d2c7c3;
  padding-top: 50px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .lpWrap .block1 {
    padding-top: 12vw;
    padding-bottom: 12.133vw;
  }
}

.lpWrap .block1 .inner {
  max-width: 961px;
}

.lpWrap .block1_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .lpWrap .block1_row {
    display: block;
    position: relative;
  }
}

.lpWrap .block1_row_imgWrap {
  width: 34.3%;
  position: relative;
  top: -30px;
}

@media screen and (max-width: 767px) {
  .lpWrap .block1_row_imgWrap {
    width: 42.667vw;
    height: 42.667vw;
    position: absolute;
  }
}

.lpWrap .block1_row_imgWrap img {
  display: block;
  transform: scale(0.95);
}

.lpWrap .block1_row_imgWrap .circle {
  width: 100%;
  height: 100%;
  position: relative;
}

.lpWrap .block1_row_imgWrap .circle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/circle.svg) no-repeat center center/contain;
  animation: looprotate 10s linear infinite;
}

@media screen and (max-width: 767px) {
  .lpWrap .block1_row_imgWrap.right {
    right: -13.333vw;
  }
}

@media screen and (max-width: 767px) {
  .lpWrap .block1_row_imgWrap.left {
    top: -12.667vw;
    left: -16.333vw;
  }
}

.lpWrap .block1_row_content {
  width: 59.7%;
}

@media screen and (max-width: 767px) {
  .lpWrap .block1_row_content {
    width: 100%;
  }
}

.lpWrap .block1_row_content .txt1 {
  font-size: 4rem;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block1_row_content .txt1 {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .lpWrap .block1_row_content .txt1 {
    font-size: 8.533vw;
  }
}

@media screen and (max-width: 1024px) {
  .lpWrap .block1_row_content .txt2 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .lpWrap .block1_row_content .txt2 {
    font-size: 4.267vw;
  }
}

@media screen and (max-width: 1024px) {
  .lpWrap .block1_row_content .txt1 span:nth-of-type(1) {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  .lpWrap .block1_row_content:nth-child(1) .txt1 {
    margin-bottom: 9.767vw;
    padding-top: 9vw;
  }
}

.lpWrap .block1_row_content:nth-child(1) .txt1 span {
  background-color: #fff;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .lpWrap .block1_row_content:nth-child(2) .txt1 {
    margin-left: 30.733vw;
    margin-bottom: 15.767vw;
  }
}

.lpWrap .block1_row_content:nth-child(2) .txt1 span {
  background-color: #1a1a1a;
  display: inline-block;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .lpWrap .block1_row:nth-child(1) {
    margin-bottom: 16.833vw;
  }
}

.lpWrap .block2 {
  overflow: hidden;
  background-image: url("../img/datsumou_lp_bg_black.webp");
  background-repeat: repeat;
  background-position: top center;
  position: relative;
  padding: 90px 0 70px;
}

@media screen and (max-width: 767px) {
  .lpWrap .block2 {
    padding: 13.5vw 0 10.667vw;
  }
}

.lpWrap .block2::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top: 70px solid #d2c7c3;
}

@media screen and (max-width: 767px) {
  .lpWrap .block2::before {
    border-right-width: 13.4vw;
    border-left-width: 13.4vw;
    border-top-width: 9.1vw;
  }
}

.lpWrap .block2 .inner {
  max-width: 950px;
}

.lpWrap .block2_ttl {
  margin-bottom: 43px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lpWrap .block2_ttl {
    margin-bottom: 10.1vw;
  }
}

.lpWrap .block2_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 50px;
  flex-wrap: wrap;
  margin-bottom: 66px;
}

@media screen and (max-width: 767px) {
  .lpWrap .block2_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8vw 4vw;
    margin-bottom: 6.5vw;
  }
}

@media screen and (max-width: 767px) {
  .lpWrap .block2_list_item {
    max-width: none;
  }
}

.lpWrap .block2_list_item .img {
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .lpWrap .block2_list_item .img {
    padding-left: 2.667vw;
    padding-right: 0;
    margin-bottom: 2.7vw;
  }
}

.lpWrap .block2_list_item .img::before {
  content: "";
  position: absolute;
  background: url(../img/check_yellow.webp) no-repeat center center/contain;
  width: 50px;
  height: 50px;
  top: -18px;
  left: 15px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .lpWrap .block2_list_item .img::before {
    width: 8vw;
    height: 8vw;
    top: -2.7vw;
    left: 2.667vw;
  }
}

.lpWrap .block2_list_item .txt {
  background: #ffff00;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  padding: 0 0.3em;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block2_list_item .txt span {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .lpWrap .block2_list_item .txt {
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .lpWrap .block2_list_item .txt {
    padding: 0.2em 0.3em;
    font-size: 4.3vw;
    line-height: 1.3;
  }
}

.lpWrap .block2_list_item:nth-child(2) {
  animation-delay: 0.1s;
}

.lpWrap .block2_list_item:nth-child(3) {
  animation-delay: 0.2s;
}

.lpWrap .block2_list_item:nth-child(4) {
  animation-delay: 0.3s;
}

.lpWrap .block2_list_item:nth-child(5) {
  animation-delay: 0.4s;
}

.lpWrap .block2_list_item:nth-child(6) {
  animation-delay: 0.5s;
}

.lpWrap .block2_copy {
  font-weight: bold;
  font-feature-settings: "palt" 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.3;
  text-align: center;
}

.lpWrap .block2_copy .txt1:nth-of-type(1),
.lpWrap .block2_copy .txt2 {
  margin-bottom: 10px;
}

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

  .lpWrap .block2_copy .txt1:nth-of-type(1),
  .lpWrap .block2_copy .txt2 {
    margin-bottom: 2vw;
  }
}

.lpWrap .block2_copy .txt1 {
  color: #fff;
  font-size: 4.2rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block2_copy .txt1 {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .lpWrap .block2_copy .txt1 {
    font-size: 5.6vw;
  }
}

.lpWrap .block2_copy .txt2 {
  color: #ffff00;
  font-size: 7rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block2_copy .txt2 {
    font-size: 7rem;
  }
}

@media screen and (max-width: 767px) {
  .lpWrap .block2_copy .txt2 {
    font-size: 9.6vw;
  }
}

.lpWrap .block3 {
  overflow: hidden;
  padding-bottom: 100px;
  background-color: #d2c7c3;
}

@media screen and (max-width: 767px) {
  .lpWrap .block3 {
    padding-bottom: 13.333vw;
  }
}

.lpWrap .block3::before {
  content: "";
  width: 100vw;
  height: 130px;
  background-image: url("../img/datsumou_lp_bg_black.webp");
  background-repeat: repeat;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .lpWrap .block3::before {
    height: 48.533vw;
  }
}

.lpWrap .block3_cta {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .lpWrap .block3_cta {
    margin-bottom: 10.667vw;
  }
}

.lpWrap .block3_ttl {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .lpWrap .block3_ttl {
    margin-bottom: 7.2vw;
  }
}

.lpWrap .block3_img {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .lpWrap .block3_img {
    margin-bottom: 5.333vw;
  }
}

.lpWrap .block3_txt:nth-of-type(1) {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .lpWrap .block3_txt:nth-of-type(1) {
    margin-bottom: 8vw;
  }
}

.lpWrap .block3_txt {
  width: 86.3%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .lpWrap .block3_txt {
    width: 87.9%;
  }
}

.lpWrap .parallax {
  height: 200vh;
}

@media screen and (max-width: 767px) {
  .lpWrap .parallax {
    height: auto;
  }
}

.lpWrap .parallax .img1,
.lpWrap .parallax .img2 {
  width: 100%;
  height: 100vh;
}

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

  .lpWrap .parallax .img1,
  .lpWrap .parallax .img2 {
    display: none;
  }
}

.lpWrap .parallax .img1 img,
.lpWrap .parallax .img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.lpWrap .parallax .img1.fixed,
.lpWrap .parallax .img2.fixed {
  position: fixed;
  top: 0;
}

.lpWrap .parallax .img1 {
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.lpWrap .parallax .img2 {
  z-index: 1;
}

.lpWrap .parallax .img_sp {
  height: auto;
}

.lpWrap .block4 {
  color: #fff;
  padding-top: 47px;
  padding-bottom: 96px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .lpWrap .block4 {
    padding-top: 10.667vw;
    padding-bottom: 13.333vw;
  }
}

.lpWrap .block4_ttl {
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .lpWrap .block4_ttl {
    margin-bottom: 8vw;
  }
}

.lpWrap .block4_row {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .lpWrap .block4_row {
    flex-direction: column;
  }
}

.lpWrap .block4_row_content {
  width: 41.8%;
}

@media screen and (max-width: 767px) {
  .lpWrap .block4_row_content {
    width: 100%;
    order: 2;
  }
}

.lpWrap .block4_row_img {
  width: 53.2%;
}

@media screen and (max-width: 767px) {
  .lpWrap .block4_row_img {
    width: 100%;
    order: 1;
    margin-bottom: 8vw;
  }
}

.lpWrap .block5 {
  padding-top: 108px;
  background-color: #d2c7c3;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .lpWrap .block5 {
    padding-top: 17.867vw;
  }
}

.lpWrap .block5 .inner {
  max-width: 1020px;
  width: 100%;
}

.lpWrap .block5_row {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 0 5.71vw 2.93vw 60px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block5_row {
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .lpWrap .block5_row {
    flex-direction: column;
    align-items: flex-start;
    padding: 10.667vw 5.333vw 5.333vw;
  }
}

.lpWrap .block5_row_label {
  color: #fff;
  background-color: #1a1a1a;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0.25em 1em;
  position: absolute;
  top: -1em;
  left: -0.5em;
}

@media screen and (max-width: 767px) {
  .lpWrap .block5_row_label {
    font-size: 6.4vw;
    padding: 0.2em;
    top: -0.8em;
  }
}

.lpWrap .block5_row_content {
  width: auto;
  flex: 1;
  margin-right: 50px;
  padding-top: 45px;
}

@media screen and (max-width: 767px) {
  .lpWrap .block5_row_content {
    padding-top: 0;
    display: contents;
    width: 100%;
    margin-right: 0;
  }
}

.lpWrap .block5_row_content .ttl {
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block5_row_content .ttl {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 767px) {
  .lpWrap .block5_row_content .ttl {
    font-size: 6.4vw;
    margin-bottom: 2.667vw;
    order: 1;
  }
}

.lpWrap .block5_row_content .ttl .border {
  display: inline-block;
  color: #8c7632;
  padding-bottom: 2px;
  border-bottom: solid 3px #8c7632;
}

@media screen and (max-width: 767px) {
  .lpWrap .block5_row_content .list {
    order: 3;
  }
}

.lpWrap .block5_row_content .list_item {
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  border-bottom: dashed 1px #1a1a1a;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .lpWrap .block5_row_content .list_item {
    padding-top: 2.667vw;
    padding-bottom: 2.667vw;
    padding-left: 0;
    font-size: 4.267vw;
  }
}

.lpWrap .block5_row_content .list_item::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../img/check_red.webp") no-repeat center center/contain;
  margin-right: 10px;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .lpWrap .block5_row_content .list_item::before {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 1.333vw;
  }
}

.lpWrap .block5_row_right {
  width: 35.62%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .lpWrap .block5_row_right {
    width: 74.57%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4vw;
    order: 2;
  }
}

.lpWrap .block5_row_right .img {
  position: relative;
  top: -10px;
  width: 300px;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block5_row_right .img {
    transform: scale(0.8);
  }
}

@media screen and (max-width: 767px) {
  .lpWrap .block5_row_right .img {
    transform: scale(1);
    width: 58.67vw;
    margin-left: auto;
    margin-right: auto;
    top: initial;
  }
}

.lpWrap .block5_row_right .img.bubble1::before {
  content: "";
  width: 64px;
  height: 64px;
  background: url("../img/block5_circle_01.webp") no-repeat center center/contain;
  position: absolute;
  top: 128px;
  left: 110px;
  animation: looprotate 10s linear infinite;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .lpWrap .block5_row_right .img.bubble1::before {
    width: 13.65vw;
    height: 13.65vw;
    top: 26vw;
    left: 22vw;
  }
}

.lpWrap .block5_row_right .img.bubble1::after {
  content: "";
  width: 230px;
  height: 150px;
  background: url("../img/block5_bubble1_pc.webp") no-repeat center center/contain;
  position: absolute;
  top: 24px;
  left: -88px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .lpWrap .block5_row_right .img.bubble1::after {
    background: url("../img/block5_bubble1_sp.webp") no-repeat center center/contain;
    width: 46.67vw;
    height: 40vw;
    top: -6.8vw;
    left: 28.2vw;
  }
}

.lpWrap .block5_row_right .img.bubble2::before {
  content: "";
  width: 106px;
  height: 106px;
  background: url("../img/block5_circle_02.webp") no-repeat center center/contain;
  position: absolute;
  top: 173px;
  left: 76px;
  animation: looprotate 11s linear infinite;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .lpWrap .block5_row_right .img.bubble2::before {
    width: 18vw;
    height: 18vw;
    top: 36vw;
    left: 16vw;
  }
}

.lpWrap .block5_row_right .img.bubble2::after {
  content: "";
  width: 180px;
  height: 180px;
  background: url("../img/block5_bubble2_pc.webp") no-repeat center center/contain;
  position: absolute;
  top: 25px;
  left: -84px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .lpWrap .block5_row_right .img.bubble2::after {
    background: url("../img/block5_bubble2_sp.webp") no-repeat center center/contain;
    width: 49.87vw;
    height: 51.73vw;
    top: -6.8vw;
    left: 25.2vw;
  }
}

.lpWrap .block5_row:nth-of-type(1) {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .lpWrap .block5_row:nth-of-type(1) {
    margin-bottom: 10.133vw;
  }
}

.lpWrap .block5_row:nth-of-type(2) {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .lpWrap .block5_row:nth-of-type(2) {
    padding-bottom: 8vw;
  }
}

.lpWrap .block5_txt {
  margin-bottom: 100px;
  width: 87.3%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .lpWrap .block5_txt {
    width: 100%;
    margin-bottom: 13.333vw;
  }
}

.lpWrap .block5_bgImg {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 360px;
}

@media screen and (max-width: 767px) {
  .lpWrap .block5_bgImg {
    height: 42.667vw;
  }
}

.lpWrap .block5_bgImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.lpWrap .block6 {
  overflow: hidden;
  padding-top: 78px;
  position: relative;
  padding-bottom: 7vw;
}

@media screen and (max-width: 767px) {
  .lpWrap .block6 {
    padding-top: 13.333vw;
    padding-bottom: 6vw;
  }
}

.lpWrap .block6 .inner {
  max-width: 900px;
}

.lpWrap .block6_ttl {
  color: #fff;
  margin-bottom: 29px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lpWrap .block6_ttl {
    margin-bottom: 10.667vw;
  }
}

.lpWrap .block6_txt {
  color: #fff;
  font-weight: bold;
  margin-bottom: 101px;
}

@media screen and (max-width: 767px) {
  .lpWrap .block6_txt {
    margin-bottom: 26.67vw;
  }
}

.lpWrap .block6_box {
  position: relative;
  transform: skewY(-7deg);
  font-weight: bold;
}

.lpWrap .block6_box::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  margin-left: calc(50% - 50vw);
}

.lpWrap .block6_box .content {
  position: relative;
  z-index: 1;
}

.lpWrap .block6_box .ttl {
  font-size: 2.4rem;
  color: #fff;
  display: inline-block;
  line-height: 1.3;
  padding: 0.4em 1em 0.5em 1.5em;
  position: relative;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .lpWrap .block6_box .ttl {
    font-size: 5.6vw;
  }
}

.lpWrap .block6_box .list {
  max-width: 510px;
}

@media screen and (max-width: 767px) {
  .lpWrap .block6_box .list {
    max-width: none;
  }
}

.lpWrap .block6_box .list .list_item {
  display: flex;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .lpWrap .block6_box .list .list_item {
    font-size: 4.267vw;
  }
}

.lpWrap .block6_box .list .list_item::before {
  content: "";
  min-width: 0.6em;
  height: 0.6em;
  background: #1a1a1a;
  border-radius: 50%;
  margin-top: 0.75em;
  margin-right: 0.3em;
}

.lpWrap .block6_box .list .small {
  font-size: 1.3rem;
  color: #6e6e6e;
  text-align: right;
  display: block;
  font-weight: medium;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .lpWrap .block6_box .list .small {
    font-size: 3.467vw;
    margin-top: 5.333vw;
  }
}

.lpWrap .block6_box.box1 {
  margin-bottom: 120px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .lpWrap .block6_box.box1 {
    padding-bottom: 10.667vw;
  }
}

.lpWrap .block6_box.box1::before {
  background-color: #fff;
}

.lpWrap .block6_box.box1 .content {
  margin-left: 82px;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block6_box.box1 .content {
    margin-left: 14vw;
  }
}

@media screen and (max-width: 767px) {
  .lpWrap .block6_box.box1 .content {
    margin-left: 0;
  }
}

.lpWrap .block6_box.box1 .ttl {
  background-color: #052b58;
  top: -1em;
}

@media screen and (max-width: 767px) {
  .lpWrap .block6_box.box1 .ttl {
    top: -1.6em;
    left: 14vw;
    text-align: right;
    min-width: 74.13vw;
  }
}

.lpWrap .block6_box.box1 .ttl::before {
  content: "";
  display: inline-block;
  width: 240px;
  height: 323px;
  background: url("../img/datsumou_lp_21.webp") no-repeat center center/contain;
  position: absolute;
  top: -80px;
  left: -180px;
  transform: skewY(7deg);
}

@media screen and (max-width: 767px) {
  .lpWrap .block6_box.box1 .ttl::before {
    width: 32vw;
    height: 42.667vw;
    top: -15vw;
    left: -22vw;
  }
}

.lpWrap .block6_box.box1 .list {
  margin-left: 63px;
}

.lpWrap .block6_box.box1 .list .list_item::before {
  background: #052b58;
}

@media screen and (max-width: 767px) {
  .lpWrap .block6_box.box1 .list {
    margin-left: 0;
    margin-top: 2.667vw;
  }
}

.lpWrap .block6_box.box2 {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .lpWrap .block6_box.box2 {
    padding-bottom: 10.667vw;
  }
}

.lpWrap .block6_box.box2::before {
  background-color: #f1eeed;
}

.lpWrap .block6_box.box2 .content {
  margin-left: 50px;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block6_box.box2 .content {
    margin-left: 9vw;
  }
}

@media screen and (max-width: 767px) {
  .lpWrap .block6_box.box2 .content {
    margin-left: 0;
  }
}

.lpWrap .block6_box.box2 .ttl {
  background-color: #004eae;
  top: -1em;
}

@media screen and (max-width: 767px) {
  .lpWrap .block6_box.box2 .ttl {
    top: -1.4em;
    left: 14vw;
    text-align: right;
    min-width: 74.13vw;
  }
}

.lpWrap .block6_box.box2 .ttl::before {
  content: "最高峰\aスペック";
  white-space: pre-wrap;
  display: inline-block;
  position: absolute;
  top: -41px;
  left: -95px;
  text-align: center;
  width: 120px;
  height: 120px;
  font-size: 2.1rem;
  font-feature-settings: "palt" 1;
  background-color: #ffff00;
  color: #1a1a1a;
  border-radius: 50%;
  display: grid;
  place-content: center;
  transform: skewY(7deg);
}

@media screen and (max-width: 767px) {
  .lpWrap .block6_box.box2 .ttl::before {
    font-size: 4.2vw;
    width: 24vw;
    height: 24vw;
    left: -18vw;
    top: -7vw;
  }
}

.lpWrap .block6_box.box2 .list {
  margin-left: 23px;
}

.lpWrap .block6_box.box2 .list .list_item::before {
  background: #004eae;
}

@media screen and (max-width: 767px) {
  .lpWrap .block6_box.box2 .list {
    margin-left: 0;
    margin-top: 2.667vw;
  }
}

.lpWrap .block6_box.box2 .img {
  width: 256px;
  position: absolute;
  right: 0;
  top: -166px;
  transform: skewY(7deg);
}

@media screen and (max-width: 1024px) {
  .lpWrap .block6_box.box2 .img {
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .lpWrap .block6_box.box2 .img {
    width: 34.133vw;
    position: relative;
    float: right;
    top: initial;
    right: initial;
    margin-left: 2.667vw;
  }
}

.lpWrap .block7 {
  overflow: hidden;
  margin-top: -14vw;
  padding: 280px 0 75px;
  position: relative;
  z-index: 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .lpWrap .block7 {
    padding: 21.3vw 0 7vw;
    margin-top: -13vw;
  }
}

.lpWrap .block7::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 583px;
  background: url(../img/block7_bg_pc.webp) no-repeat center bottom/cover;
}

@media screen and (max-width: 767px) {
  .lpWrap .block7::after {
    background-image: url(../img/block7_bg_sp.webp);
    height: 158vw;
  }
}

.lpWrap .block7 .inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../img/datsumou_lp_16.webp) no-repeat left top/contain;
  width: 1240px;
  height: 801px;
  top: -225px;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(-35.5%);
}

@media screen and (max-width: 1024px) {
  .lpWrap .block7 .inner::before {
    transform: translateX(-37%);
    width: 90vw;
  }
}

@media screen and (max-width: 767px) {
  .lpWrap .block7 .inner::before {
    top: -21.3vw;
    width: 99.1vw;
    transform: translateX(-28.5%);
  }
}

.lpWrap .block7_box {
  max-width: 705px;
  margin-left: auto;
  margin-bottom: 105px;
}

@media screen and (max-width: 767px) {
  .lpWrap .block7_box {
    margin-bottom: 22vw;
  }
}

.lpWrap .block7_box_ttl {
  font-feature-settings: "palt" 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .lpWrap .block7_box_ttl {
    align-items: end;
    margin-bottom: 10.7vw;
  }
}

.lpWrap .block7_box_ttl_txt1 {
  font-size: 5.2rem;
  letter-spacing: 0.09em;
  line-height: 1.3;
  margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block7_box_ttl_txt1 {
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 767px) {
  .lpWrap .block7_box_ttl_txt1 {
    font-size: 6.9vw;
    margin-bottom: 2vw;
  }
}

.lpWrap .block7_box_ttl_txt2 {
  font-size: 4.2rem;
  background-image: linear-gradient(to right, transparent 0%, #8c7632 10%, #8c7632 90%, transparent 100%);
  line-height: 1.52;
  color: #fff;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block7_box_ttl_txt2 {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 767px) {
  .lpWrap .block7_box_ttl_txt2 {
    font-size: 5.6vw;
    line-height: 2;
    letter-spacing: 0;
    width: auto;
    padding: 0 5.1vw;
  }
}

.lpWrap .block7_txt1 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 36px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block7_txt1 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .lpWrap .block7_txt1 {
    font-size: 6.4vw;
    text-align: left;
    line-height: 1.7;
    margin-bottom: 8vw;
  }
}

.lpWrap .block7_txt2 {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block7_txt2 {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 767px) {
  .lpWrap .block7_txt2 {
    font-size: 4.3vw;
    text-align: left;
    margin-bottom: 6vw;
    line-height: 2;
  }
}

.lpWrap .block8 {
  overflow: hidden;
}

.lpWrap .block8_ttl {
  height: 170px;
  display: grid;
  place-content: center;
  background-color: #d2c7c3;
}

@media screen and (max-width: 767px) {
  .lpWrap .block8_ttl {
    height: 24vw;
  }
}

.lpWrap .block8_row {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  position: relative;
}

@media screen and (max-width: 767px) {
  .lpWrap .block8_row {
    padding-top: 8vw;
    padding-bottom: 18.667vw;
  }
}

.lpWrap .block8_row .content {
  height: inherit;
  position: relative;
  top: -30px;
}

@media screen and (max-width: 767px) {
  .lpWrap .block8_row .content {
    height: auto;
    top: initial;
    display: contents;
  }
}

.lpWrap .block8_row .content .inner {
  position: relative;
}

.lpWrap .block8_row .content .ttl {
  width: 120px;
  height: 120px;
  background-color: #1a1a1a;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .lpWrap .block8_row .content .ttl {
    display: flex;
    width: 24vw;
    height: 24vw;
    font-size: 6.4vw;
    margin-bottom: 13.333vw;
  }
}

.lpWrap .block8_row .content .txt {
  font-size: clamp(14px, 1.35vw, 18px);
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .lpWrap .block8_row .content .txt {
    font-size: 4vw;
  }
}

.lpWrap .block8_row.right {
  height: 542px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .lpWrap .block8_row.right {
    height: auto;
  }
}

.lpWrap .block8_row.right .img {
  float: right;
  shape-outside: url(../img/datsumou_lp_17.webp);
  shape-margin: 40px;
  margin-right: -277px;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block8_row.right .img {
    margin-right: -413px;
  }
}

@media screen and (max-width: 767px) {
  .lpWrap .block8_row.right .img {
    float: none;
    width: 71.467vw;
    height: 42.667vw;
    position: absolute;
    top: -5.333vw;
    right: 0px;
    shape-margin: 0;
    margin: 0;
  }
}

.lpWrap .block8_row.left {
  height: 412px;
}

@media screen and (max-width: 767px) {
  .lpWrap .block8_row.left {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .lpWrap .block8_row.left .content .ttl {
    margin-left: auto;
  }
}

.lpWrap .block8_row.left .img {
  float: left;
  shape-outside: url(../img/datsumou_lp_18.webp);
  shape-margin: 40px;
  margin-left: -277px;
}

@media screen and (max-width: 1024px) {
  .lpWrap .block8_row.left .img {
    margin-left: -413px;
  }
}

@media screen and (max-width: 767px) {
  .lpWrap .block8_row.left .img {
    float: none;
    width: 96vw;
    height: 42.667vw;
    position: absolute;
    top: -5.333vw;
    left: -32.533vw;
    shape-margin: 0;
    margin: 0;
  }
}

.lpWrap .pb {
  padding: 72px 0 188px;
  background: url(../img/pb-bg.webp) repeat center center/cover;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .lpWrap .pb {
    padding: 13.4vw 0 62vw;
    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: 300px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .lpWrap .block20 {
    height: 110vw;
  }
}

.lpWrap .block20_cta {
  margin-top: -140px;
}

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

.lpWrap .effects.scrollAnim {
  opacity: 0;
  transform: translate(4%, 4%);
  transition: 1.4s;
  transition-delay: 0.5s;
}

.lpWrap .effects.scrollAnim.anim {
  opacity: 1;
  transform: none;
}

@keyframes sway {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(20deg);
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
  }

  30% {
    height: 100%;
  }

  100% {
    height: 0;
    top: 100%;
  }
}

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.price_container {
  max-width: 1106px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .price_container {
    padding: 30px 0;
  }
}

.price_container .tab_buttons {
  display: flex;
  position: relative;
}

.price_container .tab_btn {
  font-size: clamp(21px, 1.76vw, 24px);
  font-weight: bold;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  width: 33.3333333333%;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  background: linear-gradient(0deg, #b9c7d3 0%, #f2f6fb 100%);
  position: relative;
  text-align: center;
  height: 5.86vw;
  min-height: 60px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .price_container .tab_btn {
    height: 21.33vw;
    max-height: 80px;
    font-size: clamp(18px, 5.6vw, 21px);
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
  }
}

.price_container .tab_btn::before {
  content: "";
  display: inline-block;
  width: 8.78vw;
  height: 8.78vw;
  max-width: 120px;
  position: absolute;
  left: 0.73vw;
  top: -1.46vw;
}

@media screen and (max-width: 767px) {
  .price_container .tab_btn::before {
    width: 17.6vw;
    height: 17.6vw;
    max-width: 66px;
    left: 50%;
    transform: translateX(-50%);
    top: -10vw;
  }
}

@media screen and (max-width: 767px) {
  .price_container .tab_btn.bottom {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .price_container .tab_btn.bottom::before {
    top: initial;
    bottom: -10vw;
  }
}

.price_container .tab_btn:nth-child(1)::before {
  background: url("../img/datsumou_lp_24.webp") no-repeat center center/contain;
}

.price_container .tab_btn:nth-child(2)::before {
  background: url("../img/datsumou_lp_25.webp") no-repeat center center/contain;
}

.price_container .tab_btn:nth-child(3)::before {
  background: url("../img/datsumou_lp_26.webp") no-repeat center center/contain;
}

.price_container .tab_btn.top {
  border-radius: 10px 10px 0 0;
}

.price_container .tab_btn.bottom {
  border-radius: 0 0 10px 10px;
}

.price_container .tab-contents-wrap {
  background-color: #004eae;
  padding: 50px 20px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .price_container .tab-contents-wrap {
    padding: 2.667vw;
  }
}

.price_container .tab-contents {
  display: none;
}

.price_container .tab_btn.is-active {
  background: #004eae;
  color: #fff;
  font-weight: bold;
  z-index: 3;
}

.price_container .tab-contents.is-show {
  display: block;
}

.price_container .price_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
}

@media screen and (max-width: 1024px) {
  .price_container .price_box {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 767px) {
  .price_container .price_box {
    padding: 8vw 2.667vw 2.667vw;
  }
}

.price_container .price_box_ttl {
  font-size: clamp(24px, 2.34vw, 32px);
  text-align: center;
  font-weight: bold;
  color: #052b58;
  margin-bottom: 30px;
  line-height: 1.5;
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1024px) {
  .price_container .price_box_ttl {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .price_container .price_box_ttl {
    margin-bottom: 5.333vw;
  }
}

@media screen and (max-width: 1024px) {
  .price_container .price_box_ttl span {
    display: block;
  }
}

.price_container .price_box_ttl small {
  display: block;
  text-align: center;
  font-size: 0.55em;
}

.price_container .price_box_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  .price_container .price_box_cards {
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .price_container .price_box_cards {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.33vw;
  }
}

.price_container .price_box+.price_box {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .price_container .price_box+.price_box {
    margin-top: 2.667vw;
  }
}

.price_container .card {
  background-color: #052b58;
  color: #fff;
  padding: 15px 10px 20px 10px;
  border-radius: 10px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .price_container .card {
    padding: 2.667vw;
  }
}

.price_container .card_ttl {
  text-align: center;
  font-size: clamp(21px, 1.76vw, 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 55px;
}

.price_container .card_ttl small {
  display: block;
  line-height: 1;
  font-size: 0.65em;
}

.price_container .card_row {
  display: flex;
  column-gap: 10px;
  margin-top: auto;
  flex: 1;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .price_container .card_row {
    column-gap: 1.33vw;
    padding-top: 2.667vw;
  }
}

.price_container .card_img {
  width: 38.96%;
  max-width: 180px;
  background-color: #dddddd;
  aspect-ratio: 18/15;
  padding: 10px;
}

@media screen and (max-width: 1024px) {
  .price_container .card_img {
    width: 47.4%;
    max-width: initial;
    aspect-ratio: 14/12.5;
  }
}

.price_container .card_img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.price_container .card_detail {
  display: grid;
  row-gap: 10px;
  flex: 1;
}

@media screen and (max-width: 1024px) {
  .price_container .card_detail {
    row-gap: 5px;
  }
}

.price_container .card_info {
  display: flex;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

@media screen and (max-width: 1024px) {
  .price_container .card_info {
    flex-direction: column;
  }
}

.price_container .card_info_ttl {
  background-color: #fff;
  color: #052b58;
  width: 26.3%;
  max-width: 70px;
  font-size: clamp(13px, 1.32vw, 18px);
  flex-shrink: 0;
  display: grid;
  place-content: center;
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .price_container .card_info_ttl {
    width: 100%;
    max-width: initial;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .price_container .card_info_ttl {
    font-size: clamp(12px, 2vw, 22px);
  }
}

.price_container .card_info_ttl span {
  display: block;
}

@media screen and (max-width: 1024px) {
  .price_container .card_info_ttl span {
    display: inline-block;
  }
}

.price_container .card_info_price {
  width: 100%;
  padding: 10px 0 10px 5px;
  font-size: clamp(18px, 3.07vw, 42px);
  font-family: "Barlow", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt" 1;
  letter-spacing: 0;
  display: flex;
  align-items: baseline;
  align-self: center;
  line-height: 1;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .price_container .card_info_price {
    padding: 2.67vw 0 2.67vw 1.33vw;
    font-size: clamp(18px, 6vw, 36px);
  }
}

.price_container .card_info_price::before {
  content: "￥";
  display: inline-block;
  font-size: clamp(14px, 1.68vw, 23px);
}

.price_container .card_info_price::after {
  content: "（税込）";
  display: inline-block;
  font-size: clamp(10px, 0.88vw, 12px);
}

.price_container .card.light-blue {
  background-color: #009fe8;
}

.treatment_mainsection .treatment-price {
  background-color: #ebf2f9;
}

/* 以下船津追加CSS */

/* 医療脱毛とは */

.tab_br {
  display: none;
}

@media (max-width: 768px) {
  .tab_br {
    display: block;
  }
}

.comparison {
  max-width: 1024px;
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
}

@media (max-width: 768px) {
  .comparison {
    margin-bottom: 40px;
  }
}

.comparison p {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: 24px;
}

@media (max-width: 1024px) {
  .comparison p {
    font-size: 2.34375vw;
  }
}

@media (max-width: 768px) {
  .comparison p {
    flex-direction: column;
    font-size: 3.125vw;
    line-height: 1.4;
  }
}

.comparison span {
  font-size: 16px;
  margin-left: 20px;
  margin-top: 10px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .comparison span {
    margin-left: 1.953125vw;
    margin-top: 0.9765625vw;
    font-size: 1.5625vw;
  }
}

@media (max-width: 768px) {
  .comparison span {
    margin-left: 0;
    margin-top: 0.9114583333vw;
    font-weight: bold;
    font-size: 2.8645833333vw;
  }
}

.comparison h3 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
}

.comparison_block1 {
  margin-top: 115px;
}

@media (max-width: 1024px) {
  .comparison_block1 {
    margin-top: 11.23046875vw;
  }
}

@media (max-width: 768px) {
  .comparison_block1 {
    margin-top: 14.9739583333vw;
  }
}

.comparison_block1 p {
  height: 70px;
  width: 210px;
  background-color: #1A1A1A;
  color: white;
  margin-bottom: 5px;
}

@media (max-width: 1024px) {
  .comparison_block1 p {
    height: 6.8359375vw;
    width: 20.5078125vw;
    margin-bottom: 0.48828125vw;
  }
}

@media (max-width: 768px) {
  .comparison_block1 p {
    width: 13.0208333333vw;
    height: 9.1145833333vw;
  }
}

.comparison_block1 p:nth-child(4),
.comparison_block1 p:nth-child(6),
.comparison_block1 p:nth-child(7) {
  height: 120px;
}

@media (max-width: 1024px) {

  .comparison_block1 p:nth-child(4),
  .comparison_block1 p:nth-child(6),
  .comparison_block1 p:nth-child(7) {
    height: 11.71875vw;
  }
}

@media (max-width: 768px) {

  .comparison_block1 p:nth-child(4),
  .comparison_block1 p:nth-child(6),
  .comparison_block1 p:nth-child(7) {
    height: 20.1822916667vw;
  }
}

@media (max-width: 768px) {
  .comparison_block1 p:nth-child(3) {
    height: 15.625vw;
  }
}

.comparison_block1 p:nth-child(1) {
  border-radius: 20px 0 0 0;
}

.comparison_block1 p:nth-child(7) {
  border-radius: 0 0 0 20px;
}

.comparison_block2 {
  background-color: #8F7434;
  padding: 115px 12px 35px 12px;
  position: relative;
  border-radius: 20px;
  box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1024px) {
  .comparison_block2 {
    padding: 11.23046875vw 1.171875vw 3.41796875vw 1.171875vw;
  }
}

@media (max-width: 768px) {
  .comparison_block2 {
    padding: 14.9739583333vw 1.3020833333vw 3.90625vw 1.3020833333vw;
  }
}

.comparison_block2 h3 {
  font-size: 36px;
  color: white;
  position: absolute;
  top: 43px;
  left: 118px;
  letter-spacing: 5px;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .comparison_block2 h3 {
    top: 4.19921875vw;
    left: 11.5234375vw;
    font-size: 3.515625vw;
  }
}

@media (max-width: 768px) {
  .comparison_block2 h3 {
    top: 4.9479166667vw;
    left: 7.421875vw;
    font-size: 5.46875vw;
  }
}

.comparison_block2 p {
  height: 70px;
  width: 385px;
  background-color: white;
  margin-bottom: 5px;
}

@media (max-width: 1024px) {
  .comparison_block2 p {
    height: 6.8359375vw;
    width: 37.59765625vw;
    margin-bottom: 0.48828125vw;
  }
}

@media (max-width: 768px) {
  .comparison_block2 p {
    height: 9.1145833333vw;
    width: 37.109375vw;
    margin-bottom: 0.6510416667vw;
  }
}

.comparison_block2 p:nth-child(5),
.comparison_block2 p:nth-child(7),
.comparison_block2 p:nth-child(8) {
  height: 120px;
}

@media (max-width: 1024px) {

  .comparison_block2 p:nth-child(5),
  .comparison_block2 p:nth-child(7),
  .comparison_block2 p:nth-child(8) {
    height: 11.71875vw;
  }
}

@media (max-width: 768px) {

  .comparison_block2 p:nth-child(5),
  .comparison_block2 p:nth-child(7),
  .comparison_block2 p:nth-child(8) {
    height: 20.1822916667vw;
  }
}

@media (max-width: 768px) {
  .comparison_block2 p:nth-child(4) {
    height: 14.9739583333vw;
  }
}

.comparison_block2 p:nth-child(3),
.comparison_block2 p:nth-child(5),
.comparison_block2 p:nth-child(7) {
  background-color: #EFEFED;
}

.comparison_block3 {
  margin-left: -3px;
}

@media (max-width: 1024px) {
  .comparison_block3 {
    margin-left: -0.29296875vw;
  }
}

.comparison_block3 h3 {
  width: 375px;
  height: 90px;
  font-size: 24px;
  margin-bottom: 5px;
  margin-top: 19px;
  background-color: #2C4658;
  color: white;
  border-radius: 20px 20px 0 0;
}

@media (max-width: 1024px) {
  .comparison_block3 h3 {
    width: 36.62109375vw;
    height: 8.7890625vw;
    margin-bottom: 0.48828125vw;
    margin-top: 1.85546875vw;
    font-size: 2.34375vw;
  }
}

@media (max-width: 768px) {
  .comparison_block3 h3 {
    width: 37.109375vw;
    height: 13.0208333333vw;
    margin-bottom: 0.6510416667vw;
    margin-top: 1.6927083333vw;
    font-size: 2.8645833333vw;
    line-height: 1.7;
  }
}

.comparison_block3 p {
  width: 375px;
  height: 70px;
  background-color: white;
  margin-bottom: 5px;
}

@media (max-width: 1024px) {
  .comparison_block3 p {
    width: 36.62109375vw;
    height: 6.8359375vw;
    margin-bottom: 0.48828125vw;
  }
}

@media (max-width: 768px) {
  .comparison_block3 p {
    width: 37.109375vw;
    height: 9.1145833333vw;
    margin-bottom: 0.6510416667vw;
  }
}

.comparison_block3 p:nth-child(5),
.comparison_block3 p:nth-child(7),
.comparison_block3 p:nth-child(8) {
  height: 120px;
}

@media (max-width: 1024px) {

  .comparison_block3 p:nth-child(5),
  .comparison_block3 p:nth-child(7),
  .comparison_block3 p:nth-child(8) {
    height: 11.71875vw;
  }
}

@media (max-width: 768px) {

  .comparison_block3 p:nth-child(5),
  .comparison_block3 p:nth-child(7),
  .comparison_block3 p:nth-child(8) {
    height: 20.1822916667vw;
  }
}

@media (max-width: 768px) {
  .comparison_block3 p:nth-child(4) {
    height: 14.3229166667vw;
  }
}

.comparison_block3 p:nth-child(3),
.comparison_block3 p:nth-child(5),
.comparison_block3 p:nth-child(7) {
  background-color: #EFEFED;
}

.comparison_block3 p:nth-child(8) {
  border-radius: 0 0 20px 0;
}

/* 医療脱毛の特徴 */
.feature {
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature img {
  width: 280px;
  margin-right: 25px;
}

@media (max-width: 1024px) {
  .feature img {
    width: 27.34375vw;
    margin-right: 2.44140625vw;
  }
}

@media (max-width: 768px) {
  .feature img {
    width: 47.5260416667vw;
    margin-right: 3.90625vw;
  }
}

@media (max-width: 404px) {
  .feature img {
    width: 44.5544554455vw;
  }
}

.feature h3 {
  text-align: center;
  font-size: 24px;
  color: white;
  margin-bottom: 6px;
  position: relative;
}

@media (max-width: 1024px) {
  .feature h3 {
    font-size: 2.34375vw;
    margin-bottom: 0.5859375vw;
  }
}

@media (max-width: 768px) {
  .feature h3 {
    font-size: 3.90625vw;
    margin-bottom: 1.3020833333vw;

  }
}

.feature h3::before {
  position: absolute;
  content: " ";
  width: 35px;
  height: 2px;
  display: block;
  background-color: #ffffff;
  top: 19px;
  rotate: 65deg;
  left: 0px;
}

@media (max-width: 1024px) {
  .feature h3::before {
    width: 3.41796875vw;
    height: 0.1953125vw;
    top: 1.85546875vw;
  }
}

@media (max-width: 768px) {
  .feature h3::before {
    width: 5.859375vw;
    height: 0.390625vw;
    top: 2.734375vw;
  }
}

.feature h3::after {
  position: absolute;
  content: " ";
  width: 35px;
  height: 2px;
  display: block;
  background-color: #ffffff;
  top: 19px;
  rotate: -65deg;
  right: 0px;
}

@media (max-width: 1024px) {
  .feature h3::after {
    width: 3.41796875vw;
    height: 0.1953125vw;
    top: 1.85546875vw;
  }
}

@media (max-width: 768px) {
  .feature h3::after {
    width: 5.859375vw;
    height: 0.390625vw;
    top: 2.734375vw;
  }
}

.feature h3 span {
  font-size: 38px;
}

@media (max-width: 1024px) {
  .feature h3 span {
    font-size: 3.7109375vw;
  }
}

@media (max-width: 768px) {
  .feature h3 span {
    font-size: 5.7291666667vw;
    font-weight: bold;
  }
}

.target1 {
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .target1 {
    margin-bottom: 0.9765625vw;
  }
}

@media (max-width: 768px) {
  .target1 {
    margin-bottom: 1.3020833333vw;
  }
}

.target1 h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 30px;
  font-size: 16px;
  background-color: #014FAF;
  color: white;
}

@media (max-width: 1024px) {
  .target1 h4 {
    width: 20.5078125vw;
    height: 2.9296875vw;
    font-size: 1.5625vw;
  }
}

@media (max-width: 768px) {
  .target1 h4 {
    width: 35.15625vw;
    height: 4.5572916667vw;
    font-size: 2.8645833333vw;
  }
}

@media (max-width: 404px) {
  .target1 h4 {
    width: 43.3168316832vw;
    height: 4.9504950495vw;
  }
}

.target1 p {
  display: flex;
  align-items: center;
  padding-left: 10px;
  width: 210px;
  height: 45px;
  color: black;
  font-weight: bold;
  box-sizing: border-box;
  background-color: white;
  border-right: solid 4px #014FAF;
  border-bottom: solid 4px #014FAF;
  border-left: solid 4px #014FAF;
  position: relative;
}

@media (max-width: 1024px) {
  .target1 p {
    width: 20.5078125vw;
    height: 4.39453125vw;
    padding-left: 0.9765625vw;
  }
}

@media (max-width: 768px) {
  .target1 p {
    width: 35.15625vw;
    height: 7.8125vw;
    font-size: 2.8645833333vw;
    padding-left: 1.953125vw;
    border-right: solid 0.6510416667vw #014FAF;
    border-bottom: solid 0.6510416667vw #014FAF;
    border-left: solid 0.6510416667vw #014FAF;
  }
}

@media (max-width: 404px) {
  .target1 p {
    width: 43.3168316832vw;
    height: 6.1881188119vw;
    padding-left: 10px;
    font-weight: bold;
  }
}

.target1 p::before {
  position: absolute;
  content: " ";
  width: 215px;
  height: 3px;
  display: block;
  background-color: #014FAF;
  top: 21px;
  left: -210px;
}

@media (max-width: 1024px) {
  .target1 p::before {
    width: 20.99609375vw;
    height: 0.29296875vw;
    top: 2.05078125vw;
    left: -20.5078125vw;
  }
}

@media (max-width: 768px) {
  .target1 p::before {
    width: 36.328125vw;
    height: 0.5208333333vw;
    top: 3.3854166667vw;
    left: -35.15625vw;
  }
}

@media (max-width: 404px) {
  .target1 p::before {
    width: 33.6633663366vw;
    height: 0.495049505vw;
    top: 2.7227722772vw;
    left: -32.4257425743vw;
  }
}

.target2 {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .target2 {
    margin-bottom: 1.953125vw;
  }
}

@media (max-width: 768px) {
  .target2 {
    margin-bottom: 1.3020833333vw;
  }
}

.target2 h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 30px;
  font-weight: 16px;
  background-color: #052B5B;
  color: white;
}

@media (max-width: 1024px) {
  .target2 h4 {
    width: 20.5078125vw;
    height: 2.9296875vw;
    font-size: 1.5625vw;
  }
}

@media (max-width: 768px) {
  .target2 h4 {
    width: 35.15625vw;
    height: 4.5572916667vw;
    font-size: 3.125vw;
  }
}

@media (max-width: 404px) {
  .target2 h4 {
    width: 43.3168316832vw;
    height: 4.9504950495vw;
    font-weight: 100;
  }
}

.target2 p {
  width: 210px;
  /* line-height: 2; */
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  color: black;
  /* line-height: 2; */
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  background-color: white;
  border-right: solid 4px #052B5B;
  border-left: solid 4px #052B5B;
  position: relative;
}

@media (max-width: 1024px) {
  .target2 p {
    width: 20.5078125vw;
    height: 3.90625vw;
    padding-left: 0.9765625vw;
    font-size: 1.3671875vw;
  }
}

@media (max-width: 768px) {
  .target2 p {
    width: 35.15625vw;
    height: 6.640625vw;
    font-size: 2.34375vw;
    padding-left: 1.953125vw;
    border-right: solid 0.6510416667vw #052B5B;
    border-left: solid 0.6510416667vw #052B5B;
  }
}

@media (max-width: 404px) {
  .target2 p {
    width: 43.3168316832vw;
    height: 6.1881188119vw;
    padding-left: 10px;
    font-weight: bold;
  }
}

.target2 p:nth-child(2)::before {
  position: absolute;
  content: " ";
  width: 160px;
  height: 3px;
  display: block;
  background-color: #052B5B;
  top: 19px;
  left: -156px;
}

@media (max-width: 1024px) {
  .target2 p:nth-child(2)::before {
    width: 15.625vw;
    height: 0.29296875vw;
    top: 1.85546875vw;
    left: -15.234375vw;
  }
}

@media (max-width: 768px) {
  .target2 p:nth-child(2)::before {
    width: 27.0833333333vw;
    height: 0.5208333333vw;
    top: 3.3854166667vw;
    left: -26.0416666667vw;
  }
}

@media (max-width: 404px) {
  .target2 p:nth-child(2)::before {
    width: 25.7425742574vw;
    height: 0.495049505vw;
    top: 2.7227722772vw;
    left: -24.2574257426vw;
  }
}

.target2 p:nth-child(3)::before {
  position: absolute;
  content: " ";
  width: 109px;
  height: 3px;
  display: block;
  background-color: #052B5B;
  top: 19px;
  left: -104px;
}

@media (max-width: 1024px) {
  .target2 p:nth-child(3)::before {
    width: 10.64453125vw;
    height: 0.29296875vw;
    top: 1.85546875vw;
    left: -10.15625vw;
  }
}

@media (max-width: 768px) {
  .target2 p:nth-child(3)::before {
    width: 18.0989583333vw;
    height: 0.5208333333vw;
    top: 3.2552083333vw;
    left: -17.1875vw;
  }
}

@media (max-width: 404px) {
  .target2 p:nth-child(3)::before {
    width: 17.8217821782vw;
    height: 0.495049505vw;
    top: 2.7227722772vw;
    left: -16.5841584158vw;
  }
}

.target2 p:nth-child(4)::before {
  position: absolute;
  content: " ";
  width: 59px;
  height: 3px;
  display: block;
  background-color: #052B5B;
  top: 17px;
  left: -54px;
}

@media (max-width: 1024px) {
  .target2 p:nth-child(4)::before {
    width: 5.76171875vw;
    height: 0.29296875vw;
    top: 1.66015625vw;
    left: -5.2734375vw;
  }
}

@media (max-width: 768px) {
  .target2 p:nth-child(4)::before {
    width: 9.2447916667vw;
    height: 0.5208333333vw;
    top: 2.6041666667vw;
    left: -8.4635416667vw;
  }
}

@media (max-width: 404px) {
  .target2 p:nth-child(4)::before {
    width: 9.4059405941vw;
    height: 0.495049505vw;
    top: 1.9801980198vw;
    left: -8.1683168317vw;
  }
}

.target2 p:nth-child(4) {
  border-bottom: solid 4px #052B5B;
}

@media (max-width: 768px) {
  .target2 p:nth-child(4) {
    border-bottom: solid 0.6510416667vw #052B5B;
  }
}

/* 医療脱毛の適用部位 */

.application {
  display: flex;
  justify-content: center;
  gap: 7px;
}

@media (max-width: 1220px) {
  .application {
    gap: 0.5737704918vw;
  }
}

@media (max-width: 1000px) {
  .application {
    gap: 15vw;
  }
}

@media (max-width: 900px) {
  .application {
    gap: 17vw;
  }
}

@media (max-width: 768px) {
  .application {
    display: contents;
  }
}

.left_group {
  display: flex;
}

@media (max-width: 768px) {
  .left_group {
    display: contents;
  }
}

.left_group_contents {
  display: flex;
  gap: 10px;
}

@media (max-width: 768px) {
  .left_group_contents {
    margin-bottom: 2.6041666667vw;
  }
}

.left_group h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 580px;
  writing-mode: vertical-rl;
  font-size: 40px;
  background-color: #052B5B;
  color: white;
  letter-spacing: 5px;
}

@media (max-width: 1220px) {
  .left_group h3 {
    width: 4.9180327869vw;
    height: 47.5409836066vw;
    margin-bottom: 0.4098360656vw;
    font-size: 3.2786885246vw;
    letter-spacing: 0.4098360656vw;
  }
}

@media (max-width: 768px) {
  .left_group h3 {
    width: 81.3802083333vw;
    height: 8.203125vw;
    font-size: 3.90625vw;
    writing-mode: inherit;
    margin-bottom: 2.6041666667vw;
  }
}

.left_group img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  width: 320px !important;
  height: 580px !important;
}

@media (max-width: 1220px) {
  .left_group img {
    width: 26.2295081967vw !important;
    height: 47.5409836066vw !important;
  }
}

@media (max-width: 768px) {
  .left_group img {
    width: 50.78125vw !important;
    height: 95.0520833333vw !important;
  }
}

.left_group li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 30px;
  margin-bottom: 5px;
  font-size: 24px;
  background-color: #666666;
  color: white;
  border-radius: 6px;
}

@media (max-width: 1220px) {
  .left_group li {
    height: 2.4590163934vw;
    margin-bottom: 0.4098360656vw;
    font-size: 1.9672131148vw;
  }
}

@media (max-width: 768px) {
  .left_group li {
    height: 4.296875vw;
    margin-bottom: 1.3020833333vw;
    font-size: 3.125vw;
  }
}

@media (max-width: 1220px) {
  .left_group li {
    width: 14.3442622951vw;
  }
}

@media (max-width: 768px) {
  .left_group li {
    width: 26.4322916667vw;
  }
}

.right_group_top {
  margin-bottom: 12px;
}

@media (max-width: 1220px) {
  .right_group_top {
    margin-bottom: 0.9836065574vw;
  }
}

.right_group h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 383px;
  height: 40px;
  background-color: #052B5B;
  color: white;
  margin-bottom: 5px;
  font-size: 26px;
  letter-spacing: 3px;
}

@media (max-width: 1220px) {
  .right_group h3 {
    width: 31.393442623vw;
    height: 3.2786885246vw;
    margin-bottom: 0.4098360656vw;
    font-size: 2.131147541vw;
    letter-spacing: 0.2459016393vw;
  }
}

@media (max-width: 768px) {
  .right_group h3 {
    width: 81.3802083333vw;
    height: 8.203125vw;
    margin-bottom: 2.6041666667vw;
    font-size: 3.90625vw;
    letter-spacing: 0.390625vw;
  }
}

.right_group li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 30px;
  margin-bottom: 5px;
  font-size: 24px;
  background-color: #666666;
  color: white;
  border-radius: 6px;
}

@media (max-width: 1220px) {
  .right_group li {
    height: 2.4590163934vw;
    margin-bottom: 0.4098360656vw;
    font-size: 1.9672131148vw;
  }
}

@media (max-width: 768px) {
  .right_group li {
    height: 4.296875vw;
    margin-bottom: 1.3020833333vw;
    font-size: 3.125vw;
  }
}

@media (max-width: 1220px) {
  .right_group li {
    width: 10.8196721311vw;
  }
}

@media (max-width: 768px) {
  .right_group li {
    width: 26.4322916667vw;
  }
}

.group_top_contents {
  display: flex;
}

@media (max-width: 768px) {
  .group_top_contents {
    justify-content: space-between;
  }
}

.group_top_contents img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  width: 250px !important;
  height: 265px !important;
}

@media (max-width: 1220px) {
  .group_top_contents img {
    width: 20.4918032787vw !important;
    height: 21.7213114754vw !important;
  }
}

@media (max-width: 768px) {
  .group_top_contents img {
    width: 26.0416666667vw !important;
    height: 41.6666666667vw !important;
    margin-left: 9.375vw !important;
  }
}

.group_top_contents ul {
  margin-top: 23px;
}

@media (max-width: 1220px) {
  .group_top_contents ul {
    margin-bottom: 1.8852459016vw;
  }
}

@media (max-width: 768px) {
  .group_top_contents ul {
    margin-right: 2.6041666667vw;
  }
}

.group_under_contents {
  display: flex;
}

@media (max-width: 768px) {
  .group_under_contents {
    justify-content: space-between;
  }
}

.group_under_contents img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  width: 245px !important;
  height: 200px !important;
}

@media (max-width: 1220px) {
  .group_under_contents img {
    width: 20.0819672131vw !important;
    height: 16.393442623vw !important;
  }
}

@media (max-width: 768px) {
  .group_under_contents img {
    width: 33.8541666667vw !important;
    height: 26.0416666667vw !important;
    margin-left: 6.5104166667vw !important;
    -o-object-fit: inherit;
    object-fit: inherit;
  }
}

.group_under_contents ul {
  margin-top: 65px;
}

@media (max-width: 1220px) {
  .group_under_contents ul {
    margin-top: 5.3278688525vw;
  }
}

@media (max-width: 768px) {
  .group_under_contents ul {
    margin-top: 2.6041666667vw;
  }
}

@media (max-width: 768px) {
  .group_under_contents ul {
    margin-right: 2.6041666667vw;
  }
}


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

.lpWrap .parallax {
  display: none;
}